From 386ce4b857166e6641eb66bb93d63497d3a7fb53 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 30 Jan 2025 12:40:14 +0200 Subject: [PATCH] docs: fix incorrect hook details shown (#11225) --- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../page.mdx | 6 +- .../typedoc-json-output/core-flows.json | 240185 ++++++++------- .../src/resources/helpers/workflow-hooks.ts | 19 +- .../typedoc-plugin-workflows/src/plugin.ts | 11 + 13 files changed, 127496 insertions(+), 112779 deletions(-) diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.addToCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.addToCartWorkflow/page.mdx index 022ef5cc6d..5e6a6edb60 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.addToCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.addToCartWorkflow/page.mdx @@ -197,9 +197,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { addToCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +addToCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -210,4 +210,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.completeCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.completeCartWorkflow/page.mdx index 68cc120ca1..877e93a0bd 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.completeCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.completeCartWorkflow/page.mdx @@ -161,9 +161,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { completeCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +completeCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -174,4 +174,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.createCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.createCartWorkflow/page.mdx index 585673e23c..5a0d72ceb7 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.createCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.createCartWorkflow/page.mdx @@ -196,9 +196,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { createCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +createCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -209,7 +209,7 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - +`","description":"Custom key-value pairs related to the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[CreateCartCreateLineItemDTO](../../../../../types/interfaces/types.CreateCartCreateLineItemDTO/page.mdx)[]","description":"The items to be added to the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promo_codes","type":"`string`[]","description":"The promotional codes applied on the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_data","type":"`Record`","description":"Additional data that can be passed through the `additional_data` property in HTTP requests.\n\nLearn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/api-routes/additional-data).","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"cart","type":"`object`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"","optional":false,"defaultValue":"data.region.id","expandable":false,"children":[]},{"name":"items","type":"`any`[]","description":"","optional":false,"defaultValue":"data.lineItems","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel through which the cart is created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email address of the cart's customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the associated shipping address.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the associated billing address.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`string` \\| [CreateCartAddressDTO](../../../../../types/interfaces/types.CreateCartAddressDTO/page.mdx)","description":"The ID of an existing shipping address, or the details of a shipping address to create.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`string` \\| [CreateCartAddressDTO](../../../../../types/interfaces/types.CreateCartAddressDTO/page.mdx)","description":"The ID of an existing billing address, or the details of a billing address to create.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"Custom key-value pairs related to the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promo_codes","type":"`string`[]","description":"The promotional codes applied on the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_data","type":"`Record`","description":"Additional data that can be passed through the `additional_data` property in HTTP requests.\n\nLearn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/api-routes/additional-data).","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" openedLevel={1} sectionTitle="validate"/> ### cartCreated diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartItemsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartItemsWorkflow/page.mdx index 5e610b65f9..bc9e476cae 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartItemsWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartItemsWorkflow/page.mdx @@ -158,9 +158,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { refreshCartItemsWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +refreshCartItemsWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -171,4 +171,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartShippingMethodsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartShippingMethodsWorkflow/page.mdx index 9f8fee04d6..33da0c2504 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartShippingMethodsWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshCartShippingMethodsWorkflow/page.mdx @@ -149,9 +149,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { refreshCartShippingMethodsWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +refreshCartShippingMethodsWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -162,4 +162,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshPaymentCollectionForCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshPaymentCollectionForCartWorkflow/page.mdx index a2c806348e..36e56c8513 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshPaymentCollectionForCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.refreshPaymentCollectionForCartWorkflow/page.mdx @@ -153,9 +153,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { refreshPaymentCollectionForCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +refreshPaymentCollectionForCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -166,4 +166,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.transferCartCustomerWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.transferCartCustomerWorkflow/page.mdx index aab7b6472d..ac3702266e 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.transferCartCustomerWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.transferCartCustomerWorkflow/page.mdx @@ -159,9 +159,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { transferCartCustomerWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +transferCartCustomerWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -172,4 +172,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartPromotionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartPromotionsWorkflow/page.mdx index db4b859146..33d41c9b61 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartPromotionsWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartPromotionsWorkflow/page.mdx @@ -162,9 +162,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { updateCartPromotionsWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +updateCartPromotionsWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -175,4 +175,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartWorkflow/page.mdx index 3af342e5b9..17965d0800 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateCartWorkflow/page.mdx @@ -219,9 +219,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { updateCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +updateCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -232,7 +232,7 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - +`","description":"Custom key-value pairs of data related to the cart.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [CreateAddressDTO](../../../../../cart/interfaces/cart.CreateAddressDTO/page.mdx) \\| [UpdateAddressDTO](../../../../../cart/interfaces/cart.UpdateAddressDTO/page.mdx)","description":"The cart's shipping address. You can either update the cart's existing shipping address, or create a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [CreateAddressDTO](../../../../../cart/interfaces/cart.CreateAddressDTO/page.mdx) \\| [UpdateAddressDTO](../../../../../cart/interfaces/cart.UpdateAddressDTO/page.mdx)","description":"The cart's billing address. You can either update the cart's existing billing address, or create a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"cart","type":"`any`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" openedLevel={1} sectionTitle="validate"/> ### cartUpdated diff --git a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateLineItemInCartWorkflow/page.mdx b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateLineItemInCartWorkflow/page.mdx index 6fd4e68047..c194e4306c 100644 --- a/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateLineItemInCartWorkflow/page.mdx +++ b/www/apps/resources/references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.updateLineItemInCartWorkflow/page.mdx @@ -171,9 +171,9 @@ This hook is executed before all operations. You can consume this hook to perfor #### Example ```ts -import { addShippingMethodToCartWorkflow } from "@medusajs/medusa/core-flows" +import { updateLineItemInCartWorkflow } from "@medusajs/medusa/core-flows" -addShippingMethodToCartWorkflow.hooks.validate( +updateLineItemInCartWorkflow.hooks.validate( (async ({ input, cart }, { container }) => { //TODO }) @@ -184,4 +184,4 @@ addShippingMethodToCartWorkflow.hooks.validate( Handlers consuming this hook accept the following input. - + diff --git a/www/utils/generated/typedoc-json-output/core-flows.json b/www/utils/generated/typedoc-json-output/core-flows.json index 645e1008e0..8285a71876 100644 --- a/www/utils/generated/typedoc-json-output/core-flows.json +++ b/www/utils/generated/typedoc-json-output/core-flows.json @@ -1,26 +1,26 @@ { - "id": 16540, + "id": 0, "name": "core-flows", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 16541, + "id": 1, "name": "Api Key", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16542, + "id": 2, "name": "Steps_Api Key", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16634, + "id": 94, "name": "api_keys", "variant": "declaration", "kind": 1024, @@ -38,7 +38,7 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L15" } ], "type": { @@ -55,7 +55,7 @@ } }, { - "id": 16635, + "id": 95, "name": "createApiKeysStepId", "variant": "declaration", "kind": 32, @@ -67,7 +67,7 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L18" } ], "type": { @@ -77,7 +77,7 @@ "defaultValue": "\"create-api-keys\"" }, { - "id": 16636, + "id": 96, "name": "createApiKeysStep", "variant": "declaration", "kind": 64, @@ -112,7 +112,7 @@ }, "children": [ { - "id": 16645, + "id": 105, "name": "__type", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 16646, + "id": 106, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -152,8 +152,8 @@ { "title": "Properties", "children": [ - 16645, - 16646 + 105, + 106 ] } ], @@ -162,12 +162,12 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L33" } ], "signatures": [ { - "id": 16637, + "id": 97, "name": "createApiKeysStep", "variant": "signature", "kind": 4096, @@ -205,12 +205,12 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L33" } ], "parameters": [ { - "id": 16638, + "id": 98, "name": "input", "variant": "param", "kind": 32768, @@ -220,7 +220,7 @@ "types": [ { "type": "reference", - "target": 16632, + "target": 92, "name": "CreateApiKeysStepInput", "package": "@medusajs/core-flows" }, @@ -233,7 +233,7 @@ "typeArguments": [ { "type": "reference", - "target": 16632, + "target": 92, "name": "CreateApiKeysStepInput", "package": "@medusajs/core-flows" } @@ -323,14 +323,14 @@ { "type": "reflection", "declaration": { - "id": 16639, + "id": 99, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16640, + "id": 100, "name": "config", "variant": "declaration", "kind": 2048, @@ -344,7 +344,7 @@ ], "signatures": [ { - "id": 16641, + "id": 101, "name": "config", "variant": "signature", "kind": 4096, @@ -358,7 +358,7 @@ ], "parameters": [ { - "id": 16642, + "id": 102, "name": "config", "variant": "param", "kind": 32768, @@ -369,14 +369,14 @@ { "type": "reflection", "declaration": { - "id": 16643, + "id": 103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16644, + "id": 104, "name": "name", "variant": "declaration", "kind": 1024, @@ -400,7 +400,7 @@ { "title": "Properties", "children": [ - 16644 + 104 ] } ], @@ -485,7 +485,7 @@ { "title": "Methods", "children": [ - 16640 + 100 ] } ], @@ -527,7 +527,7 @@ ] }, { - "id": 16648, + "id": 108, "name": "deleteApiKeysStepId", "variant": "declaration", "kind": 32, @@ -539,7 +539,7 @@ "fileName": "core-flows/src/api-key/steps/delete-api-keys.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L10" } ], "type": { @@ -549,7 +549,7 @@ "defaultValue": "\"delete-api-keys\"" }, { - "id": 16649, + "id": 109, "name": "deleteApiKeysStep", "variant": "declaration", "kind": 64, @@ -575,7 +575,7 @@ }, "children": [ { - "id": 16652, + "id": 112, "name": "__type", "variant": "declaration", "kind": 1024, @@ -593,7 +593,7 @@ } }, { - "id": 16653, + "id": 113, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -615,8 +615,8 @@ { "title": "Properties", "children": [ - 16652, - 16653 + 112, + 113 ] } ], @@ -625,12 +625,12 @@ "fileName": "core-flows/src/api-key/steps/delete-api-keys.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L14" } ], "signatures": [ { - "id": 16650, + "id": 110, "name": "deleteApiKeysStep", "variant": "signature", "kind": 4096, @@ -659,12 +659,12 @@ "fileName": "core-flows/src/api-key/steps/delete-api-keys.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L14" } ], "parameters": [ { - "id": 16651, + "id": 111, "name": "input", "variant": "param", "kind": 32768, @@ -674,7 +674,7 @@ "types": [ { "type": "reference", - "target": 16647, + "target": 107, "name": "DeleteApiKeysStepInput", "package": "@medusajs/core-flows" }, @@ -687,7 +687,7 @@ "typeArguments": [ { "type": "reference", - "target": 16647, + "target": 107, "name": "DeleteApiKeysStepInput", "package": "@medusajs/core-flows" } @@ -707,7 +707,7 @@ ] }, { - "id": 16655, + "id": 115, "name": "linkSalesChannelsToApiKeyStepId", "variant": "declaration", "kind": 32, @@ -719,7 +719,7 @@ "fileName": "core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L18" } ], "type": { @@ -729,7 +729,7 @@ "defaultValue": "\"link-sales-channels-to-api-key\"" }, { - "id": 16656, + "id": 116, "name": "linkSalesChannelsToApiKeyStep", "variant": "declaration", "kind": 64, @@ -764,7 +764,7 @@ }, "children": [ { - "id": 16659, + "id": 119, "name": "__type", "variant": "declaration", "kind": 1024, @@ -782,7 +782,7 @@ } }, { - "id": 16660, + "id": 120, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -804,8 +804,8 @@ { "title": "Properties", "children": [ - 16659, - 16660 + 119, + 120 ] } ], @@ -814,12 +814,12 @@ "fileName": "core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L29" } ], "signatures": [ { - "id": 16657, + "id": 117, "name": "linkSalesChannelsToApiKeyStep", "variant": "signature", "kind": 4096, @@ -857,12 +857,12 @@ "fileName": "core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L29" } ], "parameters": [ { - "id": 16658, + "id": 118, "name": "input", "variant": "param", "kind": 32768, @@ -911,7 +911,7 @@ ] }, { - "id": 16663, + "id": 123, "name": "selector", "variant": "declaration", "kind": 1024, @@ -929,7 +929,7 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L16" } ], "type": { @@ -943,7 +943,7 @@ } }, { - "id": 16664, + "id": 124, "name": "revoke", "variant": "declaration", "kind": 1024, @@ -961,7 +961,7 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L20" } ], "type": { @@ -975,7 +975,7 @@ } }, { - "id": 16665, + "id": 125, "name": "revokeApiKeysStepId", "variant": "declaration", "kind": 32, @@ -987,7 +987,7 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L23" } ], "type": { @@ -997,7 +997,7 @@ "defaultValue": "\"revoke-api-keys\"" }, { - "id": 16666, + "id": 126, "name": "revokeApiKeysStep", "variant": "declaration", "kind": 64, @@ -1032,7 +1032,7 @@ }, "children": [ { - "id": 16675, + "id": 135, "name": "__type", "variant": "declaration", "kind": 1024, @@ -1050,7 +1050,7 @@ } }, { - "id": 16676, + "id": 136, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -1072,8 +1072,8 @@ { "title": "Properties", "children": [ - 16675, - 16676 + 135, + 136 ] } ], @@ -1082,12 +1082,12 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L37" } ], "signatures": [ { - "id": 16667, + "id": 127, "name": "revokeApiKeysStep", "variant": "signature", "kind": 4096, @@ -1125,12 +1125,12 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L37" } ], "parameters": [ { - "id": 16668, + "id": 128, "name": "input", "variant": "param", "kind": 32768, @@ -1140,7 +1140,7 @@ "types": [ { "type": "reference", - "target": 16661, + "target": 121, "name": "RevokeApiKeysStepInput", "package": "@medusajs/core-flows" }, @@ -1153,7 +1153,7 @@ "typeArguments": [ { "type": "reference", - "target": 16661, + "target": 121, "name": "RevokeApiKeysStepInput", "package": "@medusajs/core-flows" } @@ -1243,14 +1243,14 @@ { "type": "reflection", "declaration": { - "id": 16669, + "id": 129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16670, + "id": 130, "name": "config", "variant": "declaration", "kind": 2048, @@ -1264,7 +1264,7 @@ ], "signatures": [ { - "id": 16671, + "id": 131, "name": "config", "variant": "signature", "kind": 4096, @@ -1278,7 +1278,7 @@ ], "parameters": [ { - "id": 16672, + "id": 132, "name": "config", "variant": "param", "kind": 32768, @@ -1289,14 +1289,14 @@ { "type": "reflection", "declaration": { - "id": 16673, + "id": 133, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16674, + "id": 134, "name": "name", "variant": "declaration", "kind": 1024, @@ -1320,7 +1320,7 @@ { "title": "Properties", "children": [ - 16674 + 134 ] } ], @@ -1405,7 +1405,7 @@ { "title": "Methods", "children": [ - 16670 + 130 ] } ], @@ -1447,7 +1447,7 @@ ] }, { - "id": 16679, + "id": 139, "name": "selector", "variant": "declaration", "kind": 1024, @@ -1465,7 +1465,7 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L19" } ], "type": { @@ -1479,7 +1479,7 @@ } }, { - "id": 16680, + "id": 140, "name": "update", "variant": "declaration", "kind": 1024, @@ -1497,7 +1497,7 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L23" } ], "type": { @@ -1511,7 +1511,7 @@ } }, { - "id": 16681, + "id": 141, "name": "updateApiKeysStepId", "variant": "declaration", "kind": 32, @@ -1523,7 +1523,7 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L26" } ], "type": { @@ -1533,7 +1533,7 @@ "defaultValue": "\"update-api-keys\"" }, { - "id": 16682, + "id": 142, "name": "updateApiKeysStep", "variant": "declaration", "kind": 64, @@ -1568,7 +1568,7 @@ }, "children": [ { - "id": 16691, + "id": 151, "name": "__type", "variant": "declaration", "kind": 1024, @@ -1586,7 +1586,7 @@ } }, { - "id": 16692, + "id": 152, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -1608,8 +1608,8 @@ { "title": "Properties", "children": [ - 16691, - 16692 + 151, + 152 ] } ], @@ -1618,12 +1618,12 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L40" } ], "signatures": [ { - "id": 16683, + "id": 143, "name": "updateApiKeysStep", "variant": "signature", "kind": 4096, @@ -1661,12 +1661,12 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L40" } ], "parameters": [ { - "id": 16684, + "id": 144, "name": "input", "variant": "param", "kind": 32768, @@ -1676,7 +1676,7 @@ "types": [ { "type": "reference", - "target": 16677, + "target": 137, "name": "UpdateApiKeysStepInput", "package": "@medusajs/core-flows" }, @@ -1689,7 +1689,7 @@ "typeArguments": [ { "type": "reference", - "target": 16677, + "target": 137, "name": "UpdateApiKeysStepInput", "package": "@medusajs/core-flows" } @@ -1779,14 +1779,14 @@ { "type": "reflection", "declaration": { - "id": 16685, + "id": 145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16686, + "id": 146, "name": "config", "variant": "declaration", "kind": 2048, @@ -1800,7 +1800,7 @@ ], "signatures": [ { - "id": 16687, + "id": 147, "name": "config", "variant": "signature", "kind": 4096, @@ -1814,7 +1814,7 @@ ], "parameters": [ { - "id": 16688, + "id": 148, "name": "config", "variant": "param", "kind": 32768, @@ -1825,14 +1825,14 @@ { "type": "reflection", "declaration": { - "id": 16689, + "id": 149, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16690, + "id": 150, "name": "name", "variant": "declaration", "kind": 1024, @@ -1856,7 +1856,7 @@ { "title": "Properties", "children": [ - 16690 + 150 ] } ], @@ -1941,7 +1941,7 @@ { "title": "Methods", "children": [ - 16686 + 146 ] } ], @@ -1983,7 +1983,7 @@ ] }, { - "id": 16694, + "id": 154, "name": "sales_channel_ids", "variant": "declaration", "kind": 1024, @@ -2001,7 +2001,7 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L16" } ], "type": { @@ -2013,7 +2013,7 @@ } }, { - "id": 16695, + "id": 155, "name": "validateSalesChannelsExistStepId", "variant": "declaration", "kind": 32, @@ -2025,7 +2025,7 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L19" } ], "type": { @@ -2035,7 +2035,7 @@ "defaultValue": "\"validate-sales-channels-exist\"" }, { - "id": 16696, + "id": 156, "name": "validateSalesChannelsExistStep", "variant": "declaration", "kind": 64, @@ -2061,7 +2061,7 @@ }, "children": [ { - "id": 16705, + "id": 165, "name": "__type", "variant": "declaration", "kind": 1024, @@ -2079,7 +2079,7 @@ } }, { - "id": 16706, + "id": 166, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -2101,8 +2101,8 @@ { "title": "Properties", "children": [ - 16705, - 16706 + 165, + 166 ] } ], @@ -2111,12 +2111,12 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L24" } ], "signatures": [ { - "id": 16697, + "id": 157, "name": "validateSalesChannelsExistStep", "variant": "signature", "kind": 4096, @@ -2145,12 +2145,12 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L24" } ], "parameters": [ { - "id": 16698, + "id": 158, "name": "input", "variant": "param", "kind": 32768, @@ -2160,7 +2160,7 @@ "types": [ { "type": "reference", - "target": 16693, + "target": 153, "name": "ValidateSalesChannelsExistStepInput", "package": "@medusajs/core-flows" }, @@ -2173,7 +2173,7 @@ "typeArguments": [ { "type": "reference", - "target": 16693, + "target": 153, "name": "ValidateSalesChannelsExistStepInput", "package": "@medusajs/core-flows" } @@ -2243,14 +2243,14 @@ { "type": "reflection", "declaration": { - "id": 16699, + "id": 159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16700, + "id": 160, "name": "config", "variant": "declaration", "kind": 2048, @@ -2264,7 +2264,7 @@ ], "signatures": [ { - "id": 16701, + "id": 161, "name": "config", "variant": "signature", "kind": 4096, @@ -2278,7 +2278,7 @@ ], "parameters": [ { - "id": 16702, + "id": 162, "name": "config", "variant": "param", "kind": 32768, @@ -2289,14 +2289,14 @@ { "type": "reflection", "declaration": { - "id": 16703, + "id": 163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16704, + "id": 164, "name": "name", "variant": "declaration", "kind": 1024, @@ -2320,7 +2320,7 @@ { "title": "Properties", "children": [ - 16704 + 164 ] } ], @@ -2400,7 +2400,7 @@ { "title": "Methods", "children": [ - 16700 + 160 ] } ], @@ -2439,14 +2439,14 @@ ] }, { - "id": 16543, + "id": 3, "name": "Workflows_Api Key", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16709, + "id": 169, "name": "api_keys", "variant": "declaration", "kind": 1024, @@ -2464,7 +2464,7 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L16" } ], "type": { @@ -2481,7 +2481,7 @@ } }, { - "id": 16711, + "id": 171, "name": "createApiKeysWorkflowId", "variant": "declaration", "kind": 32, @@ -2493,7 +2493,7 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L24" } ], "type": { @@ -2503,7 +2503,7 @@ "defaultValue": "\"create-api-keys\"" }, { - "id": 16712, + "id": 172, "name": "createApiKeysWorkflow", "variant": "declaration", "kind": 64, @@ -2547,7 +2547,7 @@ }, "children": [ { - "id": 16720, + "id": 180, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -2570,7 +2570,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16721, + "id": 181, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2584,7 +2584,7 @@ ], "signatures": [ { - "id": 16722, + "id": 182, "name": "__type", "variant": "signature", "kind": 4096, @@ -2612,7 +2612,7 @@ ], "parameters": [ { - "id": 16723, + "id": 183, "name": "param0", "variant": "param", "kind": 32768, @@ -2628,14 +2628,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16724, + "id": 184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16725, + "id": 185, "name": "input", "variant": "declaration", "kind": 1024, @@ -2660,7 +2660,7 @@ "types": [ { "type": "reference", - "target": 16707, + "target": 167, "name": "CreateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, @@ -2673,7 +2673,7 @@ "typeArguments": [ { "type": "reference", - "target": 16707, + "target": 167, "name": "CreateApiKeysWorkflowInput", "package": "@medusajs/core-flows" } @@ -2689,7 +2689,7 @@ { "title": "Properties", "children": [ - 16725 + 185 ] } ], @@ -2746,7 +2746,7 @@ }, { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -2759,7 +2759,7 @@ "typeArguments": [ { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -2770,14 +2770,14 @@ { "type": "reflection", "declaration": { - "id": 16726, + "id": 186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16727, + "id": 187, "name": "config", "variant": "declaration", "kind": 2048, @@ -2791,7 +2791,7 @@ ], "signatures": [ { - "id": 16728, + "id": 188, "name": "config", "variant": "signature", "kind": 4096, @@ -2805,7 +2805,7 @@ ], "parameters": [ { - "id": 16729, + "id": 189, "name": "config", "variant": "param", "kind": 32768, @@ -2816,14 +2816,14 @@ { "type": "reflection", "declaration": { - "id": 16730, + "id": 190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16731, + "id": 191, "name": "name", "variant": "declaration", "kind": 1024, @@ -2847,7 +2847,7 @@ { "title": "Properties", "children": [ - 16731 + 191 ] } ], @@ -2910,7 +2910,7 @@ "typeArguments": [ { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -2926,7 +2926,7 @@ { "title": "Methods", "children": [ - 16727 + 187 ] } ], @@ -2948,7 +2948,7 @@ "typeArguments": [ { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -2964,7 +2964,7 @@ } }, { - "id": 16732, + "id": 192, "name": "run", "variant": "declaration", "kind": 1024, @@ -2987,7 +2987,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16733, + "id": 193, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3001,7 +3001,7 @@ ], "signatures": [ { - "id": 16734, + "id": 194, "name": "__type", "variant": "signature", "kind": 4096, @@ -3029,7 +3029,7 @@ ], "typeParameters": [ { - "id": 16735, + "id": 195, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -3040,7 +3040,7 @@ } }, { - "id": 16736, + "id": 196, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -3053,7 +3053,7 @@ ], "parameters": [ { - "id": 16737, + "id": 197, "name": "args", "variant": "param", "kind": 32768, @@ -3086,7 +3086,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3097,13 +3097,13 @@ }, "trueType": { "type": "reference", - "target": 16707, + "target": 167, "name": "CreateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3136,7 +3136,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3147,13 +3147,13 @@ }, "trueType": { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3173,7 +3173,7 @@ } }, { - "id": 16738, + "id": 198, "name": "getName", "variant": "declaration", "kind": 1024, @@ -3196,7 +3196,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16739, + "id": 199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3210,7 +3210,7 @@ ], "signatures": [ { - "id": 16740, + "id": 200, "name": "__type", "variant": "signature", "kind": 4096, @@ -3232,7 +3232,7 @@ } }, { - "id": 16741, + "id": 201, "name": "config", "variant": "declaration", "kind": 1024, @@ -3255,7 +3255,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16742, + "id": 202, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3269,7 +3269,7 @@ ], "signatures": [ { - "id": 16743, + "id": 203, "name": "__type", "variant": "signature", "kind": 4096, @@ -3283,7 +3283,7 @@ ], "parameters": [ { - "id": 16744, + "id": 204, "name": "config", "variant": "param", "kind": 32768, @@ -3309,7 +3309,7 @@ } }, { - "id": 16745, + "id": 205, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -3337,7 +3337,7 @@ ], "documents": [ { - "id": 37158, + "id": 20645, "name": "createApiKeysStep", "variant": "document", "kind": 8388608, @@ -3353,6 +3353,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "96" + } + ] } ], "modifierTags": [ @@ -3364,21 +3373,21 @@ } ], "childrenIncludingDocuments": [ - 16720, - 16732, - 16738, - 16741, - 16745 + 180, + 192, + 198, + 201, + 205 ], "groups": [ { "title": "Properties", "children": [ - 16720, - 16732, - 16738, - 16741, - 16745 + 180, + 192, + 198, + 201, + 205 ] } ], @@ -3387,12 +3396,12 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L50" } ], "signatures": [ { - "id": 16713, + "id": 173, "name": "createApiKeysWorkflow", "variant": "signature", "kind": 4096, @@ -3439,12 +3448,12 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L50" } ], "typeParameters": [ { - "id": 16714, + "id": 174, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -3455,7 +3464,7 @@ } }, { - "id": 16715, + "id": 175, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -3468,7 +3477,7 @@ ], "parameters": [ { - "id": 16716, + "id": 176, "name": "container", "variant": "param", "kind": 32768, @@ -3492,14 +3501,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16717, + "id": 177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16718, + "id": 178, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -3522,7 +3531,7 @@ } }, { - "id": 16719, + "id": 179, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -3549,8 +3558,8 @@ { "title": "Properties", "children": [ - 16718, - 16719 + 178, + 179 ] } ], @@ -3621,26 +3630,26 @@ "typeArguments": [ { "type": "reference", - "target": 16707, + "target": 167, "name": "CreateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16710, + "target": 170, "name": "CreateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3655,7 +3664,7 @@ ] }, { - "id": 16748, + "id": 208, "name": "ids", "variant": "declaration", "kind": 1024, @@ -3673,7 +3682,7 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L13" } ], "type": { @@ -3685,7 +3694,7 @@ } }, { - "id": 16749, + "id": 209, "name": "deleteApiKeysWorkflowId", "variant": "declaration", "kind": 32, @@ -3697,7 +3706,7 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L16" } ], "type": { @@ -3707,7 +3716,7 @@ "defaultValue": "\"delete-api-keys\"" }, { - "id": 16750, + "id": 210, "name": "deleteApiKeysWorkflow", "variant": "declaration", "kind": 64, @@ -3751,7 +3760,7 @@ }, "children": [ { - "id": 16758, + "id": 218, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -3774,7 +3783,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16759, + "id": 219, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3788,7 +3797,7 @@ ], "signatures": [ { - "id": 16760, + "id": 220, "name": "__type", "variant": "signature", "kind": 4096, @@ -3816,7 +3825,7 @@ ], "parameters": [ { - "id": 16761, + "id": 221, "name": "param0", "variant": "param", "kind": 32768, @@ -3832,14 +3841,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16762, + "id": 222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16763, + "id": 223, "name": "input", "variant": "declaration", "kind": 1024, @@ -3864,7 +3873,7 @@ "types": [ { "type": "reference", - "target": 16746, + "target": 206, "name": "DeleteApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, @@ -3877,7 +3886,7 @@ "typeArguments": [ { "type": "reference", - "target": 16746, + "target": 206, "name": "DeleteApiKeysWorkflowInput", "package": "@medusajs/core-flows" } @@ -3893,7 +3902,7 @@ { "title": "Properties", "children": [ - 16763 + 223 ] } ], @@ -3929,14 +3938,14 @@ { "type": "reflection", "declaration": { - "id": 16764, + "id": 224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16765, + "id": 225, "name": "config", "variant": "declaration", "kind": 2048, @@ -3950,7 +3959,7 @@ ], "signatures": [ { - "id": 16766, + "id": 226, "name": "config", "variant": "signature", "kind": 4096, @@ -3964,7 +3973,7 @@ ], "parameters": [ { - "id": 16767, + "id": 227, "name": "config", "variant": "param", "kind": 32768, @@ -3975,14 +3984,14 @@ { "type": "reflection", "declaration": { - "id": 16768, + "id": 228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16769, + "id": 229, "name": "name", "variant": "declaration", "kind": 1024, @@ -4006,7 +4015,7 @@ { "title": "Properties", "children": [ - 16769 + 229 ] } ], @@ -4083,7 +4092,7 @@ { "title": "Methods", "children": [ - 16765 + 225 ] } ], @@ -4119,7 +4128,7 @@ } }, { - "id": 16770, + "id": 230, "name": "run", "variant": "declaration", "kind": 1024, @@ -4142,7 +4151,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16771, + "id": 231, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4156,7 +4165,7 @@ ], "signatures": [ { - "id": 16772, + "id": 232, "name": "__type", "variant": "signature", "kind": 4096, @@ -4184,7 +4193,7 @@ ], "typeParameters": [ { - "id": 16773, + "id": 233, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -4195,7 +4204,7 @@ } }, { - "id": 16774, + "id": 234, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -4208,7 +4217,7 @@ ], "parameters": [ { - "id": 16775, + "id": 235, "name": "args", "variant": "param", "kind": 32768, @@ -4241,7 +4250,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4252,13 +4261,13 @@ }, "trueType": { "type": "reference", - "target": 16746, + "target": 206, "name": "DeleteApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4291,7 +4300,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4306,7 +4315,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4326,7 +4335,7 @@ } }, { - "id": 16776, + "id": 236, "name": "getName", "variant": "declaration", "kind": 1024, @@ -4349,7 +4358,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16777, + "id": 237, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4363,7 +4372,7 @@ ], "signatures": [ { - "id": 16778, + "id": 238, "name": "__type", "variant": "signature", "kind": 4096, @@ -4385,7 +4394,7 @@ } }, { - "id": 16779, + "id": 239, "name": "config", "variant": "declaration", "kind": 1024, @@ -4408,7 +4417,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16780, + "id": 240, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4422,7 +4431,7 @@ ], "signatures": [ { - "id": 16781, + "id": 241, "name": "__type", "variant": "signature", "kind": 4096, @@ -4436,7 +4445,7 @@ ], "parameters": [ { - "id": 16782, + "id": 242, "name": "config", "variant": "param", "kind": 32768, @@ -4462,7 +4471,7 @@ } }, { - "id": 16783, + "id": 243, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -4485,7 +4494,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16784, + "id": 244, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4499,14 +4508,14 @@ ], "indexSignatures": [ { - "id": 16785, + "id": 245, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 16786, + "id": 246, "name": "key", "variant": "param", "kind": 32768, @@ -4520,7 +4529,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16787, + "id": 247, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4534,7 +4543,7 @@ ], "signatures": [ { - "id": 16788, + "id": 248, "name": "__type", "variant": "signature", "kind": 4096, @@ -4548,14 +4557,14 @@ ], "typeParameters": [ { - "id": 16789, + "id": 249, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 16790, + "id": 250, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -4564,7 +4573,7 @@ ], "parameters": [ { - "id": 16791, + "id": 251, "name": "invoke", "variant": "param", "kind": 32768, @@ -4582,14 +4591,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4600,7 +4609,7 @@ } }, { - "id": 16792, + "id": 252, "name": "compensate", "variant": "param", "kind": 32768, @@ -4616,7 +4625,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4643,7 +4652,7 @@ ], "documents": [ { - "id": 37159, + "id": 20646, "name": "deleteApiKeysStep", "variant": "document", "kind": 8388608, @@ -4659,6 +4668,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "109" + } + ] } ], "modifierTags": [ @@ -4669,7 +4687,7 @@ "frontmatter": {} }, { - "id": 37160, + "id": 20647, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -4685,6 +4703,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -4696,21 +4723,21 @@ } ], "childrenIncludingDocuments": [ - 16758, - 16770, - 16776, - 16779, - 16783 + 218, + 230, + 236, + 239, + 243 ], "groups": [ { "title": "Properties", "children": [ - 16758, - 16770, - 16776, - 16779, - 16783 + 218, + 230, + 236, + 239, + 243 ] } ], @@ -4719,12 +4746,12 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L36" } ], "signatures": [ { - "id": 16751, + "id": 211, "name": "deleteApiKeysWorkflow", "variant": "signature", "kind": 4096, @@ -4771,12 +4798,12 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L36" } ], "typeParameters": [ { - "id": 16752, + "id": 212, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -4787,7 +4814,7 @@ } }, { - "id": 16753, + "id": 213, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -4800,7 +4827,7 @@ ], "parameters": [ { - "id": 16754, + "id": 214, "name": "container", "variant": "param", "kind": 32768, @@ -4824,14 +4851,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16755, + "id": 215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16756, + "id": 216, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -4854,7 +4881,7 @@ } }, { - "id": 16757, + "id": 217, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -4881,8 +4908,8 @@ { "title": "Properties", "children": [ - 16756, - 16757 + 216, + 217 ] } ], @@ -4953,7 +4980,7 @@ "typeArguments": [ { "type": "reference", - "target": 16746, + "target": 206, "name": "DeleteApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, @@ -4963,14 +4990,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4985,7 +5012,7 @@ ] }, { - "id": 16794, + "id": 254, "name": "linkSalesChannelsToApiKeyWorkflowId", "variant": "declaration", "kind": 32, @@ -4997,7 +5024,7 @@ "fileName": "core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L17" } ], "type": { @@ -5007,7 +5034,7 @@ "defaultValue": "\"link-sales-channels-to-api-key\"" }, { - "id": 16795, + "id": 255, "name": "linkSalesChannelsToApiKeyWorkflow", "variant": "declaration", "kind": 64, @@ -5051,7 +5078,7 @@ }, "children": [ { - "id": 16803, + "id": 263, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -5074,7 +5101,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16804, + "id": 264, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5088,7 +5115,7 @@ ], "signatures": [ { - "id": 16805, + "id": 265, "name": "__type", "variant": "signature", "kind": 4096, @@ -5116,7 +5143,7 @@ ], "parameters": [ { - "id": 16806, + "id": 266, "name": "param0", "variant": "param", "kind": 32768, @@ -5132,14 +5159,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16807, + "id": 267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16808, + "id": 268, "name": "input", "variant": "declaration", "kind": 1024, @@ -5199,7 +5226,7 @@ { "title": "Properties", "children": [ - 16808 + 268 ] } ], @@ -5235,14 +5262,14 @@ { "type": "reflection", "declaration": { - "id": 16809, + "id": 269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16810, + "id": 270, "name": "config", "variant": "declaration", "kind": 2048, @@ -5256,7 +5283,7 @@ ], "signatures": [ { - "id": 16811, + "id": 271, "name": "config", "variant": "signature", "kind": 4096, @@ -5270,7 +5297,7 @@ ], "parameters": [ { - "id": 16812, + "id": 272, "name": "config", "variant": "param", "kind": 32768, @@ -5281,14 +5308,14 @@ { "type": "reflection", "declaration": { - "id": 16813, + "id": 273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16814, + "id": 274, "name": "name", "variant": "declaration", "kind": 1024, @@ -5312,7 +5339,7 @@ { "title": "Properties", "children": [ - 16814 + 274 ] } ], @@ -5389,7 +5416,7 @@ { "title": "Methods", "children": [ - 16810 + 270 ] } ], @@ -5425,7 +5452,7 @@ } }, { - "id": 16815, + "id": 275, "name": "run", "variant": "declaration", "kind": 1024, @@ -5448,7 +5475,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16816, + "id": 276, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5462,7 +5489,7 @@ ], "signatures": [ { - "id": 16817, + "id": 277, "name": "__type", "variant": "signature", "kind": 4096, @@ -5490,7 +5517,7 @@ ], "typeParameters": [ { - "id": 16818, + "id": 278, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -5501,7 +5528,7 @@ } }, { - "id": 16819, + "id": 279, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -5514,7 +5541,7 @@ ], "parameters": [ { - "id": 16820, + "id": 280, "name": "args", "variant": "param", "kind": 32768, @@ -5547,7 +5574,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5567,7 +5594,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5600,7 +5627,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5615,7 +5642,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5635,7 +5662,7 @@ } }, { - "id": 16821, + "id": 281, "name": "getName", "variant": "declaration", "kind": 1024, @@ -5658,7 +5685,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16822, + "id": 282, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5672,7 +5699,7 @@ ], "signatures": [ { - "id": 16823, + "id": 283, "name": "__type", "variant": "signature", "kind": 4096, @@ -5694,7 +5721,7 @@ } }, { - "id": 16824, + "id": 284, "name": "config", "variant": "declaration", "kind": 1024, @@ -5717,7 +5744,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16825, + "id": 285, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5731,7 +5758,7 @@ ], "signatures": [ { - "id": 16826, + "id": 286, "name": "__type", "variant": "signature", "kind": 4096, @@ -5745,7 +5772,7 @@ ], "parameters": [ { - "id": 16827, + "id": 287, "name": "config", "variant": "param", "kind": 32768, @@ -5771,7 +5798,7 @@ } }, { - "id": 16828, + "id": 288, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -5794,7 +5821,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16829, + "id": 289, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5808,14 +5835,14 @@ ], "indexSignatures": [ { - "id": 16830, + "id": 290, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 16831, + "id": 291, "name": "key", "variant": "param", "kind": 32768, @@ -5829,7 +5856,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16832, + "id": 292, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5843,7 +5870,7 @@ ], "signatures": [ { - "id": 16833, + "id": 293, "name": "__type", "variant": "signature", "kind": 4096, @@ -5857,14 +5884,14 @@ ], "typeParameters": [ { - "id": 16834, + "id": 294, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 16835, + "id": 295, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -5873,7 +5900,7 @@ ], "parameters": [ { - "id": 16836, + "id": 296, "name": "invoke", "variant": "param", "kind": 32768, @@ -5891,14 +5918,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5909,7 +5936,7 @@ } }, { - "id": 16837, + "id": 297, "name": "compensate", "variant": "param", "kind": 32768, @@ -5925,7 +5952,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -5952,7 +5979,7 @@ ], "documents": [ { - "id": 37161, + "id": 20648, "name": "validateSalesChannelsExistStep", "variant": "document", "kind": 8388608, @@ -5968,6 +5995,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "156" + } + ] } ], "modifierTags": [ @@ -5978,7 +6014,7 @@ "frontmatter": {} }, { - "id": 37162, + "id": 20649, "name": "linkSalesChannelsToApiKeyStep", "variant": "document", "kind": 8388608, @@ -5994,6 +6030,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "116" + } + ] } ], "modifierTags": [ @@ -6005,21 +6050,21 @@ } ], "childrenIncludingDocuments": [ - 16803, - 16815, - 16821, - 16824, - 16828 + 263, + 275, + 281, + 284, + 288 ], "groups": [ { "title": "Properties", "children": [ - 16803, - 16815, - 16821, - 16824, - 16828 + 263, + 275, + 281, + 284, + 288 ] } ], @@ -6028,12 +6073,12 @@ "fileName": "core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L39" } ], "signatures": [ { - "id": 16796, + "id": 256, "name": "linkSalesChannelsToApiKeyWorkflow", "variant": "signature", "kind": 4096, @@ -6080,12 +6125,12 @@ "fileName": "core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L39" } ], "typeParameters": [ { - "id": 16797, + "id": 257, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -6096,7 +6141,7 @@ } }, { - "id": 16798, + "id": 258, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -6109,7 +6154,7 @@ ], "parameters": [ { - "id": 16799, + "id": 259, "name": "container", "variant": "param", "kind": 32768, @@ -6133,14 +6178,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16800, + "id": 260, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16801, + "id": 261, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -6163,7 +6208,7 @@ } }, { - "id": 16802, + "id": 262, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -6190,8 +6235,8 @@ { "title": "Properties", "children": [ - 16801, - 16802 + 261, + 262 ] } ], @@ -6275,14 +6320,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -6297,7 +6342,7 @@ ] }, { - "id": 16840, + "id": 300, "name": "selector", "variant": "declaration", "kind": 1024, @@ -6315,7 +6360,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L20" } ], "type": { @@ -6329,7 +6374,7 @@ } }, { - "id": 16841, + "id": 301, "name": "revoke", "variant": "declaration", "kind": 1024, @@ -6347,7 +6392,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L24" } ], "type": { @@ -6361,7 +6406,7 @@ } }, { - "id": 16843, + "id": 303, "name": "revokeApiKeysWorkflowId", "variant": "declaration", "kind": 32, @@ -6373,7 +6418,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L32" } ], "type": { @@ -6383,7 +6428,7 @@ "defaultValue": "\"revoke-api-keys\"" }, { - "id": 16844, + "id": 304, "name": "revokeApiKeysWorkflow", "variant": "declaration", "kind": 64, @@ -6427,7 +6472,7 @@ }, "children": [ { - "id": 16852, + "id": 312, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -6450,7 +6495,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16853, + "id": 313, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6464,7 +6509,7 @@ ], "signatures": [ { - "id": 16854, + "id": 314, "name": "__type", "variant": "signature", "kind": 4096, @@ -6492,7 +6537,7 @@ ], "parameters": [ { - "id": 16855, + "id": 315, "name": "param0", "variant": "param", "kind": 32768, @@ -6508,14 +6553,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16856, + "id": 316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16857, + "id": 317, "name": "input", "variant": "declaration", "kind": 1024, @@ -6540,7 +6585,7 @@ "types": [ { "type": "reference", - "target": 16838, + "target": 298, "name": "RevokeApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, @@ -6553,7 +6598,7 @@ "typeArguments": [ { "type": "reference", - "target": 16838, + "target": 298, "name": "RevokeApiKeysWorkflowInput", "package": "@medusajs/core-flows" } @@ -6569,7 +6614,7 @@ { "title": "Properties", "children": [ - 16857 + 317 ] } ], @@ -6626,7 +6671,7 @@ }, { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -6639,7 +6684,7 @@ "typeArguments": [ { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -6650,14 +6695,14 @@ { "type": "reflection", "declaration": { - "id": 16858, + "id": 318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16859, + "id": 319, "name": "config", "variant": "declaration", "kind": 2048, @@ -6671,7 +6716,7 @@ ], "signatures": [ { - "id": 16860, + "id": 320, "name": "config", "variant": "signature", "kind": 4096, @@ -6685,7 +6730,7 @@ ], "parameters": [ { - "id": 16861, + "id": 321, "name": "config", "variant": "param", "kind": 32768, @@ -6696,14 +6741,14 @@ { "type": "reflection", "declaration": { - "id": 16862, + "id": 322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16863, + "id": 323, "name": "name", "variant": "declaration", "kind": 1024, @@ -6727,7 +6772,7 @@ { "title": "Properties", "children": [ - 16863 + 323 ] } ], @@ -6790,7 +6835,7 @@ "typeArguments": [ { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -6806,7 +6851,7 @@ { "title": "Methods", "children": [ - 16859 + 319 ] } ], @@ -6828,7 +6873,7 @@ "typeArguments": [ { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -6844,7 +6889,7 @@ } }, { - "id": 16864, + "id": 324, "name": "run", "variant": "declaration", "kind": 1024, @@ -6867,7 +6912,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16865, + "id": 325, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6881,7 +6926,7 @@ ], "signatures": [ { - "id": 16866, + "id": 326, "name": "__type", "variant": "signature", "kind": 4096, @@ -6909,7 +6954,7 @@ ], "typeParameters": [ { - "id": 16867, + "id": 327, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -6920,7 +6965,7 @@ } }, { - "id": 16868, + "id": 328, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -6933,7 +6978,7 @@ ], "parameters": [ { - "id": 16869, + "id": 329, "name": "args", "variant": "param", "kind": 32768, @@ -6966,7 +7011,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -6977,13 +7022,13 @@ }, "trueType": { "type": "reference", - "target": 16838, + "target": 298, "name": "RevokeApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -7016,7 +7061,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -7027,13 +7072,13 @@ }, "trueType": { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -7053,7 +7098,7 @@ } }, { - "id": 16870, + "id": 330, "name": "getName", "variant": "declaration", "kind": 1024, @@ -7076,7 +7121,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16871, + "id": 331, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7090,7 +7135,7 @@ ], "signatures": [ { - "id": 16872, + "id": 332, "name": "__type", "variant": "signature", "kind": 4096, @@ -7112,7 +7157,7 @@ } }, { - "id": 16873, + "id": 333, "name": "config", "variant": "declaration", "kind": 1024, @@ -7135,7 +7180,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16874, + "id": 334, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7149,7 +7194,7 @@ ], "signatures": [ { - "id": 16875, + "id": 335, "name": "__type", "variant": "signature", "kind": 4096, @@ -7163,7 +7208,7 @@ ], "parameters": [ { - "id": 16876, + "id": 336, "name": "config", "variant": "param", "kind": 32768, @@ -7189,7 +7234,7 @@ } }, { - "id": 16877, + "id": 337, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -7217,7 +7262,7 @@ ], "documents": [ { - "id": 37163, + "id": 20650, "name": "revokeApiKeysStep", "variant": "document", "kind": 8388608, @@ -7233,6 +7278,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "126" + } + ] } ], "modifierTags": [ @@ -7244,21 +7298,21 @@ } ], "childrenIncludingDocuments": [ - 16852, - 16864, - 16870, - 16873, - 16877 + 312, + 324, + 330, + 333, + 337 ], "groups": [ { "title": "Properties", "children": [ - 16852, - 16864, - 16870, - 16873, - 16877 + 312, + 324, + 330, + 333, + 337 ] } ], @@ -7267,12 +7321,12 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L59" } ], "signatures": [ { - "id": 16845, + "id": 305, "name": "revokeApiKeysWorkflow", "variant": "signature", "kind": 4096, @@ -7319,12 +7373,12 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L59" } ], "typeParameters": [ { - "id": 16846, + "id": 306, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -7335,7 +7389,7 @@ } }, { - "id": 16847, + "id": 307, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -7348,7 +7402,7 @@ ], "parameters": [ { - "id": 16848, + "id": 308, "name": "container", "variant": "param", "kind": 32768, @@ -7372,14 +7426,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16849, + "id": 309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16850, + "id": 310, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -7402,7 +7456,7 @@ } }, { - "id": 16851, + "id": 311, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -7429,8 +7483,8 @@ { "title": "Properties", "children": [ - 16850, - 16851 + 310, + 311 ] } ], @@ -7501,26 +7555,26 @@ "typeArguments": [ { "type": "reference", - "target": 16838, + "target": 298, "name": "RevokeApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16842, + "target": 302, "name": "RevokeApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -7535,7 +7589,7 @@ ] }, { - "id": 16880, + "id": 340, "name": "selector", "variant": "declaration", "kind": 1024, @@ -7553,7 +7607,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L20" } ], "type": { @@ -7567,7 +7621,7 @@ } }, { - "id": 16881, + "id": 341, "name": "update", "variant": "declaration", "kind": 1024, @@ -7585,7 +7639,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L24" } ], "type": { @@ -7599,7 +7653,7 @@ } }, { - "id": 16883, + "id": 343, "name": "updateApiKeysWorkflowId", "variant": "declaration", "kind": 32, @@ -7611,7 +7665,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L32" } ], "type": { @@ -7621,7 +7675,7 @@ "defaultValue": "\"update-api-keys\"" }, { - "id": 16884, + "id": 344, "name": "updateApiKeysWorkflow", "variant": "declaration", "kind": 64, @@ -7665,7 +7719,7 @@ }, "children": [ { - "id": 16892, + "id": 352, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -7688,7 +7742,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16893, + "id": 353, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7702,7 +7756,7 @@ ], "signatures": [ { - "id": 16894, + "id": 354, "name": "__type", "variant": "signature", "kind": 4096, @@ -7730,7 +7784,7 @@ ], "parameters": [ { - "id": 16895, + "id": 355, "name": "param0", "variant": "param", "kind": 32768, @@ -7746,14 +7800,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16896, + "id": 356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16897, + "id": 357, "name": "input", "variant": "declaration", "kind": 1024, @@ -7778,7 +7832,7 @@ "types": [ { "type": "reference", - "target": 16878, + "target": 338, "name": "UpdateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, @@ -7791,7 +7845,7 @@ "typeArguments": [ { "type": "reference", - "target": 16878, + "target": 338, "name": "UpdateApiKeysWorkflowInput", "package": "@medusajs/core-flows" } @@ -7807,7 +7861,7 @@ { "title": "Properties", "children": [ - 16897 + 357 ] } ], @@ -7864,7 +7918,7 @@ }, { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -7877,7 +7931,7 @@ "typeArguments": [ { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -7888,14 +7942,14 @@ { "type": "reflection", "declaration": { - "id": 16898, + "id": 358, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16899, + "id": 359, "name": "config", "variant": "declaration", "kind": 2048, @@ -7909,7 +7963,7 @@ ], "signatures": [ { - "id": 16900, + "id": 360, "name": "config", "variant": "signature", "kind": 4096, @@ -7923,7 +7977,7 @@ ], "parameters": [ { - "id": 16901, + "id": 361, "name": "config", "variant": "param", "kind": 32768, @@ -7934,14 +7988,14 @@ { "type": "reflection", "declaration": { - "id": 16902, + "id": 362, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16903, + "id": 363, "name": "name", "variant": "declaration", "kind": 1024, @@ -7965,7 +8019,7 @@ { "title": "Properties", "children": [ - 16903 + 363 ] } ], @@ -8028,7 +8082,7 @@ "typeArguments": [ { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -8044,7 +8098,7 @@ { "title": "Methods", "children": [ - 16899 + 359 ] } ], @@ -8066,7 +8120,7 @@ "typeArguments": [ { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" } @@ -8082,7 +8136,7 @@ } }, { - "id": 16904, + "id": 364, "name": "run", "variant": "declaration", "kind": 1024, @@ -8105,7 +8159,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16905, + "id": 365, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8119,7 +8173,7 @@ ], "signatures": [ { - "id": 16906, + "id": 366, "name": "__type", "variant": "signature", "kind": 4096, @@ -8147,7 +8201,7 @@ ], "typeParameters": [ { - "id": 16907, + "id": 367, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -8158,7 +8212,7 @@ } }, { - "id": 16908, + "id": 368, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -8171,7 +8225,7 @@ ], "parameters": [ { - "id": 16909, + "id": 369, "name": "args", "variant": "param", "kind": 32768, @@ -8204,7 +8258,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -8215,13 +8269,13 @@ }, "trueType": { "type": "reference", - "target": 16878, + "target": 338, "name": "UpdateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -8254,7 +8308,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -8265,13 +8319,13 @@ }, "trueType": { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -8291,7 +8345,7 @@ } }, { - "id": 16910, + "id": 370, "name": "getName", "variant": "declaration", "kind": 1024, @@ -8314,7 +8368,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16911, + "id": 371, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8328,7 +8382,7 @@ ], "signatures": [ { - "id": 16912, + "id": 372, "name": "__type", "variant": "signature", "kind": 4096, @@ -8350,7 +8404,7 @@ } }, { - "id": 16913, + "id": 373, "name": "config", "variant": "declaration", "kind": 1024, @@ -8373,7 +8427,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16914, + "id": 374, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8387,7 +8441,7 @@ ], "signatures": [ { - "id": 16915, + "id": 375, "name": "__type", "variant": "signature", "kind": 4096, @@ -8401,7 +8455,7 @@ ], "parameters": [ { - "id": 16916, + "id": 376, "name": "config", "variant": "param", "kind": 32768, @@ -8427,7 +8481,7 @@ } }, { - "id": 16917, + "id": 377, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -8455,7 +8509,7 @@ ], "documents": [ { - "id": 37164, + "id": 20651, "name": "updateApiKeysStep", "variant": "document", "kind": 8388608, @@ -8471,6 +8525,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "142" + } + ] } ], "modifierTags": [ @@ -8482,21 +8545,21 @@ } ], "childrenIncludingDocuments": [ - 16892, - 16904, - 16910, - 16913, - 16917 + 352, + 364, + 370, + 373, + 377 ], "groups": [ { "title": "Properties", "children": [ - 16892, - 16904, - 16910, - 16913, - 16917 + 352, + 364, + 370, + 373, + 377 ] } ], @@ -8505,12 +8568,12 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L57" } ], "signatures": [ { - "id": 16885, + "id": 345, "name": "updateApiKeysWorkflow", "variant": "signature", "kind": 4096, @@ -8557,12 +8620,12 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L57" } ], "typeParameters": [ { - "id": 16886, + "id": 346, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -8573,7 +8636,7 @@ } }, { - "id": 16887, + "id": 347, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -8586,7 +8649,7 @@ ], "parameters": [ { - "id": 16888, + "id": 348, "name": "container", "variant": "param", "kind": 32768, @@ -8610,14 +8673,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16889, + "id": 349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16890, + "id": 350, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -8640,7 +8703,7 @@ } }, { - "id": 16891, + "id": 351, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -8667,8 +8730,8 @@ { "title": "Properties", "children": [ - 16890, - 16891 + 350, + 351 ] } ], @@ -8739,26 +8802,26 @@ "typeArguments": [ { "type": "reference", - "target": 16878, + "target": 338, "name": "UpdateApiKeysWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16882, + "target": 342, "name": "UpdateApiKeysWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -8777,21 +8840,21 @@ ] }, { - "id": 16544, + "id": 4, "name": "Auth", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16545, + "id": 5, "name": "Steps_Auth", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16920, + "id": 380, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -8801,7 +8864,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 7, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L7" } ], "type": { @@ -8810,7 +8873,7 @@ } }, { - "id": 16921, + "id": 381, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -8820,7 +8883,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 8, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L8" } ], "type": { @@ -8829,7 +8892,7 @@ } }, { - "id": 16922, + "id": 382, "name": "value", "variant": "declaration", "kind": 1024, @@ -8839,7 +8902,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 9, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L9" } ], "type": { @@ -8857,7 +8920,7 @@ } }, { - "id": 16923, + "id": 383, "name": "setAuthAppMetadataStepId", "variant": "declaration", "kind": 32, @@ -8869,7 +8932,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L12" } ], "type": { @@ -8879,7 +8942,7 @@ "defaultValue": "\"set-auth-app-metadata\"" }, { - "id": 16924, + "id": 384, "name": "setAuthAppMetadataStep", "variant": "declaration", "kind": 64, @@ -8978,7 +9041,7 @@ }, "children": [ { - "id": 16937, + "id": 397, "name": "__type", "variant": "declaration", "kind": 1024, @@ -8996,7 +9059,7 @@ } }, { - "id": 16938, + "id": 398, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -9018,8 +9081,8 @@ { "title": "Properties", "children": [ - 16937, - 16938 + 397, + 398 ] } ], @@ -9028,12 +9091,12 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L45" } ], "signatures": [ { - "id": 16925, + "id": 385, "name": "setAuthAppMetadataStep", "variant": "signature", "kind": 4096, @@ -9135,12 +9198,12 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L45" } ], "parameters": [ { - "id": 16926, + "id": 386, "name": "input", "variant": "param", "kind": 32768, @@ -9150,7 +9213,7 @@ "types": [ { "type": "reference", - "target": 16918, + "target": 378, "name": "SetAuthAppMetadataStepInput", "package": "@medusajs/core-flows" }, @@ -9163,7 +9226,7 @@ "typeArguments": [ { "type": "reference", - "target": 16918, + "target": 378, "name": "SetAuthAppMetadataStepInput", "package": "@medusajs/core-flows" } @@ -9181,14 +9244,14 @@ { "type": "reflection", "declaration": { - "id": 16927, + "id": 387, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16928, + "id": 388, "name": "id", "variant": "declaration", "kind": 1024, @@ -9234,7 +9297,7 @@ } }, { - "id": 16929, + "id": 389, "name": "provider_identities", "variant": "declaration", "kind": 1024, @@ -9307,7 +9370,7 @@ } }, { - "id": 16930, + "id": 390, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -9398,9 +9461,9 @@ { "title": "Properties", "children": [ - 16928, - 16929, - 16930 + 388, + 389, + 390 ] } ], @@ -9445,14 +9508,14 @@ { "type": "reflection", "declaration": { - "id": 16931, + "id": 391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16932, + "id": 392, "name": "config", "variant": "declaration", "kind": 2048, @@ -9466,7 +9529,7 @@ ], "signatures": [ { - "id": 16933, + "id": 393, "name": "config", "variant": "signature", "kind": 4096, @@ -9480,7 +9543,7 @@ ], "parameters": [ { - "id": 16934, + "id": 394, "name": "config", "variant": "param", "kind": 32768, @@ -9491,14 +9554,14 @@ { "type": "reflection", "declaration": { - "id": 16935, + "id": 395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16936, + "id": 396, "name": "name", "variant": "declaration", "kind": 1024, @@ -9522,7 +9585,7 @@ { "title": "Properties", "children": [ - 16936 + 396 ] } ], @@ -9604,7 +9667,7 @@ { "title": "Methods", "children": [ - 16932 + 392 ] } ], @@ -9645,14 +9708,14 @@ ] }, { - "id": 16546, + "id": 6, "name": "Workflows_Auth", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16939, + "id": 399, "name": "generateResetPasswordTokenWorkflow", "variant": "declaration", "kind": 64, @@ -9704,7 +9767,7 @@ }, "children": [ { - "id": 16952, + "id": 412, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -9727,7 +9790,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16953, + "id": 413, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9741,7 +9804,7 @@ ], "signatures": [ { - "id": 16954, + "id": 414, "name": "__type", "variant": "signature", "kind": 4096, @@ -9769,7 +9832,7 @@ ], "parameters": [ { - "id": 16955, + "id": 415, "name": "param0", "variant": "param", "kind": 32768, @@ -9785,14 +9848,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16956, + "id": 416, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16957, + "id": 417, "name": "input", "variant": "declaration", "kind": 1024, @@ -9818,14 +9881,14 @@ { "type": "reflection", "declaration": { - "id": 16958, + "id": 418, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16959, + "id": 419, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -9835,7 +9898,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -9844,7 +9907,7 @@ } }, { - "id": 16960, + "id": 420, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -9854,7 +9917,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -9863,7 +9926,7 @@ } }, { - "id": 16961, + "id": 421, "name": "provider", "variant": "declaration", "kind": 1024, @@ -9873,7 +9936,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -9882,7 +9945,7 @@ } }, { - "id": 16962, + "id": 422, "name": "secret", "variant": "declaration", "kind": 1024, @@ -9892,7 +9955,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -9905,10 +9968,10 @@ { "title": "Properties", "children": [ - 16959, - 16960, - 16961, - 16962 + 419, + 420, + 421, + 422 ] } ], @@ -9917,7 +9980,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 44, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" } ] } @@ -9932,14 +9995,14 @@ { "type": "reflection", "declaration": { - "id": 16963, + "id": 423, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16964, + "id": 424, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -9949,7 +10012,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -9958,7 +10021,7 @@ } }, { - "id": 16965, + "id": 425, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -9968,7 +10031,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -9977,7 +10040,7 @@ } }, { - "id": 16966, + "id": 426, "name": "provider", "variant": "declaration", "kind": 1024, @@ -9987,7 +10050,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -9996,7 +10059,7 @@ } }, { - "id": 16967, + "id": 427, "name": "secret", "variant": "declaration", "kind": 1024, @@ -10006,7 +10069,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -10019,10 +10082,10 @@ { "title": "Properties", "children": [ - 16964, - 16965, - 16966, - 16967 + 424, + 425, + 426, + 427 ] } ], @@ -10031,7 +10094,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 44, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" } ] } @@ -10048,7 +10111,7 @@ { "title": "Properties", "children": [ - 16957 + 417 ] } ], @@ -10088,14 +10151,14 @@ { "type": "reflection", "declaration": { - "id": 16968, + "id": 428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16969, + "id": 429, "name": "config", "variant": "declaration", "kind": 2048, @@ -10109,7 +10172,7 @@ ], "signatures": [ { - "id": 16970, + "id": 430, "name": "config", "variant": "signature", "kind": 4096, @@ -10123,7 +10186,7 @@ ], "parameters": [ { - "id": 16971, + "id": 431, "name": "config", "variant": "param", "kind": 32768, @@ -10134,14 +10197,14 @@ { "type": "reflection", "declaration": { - "id": 16972, + "id": 432, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16973, + "id": 433, "name": "name", "variant": "declaration", "kind": 1024, @@ -10165,7 +10228,7 @@ { "title": "Properties", "children": [ - 16973 + 433 ] } ], @@ -10242,7 +10305,7 @@ { "title": "Methods", "children": [ - 16969 + 429 ] } ], @@ -10278,7 +10341,7 @@ } }, { - "id": 16974, + "id": 434, "name": "run", "variant": "declaration", "kind": 1024, @@ -10301,7 +10364,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16975, + "id": 435, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10315,7 +10378,7 @@ ], "signatures": [ { - "id": 16976, + "id": 436, "name": "__type", "variant": "signature", "kind": 4096, @@ -10343,7 +10406,7 @@ ], "typeParameters": [ { - "id": 16977, + "id": 437, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -10354,7 +10417,7 @@ } }, { - "id": 16978, + "id": 438, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -10367,7 +10430,7 @@ ], "parameters": [ { - "id": 16979, + "id": 439, "name": "args", "variant": "param", "kind": 32768, @@ -10400,7 +10463,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -10412,14 +10475,14 @@ "trueType": { "type": "reflection", "declaration": { - "id": 16980, + "id": 440, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16981, + "id": 441, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -10429,7 +10492,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -10438,7 +10501,7 @@ } }, { - "id": 16982, + "id": 442, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -10448,7 +10511,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -10457,7 +10520,7 @@ } }, { - "id": 16983, + "id": 443, "name": "provider", "variant": "declaration", "kind": 1024, @@ -10467,7 +10530,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -10476,7 +10539,7 @@ } }, { - "id": 16984, + "id": 444, "name": "secret", "variant": "declaration", "kind": 1024, @@ -10486,7 +10549,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -10499,10 +10562,10 @@ { "title": "Properties", "children": [ - 16981, - 16982, - 16983, - 16984 + 441, + 442, + 443, + 444 ] } ], @@ -10511,14 +10574,14 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 44, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" } ] } }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -10551,7 +10614,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -10566,7 +10629,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -10586,7 +10649,7 @@ } }, { - "id": 16985, + "id": 445, "name": "getName", "variant": "declaration", "kind": 1024, @@ -10609,7 +10672,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16986, + "id": 446, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10623,7 +10686,7 @@ ], "signatures": [ { - "id": 16987, + "id": 447, "name": "__type", "variant": "signature", "kind": 4096, @@ -10645,7 +10708,7 @@ } }, { - "id": 16988, + "id": 448, "name": "config", "variant": "declaration", "kind": 1024, @@ -10668,7 +10731,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16989, + "id": 449, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10682,7 +10745,7 @@ ], "signatures": [ { - "id": 16990, + "id": 450, "name": "__type", "variant": "signature", "kind": 4096, @@ -10696,7 +10759,7 @@ ], "parameters": [ { - "id": 16991, + "id": 451, "name": "config", "variant": "param", "kind": 32768, @@ -10722,7 +10785,7 @@ } }, { - "id": 16992, + "id": 452, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -10750,7 +10813,7 @@ ], "documents": [ { - "id": 37165, + "id": 20652, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -10766,6 +10829,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -10776,7 +10848,7 @@ "frontmatter": {} }, { - "id": 37166, + "id": 20653, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -10792,6 +10864,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -10803,21 +10884,21 @@ } ], "childrenIncludingDocuments": [ - 16952, - 16974, - 16985, - 16988, - 16992 + 412, + 434, + 445, + 448, + 452 ], "groups": [ { "title": "Properties", "children": [ - 16952, - 16974, - 16985, - 16988, - 16992 + 412, + 434, + 445, + 448, + 452 ] } ], @@ -10826,12 +10907,12 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L42" } ], "signatures": [ { - "id": 16940, + "id": 400, "name": "generateResetPasswordTokenWorkflow", "variant": "signature", "kind": 4096, @@ -10886,12 +10967,12 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L42" } ], "typeParameters": [ { - "id": 16941, + "id": 401, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -10902,7 +10983,7 @@ } }, { - "id": 16942, + "id": 402, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -10915,7 +10996,7 @@ ], "parameters": [ { - "id": 16943, + "id": 403, "name": "container", "variant": "param", "kind": 32768, @@ -10939,14 +11020,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16944, + "id": 404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16945, + "id": 405, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -10969,7 +11050,7 @@ } }, { - "id": 16946, + "id": 406, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -10996,8 +11077,8 @@ { "title": "Properties", "children": [ - 16945, - 16946 + 405, + 406 ] } ], @@ -11069,14 +11150,14 @@ { "type": "reflection", "declaration": { - "id": 16947, + "id": 407, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16948, + "id": 408, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -11086,7 +11167,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -11095,7 +11176,7 @@ } }, { - "id": 16949, + "id": 409, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -11105,7 +11186,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -11114,7 +11195,7 @@ } }, { - "id": 16950, + "id": 410, "name": "provider", "variant": "declaration", "kind": 1024, @@ -11124,7 +11205,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -11133,7 +11214,7 @@ } }, { - "id": 16951, + "id": 411, "name": "secret", "variant": "declaration", "kind": 1024, @@ -11143,7 +11224,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -11156,10 +11237,10 @@ { "title": "Properties", "children": [ - 16948, - 16949, - 16950, - 16951 + 408, + 409, + 410, + 411 ] } ], @@ -11168,7 +11249,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 44, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L44" } ] } @@ -11179,14 +11260,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -11201,7 +11282,7 @@ ] }, { - "id": 16948, + "id": 408, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -11211,7 +11292,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -11220,7 +11301,7 @@ } }, { - "id": 16949, + "id": 409, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -11230,7 +11311,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -11239,7 +11320,7 @@ } }, { - "id": 16950, + "id": 410, "name": "provider", "variant": "declaration", "kind": 1024, @@ -11249,7 +11330,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -11258,7 +11339,7 @@ } }, { - "id": 16951, + "id": 411, "name": "secret", "variant": "declaration", "kind": 1024, @@ -11268,7 +11349,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -11277,7 +11358,7 @@ } }, { - "id": 16959, + "id": 419, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -11287,7 +11368,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -11296,7 +11377,7 @@ } }, { - "id": 16960, + "id": 420, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -11306,7 +11387,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -11315,7 +11396,7 @@ } }, { - "id": 16961, + "id": 421, "name": "provider", "variant": "declaration", "kind": 1024, @@ -11325,7 +11406,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -11334,7 +11415,7 @@ } }, { - "id": 16962, + "id": 422, "name": "secret", "variant": "declaration", "kind": 1024, @@ -11344,7 +11425,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -11353,7 +11434,7 @@ } }, { - "id": 16964, + "id": 424, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -11363,7 +11444,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -11372,7 +11453,7 @@ } }, { - "id": 16965, + "id": 425, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -11382,7 +11463,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -11391,7 +11472,7 @@ } }, { - "id": 16966, + "id": 426, "name": "provider", "variant": "declaration", "kind": 1024, @@ -11401,7 +11482,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -11410,7 +11491,7 @@ } }, { - "id": 16967, + "id": 427, "name": "secret", "variant": "declaration", "kind": 1024, @@ -11420,7 +11501,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -11429,7 +11510,7 @@ } }, { - "id": 16981, + "id": 441, "name": "entityId", "variant": "declaration", "kind": 1024, @@ -11439,7 +11520,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L45" } ], "type": { @@ -11448,7 +11529,7 @@ } }, { - "id": 16982, + "id": 442, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -11458,7 +11539,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L46" } ], "type": { @@ -11467,7 +11548,7 @@ } }, { - "id": 16983, + "id": 443, "name": "provider", "variant": "declaration", "kind": 1024, @@ -11477,7 +11558,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 47, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L47" } ], "type": { @@ -11486,7 +11567,7 @@ } }, { - "id": 16984, + "id": 444, "name": "secret", "variant": "declaration", "kind": 1024, @@ -11496,7 +11577,7 @@ "fileName": "core-flows/src/auth/workflows/generate-reset-password-token.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts#L48" } ], "type": { @@ -11509,21 +11590,21 @@ ] }, { - "id": 16547, + "id": 7, "name": "Cart", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16548, + "id": 8, "name": "Steps_Cart", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16994, + "id": 454, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -11541,7 +11622,7 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L15" } ], "type": { @@ -11558,7 +11639,7 @@ } }, { - "id": 16995, + "id": 455, "name": "addShippingMethodToCartStepId", "variant": "declaration", "kind": 32, @@ -11570,7 +11651,7 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L18" } ], "type": { @@ -11580,7 +11661,7 @@ "defaultValue": "\"add-shipping-method-to-cart-step\"" }, { - "id": 16996, + "id": 456, "name": "addShippingMethodToCartStep", "variant": "declaration", "kind": 64, @@ -11615,7 +11696,7 @@ }, "children": [ { - "id": 17005, + "id": 465, "name": "__type", "variant": "declaration", "kind": 1024, @@ -11633,7 +11714,7 @@ } }, { - "id": 17006, + "id": 466, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -11655,8 +11736,8 @@ { "title": "Properties", "children": [ - 17005, - 17006 + 465, + 466 ] } ], @@ -11665,12 +11746,12 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L33" } ], "signatures": [ { - "id": 16997, + "id": 457, "name": "addShippingMethodToCartStep", "variant": "signature", "kind": 4096, @@ -11708,12 +11789,12 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L33" } ], "parameters": [ { - "id": 16998, + "id": 458, "name": "input", "variant": "param", "kind": 32768, @@ -11723,7 +11804,7 @@ "types": [ { "type": "reference", - "target": 16993, + "target": 453, "name": "AddShippingMethodToCartStepInput", "package": "@medusajs/core-flows" }, @@ -11736,7 +11817,7 @@ "typeArguments": [ { "type": "reference", - "target": 16993, + "target": 453, "name": "AddShippingMethodToCartStepInput", "package": "@medusajs/core-flows" } @@ -11826,14 +11907,14 @@ { "type": "reflection", "declaration": { - "id": 16999, + "id": 459, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17000, + "id": 460, "name": "config", "variant": "declaration", "kind": 2048, @@ -11847,7 +11928,7 @@ ], "signatures": [ { - "id": 17001, + "id": 461, "name": "config", "variant": "signature", "kind": 4096, @@ -11861,7 +11942,7 @@ ], "parameters": [ { - "id": 17002, + "id": 462, "name": "config", "variant": "param", "kind": 32768, @@ -11872,14 +11953,14 @@ { "type": "reflection", "declaration": { - "id": 17003, + "id": 463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17004, + "id": 464, "name": "name", "variant": "declaration", "kind": 1024, @@ -11903,7 +11984,7 @@ { "title": "Properties", "children": [ - 17004 + 464 ] } ], @@ -11988,7 +12069,7 @@ { "title": "Methods", "children": [ - 17000 + 460 ] } ], @@ -12030,7 +12111,7 @@ ] }, { - "id": 17010, + "id": 470, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -12048,7 +12129,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" } ], "type": { @@ -12057,7 +12138,7 @@ } }, { - "id": 17011, + "id": 471, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -12091,7 +12172,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" } ], "type": { @@ -12100,7 +12181,7 @@ } }, { - "id": 17012, + "id": 472, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -12118,7 +12199,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" } ], "type": { @@ -12127,7 +12208,7 @@ } }, { - "id": 17013, + "id": 473, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -12145,7 +12226,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" } ], "type": { @@ -12159,7 +12240,7 @@ } }, { - "id": 17014, + "id": 474, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -12177,7 +12258,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" } ], "type": { @@ -12189,7 +12270,7 @@ } }, { - "id": 17008, + "id": 468, "name": "items", "variant": "declaration", "kind": 1024, @@ -12207,7 +12288,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" } ], "type": { @@ -12215,14 +12296,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17009, + "id": 469, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17010, + "id": 470, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -12240,7 +12321,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" } ], "type": { @@ -12249,7 +12330,7 @@ } }, { - "id": 17011, + "id": 471, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -12283,7 +12364,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" } ], "type": { @@ -12292,7 +12373,7 @@ } }, { - "id": 17012, + "id": 472, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -12310,7 +12391,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" } ], "type": { @@ -12319,7 +12400,7 @@ } }, { - "id": 17013, + "id": 473, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -12337,7 +12418,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" } ], "type": { @@ -12351,7 +12432,7 @@ } }, { - "id": 17014, + "id": 474, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -12369,7 +12450,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" } ], "type": { @@ -12385,11 +12466,11 @@ { "title": "Properties", "children": [ - 17010, - 17011, - 17012, - 17013, - 17014 + 470, + 471, + 472, + 473, + 474 ] } ], @@ -12398,7 +12479,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 17, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" } ] } @@ -12406,7 +12487,7 @@ } }, { - "id": 17015, + "id": 475, "name": "confirmInventoryStepId", "variant": "declaration", "kind": 32, @@ -12418,7 +12499,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L42" } ], "type": { @@ -12428,7 +12509,7 @@ "defaultValue": "\"confirm-inventory-step\"" }, { - "id": 17016, + "id": 476, "name": "confirmInventoryStep", "variant": "declaration", "kind": 64, @@ -12463,7 +12544,7 @@ }, "children": [ { - "id": 17019, + "id": 479, "name": "__type", "variant": "declaration", "kind": 1024, @@ -12481,7 +12562,7 @@ } }, { - "id": 17020, + "id": 480, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -12503,8 +12584,8 @@ { "title": "Properties", "children": [ - 17019, - 17020 + 479, + 480 ] } ], @@ -12513,12 +12594,12 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L60" } ], "signatures": [ { - "id": 17017, + "id": 477, "name": "confirmInventoryStep", "variant": "signature", "kind": 4096, @@ -12556,12 +12637,12 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L60" } ], "parameters": [ { - "id": 17018, + "id": 478, "name": "input", "variant": "param", "kind": 32768, @@ -12571,7 +12652,7 @@ "types": [ { "type": "reference", - "target": 17007, + "target": 467, "name": "ConfirmVariantInventoryStepInput", "package": "@medusajs/core-flows" }, @@ -12584,7 +12665,7 @@ "typeArguments": [ { "type": "reference", - "target": 17007, + "target": 467, "name": "ConfirmVariantInventoryStepInput", "package": "@medusajs/core-flows" } @@ -12604,7 +12685,7 @@ ] }, { - "id": 17022, + "id": 482, "name": "createCartsStepId", "variant": "declaration", "kind": 32, @@ -12616,7 +12697,7 @@ "fileName": "core-flows/src/cart/steps/create-carts.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-carts.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-carts.ts#L10" } ], "type": { @@ -12626,7 +12707,7 @@ "defaultValue": "\"create-carts\"" }, { - "id": 17023, + "id": 483, "name": "createCartsStep", "variant": "declaration", "kind": 64, @@ -12652,7 +12733,7 @@ }, "children": [ { - "id": 17032, + "id": 492, "name": "__type", "variant": "declaration", "kind": 1024, @@ -12670,7 +12751,7 @@ } }, { - "id": 17033, + "id": 493, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -12692,8 +12773,8 @@ { "title": "Properties", "children": [ - 17032, - 17033 + 492, + 493 ] } ], @@ -12702,12 +12783,12 @@ "fileName": "core-flows/src/cart/steps/create-carts.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-carts.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-carts.ts#L14" } ], "signatures": [ { - "id": 17024, + "id": 484, "name": "createCartsStep", "variant": "signature", "kind": 4096, @@ -12736,12 +12817,12 @@ "fileName": "core-flows/src/cart/steps/create-carts.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-carts.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-carts.ts#L14" } ], "parameters": [ { - "id": 17025, + "id": 485, "name": "input", "variant": "param", "kind": 32768, @@ -12751,7 +12832,7 @@ "types": [ { "type": "reference", - "target": 17021, + "target": 481, "name": "CreateCartsStepInput", "package": "@medusajs/core-flows" }, @@ -12764,7 +12845,7 @@ "typeArguments": [ { "type": "reference", - "target": 17021, + "target": 481, "name": "CreateCartsStepInput", "package": "@medusajs/core-flows" } @@ -12854,14 +12935,14 @@ { "type": "reflection", "declaration": { - "id": 17026, + "id": 486, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17027, + "id": 487, "name": "config", "variant": "declaration", "kind": 2048, @@ -12875,7 +12956,7 @@ ], "signatures": [ { - "id": 17028, + "id": 488, "name": "config", "variant": "signature", "kind": 4096, @@ -12889,7 +12970,7 @@ ], "parameters": [ { - "id": 17029, + "id": 489, "name": "config", "variant": "param", "kind": 32768, @@ -12900,14 +12981,14 @@ { "type": "reflection", "declaration": { - "id": 17030, + "id": 490, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17031, + "id": 491, "name": "name", "variant": "declaration", "kind": 1024, @@ -12931,7 +13012,7 @@ { "title": "Properties", "children": [ - 17031 + 491 ] } ], @@ -13016,7 +13097,7 @@ { "title": "Methods", "children": [ - 17027 + 487 ] } ], @@ -13058,7 +13139,7 @@ ] }, { - "id": 17035, + "id": 495, "name": "lineItemAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -13076,7 +13157,7 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L15" } ], "type": { @@ -13093,7 +13174,7 @@ } }, { - "id": 17036, + "id": 496, "name": "createLineItemAdjustmentsStepId", "variant": "declaration", "kind": 32, @@ -13105,7 +13186,7 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L18" } ], "type": { @@ -13115,7 +13196,7 @@ "defaultValue": "\"create-line-item-adjustments\"" }, { - "id": 17037, + "id": 497, "name": "createLineItemAdjustmentsStep", "variant": "declaration", "kind": 64, @@ -13150,7 +13231,7 @@ }, "children": [ { - "id": 17040, + "id": 500, "name": "__type", "variant": "declaration", "kind": 1024, @@ -13168,7 +13249,7 @@ } }, { - "id": 17041, + "id": 501, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -13190,8 +13271,8 @@ { "title": "Properties", "children": [ - 17040, - 17041 + 500, + 501 ] } ], @@ -13200,12 +13281,12 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L33" } ], "signatures": [ { - "id": 17038, + "id": 498, "name": "createLineItemAdjustmentsStep", "variant": "signature", "kind": 4096, @@ -13243,12 +13324,12 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L33" } ], "parameters": [ { - "id": 17039, + "id": 499, "name": "input", "variant": "param", "kind": 32768, @@ -13258,7 +13339,7 @@ "types": [ { "type": "reference", - "target": 17034, + "target": 494, "name": "CreateLineItemAdjustmentsCartStepInput", "package": "@medusajs/core-flows" }, @@ -13271,7 +13352,7 @@ "typeArguments": [ { "type": "reference", - "target": 17034, + "target": 494, "name": "CreateLineItemAdjustmentsCartStepInput", "package": "@medusajs/core-flows" } @@ -13291,7 +13372,7 @@ ] }, { - "id": 17043, + "id": 503, "name": "id", "variant": "declaration", "kind": 1024, @@ -13309,7 +13390,7 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L15" } ], "type": { @@ -13318,7 +13399,7 @@ } }, { - "id": 17044, + "id": 504, "name": "items", "variant": "declaration", "kind": 1024, @@ -13336,7 +13417,7 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L19" } ], "type": { @@ -13353,7 +13434,7 @@ } }, { - "id": 17045, + "id": 505, "name": "createLineItemsStepId", "variant": "declaration", "kind": 32, @@ -13365,7 +13446,7 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L22" } ], "type": { @@ -13375,7 +13456,7 @@ "defaultValue": "\"create-line-items-step\"" }, { - "id": 17046, + "id": 506, "name": "createLineItemsStep", "variant": "declaration", "kind": 64, @@ -13410,7 +13491,7 @@ }, "children": [ { - "id": 17055, + "id": 515, "name": "__type", "variant": "declaration", "kind": 1024, @@ -13428,7 +13509,7 @@ } }, { - "id": 17056, + "id": 516, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -13450,8 +13531,8 @@ { "title": "Properties", "children": [ - 17055, - 17056 + 515, + 516 ] } ], @@ -13460,12 +13541,12 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L37" } ], "signatures": [ { - "id": 17047, + "id": 507, "name": "createLineItemsStep", "variant": "signature", "kind": 4096, @@ -13503,12 +13584,12 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L37" } ], "parameters": [ { - "id": 17048, + "id": 508, "name": "input", "variant": "param", "kind": 32768, @@ -13518,7 +13599,7 @@ "types": [ { "type": "reference", - "target": 17042, + "target": 502, "name": "CreateLineItemsCartStepInput", "package": "@medusajs/core-flows" }, @@ -13531,7 +13612,7 @@ "typeArguments": [ { "type": "reference", - "target": 17042, + "target": 502, "name": "CreateLineItemsCartStepInput", "package": "@medusajs/core-flows" } @@ -13621,14 +13702,14 @@ { "type": "reflection", "declaration": { - "id": 17049, + "id": 509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17050, + "id": 510, "name": "config", "variant": "declaration", "kind": 2048, @@ -13642,7 +13723,7 @@ ], "signatures": [ { - "id": 17051, + "id": 511, "name": "config", "variant": "signature", "kind": 4096, @@ -13656,7 +13737,7 @@ ], "parameters": [ { - "id": 17052, + "id": 512, "name": "config", "variant": "param", "kind": 32768, @@ -13667,14 +13748,14 @@ { "type": "reflection", "declaration": { - "id": 17053, + "id": 513, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17054, + "id": 514, "name": "name", "variant": "declaration", "kind": 1024, @@ -13698,7 +13779,7 @@ { "title": "Properties", "children": [ - 17054 + 514 ] } ], @@ -13783,7 +13864,7 @@ { "title": "Methods", "children": [ - 17050 + 510 ] } ], @@ -13825,7 +13906,7 @@ ] }, { - "id": 17059, + "id": 519, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -13835,7 +13916,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L12" } ], "type": { @@ -13844,7 +13925,7 @@ } }, { - "id": 17060, + "id": 520, "name": "amount", "variant": "declaration", "kind": 1024, @@ -13862,7 +13943,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L16" } ], "type": { @@ -13876,7 +13957,7 @@ } }, { - "id": 17061, + "id": 521, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -13896,7 +13977,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L20" } ], "type": { @@ -13920,7 +14001,7 @@ } }, { - "id": 17062, + "id": 522, "name": "createPaymentCollectionsStepId", "variant": "declaration", "kind": 32, @@ -13932,7 +14013,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L23" } ], "type": { @@ -13942,7 +14023,7 @@ "defaultValue": "\"create-payment-collections\"" }, { - "id": 17063, + "id": 523, "name": "createPaymentCollectionsStep", "variant": "declaration", "kind": 64, @@ -13986,7 +14067,7 @@ }, "children": [ { - "id": 17072, + "id": 532, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14004,7 +14085,7 @@ } }, { - "id": 17073, + "id": 533, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -14026,8 +14107,8 @@ { "title": "Properties", "children": [ - 17072, - 17073 + 532, + 533 ] } ], @@ -14036,12 +14117,12 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L33" } ], "signatures": [ { - "id": 17064, + "id": 524, "name": "createPaymentCollectionsStep", "variant": "signature", "kind": 4096, @@ -14088,12 +14169,12 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L33" } ], "parameters": [ { - "id": 17065, + "id": 525, "name": "input", "variant": "param", "kind": 32768, @@ -14103,7 +14184,7 @@ "types": [ { "type": "reference", - "target": 17057, + "target": 517, "name": "CreatePaymentCollectionCartStepInput", "package": "@medusajs/core-flows" }, @@ -14116,7 +14197,7 @@ "typeArguments": [ { "type": "reference", - "target": 17057, + "target": 517, "name": "CreatePaymentCollectionCartStepInput", "package": "@medusajs/core-flows" } @@ -14206,14 +14287,14 @@ { "type": "reflection", "declaration": { - "id": 17066, + "id": 526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17067, + "id": 527, "name": "config", "variant": "declaration", "kind": 2048, @@ -14227,7 +14308,7 @@ ], "signatures": [ { - "id": 17068, + "id": 528, "name": "config", "variant": "signature", "kind": 4096, @@ -14241,7 +14322,7 @@ ], "parameters": [ { - "id": 17069, + "id": 529, "name": "config", "variant": "param", "kind": 32768, @@ -14252,14 +14333,14 @@ { "type": "reflection", "declaration": { - "id": 17070, + "id": 530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17071, + "id": 531, "name": "name", "variant": "declaration", "kind": 1024, @@ -14283,7 +14364,7 @@ { "title": "Properties", "children": [ - 17071 + 531 ] } ], @@ -14368,7 +14449,7 @@ { "title": "Methods", "children": [ - 17067 + 527 ] } ], @@ -14410,7 +14491,7 @@ ] }, { - "id": 17075, + "id": 535, "name": "shippingMethodAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -14428,7 +14509,7 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L15" } ], "type": { @@ -14445,7 +14526,7 @@ } }, { - "id": 17076, + "id": 536, "name": "createShippingMethodAdjustmentsStepId", "variant": "declaration", "kind": 32, @@ -14457,7 +14538,7 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L18" } ], "type": { @@ -14467,7 +14548,7 @@ "defaultValue": "\"create-shipping-method-adjustments\"" }, { - "id": 17077, + "id": 537, "name": "createShippingMethodAdjustmentsStep", "variant": "declaration", "kind": 64, @@ -14502,7 +14583,7 @@ }, "children": [ { - "id": 17080, + "id": 540, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14520,7 +14601,7 @@ } }, { - "id": 17081, + "id": 541, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -14542,8 +14623,8 @@ { "title": "Properties", "children": [ - 17080, - 17081 + 540, + 541 ] } ], @@ -14552,12 +14633,12 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L32" } ], "signatures": [ { - "id": 17078, + "id": 538, "name": "createShippingMethodAdjustmentsStep", "variant": "signature", "kind": 4096, @@ -14595,12 +14676,12 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L32" } ], "parameters": [ { - "id": 17079, + "id": 539, "name": "input", "variant": "param", "kind": 32768, @@ -14610,7 +14691,7 @@ "types": [ { "type": "reference", - "target": 17074, + "target": 534, "name": "CreateShippingMethodAdjustmentsStepInput", "package": "@medusajs/core-flows" }, @@ -14623,7 +14704,7 @@ "typeArguments": [ { "type": "reference", - "target": 17074, + "target": 534, "name": "CreateShippingMethodAdjustmentsStepInput", "package": "@medusajs/core-flows" } @@ -14643,7 +14724,7 @@ ] }, { - "id": 17084, + "id": 544, "name": "regionId", "variant": "declaration", "kind": 1024, @@ -14663,7 +14744,7 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L15" } ], "type": { @@ -14672,7 +14753,7 @@ } }, { - "id": 17085, + "id": 545, "name": "findOneOrAnyRegionStepId", "variant": "declaration", "kind": 32, @@ -14684,7 +14765,7 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L18" } ], "type": { @@ -14694,7 +14775,7 @@ "defaultValue": "\"find-one-or-any-region\"" }, { - "id": 17086, + "id": 546, "name": "findOneOrAnyRegionStep", "variant": "declaration", "kind": 64, @@ -14738,7 +14819,7 @@ }, "children": [ { - "id": 17105, + "id": 565, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14756,7 +14837,7 @@ } }, { - "id": 17106, + "id": 566, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -14778,8 +14859,8 @@ { "title": "Properties", "children": [ - 17105, - 17106 + 565, + 566 ] } ], @@ -14788,12 +14869,12 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L22" } ], "signatures": [ { - "id": 17087, + "id": 547, "name": "findOneOrAnyRegionStep", "variant": "signature", "kind": 4096, @@ -14840,12 +14921,12 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L22" } ], "parameters": [ { - "id": 17088, + "id": 548, "name": "input", "variant": "param", "kind": 32768, @@ -14855,7 +14936,7 @@ "types": [ { "type": "reference", - "target": 17082, + "target": 542, "name": "FindOneOrAnyRegionStepInput", "package": "@medusajs/core-flows" }, @@ -14868,7 +14949,7 @@ "typeArguments": [ { "type": "reference", - "target": 17082, + "target": 542, "name": "FindOneOrAnyRegionStepInput", "package": "@medusajs/core-flows" } @@ -14886,14 +14967,14 @@ { "type": "reflection", "declaration": { - "id": 17089, + "id": 549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17090, + "id": 550, "name": "id", "variant": "declaration", "kind": 1024, @@ -14939,7 +15020,7 @@ } }, { - "id": 17091, + "id": 551, "name": "name", "variant": "declaration", "kind": 1024, @@ -14985,7 +15066,7 @@ } }, { - "id": 17092, + "id": 552, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -15031,7 +15112,7 @@ } }, { - "id": 17093, + "id": 553, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -15077,7 +15158,7 @@ } }, { - "id": 17094, + "id": 554, "name": "countries", "variant": "declaration", "kind": 1024, @@ -15139,7 +15220,7 @@ } }, { - "id": 17095, + "id": 555, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -15201,7 +15282,7 @@ } }, { - "id": 17096, + "id": 556, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -15288,7 +15369,7 @@ } }, { - "id": 17097, + "id": 557, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -15334,7 +15415,7 @@ } }, { - "id": 17098, + "id": 558, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -15384,15 +15465,15 @@ { "title": "Properties", "children": [ - 17090, - 17091, - 17092, - 17093, - 17094, - 17095, - 17096, - 17097, - 17098 + 550, + 551, + 552, + 553, + 554, + 555, + 556, + 557, + 558 ] } ], @@ -15446,14 +15527,14 @@ { "type": "reflection", "declaration": { - "id": 17099, + "id": 559, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17100, + "id": 560, "name": "config", "variant": "declaration", "kind": 2048, @@ -15467,7 +15548,7 @@ ], "signatures": [ { - "id": 17101, + "id": 561, "name": "config", "variant": "signature", "kind": 4096, @@ -15481,7 +15562,7 @@ ], "parameters": [ { - "id": 17102, + "id": 562, "name": "config", "variant": "param", "kind": 32768, @@ -15492,14 +15573,14 @@ { "type": "reflection", "declaration": { - "id": 17103, + "id": 563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17104, + "id": 564, "name": "name", "variant": "declaration", "kind": 1024, @@ -15523,7 +15604,7 @@ { "title": "Properties", "children": [ - 17104 + 564 ] } ], @@ -15614,7 +15695,7 @@ { "title": "Methods", "children": [ - 17100 + 560 ] } ], @@ -15662,7 +15743,7 @@ ] }, { - "id": 17108, + "id": 568, "name": "customerId", "variant": "declaration", "kind": 1024, @@ -15682,7 +15763,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L12" } ], "type": { @@ -15700,7 +15781,7 @@ } }, { - "id": 17109, + "id": 569, "name": "email", "variant": "declaration", "kind": 1024, @@ -15728,7 +15809,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L17" } ], "type": { @@ -15746,7 +15827,7 @@ } }, { - "id": 17111, + "id": 571, "name": "customer", "variant": "declaration", "kind": 1024, @@ -15766,7 +15847,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" } ], "type": { @@ -15789,7 +15870,7 @@ } }, { - "id": 17112, + "id": 572, "name": "email", "variant": "declaration", "kind": 1024, @@ -15809,7 +15890,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" } ], "type": { @@ -15827,7 +15908,7 @@ } }, { - "id": 17113, + "id": 573, "name": "findOrCreateCustomerStepId", "variant": "declaration", "kind": 32, @@ -15839,7 +15920,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L39" } ], "type": { @@ -15849,7 +15930,7 @@ "defaultValue": "\"find-or-create-customer\"" }, { - "id": 17114, + "id": 574, "name": "findOrCreateCustomerStep", "variant": "declaration", "kind": 64, @@ -15902,7 +15983,7 @@ }, "children": [ { - "id": 17126, + "id": 586, "name": "__type", "variant": "declaration", "kind": 1024, @@ -15920,7 +16001,7 @@ } }, { - "id": 17127, + "id": 587, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -15942,8 +16023,8 @@ { "title": "Properties", "children": [ - 17126, - 17127 + 586, + 587 ] } ], @@ -15952,12 +16033,12 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L45" } ], "signatures": [ { - "id": 17115, + "id": 575, "name": "findOrCreateCustomerStep", "variant": "signature", "kind": 4096, @@ -16013,12 +16094,12 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L45" } ], "parameters": [ { - "id": 17116, + "id": 576, "name": "input", "variant": "param", "kind": 32768, @@ -16028,7 +16109,7 @@ "types": [ { "type": "reference", - "target": 17107, + "target": 567, "name": "FindOrCreateCustomerStepInput", "package": "@medusajs/core-flows" }, @@ -16041,7 +16122,7 @@ "typeArguments": [ { "type": "reference", - "target": 17107, + "target": 567, "name": "FindOrCreateCustomerStepInput", "package": "@medusajs/core-flows" } @@ -16059,14 +16140,14 @@ { "type": "reflection", "declaration": { - "id": 17117, + "id": 577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17118, + "id": 578, "name": "customer", "variant": "declaration", "kind": 1024, @@ -16086,7 +16167,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" } ], "type": { @@ -16142,7 +16223,7 @@ } }, { - "id": 17119, + "id": 579, "name": "email", "variant": "declaration", "kind": 1024, @@ -16162,7 +16243,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" } ], "type": { @@ -16212,8 +16293,8 @@ { "title": "Properties", "children": [ - 17118, - 17119 + 578, + 579 ] } ], @@ -16228,7 +16309,7 @@ }, { "type": "reference", - "target": 17110, + "target": 570, "name": "FindOrCreateCustomerOutputStepOutput", "package": "@medusajs/core-flows" }, @@ -16241,7 +16322,7 @@ "typeArguments": [ { "type": "reference", - "target": 17110, + "target": 570, "name": "FindOrCreateCustomerOutputStepOutput", "package": "@medusajs/core-flows" } @@ -16252,14 +16333,14 @@ { "type": "reflection", "declaration": { - "id": 17120, + "id": 580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17121, + "id": 581, "name": "config", "variant": "declaration", "kind": 2048, @@ -16273,7 +16354,7 @@ ], "signatures": [ { - "id": 17122, + "id": 582, "name": "config", "variant": "signature", "kind": 4096, @@ -16287,7 +16368,7 @@ ], "parameters": [ { - "id": 17123, + "id": 583, "name": "config", "variant": "param", "kind": 32768, @@ -16298,14 +16379,14 @@ { "type": "reflection", "declaration": { - "id": 17124, + "id": 584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17125, + "id": 585, "name": "name", "variant": "declaration", "kind": 1024, @@ -16329,7 +16410,7 @@ { "title": "Properties", "children": [ - 17125 + 585 ] } ], @@ -16392,7 +16473,7 @@ "typeArguments": [ { "type": "reference", - "target": 17110, + "target": 570, "name": "FindOrCreateCustomerOutputStepOutput", "package": "@medusajs/core-flows" } @@ -16408,7 +16489,7 @@ { "title": "Methods", "children": [ - 17121 + 581 ] } ], @@ -16430,7 +16511,7 @@ "typeArguments": [ { "type": "reference", - "target": 17110, + "target": 570, "name": "FindOrCreateCustomerOutputStepOutput", "package": "@medusajs/core-flows" } @@ -16444,7 +16525,7 @@ ] }, { - "id": 17129, + "id": 589, "name": "salesChannelId", "variant": "declaration", "kind": 1024, @@ -16464,7 +16545,7 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L16" } ], "type": { @@ -16482,7 +16563,7 @@ } }, { - "id": 17130, + "id": 590, "name": "findSalesChannelStepId", "variant": "declaration", "kind": 32, @@ -16494,7 +16575,7 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L19" } ], "type": { @@ -16504,7 +16585,7 @@ "defaultValue": "\"find-sales-channel\"" }, { - "id": 17131, + "id": 591, "name": "findSalesChannelStep", "variant": "declaration", "kind": 64, @@ -16557,7 +16638,7 @@ }, "children": [ { - "id": 17147, + "id": 607, "name": "__type", "variant": "declaration", "kind": 1024, @@ -16575,7 +16656,7 @@ } }, { - "id": 17148, + "id": 608, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -16597,8 +16678,8 @@ { "title": "Properties", "children": [ - 17147, - 17148 + 607, + 608 ] } ], @@ -16607,12 +16688,12 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L24" } ], "signatures": [ { - "id": 17132, + "id": 592, "name": "findSalesChannelStep", "variant": "signature", "kind": 4096, @@ -16668,12 +16749,12 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L24" } ], "parameters": [ { - "id": 17133, + "id": 593, "name": "input", "variant": "param", "kind": 32768, @@ -16683,7 +16764,7 @@ "types": [ { "type": "reference", - "target": 17128, + "target": 588, "name": "FindSalesChannelStepInput", "package": "@medusajs/core-flows" }, @@ -16696,7 +16777,7 @@ "typeArguments": [ { "type": "reference", - "target": 17128, + "target": 588, "name": "FindSalesChannelStepInput", "package": "@medusajs/core-flows" } @@ -16714,14 +16795,14 @@ { "type": "reflection", "declaration": { - "id": 17134, + "id": 594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17135, + "id": 595, "name": "id", "variant": "declaration", "kind": 1024, @@ -16767,7 +16848,7 @@ } }, { - "id": 17136, + "id": 596, "name": "name", "variant": "declaration", "kind": 1024, @@ -16813,7 +16894,7 @@ } }, { - "id": 17137, + "id": 597, "name": "description", "variant": "declaration", "kind": 1024, @@ -16872,7 +16953,7 @@ } }, { - "id": 17138, + "id": 598, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -16918,7 +16999,7 @@ } }, { - "id": 17139, + "id": 599, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -17007,7 +17088,7 @@ } }, { - "id": 17140, + "id": 600, "name": "locations", "variant": "declaration", "kind": 1024, @@ -17084,12 +17165,12 @@ { "title": "Properties", "children": [ - 17135, - 17136, - 17137, - 17138, - 17139, - 17140 + 595, + 596, + 597, + 598, + 599, + 600 ] } ], @@ -17143,14 +17224,14 @@ { "type": "reflection", "declaration": { - "id": 17141, + "id": 601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17142, + "id": 602, "name": "config", "variant": "declaration", "kind": 2048, @@ -17164,7 +17245,7 @@ ], "signatures": [ { - "id": 17143, + "id": 603, "name": "config", "variant": "signature", "kind": 4096, @@ -17178,7 +17259,7 @@ ], "parameters": [ { - "id": 17144, + "id": 604, "name": "config", "variant": "param", "kind": 32768, @@ -17189,14 +17270,14 @@ { "type": "reflection", "declaration": { - "id": 17145, + "id": 605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17146, + "id": 606, "name": "name", "variant": "declaration", "kind": 1024, @@ -17220,7 +17301,7 @@ { "title": "Properties", "children": [ - 17146 + 606 ] } ], @@ -17311,7 +17392,7 @@ { "title": "Methods", "children": [ - 17142 + 602 ] } ], @@ -17359,7 +17440,7 @@ ] }, { - "id": 17150, + "id": 610, "name": "cart", "variant": "declaration", "kind": 1024, @@ -17377,7 +17458,7 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L12" } ], "type": { @@ -17391,7 +17472,7 @@ } }, { - "id": 17151, + "id": 611, "name": "promotionCodesToApply", "variant": "declaration", "kind": 1024, @@ -17409,7 +17490,7 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L16" } ], "type": { @@ -17421,7 +17502,7 @@ } }, { - "id": 17152, + "id": 612, "name": "getActionsToComputeFromPromotionsStepId", "variant": "declaration", "kind": 32, @@ -17433,7 +17514,7 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L19" } ], "type": { @@ -17443,7 +17524,7 @@ "defaultValue": "\"get-actions-to-compute-from-promotions\"" }, { - "id": 17153, + "id": 613, "name": "getActionsToComputeFromPromotionsStep", "variant": "declaration", "kind": 64, @@ -17487,7 +17568,7 @@ }, "children": [ { - "id": 17216, + "id": 676, "name": "__type", "variant": "declaration", "kind": 1024, @@ -17505,7 +17586,7 @@ } }, { - "id": 17217, + "id": 677, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -17527,8 +17608,8 @@ { "title": "Properties", "children": [ - 17216, - 17217 + 676, + 677 ] } ], @@ -17537,12 +17618,12 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L39" } ], "signatures": [ { - "id": 17154, + "id": 614, "name": "getActionsToComputeFromPromotionsStep", "variant": "signature", "kind": 4096, @@ -17589,12 +17670,12 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L39" } ], "parameters": [ { - "id": 17155, + "id": 615, "name": "input", "variant": "param", "kind": 32768, @@ -17604,7 +17685,7 @@ "types": [ { "type": "reference", - "target": 17149, + "target": 609, "name": "GetActionsToComputeFromPromotionsStepInput", "package": "@medusajs/core-flows" }, @@ -17617,7 +17698,7 @@ "typeArguments": [ { "type": "reference", - "target": 17149, + "target": 609, "name": "GetActionsToComputeFromPromotionsStepInput", "package": "@medusajs/core-flows" } @@ -17655,14 +17736,14 @@ { "type": "reflection", "declaration": { - "id": 17156, + "id": 616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17157, + "id": 617, "name": "action", "variant": "declaration", "kind": 1024, @@ -17708,7 +17789,7 @@ } }, { - "id": 17158, + "id": 618, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -17754,7 +17835,7 @@ } }, { - "id": 17159, + "id": 619, "name": "amount", "variant": "declaration", "kind": 1024, @@ -17780,7 +17861,7 @@ } }, { - "id": 17160, + "id": 620, "name": "code", "variant": "declaration", "kind": 1024, @@ -17826,7 +17907,7 @@ } }, { - "id": 17161, + "id": 621, "name": "description", "variant": "declaration", "kind": 1024, @@ -17887,11 +17968,11 @@ { "title": "Properties", "children": [ - 17157, - 17158, - 17159, - 17160, - 17161 + 617, + 618, + 619, + 620, + 621 ] } ], @@ -17936,14 +18017,14 @@ { "type": "reflection", "declaration": { - "id": 17162, + "id": 622, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17163, + "id": 623, "name": "config", "variant": "declaration", "kind": 2048, @@ -17957,7 +18038,7 @@ ], "signatures": [ { - "id": 17164, + "id": 624, "name": "config", "variant": "signature", "kind": 4096, @@ -17971,7 +18052,7 @@ ], "parameters": [ { - "id": 17165, + "id": 625, "name": "config", "variant": "param", "kind": 32768, @@ -17982,14 +18063,14 @@ { "type": "reflection", "declaration": { - "id": 17166, + "id": 626, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17167, + "id": 627, "name": "name", "variant": "declaration", "kind": 1024, @@ -18013,7 +18094,7 @@ { "title": "Properties", "children": [ - 17167 + 627 ] } ], @@ -18079,7 +18160,7 @@ { "title": "Methods", "children": [ - 17163 + 623 ] } ], @@ -18120,14 +18201,14 @@ { "type": "reflection", "declaration": { - "id": 17168, + "id": 628, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17169, + "id": 629, "name": "action", "variant": "declaration", "kind": 1024, @@ -18173,7 +18254,7 @@ } }, { - "id": 17170, + "id": 630, "name": "adjustment_id", "variant": "declaration", "kind": 1024, @@ -18219,7 +18300,7 @@ } }, { - "id": 17171, + "id": 631, "name": "description", "variant": "declaration", "kind": 1024, @@ -18276,7 +18357,7 @@ } }, { - "id": 17172, + "id": 632, "name": "code", "variant": "declaration", "kind": 1024, @@ -18326,10 +18407,10 @@ { "title": "Properties", "children": [ - 17169, - 17170, - 17171, - 17172 + 629, + 630, + 631, + 632 ] } ], @@ -18374,14 +18455,14 @@ { "type": "reflection", "declaration": { - "id": 17173, + "id": 633, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17174, + "id": 634, "name": "config", "variant": "declaration", "kind": 2048, @@ -18395,7 +18476,7 @@ ], "signatures": [ { - "id": 17175, + "id": 635, "name": "config", "variant": "signature", "kind": 4096, @@ -18409,7 +18490,7 @@ ], "parameters": [ { - "id": 17176, + "id": 636, "name": "config", "variant": "param", "kind": 32768, @@ -18420,14 +18501,14 @@ { "type": "reflection", "declaration": { - "id": 17177, + "id": 637, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17178, + "id": 638, "name": "name", "variant": "declaration", "kind": 1024, @@ -18451,7 +18532,7 @@ { "title": "Properties", "children": [ - 17178 + 638 ] } ], @@ -18517,7 +18598,7 @@ { "title": "Methods", "children": [ - 17174 + 634 ] } ], @@ -18558,14 +18639,14 @@ { "type": "reflection", "declaration": { - "id": 17179, + "id": 639, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17180, + "id": 640, "name": "action", "variant": "declaration", "kind": 1024, @@ -18611,7 +18692,7 @@ } }, { - "id": 17181, + "id": 641, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -18657,7 +18738,7 @@ } }, { - "id": 17182, + "id": 642, "name": "amount", "variant": "declaration", "kind": 1024, @@ -18683,7 +18764,7 @@ } }, { - "id": 17183, + "id": 643, "name": "code", "variant": "declaration", "kind": 1024, @@ -18729,7 +18810,7 @@ } }, { - "id": 17184, + "id": 644, "name": "description", "variant": "declaration", "kind": 1024, @@ -18790,11 +18871,11 @@ { "title": "Properties", "children": [ - 17180, - 17181, - 17182, - 17183, - 17184 + 640, + 641, + 642, + 643, + 644 ] } ], @@ -18839,14 +18920,14 @@ { "type": "reflection", "declaration": { - "id": 17185, + "id": 645, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17186, + "id": 646, "name": "config", "variant": "declaration", "kind": 2048, @@ -18860,7 +18941,7 @@ ], "signatures": [ { - "id": 17187, + "id": 647, "name": "config", "variant": "signature", "kind": 4096, @@ -18874,7 +18955,7 @@ ], "parameters": [ { - "id": 17188, + "id": 648, "name": "config", "variant": "param", "kind": 32768, @@ -18885,14 +18966,14 @@ { "type": "reflection", "declaration": { - "id": 17189, + "id": 649, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17190, + "id": 650, "name": "name", "variant": "declaration", "kind": 1024, @@ -18916,7 +18997,7 @@ { "title": "Properties", "children": [ - 17190 + 650 ] } ], @@ -18982,7 +19063,7 @@ { "title": "Methods", "children": [ - 17186 + 646 ] } ], @@ -19023,14 +19104,14 @@ { "type": "reflection", "declaration": { - "id": 17191, + "id": 651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17192, + "id": 652, "name": "action", "variant": "declaration", "kind": 1024, @@ -19076,7 +19157,7 @@ } }, { - "id": 17193, + "id": 653, "name": "adjustment_id", "variant": "declaration", "kind": 1024, @@ -19122,7 +19203,7 @@ } }, { - "id": 17194, + "id": 654, "name": "code", "variant": "declaration", "kind": 1024, @@ -19172,9 +19253,9 @@ { "title": "Properties", "children": [ - 17192, - 17193, - 17194 + 652, + 653, + 654 ] } ], @@ -19219,14 +19300,14 @@ { "type": "reflection", "declaration": { - "id": 17195, + "id": 655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17196, + "id": 656, "name": "config", "variant": "declaration", "kind": 2048, @@ -19240,7 +19321,7 @@ ], "signatures": [ { - "id": 17197, + "id": 657, "name": "config", "variant": "signature", "kind": 4096, @@ -19254,7 +19335,7 @@ ], "parameters": [ { - "id": 17198, + "id": 658, "name": "config", "variant": "param", "kind": 32768, @@ -19265,14 +19346,14 @@ { "type": "reflection", "declaration": { - "id": 17199, + "id": 659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17200, + "id": 660, "name": "name", "variant": "declaration", "kind": 1024, @@ -19296,7 +19377,7 @@ { "title": "Properties", "children": [ - 17200 + 660 ] } ], @@ -19362,7 +19443,7 @@ { "title": "Methods", "children": [ - 17196 + 656 ] } ], @@ -19403,14 +19484,14 @@ { "type": "reflection", "declaration": { - "id": 17201, + "id": 661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17202, + "id": 662, "name": "action", "variant": "declaration", "kind": 1024, @@ -19456,7 +19537,7 @@ } }, { - "id": 17203, + "id": 663, "name": "code", "variant": "declaration", "kind": 1024, @@ -19506,8 +19587,8 @@ { "title": "Properties", "children": [ - 17202, - 17203 + 662, + 663 ] } ], @@ -19552,14 +19633,14 @@ { "type": "reflection", "declaration": { - "id": 17204, + "id": 664, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17205, + "id": 665, "name": "config", "variant": "declaration", "kind": 2048, @@ -19573,7 +19654,7 @@ ], "signatures": [ { - "id": 17206, + "id": 666, "name": "config", "variant": "signature", "kind": 4096, @@ -19587,7 +19668,7 @@ ], "parameters": [ { - "id": 17207, + "id": 667, "name": "config", "variant": "param", "kind": 32768, @@ -19598,14 +19679,14 @@ { "type": "reflection", "declaration": { - "id": 17208, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17209, + "id": 669, "name": "name", "variant": "declaration", "kind": 1024, @@ -19629,7 +19710,7 @@ { "title": "Properties", "children": [ - 17209 + 669 ] } ], @@ -19695,7 +19776,7 @@ { "title": "Methods", "children": [ - 17205 + 665 ] } ], @@ -19753,14 +19834,14 @@ { "type": "reflection", "declaration": { - "id": 17210, + "id": 670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17211, + "id": 671, "name": "config", "variant": "declaration", "kind": 2048, @@ -19774,7 +19855,7 @@ ], "signatures": [ { - "id": 17212, + "id": 672, "name": "config", "variant": "signature", "kind": 4096, @@ -19788,7 +19869,7 @@ ], "parameters": [ { - "id": 17213, + "id": 673, "name": "config", "variant": "param", "kind": 32768, @@ -19799,14 +19880,14 @@ { "type": "reflection", "declaration": { - "id": 17214, + "id": 674, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17215, + "id": 675, "name": "name", "variant": "declaration", "kind": 1024, @@ -19830,7 +19911,7 @@ { "title": "Properties", "children": [ - 17215 + 675 ] } ], @@ -19915,7 +19996,7 @@ { "title": "Methods", "children": [ - 17211 + 671 ] } ], @@ -19957,7 +20038,7 @@ ] }, { - "id": 17219, + "id": 679, "name": "id", "variant": "declaration", "kind": 1024, @@ -19975,7 +20056,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L22" } ], "type": { @@ -19984,7 +20065,7 @@ } }, { - "id": 17220, + "id": 680, "name": "items", "variant": "declaration", "kind": 1024, @@ -20002,7 +20083,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L26" } ], "type": { @@ -20019,7 +20100,7 @@ } }, { - "id": 17222, + "id": 682, "name": "itemsToCreate", "variant": "declaration", "kind": 1024, @@ -20037,7 +20118,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" } ], "type": { @@ -20054,7 +20135,7 @@ } }, { - "id": 17223, + "id": 683, "name": "itemsToUpdate", "variant": "declaration", "kind": 1024, @@ -20072,7 +20153,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" } ], "type": { @@ -20089,7 +20170,7 @@ } }, { - "id": 17224, + "id": 684, "name": "getLineItemActionsStepId", "variant": "declaration", "kind": 32, @@ -20101,7 +20182,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L40" } ], "type": { @@ -20111,7 +20192,7 @@ "defaultValue": "\"get-line-item-actions-step\"" }, { - "id": 17225, + "id": 685, "name": "getLineItemActionsStep", "variant": "declaration", "kind": 64, @@ -20146,7 +20227,7 @@ }, "children": [ { - "id": 17237, + "id": 697, "name": "__type", "variant": "declaration", "kind": 1024, @@ -20164,7 +20245,7 @@ } }, { - "id": 17238, + "id": 698, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -20186,8 +20267,8 @@ { "title": "Properties", "children": [ - 17237, - 17238 + 697, + 698 ] } ], @@ -20196,12 +20277,12 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L56" } ], "signatures": [ { - "id": 17226, + "id": 686, "name": "getLineItemActionsStep", "variant": "signature", "kind": 4096, @@ -20239,12 +20320,12 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L56" } ], "parameters": [ { - "id": 17227, + "id": 687, "name": "input", "variant": "param", "kind": 32768, @@ -20254,7 +20335,7 @@ "types": [ { "type": "reference", - "target": 17218, + "target": 678, "name": "GetLineItemActionsStepInput", "package": "@medusajs/core-flows" }, @@ -20267,7 +20348,7 @@ "typeArguments": [ { "type": "reference", - "target": 17218, + "target": 678, "name": "GetLineItemActionsStepInput", "package": "@medusajs/core-flows" } @@ -20285,14 +20366,14 @@ { "type": "reflection", "declaration": { - "id": 17228, + "id": 688, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17229, + "id": 689, "name": "itemsToCreate", "variant": "declaration", "kind": 1024, @@ -20310,7 +20391,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" } ], "type": { @@ -20355,7 +20436,7 @@ } }, { - "id": 17230, + "id": 690, "name": "itemsToUpdate", "variant": "declaration", "kind": 1024, @@ -20373,7 +20454,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" } ], "type": { @@ -20422,8 +20503,8 @@ { "title": "Properties", "children": [ - 17229, - 17230 + 689, + 690 ] } ], @@ -20438,7 +20519,7 @@ }, { "type": "reference", - "target": 17221, + "target": 681, "name": "GetLineItemActionsStepOutput", "package": "@medusajs/core-flows" }, @@ -20451,7 +20532,7 @@ "typeArguments": [ { "type": "reference", - "target": 17221, + "target": 681, "name": "GetLineItemActionsStepOutput", "package": "@medusajs/core-flows" } @@ -20462,14 +20543,14 @@ { "type": "reflection", "declaration": { - "id": 17231, + "id": 691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17232, + "id": 692, "name": "config", "variant": "declaration", "kind": 2048, @@ -20483,7 +20564,7 @@ ], "signatures": [ { - "id": 17233, + "id": 693, "name": "config", "variant": "signature", "kind": 4096, @@ -20497,7 +20578,7 @@ ], "parameters": [ { - "id": 17234, + "id": 694, "name": "config", "variant": "param", "kind": 32768, @@ -20508,14 +20589,14 @@ { "type": "reflection", "declaration": { - "id": 17235, + "id": 695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17236, + "id": 696, "name": "name", "variant": "declaration", "kind": 1024, @@ -20539,7 +20620,7 @@ { "title": "Properties", "children": [ - 17236 + 696 ] } ], @@ -20602,7 +20683,7 @@ "typeArguments": [ { "type": "reference", - "target": 17221, + "target": 681, "name": "GetLineItemActionsStepOutput", "package": "@medusajs/core-flows" } @@ -20618,7 +20699,7 @@ { "title": "Methods", "children": [ - 17232 + 692 ] } ], @@ -20640,7 +20721,7 @@ "typeArguments": [ { "type": "reference", - "target": 17221, + "target": 681, "name": "GetLineItemActionsStepOutput", "package": "@medusajs/core-flows" } @@ -20654,7 +20735,7 @@ ] }, { - "id": 17246, + "id": 706, "name": "code", "variant": "declaration", "kind": 1024, @@ -20666,7 +20747,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20675,7 +20756,7 @@ } }, { - "id": 17244, + "id": 704, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -20687,7 +20768,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 14, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20695,14 +20776,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17245, + "id": 705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17246, + "id": 706, "name": "code", "variant": "declaration", "kind": 1024, @@ -20714,7 +20795,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20727,7 +20808,7 @@ { "title": "Properties", "children": [ - 17246 + 706 ] } ], @@ -20736,7 +20817,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -20744,7 +20825,7 @@ } }, { - "id": 17242, + "id": 702, "name": "items", "variant": "declaration", "kind": 1024, @@ -20764,7 +20845,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20772,14 +20853,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17243, + "id": 703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17244, + "id": 704, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -20791,7 +20872,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 14, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20799,14 +20880,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17245, + "id": 705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17246, + "id": 706, "name": "code", "variant": "declaration", "kind": 1024, @@ -20818,7 +20899,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -20831,7 +20912,7 @@ { "title": "Properties", "children": [ - 17246 + 706 ] } ], @@ -20840,7 +20921,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -20852,7 +20933,7 @@ { "title": "Properties", "children": [ - 17244 + 704 ] } ], @@ -20861,7 +20942,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -20869,7 +20950,7 @@ } }, { - "id": 17251, + "id": 711, "name": "code", "variant": "declaration", "kind": 1024, @@ -20881,7 +20962,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -20890,7 +20971,7 @@ } }, { - "id": 17249, + "id": 709, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -20902,7 +20983,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 25, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -20910,14 +20991,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17250, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17251, + "id": 711, "name": "code", "variant": "declaration", "kind": 1024, @@ -20929,7 +21010,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -20942,7 +21023,7 @@ { "title": "Properties", "children": [ - 17251 + 711 ] } ], @@ -20951,7 +21032,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -20959,7 +21040,7 @@ } }, { - "id": 17247, + "id": 707, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -20979,7 +21060,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -20987,14 +21068,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17248, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17249, + "id": 709, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -21006,7 +21087,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 25, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -21014,14 +21095,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17250, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17251, + "id": 711, "name": "code", "variant": "declaration", "kind": 1024, @@ -21033,7 +21114,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -21046,7 +21127,7 @@ { "title": "Properties", "children": [ - 17251 + 711 ] } ], @@ -21055,7 +21136,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -21067,7 +21148,7 @@ { "title": "Properties", "children": [ - 17249 + 709 ] } ], @@ -21076,7 +21157,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -21084,7 +21165,7 @@ } }, { - "id": 17240, + "id": 700, "name": "cart", "variant": "declaration", "kind": 1024, @@ -21102,20 +21183,20 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 17241, + "id": 701, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17242, + "id": 702, "name": "items", "variant": "declaration", "kind": 1024, @@ -21135,7 +21216,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -21143,14 +21224,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17243, + "id": 703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17244, + "id": 704, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -21162,7 +21243,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 14, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -21170,14 +21251,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17245, + "id": 705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17246, + "id": 706, "name": "code", "variant": "declaration", "kind": 1024, @@ -21189,7 +21270,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -21202,7 +21283,7 @@ { "title": "Properties", "children": [ - 17246 + 706 ] } ], @@ -21211,7 +21292,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -21223,7 +21304,7 @@ { "title": "Properties", "children": [ - 17244 + 704 ] } ], @@ -21232,7 +21313,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -21240,7 +21321,7 @@ } }, { - "id": 17247, + "id": 707, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -21260,7 +21341,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -21268,14 +21349,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17248, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17249, + "id": 709, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -21287,7 +21368,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 25, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -21295,14 +21376,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17250, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17251, + "id": 711, "name": "code", "variant": "declaration", "kind": 1024, @@ -21314,7 +21395,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -21327,7 +21408,7 @@ { "title": "Properties", "children": [ - 17251 + 711 ] } ], @@ -21336,7 +21417,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -21348,7 +21429,7 @@ { "title": "Properties", "children": [ - 17249 + 709 ] } ], @@ -21357,7 +21438,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -21369,8 +21450,8 @@ { "title": "Properties", "children": [ - 17242, - 17247 + 702, + 707 ] } ], @@ -21379,14 +21460,14 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 12, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" } ] } } }, { - "id": 17252, + "id": 712, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -21406,7 +21487,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L25" } ], "type": { @@ -21418,7 +21499,7 @@ } }, { - "id": 17253, + "id": 713, "name": "action", "variant": "declaration", "kind": 1024, @@ -21438,7 +21519,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L29" } ], "type": { @@ -21478,7 +21559,7 @@ } }, { - "id": 17255, + "id": 715, "name": "getPromotionCodesToApplyId", "variant": "declaration", "kind": 32, @@ -21490,7 +21571,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L42" } ], "type": { @@ -21500,7 +21581,7 @@ "defaultValue": "\"get-promotion-codes-to-apply\"" }, { - "id": 17256, + "id": 716, "name": "getPromotionCodesToApply", "variant": "declaration", "kind": 64, @@ -21535,7 +21616,7 @@ }, "children": [ { - "id": 17265, + "id": 725, "name": "__type", "variant": "declaration", "kind": 1024, @@ -21553,7 +21634,7 @@ } }, { - "id": 17266, + "id": 726, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -21575,8 +21656,8 @@ { "title": "Properties", "children": [ - 17265, - 17266 + 725, + 726 ] } ], @@ -21585,12 +21666,12 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 66, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L66" } ], "signatures": [ { - "id": 17257, + "id": 717, "name": "getPromotionCodesToApply", "variant": "signature", "kind": 4096, @@ -21628,12 +21709,12 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 66, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L66" } ], "parameters": [ { - "id": 17258, + "id": 718, "name": "input", "variant": "param", "kind": 32768, @@ -21643,7 +21724,7 @@ "types": [ { "type": "reference", - "target": 17239, + "target": 699, "name": "GetPromotionCodesToApplyStepInput", "package": "@medusajs/core-flows" }, @@ -21656,7 +21737,7 @@ "typeArguments": [ { "type": "reference", - "target": 17239, + "target": 699, "name": "GetPromotionCodesToApplyStepInput", "package": "@medusajs/core-flows" } @@ -21700,7 +21781,7 @@ }, { "type": "reference", - "target": 17254, + "target": 714, "name": "GetPromotionCodesToApplyStepOutput", "package": "@medusajs/core-flows" }, @@ -21713,7 +21794,7 @@ "typeArguments": [ { "type": "reference", - "target": 17254, + "target": 714, "name": "GetPromotionCodesToApplyStepOutput", "package": "@medusajs/core-flows" } @@ -21724,14 +21805,14 @@ { "type": "reflection", "declaration": { - "id": 17259, + "id": 719, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17260, + "id": 720, "name": "config", "variant": "declaration", "kind": 2048, @@ -21745,7 +21826,7 @@ ], "signatures": [ { - "id": 17261, + "id": 721, "name": "config", "variant": "signature", "kind": 4096, @@ -21759,7 +21840,7 @@ ], "parameters": [ { - "id": 17262, + "id": 722, "name": "config", "variant": "param", "kind": 32768, @@ -21770,14 +21851,14 @@ { "type": "reflection", "declaration": { - "id": 17263, + "id": 723, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17264, + "id": 724, "name": "name", "variant": "declaration", "kind": 1024, @@ -21801,7 +21882,7 @@ { "title": "Properties", "children": [ - 17264 + 724 ] } ], @@ -21864,7 +21945,7 @@ "typeArguments": [ { "type": "reference", - "target": 17254, + "target": 714, "name": "GetPromotionCodesToApplyStepOutput", "package": "@medusajs/core-flows" } @@ -21880,7 +21961,7 @@ { "title": "Methods", "children": [ - 17260 + 720 ] } ], @@ -21902,7 +21983,7 @@ "typeArguments": [ { "type": "reference", - "target": 17254, + "target": 714, "name": "GetPromotionCodesToApplyStepOutput", "package": "@medusajs/core-flows" } @@ -21916,7 +21997,7 @@ ] }, { - "id": 17268, + "id": 728, "name": "variantIds", "variant": "declaration", "kind": 1024, @@ -21934,7 +22015,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L12" } ], "type": { @@ -21946,7 +22027,7 @@ } }, { - "id": 17269, + "id": 729, "name": "context", "variant": "declaration", "kind": 1024, @@ -21966,7 +22047,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L18" } ], "type": { @@ -21990,7 +22071,7 @@ } }, { - "id": 17273, + "id": 733, "name": "getVariantPriceSetsStepId", "variant": "declaration", "kind": 32, @@ -22002,7 +22083,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L28" } ], "type": { @@ -22012,7 +22093,7 @@ "defaultValue": "\"get-variant-price-sets\"" }, { - "id": 17274, + "id": 734, "name": "getVariantPriceSetsStep", "variant": "declaration", "kind": 64, @@ -22050,7 +22131,7 @@ }, "children": [ { - "id": 17287, + "id": 747, "name": "__type", "variant": "declaration", "kind": 1024, @@ -22068,7 +22149,7 @@ } }, { - "id": 17288, + "id": 748, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -22090,8 +22171,8 @@ { "title": "Properties", "children": [ - 17287, - 17288 + 747, + 748 ] } ], @@ -22100,12 +22181,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L52" } ], "signatures": [ { - "id": 17275, + "id": 735, "name": "getVariantPriceSetsStep", "variant": "signature", "kind": 4096, @@ -22146,12 +22227,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L52" } ], "parameters": [ { - "id": 17276, + "id": 736, "name": "input", "variant": "param", "kind": 32768, @@ -22161,7 +22242,7 @@ "types": [ { "type": "reference", - "target": 17267, + "target": 727, "name": "GetVariantPriceSetsStepInput", "package": "@medusajs/core-flows" }, @@ -22174,7 +22255,7 @@ "typeArguments": [ { "type": "reference", - "target": 17267, + "target": 727, "name": "GetVariantPriceSetsStepInput", "package": "@medusajs/core-flows" } @@ -22192,7 +22273,7 @@ { "type": "reflection", "declaration": { - "id": 17277, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22216,7 +22297,7 @@ { "type": "reflection", "declaration": { - "id": 17278, + "id": 738, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22226,7 +22307,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] } @@ -22238,14 +22319,14 @@ { "type": "reflection", "declaration": { - "id": 17279, + "id": 739, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17280, + "id": 740, "name": "config", "variant": "declaration", "kind": 2048, @@ -22259,7 +22340,7 @@ ], "signatures": [ { - "id": 17281, + "id": 741, "name": "config", "variant": "signature", "kind": 4096, @@ -22273,7 +22354,7 @@ ], "parameters": [ { - "id": 17282, + "id": 742, "name": "config", "variant": "param", "kind": 32768, @@ -22284,14 +22365,14 @@ { "type": "reflection", "declaration": { - "id": 17283, + "id": 743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17284, + "id": 744, "name": "name", "variant": "declaration", "kind": 1024, @@ -22315,7 +22396,7 @@ { "title": "Properties", "children": [ - 17284 + 744 ] } ], @@ -22379,7 +22460,7 @@ { "type": "reflection", "declaration": { - "id": 17285, + "id": 745, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22389,7 +22470,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] } @@ -22406,7 +22487,7 @@ { "title": "Methods", "children": [ - 17280 + 740 ] } ], @@ -22429,7 +22510,7 @@ { "type": "reflection", "declaration": { - "id": 17286, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22439,7 +22520,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] } @@ -22454,7 +22535,7 @@ ] }, { - "id": 17278, + "id": 738, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22464,12 +22545,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] }, { - "id": 17285, + "id": 745, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22479,12 +22560,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] }, { - "id": 17286, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22494,12 +22575,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 56, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L56" } ] }, { - "id": 17290, + "id": 750, "name": "filter", "variant": "declaration", "kind": 1024, @@ -22511,7 +22592,7 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L14" } ], "type": { @@ -22525,7 +22606,7 @@ } }, { - "id": 17291, + "id": 751, "name": "config", "variant": "declaration", "kind": 1024, @@ -22537,7 +22618,7 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L15" } ], "type": { @@ -22562,7 +22643,7 @@ } }, { - "id": 17292, + "id": 752, "name": "getVariantsStepId", "variant": "declaration", "kind": 32, @@ -22574,7 +22655,7 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L18" } ], "type": { @@ -22584,7 +22665,7 @@ "defaultValue": "\"get-variants\"" }, { - "id": 17293, + "id": 753, "name": "getVariantsStep", "variant": "declaration", "kind": 64, @@ -22610,7 +22691,7 @@ }, "children": [ { - "id": 17302, + "id": 762, "name": "__type", "variant": "declaration", "kind": 1024, @@ -22628,7 +22709,7 @@ } }, { - "id": 17303, + "id": 763, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -22650,8 +22731,8 @@ { "title": "Properties", "children": [ - 17302, - 17303 + 762, + 763 ] } ], @@ -22660,12 +22741,12 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L29" } ], "signatures": [ { - "id": 17294, + "id": 754, "name": "getVariantsStep", "variant": "signature", "kind": 4096, @@ -22694,12 +22775,12 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L29" } ], "parameters": [ { - "id": 17295, + "id": 755, "name": "input", "variant": "param", "kind": 32768, @@ -22709,7 +22790,7 @@ "types": [ { "type": "reference", - "target": 17289, + "target": 749, "name": "GetVariantsStepInput", "package": "@medusajs/core-flows" }, @@ -22722,7 +22803,7 @@ "typeArguments": [ { "type": "reference", - "target": 17289, + "target": 749, "name": "GetVariantsStepInput", "package": "@medusajs/core-flows" } @@ -22812,14 +22893,14 @@ { "type": "reflection", "declaration": { - "id": 17296, + "id": 756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17297, + "id": 757, "name": "config", "variant": "declaration", "kind": 2048, @@ -22833,7 +22914,7 @@ ], "signatures": [ { - "id": 17298, + "id": 758, "name": "config", "variant": "signature", "kind": 4096, @@ -22847,7 +22928,7 @@ ], "parameters": [ { - "id": 17299, + "id": 759, "name": "config", "variant": "param", "kind": 32768, @@ -22858,14 +22939,14 @@ { "type": "reflection", "declaration": { - "id": 17300, + "id": 760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17301, + "id": 761, "name": "name", "variant": "declaration", "kind": 1024, @@ -22889,7 +22970,7 @@ { "title": "Properties", "children": [ - 17301 + 761 ] } ], @@ -22974,7 +23055,7 @@ { "title": "Methods", "children": [ - 17297 + 757 ] } ], @@ -23016,7 +23097,7 @@ ] }, { - "id": 17305, + "id": 765, "name": "actions", "variant": "declaration", "kind": 1024, @@ -23034,7 +23115,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L20" } ], "type": { @@ -23051,7 +23132,7 @@ } }, { - "id": 17309, + "id": 769, "name": "code", "variant": "declaration", "kind": 1024, @@ -23069,7 +23150,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -23078,7 +23159,7 @@ } }, { - "id": 17310, + "id": 770, "name": "amount", "variant": "declaration", "kind": 1024, @@ -23096,7 +23177,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -23105,7 +23186,7 @@ } }, { - "id": 17311, + "id": 771, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -23123,7 +23204,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -23132,7 +23213,7 @@ } }, { - "id": 17312, + "id": 772, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -23152,7 +23233,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -23161,7 +23242,7 @@ } }, { - "id": 17307, + "id": 767, "name": "lineItemAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -23179,7 +23260,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ], "type": { @@ -23187,14 +23268,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17308, + "id": 768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17309, + "id": 769, "name": "code", "variant": "declaration", "kind": 1024, @@ -23212,7 +23293,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -23221,7 +23302,7 @@ } }, { - "id": 17310, + "id": 770, "name": "amount", "variant": "declaration", "kind": 1024, @@ -23239,7 +23320,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -23248,7 +23329,7 @@ } }, { - "id": 17311, + "id": 771, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -23266,7 +23347,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -23275,7 +23356,7 @@ } }, { - "id": 17312, + "id": 772, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -23295,7 +23376,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -23308,10 +23389,10 @@ { "title": "Properties", "children": [ - 17309, - 17310, - 17311, - 17312 + 769, + 770, + 771, + 772 ] } ], @@ -23320,7 +23401,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ] } @@ -23328,7 +23409,7 @@ } }, { - "id": 17313, + "id": 773, "name": "lineItemAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -23346,7 +23427,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" } ], "type": { @@ -23358,7 +23439,7 @@ } }, { - "id": 17316, + "id": 776, "name": "code", "variant": "declaration", "kind": 1024, @@ -23376,7 +23457,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -23385,7 +23466,7 @@ } }, { - "id": 17317, + "id": 777, "name": "amount", "variant": "declaration", "kind": 1024, @@ -23403,7 +23484,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -23412,7 +23493,7 @@ } }, { - "id": 17318, + "id": 778, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -23430,7 +23511,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -23439,7 +23520,7 @@ } }, { - "id": 17319, + "id": 779, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -23459,7 +23540,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -23468,7 +23549,7 @@ } }, { - "id": 17314, + "id": 774, "name": "shippingMethodAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -23486,7 +23567,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ], "type": { @@ -23494,14 +23575,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17315, + "id": 775, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17316, + "id": 776, "name": "code", "variant": "declaration", "kind": 1024, @@ -23519,7 +23600,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -23528,7 +23609,7 @@ } }, { - "id": 17317, + "id": 777, "name": "amount", "variant": "declaration", "kind": 1024, @@ -23546,7 +23627,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -23555,7 +23636,7 @@ } }, { - "id": 17318, + "id": 778, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -23573,7 +23654,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -23582,7 +23663,7 @@ } }, { - "id": 17319, + "id": 779, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -23602,7 +23683,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -23615,10 +23696,10 @@ { "title": "Properties", "children": [ - 17316, - 17317, - 17318, - 17319 + 776, + 777, + 778, + 779 ] } ], @@ -23627,7 +23708,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ] } @@ -23635,7 +23716,7 @@ } }, { - "id": 17320, + "id": 780, "name": "shippingMethodAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -23653,7 +23734,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 76, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" } ], "type": { @@ -23665,7 +23746,7 @@ } }, { - "id": 17321, + "id": 781, "name": "computedPromotionCodes", "variant": "declaration", "kind": 1024, @@ -23683,7 +23764,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" } ], "type": { @@ -23695,7 +23776,7 @@ } }, { - "id": 17322, + "id": 782, "name": "prepareAdjustmentsFromPromotionActionsStepId", "variant": "declaration", "kind": 32, @@ -23707,7 +23788,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L83" } ], "type": { @@ -23717,7 +23798,7 @@ "defaultValue": "\"prepare-adjustments-from-promotion-actions\"" }, { - "id": 17323, + "id": 783, "name": "prepareAdjustmentsFromPromotionActionsStep", "variant": "declaration", "kind": 64, @@ -23752,7 +23833,7 @@ }, "children": [ { - "id": 17358, + "id": 818, "name": "__type", "variant": "declaration", "kind": 1024, @@ -23770,7 +23851,7 @@ } }, { - "id": 17359, + "id": 819, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -23792,8 +23873,8 @@ { "title": "Properties", "children": [ - 17358, - 17359 + 818, + 819 ] } ], @@ -23802,12 +23883,12 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L99" } ], "signatures": [ { - "id": 17324, + "id": 784, "name": "prepareAdjustmentsFromPromotionActionsStep", "variant": "signature", "kind": 4096, @@ -23845,12 +23926,12 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L99" } ], "parameters": [ { - "id": 17325, + "id": 785, "name": "input", "variant": "param", "kind": 32768, @@ -23860,7 +23941,7 @@ "types": [ { "type": "reference", - "target": 17304, + "target": 764, "name": "PrepareAdjustmentsFromPromotionActionsStepInput", "package": "@medusajs/core-flows" }, @@ -23873,7 +23954,7 @@ "typeArguments": [ { "type": "reference", - "target": 17304, + "target": 764, "name": "PrepareAdjustmentsFromPromotionActionsStepInput", "package": "@medusajs/core-flows" } @@ -23891,14 +23972,14 @@ { "type": "reflection", "declaration": { - "id": 17326, + "id": 786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17327, + "id": 787, "name": "lineItemAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -23916,7 +23997,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ], "type": { @@ -23927,14 +24008,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17328, + "id": 788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17329, + "id": 789, "name": "code", "variant": "declaration", "kind": 1024, @@ -23952,7 +24033,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -23961,7 +24042,7 @@ } }, { - "id": 17330, + "id": 790, "name": "amount", "variant": "declaration", "kind": 1024, @@ -23979,7 +24060,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -23988,7 +24069,7 @@ } }, { - "id": 17331, + "id": 791, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -24006,7 +24087,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -24015,7 +24096,7 @@ } }, { - "id": 17332, + "id": 792, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24035,7 +24116,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -24048,10 +24129,10 @@ { "title": "Properties", "children": [ - 17329, - 17330, - 17331, - 17332 + 789, + 790, + 791, + 792 ] } ], @@ -24060,7 +24141,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ] } @@ -24078,14 +24159,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17333, + "id": 793, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17334, + "id": 794, "name": "code", "variant": "declaration", "kind": 1024, @@ -24103,7 +24184,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -24112,7 +24193,7 @@ } }, { - "id": 17335, + "id": 795, "name": "amount", "variant": "declaration", "kind": 1024, @@ -24130,7 +24211,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -24139,7 +24220,7 @@ } }, { - "id": 17336, + "id": 796, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -24157,7 +24238,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -24166,7 +24247,7 @@ } }, { - "id": 17337, + "id": 797, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24186,7 +24267,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -24199,10 +24280,10 @@ { "title": "Properties", "children": [ - 17334, - 17335, - 17336, - 17337 + 794, + 795, + 796, + 797 ] } ], @@ -24211,7 +24292,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ] } @@ -24225,7 +24306,7 @@ } }, { - "id": 17338, + "id": 798, "name": "lineItemAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -24243,7 +24324,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" } ], "type": { @@ -24278,7 +24359,7 @@ } }, { - "id": 17339, + "id": 799, "name": "shippingMethodAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -24296,7 +24377,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ], "type": { @@ -24307,14 +24388,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17340, + "id": 800, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17341, + "id": 801, "name": "code", "variant": "declaration", "kind": 1024, @@ -24332,7 +24413,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -24341,7 +24422,7 @@ } }, { - "id": 17342, + "id": 802, "name": "amount", "variant": "declaration", "kind": 1024, @@ -24359,7 +24440,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -24368,7 +24449,7 @@ } }, { - "id": 17343, + "id": 803, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -24386,7 +24467,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -24395,7 +24476,7 @@ } }, { - "id": 17344, + "id": 804, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24415,7 +24496,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -24428,10 +24509,10 @@ { "title": "Properties", "children": [ - 17341, - 17342, - 17343, - 17344 + 801, + 802, + 803, + 804 ] } ], @@ -24440,7 +24521,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ] } @@ -24458,14 +24539,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17345, + "id": 805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17346, + "id": 806, "name": "code", "variant": "declaration", "kind": 1024, @@ -24483,7 +24564,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -24492,7 +24573,7 @@ } }, { - "id": 17347, + "id": 807, "name": "amount", "variant": "declaration", "kind": 1024, @@ -24510,7 +24591,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -24519,7 +24600,7 @@ } }, { - "id": 17348, + "id": 808, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -24537,7 +24618,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -24546,7 +24627,7 @@ } }, { - "id": 17349, + "id": 809, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24566,7 +24647,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -24579,10 +24660,10 @@ { "title": "Properties", "children": [ - 17346, - 17347, - 17348, - 17349 + 806, + 807, + 808, + 809 ] } ], @@ -24591,7 +24672,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ] } @@ -24605,7 +24686,7 @@ } }, { - "id": 17350, + "id": 810, "name": "shippingMethodAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -24623,7 +24704,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 76, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" } ], "type": { @@ -24658,7 +24739,7 @@ } }, { - "id": 17351, + "id": 811, "name": "computedPromotionCodes", "variant": "declaration", "kind": 1024, @@ -24676,7 +24757,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" } ], "type": { @@ -24715,11 +24796,11 @@ { "title": "Properties", "children": [ - 17327, - 17338, - 17339, - 17350, - 17351 + 787, + 798, + 799, + 810, + 811 ] } ], @@ -24734,7 +24815,7 @@ }, { "type": "reference", - "target": 17306, + "target": 766, "name": "PrepareAdjustmentsFromPromotionActionsStepOutput", "package": "@medusajs/core-flows" }, @@ -24747,7 +24828,7 @@ "typeArguments": [ { "type": "reference", - "target": 17306, + "target": 766, "name": "PrepareAdjustmentsFromPromotionActionsStepOutput", "package": "@medusajs/core-flows" } @@ -24758,14 +24839,14 @@ { "type": "reflection", "declaration": { - "id": 17352, + "id": 812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17353, + "id": 813, "name": "config", "variant": "declaration", "kind": 2048, @@ -24779,7 +24860,7 @@ ], "signatures": [ { - "id": 17354, + "id": 814, "name": "config", "variant": "signature", "kind": 4096, @@ -24793,7 +24874,7 @@ ], "parameters": [ { - "id": 17355, + "id": 815, "name": "config", "variant": "param", "kind": 32768, @@ -24804,14 +24885,14 @@ { "type": "reflection", "declaration": { - "id": 17356, + "id": 816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17357, + "id": 817, "name": "name", "variant": "declaration", "kind": 1024, @@ -24835,7 +24916,7 @@ { "title": "Properties", "children": [ - 17357 + 817 ] } ], @@ -24898,7 +24979,7 @@ "typeArguments": [ { "type": "reference", - "target": 17306, + "target": 766, "name": "PrepareAdjustmentsFromPromotionActionsStepOutput", "package": "@medusajs/core-flows" } @@ -24914,7 +24995,7 @@ { "title": "Methods", "children": [ - 17353 + 813 ] } ], @@ -24936,7 +25017,7 @@ "typeArguments": [ { "type": "reference", - "target": 17306, + "target": 766, "name": "PrepareAdjustmentsFromPromotionActionsStepOutput", "package": "@medusajs/core-flows" } @@ -24950,7 +25031,7 @@ ] }, { - "id": 17329, + "id": 789, "name": "code", "variant": "declaration", "kind": 1024, @@ -24968,7 +25049,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -24977,7 +25058,7 @@ } }, { - "id": 17330, + "id": 790, "name": "amount", "variant": "declaration", "kind": 1024, @@ -24995,7 +25076,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -25004,7 +25085,7 @@ } }, { - "id": 17331, + "id": 791, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -25022,7 +25103,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -25031,7 +25112,7 @@ } }, { - "id": 17332, + "id": 792, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -25051,7 +25132,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -25060,7 +25141,7 @@ } }, { - "id": 17334, + "id": 794, "name": "code", "variant": "declaration", "kind": 1024, @@ -25078,7 +25159,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -25087,7 +25168,7 @@ } }, { - "id": 17335, + "id": 795, "name": "amount", "variant": "declaration", "kind": 1024, @@ -25105,7 +25186,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -25114,7 +25195,7 @@ } }, { - "id": 17336, + "id": 796, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -25132,7 +25213,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -25141,7 +25222,7 @@ } }, { - "id": 17337, + "id": 797, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -25161,7 +25242,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -25170,7 +25251,7 @@ } }, { - "id": 17341, + "id": 801, "name": "code", "variant": "declaration", "kind": 1024, @@ -25188,7 +25269,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -25197,7 +25278,7 @@ } }, { - "id": 17342, + "id": 802, "name": "amount", "variant": "declaration", "kind": 1024, @@ -25215,7 +25296,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -25224,7 +25305,7 @@ } }, { - "id": 17343, + "id": 803, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -25242,7 +25323,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -25251,7 +25332,7 @@ } }, { - "id": 17344, + "id": 804, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -25271,7 +25352,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -25280,7 +25361,7 @@ } }, { - "id": 17346, + "id": 806, "name": "code", "variant": "declaration", "kind": 1024, @@ -25298,7 +25379,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -25307,7 +25388,7 @@ } }, { - "id": 17347, + "id": 807, "name": "amount", "variant": "declaration", "kind": 1024, @@ -25325,7 +25406,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -25334,7 +25415,7 @@ } }, { - "id": 17348, + "id": 808, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -25352,7 +25433,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -25361,7 +25442,7 @@ } }, { - "id": 17349, + "id": 809, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -25381,7 +25462,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -25390,7 +25471,7 @@ } }, { - "id": 17361, + "id": 821, "name": "lineItemAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -25408,7 +25489,7 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L12" } ], "type": { @@ -25420,7 +25501,7 @@ } }, { - "id": 17362, + "id": 822, "name": "removeLineItemAdjustmentsStepId", "variant": "declaration", "kind": 32, @@ -25432,7 +25513,7 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L15" } ], "type": { @@ -25442,7 +25523,7 @@ "defaultValue": "\"remove-line-item-adjustments\"" }, { - "id": 17363, + "id": 823, "name": "removeLineItemAdjustmentsStep", "variant": "declaration", "kind": 64, @@ -25468,7 +25549,7 @@ }, "children": [ { - "id": 17366, + "id": 826, "name": "__type", "variant": "declaration", "kind": 1024, @@ -25486,7 +25567,7 @@ } }, { - "id": 17367, + "id": 827, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -25508,8 +25589,8 @@ { "title": "Properties", "children": [ - 17366, - 17367 + 826, + 827 ] } ], @@ -25518,12 +25599,12 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L19" } ], "signatures": [ { - "id": 17364, + "id": 824, "name": "removeLineItemAdjustmentsStep", "variant": "signature", "kind": 4096, @@ -25552,12 +25633,12 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L19" } ], "parameters": [ { - "id": 17365, + "id": 825, "name": "input", "variant": "param", "kind": 32768, @@ -25567,7 +25648,7 @@ "types": [ { "type": "reference", - "target": 17360, + "target": 820, "name": "RemoveLineItemAdjustmentsStepInput", "package": "@medusajs/core-flows" }, @@ -25580,7 +25661,7 @@ "typeArguments": [ { "type": "reference", - "target": 17360, + "target": 820, "name": "RemoveLineItemAdjustmentsStepInput", "package": "@medusajs/core-flows" } @@ -25600,7 +25681,7 @@ ] }, { - "id": 17369, + "id": 829, "name": "shippingMethodAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -25618,7 +25699,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L12" } ], "type": { @@ -25630,7 +25711,7 @@ } }, { - "id": 17370, + "id": 830, "name": "removeShippingMethodAdjustmentsStepId", "variant": "declaration", "kind": 32, @@ -25642,7 +25723,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L15" } ], "type": { @@ -25652,7 +25733,7 @@ "defaultValue": "\"remove-shipping-method-adjustments\"" }, { - "id": 17371, + "id": 831, "name": "removeShippingMethodAdjustmentsStep", "variant": "declaration", "kind": 64, @@ -25678,7 +25759,7 @@ }, "children": [ { - "id": 17374, + "id": 834, "name": "__type", "variant": "declaration", "kind": 1024, @@ -25696,7 +25777,7 @@ } }, { - "id": 17375, + "id": 835, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -25718,8 +25799,8 @@ { "title": "Properties", "children": [ - 17374, - 17375 + 834, + 835 ] } ], @@ -25728,12 +25809,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L20" } ], "signatures": [ { - "id": 17372, + "id": 832, "name": "removeShippingMethodAdjustmentsStep", "variant": "signature", "kind": 4096, @@ -25762,12 +25843,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L20" } ], "parameters": [ { - "id": 17373, + "id": 833, "name": "input", "variant": "param", "kind": 32768, @@ -25777,7 +25858,7 @@ "types": [ { "type": "reference", - "target": 17368, + "target": 828, "name": "RemoveShippingMethodAdjustmentsStepInput", "package": "@medusajs/core-flows" }, @@ -25790,7 +25871,7 @@ "typeArguments": [ { "type": "reference", - "target": 17368, + "target": 828, "name": "RemoveShippingMethodAdjustmentsStepInput", "package": "@medusajs/core-flows" } @@ -25810,7 +25891,7 @@ ] }, { - "id": 17377, + "id": 837, "name": "shipping_method_ids", "variant": "declaration", "kind": 1024, @@ -25828,7 +25909,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L12" } ], "type": { @@ -25840,7 +25921,7 @@ } }, { - "id": 17379, + "id": 839, "name": "removeShippingMethodFromCartStepId", "variant": "declaration", "kind": 32, @@ -25852,7 +25933,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L21" } ], "type": { @@ -25862,7 +25943,7 @@ "defaultValue": "\"remove-shipping-method-to-cart-step\"" }, { - "id": 17380, + "id": 840, "name": "removeShippingMethodFromCartStep", "variant": "declaration", "kind": 64, @@ -25897,7 +25978,7 @@ }, "children": [ { - "id": 17389, + "id": 849, "name": "__type", "variant": "declaration", "kind": 1024, @@ -25915,7 +25996,7 @@ } }, { - "id": 17390, + "id": 850, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -25937,8 +26018,8 @@ { "title": "Properties", "children": [ - 17389, - 17390 + 849, + 850 ] } ], @@ -25947,12 +26028,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L26" } ], "signatures": [ { - "id": 17381, + "id": 841, "name": "removeShippingMethodFromCartStep", "variant": "signature", "kind": 4096, @@ -25990,12 +26071,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L26" } ], "parameters": [ { - "id": 17382, + "id": 842, "name": "input", "variant": "param", "kind": 32768, @@ -26005,7 +26086,7 @@ "types": [ { "type": "reference", - "target": 17376, + "target": 836, "name": "RemoveShippingMethodFromCartStepInput", "package": "@medusajs/core-flows" }, @@ -26018,7 +26099,7 @@ "typeArguments": [ { "type": "reference", - "target": 17376, + "target": 836, "name": "RemoveShippingMethodFromCartStepInput", "package": "@medusajs/core-flows" } @@ -26086,14 +26167,14 @@ { "type": "reflection", "declaration": { - "id": 17383, + "id": 843, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17384, + "id": 844, "name": "config", "variant": "declaration", "kind": 2048, @@ -26107,7 +26188,7 @@ ], "signatures": [ { - "id": 17385, + "id": 845, "name": "config", "variant": "signature", "kind": 4096, @@ -26121,7 +26202,7 @@ ], "parameters": [ { - "id": 17386, + "id": 846, "name": "config", "variant": "param", "kind": 32768, @@ -26132,14 +26213,14 @@ { "type": "reflection", "declaration": { - "id": 17387, + "id": 847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17388, + "id": 848, "name": "name", "variant": "declaration", "kind": 1024, @@ -26163,7 +26244,7 @@ { "title": "Properties", "children": [ - 17388 + 848 ] } ], @@ -26271,7 +26352,7 @@ { "title": "Methods", "children": [ - 17384 + 844 ] } ], @@ -26336,7 +26417,7 @@ ] }, { - "id": 17394, + "id": 854, "name": "id", "variant": "declaration", "kind": 1024, @@ -26356,7 +26437,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" } ], "type": { @@ -26365,7 +26446,7 @@ } }, { - "id": 17395, + "id": 855, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -26383,7 +26464,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" } ], "type": { @@ -26392,7 +26473,7 @@ } }, { - "id": 17396, + "id": 856, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -26426,7 +26507,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" } ], "type": { @@ -26435,7 +26516,7 @@ } }, { - "id": 17397, + "id": 857, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -26453,7 +26534,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" } ], "type": { @@ -26462,7 +26543,7 @@ } }, { - "id": 17398, + "id": 858, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -26480,7 +26561,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" } ], "type": { @@ -26494,7 +26575,7 @@ } }, { - "id": 17399, + "id": 859, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -26512,7 +26593,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" } ], "type": { @@ -26524,7 +26605,7 @@ } }, { - "id": 17392, + "id": 852, "name": "items", "variant": "declaration", "kind": 1024, @@ -26534,7 +26615,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 10, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" } ], "type": { @@ -26542,14 +26623,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17393, + "id": 853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17394, + "id": 854, "name": "id", "variant": "declaration", "kind": 1024, @@ -26569,7 +26650,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" } ], "type": { @@ -26578,7 +26659,7 @@ } }, { - "id": 17395, + "id": 855, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -26596,7 +26677,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" } ], "type": { @@ -26605,7 +26686,7 @@ } }, { - "id": 17396, + "id": 856, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -26639,7 +26720,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" } ], "type": { @@ -26648,7 +26729,7 @@ } }, { - "id": 17397, + "id": 857, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -26666,7 +26747,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" } ], "type": { @@ -26675,7 +26756,7 @@ } }, { - "id": 17398, + "id": 858, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -26693,7 +26774,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" } ], "type": { @@ -26707,7 +26788,7 @@ } }, { - "id": 17399, + "id": 859, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -26725,7 +26806,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" } ], "type": { @@ -26741,12 +26822,12 @@ { "title": "Properties", "children": [ - 17394, - 17395, - 17396, - 17397, - 17398, - 17399 + 854, + 855, + 856, + 857, + 858, + 859 ] } ], @@ -26755,7 +26836,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 10, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" } ] } @@ -26763,7 +26844,7 @@ } }, { - "id": 17400, + "id": 860, "name": "reserveInventoryStepId", "variant": "declaration", "kind": 32, @@ -26775,7 +26856,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L44" } ], "type": { @@ -26785,7 +26866,7 @@ "defaultValue": "\"reserve-inventory-step\"" }, { - "id": 17401, + "id": 861, "name": "reserveInventoryStep", "variant": "declaration", "kind": 64, @@ -26847,7 +26928,7 @@ }, "children": [ { - "id": 17410, + "id": 870, "name": "__type", "variant": "declaration", "kind": 1024, @@ -26865,7 +26946,7 @@ } }, { - "id": 17411, + "id": 871, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -26887,8 +26968,8 @@ { "title": "Properties", "children": [ - 17410, - 17411 + 870, + 871 ] } ], @@ -26897,12 +26978,12 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L62" } ], "signatures": [ { - "id": 17402, + "id": 862, "name": "reserveInventoryStep", "variant": "signature", "kind": 4096, @@ -26967,12 +27048,12 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L62" } ], "parameters": [ { - "id": 17403, + "id": 863, "name": "input", "variant": "param", "kind": 32768, @@ -26982,7 +27063,7 @@ "types": [ { "type": "reference", - "target": 17391, + "target": 851, "name": "ReserveVariantInventoryStepInput", "package": "@medusajs/core-flows" }, @@ -26995,7 +27076,7 @@ "typeArguments": [ { "type": "reference", - "target": 17391, + "target": 851, "name": "ReserveVariantInventoryStepInput", "package": "@medusajs/core-flows" } @@ -27085,14 +27166,14 @@ { "type": "reflection", "declaration": { - "id": 17404, + "id": 864, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17405, + "id": 865, "name": "config", "variant": "declaration", "kind": 2048, @@ -27106,7 +27187,7 @@ ], "signatures": [ { - "id": 17406, + "id": 866, "name": "config", "variant": "signature", "kind": 4096, @@ -27120,7 +27201,7 @@ ], "parameters": [ { - "id": 17407, + "id": 867, "name": "config", "variant": "param", "kind": 32768, @@ -27131,14 +27212,14 @@ { "type": "reflection", "declaration": { - "id": 17408, + "id": 868, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17409, + "id": 869, "name": "name", "variant": "declaration", "kind": 1024, @@ -27162,7 +27243,7 @@ { "title": "Properties", "children": [ - 17409 + 869 ] } ], @@ -27247,7 +27328,7 @@ { "title": "Methods", "children": [ - 17405 + 865 ] } ], @@ -27289,7 +27370,7 @@ ] }, { - "id": 17413, + "id": 873, "name": "id", "variant": "declaration", "kind": 1024, @@ -27307,7 +27388,7 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L16" } ], "type": { @@ -27316,7 +27397,7 @@ } }, { - "id": 17414, + "id": 874, "name": "config", "variant": "declaration", "kind": 1024, @@ -27328,7 +27409,7 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L17" } ], "type": { @@ -27353,7 +27434,7 @@ } }, { - "id": 17415, + "id": 875, "name": "retrieveCartStepId", "variant": "declaration", "kind": 32, @@ -27365,7 +27446,7 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L20" } ], "type": { @@ -27375,7 +27456,7 @@ "defaultValue": "\"retrieve-cart\"" }, { - "id": 17416, + "id": 876, "name": "retrieveCartStep", "variant": "declaration", "kind": 64, @@ -27390,7 +27471,7 @@ }, "children": [ { - "id": 17484, + "id": 944, "name": "__type", "variant": "declaration", "kind": 1024, @@ -27408,7 +27489,7 @@ } }, { - "id": 17485, + "id": 945, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -27430,8 +27511,8 @@ { "title": "Properties", "children": [ - 17484, - 17485 + 944, + 945 ] } ], @@ -27440,12 +27521,12 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L24" } ], "signatures": [ { - "id": 17417, + "id": 877, "name": "retrieveCartStep", "variant": "signature", "kind": 4096, @@ -27463,12 +27544,12 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L24" } ], "parameters": [ { - "id": 17418, + "id": 878, "name": "input", "variant": "param", "kind": 32768, @@ -27478,7 +27559,7 @@ "types": [ { "type": "reference", - "target": 17412, + "target": 872, "name": "RetrieveCartStepInput", "package": "@medusajs/core-flows" }, @@ -27491,7 +27572,7 @@ "typeArguments": [ { "type": "reference", - "target": 17412, + "target": 872, "name": "RetrieveCartStepInput", "package": "@medusajs/core-flows" } @@ -27509,14 +27590,14 @@ { "type": "reflection", "declaration": { - "id": 17419, + "id": 879, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17420, + "id": 880, "name": "id", "variant": "declaration", "kind": 1024, @@ -27562,7 +27643,7 @@ } }, { - "id": 17421, + "id": 881, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -27619,7 +27700,7 @@ } }, { - "id": 17422, + "id": 882, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -27676,7 +27757,7 @@ } }, { - "id": 17423, + "id": 883, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -27733,7 +27814,7 @@ } }, { - "id": 17424, + "id": 884, "name": "email", "variant": "declaration", "kind": 1024, @@ -27790,7 +27871,7 @@ } }, { - "id": 17425, + "id": 885, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -27836,7 +27917,7 @@ } }, { - "id": 17426, + "id": 886, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -27906,7 +27987,7 @@ } }, { - "id": 17427, + "id": 887, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -27976,7 +28057,7 @@ } }, { - "id": 17428, + "id": 888, "name": "items", "variant": "declaration", "kind": 1024, @@ -28052,7 +28133,7 @@ } }, { - "id": 17429, + "id": 889, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -28128,7 +28209,7 @@ } }, { - "id": 17430, + "id": 890, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28223,7 +28304,7 @@ } }, { - "id": 17431, + "id": 891, "name": "completed_at", "variant": "declaration", "kind": 1024, @@ -28298,7 +28379,7 @@ } }, { - "id": 17432, + "id": 892, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -28373,7 +28454,7 @@ } }, { - "id": 17433, + "id": 893, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -28448,7 +28529,7 @@ } }, { - "id": 17434, + "id": 894, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -28504,7 +28585,7 @@ } }, { - "id": 17435, + "id": 895, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -28560,7 +28641,7 @@ } }, { - "id": 17436, + "id": 896, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -28616,7 +28697,7 @@ } }, { - "id": 17437, + "id": 897, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -28672,7 +28753,7 @@ } }, { - "id": 17438, + "id": 898, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -28728,7 +28809,7 @@ } }, { - "id": 17439, + "id": 899, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -28784,7 +28865,7 @@ } }, { - "id": 17440, + "id": 900, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -28840,7 +28921,7 @@ } }, { - "id": 17441, + "id": 901, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -28896,7 +28977,7 @@ } }, { - "id": 17442, + "id": 902, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -28952,7 +29033,7 @@ } }, { - "id": 17443, + "id": 903, "name": "total", "variant": "declaration", "kind": 1024, @@ -29008,7 +29089,7 @@ } }, { - "id": 17444, + "id": 904, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -29064,7 +29145,7 @@ } }, { - "id": 17445, + "id": 905, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -29120,7 +29201,7 @@ } }, { - "id": 17446, + "id": 906, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -29176,7 +29257,7 @@ } }, { - "id": 17447, + "id": 907, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -29232,7 +29313,7 @@ } }, { - "id": 17448, + "id": 908, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -29288,7 +29369,7 @@ } }, { - "id": 17449, + "id": 909, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -29344,7 +29425,7 @@ } }, { - "id": 17450, + "id": 910, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -29400,7 +29481,7 @@ } }, { - "id": 17451, + "id": 911, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -29456,7 +29537,7 @@ } }, { - "id": 17452, + "id": 912, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -29512,7 +29593,7 @@ } }, { - "id": 17453, + "id": 913, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -29568,7 +29649,7 @@ } }, { - "id": 17454, + "id": 914, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -29624,7 +29705,7 @@ } }, { - "id": 17455, + "id": 915, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -29680,7 +29761,7 @@ } }, { - "id": 17456, + "id": 916, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -29736,7 +29817,7 @@ } }, { - "id": 17457, + "id": 917, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -29792,7 +29873,7 @@ } }, { - "id": 17458, + "id": 918, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -29848,7 +29929,7 @@ } }, { - "id": 17459, + "id": 919, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -29904,7 +29985,7 @@ } }, { - "id": 17460, + "id": 920, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -29960,7 +30041,7 @@ } }, { - "id": 17461, + "id": 921, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -30016,7 +30097,7 @@ } }, { - "id": 17462, + "id": 922, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -30072,7 +30153,7 @@ } }, { - "id": 17463, + "id": 923, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -30128,7 +30209,7 @@ } }, { - "id": 17464, + "id": 924, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -30184,7 +30265,7 @@ } }, { - "id": 17465, + "id": 925, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -30240,7 +30321,7 @@ } }, { - "id": 17466, + "id": 926, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -30296,7 +30377,7 @@ } }, { - "id": 17467, + "id": 927, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -30352,7 +30433,7 @@ } }, { - "id": 17468, + "id": 928, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -30408,7 +30489,7 @@ } }, { - "id": 17469, + "id": 929, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -30464,7 +30545,7 @@ } }, { - "id": 17470, + "id": 930, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -30520,7 +30601,7 @@ } }, { - "id": 17471, + "id": 931, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -30576,7 +30657,7 @@ } }, { - "id": 17472, + "id": 932, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -30632,7 +30713,7 @@ } }, { - "id": 17473, + "id": 933, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -30688,7 +30769,7 @@ } }, { - "id": 17474, + "id": 934, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -30744,7 +30825,7 @@ } }, { - "id": 17475, + "id": 935, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -30800,7 +30881,7 @@ } }, { - "id": 17476, + "id": 936, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -30856,7 +30937,7 @@ } }, { - "id": 17477, + "id": 937, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -30916,64 +30997,64 @@ { "title": "Properties", "children": [ - 17420, - 17421, - 17422, - 17423, - 17424, - 17425, - 17426, - 17427, - 17428, - 17429, - 17430, - 17431, - 17432, - 17433, - 17434, - 17435, - 17436, - 17437, - 17438, - 17439, - 17440, - 17441, - 17442, - 17443, - 17444, - 17445, - 17446, - 17447, - 17448, - 17449, - 17450, - 17451, - 17452, - 17453, - 17454, - 17455, - 17456, - 17457, - 17458, - 17459, - 17460, - 17461, - 17462, - 17463, - 17464, - 17465, - 17466, - 17467, - 17468, - 17469, - 17470, - 17471, - 17472, - 17473, - 17474, - 17475, - 17476, - 17477 + 880, + 881, + 882, + 883, + 884, + 885, + 886, + 887, + 888, + 889, + 890, + 891, + 892, + 893, + 894, + 895, + 896, + 897, + 898, + 899, + 900, + 901, + 902, + 903, + 904, + 905, + 906, + 907, + 908, + 909, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 924, + 925, + 926, + 927, + 928, + 929, + 930, + 931, + 932, + 933, + 934, + 935, + 936, + 937 ] } ], @@ -31018,14 +31099,14 @@ { "type": "reflection", "declaration": { - "id": 17478, + "id": 938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17479, + "id": 939, "name": "config", "variant": "declaration", "kind": 2048, @@ -31039,7 +31120,7 @@ ], "signatures": [ { - "id": 17480, + "id": 940, "name": "config", "variant": "signature", "kind": 4096, @@ -31053,7 +31134,7 @@ ], "parameters": [ { - "id": 17481, + "id": 941, "name": "config", "variant": "param", "kind": 32768, @@ -31064,14 +31145,14 @@ { "type": "reflection", "declaration": { - "id": 17482, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17483, + "id": 943, "name": "name", "variant": "declaration", "kind": 1024, @@ -31095,7 +31176,7 @@ { "title": "Properties", "children": [ - 17483 + 943 ] } ], @@ -31177,7 +31258,7 @@ { "title": "Methods", "children": [ - 17479 + 939 ] } ], @@ -31216,7 +31297,7 @@ ] }, { - "id": 17487, + "id": 947, "name": "cart", "variant": "declaration", "kind": 1024, @@ -31234,7 +31315,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L19" } ], "type": { @@ -31248,7 +31329,7 @@ } }, { - "id": 17488, + "id": 948, "name": "item_tax_lines", "variant": "declaration", "kind": 1024, @@ -31266,7 +31347,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L23" } ], "type": { @@ -31283,7 +31364,7 @@ } }, { - "id": 17489, + "id": 949, "name": "shipping_tax_lines", "variant": "declaration", "kind": 1024, @@ -31301,7 +31382,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L27" } ], "type": { @@ -31318,7 +31399,7 @@ } }, { - "id": 17490, + "id": 950, "name": "setTaxLinesForItemsStepId", "variant": "declaration", "kind": 32, @@ -31330,7 +31411,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L30" } ], "type": { @@ -31340,7 +31421,7 @@ "defaultValue": "\"set-tax-lines-for-items\"" }, { - "id": 17491, + "id": 951, "name": "setTaxLinesForItemsStep", "variant": "declaration", "kind": 64, @@ -31384,7 +31465,7 @@ }, "children": [ { - "id": 17494, + "id": 954, "name": "__type", "variant": "declaration", "kind": 1024, @@ -31402,7 +31483,7 @@ } }, { - "id": 17495, + "id": 955, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -31424,8 +31505,8 @@ { "title": "Properties", "children": [ - 17494, - 17495 + 954, + 955 ] } ], @@ -31434,12 +31515,12 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L61" } ], "signatures": [ { - "id": 17492, + "id": 952, "name": "setTaxLinesForItemsStep", "variant": "signature", "kind": 4096, @@ -31486,12 +31567,12 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L61" } ], "parameters": [ { - "id": 17493, + "id": 953, "name": "input", "variant": "param", "kind": 32768, @@ -31501,7 +31582,7 @@ "types": [ { "type": "reference", - "target": 17486, + "target": 946, "name": "SetTaxLinesForItemsStepInput", "package": "@medusajs/core-flows" }, @@ -31514,7 +31595,7 @@ "typeArguments": [ { "type": "reference", - "target": 17486, + "target": 946, "name": "SetTaxLinesForItemsStepInput", "package": "@medusajs/core-flows" } @@ -31534,7 +31615,7 @@ ] }, { - "id": 17497, + "id": 957, "name": "id", "variant": "declaration", "kind": 1024, @@ -31552,7 +31633,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L16" } ], "type": { @@ -31561,7 +31642,7 @@ } }, { - "id": 17498, + "id": 958, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -31581,7 +31662,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L20" } ], "type": { @@ -31593,7 +31674,7 @@ } }, { - "id": 17499, + "id": 959, "name": "action", "variant": "declaration", "kind": 1024, @@ -31613,7 +31694,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L24" } ], "type": { @@ -31653,7 +31734,7 @@ } }, { - "id": 17500, + "id": 960, "name": "updateCartPromotionsStepId", "variant": "declaration", "kind": 32, @@ -31665,7 +31746,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L30" } ], "type": { @@ -31675,7 +31756,7 @@ "defaultValue": "\"update-cart-promotions\"" }, { - "id": 17501, + "id": 961, "name": "updateCartPromotionsStep", "variant": "declaration", "kind": 64, @@ -31701,7 +31782,7 @@ }, "children": [ { - "id": 17504, + "id": 964, "name": "__type", "variant": "declaration", "kind": 1024, @@ -31719,7 +31800,7 @@ } }, { - "id": 17505, + "id": 965, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -31741,8 +31822,8 @@ { "title": "Properties", "children": [ - 17504, - 17505 + 964, + 965 ] } ], @@ -31751,12 +31832,12 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L34" } ], "signatures": [ { - "id": 17502, + "id": 962, "name": "updateCartPromotionsStep", "variant": "signature", "kind": 4096, @@ -31785,12 +31866,12 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L34" } ], "parameters": [ { - "id": 17503, + "id": 963, "name": "input", "variant": "param", "kind": 32768, @@ -31800,7 +31881,7 @@ "types": [ { "type": "reference", - "target": 17496, + "target": 956, "name": "UpdateCartPromotionStepInput", "package": "@medusajs/core-flows" }, @@ -31813,7 +31894,7 @@ "typeArguments": [ { "type": "reference", - "target": 17496, + "target": 956, "name": "UpdateCartPromotionStepInput", "package": "@medusajs/core-flows" } @@ -31833,7 +31914,7 @@ ] }, { - "id": 17507, + "id": 967, "name": "updateCartsStepId", "variant": "declaration", "kind": 32, @@ -31845,7 +31926,7 @@ "fileName": "core-flows/src/cart/steps/update-carts.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-carts.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-carts.ts#L17" } ], "type": { @@ -31855,7 +31936,7 @@ "defaultValue": "\"update-carts\"" }, { - "id": 17508, + "id": 968, "name": "updateCartsStep", "variant": "declaration", "kind": 64, @@ -31908,7 +31989,7 @@ }, "children": [ { - "id": 17517, + "id": 977, "name": "__type", "variant": "declaration", "kind": 1024, @@ -31926,7 +32007,7 @@ } }, { - "id": 17518, + "id": 978, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -31948,8 +32029,8 @@ { "title": "Properties", "children": [ - 17517, - 17518 + 977, + 978 ] } ], @@ -31958,12 +32039,12 @@ "fileName": "core-flows/src/cart/steps/update-carts.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-carts.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-carts.ts#L27" } ], "signatures": [ { - "id": 17509, + "id": 969, "name": "updateCartsStep", "variant": "signature", "kind": 4096, @@ -32019,12 +32100,12 @@ "fileName": "core-flows/src/cart/steps/update-carts.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-carts.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-carts.ts#L27" } ], "parameters": [ { - "id": 17510, + "id": 970, "name": "input", "variant": "param", "kind": 32768, @@ -32034,7 +32115,7 @@ "types": [ { "type": "reference", - "target": 17506, + "target": 966, "name": "UpdateCartsStepInput", "package": "@medusajs/core-flows" }, @@ -32047,7 +32128,7 @@ "typeArguments": [ { "type": "reference", - "target": 17506, + "target": 966, "name": "UpdateCartsStepInput", "package": "@medusajs/core-flows" } @@ -32137,14 +32218,14 @@ { "type": "reflection", "declaration": { - "id": 17511, + "id": 971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17512, + "id": 972, "name": "config", "variant": "declaration", "kind": 2048, @@ -32158,7 +32239,7 @@ ], "signatures": [ { - "id": 17513, + "id": 973, "name": "config", "variant": "signature", "kind": 4096, @@ -32172,7 +32253,7 @@ ], "parameters": [ { - "id": 17514, + "id": 974, "name": "config", "variant": "param", "kind": 32768, @@ -32183,14 +32264,14 @@ { "type": "reflection", "declaration": { - "id": 17515, + "id": 975, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17516, + "id": 976, "name": "name", "variant": "declaration", "kind": 1024, @@ -32214,7 +32295,7 @@ { "title": "Properties", "children": [ - 17516 + 976 ] } ], @@ -32299,7 +32380,7 @@ { "title": "Methods", "children": [ - 17512 + 972 ] } ], @@ -32341,7 +32422,7 @@ ] }, { - "id": 17520, + "id": 980, "name": "id", "variant": "declaration", "kind": 1024, @@ -32359,7 +32440,7 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L18" } ], "type": { @@ -32368,7 +32449,7 @@ } }, { - "id": 17521, + "id": 981, "name": "items", "variant": "declaration", "kind": 1024, @@ -32386,7 +32467,7 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L22" } ], "type": { @@ -32403,7 +32484,7 @@ } }, { - "id": 17522, + "id": 982, "name": "updateLineItemsStepId", "variant": "declaration", "kind": 32, @@ -32415,7 +32496,7 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L25" } ], "type": { @@ -32425,7 +32506,7 @@ "defaultValue": "\"update-line-items-step\"" }, { - "id": 17523, + "id": 983, "name": "updateLineItemsStep", "variant": "declaration", "kind": 64, @@ -32469,7 +32550,7 @@ }, "children": [ { - "id": 17532, + "id": 992, "name": "__type", "variant": "declaration", "kind": 1024, @@ -32487,7 +32568,7 @@ } }, { - "id": 17533, + "id": 993, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -32509,8 +32590,8 @@ { "title": "Properties", "children": [ - 17532, - 17533 + 992, + 993 ] } ], @@ -32519,12 +32600,12 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L44" } ], "signatures": [ { - "id": 17524, + "id": 984, "name": "updateLineItemsStep", "variant": "signature", "kind": 4096, @@ -32571,12 +32652,12 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L44" } ], "parameters": [ { - "id": 17525, + "id": 985, "name": "input", "variant": "param", "kind": 32768, @@ -32586,7 +32667,7 @@ "types": [ { "type": "reference", - "target": 17519, + "target": 979, "name": "UpdateLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -32599,7 +32680,7 @@ "typeArguments": [ { "type": "reference", - "target": 17519, + "target": 979, "name": "UpdateLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -32689,14 +32770,14 @@ { "type": "reflection", "declaration": { - "id": 17526, + "id": 986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17527, + "id": 987, "name": "config", "variant": "declaration", "kind": 2048, @@ -32710,7 +32791,7 @@ ], "signatures": [ { - "id": 17528, + "id": 988, "name": "config", "variant": "signature", "kind": 4096, @@ -32724,7 +32805,7 @@ ], "parameters": [ { - "id": 17529, + "id": 989, "name": "config", "variant": "param", "kind": 32768, @@ -32735,14 +32816,14 @@ { "type": "reflection", "declaration": { - "id": 17530, + "id": 990, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17531, + "id": 991, "name": "name", "variant": "declaration", "kind": 1024, @@ -32766,7 +32847,7 @@ { "title": "Properties", "children": [ - 17531 + 991 ] } ], @@ -32851,7 +32932,7 @@ { "title": "Methods", "children": [ - 17527 + 987 ] } ], @@ -32893,7 +32974,7 @@ ] }, { - "id": 17535, + "id": 995, "name": "updateShippingMethodsStepId", "variant": "declaration", "kind": 32, @@ -32905,7 +32986,7 @@ "fileName": "core-flows/src/cart/steps/update-shipping-methods.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L16" } ], "type": { @@ -32915,7 +32996,7 @@ "defaultValue": "\"update-shipping-methods-step\"" }, { - "id": 17536, + "id": 996, "name": "updateShippingMethodsStep", "variant": "declaration", "kind": 64, @@ -32950,7 +33031,7 @@ }, "children": [ { - "id": 17545, + "id": 1005, "name": "__type", "variant": "declaration", "kind": 1024, @@ -32968,7 +33049,7 @@ } }, { - "id": 17546, + "id": 1006, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -32990,8 +33071,8 @@ { "title": "Properties", "children": [ - 17545, - 17546 + 1005, + 1006 ] } ], @@ -33000,12 +33081,12 @@ "fileName": "core-flows/src/cart/steps/update-shipping-methods.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L28" } ], "signatures": [ { - "id": 17537, + "id": 997, "name": "updateShippingMethodsStep", "variant": "signature", "kind": 4096, @@ -33043,12 +33124,12 @@ "fileName": "core-flows/src/cart/steps/update-shipping-methods.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L28" } ], "parameters": [ { - "id": 17538, + "id": 998, "name": "input", "variant": "param", "kind": 32768, @@ -33058,7 +33139,7 @@ "types": [ { "type": "reference", - "target": 17534, + "target": 994, "name": "UpdateShippingMethodsStepInput", "package": "@medusajs/core-flows" }, @@ -33071,7 +33152,7 @@ "typeArguments": [ { "type": "reference", - "target": 17534, + "target": 994, "name": "UpdateShippingMethodsStepInput", "package": "@medusajs/core-flows" } @@ -33161,14 +33242,14 @@ { "type": "reflection", "declaration": { - "id": 17539, + "id": 999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17540, + "id": 1000, "name": "config", "variant": "declaration", "kind": 2048, @@ -33182,7 +33263,7 @@ ], "signatures": [ { - "id": 17541, + "id": 1001, "name": "config", "variant": "signature", "kind": 4096, @@ -33196,7 +33277,7 @@ ], "parameters": [ { - "id": 17542, + "id": 1002, "name": "config", "variant": "param", "kind": 32768, @@ -33207,14 +33288,14 @@ { "type": "reflection", "declaration": { - "id": 17543, + "id": 1003, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17544, + "id": 1004, "name": "name", "variant": "declaration", "kind": 1024, @@ -33238,7 +33319,7 @@ { "title": "Properties", "children": [ - 17544 + 1004 ] } ], @@ -33323,7 +33404,7 @@ { "title": "Methods", "children": [ - 17540 + 1000 ] } ], @@ -33365,7 +33446,7 @@ ] }, { - "id": 17548, + "id": 1008, "name": "cart", "variant": "declaration", "kind": 1024, @@ -33383,7 +33464,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L16" } ], "type": { @@ -33397,7 +33478,7 @@ } }, { - "id": 17549, + "id": 1009, "name": "validateCartPaymentsStepId", "variant": "declaration", "kind": 32, @@ -33409,7 +33490,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L19" } ], "type": { @@ -33419,7 +33500,7 @@ "defaultValue": "\"validate-cart-payments\"" }, { - "id": 17550, + "id": 1010, "name": "validateCartPaymentsStep", "variant": "declaration", "kind": 64, @@ -33479,7 +33560,7 @@ }, "children": [ { - "id": 17559, + "id": 1019, "name": "__type", "variant": "declaration", "kind": 1024, @@ -33497,7 +33578,7 @@ } }, { - "id": 17560, + "id": 1020, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -33519,8 +33600,8 @@ { "title": "Properties", "children": [ - 17559, - 17560 + 1019, + 1020 ] } ], @@ -33529,12 +33610,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L37" } ], "signatures": [ { - "id": 17551, + "id": 1011, "name": "validateCartPaymentsStep", "variant": "signature", "kind": 4096, @@ -33597,12 +33678,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L37" } ], "parameters": [ { - "id": 17552, + "id": 1012, "name": "input", "variant": "param", "kind": 32768, @@ -33612,7 +33693,7 @@ "types": [ { "type": "reference", - "target": 17547, + "target": 1007, "name": "ValidateCartPaymentsStepInput", "package": "@medusajs/core-flows" }, @@ -33625,7 +33706,7 @@ "typeArguments": [ { "type": "reference", - "target": 17547, + "target": 1007, "name": "ValidateCartPaymentsStepInput", "package": "@medusajs/core-flows" } @@ -33715,14 +33796,14 @@ { "type": "reflection", "declaration": { - "id": 17553, + "id": 1013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17554, + "id": 1014, "name": "config", "variant": "declaration", "kind": 2048, @@ -33736,7 +33817,7 @@ ], "signatures": [ { - "id": 17555, + "id": 1015, "name": "config", "variant": "signature", "kind": 4096, @@ -33750,7 +33831,7 @@ ], "parameters": [ { - "id": 17556, + "id": 1016, "name": "config", "variant": "param", "kind": 32768, @@ -33761,14 +33842,14 @@ { "type": "reflection", "declaration": { - "id": 17557, + "id": 1017, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17558, + "id": 1018, "name": "name", "variant": "declaration", "kind": 1024, @@ -33792,7 +33873,7 @@ { "title": "Properties", "children": [ - 17558 + 1018 ] } ], @@ -33877,7 +33958,7 @@ { "title": "Methods", "children": [ - 17554 + 1014 ] } ], @@ -33919,7 +34000,7 @@ ] }, { - "id": 17562, + "id": 1022, "name": "cart", "variant": "declaration", "kind": 1024, @@ -33937,7 +34018,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L16" } ], "type": { @@ -33951,7 +34032,7 @@ } }, { - "id": 17565, + "id": 1025, "name": "enabled_in_store", "variant": "declaration", "kind": 1024, @@ -33971,7 +34052,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 24, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" } ], "type": { @@ -33989,7 +34070,7 @@ } }, { - "id": 17566, + "id": 1026, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -34009,7 +34090,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" } ], "type": { @@ -34027,7 +34108,7 @@ } }, { - "id": 17563, + "id": 1023, "name": "shippingOptionsContext", "variant": "declaration", "kind": 1024, @@ -34045,20 +34126,20 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 17564, + "id": 1024, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17565, + "id": 1025, "name": "enabled_in_store", "variant": "declaration", "kind": 1024, @@ -34078,7 +34159,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 24, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" } ], "type": { @@ -34096,7 +34177,7 @@ } }, { - "id": 17566, + "id": 1026, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -34116,7 +34197,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" } ], "type": { @@ -34138,8 +34219,8 @@ { "title": "Properties", "children": [ - 17565, - 17566 + 1025, + 1026 ] } ], @@ -34148,14 +34229,14 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 20, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" } ] } } }, { - "id": 17567, + "id": 1027, "name": "option_ids", "variant": "declaration", "kind": 1024, @@ -34173,7 +34254,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L33" } ], "type": { @@ -34185,7 +34266,7 @@ } }, { - "id": 17568, + "id": 1028, "name": "validateCartShippingOptionsStepId", "variant": "declaration", "kind": 32, @@ -34197,7 +34278,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L36" } ], "type": { @@ -34207,7 +34288,7 @@ "defaultValue": "\"validate-cart-shipping-options\"" }, { - "id": 17569, + "id": 1029, "name": "validateCartShippingOptionsStep", "variant": "declaration", "kind": 64, @@ -34242,7 +34323,7 @@ }, "children": [ { - "id": 17572, + "id": 1032, "name": "__type", "variant": "declaration", "kind": 1024, @@ -34260,7 +34341,7 @@ } }, { - "id": 17573, + "id": 1033, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -34282,8 +34363,8 @@ { "title": "Properties", "children": [ - 17572, - 17573 + 1032, + 1033 ] } ], @@ -34292,12 +34373,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 51, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L51" } ], "signatures": [ { - "id": 17570, + "id": 1030, "name": "validateCartShippingOptionsStep", "variant": "signature", "kind": 4096, @@ -34335,12 +34416,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 51, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L51" } ], "parameters": [ { - "id": 17571, + "id": 1031, "name": "input", "variant": "param", "kind": 32768, @@ -34350,7 +34431,7 @@ "types": [ { "type": "reference", - "target": 17561, + "target": 1021, "name": "ValidateCartShippingOptionsStepInput", "package": "@medusajs/core-flows" }, @@ -34363,7 +34444,7 @@ "typeArguments": [ { "type": "reference", - "target": 17561, + "target": 1021, "name": "ValidateCartShippingOptionsStepInput", "package": "@medusajs/core-flows" } @@ -34383,7 +34464,7 @@ ] }, { - "id": 17577, + "id": 1037, "name": "id", "variant": "declaration", "kind": 1024, @@ -34401,7 +34482,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" } ], "type": { @@ -34410,7 +34491,7 @@ } }, { - "id": 17580, + "id": 1040, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -34430,7 +34511,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 24, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" } ], "type": { @@ -34453,7 +34534,7 @@ } }, { - "id": 17578, + "id": 1038, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -34473,20 +34554,20 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 17579, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17580, + "id": 1040, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -34506,7 +34587,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 24, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" } ], "type": { @@ -34533,7 +34614,7 @@ { "title": "Properties", "children": [ - 17580 + 1040 ] } ], @@ -34542,14 +34623,14 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ] } } }, { - "id": 17575, + "id": 1035, "name": "variants", "variant": "declaration", "kind": 1024, @@ -34567,7 +34648,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" } ], "type": { @@ -34575,14 +34656,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17576, + "id": 1036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17577, + "id": 1037, "name": "id", "variant": "declaration", "kind": 1024, @@ -34600,7 +34681,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" } ], "type": { @@ -34609,7 +34690,7 @@ } }, { - "id": 17578, + "id": 1038, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -34629,20 +34710,20 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 17579, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17580, + "id": 1040, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -34662,7 +34743,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 24, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" } ], "type": { @@ -34689,7 +34770,7 @@ { "title": "Properties", "children": [ - 17580 + 1040 ] } ], @@ -34698,7 +34779,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ] } @@ -34709,8 +34790,8 @@ { "title": "Properties", "children": [ - 17577, - 17578 + 1037, + 1038 ] } ], @@ -34719,7 +34800,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" } ] } @@ -34727,7 +34808,7 @@ } }, { - "id": 17581, + "id": 1041, "name": "validateVariantPricesStepId", "variant": "declaration", "kind": 32, @@ -34739,7 +34820,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L29" } ], "type": { @@ -34749,7 +34830,7 @@ "defaultValue": "\"validate-variant-prices\"" }, { - "id": 17582, + "id": 1042, "name": "validateVariantPricesStep", "variant": "declaration", "kind": 64, @@ -34829,7 +34910,7 @@ }, "children": [ { - "id": 17591, + "id": 1051, "name": "__type", "variant": "declaration", "kind": 1024, @@ -34847,7 +34928,7 @@ } }, { - "id": 17592, + "id": 1052, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -34869,8 +34950,8 @@ { "title": "Properties", "children": [ - 17591, - 17592 + 1051, + 1052 ] } ], @@ -34879,12 +34960,12 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L49" } ], "signatures": [ { - "id": 17583, + "id": 1043, "name": "validateVariantPricesStep", "variant": "signature", "kind": 4096, @@ -34967,12 +35048,12 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L49" } ], "parameters": [ { - "id": 17584, + "id": 1044, "name": "input", "variant": "param", "kind": 32768, @@ -34982,7 +35063,7 @@ "types": [ { "type": "reference", - "target": 17574, + "target": 1034, "name": "ValidateVariantPricesStepInput", "package": "@medusajs/core-flows" }, @@ -34995,7 +35076,7 @@ "typeArguments": [ { "type": "reference", - "target": 17574, + "target": 1034, "name": "ValidateVariantPricesStepInput", "package": "@medusajs/core-flows" } @@ -35028,14 +35109,14 @@ { "type": "reflection", "declaration": { - "id": 17585, + "id": 1045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17586, + "id": 1046, "name": "config", "variant": "declaration", "kind": 2048, @@ -35049,7 +35130,7 @@ ], "signatures": [ { - "id": 17587, + "id": 1047, "name": "config", "variant": "signature", "kind": 4096, @@ -35063,7 +35144,7 @@ ], "parameters": [ { - "id": 17588, + "id": 1048, "name": "config", "variant": "param", "kind": 32768, @@ -35074,14 +35155,14 @@ { "type": "reflection", "declaration": { - "id": 17589, + "id": 1049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17590, + "id": 1050, "name": "name", "variant": "declaration", "kind": 1024, @@ -35105,7 +35186,7 @@ { "title": "Properties", "children": [ - 17590 + 1050 ] } ], @@ -35182,7 +35263,7 @@ { "title": "Methods", "children": [ - 17586 + 1046 ] } ], @@ -35216,7 +35297,7 @@ ] }, { - "id": 17594, + "id": 1054, "name": "cart", "variant": "declaration", "kind": 1024, @@ -35234,7 +35315,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L12" } ], "type": { @@ -35262,7 +35343,7 @@ } }, { - "id": 17595, + "id": 1055, "name": "validateCartStepId", "variant": "declaration", "kind": 32, @@ -35274,7 +35355,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L15" } ], "type": { @@ -35284,7 +35365,7 @@ "defaultValue": "\"validate-cart\"" }, { - "id": 17596, + "id": 1056, "name": "validateCartStep", "variant": "declaration", "kind": 64, @@ -35355,7 +35436,7 @@ }, "children": [ { - "id": 17605, + "id": 1065, "name": "__type", "variant": "declaration", "kind": 1024, @@ -35373,7 +35454,7 @@ } }, { - "id": 17606, + "id": 1066, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -35395,8 +35476,8 @@ { "title": "Properties", "children": [ - 17605, - 17606 + 1065, + 1066 ] } ], @@ -35405,12 +35486,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L33" } ], "signatures": [ { - "id": 17597, + "id": 1057, "name": "validateCartStep", "variant": "signature", "kind": 4096, @@ -35484,12 +35565,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L33" } ], "parameters": [ { - "id": 17598, + "id": 1058, "name": "input", "variant": "param", "kind": 32768, @@ -35499,7 +35580,7 @@ "types": [ { "type": "reference", - "target": 17593, + "target": 1053, "name": "ValidateCartStepInput", "package": "@medusajs/core-flows" }, @@ -35512,7 +35593,7 @@ "typeArguments": [ { "type": "reference", - "target": 17593, + "target": 1053, "name": "ValidateCartStepInput", "package": "@medusajs/core-flows" } @@ -35545,14 +35626,14 @@ { "type": "reflection", "declaration": { - "id": 17599, + "id": 1059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17600, + "id": 1060, "name": "config", "variant": "declaration", "kind": 2048, @@ -35566,7 +35647,7 @@ ], "signatures": [ { - "id": 17601, + "id": 1061, "name": "config", "variant": "signature", "kind": 4096, @@ -35580,7 +35661,7 @@ ], "parameters": [ { - "id": 17602, + "id": 1062, "name": "config", "variant": "param", "kind": 32768, @@ -35591,14 +35672,14 @@ { "type": "reflection", "declaration": { - "id": 17603, + "id": 1063, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17604, + "id": 1064, "name": "name", "variant": "declaration", "kind": 1024, @@ -35622,7 +35703,7 @@ { "title": "Properties", "children": [ - 17604 + 1064 ] } ], @@ -35699,7 +35780,7 @@ { "title": "Methods", "children": [ - 17600 + 1060 ] } ], @@ -35733,7 +35814,7 @@ ] }, { - "id": 17610, + "id": 1070, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -35753,7 +35834,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" } ], "type": { @@ -35771,7 +35852,7 @@ } }, { - "id": 17611, + "id": 1071, "name": "title", "variant": "declaration", "kind": 1024, @@ -35789,7 +35870,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" } ], "type": { @@ -35798,7 +35879,7 @@ } }, { - "id": 17608, + "id": 1068, "name": "items", "variant": "declaration", "kind": 1024, @@ -35816,7 +35897,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" } ], "type": { @@ -35824,14 +35905,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17609, + "id": 1069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17610, + "id": 1070, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -35851,7 +35932,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" } ], "type": { @@ -35869,7 +35950,7 @@ } }, { - "id": 17611, + "id": 1071, "name": "title", "variant": "declaration", "kind": 1024, @@ -35887,7 +35968,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" } ], "type": { @@ -35900,8 +35981,8 @@ { "title": "Properties", "children": [ - 17610, - 17611 + 1070, + 1071 ] } ], @@ -35910,7 +35991,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" } ] } @@ -35918,7 +35999,7 @@ } }, { - "id": 17612, + "id": 1072, "name": "validateLineItemPricesStepId", "variant": "declaration", "kind": 32, @@ -35930,7 +36011,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L23" } ], "type": { @@ -35940,7 +36021,7 @@ "defaultValue": "\"validate-line-item-prices\"" }, { - "id": 17613, + "id": 1073, "name": "validateLineItemPricesStep", "variant": "declaration", "kind": 64, @@ -36002,7 +36083,7 @@ }, "children": [ { - "id": 17622, + "id": 1082, "name": "__type", "variant": "declaration", "kind": 1024, @@ -36020,7 +36101,7 @@ } }, { - "id": 17623, + "id": 1083, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -36042,8 +36123,8 @@ { "title": "Properties", "children": [ - 17622, - 17623 + 1082, + 1083 ] } ], @@ -36052,12 +36133,12 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L41" } ], "signatures": [ { - "id": 17614, + "id": 1074, "name": "validateLineItemPricesStep", "variant": "signature", "kind": 4096, @@ -36122,12 +36203,12 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L41" } ], "parameters": [ { - "id": 17615, + "id": 1075, "name": "input", "variant": "param", "kind": 32768, @@ -36137,7 +36218,7 @@ "types": [ { "type": "reference", - "target": 17607, + "target": 1067, "name": "ValidateLineItemPricesStepInput", "package": "@medusajs/core-flows" }, @@ -36150,7 +36231,7 @@ "typeArguments": [ { "type": "reference", - "target": 17607, + "target": 1067, "name": "ValidateLineItemPricesStepInput", "package": "@medusajs/core-flows" } @@ -36183,14 +36264,14 @@ { "type": "reflection", "declaration": { - "id": 17616, + "id": 1076, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17617, + "id": 1077, "name": "config", "variant": "declaration", "kind": 2048, @@ -36204,7 +36285,7 @@ ], "signatures": [ { - "id": 17618, + "id": 1078, "name": "config", "variant": "signature", "kind": 4096, @@ -36218,7 +36299,7 @@ ], "parameters": [ { - "id": 17619, + "id": 1079, "name": "config", "variant": "param", "kind": 32768, @@ -36229,14 +36310,14 @@ { "type": "reflection", "declaration": { - "id": 17620, + "id": 1080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17621, + "id": 1081, "name": "name", "variant": "declaration", "kind": 1024, @@ -36260,7 +36341,7 @@ { "title": "Properties", "children": [ - 17621 + 1081 ] } ], @@ -36337,7 +36418,7 @@ { "title": "Methods", "children": [ - 17617 + 1077 ] } ], @@ -36371,7 +36452,7 @@ ] }, { - "id": 17626, + "id": 1086, "name": "id", "variant": "declaration", "kind": 1024, @@ -36389,7 +36470,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L15" } ], "type": { @@ -36398,7 +36479,7 @@ } }, { - "id": 17627, + "id": 1087, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -36416,7 +36497,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L20" } ], "type": { @@ -36425,7 +36506,7 @@ } }, { - "id": 17628, + "id": 1088, "name": "option_data", "variant": "declaration", "kind": 1024, @@ -36451,7 +36532,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L25" } ], "type": { @@ -36475,7 +36556,7 @@ } }, { - "id": 17629, + "id": 1089, "name": "method_data", "variant": "declaration", "kind": 1024, @@ -36501,7 +36582,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L29" } ], "type": { @@ -36525,7 +36606,7 @@ } }, { - "id": 17630, + "id": 1090, "name": "context", "variant": "declaration", "kind": 1024, @@ -36543,7 +36624,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L33" } ], "type": { @@ -36557,7 +36638,7 @@ } }, { - "id": 17635, + "id": 1095, "name": "validateAndReturnShippingMethodsDataStepId", "variant": "declaration", "kind": 32, @@ -36569,7 +36650,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L43" } ], "type": { @@ -36579,7 +36660,7 @@ "defaultValue": "\"validate-and-return-shipping-methods-data\"" }, { - "id": 17636, + "id": 1096, "name": "validateAndReturnShippingMethodsDataStep", "variant": "declaration", "kind": 64, @@ -36614,7 +36695,7 @@ }, "children": [ { - "id": 17663, + "id": 1123, "name": "__type", "variant": "declaration", "kind": 1024, @@ -36632,7 +36713,7 @@ } }, { - "id": 17664, + "id": 1124, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -36654,8 +36735,8 @@ { "title": "Properties", "children": [ - 17663, - 17664 + 1123, + 1124 ] } ], @@ -36664,12 +36745,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L99" } ], "signatures": [ { - "id": 17637, + "id": 1097, "name": "validateAndReturnShippingMethodsDataStep", "variant": "signature", "kind": 4096, @@ -36707,12 +36788,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L99" } ], "parameters": [ { - "id": 17638, + "id": 1098, "name": "input", "variant": "param", "kind": 32768, @@ -36722,7 +36803,7 @@ "types": [ { "type": "reference", - "target": 17624, + "target": 1084, "name": "ValidateShippingMethodsDataInput", "package": "@medusajs/core-flows" }, @@ -36735,7 +36816,7 @@ "typeArguments": [ { "type": "reference", - "target": 17624, + "target": 1084, "name": "ValidateShippingMethodsDataInput", "package": "@medusajs/core-flows" } @@ -36758,7 +36839,7 @@ { "type": "reflection", "declaration": { - "id": 17639, + "id": 1099, "name": "__type", "variant": "declaration", "kind": 65536, @@ -36768,19 +36849,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17640, + "id": 1100, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17641, + "id": 1101, "name": "key", "variant": "param", "kind": 32768, @@ -36824,7 +36905,7 @@ { "type": "reflection", "declaration": { - "id": 17642, + "id": 1102, "name": "__type", "variant": "declaration", "kind": 65536, @@ -36834,19 +36915,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17643, + "id": 1103, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17644, + "id": 1104, "name": "key", "variant": "param", "kind": 32768, @@ -36892,7 +36973,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17645, + "id": 1105, "name": "__type", "variant": "declaration", "kind": 65536, @@ -36902,19 +36983,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17646, + "id": 1106, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17647, + "id": 1107, "name": "key", "variant": "param", "kind": 32768, @@ -36968,7 +37049,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17648, + "id": 1108, "name": "__type", "variant": "declaration", "kind": 65536, @@ -36978,19 +37059,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17649, + "id": 1109, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17650, + "id": 1110, "name": "key", "variant": "param", "kind": 32768, @@ -37034,14 +37115,14 @@ { "type": "reflection", "declaration": { - "id": 17651, + "id": 1111, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17652, + "id": 1112, "name": "config", "variant": "declaration", "kind": 2048, @@ -37055,7 +37136,7 @@ ], "signatures": [ { - "id": 17653, + "id": 1113, "name": "config", "variant": "signature", "kind": 4096, @@ -37069,7 +37150,7 @@ ], "parameters": [ { - "id": 17654, + "id": 1114, "name": "config", "variant": "param", "kind": 32768, @@ -37080,14 +37161,14 @@ { "type": "reflection", "declaration": { - "id": 17655, + "id": 1115, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17656, + "id": 1116, "name": "name", "variant": "declaration", "kind": 1024, @@ -37111,7 +37192,7 @@ { "title": "Properties", "children": [ - 17656 + 1116 ] } ], @@ -37184,7 +37265,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17657, + "id": 1117, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37194,19 +37275,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17658, + "id": 1118, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17659, + "id": 1119, "name": "key", "variant": "param", "kind": 32768, @@ -37255,7 +37336,7 @@ { "title": "Methods", "children": [ - 17652 + 1112 ] } ], @@ -37287,7 +37368,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17660, + "id": 1120, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37297,19 +37378,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17661, + "id": 1121, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17662, + "id": 1122, "name": "key", "variant": "param", "kind": 32768, @@ -37356,7 +37437,7 @@ ] }, { - "id": 17639, + "id": 1099, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37366,19 +37447,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17640, + "id": 1100, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17641, + "id": 1101, "name": "key", "variant": "param", "kind": 32768, @@ -37412,7 +37493,7 @@ ] }, { - "id": 17642, + "id": 1102, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37422,19 +37503,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17643, + "id": 1103, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17644, + "id": 1104, "name": "key", "variant": "param", "kind": 32768, @@ -37468,7 +37549,7 @@ ] }, { - "id": 17645, + "id": 1105, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37478,19 +37559,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17646, + "id": 1106, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17647, + "id": 1107, "name": "key", "variant": "param", "kind": 32768, @@ -37524,7 +37605,7 @@ ] }, { - "id": 17648, + "id": 1108, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37534,19 +37615,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17649, + "id": 1109, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17650, + "id": 1110, "name": "key", "variant": "param", "kind": 32768, @@ -37580,7 +37661,7 @@ ] }, { - "id": 17657, + "id": 1117, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37590,19 +37671,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17658, + "id": 1118, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17659, + "id": 1119, "name": "key", "variant": "param", "kind": 32768, @@ -37636,7 +37717,7 @@ ] }, { - "id": 17660, + "id": 1120, "name": "__type", "variant": "declaration", "kind": 65536, @@ -37646,19 +37727,19 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 121, "character": 15, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L121" } ], "indexSignatures": [ { - "id": 17661, + "id": 1121, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17662, + "id": 1122, "name": "key", "variant": "param", "kind": 32768, @@ -37692,7 +37773,7 @@ ] }, { - "id": 17667, + "id": 1127, "name": "shippingOptions", "variant": "declaration", "kind": 1024, @@ -37718,7 +37799,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L12" } ], "type": { @@ -37730,7 +37811,7 @@ } }, { - "id": 17668, + "id": 1128, "name": "validateCartShippingOptionsPriceStepId", "variant": "declaration", "kind": 32, @@ -37742,7 +37823,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L15" } ], "type": { @@ -37752,7 +37833,7 @@ "defaultValue": "\"validate-cart-shipping-options\"" }, { - "id": 17669, + "id": 1129, "name": "validateCartShippingOptionsPriceStep", "variant": "declaration", "kind": 64, @@ -37787,7 +37868,7 @@ }, "children": [ { - "id": 17672, + "id": 1132, "name": "__type", "variant": "declaration", "kind": 1024, @@ -37805,7 +37886,7 @@ } }, { - "id": 17673, + "id": 1133, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -37827,8 +37908,8 @@ { "title": "Properties", "children": [ - 17672, - 17673 + 1132, + 1133 ] } ], @@ -37837,12 +37918,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L36" } ], "signatures": [ { - "id": 17670, + "id": 1130, "name": "validateCartShippingOptionsPriceStep", "variant": "signature", "kind": 4096, @@ -37880,12 +37961,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L36" } ], "parameters": [ { - "id": 17671, + "id": 1131, "name": "input", "variant": "param", "kind": 32768, @@ -37895,7 +37976,7 @@ "types": [ { "type": "reference", - "target": 17665, + "target": 1125, "name": "ValidateCartShippingOptionsPriceInput", "package": "@medusajs/core-flows" }, @@ -37908,7 +37989,7 @@ "typeArguments": [ { "type": "reference", - "target": 17665, + "target": 1125, "name": "ValidateCartShippingOptionsPriceInput", "package": "@medusajs/core-flows" } @@ -37930,14 +38011,14 @@ ] }, { - "id": 16549, + "id": 9, "name": "Workflows_Cart", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 17675, + "id": 1135, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -37955,7 +38036,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L31" } ], "type": { @@ -37964,7 +38045,7 @@ } }, { - "id": 17678, + "id": 1138, "name": "id", "variant": "declaration", "kind": 1024, @@ -37982,7 +38063,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 39, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" } ], "type": { @@ -37991,7 +38072,7 @@ } }, { - "id": 17679, + "id": 1139, "name": "data", "variant": "declaration", "kind": 1024, @@ -38011,7 +38092,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" } ], "type": { @@ -38035,7 +38116,7 @@ } }, { - "id": 17676, + "id": 1136, "name": "options", "variant": "declaration", "kind": 1024, @@ -38053,7 +38134,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" } ], "type": { @@ -38061,14 +38142,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17677, + "id": 1137, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17678, + "id": 1138, "name": "id", "variant": "declaration", "kind": 1024, @@ -38086,7 +38167,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 39, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" } ], "type": { @@ -38095,7 +38176,7 @@ } }, { - "id": 17679, + "id": 1139, "name": "data", "variant": "declaration", "kind": 1024, @@ -38115,7 +38196,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" } ], "type": { @@ -38143,8 +38224,8 @@ { "title": "Properties", "children": [ - 17678, - 17679 + 1138, + 1139 ] } ], @@ -38153,7 +38234,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 35, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" } ] } @@ -38161,7 +38242,7 @@ } }, { - "id": 17680, + "id": 1140, "name": "addShippingMethodToCartWorkflowId", "variant": "declaration", "kind": 32, @@ -38173,7 +38254,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L49" } ], "type": { @@ -38183,7 +38264,7 @@ "defaultValue": "\"add-shipping-method-to-cart\"" }, { - "id": 17681, + "id": 1141, "name": "addShippingMethodToCartWorkflow", "variant": "declaration", "kind": 64, @@ -38236,7 +38317,7 @@ }, "children": [ { - "id": 17689, + "id": 1149, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -38259,7 +38340,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17690, + "id": 1150, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38273,7 +38354,7 @@ ], "signatures": [ { - "id": 17691, + "id": 1151, "name": "__type", "variant": "signature", "kind": 4096, @@ -38301,7 +38382,7 @@ ], "parameters": [ { - "id": 17692, + "id": 1152, "name": "param0", "variant": "param", "kind": 32768, @@ -38317,14 +38398,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17693, + "id": 1153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17694, + "id": 1154, "name": "input", "variant": "declaration", "kind": 1024, @@ -38349,7 +38430,7 @@ "types": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -38362,7 +38443,7 @@ "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -38378,7 +38459,7 @@ { "title": "Properties", "children": [ - 17694 + 1154 ] } ], @@ -38403,7 +38484,7 @@ } }, { - "id": 17695, + "id": 1155, "name": "run", "variant": "declaration", "kind": 1024, @@ -38426,7 +38507,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17696, + "id": 1156, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38440,7 +38521,7 @@ ], "signatures": [ { - "id": 17697, + "id": 1157, "name": "__type", "variant": "signature", "kind": 4096, @@ -38468,7 +38549,7 @@ ], "typeParameters": [ { - "id": 17698, + "id": 1158, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -38479,7 +38560,7 @@ } }, { - "id": 17699, + "id": 1159, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -38492,7 +38573,7 @@ ], "parameters": [ { - "id": 17700, + "id": 1160, "name": "args", "variant": "param", "kind": 32768, @@ -38525,7 +38606,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38536,13 +38617,13 @@ }, "trueType": { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38575,7 +38656,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38590,7 +38671,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38610,7 +38691,7 @@ } }, { - "id": 17701, + "id": 1161, "name": "getName", "variant": "declaration", "kind": 1024, @@ -38633,7 +38714,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17702, + "id": 1162, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38647,7 +38728,7 @@ ], "signatures": [ { - "id": 17703, + "id": 1163, "name": "__type", "variant": "signature", "kind": 4096, @@ -38669,7 +38750,7 @@ } }, { - "id": 17704, + "id": 1164, "name": "config", "variant": "declaration", "kind": 1024, @@ -38692,7 +38773,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17705, + "id": 1165, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38706,7 +38787,7 @@ ], "signatures": [ { - "id": 17706, + "id": 1166, "name": "__type", "variant": "signature", "kind": 4096, @@ -38720,7 +38801,7 @@ ], "parameters": [ { - "id": 17707, + "id": 1167, "name": "config", "variant": "param", "kind": 32768, @@ -38746,7 +38827,7 @@ } }, { - "id": 17708, + "id": 1168, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -38769,14 +38850,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17709, + "id": 1169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17710, + "id": 1170, "name": "validate", "variant": "declaration", "kind": 1024, @@ -38784,7 +38865,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17711, + "id": 1171, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38798,7 +38879,7 @@ ], "signatures": [ { - "id": 17712, + "id": 1172, "name": "__type", "variant": "signature", "kind": 4096, @@ -38812,14 +38893,14 @@ ], "typeParameters": [ { - "id": 17713, + "id": 1173, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17714, + "id": 1174, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -38828,7 +38909,7 @@ ], "parameters": [ { - "id": 17715, + "id": 1175, "name": "invoke", "variant": "param", "kind": 32768, @@ -38843,14 +38924,14 @@ { "type": "reflection", "declaration": { - "id": 17716, + "id": 1176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17717, + "id": 1177, "name": "input", "variant": "declaration", "kind": 1024, @@ -38860,7 +38941,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 95, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" } ], "type": { @@ -38872,7 +38953,7 @@ "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -38882,7 +38963,7 @@ } }, { - "id": 17718, + "id": 1178, "name": "cart", "variant": "declaration", "kind": 1024, @@ -38892,7 +38973,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 96, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" } ], "type": { @@ -38905,8 +38986,8 @@ { "title": "Properties", "children": [ - 17717, - 17718 + 1177, + 1178 ] } ], @@ -38915,21 +38996,21 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 94, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L94" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38940,7 +39021,7 @@ } }, { - "id": 17719, + "id": 1179, "name": "compensate", "variant": "param", "kind": 32768, @@ -38956,7 +39037,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -38975,13 +39056,86 @@ ] } } + }, + { + "id": 20656, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { addShippingMethodToCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\naddShippingMethodToCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20657, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20658, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1176, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 17710 + 1170 + ] + }, + { + "title": "Functions", + "children": [ + 20656 ] } ], @@ -38998,7 +39152,7 @@ ], "documents": [ { - "id": 37167, + "id": 20654, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -39014,6 +39168,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -39024,7 +39187,7 @@ "frontmatter": {} }, { - "id": 37168, + "id": 20655, "name": "validateCartStep", "variant": "document", "kind": 8388608, @@ -39040,6 +39203,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1056" + } + ] } ], "modifierTags": [ @@ -39050,7 +39222,7 @@ "frontmatter": {} }, { - "id": 37172, + "id": 20659, "name": "validate", "variant": "document", "kind": 8388608, @@ -39066,6 +39238,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20656" + } + ] } ], "modifierTags": [ @@ -39076,7 +39257,7 @@ "frontmatter": {} }, { - "id": 37173, + "id": 20660, "name": "validateCartShippingOptionsStep", "variant": "document", "kind": 8388608, @@ -39092,6 +39273,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1029" + } + ] } ], "modifierTags": [ @@ -39102,7 +39292,7 @@ "frontmatter": {} }, { - "id": 37174, + "id": 20661, "name": "listShippingOptionsForCartWithPricingWorkflow", "variant": "document", "kind": 8388608, @@ -39118,6 +39308,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1603" + } + ] } ], "modifierTags": [ @@ -39128,7 +39327,7 @@ "frontmatter": {} }, { - "id": 37175, + "id": 20662, "name": "validateCartShippingOptionsPriceStep", "variant": "document", "kind": 8388608, @@ -39144,6 +39343,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1129" + } + ] } ], "modifierTags": [ @@ -39154,7 +39362,7 @@ "frontmatter": {} }, { - "id": 37176, + "id": 20663, "name": "validateAndReturnShippingMethodsDataStep", "variant": "document", "kind": 8388608, @@ -39170,6 +39378,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1096" + } + ] } ], "modifierTags": [ @@ -39180,7 +39397,7 @@ "frontmatter": {} }, { - "id": 37177, + "id": 20664, "name": "removeShippingMethodFromCartStep", "variant": "document", "kind": 8388608, @@ -39196,6 +39413,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "840" + } + ] } ], "modifierTags": [ @@ -39206,7 +39432,7 @@ "frontmatter": {} }, { - "id": 37178, + "id": 20665, "name": "addShippingMethodToCartStep", "variant": "document", "kind": 8388608, @@ -39222,6 +39448,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "456" + } + ] } ], "modifierTags": [ @@ -39232,7 +39467,7 @@ "frontmatter": {} }, { - "id": 37179, + "id": 20666, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -39248,6 +39483,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -39258,7 +39502,7 @@ "frontmatter": {} }, { - "id": 37180, + "id": 20667, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -39274,6 +39518,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -39285,21 +39538,21 @@ } ], "childrenIncludingDocuments": [ - 17689, - 17695, - 17701, - 17704, - 17708 + 1149, + 1155, + 1161, + 1164, + 1168 ], "groups": [ { "title": "Properties", "children": [ - 17689, - 17695, - 17701, - 17704, - 17708 + 1149, + 1155, + 1161, + 1164, + 1168 ] } ], @@ -39308,12 +39561,12 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L81" } ], "signatures": [ { - "id": 17682, + "id": 1142, "name": "addShippingMethodToCartWorkflow", "variant": "signature", "kind": 4096, @@ -39369,12 +39622,12 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L81" } ], "typeParameters": [ { - "id": 17683, + "id": 1143, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -39385,7 +39638,7 @@ } }, { - "id": 17684, + "id": 1144, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -39398,7 +39651,7 @@ ], "parameters": [ { - "id": 17685, + "id": 1145, "name": "container", "variant": "param", "kind": 32768, @@ -39422,14 +39675,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17686, + "id": 1146, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17687, + "id": 1147, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -39452,7 +39705,7 @@ } }, { - "id": 17688, + "id": 1148, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -39479,8 +39732,8 @@ { "title": "Properties", "children": [ - 17687, - 17688 + 1147, + 1148 ] } ], @@ -39551,7 +39804,7 @@ "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -39561,14 +39814,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -39583,14 +39836,14 @@ ] }, { - "id": 17716, + "id": 1176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17717, + "id": 1177, "name": "input", "variant": "declaration", "kind": 1024, @@ -39600,7 +39853,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 95, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" } ], "type": { @@ -39612,7 +39865,7 @@ "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -39622,7 +39875,7 @@ } }, { - "id": 17718, + "id": 1178, "name": "cart", "variant": "declaration", "kind": 1024, @@ -39632,7 +39885,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 96, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" } ], "type": { @@ -39645,8 +39898,8 @@ { "title": "Properties", "children": [ - 17717, - 17718 + 1177, + 1178 ] } ], @@ -39655,12 +39908,12 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 94, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L94" } ] }, { - "id": 17717, + "id": 1177, "name": "input", "variant": "declaration", "kind": 1024, @@ -39670,7 +39923,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 95, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L95" } ], "type": { @@ -39682,7 +39935,7 @@ "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 1134, "name": "AddShippingMethodToCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -39692,7 +39945,7 @@ } }, { - "id": 17718, + "id": 1178, "name": "cart", "variant": "declaration", "kind": 1024, @@ -39702,7 +39955,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 96, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L96" } ], "type": { @@ -39711,7 +39964,7 @@ } }, { - "id": 17720, + "id": 1180, "name": "addToCartWorkflowId", "variant": "declaration", "kind": 32, @@ -39723,7 +39976,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L36" } ], "type": { @@ -39733,7 +39986,7 @@ "defaultValue": "\"add-to-cart\"" }, { - "id": 17721, + "id": 1181, "name": "addToCartWorkflow", "variant": "declaration", "kind": 64, @@ -39786,7 +40039,7 @@ }, "children": [ { - "id": 17729, + "id": 1189, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -39809,7 +40062,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17730, + "id": 1190, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39823,7 +40076,7 @@ ], "signatures": [ { - "id": 17731, + "id": 1191, "name": "__type", "variant": "signature", "kind": 4096, @@ -39851,7 +40104,7 @@ ], "parameters": [ { - "id": 17732, + "id": 1192, "name": "param0", "variant": "param", "kind": 32768, @@ -39867,14 +40120,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17733, + "id": 1193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17734, + "id": 1194, "name": "input", "variant": "declaration", "kind": 1024, @@ -39934,7 +40187,7 @@ { "title": "Properties", "children": [ - 17734 + 1194 ] } ], @@ -39959,7 +40212,7 @@ } }, { - "id": 17735, + "id": 1195, "name": "run", "variant": "declaration", "kind": 1024, @@ -39982,7 +40235,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17736, + "id": 1196, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39996,7 +40249,7 @@ ], "signatures": [ { - "id": 17737, + "id": 1197, "name": "__type", "variant": "signature", "kind": 4096, @@ -40024,7 +40277,7 @@ ], "typeParameters": [ { - "id": 17738, + "id": 1198, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -40035,7 +40288,7 @@ } }, { - "id": 17739, + "id": 1199, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -40048,7 +40301,7 @@ ], "parameters": [ { - "id": 17740, + "id": 1200, "name": "args", "variant": "param", "kind": 32768, @@ -40081,7 +40334,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40101,7 +40354,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40134,7 +40387,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40149,7 +40402,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40169,7 +40422,7 @@ } }, { - "id": 17741, + "id": 1201, "name": "getName", "variant": "declaration", "kind": 1024, @@ -40192,7 +40445,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17742, + "id": 1202, "name": "__type", "variant": "declaration", "kind": 65536, @@ -40206,7 +40459,7 @@ ], "signatures": [ { - "id": 17743, + "id": 1203, "name": "__type", "variant": "signature", "kind": 4096, @@ -40228,7 +40481,7 @@ } }, { - "id": 17744, + "id": 1204, "name": "config", "variant": "declaration", "kind": 1024, @@ -40251,7 +40504,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17745, + "id": 1205, "name": "__type", "variant": "declaration", "kind": 65536, @@ -40265,7 +40518,7 @@ ], "signatures": [ { - "id": 17746, + "id": 1206, "name": "__type", "variant": "signature", "kind": 4096, @@ -40279,7 +40532,7 @@ ], "parameters": [ { - "id": 17747, + "id": 1207, "name": "config", "variant": "param", "kind": 32768, @@ -40305,7 +40558,7 @@ } }, { - "id": 17748, + "id": 1208, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -40328,14 +40581,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17749, + "id": 1209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17750, + "id": 1210, "name": "validate", "variant": "declaration", "kind": 1024, @@ -40343,7 +40596,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17751, + "id": 1211, "name": "__type", "variant": "declaration", "kind": 65536, @@ -40357,7 +40610,7 @@ ], "signatures": [ { - "id": 17752, + "id": 1212, "name": "__type", "variant": "signature", "kind": 4096, @@ -40371,14 +40624,14 @@ ], "typeParameters": [ { - "id": 17753, + "id": 1213, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17754, + "id": 1214, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -40387,7 +40640,7 @@ ], "parameters": [ { - "id": 17755, + "id": 1215, "name": "invoke", "variant": "param", "kind": 32768, @@ -40402,14 +40655,14 @@ { "type": "reflection", "declaration": { - "id": 17756, + "id": 1216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17757, + "id": 1217, "name": "input", "variant": "declaration", "kind": 1024, @@ -40419,7 +40672,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 85, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" } ], "type": { @@ -40444,7 +40697,7 @@ } }, { - "id": 17758, + "id": 1218, "name": "cart", "variant": "declaration", "kind": 1024, @@ -40454,7 +40707,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 86, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" } ], "type": { @@ -40467,8 +40720,8 @@ { "title": "Properties", "children": [ - 17757, - 17758 + 1217, + 1218 ] } ], @@ -40477,21 +40730,21 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 84, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L84" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40502,7 +40755,7 @@ } }, { - "id": 17759, + "id": 1219, "name": "compensate", "variant": "param", "kind": 32768, @@ -40518,7 +40771,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -40537,13 +40790,86 @@ ] } } + }, + { + "id": 20670, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { addToCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\naddToCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20671, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20672, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1216, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 17750 + 1210 + ] + }, + { + "title": "Functions", + "children": [ + 20670 ] } ], @@ -40560,7 +40886,7 @@ ], "documents": [ { - "id": 37181, + "id": 20668, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -40576,6 +40902,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -40586,7 +40921,7 @@ "frontmatter": {} }, { - "id": 37182, + "id": 20669, "name": "validateCartStep", "variant": "document", "kind": 8388608, @@ -40602,6 +40937,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1056" + } + ] } ], "modifierTags": [ @@ -40612,7 +40956,7 @@ "frontmatter": {} }, { - "id": 37186, + "id": 20673, "name": "validate", "variant": "document", "kind": 8388608, @@ -40628,6 +40972,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20670" + } + ] } ], "modifierTags": [ @@ -40638,7 +40991,7 @@ "frontmatter": {} }, { - "id": 37187, + "id": 20674, "name": "when", "variant": "document", "kind": 8388608, @@ -40673,7 +41026,7 @@ "frontmatter": {}, "children": [ { - "id": 37188, + "id": 20675, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -40689,6 +41042,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -40701,7 +41063,7 @@ ] }, { - "id": 37189, + "id": 20676, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -40717,6 +41079,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -40727,7 +41098,7 @@ "frontmatter": {} }, { - "id": 37190, + "id": 20677, "name": "validateLineItemPricesStep", "variant": "document", "kind": 8388608, @@ -40743,6 +41114,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1073" + } + ] } ], "modifierTags": [ @@ -40753,7 +41133,7 @@ "frontmatter": {} }, { - "id": 37191, + "id": 20678, "name": "getLineItemActionsStep", "variant": "document", "kind": 8388608, @@ -40769,6 +41149,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "685" + } + ] } ], "modifierTags": [ @@ -40779,7 +41168,7 @@ "frontmatter": {} }, { - "id": 37192, + "id": 20679, "name": "confirmVariantInventoryWorkflow", "variant": "document", "kind": 8388608, @@ -40795,6 +41184,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1285" + } + ] } ], "modifierTags": [ @@ -40805,7 +41203,7 @@ "frontmatter": {} }, { - "id": 37193, + "id": 20680, "name": "createLineItemsStep", "variant": "document", "kind": 8388608, @@ -40821,6 +41219,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "506" + } + ] } ], "modifierTags": [ @@ -40831,7 +41238,7 @@ "frontmatter": {} }, { - "id": 37194, + "id": 20681, "name": "updateLineItemsStep", "variant": "document", "kind": 8388608, @@ -40847,6 +41254,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "983" + } + ] } ], "modifierTags": [ @@ -40857,7 +41273,7 @@ "frontmatter": {} }, { - "id": 37195, + "id": 20682, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -40873,6 +41289,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -40883,7 +41308,7 @@ "frontmatter": {} }, { - "id": 37196, + "id": 20683, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -40899,6 +41324,15 @@ "text": "11" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -40910,21 +41344,21 @@ } ], "childrenIncludingDocuments": [ - 17729, - 17735, - 17741, - 17744, - 17748 + 1189, + 1195, + 1201, + 1204, + 1208 ], "groups": [ { "title": "Properties", "children": [ - 17729, - 17735, - 17741, - 17744, - 17748 + 1189, + 1195, + 1201, + 1204, + 1208 ] } ], @@ -40933,12 +41367,12 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L69" } ], "signatures": [ { - "id": 17722, + "id": 1182, "name": "addToCartWorkflow", "variant": "signature", "kind": 4096, @@ -40994,12 +41428,12 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L69" } ], "typeParameters": [ { - "id": 17723, + "id": 1183, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -41010,7 +41444,7 @@ } }, { - "id": 17724, + "id": 1184, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -41023,7 +41457,7 @@ ], "parameters": [ { - "id": 17725, + "id": 1185, "name": "container", "variant": "param", "kind": 32768, @@ -41047,14 +41481,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17726, + "id": 1186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17727, + "id": 1187, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -41077,7 +41511,7 @@ } }, { - "id": 17728, + "id": 1188, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -41104,8 +41538,8 @@ { "title": "Properties", "children": [ - 17727, - 17728 + 1187, + 1188 ] } ], @@ -41189,14 +41623,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -41211,14 +41645,14 @@ ] }, { - "id": 17756, + "id": 1216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17757, + "id": 1217, "name": "input", "variant": "declaration", "kind": 1024, @@ -41228,7 +41662,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 85, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" } ], "type": { @@ -41253,7 +41687,7 @@ } }, { - "id": 17758, + "id": 1218, "name": "cart", "variant": "declaration", "kind": 1024, @@ -41263,7 +41697,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 86, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" } ], "type": { @@ -41276,8 +41710,8 @@ { "title": "Properties", "children": [ - 17757, - 17758 + 1217, + 1218 ] } ], @@ -41286,12 +41720,12 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 84, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L84" } ] }, { - "id": 17757, + "id": 1217, "name": "input", "variant": "declaration", "kind": 1024, @@ -41301,7 +41735,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 85, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L85" } ], "type": { @@ -41326,7 +41760,7 @@ } }, { - "id": 17758, + "id": 1218, "name": "cart", "variant": "declaration", "kind": 1024, @@ -41336,7 +41770,7 @@ "fileName": "core-flows/src/cart/workflows/add-to-cart.ts", "line": 86, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L86" } ], "type": { @@ -41345,7 +41779,7 @@ } }, { - "id": 17762, + "id": 1222, "name": "id", "variant": "declaration", "kind": 1024, @@ -41363,7 +41797,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L46" } ], "type": { @@ -41372,7 +41806,7 @@ } }, { - "id": 17765, + "id": 1225, "name": "id", "variant": "declaration", "kind": 1024, @@ -41390,7 +41824,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" } ], "type": { @@ -41399,7 +41833,7 @@ } }, { - "id": 17766, + "id": 1226, "name": "THREE_DAYS", "variant": "declaration", "kind": 32, @@ -41411,7 +41845,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L56" } ], "type": { @@ -41421,7 +41855,7 @@ "defaultValue": "..." }, { - "id": 17767, + "id": 1227, "name": "completeCartWorkflowId", "variant": "declaration", "kind": 32, @@ -41433,7 +41867,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L58" } ], "type": { @@ -41443,7 +41877,7 @@ "defaultValue": "\"complete-cart\"" }, { - "id": 17768, + "id": 1228, "name": "completeCartWorkflow", "variant": "declaration", "kind": 64, @@ -41452,7 +41886,7 @@ "summary": [ { "kind": "text", - "text": "This workflow completes a cart and places an order for the customer. It's executed by the \n[Complete Cart Store API Route](https://docs.medusajs.com/api/store#carts_postcartsidcomplete).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you to wrap custom logic around completing a cart.\nFor example, in the [Subscriptions recipe](https://docs.medusajs.com/resources/recipes/subscriptions/examples/standard#create-workflow), \nthis workflow is used within another workflow that creates a subscription order." + "text": "This workflow completes a cart and places an order for the customer. It's executed by the\n[Complete Cart Store API Route](https://docs.medusajs.com/api/store#carts_postcartsidcomplete).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you to wrap custom logic around completing a cart.\nFor example, in the [Subscriptions recipe](https://docs.medusajs.com/resources/recipes/subscriptions/examples/standard#create-workflow),\nthis workflow is used within another workflow that creates a subscription order." } ], "blockTags": [ @@ -41487,7 +41921,7 @@ }, "children": [ { - "id": 17776, + "id": 1236, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -41510,7 +41944,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17777, + "id": 1237, "name": "__type", "variant": "declaration", "kind": 65536, @@ -41524,7 +41958,7 @@ ], "signatures": [ { - "id": 17778, + "id": 1238, "name": "__type", "variant": "signature", "kind": 4096, @@ -41552,7 +41986,7 @@ ], "parameters": [ { - "id": 17779, + "id": 1239, "name": "param0", "variant": "param", "kind": 32768, @@ -41568,14 +42002,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17780, + "id": 1240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17781, + "id": 1241, "name": "input", "variant": "declaration", "kind": 1024, @@ -41600,7 +42034,7 @@ "types": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -41613,7 +42047,7 @@ "typeArguments": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -41629,7 +42063,7 @@ { "title": "Properties", "children": [ - 17781 + 1241 ] } ], @@ -41650,14 +42084,14 @@ { "type": "reflection", "declaration": { - "id": 17782, + "id": 1242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17783, + "id": 1243, "name": "id", "variant": "declaration", "kind": 1024, @@ -41675,7 +42109,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" } ], "type": { @@ -41708,7 +42142,7 @@ { "title": "Properties", "children": [ - 17783 + 1243 ] } ], @@ -41723,7 +42157,7 @@ }, { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -41736,7 +42170,7 @@ "typeArguments": [ { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" } @@ -41747,14 +42181,14 @@ { "type": "reflection", "declaration": { - "id": 17784, + "id": 1244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17785, + "id": 1245, "name": "config", "variant": "declaration", "kind": 2048, @@ -41768,7 +42202,7 @@ ], "signatures": [ { - "id": 17786, + "id": 1246, "name": "config", "variant": "signature", "kind": 4096, @@ -41782,7 +42216,7 @@ ], "parameters": [ { - "id": 17787, + "id": 1247, "name": "config", "variant": "param", "kind": 32768, @@ -41793,14 +42227,14 @@ { "type": "reflection", "declaration": { - "id": 17788, + "id": 1248, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17789, + "id": 1249, "name": "name", "variant": "declaration", "kind": 1024, @@ -41824,7 +42258,7 @@ { "title": "Properties", "children": [ - 17789 + 1249 ] } ], @@ -41887,7 +42321,7 @@ "typeArguments": [ { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" } @@ -41903,7 +42337,7 @@ { "title": "Methods", "children": [ - 17785 + 1245 ] } ], @@ -41925,7 +42359,7 @@ "typeArguments": [ { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" } @@ -41941,7 +42375,7 @@ } }, { - "id": 17790, + "id": 1250, "name": "run", "variant": "declaration", "kind": 1024, @@ -41964,7 +42398,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17791, + "id": 1251, "name": "__type", "variant": "declaration", "kind": 65536, @@ -41978,7 +42412,7 @@ ], "signatures": [ { - "id": 17792, + "id": 1252, "name": "__type", "variant": "signature", "kind": 4096, @@ -42006,7 +42440,7 @@ ], "typeParameters": [ { - "id": 17793, + "id": 1253, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -42017,7 +42451,7 @@ } }, { - "id": 17794, + "id": 1254, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -42030,7 +42464,7 @@ ], "parameters": [ { - "id": 17795, + "id": 1255, "name": "args", "variant": "param", "kind": 32768, @@ -42063,7 +42497,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42074,13 +42508,13 @@ }, "trueType": { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42113,7 +42547,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42124,13 +42558,13 @@ }, "trueType": { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42150,7 +42584,7 @@ } }, { - "id": 17796, + "id": 1256, "name": "getName", "variant": "declaration", "kind": 1024, @@ -42173,7 +42607,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17797, + "id": 1257, "name": "__type", "variant": "declaration", "kind": 65536, @@ -42187,7 +42621,7 @@ ], "signatures": [ { - "id": 17798, + "id": 1258, "name": "__type", "variant": "signature", "kind": 4096, @@ -42209,7 +42643,7 @@ } }, { - "id": 17799, + "id": 1259, "name": "config", "variant": "declaration", "kind": 1024, @@ -42232,7 +42666,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17800, + "id": 1260, "name": "__type", "variant": "declaration", "kind": 65536, @@ -42246,7 +42680,7 @@ ], "signatures": [ { - "id": 17801, + "id": 1261, "name": "__type", "variant": "signature", "kind": 4096, @@ -42260,7 +42694,7 @@ ], "parameters": [ { - "id": 17802, + "id": 1262, "name": "config", "variant": "param", "kind": 32768, @@ -42286,7 +42720,7 @@ } }, { - "id": 17803, + "id": 1263, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -42309,14 +42743,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17804, + "id": 1264, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17805, + "id": 1265, "name": "validate", "variant": "declaration", "kind": 1024, @@ -42324,7 +42758,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17806, + "id": 1266, "name": "__type", "variant": "declaration", "kind": 65536, @@ -42338,7 +42772,7 @@ ], "signatures": [ { - "id": 17807, + "id": 1267, "name": "__type", "variant": "signature", "kind": 4096, @@ -42352,14 +42786,14 @@ ], "typeParameters": [ { - "id": 17808, + "id": 1268, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17809, + "id": 1269, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -42368,7 +42802,7 @@ ], "parameters": [ { - "id": 17810, + "id": 1270, "name": "invoke", "variant": "param", "kind": 32768, @@ -42383,14 +42817,14 @@ { "type": "reflection", "declaration": { - "id": 17811, + "id": 1271, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17812, + "id": 1272, "name": "input", "variant": "declaration", "kind": 1024, @@ -42400,7 +42834,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 107, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" } ], "type": { @@ -42412,7 +42846,7 @@ "typeArguments": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -42422,7 +42856,7 @@ } }, { - "id": 17813, + "id": 1273, "name": "cart", "variant": "declaration", "kind": 1024, @@ -42432,7 +42866,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 108, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" } ], "type": { @@ -42445,8 +42879,8 @@ { "title": "Properties", "children": [ - 17812, - 17813 + 1272, + 1273 ] } ], @@ -42455,21 +42889,21 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 106, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L106" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42480,7 +42914,7 @@ } }, { - "id": 17814, + "id": 1274, "name": "compensate", "variant": "param", "kind": 32768, @@ -42496,7 +42930,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -42515,13 +42949,86 @@ ] } } + }, + { + "id": 20686, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { completeCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncompleteCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20687, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20688, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1271, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 17805 + 1265 + ] + }, + { + "title": "Functions", + "children": [ + 20686 ] } ], @@ -42538,7 +43045,7 @@ ], "documents": [ { - "id": 37197, + "id": 20684, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -42554,6 +43061,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -42564,7 +43080,7 @@ "frontmatter": {} }, { - "id": 37198, + "id": 20685, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -42580,6 +43096,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -42590,7 +43115,7 @@ "frontmatter": {} }, { - "id": 37202, + "id": 20689, "name": "validate", "variant": "document", "kind": 8388608, @@ -42606,6 +43131,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20686" + } + ] } ], "modifierTags": [ @@ -42616,7 +43150,7 @@ "frontmatter": {} }, { - "id": 37203, + "id": 20690, "name": "when", "variant": "document", "kind": 8388608, @@ -42651,7 +43185,7 @@ "frontmatter": {}, "children": [ { - "id": 37204, + "id": 20691, "name": "validateCartPaymentsStep", "variant": "document", "kind": 8388608, @@ -42667,6 +43201,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1010" + } + ] } ], "modifierTags": [ @@ -42677,7 +43220,7 @@ "frontmatter": {} }, { - "id": 37205, + "id": 20692, "name": "authorizePaymentSessionStep", "variant": "document", "kind": 8388608, @@ -42693,6 +43236,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14273" + } + ] } ], "modifierTags": [ @@ -42703,7 +43255,7 @@ "frontmatter": {} }, { - "id": 37206, + "id": 20693, "name": "createOrdersStep", "variant": "document", "kind": 8388608, @@ -42719,6 +43271,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5465" + } + ] } ], "modifierTags": [ @@ -42729,7 +43290,7 @@ "frontmatter": {} }, { - "id": 37207, + "id": 20694, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -42745,6 +43306,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -42755,7 +43325,7 @@ "frontmatter": {} }, { - "id": 37208, + "id": 20695, "name": "updateCartsStep", "variant": "document", "kind": 8388608, @@ -42771,6 +43341,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "968" + } + ] } ], "modifierTags": [ @@ -42781,7 +43360,7 @@ "frontmatter": {} }, { - "id": 37209, + "id": 20696, "name": "reserveInventoryStep", "variant": "document", "kind": 8388608, @@ -42797,6 +43376,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "861" + } + ] } ], "modifierTags": [ @@ -42807,7 +43395,7 @@ "frontmatter": {} }, { - "id": 37210, + "id": 20697, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -42823,6 +43411,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -42836,21 +43433,21 @@ } ], "childrenIncludingDocuments": [ - 17776, - 17790, - 17796, - 17799, - 17803 + 1236, + 1250, + 1256, + 1259, + 1263 ], "groups": [ { "title": "Properties", "children": [ - 17776, - 17790, - 17796, - 17799, - 17803 + 1236, + 1250, + 1256, + 1259, + 1263 ] } ], @@ -42859,12 +43456,12 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L81" } ], "signatures": [ { - "id": 17769, + "id": 1229, "name": "completeCartWorkflow", "variant": "signature", "kind": 4096, @@ -42873,7 +43470,7 @@ "summary": [ { "kind": "text", - "text": "This workflow completes a cart and places an order for the customer. It's executed by the \n[Complete Cart Store API Route](https://docs.medusajs.com/api/store#carts_postcartsidcomplete).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you to wrap custom logic around completing a cart.\nFor example, in the [Subscriptions recipe](https://docs.medusajs.com/resources/recipes/subscriptions/examples/standard#create-workflow), \nthis workflow is used within another workflow that creates a subscription order." + "text": "This workflow completes a cart and places an order for the customer. It's executed by the\n[Complete Cart Store API Route](https://docs.medusajs.com/api/store#carts_postcartsidcomplete).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you to wrap custom logic around completing a cart.\nFor example, in the [Subscriptions recipe](https://docs.medusajs.com/resources/recipes/subscriptions/examples/standard#create-workflow),\nthis workflow is used within another workflow that creates a subscription order." } ], "blockTags": [ @@ -42911,12 +43508,12 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L81" } ], "typeParameters": [ { - "id": 17770, + "id": 1230, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -42927,7 +43524,7 @@ } }, { - "id": 17771, + "id": 1231, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -42940,7 +43537,7 @@ ], "parameters": [ { - "id": 17772, + "id": 1232, "name": "container", "variant": "param", "kind": 32768, @@ -42964,14 +43561,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17773, + "id": 1233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17774, + "id": 1234, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -42994,7 +43591,7 @@ } }, { - "id": 17775, + "id": 1235, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -43021,8 +43618,8 @@ { "title": "Properties", "children": [ - 17774, - 17775 + 1234, + 1235 ] } ], @@ -43093,26 +43690,26 @@ "typeArguments": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 17763, + "target": 1223, "name": "CompleteCartWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -43127,14 +43724,14 @@ ] }, { - "id": 17811, + "id": 1271, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17812, + "id": 1272, "name": "input", "variant": "declaration", "kind": 1024, @@ -43144,7 +43741,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 107, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" } ], "type": { @@ -43156,7 +43753,7 @@ "typeArguments": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -43166,7 +43763,7 @@ } }, { - "id": 17813, + "id": 1273, "name": "cart", "variant": "declaration", "kind": 1024, @@ -43176,7 +43773,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 108, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" } ], "type": { @@ -43189,8 +43786,8 @@ { "title": "Properties", "children": [ - 17812, - 17813 + 1272, + 1273 ] } ], @@ -43199,12 +43796,12 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 106, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L106" } ] }, { - "id": 17812, + "id": 1272, "name": "input", "variant": "declaration", "kind": 1024, @@ -43214,7 +43811,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 107, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L107" } ], "type": { @@ -43226,7 +43823,7 @@ "typeArguments": [ { "type": "reference", - "target": 17760, + "target": 1220, "name": "CompleteCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -43236,7 +43833,7 @@ } }, { - "id": 17813, + "id": 1273, "name": "cart", "variant": "declaration", "kind": 1024, @@ -43246,7 +43843,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 108, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L108" } ], "type": { @@ -43255,7 +43852,7 @@ } }, { - "id": 17818, + "id": 1278, "name": "id", "variant": "declaration", "kind": 1024, @@ -43275,7 +43872,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -43284,7 +43881,7 @@ } }, { - "id": 17819, + "id": 1279, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -43302,7 +43899,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -43311,7 +43908,7 @@ } }, { - "id": 17820, + "id": 1280, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -43345,7 +43942,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -43354,7 +43951,7 @@ } }, { - "id": 17821, + "id": 1281, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -43372,7 +43969,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -43381,7 +43978,7 @@ } }, { - "id": 17822, + "id": 1282, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -43407,7 +44004,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -43421,7 +44018,7 @@ } }, { - "id": 17823, + "id": 1283, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -43439,7 +44036,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -43451,7 +44048,7 @@ } }, { - "id": 17816, + "id": 1276, "name": "items", "variant": "declaration", "kind": 1024, @@ -43469,7 +44066,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ], "type": { @@ -43477,14 +44074,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17817, + "id": 1277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17818, + "id": 1278, "name": "id", "variant": "declaration", "kind": 1024, @@ -43504,7 +44101,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -43513,7 +44110,7 @@ } }, { - "id": 17819, + "id": 1279, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -43531,7 +44128,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -43540,7 +44137,7 @@ } }, { - "id": 17820, + "id": 1280, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -43574,7 +44171,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -43583,7 +44180,7 @@ } }, { - "id": 17821, + "id": 1281, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -43601,7 +44198,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -43610,7 +44207,7 @@ } }, { - "id": 17822, + "id": 1282, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -43636,7 +44233,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -43650,7 +44247,7 @@ } }, { - "id": 17823, + "id": 1283, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -43668,7 +44265,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -43684,12 +44281,12 @@ { "title": "Properties", "children": [ - 17818, - 17819, - 17820, - 17821, - 17822, - 17823 + 1278, + 1279, + 1280, + 1281, + 1282, + 1283 ] } ], @@ -43698,7 +44295,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ] } @@ -43706,7 +44303,7 @@ } }, { - "id": 17824, + "id": 1284, "name": "confirmVariantInventoryWorkflowId", "variant": "declaration", "kind": 32, @@ -43718,7 +44315,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 48, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L48" } ], "type": { @@ -43728,7 +44325,7 @@ "defaultValue": "\"confirm-item-inventory\"" }, { - "id": 17825, + "id": 1285, "name": "confirmVariantInventoryWorkflow", "variant": "declaration", "kind": 64, @@ -43801,7 +44398,7 @@ }, "children": [ { - "id": 17833, + "id": 1293, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -43824,7 +44421,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17834, + "id": 1294, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43838,7 +44435,7 @@ ], "signatures": [ { - "id": 17835, + "id": 1295, "name": "__type", "variant": "signature", "kind": 4096, @@ -43866,7 +44463,7 @@ ], "parameters": [ { - "id": 17836, + "id": 1296, "name": "param0", "variant": "param", "kind": 32768, @@ -43882,14 +44479,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17837, + "id": 1297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17838, + "id": 1298, "name": "input", "variant": "declaration", "kind": 1024, @@ -43949,7 +44546,7 @@ { "title": "Properties", "children": [ - 17838 + 1298 ] } ], @@ -43970,14 +44567,14 @@ { "type": "reflection", "declaration": { - "id": 17839, + "id": 1299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17840, + "id": 1300, "name": "items", "variant": "declaration", "kind": 1024, @@ -43995,7 +44592,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ], "type": { @@ -44006,14 +44603,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17841, + "id": 1301, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17842, + "id": 1302, "name": "id", "variant": "declaration", "kind": 1024, @@ -44033,7 +44630,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -44042,7 +44639,7 @@ } }, { - "id": 17843, + "id": 1303, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -44060,7 +44657,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -44069,7 +44666,7 @@ } }, { - "id": 17844, + "id": 1304, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -44103,7 +44700,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -44112,7 +44709,7 @@ } }, { - "id": 17845, + "id": 1305, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -44130,7 +44727,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -44139,7 +44736,7 @@ } }, { - "id": 17846, + "id": 1306, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -44165,7 +44762,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -44179,7 +44776,7 @@ } }, { - "id": 17847, + "id": 1307, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -44197,7 +44794,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -44213,12 +44810,12 @@ { "title": "Properties", "children": [ - 17842, - 17843, - 17844, - 17845, - 17846, - 17847 + 1302, + 1303, + 1304, + 1305, + 1306, + 1307 ] } ], @@ -44227,7 +44824,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ] } @@ -44245,14 +44842,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17848, + "id": 1308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17849, + "id": 1309, "name": "id", "variant": "declaration", "kind": 1024, @@ -44272,7 +44869,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -44281,7 +44878,7 @@ } }, { - "id": 17850, + "id": 1310, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -44299,7 +44896,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -44308,7 +44905,7 @@ } }, { - "id": 17851, + "id": 1311, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -44342,7 +44939,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -44351,7 +44948,7 @@ } }, { - "id": 17852, + "id": 1312, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -44369,7 +44966,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -44378,7 +44975,7 @@ } }, { - "id": 17853, + "id": 1313, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -44404,7 +45001,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -44418,7 +45015,7 @@ } }, { - "id": 17854, + "id": 1314, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -44436,7 +45033,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -44452,12 +45049,12 @@ { "title": "Properties", "children": [ - 17849, - 17850, - 17851, - 17852, - 17853, - 17854 + 1309, + 1310, + 1311, + 1312, + 1313, + 1314 ] } ], @@ -44466,7 +45063,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ] } @@ -44484,7 +45081,7 @@ { "title": "Properties", "children": [ - 17840 + 1300 ] } ], @@ -44499,7 +45096,7 @@ }, { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -44512,7 +45109,7 @@ "typeArguments": [ { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" } @@ -44523,14 +45120,14 @@ { "type": "reflection", "declaration": { - "id": 17855, + "id": 1315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17856, + "id": 1316, "name": "config", "variant": "declaration", "kind": 2048, @@ -44544,7 +45141,7 @@ ], "signatures": [ { - "id": 17857, + "id": 1317, "name": "config", "variant": "signature", "kind": 4096, @@ -44558,7 +45155,7 @@ ], "parameters": [ { - "id": 17858, + "id": 1318, "name": "config", "variant": "param", "kind": 32768, @@ -44569,14 +45166,14 @@ { "type": "reflection", "declaration": { - "id": 17859, + "id": 1319, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17860, + "id": 1320, "name": "name", "variant": "declaration", "kind": 1024, @@ -44600,7 +45197,7 @@ { "title": "Properties", "children": [ - 17860 + 1320 ] } ], @@ -44663,7 +45260,7 @@ "typeArguments": [ { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" } @@ -44679,7 +45276,7 @@ { "title": "Methods", "children": [ - 17856 + 1316 ] } ], @@ -44701,7 +45298,7 @@ "typeArguments": [ { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" } @@ -44717,7 +45314,7 @@ } }, { - "id": 17861, + "id": 1321, "name": "run", "variant": "declaration", "kind": 1024, @@ -44740,7 +45337,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17862, + "id": 1322, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44754,7 +45351,7 @@ ], "signatures": [ { - "id": 17863, + "id": 1323, "name": "__type", "variant": "signature", "kind": 4096, @@ -44782,7 +45379,7 @@ ], "typeParameters": [ { - "id": 17864, + "id": 1324, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -44793,7 +45390,7 @@ } }, { - "id": 17865, + "id": 1325, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -44806,7 +45403,7 @@ ], "parameters": [ { - "id": 17866, + "id": 1326, "name": "args", "variant": "param", "kind": 32768, @@ -44839,7 +45436,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -44859,7 +45456,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -44892,7 +45489,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -44903,13 +45500,13 @@ }, "trueType": { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -44929,7 +45526,7 @@ } }, { - "id": 17867, + "id": 1327, "name": "getName", "variant": "declaration", "kind": 1024, @@ -44952,7 +45549,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17868, + "id": 1328, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44966,7 +45563,7 @@ ], "signatures": [ { - "id": 17869, + "id": 1329, "name": "__type", "variant": "signature", "kind": 4096, @@ -44988,7 +45585,7 @@ } }, { - "id": 17870, + "id": 1330, "name": "config", "variant": "declaration", "kind": 1024, @@ -45011,7 +45608,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17871, + "id": 1331, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45025,7 +45622,7 @@ ], "signatures": [ { - "id": 17872, + "id": 1332, "name": "__type", "variant": "signature", "kind": 4096, @@ -45039,7 +45636,7 @@ ], "parameters": [ { - "id": 17873, + "id": 1333, "name": "config", "variant": "param", "kind": 32768, @@ -45065,7 +45662,7 @@ } }, { - "id": 17874, + "id": 1334, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -45093,7 +45690,7 @@ ], "documents": [ { - "id": 37211, + "id": 20698, "name": "confirmInventoryStep", "variant": "document", "kind": 8388608, @@ -45109,6 +45706,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "476" + } + ] } ], "modifierTags": [ @@ -45120,21 +45726,21 @@ } ], "childrenIncludingDocuments": [ - 17833, - 17861, - 17867, - 17870, - 17874 + 1293, + 1321, + 1327, + 1330, + 1334 ], "groups": [ { "title": "Properties", "children": [ - 17833, - 17861, - 17867, - 17870, - 17874 + 1293, + 1321, + 1327, + 1330, + 1334 ] } ], @@ -45143,12 +45749,12 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 143, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L143" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L143" } ], "signatures": [ { - "id": 17826, + "id": 1286, "name": "confirmVariantInventoryWorkflow", "variant": "signature", "kind": 4096, @@ -45224,12 +45830,12 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 143, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L143" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L143" } ], "typeParameters": [ { - "id": 17827, + "id": 1287, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -45240,7 +45846,7 @@ } }, { - "id": 17828, + "id": 1288, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -45253,7 +45859,7 @@ ], "parameters": [ { - "id": 17829, + "id": 1289, "name": "container", "variant": "param", "kind": 32768, @@ -45277,14 +45883,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17830, + "id": 1290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17831, + "id": 1291, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -45307,7 +45913,7 @@ } }, { - "id": 17832, + "id": 1292, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -45334,8 +45940,8 @@ { "title": "Properties", "children": [ - 17831, - 17832 + 1291, + 1292 ] } ], @@ -45415,20 +46021,20 @@ }, { "type": "reference", - "target": 17815, + "target": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -45443,7 +46049,7 @@ ] }, { - "id": 17842, + "id": 1302, "name": "id", "variant": "declaration", "kind": 1024, @@ -45463,7 +46069,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -45472,7 +46078,7 @@ } }, { - "id": 17843, + "id": 1303, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -45490,7 +46096,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -45499,7 +46105,7 @@ } }, { - "id": 17844, + "id": 1304, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -45533,7 +46139,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -45542,7 +46148,7 @@ } }, { - "id": 17845, + "id": 1305, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -45560,7 +46166,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -45569,7 +46175,7 @@ } }, { - "id": 17846, + "id": 1306, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -45595,7 +46201,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -45609,7 +46215,7 @@ } }, { - "id": 17847, + "id": 1307, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -45627,7 +46233,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -45639,7 +46245,7 @@ } }, { - "id": 17849, + "id": 1309, "name": "id", "variant": "declaration", "kind": 1024, @@ -45659,7 +46265,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -45668,7 +46274,7 @@ } }, { - "id": 17850, + "id": 1310, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -45686,7 +46292,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -45695,7 +46301,7 @@ } }, { - "id": 17851, + "id": 1311, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -45729,7 +46335,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -45738,7 +46344,7 @@ } }, { - "id": 17852, + "id": 1312, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -45756,7 +46362,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -45765,7 +46371,7 @@ } }, { - "id": 17853, + "id": 1313, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -45791,7 +46397,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -45805,7 +46411,7 @@ } }, { - "id": 17854, + "id": 1314, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -45823,7 +46429,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -45835,7 +46441,7 @@ } }, { - "id": 17876, + "id": 1336, "name": "createCartWorkflowId", "variant": "declaration", "kind": 32, @@ -45847,7 +46453,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L46" } ], "type": { @@ -45857,7 +46463,7 @@ "defaultValue": "\"create-cart\"" }, { - "id": 17877, + "id": 1337, "name": "createCartWorkflow", "variant": "declaration", "kind": 64, @@ -45910,7 +46516,7 @@ }, "children": [ { - "id": 17885, + "id": 1345, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -45933,7 +46539,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17886, + "id": 1346, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45947,7 +46553,7 @@ ], "signatures": [ { - "id": 17887, + "id": 1347, "name": "__type", "variant": "signature", "kind": 4096, @@ -45975,7 +46581,7 @@ ], "parameters": [ { - "id": 17888, + "id": 1348, "name": "param0", "variant": "param", "kind": 32768, @@ -45991,14 +46597,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17889, + "id": 1349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17890, + "id": 1350, "name": "input", "variant": "declaration", "kind": 1024, @@ -46023,7 +46629,7 @@ "types": [ { "type": "reference", - "target": 17875, + "target": 1335, "name": "CreateCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -46036,7 +46642,7 @@ "typeArguments": [ { "type": "reference", - "target": 17875, + "target": 1335, "name": "CreateCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -46052,7 +46658,7 @@ { "title": "Properties", "children": [ - 17890 + 1350 ] } ], @@ -46073,14 +46679,14 @@ { "type": "reflection", "declaration": { - "id": 17891, + "id": 1351, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17892, + "id": 1352, "name": "id", "variant": "declaration", "kind": 1024, @@ -46126,7 +46732,7 @@ } }, { - "id": 17893, + "id": 1353, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -46183,7 +46789,7 @@ } }, { - "id": 17894, + "id": 1354, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -46240,7 +46846,7 @@ } }, { - "id": 17895, + "id": 1355, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -46297,7 +46903,7 @@ } }, { - "id": 17896, + "id": 1356, "name": "email", "variant": "declaration", "kind": 1024, @@ -46354,7 +46960,7 @@ } }, { - "id": 17897, + "id": 1357, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -46400,7 +47006,7 @@ } }, { - "id": 17898, + "id": 1358, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -46470,7 +47076,7 @@ } }, { - "id": 17899, + "id": 1359, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -46540,7 +47146,7 @@ } }, { - "id": 17900, + "id": 1360, "name": "items", "variant": "declaration", "kind": 1024, @@ -46616,7 +47222,7 @@ } }, { - "id": 17901, + "id": 1361, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -46692,7 +47298,7 @@ } }, { - "id": 17902, + "id": 1362, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -46787,7 +47393,7 @@ } }, { - "id": 17903, + "id": 1363, "name": "completed_at", "variant": "declaration", "kind": 1024, @@ -46862,7 +47468,7 @@ } }, { - "id": 17904, + "id": 1364, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46937,7 +47543,7 @@ } }, { - "id": 17905, + "id": 1365, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -47012,7 +47618,7 @@ } }, { - "id": 17906, + "id": 1366, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -47068,7 +47674,7 @@ } }, { - "id": 17907, + "id": 1367, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -47124,7 +47730,7 @@ } }, { - "id": 17908, + "id": 1368, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -47180,7 +47786,7 @@ } }, { - "id": 17909, + "id": 1369, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -47236,7 +47842,7 @@ } }, { - "id": 17910, + "id": 1370, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -47292,7 +47898,7 @@ } }, { - "id": 17911, + "id": 1371, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -47348,7 +47954,7 @@ } }, { - "id": 17912, + "id": 1372, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -47404,7 +48010,7 @@ } }, { - "id": 17913, + "id": 1373, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -47460,7 +48066,7 @@ } }, { - "id": 17914, + "id": 1374, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -47516,7 +48122,7 @@ } }, { - "id": 17915, + "id": 1375, "name": "total", "variant": "declaration", "kind": 1024, @@ -47572,7 +48178,7 @@ } }, { - "id": 17916, + "id": 1376, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -47628,7 +48234,7 @@ } }, { - "id": 17917, + "id": 1377, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -47684,7 +48290,7 @@ } }, { - "id": 17918, + "id": 1378, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -47740,7 +48346,7 @@ } }, { - "id": 17919, + "id": 1379, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -47796,7 +48402,7 @@ } }, { - "id": 17920, + "id": 1380, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -47852,7 +48458,7 @@ } }, { - "id": 17921, + "id": 1381, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -47908,7 +48514,7 @@ } }, { - "id": 17922, + "id": 1382, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -47964,7 +48570,7 @@ } }, { - "id": 17923, + "id": 1383, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -48020,7 +48626,7 @@ } }, { - "id": 17924, + "id": 1384, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -48076,7 +48682,7 @@ } }, { - "id": 17925, + "id": 1385, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -48132,7 +48738,7 @@ } }, { - "id": 17926, + "id": 1386, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -48188,7 +48794,7 @@ } }, { - "id": 17927, + "id": 1387, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -48244,7 +48850,7 @@ } }, { - "id": 17928, + "id": 1388, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -48300,7 +48906,7 @@ } }, { - "id": 17929, + "id": 1389, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -48356,7 +48962,7 @@ } }, { - "id": 17930, + "id": 1390, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -48412,7 +49018,7 @@ } }, { - "id": 17931, + "id": 1391, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -48468,7 +49074,7 @@ } }, { - "id": 17932, + "id": 1392, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -48524,7 +49130,7 @@ } }, { - "id": 17933, + "id": 1393, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -48580,7 +49186,7 @@ } }, { - "id": 17934, + "id": 1394, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -48636,7 +49242,7 @@ } }, { - "id": 17935, + "id": 1395, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -48692,7 +49298,7 @@ } }, { - "id": 17936, + "id": 1396, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -48748,7 +49354,7 @@ } }, { - "id": 17937, + "id": 1397, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -48804,7 +49410,7 @@ } }, { - "id": 17938, + "id": 1398, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -48860,7 +49466,7 @@ } }, { - "id": 17939, + "id": 1399, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -48916,7 +49522,7 @@ } }, { - "id": 17940, + "id": 1400, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -48972,7 +49578,7 @@ } }, { - "id": 17941, + "id": 1401, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -49028,7 +49634,7 @@ } }, { - "id": 17942, + "id": 1402, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -49084,7 +49690,7 @@ } }, { - "id": 17943, + "id": 1403, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -49140,7 +49746,7 @@ } }, { - "id": 17944, + "id": 1404, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -49196,7 +49802,7 @@ } }, { - "id": 17945, + "id": 1405, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -49252,7 +49858,7 @@ } }, { - "id": 17946, + "id": 1406, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -49308,7 +49914,7 @@ } }, { - "id": 17947, + "id": 1407, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -49364,7 +49970,7 @@ } }, { - "id": 17948, + "id": 1408, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -49420,7 +50026,7 @@ } }, { - "id": 17949, + "id": 1409, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -49480,64 +50086,64 @@ { "title": "Properties", "children": [ - 17892, - 17893, - 17894, - 17895, - 17896, - 17897, - 17898, - 17899, - 17900, - 17901, - 17902, - 17903, - 17904, - 17905, - 17906, - 17907, - 17908, - 17909, - 17910, - 17911, - 17912, - 17913, - 17914, - 17915, - 17916, - 17917, - 17918, - 17919, - 17920, - 17921, - 17922, - 17923, - 17924, - 17925, - 17926, - 17927, - 17928, - 17929, - 17930, - 17931, - 17932, - 17933, - 17934, - 17935, - 17936, - 17937, - 17938, - 17939, - 17940, - 17941, - 17942, - 17943, - 17944, - 17945, - 17946, - 17947, - 17948, - 17949 + 1352, + 1353, + 1354, + 1355, + 1356, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1364, + 1365, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1372, + 1373, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380, + 1381, + 1382, + 1383, + 1384, + 1385, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1392, + 1393, + 1394, + 1395, + 1396, + 1397, + 1398, + 1399, + 1400, + 1401, + 1402, + 1403, + 1404, + 1405, + 1406, + 1407, + 1408, + 1409 ] } ], @@ -49582,14 +50188,14 @@ { "type": "reflection", "declaration": { - "id": 17950, + "id": 1410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17951, + "id": 1411, "name": "config", "variant": "declaration", "kind": 2048, @@ -49603,7 +50209,7 @@ ], "signatures": [ { - "id": 17952, + "id": 1412, "name": "config", "variant": "signature", "kind": 4096, @@ -49617,7 +50223,7 @@ ], "parameters": [ { - "id": 17953, + "id": 1413, "name": "config", "variant": "param", "kind": 32768, @@ -49628,14 +50234,14 @@ { "type": "reflection", "declaration": { - "id": 17954, + "id": 1414, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17955, + "id": 1415, "name": "name", "variant": "declaration", "kind": 1024, @@ -49659,7 +50265,7 @@ { "title": "Properties", "children": [ - 17955 + 1415 ] } ], @@ -49741,7 +50347,7 @@ { "title": "Methods", "children": [ - 17951 + 1411 ] } ], @@ -49782,7 +50388,7 @@ } }, { - "id": 17956, + "id": 1416, "name": "run", "variant": "declaration", "kind": 1024, @@ -49805,7 +50411,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17957, + "id": 1417, "name": "__type", "variant": "declaration", "kind": 65536, @@ -49819,7 +50425,7 @@ ], "signatures": [ { - "id": 17958, + "id": 1418, "name": "__type", "variant": "signature", "kind": 4096, @@ -49847,7 +50453,7 @@ ], "typeParameters": [ { - "id": 17959, + "id": 1419, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -49858,7 +50464,7 @@ } }, { - "id": 17960, + "id": 1420, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -49871,7 +50477,7 @@ ], "parameters": [ { - "id": 17961, + "id": 1421, "name": "args", "variant": "param", "kind": 32768, @@ -49904,7 +50510,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -49915,13 +50521,13 @@ }, "trueType": { "type": "reference", - "target": 17875, + "target": 1335, "name": "CreateCartWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -49954,7 +50560,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -49974,7 +50580,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -49994,7 +50600,7 @@ } }, { - "id": 17962, + "id": 1422, "name": "getName", "variant": "declaration", "kind": 1024, @@ -50017,7 +50623,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17963, + "id": 1423, "name": "__type", "variant": "declaration", "kind": 65536, @@ -50031,7 +50637,7 @@ ], "signatures": [ { - "id": 17964, + "id": 1424, "name": "__type", "variant": "signature", "kind": 4096, @@ -50053,7 +50659,7 @@ } }, { - "id": 17965, + "id": 1425, "name": "config", "variant": "declaration", "kind": 1024, @@ -50076,7 +50682,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17966, + "id": 1426, "name": "__type", "variant": "declaration", "kind": 65536, @@ -50090,7 +50696,7 @@ ], "signatures": [ { - "id": 17967, + "id": 1427, "name": "__type", "variant": "signature", "kind": 4096, @@ -50104,7 +50710,7 @@ ], "parameters": [ { - "id": 17968, + "id": 1428, "name": "config", "variant": "param", "kind": 32768, @@ -50130,7 +50736,7 @@ } }, { - "id": 17969, + "id": 1429, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -50153,14 +50759,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17970, + "id": 1430, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17971, + "id": 1431, "name": "validate", "variant": "declaration", "kind": 1024, @@ -50168,7 +50774,7 @@ "type": { "type": "reflection", "declaration": { - "id": 17972, + "id": 1432, "name": "__type", "variant": "declaration", "kind": 65536, @@ -50182,7 +50788,7 @@ ], "signatures": [ { - "id": 17973, + "id": 1433, "name": "__type", "variant": "signature", "kind": 4096, @@ -50196,14 +50802,14 @@ ], "typeParameters": [ { - "id": 17974, + "id": 1434, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17975, + "id": 1435, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -50212,7 +50818,7 @@ ], "parameters": [ { - "id": 17976, + "id": 1436, "name": "invoke", "variant": "param", "kind": 32768, @@ -50230,14 +50836,14 @@ { "type": "reflection", "declaration": { - "id": 17977, + "id": 1437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17978, + "id": 1438, "name": "input", "variant": "declaration", "kind": 1024, @@ -50247,7 +50853,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -50260,14 +50866,14 @@ { "type": "reflection", "declaration": { - "id": 17979, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17980, + "id": 1440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -50277,7 +50883,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -50287,7 +50893,7 @@ "defaultValue": "..." }, { - "id": 17981, + "id": 1441, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -50297,7 +50903,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -50307,7 +50913,7 @@ "defaultValue": "data.region.id" }, { - "id": 17982, + "id": 1442, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -50335,7 +50941,7 @@ } }, { - "id": 17983, + "id": 1443, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -50363,7 +50969,7 @@ } }, { - "id": 17984, + "id": 1444, "name": "email", "variant": "declaration", "kind": 1024, @@ -50391,7 +50997,7 @@ } }, { - "id": 17985, + "id": 1445, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -50419,7 +51025,7 @@ } }, { - "id": 17986, + "id": 1446, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -50447,7 +51053,7 @@ } }, { - "id": 17987, + "id": 1447, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -50489,7 +51095,7 @@ } }, { - "id": 17988, + "id": 1448, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -50531,7 +51137,7 @@ } }, { - "id": 17989, + "id": 1449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -50574,7 +51180,7 @@ } }, { - "id": 17990, + "id": 1450, "name": "items", "variant": "declaration", "kind": 1024, @@ -50610,7 +51216,7 @@ } }, { - "id": 17991, + "id": 1451, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -50641,7 +51247,7 @@ } }, { - "id": 17992, + "id": 1452, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -50696,19 +51302,19 @@ { "title": "Properties", "children": [ - 17980, - 17981, - 17982, - 17983, - 17984, - 17985, - 17986, - 17987, - 17988, - 17989, - 17990, - 17991, - 17992 + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452 ] } ], @@ -50717,7 +51323,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -50729,7 +51335,7 @@ "defaultValue": "cartInput" }, { - "id": 17993, + "id": 1453, "name": "cart", "variant": "declaration", "kind": 1024, @@ -50739,7 +51345,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -50752,14 +51358,14 @@ { "type": "reflection", "declaration": { - "id": 17994, + "id": 1454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17996, + "id": 1456, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -50769,7 +51375,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -50779,7 +51385,7 @@ "defaultValue": "..." }, { - "id": 17997, + "id": 1457, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -50789,7 +51395,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -50799,7 +51405,7 @@ "defaultValue": "data.region.id" }, { - "id": 17995, + "id": 1455, "name": "items", "variant": "declaration", "kind": 1024, @@ -50809,7 +51415,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -50822,7 +51428,7 @@ "defaultValue": "data.lineItems" }, { - "id": 17998, + "id": 1458, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -50850,7 +51456,7 @@ } }, { - "id": 17999, + "id": 1459, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -50878,7 +51484,7 @@ } }, { - "id": 18000, + "id": 1460, "name": "email", "variant": "declaration", "kind": 1024, @@ -50906,7 +51512,7 @@ } }, { - "id": 18001, + "id": 1461, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -50934,7 +51540,7 @@ } }, { - "id": 18002, + "id": 1462, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -50962,7 +51568,7 @@ } }, { - "id": 18003, + "id": 1463, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -51004,7 +51610,7 @@ } }, { - "id": 18004, + "id": 1464, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -51046,7 +51652,7 @@ } }, { - "id": 18005, + "id": 1465, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -51089,7 +51695,7 @@ } }, { - "id": 18006, + "id": 1466, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -51120,7 +51726,7 @@ } }, { - "id": 18007, + "id": 1467, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -51175,19 +51781,19 @@ { "title": "Properties", "children": [ - 17996, - 17997, - 17995, - 17998, - 17999, - 18000, - 18001, - 18002, - 18003, - 18004, - 18005, - 18006, - 18007 + 1456, + 1457, + 1455, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467 ] } ], @@ -51196,7 +51802,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -51212,8 +51818,8 @@ { "title": "Properties", "children": [ - 17978, - 17993 + 1438, + 1453 ] } ], @@ -51222,7 +51828,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 212, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" } ] } @@ -51230,14 +51836,14 @@ { "type": "reflection", "declaration": { - "id": 18008, + "id": 1468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18009, + "id": 1469, "name": "cart", "variant": "declaration", "kind": 1024, @@ -51247,7 +51853,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -51272,7 +51878,7 @@ } }, { - "id": 18010, + "id": 1470, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -51290,7 +51896,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -51313,8 +51919,8 @@ { "title": "Properties", "children": [ - 18009, - 18010 + 1469, + 1470 ] } ], @@ -51323,7 +51929,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 245, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" } ] } @@ -51332,14 +51938,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -51350,7 +51956,7 @@ } }, { - "id": 18011, + "id": 1471, "name": "compensate", "variant": "param", "kind": 32768, @@ -51366,7 +51972,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -51387,7 +51993,7 @@ } }, { - "id": 18012, + "id": 1472, "name": "cartCreated", "variant": "declaration", "kind": 1024, @@ -51395,7 +52001,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18013, + "id": 1473, "name": "__type", "variant": "declaration", "kind": 65536, @@ -51409,7 +52015,7 @@ ], "signatures": [ { - "id": 18014, + "id": 1474, "name": "__type", "variant": "signature", "kind": 4096, @@ -51423,14 +52029,14 @@ ], "typeParameters": [ { - "id": 18015, + "id": 1475, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18016, + "id": 1476, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -51439,7 +52045,7 @@ ], "parameters": [ { - "id": 18017, + "id": 1477, "name": "invoke", "variant": "param", "kind": 32768, @@ -51457,14 +52063,14 @@ { "type": "reflection", "declaration": { - "id": 18018, + "id": 1478, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18019, + "id": 1479, "name": "input", "variant": "declaration", "kind": 1024, @@ -51474,7 +52080,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -51487,14 +52093,14 @@ { "type": "reflection", "declaration": { - "id": 18020, + "id": 1480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18021, + "id": 1481, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -51504,7 +52110,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -51514,7 +52120,7 @@ "defaultValue": "..." }, { - "id": 18022, + "id": 1482, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -51524,7 +52130,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -51534,7 +52140,7 @@ "defaultValue": "data.region.id" }, { - "id": 18023, + "id": 1483, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -51562,7 +52168,7 @@ } }, { - "id": 18024, + "id": 1484, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -51590,7 +52196,7 @@ } }, { - "id": 18025, + "id": 1485, "name": "email", "variant": "declaration", "kind": 1024, @@ -51618,7 +52224,7 @@ } }, { - "id": 18026, + "id": 1486, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -51646,7 +52252,7 @@ } }, { - "id": 18027, + "id": 1487, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -51674,7 +52280,7 @@ } }, { - "id": 18028, + "id": 1488, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -51716,7 +52322,7 @@ } }, { - "id": 18029, + "id": 1489, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -51758,7 +52364,7 @@ } }, { - "id": 18030, + "id": 1490, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -51801,7 +52407,7 @@ } }, { - "id": 18031, + "id": 1491, "name": "items", "variant": "declaration", "kind": 1024, @@ -51837,7 +52443,7 @@ } }, { - "id": 18032, + "id": 1492, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -51868,7 +52474,7 @@ } }, { - "id": 18033, + "id": 1493, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -51923,19 +52529,19 @@ { "title": "Properties", "children": [ - 18021, - 18022, - 18023, - 18024, - 18025, - 18026, - 18027, - 18028, - 18029, - 18030, - 18031, - 18032, - 18033 + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493 ] } ], @@ -51944,7 +52550,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -51956,7 +52562,7 @@ "defaultValue": "cartInput" }, { - "id": 18034, + "id": 1494, "name": "cart", "variant": "declaration", "kind": 1024, @@ -51966,7 +52572,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -51979,14 +52585,14 @@ { "type": "reflection", "declaration": { - "id": 18035, + "id": 1495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18037, + "id": 1497, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -51996,7 +52602,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -52006,7 +52612,7 @@ "defaultValue": "..." }, { - "id": 18038, + "id": 1498, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -52016,7 +52622,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -52026,7 +52632,7 @@ "defaultValue": "data.region.id" }, { - "id": 18036, + "id": 1496, "name": "items", "variant": "declaration", "kind": 1024, @@ -52036,7 +52642,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -52049,7 +52655,7 @@ "defaultValue": "data.lineItems" }, { - "id": 18039, + "id": 1499, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -52077,7 +52683,7 @@ } }, { - "id": 18040, + "id": 1500, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -52105,7 +52711,7 @@ } }, { - "id": 18041, + "id": 1501, "name": "email", "variant": "declaration", "kind": 1024, @@ -52133,7 +52739,7 @@ } }, { - "id": 18042, + "id": 1502, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -52161,7 +52767,7 @@ } }, { - "id": 18043, + "id": 1503, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -52189,7 +52795,7 @@ } }, { - "id": 18044, + "id": 1504, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -52231,7 +52837,7 @@ } }, { - "id": 18045, + "id": 1505, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -52273,7 +52879,7 @@ } }, { - "id": 18046, + "id": 1506, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -52316,7 +52922,7 @@ } }, { - "id": 18047, + "id": 1507, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -52347,7 +52953,7 @@ } }, { - "id": 18048, + "id": 1508, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -52402,19 +53008,19 @@ { "title": "Properties", "children": [ - 18037, - 18038, - 18036, - 18039, - 18040, - 18041, - 18042, - 18043, - 18044, - 18045, - 18046, - 18047, - 18048 + 1497, + 1498, + 1496, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508 ] } ], @@ -52423,7 +53029,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -52439,8 +53045,8 @@ { "title": "Properties", "children": [ - 18019, - 18034 + 1479, + 1494 ] } ], @@ -52449,7 +53055,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 212, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" } ] } @@ -52457,14 +53063,14 @@ { "type": "reflection", "declaration": { - "id": 18049, + "id": 1509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18050, + "id": 1510, "name": "cart", "variant": "declaration", "kind": 1024, @@ -52474,7 +53080,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -52499,7 +53105,7 @@ } }, { - "id": 18051, + "id": 1511, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -52509,7 +53115,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -52532,8 +53138,8 @@ { "title": "Properties", "children": [ - 18050, - 18051 + 1510, + 1511 ] } ], @@ -52542,7 +53148,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 245, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" } ] } @@ -52551,14 +53157,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -52569,7 +53175,7 @@ } }, { - "id": 18052, + "id": 1512, "name": "compensate", "variant": "param", "kind": 32768, @@ -52585,7 +53191,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -52604,14 +53210,155 @@ ] } } + }, + { + "id": 20707, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20708, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20709, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1437, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] + }, + { + "id": 20716, + "name": "cartCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after a cart is created. You can consume this hook to perform custom actions on the created cart." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCartWorkflow.hooks.cartCreated(\n\t(async ({ cart, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20717, + "name": "cartCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20718, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1468, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 17971, - 18012 + 1431, + 1472 + ] + }, + { + "title": "Functions", + "children": [ + 20707, + 20716 ] } ], @@ -52628,7 +53375,7 @@ ], "documents": [ { - "id": 37212, + "id": 20699, "name": "findSalesChannelStep", "variant": "document", "kind": 8388608, @@ -52644,6 +53391,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "591" + } + ] } ], "modifierTags": [ @@ -52654,7 +53410,7 @@ "frontmatter": {} }, { - "id": 37213, + "id": 20700, "name": "findOneOrAnyRegionStep", "variant": "document", "kind": 8388608, @@ -52670,6 +53426,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "546" + } + ] } ], "modifierTags": [ @@ -52680,7 +53445,7 @@ "frontmatter": {} }, { - "id": 37214, + "id": 20701, "name": "findOrCreateCustomerStep", "variant": "document", "kind": 8388608, @@ -52696,6 +53461,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "574" + } + ] } ], "modifierTags": [ @@ -52706,7 +53480,7 @@ "frontmatter": {} }, { - "id": 37215, + "id": 20702, "name": "when", "variant": "document", "kind": 8388608, @@ -52741,7 +53515,7 @@ "frontmatter": {}, "children": [ { - "id": 37216, + "id": 20703, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -52757,6 +53531,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -52769,7 +53552,7 @@ ] }, { - "id": 37217, + "id": 20704, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -52785,6 +53568,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -52795,7 +53587,7 @@ "frontmatter": {} }, { - "id": 37218, + "id": 20705, "name": "confirmVariantInventoryWorkflow", "variant": "document", "kind": 8388608, @@ -52811,6 +53603,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1285" + } + ] } ], "modifierTags": [ @@ -52821,7 +53622,7 @@ "frontmatter": {} }, { - "id": 37219, + "id": 20706, "name": "validateLineItemPricesStep", "variant": "document", "kind": 8388608, @@ -52837,6 +53638,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1073" + } + ] } ], "modifierTags": [ @@ -52847,7 +53657,7 @@ "frontmatter": {} }, { - "id": 37223, + "id": 20710, "name": "validate", "variant": "document", "kind": 8388608, @@ -52863,6 +53673,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20707" + } + ] } ], "modifierTags": [ @@ -52873,7 +53692,7 @@ "frontmatter": {} }, { - "id": 37224, + "id": 20711, "name": "createCartsStep", "variant": "document", "kind": 8388608, @@ -52889,6 +53708,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "483" + } + ] } ], "modifierTags": [ @@ -52899,7 +53727,7 @@ "frontmatter": {} }, { - "id": 37225, + "id": 20712, "name": "updateTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -52915,6 +53743,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1980" + } + ] } ], "modifierTags": [ @@ -52925,7 +53762,7 @@ "frontmatter": {} }, { - "id": 37226, + "id": 20713, "name": "updateCartPromotionsWorkflow", "variant": "document", "kind": 8388608, @@ -52941,6 +53778,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1894" + } + ] } ], "modifierTags": [ @@ -52951,7 +53797,7 @@ "frontmatter": {} }, { - "id": 37227, + "id": 20714, "name": "refreshPaymentCollectionForCartWorkflow", "variant": "document", "kind": 8388608, @@ -52967,6 +53813,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1641" + } + ] } ], "modifierTags": [ @@ -52977,7 +53832,7 @@ "frontmatter": {} }, { - "id": 37228, + "id": 20715, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -52993,6 +53848,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -53003,7 +53867,7 @@ "frontmatter": {} }, { - "id": 37232, + "id": 20719, "name": "cartCreated", "variant": "document", "kind": 8388608, @@ -53019,6 +53883,15 @@ "text": "11" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20716" + } + ] } ], "modifierTags": [ @@ -53030,21 +53903,21 @@ } ], "childrenIncludingDocuments": [ - 17885, - 17956, - 17962, - 17965, - 17969 + 1345, + 1416, + 1422, + 1425, + 1429 ], "groups": [ { "title": "Properties", "children": [ - 17885, - 17956, - 17962, - 17965, - 17969 + 1345, + 1416, + 1422, + 1425, + 1429 ] } ], @@ -53053,12 +53926,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L80" } ], "signatures": [ { - "id": 17878, + "id": 1338, "name": "createCartWorkflow", "variant": "signature", "kind": 4096, @@ -53114,12 +53987,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L80" } ], "typeParameters": [ { - "id": 17879, + "id": 1339, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -53130,7 +54003,7 @@ } }, { - "id": 17880, + "id": 1340, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -53143,7 +54016,7 @@ ], "parameters": [ { - "id": 17881, + "id": 1341, "name": "container", "variant": "param", "kind": 32768, @@ -53167,14 +54040,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17882, + "id": 1342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17883, + "id": 1343, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -53197,7 +54070,7 @@ } }, { - "id": 17884, + "id": 1344, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -53224,8 +54097,8 @@ { "title": "Properties", "children": [ - 17883, - 17884 + 1343, + 1344 ] } ], @@ -53296,7 +54169,7 @@ "typeArguments": [ { "type": "reference", - "target": 17875, + "target": 1335, "name": "CreateCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -53311,14 +54184,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -53333,14 +54206,14 @@ ] }, { - "id": 17977, + "id": 1437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17978, + "id": 1438, "name": "input", "variant": "declaration", "kind": 1024, @@ -53350,7 +54223,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -53363,14 +54236,14 @@ { "type": "reflection", "declaration": { - "id": 17979, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17980, + "id": 1440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -53380,7 +54253,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -53390,7 +54263,7 @@ "defaultValue": "..." }, { - "id": 17981, + "id": 1441, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -53400,7 +54273,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -53410,7 +54283,7 @@ "defaultValue": "data.region.id" }, { - "id": 17982, + "id": 1442, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -53438,7 +54311,7 @@ } }, { - "id": 17983, + "id": 1443, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -53466,7 +54339,7 @@ } }, { - "id": 17984, + "id": 1444, "name": "email", "variant": "declaration", "kind": 1024, @@ -53494,7 +54367,7 @@ } }, { - "id": 17985, + "id": 1445, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -53522,7 +54395,7 @@ } }, { - "id": 17986, + "id": 1446, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -53550,7 +54423,7 @@ } }, { - "id": 17987, + "id": 1447, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -53592,7 +54465,7 @@ } }, { - "id": 17988, + "id": 1448, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -53634,7 +54507,7 @@ } }, { - "id": 17989, + "id": 1449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -53677,7 +54550,7 @@ } }, { - "id": 17990, + "id": 1450, "name": "items", "variant": "declaration", "kind": 1024, @@ -53713,7 +54586,7 @@ } }, { - "id": 17991, + "id": 1451, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -53744,7 +54617,7 @@ } }, { - "id": 17992, + "id": 1452, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -53799,19 +54672,19 @@ { "title": "Properties", "children": [ - 17980, - 17981, - 17982, - 17983, - 17984, - 17985, - 17986, - 17987, - 17988, - 17989, - 17990, - 17991, - 17992 + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452 ] } ], @@ -53820,7 +54693,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -53832,7 +54705,7 @@ "defaultValue": "cartInput" }, { - "id": 17993, + "id": 1453, "name": "cart", "variant": "declaration", "kind": 1024, @@ -53842,7 +54715,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -53855,14 +54728,14 @@ { "type": "reflection", "declaration": { - "id": 17994, + "id": 1454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17996, + "id": 1456, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -53872,7 +54745,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -53882,7 +54755,7 @@ "defaultValue": "..." }, { - "id": 17997, + "id": 1457, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -53892,7 +54765,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -53902,7 +54775,7 @@ "defaultValue": "data.region.id" }, { - "id": 17995, + "id": 1455, "name": "items", "variant": "declaration", "kind": 1024, @@ -53912,7 +54785,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -53925,7 +54798,7 @@ "defaultValue": "data.lineItems" }, { - "id": 17998, + "id": 1458, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -53953,7 +54826,7 @@ } }, { - "id": 17999, + "id": 1459, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -53981,7 +54854,7 @@ } }, { - "id": 18000, + "id": 1460, "name": "email", "variant": "declaration", "kind": 1024, @@ -54009,7 +54882,7 @@ } }, { - "id": 18001, + "id": 1461, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -54037,7 +54910,7 @@ } }, { - "id": 18002, + "id": 1462, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -54065,7 +54938,7 @@ } }, { - "id": 18003, + "id": 1463, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -54107,7 +54980,7 @@ } }, { - "id": 18004, + "id": 1464, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -54149,7 +55022,7 @@ } }, { - "id": 18005, + "id": 1465, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -54192,7 +55065,7 @@ } }, { - "id": 18006, + "id": 1466, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -54223,7 +55096,7 @@ } }, { - "id": 18007, + "id": 1467, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -54278,19 +55151,19 @@ { "title": "Properties", "children": [ - 17996, - 17997, - 17995, - 17998, - 17999, - 18000, - 18001, - 18002, - 18003, - 18004, - 18005, - 18006, - 18007 + 1456, + 1457, + 1455, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467 ] } ], @@ -54299,7 +55172,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -54315,8 +55188,8 @@ { "title": "Properties", "children": [ - 17978, - 17993 + 1438, + 1453 ] } ], @@ -54325,19 +55198,19 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 212, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" } ] }, { - "id": 17979, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17980, + "id": 1440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -54347,7 +55220,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -54357,7 +55230,7 @@ "defaultValue": "..." }, { - "id": 17981, + "id": 1441, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -54367,7 +55240,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -54377,7 +55250,7 @@ "defaultValue": "data.region.id" }, { - "id": 17982, + "id": 1442, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -54405,7 +55278,7 @@ } }, { - "id": 17983, + "id": 1443, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -54433,7 +55306,7 @@ } }, { - "id": 17984, + "id": 1444, "name": "email", "variant": "declaration", "kind": 1024, @@ -54461,7 +55334,7 @@ } }, { - "id": 17985, + "id": 1445, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -54489,7 +55362,7 @@ } }, { - "id": 17986, + "id": 1446, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -54517,7 +55390,7 @@ } }, { - "id": 17987, + "id": 1447, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -54559,7 +55432,7 @@ } }, { - "id": 17988, + "id": 1448, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -54601,7 +55474,7 @@ } }, { - "id": 17989, + "id": 1449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -54644,7 +55517,7 @@ } }, { - "id": 17990, + "id": 1450, "name": "items", "variant": "declaration", "kind": 1024, @@ -54680,7 +55553,7 @@ } }, { - "id": 17991, + "id": 1451, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -54711,7 +55584,7 @@ } }, { - "id": 17992, + "id": 1452, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -54766,19 +55639,19 @@ { "title": "Properties", "children": [ - 17980, - 17981, - 17982, - 17983, - 17984, - 17985, - 17986, - 17987, - 17988, - 17989, - 17990, - 17991, - 17992 + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452 ] } ], @@ -54787,12 +55660,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] }, { - "id": 17980, + "id": 1440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -54802,7 +55675,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -54812,7 +55685,7 @@ "defaultValue": "..." }, { - "id": 17981, + "id": 1441, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -54822,7 +55695,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -54832,7 +55705,7 @@ "defaultValue": "data.region.id" }, { - "id": 17978, + "id": 1438, "name": "input", "variant": "declaration", "kind": 1024, @@ -54842,7 +55715,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -54855,14 +55728,14 @@ { "type": "reflection", "declaration": { - "id": 17979, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17980, + "id": 1440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -54872,7 +55745,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -54882,7 +55755,7 @@ "defaultValue": "..." }, { - "id": 17981, + "id": 1441, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -54892,7 +55765,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -54902,7 +55775,7 @@ "defaultValue": "data.region.id" }, { - "id": 17982, + "id": 1442, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -54930,7 +55803,7 @@ } }, { - "id": 17983, + "id": 1443, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -54958,7 +55831,7 @@ } }, { - "id": 17984, + "id": 1444, "name": "email", "variant": "declaration", "kind": 1024, @@ -54986,7 +55859,7 @@ } }, { - "id": 17985, + "id": 1445, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -55014,7 +55887,7 @@ } }, { - "id": 17986, + "id": 1446, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -55042,7 +55915,7 @@ } }, { - "id": 17987, + "id": 1447, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -55084,7 +55957,7 @@ } }, { - "id": 17988, + "id": 1448, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -55126,7 +55999,7 @@ } }, { - "id": 17989, + "id": 1449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -55169,7 +56042,7 @@ } }, { - "id": 17990, + "id": 1450, "name": "items", "variant": "declaration", "kind": 1024, @@ -55205,7 +56078,7 @@ } }, { - "id": 17991, + "id": 1451, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -55236,7 +56109,7 @@ } }, { - "id": 17992, + "id": 1452, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -55291,19 +56164,19 @@ { "title": "Properties", "children": [ - 17980, - 17981, - 17982, - 17983, - 17984, - 17985, - 17986, - 17987, - 17988, - 17989, - 17990, - 17991, - 17992 + 1440, + 1441, + 1442, + 1443, + 1444, + 1445, + 1446, + 1447, + 1448, + 1449, + 1450, + 1451, + 1452 ] } ], @@ -55312,7 +56185,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -55324,14 +56197,14 @@ "defaultValue": "cartInput" }, { - "id": 17994, + "id": 1454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17996, + "id": 1456, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -55341,7 +56214,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -55351,7 +56224,7 @@ "defaultValue": "..." }, { - "id": 17997, + "id": 1457, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -55361,7 +56234,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -55371,7 +56244,7 @@ "defaultValue": "data.region.id" }, { - "id": 17995, + "id": 1455, "name": "items", "variant": "declaration", "kind": 1024, @@ -55381,7 +56254,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -55394,7 +56267,7 @@ "defaultValue": "data.lineItems" }, { - "id": 17998, + "id": 1458, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -55422,7 +56295,7 @@ } }, { - "id": 17999, + "id": 1459, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -55450,7 +56323,7 @@ } }, { - "id": 18000, + "id": 1460, "name": "email", "variant": "declaration", "kind": 1024, @@ -55478,7 +56351,7 @@ } }, { - "id": 18001, + "id": 1461, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -55506,7 +56379,7 @@ } }, { - "id": 18002, + "id": 1462, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -55534,7 +56407,7 @@ } }, { - "id": 18003, + "id": 1463, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -55576,7 +56449,7 @@ } }, { - "id": 18004, + "id": 1464, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -55618,7 +56491,7 @@ } }, { - "id": 18005, + "id": 1465, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -55661,7 +56534,7 @@ } }, { - "id": 18006, + "id": 1466, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -55692,7 +56565,7 @@ } }, { - "id": 18007, + "id": 1467, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -55747,19 +56620,19 @@ { "title": "Properties", "children": [ - 17996, - 17997, - 17995, - 17998, - 17999, - 18000, - 18001, - 18002, - 18003, - 18004, - 18005, - 18006, - 18007 + 1456, + 1457, + 1455, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467 ] } ], @@ -55768,12 +56641,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] }, { - "id": 17995, + "id": 1455, "name": "items", "variant": "declaration", "kind": 1024, @@ -55783,7 +56656,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -55796,7 +56669,7 @@ "defaultValue": "data.lineItems" }, { - "id": 17996, + "id": 1456, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -55806,7 +56679,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -55816,7 +56689,7 @@ "defaultValue": "..." }, { - "id": 17997, + "id": 1457, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -55826,7 +56699,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -55836,7 +56709,7 @@ "defaultValue": "data.region.id" }, { - "id": 17993, + "id": 1453, "name": "cart", "variant": "declaration", "kind": 1024, @@ -55846,7 +56719,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -55859,14 +56732,14 @@ { "type": "reflection", "declaration": { - "id": 17994, + "id": 1454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17996, + "id": 1456, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -55876,7 +56749,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -55886,7 +56759,7 @@ "defaultValue": "..." }, { - "id": 17997, + "id": 1457, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -55896,7 +56769,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -55906,7 +56779,7 @@ "defaultValue": "data.region.id" }, { - "id": 17995, + "id": 1455, "name": "items", "variant": "declaration", "kind": 1024, @@ -55916,7 +56789,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -55929,7 +56802,7 @@ "defaultValue": "data.lineItems" }, { - "id": 17998, + "id": 1458, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -55957,7 +56830,7 @@ } }, { - "id": 17999, + "id": 1459, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -55985,7 +56858,7 @@ } }, { - "id": 18000, + "id": 1460, "name": "email", "variant": "declaration", "kind": 1024, @@ -56013,7 +56886,7 @@ } }, { - "id": 18001, + "id": 1461, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -56041,7 +56914,7 @@ } }, { - "id": 18002, + "id": 1462, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -56069,7 +56942,7 @@ } }, { - "id": 18003, + "id": 1463, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -56111,7 +56984,7 @@ } }, { - "id": 18004, + "id": 1464, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -56153,7 +57026,7 @@ } }, { - "id": 18005, + "id": 1465, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -56196,7 +57069,7 @@ } }, { - "id": 18006, + "id": 1466, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -56227,7 +57100,7 @@ } }, { - "id": 18007, + "id": 1467, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -56282,19 +57155,19 @@ { "title": "Properties", "children": [ - 17996, - 17997, - 17995, - 17998, - 17999, - 18000, - 18001, - 18002, - 18003, - 18004, - 18005, - 18006, - 18007 + 1456, + 1457, + 1455, + 1458, + 1459, + 1460, + 1461, + 1462, + 1463, + 1464, + 1465, + 1466, + 1467 ] } ], @@ -56303,7 +57176,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -56315,14 +57188,14 @@ "defaultValue": "cartToCreate" }, { - "id": 18008, + "id": 1468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18009, + "id": 1469, "name": "cart", "variant": "declaration", "kind": 1024, @@ -56332,7 +57205,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -56357,7 +57230,7 @@ } }, { - "id": 18010, + "id": 1470, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -56375,7 +57248,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -56398,8 +57271,8 @@ { "title": "Properties", "children": [ - 18009, - 18010 + 1469, + 1470 ] } ], @@ -56408,12 +57281,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 245, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" } ] }, { - "id": 18009, + "id": 1469, "name": "cart", "variant": "declaration", "kind": 1024, @@ -56423,7 +57296,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -56448,7 +57321,7 @@ } }, { - "id": 18010, + "id": 1470, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -56466,7 +57339,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -56485,14 +57358,14 @@ "defaultValue": "input.additional_data" }, { - "id": 18018, + "id": 1478, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18019, + "id": 1479, "name": "input", "variant": "declaration", "kind": 1024, @@ -56502,7 +57375,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -56515,14 +57388,14 @@ { "type": "reflection", "declaration": { - "id": 18020, + "id": 1480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18021, + "id": 1481, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -56532,7 +57405,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -56542,7 +57415,7 @@ "defaultValue": "..." }, { - "id": 18022, + "id": 1482, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -56552,7 +57425,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -56562,7 +57435,7 @@ "defaultValue": "data.region.id" }, { - "id": 18023, + "id": 1483, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -56590,7 +57463,7 @@ } }, { - "id": 18024, + "id": 1484, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -56618,7 +57491,7 @@ } }, { - "id": 18025, + "id": 1485, "name": "email", "variant": "declaration", "kind": 1024, @@ -56646,7 +57519,7 @@ } }, { - "id": 18026, + "id": 1486, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -56674,7 +57547,7 @@ } }, { - "id": 18027, + "id": 1487, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -56702,7 +57575,7 @@ } }, { - "id": 18028, + "id": 1488, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -56744,7 +57617,7 @@ } }, { - "id": 18029, + "id": 1489, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -56786,7 +57659,7 @@ } }, { - "id": 18030, + "id": 1490, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -56829,7 +57702,7 @@ } }, { - "id": 18031, + "id": 1491, "name": "items", "variant": "declaration", "kind": 1024, @@ -56865,7 +57738,7 @@ } }, { - "id": 18032, + "id": 1492, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -56896,7 +57769,7 @@ } }, { - "id": 18033, + "id": 1493, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -56951,19 +57824,19 @@ { "title": "Properties", "children": [ - 18021, - 18022, - 18023, - 18024, - 18025, - 18026, - 18027, - 18028, - 18029, - 18030, - 18031, - 18032, - 18033 + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493 ] } ], @@ -56972,7 +57845,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -56984,7 +57857,7 @@ "defaultValue": "cartInput" }, { - "id": 18034, + "id": 1494, "name": "cart", "variant": "declaration", "kind": 1024, @@ -56994,7 +57867,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -57007,14 +57880,14 @@ { "type": "reflection", "declaration": { - "id": 18035, + "id": 1495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18037, + "id": 1497, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -57024,7 +57897,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -57034,7 +57907,7 @@ "defaultValue": "..." }, { - "id": 18038, + "id": 1498, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -57044,7 +57917,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -57054,7 +57927,7 @@ "defaultValue": "data.region.id" }, { - "id": 18036, + "id": 1496, "name": "items", "variant": "declaration", "kind": 1024, @@ -57064,7 +57937,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -57077,7 +57950,7 @@ "defaultValue": "data.lineItems" }, { - "id": 18039, + "id": 1499, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -57105,7 +57978,7 @@ } }, { - "id": 18040, + "id": 1500, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -57133,7 +58006,7 @@ } }, { - "id": 18041, + "id": 1501, "name": "email", "variant": "declaration", "kind": 1024, @@ -57161,7 +58034,7 @@ } }, { - "id": 18042, + "id": 1502, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -57189,7 +58062,7 @@ } }, { - "id": 18043, + "id": 1503, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -57217,7 +58090,7 @@ } }, { - "id": 18044, + "id": 1504, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -57259,7 +58132,7 @@ } }, { - "id": 18045, + "id": 1505, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -57301,7 +58174,7 @@ } }, { - "id": 18046, + "id": 1506, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -57344,7 +58217,7 @@ } }, { - "id": 18047, + "id": 1507, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -57375,7 +58248,7 @@ } }, { - "id": 18048, + "id": 1508, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -57430,19 +58303,19 @@ { "title": "Properties", "children": [ - 18037, - 18038, - 18036, - 18039, - 18040, - 18041, - 18042, - 18043, - 18044, - 18045, - 18046, - 18047, - 18048 + 1497, + 1498, + 1496, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508 ] } ], @@ -57451,7 +58324,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -57467,8 +58340,8 @@ { "title": "Properties", "children": [ - 18019, - 18034 + 1479, + 1494 ] } ], @@ -57477,19 +58350,19 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 212, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L212" } ] }, { - "id": 18020, + "id": 1480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18021, + "id": 1481, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -57499,7 +58372,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -57509,7 +58382,7 @@ "defaultValue": "..." }, { - "id": 18022, + "id": 1482, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -57519,7 +58392,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -57529,7 +58402,7 @@ "defaultValue": "data.region.id" }, { - "id": 18023, + "id": 1483, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -57557,7 +58430,7 @@ } }, { - "id": 18024, + "id": 1484, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -57585,7 +58458,7 @@ } }, { - "id": 18025, + "id": 1485, "name": "email", "variant": "declaration", "kind": 1024, @@ -57613,7 +58486,7 @@ } }, { - "id": 18026, + "id": 1486, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -57641,7 +58514,7 @@ } }, { - "id": 18027, + "id": 1487, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -57669,7 +58542,7 @@ } }, { - "id": 18028, + "id": 1488, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -57711,7 +58584,7 @@ } }, { - "id": 18029, + "id": 1489, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -57753,7 +58626,7 @@ } }, { - "id": 18030, + "id": 1490, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -57796,7 +58669,7 @@ } }, { - "id": 18031, + "id": 1491, "name": "items", "variant": "declaration", "kind": 1024, @@ -57832,7 +58705,7 @@ } }, { - "id": 18032, + "id": 1492, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -57863,7 +58736,7 @@ } }, { - "id": 18033, + "id": 1493, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -57918,19 +58791,19 @@ { "title": "Properties", "children": [ - 18021, - 18022, - 18023, - 18024, - 18025, - 18026, - 18027, - 18028, - 18029, - 18030, - 18031, - 18032, - 18033 + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493 ] } ], @@ -57939,12 +58812,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] }, { - "id": 18021, + "id": 1481, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -57954,7 +58827,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -57964,7 +58837,7 @@ "defaultValue": "..." }, { - "id": 18022, + "id": 1482, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -57974,7 +58847,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -57984,7 +58857,7 @@ "defaultValue": "data.region.id" }, { - "id": 18019, + "id": 1479, "name": "input", "variant": "declaration", "kind": 1024, @@ -57994,7 +58867,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 213, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L213" } ], "type": { @@ -58007,14 +58880,14 @@ { "type": "reflection", "declaration": { - "id": 18020, + "id": 1480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18021, + "id": 1481, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -58024,7 +58897,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -58034,7 +58907,7 @@ "defaultValue": "..." }, { - "id": 18022, + "id": 1482, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -58044,7 +58917,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -58054,7 +58927,7 @@ "defaultValue": "data.region.id" }, { - "id": 18023, + "id": 1483, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -58082,7 +58955,7 @@ } }, { - "id": 18024, + "id": 1484, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -58110,7 +58983,7 @@ } }, { - "id": 18025, + "id": 1485, "name": "email", "variant": "declaration", "kind": 1024, @@ -58138,7 +59011,7 @@ } }, { - "id": 18026, + "id": 1486, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -58166,7 +59039,7 @@ } }, { - "id": 18027, + "id": 1487, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -58194,7 +59067,7 @@ } }, { - "id": 18028, + "id": 1488, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -58236,7 +59109,7 @@ } }, { - "id": 18029, + "id": 1489, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -58278,7 +59151,7 @@ } }, { - "id": 18030, + "id": 1490, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -58321,7 +59194,7 @@ } }, { - "id": 18031, + "id": 1491, "name": "items", "variant": "declaration", "kind": 1024, @@ -58357,7 +59230,7 @@ } }, { - "id": 18032, + "id": 1492, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -58388,7 +59261,7 @@ } }, { - "id": 18033, + "id": 1493, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -58443,19 +59316,19 @@ { "title": "Properties", "children": [ - 18021, - 18022, - 18023, - 18024, - 18025, - 18026, - 18027, - 18028, - 18029, - 18030, - 18031, - 18032, - 18033 + 1481, + 1482, + 1483, + 1484, + 1485, + 1486, + 1487, + 1488, + 1489, + 1490, + 1491, + 1492, + 1493 ] } ], @@ -58464,7 +59337,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 150, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L150" } ] } @@ -58476,14 +59349,14 @@ "defaultValue": "cartInput" }, { - "id": 18035, + "id": 1495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18037, + "id": 1497, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -58493,7 +59366,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -58503,7 +59376,7 @@ "defaultValue": "..." }, { - "id": 18038, + "id": 1498, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -58513,7 +59386,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -58523,7 +59396,7 @@ "defaultValue": "data.region.id" }, { - "id": 18036, + "id": 1496, "name": "items", "variant": "declaration", "kind": 1024, @@ -58533,7 +59406,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -58546,7 +59419,7 @@ "defaultValue": "data.lineItems" }, { - "id": 18039, + "id": 1499, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -58574,7 +59447,7 @@ } }, { - "id": 18040, + "id": 1500, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -58602,7 +59475,7 @@ } }, { - "id": 18041, + "id": 1501, "name": "email", "variant": "declaration", "kind": 1024, @@ -58630,7 +59503,7 @@ } }, { - "id": 18042, + "id": 1502, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -58658,7 +59531,7 @@ } }, { - "id": 18043, + "id": 1503, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -58686,7 +59559,7 @@ } }, { - "id": 18044, + "id": 1504, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -58728,7 +59601,7 @@ } }, { - "id": 18045, + "id": 1505, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -58770,7 +59643,7 @@ } }, { - "id": 18046, + "id": 1506, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -58813,7 +59686,7 @@ } }, { - "id": 18047, + "id": 1507, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -58844,7 +59717,7 @@ } }, { - "id": 18048, + "id": 1508, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -58899,19 +59772,19 @@ { "title": "Properties", "children": [ - 18037, - 18038, - 18036, - 18039, - 18040, - 18041, - 18042, - 18043, - 18044, - 18045, - 18046, - 18047, - 18048 + 1497, + 1498, + 1496, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508 ] } ], @@ -58920,12 +59793,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] }, { - "id": 18036, + "id": 1496, "name": "items", "variant": "declaration", "kind": 1024, @@ -58935,7 +59808,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -58948,7 +59821,7 @@ "defaultValue": "data.lineItems" }, { - "id": 18037, + "id": 1497, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -58958,7 +59831,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -58968,7 +59841,7 @@ "defaultValue": "..." }, { - "id": 18038, + "id": 1498, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -58978,7 +59851,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -58988,7 +59861,7 @@ "defaultValue": "data.region.id" }, { - "id": 18034, + "id": 1494, "name": "cart", "variant": "declaration", "kind": 1024, @@ -58998,7 +59871,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 214, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L214" } ], "type": { @@ -59011,14 +59884,14 @@ { "type": "reflection", "declaration": { - "id": 18035, + "id": 1495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18037, + "id": 1497, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -59028,7 +59901,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 152, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L152" } ], "type": { @@ -59038,7 +59911,7 @@ "defaultValue": "..." }, { - "id": 18038, + "id": 1498, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -59048,7 +59921,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 153, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L153" } ], "type": { @@ -59058,7 +59931,7 @@ "defaultValue": "data.region.id" }, { - "id": 18036, + "id": 1496, "name": "items", "variant": "declaration", "kind": 1024, @@ -59068,7 +59941,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 208, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L208" } ], "type": { @@ -59081,7 +59954,7 @@ "defaultValue": "data.lineItems" }, { - "id": 18039, + "id": 1499, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -59109,7 +59982,7 @@ } }, { - "id": 18040, + "id": 1500, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -59137,7 +60010,7 @@ } }, { - "id": 18041, + "id": 1501, "name": "email", "variant": "declaration", "kind": 1024, @@ -59165,7 +60038,7 @@ } }, { - "id": 18042, + "id": 1502, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -59193,7 +60066,7 @@ } }, { - "id": 18043, + "id": 1503, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -59221,7 +60094,7 @@ } }, { - "id": 18044, + "id": 1504, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -59263,7 +60136,7 @@ } }, { - "id": 18045, + "id": 1505, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -59305,7 +60178,7 @@ } }, { - "id": 18046, + "id": 1506, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -59348,7 +60221,7 @@ } }, { - "id": 18047, + "id": 1507, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -59379,7 +60252,7 @@ } }, { - "id": 18048, + "id": 1508, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -59434,19 +60307,19 @@ { "title": "Properties", "children": [ - 18037, - 18038, - 18036, - 18039, - 18040, - 18041, - 18042, - 18043, - 18044, - 18045, - 18046, - 18047, - 18048 + 1497, + 1498, + 1496, + 1499, + 1500, + 1501, + 1502, + 1503, + 1504, + 1505, + 1506, + 1507, + 1508 ] } ], @@ -59455,7 +60328,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 206, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L206" } ] } @@ -59467,14 +60340,14 @@ "defaultValue": "cartToCreate" }, { - "id": 18049, + "id": 1509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18050, + "id": 1510, "name": "cart", "variant": "declaration", "kind": 1024, @@ -59484,7 +60357,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -59509,7 +60382,7 @@ } }, { - "id": 18051, + "id": 1511, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -59519,7 +60392,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -59542,8 +60415,8 @@ { "title": "Properties", "children": [ - 18050, - 18051 + 1510, + 1511 ] } ], @@ -59552,12 +60425,12 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 245, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L245" } ] }, { - "id": 18050, + "id": 1510, "name": "cart", "variant": "declaration", "kind": 1024, @@ -59567,7 +60440,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 246, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L246" } ], "type": { @@ -59592,7 +60465,7 @@ } }, { - "id": 18051, + "id": 1511, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -59602,7 +60475,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 247, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L247" } ], "type": { @@ -59621,7 +60494,7 @@ "defaultValue": "input.additional_data" }, { - "id": 18057, + "id": 1517, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -59633,7 +60506,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ], "type": { @@ -59642,7 +60515,7 @@ } }, { - "id": 18055, + "id": 1515, "name": "cart", "variant": "declaration", "kind": 1024, @@ -59660,7 +60533,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ], "type": { @@ -59678,14 +60551,14 @@ { "type": "reflection", "declaration": { - "id": 18056, + "id": 1516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18057, + "id": 1517, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -59697,7 +60570,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ], "type": { @@ -59710,7 +60583,7 @@ { "title": "Properties", "children": [ - 18057 + 1517 ] } ], @@ -59719,7 +60592,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ] } @@ -59728,7 +60601,7 @@ } }, { - "id": 18058, + "id": 1518, "name": "validateExistingPaymentCollectionStep", "variant": "declaration", "kind": 64, @@ -59772,7 +60645,7 @@ }, "children": [ { - "id": 18067, + "id": 1527, "name": "__type", "variant": "declaration", "kind": 1024, @@ -59790,7 +60663,7 @@ } }, { - "id": 18068, + "id": 1528, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -59812,8 +60685,8 @@ { "title": "Properties", "children": [ - 18067, - 18068 + 1527, + 1528 ] } ], @@ -59822,12 +60695,12 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L49" } ], "signatures": [ { - "id": 18059, + "id": 1519, "name": "validateExistingPaymentCollectionStep", "variant": "signature", "kind": 4096, @@ -59874,12 +60747,12 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L49" } ], "parameters": [ { - "id": 18060, + "id": 1520, "name": "input", "variant": "param", "kind": 32768, @@ -59889,7 +60762,7 @@ "types": [ { "type": "reference", - "target": 18053, + "target": 1513, "name": "ValidateExistingPaymentCollectionStepInput", "package": "@medusajs/core-flows" }, @@ -59902,7 +60775,7 @@ "typeArguments": [ { "type": "reference", - "target": 18053, + "target": 1513, "name": "ValidateExistingPaymentCollectionStepInput", "package": "@medusajs/core-flows" } @@ -59935,14 +60808,14 @@ { "type": "reflection", "declaration": { - "id": 18061, + "id": 1521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18062, + "id": 1522, "name": "config", "variant": "declaration", "kind": 2048, @@ -59956,7 +60829,7 @@ ], "signatures": [ { - "id": 18063, + "id": 1523, "name": "config", "variant": "signature", "kind": 4096, @@ -59970,7 +60843,7 @@ ], "parameters": [ { - "id": 18064, + "id": 1524, "name": "config", "variant": "param", "kind": 32768, @@ -59981,14 +60854,14 @@ { "type": "reflection", "declaration": { - "id": 18065, + "id": 1525, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18066, + "id": 1526, "name": "name", "variant": "declaration", "kind": 1024, @@ -60012,7 +60885,7 @@ { "title": "Properties", "children": [ - 18066 + 1526 ] } ], @@ -60089,7 +60962,7 @@ { "title": "Methods", "children": [ - 18062 + 1522 ] } ], @@ -60123,7 +60996,7 @@ ] }, { - "id": 18069, + "id": 1529, "name": "createPaymentCollectionForCartWorkflowId", "variant": "declaration", "kind": 32, @@ -60135,7 +61008,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L58" } ], "type": { @@ -60145,7 +61018,7 @@ "defaultValue": "\"create-payment-collection-for-cart\"" }, { - "id": 18070, + "id": 1530, "name": "createPaymentCollectionForCartWorkflow", "variant": "declaration", "kind": 64, @@ -60189,7 +61062,7 @@ }, "children": [ { - "id": 18078, + "id": 1538, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -60212,7 +61085,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18079, + "id": 1539, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60226,7 +61099,7 @@ ], "signatures": [ { - "id": 18080, + "id": 1540, "name": "__type", "variant": "signature", "kind": 4096, @@ -60254,7 +61127,7 @@ ], "parameters": [ { - "id": 18081, + "id": 1541, "name": "param0", "variant": "param", "kind": 32768, @@ -60270,14 +61143,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18082, + "id": 1542, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18083, + "id": 1543, "name": "input", "variant": "declaration", "kind": 1024, @@ -60337,7 +61210,7 @@ { "title": "Properties", "children": [ - 18083 + 1543 ] } ], @@ -60373,14 +61246,14 @@ { "type": "reflection", "declaration": { - "id": 18084, + "id": 1544, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18085, + "id": 1545, "name": "config", "variant": "declaration", "kind": 2048, @@ -60394,7 +61267,7 @@ ], "signatures": [ { - "id": 18086, + "id": 1546, "name": "config", "variant": "signature", "kind": 4096, @@ -60408,7 +61281,7 @@ ], "parameters": [ { - "id": 18087, + "id": 1547, "name": "config", "variant": "param", "kind": 32768, @@ -60419,14 +61292,14 @@ { "type": "reflection", "declaration": { - "id": 18088, + "id": 1548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18089, + "id": 1549, "name": "name", "variant": "declaration", "kind": 1024, @@ -60450,7 +61323,7 @@ { "title": "Properties", "children": [ - 18089 + 1549 ] } ], @@ -60527,7 +61400,7 @@ { "title": "Methods", "children": [ - 18085 + 1545 ] } ], @@ -60563,7 +61436,7 @@ } }, { - "id": 18090, + "id": 1550, "name": "run", "variant": "declaration", "kind": 1024, @@ -60586,7 +61459,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18091, + "id": 1551, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60600,7 +61473,7 @@ ], "signatures": [ { - "id": 18092, + "id": 1552, "name": "__type", "variant": "signature", "kind": 4096, @@ -60628,7 +61501,7 @@ ], "typeParameters": [ { - "id": 18093, + "id": 1553, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -60639,7 +61512,7 @@ } }, { - "id": 18094, + "id": 1554, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -60652,7 +61525,7 @@ ], "parameters": [ { - "id": 18095, + "id": 1555, "name": "args", "variant": "param", "kind": 32768, @@ -60685,7 +61558,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -60705,7 +61578,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -60738,7 +61611,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -60753,7 +61626,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -60773,7 +61646,7 @@ } }, { - "id": 18096, + "id": 1556, "name": "getName", "variant": "declaration", "kind": 1024, @@ -60796,7 +61669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18097, + "id": 1557, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60810,7 +61683,7 @@ ], "signatures": [ { - "id": 18098, + "id": 1558, "name": "__type", "variant": "signature", "kind": 4096, @@ -60832,7 +61705,7 @@ } }, { - "id": 18099, + "id": 1559, "name": "config", "variant": "declaration", "kind": 1024, @@ -60855,7 +61728,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18100, + "id": 1560, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60869,7 +61742,7 @@ ], "signatures": [ { - "id": 18101, + "id": 1561, "name": "__type", "variant": "signature", "kind": 4096, @@ -60883,7 +61756,7 @@ ], "parameters": [ { - "id": 18102, + "id": 1562, "name": "config", "variant": "param", "kind": 32768, @@ -60909,7 +61782,7 @@ } }, { - "id": 18103, + "id": 1563, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -60932,7 +61805,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18104, + "id": 1564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60946,14 +61819,14 @@ ], "indexSignatures": [ { - "id": 18105, + "id": 1565, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 18106, + "id": 1566, "name": "key", "variant": "param", "kind": 32768, @@ -60967,7 +61840,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18107, + "id": 1567, "name": "__type", "variant": "declaration", "kind": 65536, @@ -60981,7 +61854,7 @@ ], "signatures": [ { - "id": 18108, + "id": 1568, "name": "__type", "variant": "signature", "kind": 4096, @@ -60995,14 +61868,14 @@ ], "typeParameters": [ { - "id": 18109, + "id": 1569, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18110, + "id": 1570, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -61011,7 +61884,7 @@ ], "parameters": [ { - "id": 18111, + "id": 1571, "name": "invoke", "variant": "param", "kind": 32768, @@ -61029,14 +61902,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61047,7 +61920,7 @@ } }, { - "id": 18112, + "id": 1572, "name": "compensate", "variant": "param", "kind": 32768, @@ -61063,7 +61936,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61090,7 +61963,7 @@ ], "documents": [ { - "id": 37233, + "id": 20720, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -61106,6 +61979,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -61116,7 +61998,7 @@ "frontmatter": {} }, { - "id": 37234, + "id": 20721, "name": "validateCartStep", "variant": "document", "kind": 8388608, @@ -61132,6 +62014,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1056" + } + ] } ], "modifierTags": [ @@ -61142,7 +62033,7 @@ "frontmatter": {} }, { - "id": 37235, + "id": 20722, "name": "validateExistingPaymentCollectionStep", "variant": "document", "kind": 8388608, @@ -61158,6 +62049,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1518" + } + ] } ], "modifierTags": [ @@ -61168,7 +62068,7 @@ "frontmatter": {} }, { - "id": 37236, + "id": 20723, "name": "createPaymentCollectionsStep", "variant": "document", "kind": 8388608, @@ -61184,6 +62084,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "523" + } + ] } ], "modifierTags": [ @@ -61194,7 +62103,7 @@ "frontmatter": {} }, { - "id": 37237, + "id": 20724, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -61210,6 +62119,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -61221,21 +62139,21 @@ } ], "childrenIncludingDocuments": [ - 18078, - 18090, - 18096, - 18099, - 18103 + 1538, + 1550, + 1556, + 1559, + 1563 ], "groups": [ { "title": "Properties", "children": [ - 18078, - 18090, - 18096, - 18099, - 18103 + 1538, + 1550, + 1556, + 1559, + 1563 ] } ], @@ -61244,12 +62162,12 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L81" } ], "signatures": [ { - "id": 18071, + "id": 1531, "name": "createPaymentCollectionForCartWorkflow", "variant": "signature", "kind": 4096, @@ -61296,12 +62214,12 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L81" } ], "typeParameters": [ { - "id": 18072, + "id": 1532, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -61312,7 +62230,7 @@ } }, { - "id": 18073, + "id": 1533, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -61325,7 +62243,7 @@ ], "parameters": [ { - "id": 18074, + "id": 1534, "name": "container", "variant": "param", "kind": 32768, @@ -61349,14 +62267,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18075, + "id": 1535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18076, + "id": 1536, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -61379,7 +62297,7 @@ } }, { - "id": 18077, + "id": 1537, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -61406,8 +62324,8 @@ { "title": "Properties", "children": [ - 18076, - 18077 + 1536, + 1537 ] } ], @@ -61491,14 +62409,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61513,7 +62431,7 @@ ] }, { - "id": 18113, + "id": 1573, "name": "listShippingOptionsForCartWorkflowId", "variant": "declaration", "kind": 32, @@ -61525,7 +62443,7 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L13" } ], "type": { @@ -61535,7 +62453,7 @@ "defaultValue": "\"list-shipping-options-for-cart\"" }, { - "id": 18114, + "id": 1574, "name": "listShippingOptionsForCartWorkflow", "variant": "declaration", "kind": 64, @@ -61588,7 +62506,7 @@ }, "children": [ { - "id": 18122, + "id": 1582, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -61611,7 +62529,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18123, + "id": 1583, "name": "__type", "variant": "declaration", "kind": 65536, @@ -61625,7 +62543,7 @@ ], "signatures": [ { - "id": 18124, + "id": 1584, "name": "__type", "variant": "signature", "kind": 4096, @@ -61653,7 +62571,7 @@ ], "parameters": [ { - "id": 18125, + "id": 1585, "name": "param0", "variant": "param", "kind": 32768, @@ -61669,14 +62587,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18126, + "id": 1586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18127, + "id": 1587, "name": "input", "variant": "declaration", "kind": 1024, @@ -61736,7 +62654,7 @@ { "title": "Properties", "children": [ - 18127 + 1587 ] } ], @@ -61761,7 +62679,7 @@ } }, { - "id": 18128, + "id": 1588, "name": "run", "variant": "declaration", "kind": 1024, @@ -61784,7 +62702,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18129, + "id": 1589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -61798,7 +62716,7 @@ ], "signatures": [ { - "id": 18130, + "id": 1590, "name": "__type", "variant": "signature", "kind": 4096, @@ -61826,7 +62744,7 @@ ], "typeParameters": [ { - "id": 18131, + "id": 1591, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -61837,7 +62755,7 @@ } }, { - "id": 18132, + "id": 1592, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -61850,7 +62768,7 @@ ], "parameters": [ { - "id": 18133, + "id": 1593, "name": "args", "variant": "param", "kind": 32768, @@ -61883,7 +62801,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61903,7 +62821,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61936,7 +62854,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61951,7 +62869,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -61971,7 +62889,7 @@ } }, { - "id": 18134, + "id": 1594, "name": "getName", "variant": "declaration", "kind": 1024, @@ -61994,7 +62912,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18135, + "id": 1595, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62008,7 +62926,7 @@ ], "signatures": [ { - "id": 18136, + "id": 1596, "name": "__type", "variant": "signature", "kind": 4096, @@ -62030,7 +62948,7 @@ } }, { - "id": 18137, + "id": 1597, "name": "config", "variant": "declaration", "kind": 1024, @@ -62053,7 +62971,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18138, + "id": 1598, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62067,7 +62985,7 @@ ], "signatures": [ { - "id": 18139, + "id": 1599, "name": "__type", "variant": "signature", "kind": 4096, @@ -62081,7 +62999,7 @@ ], "parameters": [ { - "id": 18140, + "id": 1600, "name": "config", "variant": "param", "kind": 32768, @@ -62107,7 +63025,7 @@ } }, { - "id": 18141, + "id": 1601, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -62135,7 +63053,7 @@ ], "documents": [ { - "id": 37238, + "id": 20725, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -62151,6 +63069,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -62161,7 +63088,7 @@ "frontmatter": {} }, { - "id": 37239, + "id": 20726, "name": "validatePresenceOfStep", "variant": "document", "kind": 8388608, @@ -62177,6 +63104,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2130" + } + ] } ], "modifierTags": [ @@ -62187,7 +63123,7 @@ "frontmatter": {} }, { - "id": 37240, + "id": 20727, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -62203,6 +63139,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -62213,7 +63158,7 @@ "frontmatter": {} }, { - "id": 37241, + "id": 20728, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -62229,6 +63174,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -62240,21 +63194,21 @@ } ], "childrenIncludingDocuments": [ - 18122, - 18128, - 18134, - 18137, - 18141 + 1582, + 1588, + 1594, + 1597, + 1601 ], "groups": [ { "title": "Properties", "children": [ - 18122, - 18128, - 18134, - 18137, - 18141 + 1582, + 1588, + 1594, + 1597, + 1601 ] } ], @@ -62263,12 +63217,12 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L42" } ], "signatures": [ { - "id": 18115, + "id": 1575, "name": "listShippingOptionsForCartWorkflow", "variant": "signature", "kind": 4096, @@ -62324,12 +63278,12 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts#L42" } ], "typeParameters": [ { - "id": 18116, + "id": 1576, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -62340,7 +63294,7 @@ } }, { - "id": 18117, + "id": 1577, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -62353,7 +63307,7 @@ ], "parameters": [ { - "id": 18118, + "id": 1578, "name": "container", "variant": "param", "kind": 32768, @@ -62377,14 +63331,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18119, + "id": 1579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18120, + "id": 1580, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -62407,7 +63361,7 @@ } }, { - "id": 18121, + "id": 1581, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -62434,8 +63388,8 @@ { "title": "Properties", "children": [ - 18120, - 18121 + 1580, + 1581 ] } ], @@ -62519,14 +63473,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -62541,7 +63495,7 @@ ] }, { - "id": 18142, + "id": 1602, "name": "listShippingOptionsForCartWithPricingWorkflowId", "variant": "declaration", "kind": 32, @@ -62553,7 +63507,7 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L42" } ], "type": { @@ -62563,7 +63517,7 @@ "defaultValue": "\"list-shipping-options-for-cart-with-pricing\"" }, { - "id": 18143, + "id": 1603, "name": "listShippingOptionsForCartWithPricingWorkflow", "variant": "declaration", "kind": 64, @@ -62616,7 +63570,7 @@ }, "children": [ { - "id": 18151, + "id": 1611, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -62639,7 +63593,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18152, + "id": 1612, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62653,7 +63607,7 @@ ], "signatures": [ { - "id": 18153, + "id": 1613, "name": "__type", "variant": "signature", "kind": 4096, @@ -62681,7 +63635,7 @@ ], "parameters": [ { - "id": 18154, + "id": 1614, "name": "param0", "variant": "param", "kind": 32768, @@ -62697,14 +63651,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18155, + "id": 1615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18156, + "id": 1616, "name": "input", "variant": "declaration", "kind": 1024, @@ -62764,7 +63718,7 @@ { "title": "Properties", "children": [ - 18156 + 1616 ] } ], @@ -62817,14 +63771,14 @@ { "type": "reflection", "declaration": { - "id": 18157, + "id": 1617, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18158, + "id": 1618, "name": "config", "variant": "declaration", "kind": 2048, @@ -62838,7 +63792,7 @@ ], "signatures": [ { - "id": 18159, + "id": 1619, "name": "config", "variant": "signature", "kind": 4096, @@ -62852,7 +63806,7 @@ ], "parameters": [ { - "id": 18160, + "id": 1620, "name": "config", "variant": "param", "kind": 32768, @@ -62863,14 +63817,14 @@ { "type": "reflection", "declaration": { - "id": 18161, + "id": 1621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18162, + "id": 1622, "name": "name", "variant": "declaration", "kind": 1024, @@ -62894,7 +63848,7 @@ { "title": "Properties", "children": [ - 18162 + 1622 ] } ], @@ -62974,7 +63928,7 @@ { "title": "Methods", "children": [ - 18158 + 1618 ] } ], @@ -63013,7 +63967,7 @@ } }, { - "id": 18163, + "id": 1623, "name": "run", "variant": "declaration", "kind": 1024, @@ -63036,7 +63990,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18164, + "id": 1624, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63050,7 +64004,7 @@ ], "signatures": [ { - "id": 18165, + "id": 1625, "name": "__type", "variant": "signature", "kind": 4096, @@ -63078,7 +64032,7 @@ ], "typeParameters": [ { - "id": 18166, + "id": 1626, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -63089,7 +64043,7 @@ } }, { - "id": 18167, + "id": 1627, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -63102,7 +64056,7 @@ ], "parameters": [ { - "id": 18168, + "id": 1628, "name": "args", "variant": "param", "kind": 32768, @@ -63135,7 +64089,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -63155,7 +64109,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -63188,7 +64142,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -63206,7 +64160,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -63226,7 +64180,7 @@ } }, { - "id": 18169, + "id": 1629, "name": "getName", "variant": "declaration", "kind": 1024, @@ -63249,7 +64203,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18170, + "id": 1630, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63263,7 +64217,7 @@ ], "signatures": [ { - "id": 18171, + "id": 1631, "name": "__type", "variant": "signature", "kind": 4096, @@ -63285,7 +64239,7 @@ } }, { - "id": 18172, + "id": 1632, "name": "config", "variant": "declaration", "kind": 1024, @@ -63308,7 +64262,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18173, + "id": 1633, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63322,7 +64276,7 @@ ], "signatures": [ { - "id": 18174, + "id": 1634, "name": "__type", "variant": "signature", "kind": 4096, @@ -63336,7 +64290,7 @@ ], "parameters": [ { - "id": 18175, + "id": 1635, "name": "config", "variant": "param", "kind": 32768, @@ -63362,7 +64316,7 @@ } }, { - "id": 18176, + "id": 1636, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -63390,7 +64344,7 @@ ], "documents": [ { - "id": 37242, + "id": 20729, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -63406,6 +64360,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -63416,7 +64379,7 @@ "frontmatter": {} }, { - "id": 37243, + "id": 20730, "name": "validatePresenceOfStep", "variant": "document", "kind": 8388608, @@ -63432,6 +64395,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2130" + } + ] } ], "modifierTags": [ @@ -63442,7 +64414,7 @@ "frontmatter": {} }, { - "id": 37244, + "id": 20731, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -63458,6 +64430,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -63468,7 +64449,7 @@ "frontmatter": {} }, { - "id": 37245, + "id": 20732, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -63484,6 +64465,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -63494,7 +64484,7 @@ "frontmatter": {} }, { - "id": 37246, + "id": 20733, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -63510,6 +64500,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -63520,7 +64519,7 @@ "frontmatter": {} }, { - "id": 37247, + "id": 20734, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -63536,6 +64535,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -63546,7 +64554,7 @@ "frontmatter": {} }, { - "id": 37248, + "id": 20735, "name": "calculateShippingOptionsPricesStep", "variant": "document", "kind": 8388608, @@ -63562,6 +64570,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3707" + } + ] } ], "modifierTags": [ @@ -63573,21 +64590,21 @@ } ], "childrenIncludingDocuments": [ - 18151, - 18163, - 18169, - 18172, - 18176 + 1611, + 1623, + 1629, + 1632, + 1636 ], "groups": [ { "title": "Properties", "children": [ - 18151, - 18163, - 18169, - 18172, - 18176 + 1611, + 1623, + 1629, + 1632, + 1636 ] } ], @@ -63596,12 +64613,12 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L74" } ], "signatures": [ { - "id": 18144, + "id": 1604, "name": "listShippingOptionsForCartWithPricingWorkflow", "variant": "signature", "kind": 4096, @@ -63657,12 +64674,12 @@ "fileName": "core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts#L74" } ], "typeParameters": [ { - "id": 18145, + "id": 1605, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -63673,7 +64690,7 @@ } }, { - "id": 18146, + "id": 1606, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -63686,7 +64703,7 @@ ], "parameters": [ { - "id": 18147, + "id": 1607, "name": "container", "variant": "param", "kind": 32768, @@ -63710,14 +64727,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18148, + "id": 1608, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18149, + "id": 1609, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -63740,7 +64757,7 @@ } }, { - "id": 18150, + "id": 1610, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -63767,8 +64784,8 @@ { "title": "Properties", "children": [ - 18149, - 18150 + 1609, + 1610 ] } ], @@ -63855,14 +64872,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -63877,7 +64894,7 @@ ] }, { - "id": 18179, + "id": 1639, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -63895,7 +64912,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L22" } ], "type": { @@ -63904,7 +64921,7 @@ } }, { - "id": 18180, + "id": 1640, "name": "refreshPaymentCollectionForCartWorkflowId", "variant": "declaration", "kind": 32, @@ -63916,7 +64933,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L25" } ], "type": { @@ -63926,7 +64943,7 @@ "defaultValue": "\"refresh-payment-collection-for-cart\"" }, { - "id": 18181, + "id": 1641, "name": "refreshPaymentCollectionForCartWorkflow", "variant": "declaration", "kind": 64, @@ -63988,7 +65005,7 @@ }, "children": [ { - "id": 18189, + "id": 1649, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -64011,7 +65028,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18190, + "id": 1650, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64025,7 +65042,7 @@ ], "signatures": [ { - "id": 18191, + "id": 1651, "name": "__type", "variant": "signature", "kind": 4096, @@ -64053,7 +65070,7 @@ ], "parameters": [ { - "id": 18192, + "id": 1652, "name": "param0", "variant": "param", "kind": 32768, @@ -64069,14 +65086,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18193, + "id": 1653, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18194, + "id": 1654, "name": "input", "variant": "declaration", "kind": 1024, @@ -64101,7 +65118,7 @@ "types": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" }, @@ -64114,7 +65131,7 @@ "typeArguments": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" } @@ -64130,7 +65147,7 @@ { "title": "Properties", "children": [ - 18194 + 1654 ] } ], @@ -64155,7 +65172,7 @@ } }, { - "id": 18195, + "id": 1655, "name": "run", "variant": "declaration", "kind": 1024, @@ -64178,7 +65195,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18196, + "id": 1656, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64192,7 +65209,7 @@ ], "signatures": [ { - "id": 18197, + "id": 1657, "name": "__type", "variant": "signature", "kind": 4096, @@ -64220,7 +65237,7 @@ ], "typeParameters": [ { - "id": 18198, + "id": 1658, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -64231,7 +65248,7 @@ } }, { - "id": 18199, + "id": 1659, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -64244,7 +65261,7 @@ ], "parameters": [ { - "id": 18200, + "id": 1660, "name": "args", "variant": "param", "kind": 32768, @@ -64277,7 +65294,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64288,13 +65305,13 @@ }, "trueType": { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64327,7 +65344,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64342,7 +65359,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64362,7 +65379,7 @@ } }, { - "id": 18201, + "id": 1661, "name": "getName", "variant": "declaration", "kind": 1024, @@ -64385,7 +65402,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18202, + "id": 1662, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64399,7 +65416,7 @@ ], "signatures": [ { - "id": 18203, + "id": 1663, "name": "__type", "variant": "signature", "kind": 4096, @@ -64421,7 +65438,7 @@ } }, { - "id": 18204, + "id": 1664, "name": "config", "variant": "declaration", "kind": 1024, @@ -64444,7 +65461,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18205, + "id": 1665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64458,7 +65475,7 @@ ], "signatures": [ { - "id": 18206, + "id": 1666, "name": "__type", "variant": "signature", "kind": 4096, @@ -64472,7 +65489,7 @@ ], "parameters": [ { - "id": 18207, + "id": 1667, "name": "config", "variant": "param", "kind": 32768, @@ -64498,7 +65515,7 @@ } }, { - "id": 18208, + "id": 1668, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -64521,14 +65538,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18209, + "id": 1669, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18210, + "id": 1670, "name": "validate", "variant": "declaration", "kind": 1024, @@ -64536,7 +65553,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18211, + "id": 1671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64550,7 +65567,7 @@ ], "signatures": [ { - "id": 18212, + "id": 1672, "name": "__type", "variant": "signature", "kind": 4096, @@ -64564,14 +65581,14 @@ ], "typeParameters": [ { - "id": 18213, + "id": 1673, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18214, + "id": 1674, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -64580,7 +65597,7 @@ ], "parameters": [ { - "id": 18215, + "id": 1675, "name": "invoke", "variant": "param", "kind": 32768, @@ -64595,14 +65612,14 @@ { "type": "reflection", "declaration": { - "id": 18216, + "id": 1676, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18217, + "id": 1677, "name": "input", "variant": "declaration", "kind": 1024, @@ -64612,7 +65629,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 75, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" } ], "type": { @@ -64624,7 +65641,7 @@ "typeArguments": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" } @@ -64634,7 +65651,7 @@ } }, { - "id": 18218, + "id": 1678, "name": "cart", "variant": "declaration", "kind": 1024, @@ -64644,7 +65661,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 76, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" } ], "type": { @@ -64657,8 +65674,8 @@ { "title": "Properties", "children": [ - 18217, - 18218 + 1677, + 1678 ] } ], @@ -64667,21 +65684,21 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 74, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L74" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64692,7 +65709,7 @@ } }, { - "id": 18219, + "id": 1679, "name": "compensate", "variant": "param", "kind": 32768, @@ -64708,7 +65725,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -64727,13 +65744,86 @@ ] } } + }, + { + "id": 20737, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { refreshPaymentCollectionForCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\nrefreshPaymentCollectionForCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20738, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20739, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1676, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18210 + 1670 + ] + }, + { + "title": "Functions", + "children": [ + 20737 ] } ], @@ -64750,7 +65840,7 @@ ], "documents": [ { - "id": 37249, + "id": 20736, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -64766,6 +65856,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -64776,7 +65875,7 @@ "frontmatter": {} }, { - "id": 37253, + "id": 20740, "name": "validate", "variant": "document", "kind": 8388608, @@ -64792,6 +65891,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20737" + } + ] } ], "modifierTags": [ @@ -64802,7 +65910,7 @@ "frontmatter": {} }, { - "id": 37254, + "id": 20741, "name": "when", "variant": "document", "kind": 8388608, @@ -64837,7 +65945,7 @@ "frontmatter": {}, "children": [ { - "id": 37255, + "id": 20742, "name": "deletePaymentSessionsWorkflow", "variant": "document", "kind": 8388608, @@ -64853,6 +65961,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14844" + } + ] } ], "modifierTags": [ @@ -64863,7 +65980,7 @@ "frontmatter": {} }, { - "id": 37256, + "id": 20743, "name": "updatePaymentCollectionStep", "variant": "document", "kind": 8388608, @@ -64879,6 +65996,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14696" + } + ] } ], "modifierTags": [ @@ -64892,21 +66018,21 @@ } ], "childrenIncludingDocuments": [ - 18189, - 18195, - 18201, - 18204, - 18208 + 1649, + 1655, + 1661, + 1664, + 1668 ], "groups": [ { "title": "Properties", "children": [ - 18189, - 18195, - 18201, - 18204, - 18208 + 1649, + 1655, + 1661, + 1664, + 1668 ] } ], @@ -64915,12 +66041,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L52" } ], "signatures": [ { - "id": 18182, + "id": 1642, "name": "refreshPaymentCollectionForCartWorkflow", "variant": "signature", "kind": 4096, @@ -64985,12 +66111,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L52" } ], "typeParameters": [ { - "id": 18183, + "id": 1643, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -65001,7 +66127,7 @@ } }, { - "id": 18184, + "id": 1644, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -65014,7 +66140,7 @@ ], "parameters": [ { - "id": 18185, + "id": 1645, "name": "container", "variant": "param", "kind": 32768, @@ -65038,14 +66164,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18186, + "id": 1646, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18187, + "id": 1647, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -65068,7 +66194,7 @@ } }, { - "id": 18188, + "id": 1648, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -65095,8 +66221,8 @@ { "title": "Properties", "children": [ - 18187, - 18188 + 1647, + 1648 ] } ], @@ -65167,7 +66293,7 @@ "typeArguments": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" }, @@ -65177,14 +66303,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -65199,14 +66325,14 @@ ] }, { - "id": 18216, + "id": 1676, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18217, + "id": 1677, "name": "input", "variant": "declaration", "kind": 1024, @@ -65216,7 +66342,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 75, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" } ], "type": { @@ -65228,7 +66354,7 @@ "typeArguments": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" } @@ -65238,7 +66364,7 @@ } }, { - "id": 18218, + "id": 1678, "name": "cart", "variant": "declaration", "kind": 1024, @@ -65248,7 +66374,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 76, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" } ], "type": { @@ -65261,8 +66387,8 @@ { "title": "Properties", "children": [ - 18217, - 18218 + 1677, + 1678 ] } ], @@ -65271,12 +66397,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 74, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L74" } ] }, { - "id": 18217, + "id": 1677, "name": "input", "variant": "declaration", "kind": 1024, @@ -65286,7 +66412,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 75, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L75" } ], "type": { @@ -65298,7 +66424,7 @@ "typeArguments": [ { "type": "reference", - "target": 18177, + "target": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "package": "@medusajs/core-flows" } @@ -65308,7 +66434,7 @@ } }, { - "id": 18218, + "id": 1678, "name": "cart", "variant": "declaration", "kind": 1024, @@ -65318,7 +66444,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 76, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L76" } ], "type": { @@ -65327,7 +66453,7 @@ } }, { - "id": 18222, + "id": 1682, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -65345,7 +66471,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L38" } ], "type": { @@ -65354,7 +66480,7 @@ } }, { - "id": 18223, + "id": 1683, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -65374,7 +66500,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L43" } ], "type": { @@ -65386,7 +66512,7 @@ } }, { - "id": 18224, + "id": 1684, "name": "refreshCartItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -65398,7 +66524,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L46" } ], "type": { @@ -65408,7 +66534,7 @@ "defaultValue": "\"refresh-cart-items\"" }, { - "id": 18225, + "id": 1685, "name": "refreshCartItemsWorkflow", "variant": "declaration", "kind": 64, @@ -65470,7 +66596,7 @@ }, "children": [ { - "id": 18233, + "id": 1693, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -65493,7 +66619,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18234, + "id": 1694, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65507,7 +66633,7 @@ ], "signatures": [ { - "id": 18235, + "id": 1695, "name": "__type", "variant": "signature", "kind": 4096, @@ -65535,7 +66661,7 @@ ], "parameters": [ { - "id": 18236, + "id": 1696, "name": "param0", "variant": "param", "kind": 32768, @@ -65551,14 +66677,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18237, + "id": 1697, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18238, + "id": 1698, "name": "input", "variant": "declaration", "kind": 1024, @@ -65583,7 +66709,7 @@ "types": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -65596,7 +66722,7 @@ "typeArguments": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -65612,7 +66738,7 @@ { "title": "Properties", "children": [ - 18238 + 1698 ] } ], @@ -65637,7 +66763,7 @@ } }, { - "id": 18239, + "id": 1699, "name": "run", "variant": "declaration", "kind": 1024, @@ -65660,7 +66786,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18240, + "id": 1700, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65674,7 +66800,7 @@ ], "signatures": [ { - "id": 18241, + "id": 1701, "name": "__type", "variant": "signature", "kind": 4096, @@ -65702,7 +66828,7 @@ ], "typeParameters": [ { - "id": 18242, + "id": 1702, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -65713,7 +66839,7 @@ } }, { - "id": 18243, + "id": 1703, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -65726,7 +66852,7 @@ ], "parameters": [ { - "id": 18244, + "id": 1704, "name": "args", "variant": "param", "kind": 32768, @@ -65759,7 +66885,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -65770,13 +66896,13 @@ }, "trueType": { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -65809,7 +66935,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -65824,7 +66950,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -65844,7 +66970,7 @@ } }, { - "id": 18245, + "id": 1705, "name": "getName", "variant": "declaration", "kind": 1024, @@ -65867,7 +66993,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18246, + "id": 1706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65881,7 +67007,7 @@ ], "signatures": [ { - "id": 18247, + "id": 1707, "name": "__type", "variant": "signature", "kind": 4096, @@ -65903,7 +67029,7 @@ } }, { - "id": 18248, + "id": 1708, "name": "config", "variant": "declaration", "kind": 1024, @@ -65926,7 +67052,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18249, + "id": 1709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65940,7 +67066,7 @@ ], "signatures": [ { - "id": 18250, + "id": 1710, "name": "__type", "variant": "signature", "kind": 4096, @@ -65954,7 +67080,7 @@ ], "parameters": [ { - "id": 18251, + "id": 1711, "name": "config", "variant": "param", "kind": 32768, @@ -65980,7 +67106,7 @@ } }, { - "id": 18252, + "id": 1712, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -66003,14 +67129,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18253, + "id": 1713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18254, + "id": 1714, "name": "validate", "variant": "declaration", "kind": 1024, @@ -66018,7 +67144,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18255, + "id": 1715, "name": "__type", "variant": "declaration", "kind": 65536, @@ -66032,7 +67158,7 @@ ], "signatures": [ { - "id": 18256, + "id": 1716, "name": "__type", "variant": "signature", "kind": 4096, @@ -66046,14 +67172,14 @@ ], "typeParameters": [ { - "id": 18257, + "id": 1717, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18258, + "id": 1718, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -66062,7 +67188,7 @@ ], "parameters": [ { - "id": 18259, + "id": 1719, "name": "invoke", "variant": "param", "kind": 32768, @@ -66077,14 +67203,14 @@ { "type": "reflection", "declaration": { - "id": 18260, + "id": 1720, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18261, + "id": 1721, "name": "input", "variant": "declaration", "kind": 1024, @@ -66094,7 +67220,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 109, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" } ], "type": { @@ -66106,7 +67232,7 @@ "typeArguments": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -66116,7 +67242,7 @@ } }, { - "id": 18262, + "id": 1722, "name": "cart", "variant": "declaration", "kind": 1024, @@ -66126,7 +67252,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 110, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" } ], "type": { @@ -66139,8 +67265,8 @@ { "title": "Properties", "children": [ - 18261, - 18262 + 1721, + 1722 ] } ], @@ -66149,21 +67275,21 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 108, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L108" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -66174,7 +67300,7 @@ } }, { - "id": 18263, + "id": 1723, "name": "compensate", "variant": "param", "kind": 32768, @@ -66190,7 +67316,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -66209,13 +67335,86 @@ ] } } + }, + { + "id": 20748, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { refreshCartItemsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nrefreshCartItemsWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20749, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20750, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1720, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18254 + 1714 + ] + }, + { + "title": "Functions", + "children": [ + 20748 ] } ], @@ -66232,7 +67431,7 @@ ], "documents": [ { - "id": 37257, + "id": 20744, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -66248,6 +67447,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -66258,7 +67466,7 @@ "frontmatter": {} }, { - "id": 37258, + "id": 20745, "name": "when", "variant": "document", "kind": 8388608, @@ -66293,7 +67501,7 @@ "frontmatter": {}, "children": [ { - "id": 37259, + "id": 20746, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -66309,6 +67517,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -66321,7 +67538,7 @@ ] }, { - "id": 37260, + "id": 20747, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -66337,6 +67554,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -66347,7 +67573,7 @@ "frontmatter": {} }, { - "id": 37264, + "id": 20751, "name": "validate", "variant": "document", "kind": 8388608, @@ -66363,6 +67589,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20748" + } + ] } ], "modifierTags": [ @@ -66373,7 +67608,7 @@ "frontmatter": {} }, { - "id": 37265, + "id": 20752, "name": "updateLineItemsStep", "variant": "document", "kind": 8388608, @@ -66389,6 +67624,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "983" + } + ] } ], "modifierTags": [ @@ -66399,7 +67643,7 @@ "frontmatter": {} }, { - "id": 37266, + "id": 20753, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -66415,6 +67659,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -66425,7 +67678,7 @@ "frontmatter": {} }, { - "id": 37267, + "id": 20754, "name": "refreshCartShippingMethodsWorkflow", "variant": "document", "kind": 8388608, @@ -66441,6 +67694,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1728" + } + ] } ], "modifierTags": [ @@ -66451,7 +67713,7 @@ "frontmatter": {} }, { - "id": 37268, + "id": 20755, "name": "updateTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -66467,6 +67729,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1980" + } + ] } ], "modifierTags": [ @@ -66477,7 +67748,7 @@ "frontmatter": {} }, { - "id": 37269, + "id": 20756, "name": "updateCartPromotionsWorkflow", "variant": "document", "kind": 8388608, @@ -66493,6 +67764,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1894" + } + ] } ], "modifierTags": [ @@ -66503,7 +67783,7 @@ "frontmatter": {} }, { - "id": 37270, + "id": 20757, "name": "refreshPaymentCollectionForCartWorkflow", "variant": "document", "kind": 8388608, @@ -66519,6 +67799,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1641" + } + ] } ], "modifierTags": [ @@ -66530,21 +67819,21 @@ } ], "childrenIncludingDocuments": [ - 18233, - 18239, - 18245, - 18248, - 18252 + 1693, + 1699, + 1705, + 1708, + 1712 ], "groups": [ { "title": "Properties", "children": [ - 18233, - 18239, - 18245, - 18248, - 18252 + 1693, + 1699, + 1705, + 1708, + 1712 ] } ], @@ -66553,12 +67842,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L71" } ], "signatures": [ { - "id": 18226, + "id": 1686, "name": "refreshCartItemsWorkflow", "variant": "signature", "kind": 4096, @@ -66623,12 +67912,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L71" } ], "typeParameters": [ { - "id": 18227, + "id": 1687, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -66639,7 +67928,7 @@ } }, { - "id": 18228, + "id": 1688, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -66652,7 +67941,7 @@ ], "parameters": [ { - "id": 18229, + "id": 1689, "name": "container", "variant": "param", "kind": 32768, @@ -66676,14 +67965,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18230, + "id": 1690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18231, + "id": 1691, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -66706,7 +67995,7 @@ } }, { - "id": 18232, + "id": 1692, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -66733,8 +68022,8 @@ { "title": "Properties", "children": [ - 18231, - 18232 + 1691, + 1692 ] } ], @@ -66805,7 +68094,7 @@ "typeArguments": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -66815,14 +68104,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -66837,14 +68126,14 @@ ] }, { - "id": 18260, + "id": 1720, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18261, + "id": 1721, "name": "input", "variant": "declaration", "kind": 1024, @@ -66854,7 +68143,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 109, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" } ], "type": { @@ -66866,7 +68155,7 @@ "typeArguments": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -66876,7 +68165,7 @@ } }, { - "id": 18262, + "id": 1722, "name": "cart", "variant": "declaration", "kind": 1024, @@ -66886,7 +68175,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 110, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" } ], "type": { @@ -66899,8 +68188,8 @@ { "title": "Properties", "children": [ - 18261, - 18262 + 1721, + 1722 ] } ], @@ -66909,12 +68198,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 108, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L108" } ] }, { - "id": 18261, + "id": 1721, "name": "input", "variant": "declaration", "kind": 1024, @@ -66924,7 +68213,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 109, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L109" } ], "type": { @@ -66936,7 +68225,7 @@ "typeArguments": [ { "type": "reference", - "target": 18220, + "target": 1680, "name": "RefreshCartItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -66946,7 +68235,7 @@ } }, { - "id": 18262, + "id": 1722, "name": "cart", "variant": "declaration", "kind": 1024, @@ -66956,7 +68245,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 110, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L110" } ], "type": { @@ -66965,7 +68254,7 @@ } }, { - "id": 18266, + "id": 1726, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -66983,7 +68272,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L23" } ], "type": { @@ -66992,7 +68281,7 @@ } }, { - "id": 18267, + "id": 1727, "name": "refreshCartShippingMethodsWorkflowId", "variant": "declaration", "kind": 32, @@ -67004,7 +68293,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L26" } ], "type": { @@ -67014,7 +68303,7 @@ "defaultValue": "\"refresh-cart-shipping-methods\"" }, { - "id": 18268, + "id": 1728, "name": "refreshCartShippingMethodsWorkflow", "variant": "declaration", "kind": 64, @@ -67076,7 +68365,7 @@ }, "children": [ { - "id": 18276, + "id": 1736, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -67099,7 +68388,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18277, + "id": 1737, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67113,7 +68402,7 @@ ], "signatures": [ { - "id": 18278, + "id": 1738, "name": "__type", "variant": "signature", "kind": 4096, @@ -67141,7 +68430,7 @@ ], "parameters": [ { - "id": 18279, + "id": 1739, "name": "param0", "variant": "param", "kind": 32768, @@ -67157,14 +68446,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18280, + "id": 1740, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18281, + "id": 1741, "name": "input", "variant": "declaration", "kind": 1024, @@ -67189,7 +68478,7 @@ "types": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -67202,7 +68491,7 @@ "typeArguments": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" } @@ -67218,7 +68507,7 @@ { "title": "Properties", "children": [ - 18281 + 1741 ] } ], @@ -67243,7 +68532,7 @@ } }, { - "id": 18282, + "id": 1742, "name": "run", "variant": "declaration", "kind": 1024, @@ -67266,7 +68555,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18283, + "id": 1743, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67280,7 +68569,7 @@ ], "signatures": [ { - "id": 18284, + "id": 1744, "name": "__type", "variant": "signature", "kind": 4096, @@ -67308,7 +68597,7 @@ ], "typeParameters": [ { - "id": 18285, + "id": 1745, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -67319,7 +68608,7 @@ } }, { - "id": 18286, + "id": 1746, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -67332,7 +68621,7 @@ ], "parameters": [ { - "id": 18287, + "id": 1747, "name": "args", "variant": "param", "kind": 32768, @@ -67365,7 +68654,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67376,13 +68665,13 @@ }, "trueType": { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67415,7 +68704,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67430,7 +68719,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67450,7 +68739,7 @@ } }, { - "id": 18288, + "id": 1748, "name": "getName", "variant": "declaration", "kind": 1024, @@ -67473,7 +68762,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18289, + "id": 1749, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67487,7 +68776,7 @@ ], "signatures": [ { - "id": 18290, + "id": 1750, "name": "__type", "variant": "signature", "kind": 4096, @@ -67509,7 +68798,7 @@ } }, { - "id": 18291, + "id": 1751, "name": "config", "variant": "declaration", "kind": 1024, @@ -67532,7 +68821,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18292, + "id": 1752, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67546,7 +68835,7 @@ ], "signatures": [ { - "id": 18293, + "id": 1753, "name": "__type", "variant": "signature", "kind": 4096, @@ -67560,7 +68849,7 @@ ], "parameters": [ { - "id": 18294, + "id": 1754, "name": "config", "variant": "param", "kind": 32768, @@ -67586,7 +68875,7 @@ } }, { - "id": 18295, + "id": 1755, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -67609,14 +68898,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18296, + "id": 1756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18297, + "id": 1757, "name": "validate", "variant": "declaration", "kind": 1024, @@ -67624,7 +68913,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18298, + "id": 1758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67638,7 +68927,7 @@ ], "signatures": [ { - "id": 18299, + "id": 1759, "name": "__type", "variant": "signature", "kind": 4096, @@ -67652,14 +68941,14 @@ ], "typeParameters": [ { - "id": 18300, + "id": 1760, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18301, + "id": 1761, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -67668,7 +68957,7 @@ ], "parameters": [ { - "id": 18302, + "id": 1762, "name": "invoke", "variant": "param", "kind": 32768, @@ -67683,14 +68972,14 @@ { "type": "reflection", "declaration": { - "id": 18303, + "id": 1763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18304, + "id": 1764, "name": "input", "variant": "declaration", "kind": 1024, @@ -67700,7 +68989,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" } ], "type": { @@ -67712,7 +69001,7 @@ "typeArguments": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" } @@ -67722,7 +69011,7 @@ } }, { - "id": 18305, + "id": 1765, "name": "cart", "variant": "declaration", "kind": 1024, @@ -67732,7 +69021,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" } ], "type": { @@ -67745,8 +69034,8 @@ { "title": "Properties", "children": [ - 18304, - 18305 + 1764, + 1765 ] } ], @@ -67755,21 +69044,21 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 80, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L80" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67780,7 +69069,7 @@ } }, { - "id": 18306, + "id": 1766, "name": "compensate", "variant": "param", "kind": 32768, @@ -67796,7 +69085,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -67815,13 +69104,86 @@ ] } } + }, + { + "id": 20759, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { refreshCartShippingMethodsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nrefreshCartShippingMethodsWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20760, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20761, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1763, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18297 + 1757 + ] + }, + { + "title": "Functions", + "children": [ + 20759 ] } ], @@ -67838,7 +69200,7 @@ ], "documents": [ { - "id": 37271, + "id": 20758, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -67854,6 +69216,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -67864,7 +69235,7 @@ "frontmatter": {} }, { - "id": 37275, + "id": 20762, "name": "validate", "variant": "document", "kind": 8388608, @@ -67880,6 +69251,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20759" + } + ] } ], "modifierTags": [ @@ -67890,7 +69270,7 @@ "frontmatter": {} }, { - "id": 37276, + "id": 20763, "name": "when", "variant": "document", "kind": 8388608, @@ -67925,7 +69305,7 @@ "frontmatter": {}, "children": [ { - "id": 37277, + "id": 20764, "name": "listShippingOptionsForCartWithPricingWorkflow", "variant": "document", "kind": 8388608, @@ -67941,6 +69321,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1603" + } + ] } ], "modifierTags": [ @@ -67951,7 +69340,7 @@ "frontmatter": {} }, { - "id": 37278, + "id": 20765, "name": "removeShippingMethodFromCartStep", "variant": "document", "kind": 8388608, @@ -67967,6 +69356,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "840" + } + ] } ], "modifierTags": [ @@ -67977,7 +69375,7 @@ "frontmatter": {} }, { - "id": 37279, + "id": 20766, "name": "updateShippingMethodsStep", "variant": "document", "kind": 8388608, @@ -67993,6 +69391,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "996" + } + ] } ], "modifierTags": [ @@ -68006,21 +69413,21 @@ } ], "childrenIncludingDocuments": [ - 18276, - 18282, - 18288, - 18291, - 18295 + 1736, + 1742, + 1748, + 1751, + 1755 ], "groups": [ { "title": "Properties", "children": [ - 18276, - 18282, - 18288, - 18291, - 18295 + 1736, + 1742, + 1748, + 1751, + 1755 ] } ], @@ -68029,12 +69436,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 48, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L48" } ], "signatures": [ { - "id": 18269, + "id": 1729, "name": "refreshCartShippingMethodsWorkflow", "variant": "signature", "kind": 4096, @@ -68099,12 +69506,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 48, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L48" } ], "typeParameters": [ { - "id": 18270, + "id": 1730, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -68115,7 +69522,7 @@ } }, { - "id": 18271, + "id": 1731, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -68128,7 +69535,7 @@ ], "parameters": [ { - "id": 18272, + "id": 1732, "name": "container", "variant": "param", "kind": 32768, @@ -68152,14 +69559,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18273, + "id": 1733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18274, + "id": 1734, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -68182,7 +69589,7 @@ } }, { - "id": 18275, + "id": 1735, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -68209,8 +69616,8 @@ { "title": "Properties", "children": [ - 18274, - 18275 + 1734, + 1735 ] } ], @@ -68281,7 +69688,7 @@ "typeArguments": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -68291,14 +69698,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -68313,14 +69720,14 @@ ] }, { - "id": 18303, + "id": 1763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18304, + "id": 1764, "name": "input", "variant": "declaration", "kind": 1024, @@ -68330,7 +69737,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" } ], "type": { @@ -68342,7 +69749,7 @@ "typeArguments": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" } @@ -68352,7 +69759,7 @@ } }, { - "id": 18305, + "id": 1765, "name": "cart", "variant": "declaration", "kind": 1024, @@ -68362,7 +69769,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" } ], "type": { @@ -68375,8 +69782,8 @@ { "title": "Properties", "children": [ - 18304, - 18305 + 1764, + 1765 ] } ], @@ -68385,12 +69792,12 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 80, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L80" } ] }, { - "id": 18304, + "id": 1764, "name": "input", "variant": "declaration", "kind": 1024, @@ -68400,7 +69807,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L81" } ], "type": { @@ -68412,7 +69819,7 @@ "typeArguments": [ { "type": "reference", - "target": 18264, + "target": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "package": "@medusajs/core-flows" } @@ -68422,7 +69829,7 @@ } }, { - "id": 18305, + "id": 1765, "name": "cart", "variant": "declaration", "kind": 1024, @@ -68432,7 +69839,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L82" } ], "type": { @@ -68441,7 +69848,7 @@ } }, { - "id": 18309, + "id": 1769, "name": "id", "variant": "declaration", "kind": 1024, @@ -68459,7 +69866,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L20" } ], "type": { @@ -68468,7 +69875,7 @@ } }, { - "id": 18310, + "id": 1770, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -68486,7 +69893,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L24" } ], "type": { @@ -68495,7 +69902,7 @@ } }, { - "id": 18311, + "id": 1771, "name": "transferCartCustomerWorkflowId", "variant": "declaration", "kind": 32, @@ -68507,7 +69914,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L27" } ], "type": { @@ -68517,7 +69924,7 @@ "defaultValue": "\"transfer-cart-customer\"" }, { - "id": 18312, + "id": 1772, "name": "transferCartCustomerWorkflow", "variant": "declaration", "kind": 64, @@ -68570,7 +69977,7 @@ }, "children": [ { - "id": 18320, + "id": 1780, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -68593,7 +70000,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18321, + "id": 1781, "name": "__type", "variant": "declaration", "kind": 65536, @@ -68607,7 +70014,7 @@ ], "signatures": [ { - "id": 18322, + "id": 1782, "name": "__type", "variant": "signature", "kind": 4096, @@ -68635,7 +70042,7 @@ ], "parameters": [ { - "id": 18323, + "id": 1783, "name": "param0", "variant": "param", "kind": 32768, @@ -68651,14 +70058,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18324, + "id": 1784, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18325, + "id": 1785, "name": "input", "variant": "declaration", "kind": 1024, @@ -68683,7 +70090,7 @@ "types": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" }, @@ -68696,7 +70103,7 @@ "typeArguments": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" } @@ -68712,7 +70119,7 @@ { "title": "Properties", "children": [ - 18325 + 1785 ] } ], @@ -68737,7 +70144,7 @@ } }, { - "id": 18326, + "id": 1786, "name": "run", "variant": "declaration", "kind": 1024, @@ -68760,7 +70167,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18327, + "id": 1787, "name": "__type", "variant": "declaration", "kind": 65536, @@ -68774,7 +70181,7 @@ ], "signatures": [ { - "id": 18328, + "id": 1788, "name": "__type", "variant": "signature", "kind": 4096, @@ -68802,7 +70209,7 @@ ], "typeParameters": [ { - "id": 18329, + "id": 1789, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -68813,7 +70220,7 @@ } }, { - "id": 18330, + "id": 1790, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -68826,7 +70233,7 @@ ], "parameters": [ { - "id": 18331, + "id": 1791, "name": "args", "variant": "param", "kind": 32768, @@ -68859,7 +70266,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -68870,13 +70277,13 @@ }, "trueType": { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -68909,7 +70316,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -68924,7 +70331,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -68944,7 +70351,7 @@ } }, { - "id": 18332, + "id": 1792, "name": "getName", "variant": "declaration", "kind": 1024, @@ -68967,7 +70374,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18333, + "id": 1793, "name": "__type", "variant": "declaration", "kind": 65536, @@ -68981,7 +70388,7 @@ ], "signatures": [ { - "id": 18334, + "id": 1794, "name": "__type", "variant": "signature", "kind": 4096, @@ -69003,7 +70410,7 @@ } }, { - "id": 18335, + "id": 1795, "name": "config", "variant": "declaration", "kind": 1024, @@ -69026,7 +70433,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18336, + "id": 1796, "name": "__type", "variant": "declaration", "kind": 65536, @@ -69040,7 +70447,7 @@ ], "signatures": [ { - "id": 18337, + "id": 1797, "name": "__type", "variant": "signature", "kind": 4096, @@ -69054,7 +70461,7 @@ ], "parameters": [ { - "id": 18338, + "id": 1798, "name": "config", "variant": "param", "kind": 32768, @@ -69080,7 +70487,7 @@ } }, { - "id": 18339, + "id": 1799, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -69103,14 +70510,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18340, + "id": 1800, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18341, + "id": 1801, "name": "validate", "variant": "declaration", "kind": 1024, @@ -69118,7 +70525,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18342, + "id": 1802, "name": "__type", "variant": "declaration", "kind": 65536, @@ -69132,7 +70539,7 @@ ], "signatures": [ { - "id": 18343, + "id": 1803, "name": "__type", "variant": "signature", "kind": 4096, @@ -69146,14 +70553,14 @@ ], "typeParameters": [ { - "id": 18344, + "id": 1804, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18345, + "id": 1805, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -69162,7 +70569,7 @@ ], "parameters": [ { - "id": 18346, + "id": 1806, "name": "invoke", "variant": "param", "kind": 32768, @@ -69177,14 +70584,14 @@ { "type": "reflection", "declaration": { - "id": 18347, + "id": 1807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18348, + "id": 1808, "name": "input", "variant": "declaration", "kind": 1024, @@ -69194,7 +70601,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" } ], "type": { @@ -69206,7 +70613,7 @@ "typeArguments": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" } @@ -69216,7 +70623,7 @@ } }, { - "id": 18349, + "id": 1809, "name": "cart", "variant": "declaration", "kind": 1024, @@ -69226,7 +70633,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" } ], "type": { @@ -69239,8 +70646,8 @@ { "title": "Properties", "children": [ - 18348, - 18349 + 1808, + 1809 ] } ], @@ -69249,21 +70656,21 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 70, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L70" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -69274,7 +70681,7 @@ } }, { - "id": 18350, + "id": 1810, "name": "compensate", "variant": "param", "kind": 32768, @@ -69290,7 +70697,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -69309,13 +70716,86 @@ ] } } + }, + { + "id": 20768, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { transferCartCustomerWorkflow } from \"@medusajs/medusa/core-flows\"\n\ntransferCartCustomerWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20769, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20770, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1807, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18341 + 1801 + ] + }, + { + "title": "Functions", + "children": [ + 20768 ] } ], @@ -69332,7 +70812,7 @@ ], "documents": [ { - "id": 37280, + "id": 20767, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -69348,6 +70828,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -69358,7 +70847,7 @@ "frontmatter": {} }, { - "id": 37284, + "id": 20771, "name": "validate", "variant": "document", "kind": 8388608, @@ -69374,6 +70863,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20768" + } + ] } ], "modifierTags": [ @@ -69384,7 +70882,7 @@ "frontmatter": {} }, { - "id": 37285, + "id": 20772, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -69400,6 +70898,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -69410,7 +70917,7 @@ "frontmatter": {} }, { - "id": 37286, + "id": 20773, "name": "when", "variant": "document", "kind": 8388608, @@ -69445,7 +70952,7 @@ "frontmatter": {}, "children": [ { - "id": 37287, + "id": 20774, "name": "updateCartsStep", "variant": "document", "kind": 8388608, @@ -69461,6 +70968,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "968" + } + ] } ], "modifierTags": [ @@ -69471,7 +70987,7 @@ "frontmatter": {} }, { - "id": 37288, + "id": 20775, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -69487,6 +71003,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -69500,21 +71025,21 @@ } ], "childrenIncludingDocuments": [ - 18320, - 18326, - 18332, - 18335, - 18339 + 1780, + 1786, + 1792, + 1795, + 1799 ], "groups": [ { "title": "Properties", "children": [ - 18320, - 18326, - 18332, - 18335, - 18339 + 1780, + 1786, + 1792, + 1795, + 1799 ] } ], @@ -69523,12 +71048,12 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L50" } ], "signatures": [ { - "id": 18313, + "id": 1773, "name": "transferCartCustomerWorkflow", "variant": "signature", "kind": 4096, @@ -69584,12 +71109,12 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L50" } ], "typeParameters": [ { - "id": 18314, + "id": 1774, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -69600,7 +71125,7 @@ } }, { - "id": 18315, + "id": 1775, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -69613,7 +71138,7 @@ ], "parameters": [ { - "id": 18316, + "id": 1776, "name": "container", "variant": "param", "kind": 32768, @@ -69637,14 +71162,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18317, + "id": 1777, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18318, + "id": 1778, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -69667,7 +71192,7 @@ } }, { - "id": 18319, + "id": 1779, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -69694,8 +71219,8 @@ { "title": "Properties", "children": [ - 18318, - 18319 + 1778, + 1779 ] } ], @@ -69766,7 +71291,7 @@ "typeArguments": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" }, @@ -69776,14 +71301,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -69798,14 +71323,14 @@ ] }, { - "id": 18347, + "id": 1807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18348, + "id": 1808, "name": "input", "variant": "declaration", "kind": 1024, @@ -69815,7 +71340,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" } ], "type": { @@ -69827,7 +71352,7 @@ "typeArguments": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" } @@ -69837,7 +71362,7 @@ } }, { - "id": 18349, + "id": 1809, "name": "cart", "variant": "declaration", "kind": 1024, @@ -69847,7 +71372,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" } ], "type": { @@ -69860,8 +71385,8 @@ { "title": "Properties", "children": [ - 18348, - 18349 + 1808, + 1809 ] } ], @@ -69870,12 +71395,12 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 70, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L70" } ] }, { - "id": 18348, + "id": 1808, "name": "input", "variant": "declaration", "kind": 1024, @@ -69885,7 +71410,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L71" } ], "type": { @@ -69897,7 +71422,7 @@ "typeArguments": [ { "type": "reference", - "target": 18307, + "target": 1767, "name": "TransferCartCustomerWorkflowInput", "package": "@medusajs/core-flows" } @@ -69907,7 +71432,7 @@ } }, { - "id": 18349, + "id": 1809, "name": "cart", "variant": "declaration", "kind": 1024, @@ -69917,7 +71442,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L72" } ], "type": { @@ -69926,7 +71451,7 @@ } }, { - "id": 18352, + "id": 1812, "name": "updateCartWorkflowId", "variant": "declaration", "kind": 32, @@ -69938,7 +71463,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L39" } ], "type": { @@ -69948,7 +71473,7 @@ "defaultValue": "\"update-cart\"" }, { - "id": 18353, + "id": 1813, "name": "updateCartWorkflow", "variant": "declaration", "kind": 64, @@ -70027,7 +71552,7 @@ }, "children": [ { - "id": 18361, + "id": 1821, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -70050,7 +71575,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18362, + "id": 1822, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70064,7 +71589,7 @@ ], "signatures": [ { - "id": 18363, + "id": 1823, "name": "__type", "variant": "signature", "kind": 4096, @@ -70092,7 +71617,7 @@ ], "parameters": [ { - "id": 18364, + "id": 1824, "name": "param0", "variant": "param", "kind": 32768, @@ -70108,14 +71633,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18365, + "id": 1825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18366, + "id": 1826, "name": "input", "variant": "declaration", "kind": 1024, @@ -70140,7 +71665,7 @@ "types": [ { "type": "reference", - "target": 18351, + "target": 1811, "name": "UpdateCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -70153,7 +71678,7 @@ "typeArguments": [ { "type": "reference", - "target": 18351, + "target": 1811, "name": "UpdateCartWorkflowInput", "package": "@medusajs/core-flows" } @@ -70169,7 +71694,7 @@ { "title": "Properties", "children": [ - 18366 + 1826 ] } ], @@ -70194,7 +71719,7 @@ } }, { - "id": 18367, + "id": 1827, "name": "run", "variant": "declaration", "kind": 1024, @@ -70217,7 +71742,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18368, + "id": 1828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70231,7 +71756,7 @@ ], "signatures": [ { - "id": 18369, + "id": 1829, "name": "__type", "variant": "signature", "kind": 4096, @@ -70259,7 +71784,7 @@ ], "typeParameters": [ { - "id": 18370, + "id": 1830, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -70270,7 +71795,7 @@ } }, { - "id": 18371, + "id": 1831, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -70283,7 +71808,7 @@ ], "parameters": [ { - "id": 18372, + "id": 1832, "name": "args", "variant": "param", "kind": 32768, @@ -70316,7 +71841,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -70327,13 +71852,13 @@ }, "trueType": { "type": "reference", - "target": 18351, + "target": 1811, "name": "UpdateCartWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -70366,7 +71891,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -70381,7 +71906,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -70401,7 +71926,7 @@ } }, { - "id": 18373, + "id": 1833, "name": "getName", "variant": "declaration", "kind": 1024, @@ -70424,7 +71949,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18374, + "id": 1834, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70438,7 +71963,7 @@ ], "signatures": [ { - "id": 18375, + "id": 1835, "name": "__type", "variant": "signature", "kind": 4096, @@ -70460,7 +71985,7 @@ } }, { - "id": 18376, + "id": 1836, "name": "config", "variant": "declaration", "kind": 1024, @@ -70483,7 +72008,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18377, + "id": 1837, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70497,7 +72022,7 @@ ], "signatures": [ { - "id": 18378, + "id": 1838, "name": "__type", "variant": "signature", "kind": 4096, @@ -70511,7 +72036,7 @@ ], "parameters": [ { - "id": 18379, + "id": 1839, "name": "config", "variant": "param", "kind": 32768, @@ -70537,7 +72062,7 @@ } }, { - "id": 18380, + "id": 1840, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -70560,14 +72085,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18381, + "id": 1841, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18382, + "id": 1842, "name": "validate", "variant": "declaration", "kind": 1024, @@ -70575,7 +72100,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18383, + "id": 1843, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70589,7 +72114,7 @@ ], "signatures": [ { - "id": 18384, + "id": 1844, "name": "__type", "variant": "signature", "kind": 4096, @@ -70603,14 +72128,14 @@ ], "typeParameters": [ { - "id": 18385, + "id": 1845, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18386, + "id": 1846, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -70619,7 +72144,7 @@ ], "parameters": [ { - "id": 18387, + "id": 1847, "name": "invoke", "variant": "param", "kind": 32768, @@ -70637,14 +72162,14 @@ { "type": "reflection", "declaration": { - "id": 18388, + "id": 1848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18389, + "id": 1849, "name": "input", "variant": "declaration", "kind": 1024, @@ -70654,7 +72179,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -70667,14 +72192,14 @@ { "type": "reflection", "declaration": { - "id": 18390, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18391, + "id": 1851, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -70684,7 +72209,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -70694,7 +72219,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18392, + "id": 1852, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -70704,7 +72229,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -70714,7 +72239,7 @@ "defaultValue": "data.region.id" }, { - "id": 18393, + "id": 1853, "name": "id", "variant": "declaration", "kind": 1024, @@ -70740,7 +72265,7 @@ } }, { - "id": 18394, + "id": 1854, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -70777,7 +72302,7 @@ } }, { - "id": 18395, + "id": 1855, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -70814,7 +72339,7 @@ } }, { - "id": 18396, + "id": 1856, "name": "email", "variant": "declaration", "kind": 1024, @@ -70851,7 +72376,7 @@ } }, { - "id": 18397, + "id": 1857, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -70903,7 +72428,7 @@ } }, { - "id": 18398, + "id": 1858, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -70954,7 +72479,7 @@ } }, { - "id": 18399, + "id": 1859, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -71009,15 +72534,15 @@ { "title": "Properties", "children": [ - 18391, - 18392, - 18393, - 18394, - 18395, - 18396, - 18397, - 18398, - 18399 + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859 ] } ], @@ -71026,7 +72551,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -71038,7 +72563,7 @@ "defaultValue": "cartInput" }, { - "id": 18400, + "id": 1860, "name": "cart", "variant": "declaration", "kind": 1024, @@ -71048,7 +72573,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -71062,8 +72587,8 @@ { "title": "Properties", "children": [ - 18389, - 18400 + 1849, + 1860 ] } ], @@ -71072,7 +72597,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 216, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" } ] } @@ -71080,14 +72605,14 @@ { "type": "reflection", "declaration": { - "id": 18401, + "id": 1861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18402, + "id": 1862, "name": "cart", "variant": "declaration", "kind": 1024, @@ -71097,7 +72622,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -71106,7 +72631,7 @@ } }, { - "id": 18403, + "id": 1863, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -71124,7 +72649,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -71147,8 +72672,8 @@ { "title": "Properties", "children": [ - 18402, - 18403 + 1862, + 1863 ] } ], @@ -71157,7 +72682,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 284, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" } ] } @@ -71166,14 +72691,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -71184,7 +72709,7 @@ } }, { - "id": 18404, + "id": 1864, "name": "compensate", "variant": "param", "kind": 32768, @@ -71200,7 +72725,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -71221,7 +72746,7 @@ } }, { - "id": 18405, + "id": 1865, "name": "cartUpdated", "variant": "declaration", "kind": 1024, @@ -71229,7 +72754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18406, + "id": 1866, "name": "__type", "variant": "declaration", "kind": 65536, @@ -71243,7 +72768,7 @@ ], "signatures": [ { - "id": 18407, + "id": 1867, "name": "__type", "variant": "signature", "kind": 4096, @@ -71257,14 +72782,14 @@ ], "typeParameters": [ { - "id": 18408, + "id": 1868, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18409, + "id": 1869, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -71273,7 +72798,7 @@ ], "parameters": [ { - "id": 18410, + "id": 1870, "name": "invoke", "variant": "param", "kind": 32768, @@ -71291,14 +72816,14 @@ { "type": "reflection", "declaration": { - "id": 18411, + "id": 1871, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18412, + "id": 1872, "name": "input", "variant": "declaration", "kind": 1024, @@ -71308,7 +72833,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -71321,14 +72846,14 @@ { "type": "reflection", "declaration": { - "id": 18413, + "id": 1873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18414, + "id": 1874, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -71338,7 +72863,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -71348,7 +72873,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18415, + "id": 1875, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -71358,7 +72883,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -71368,7 +72893,7 @@ "defaultValue": "data.region.id" }, { - "id": 18416, + "id": 1876, "name": "id", "variant": "declaration", "kind": 1024, @@ -71394,7 +72919,7 @@ } }, { - "id": 18417, + "id": 1877, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -71431,7 +72956,7 @@ } }, { - "id": 18418, + "id": 1878, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -71468,7 +72993,7 @@ } }, { - "id": 18419, + "id": 1879, "name": "email", "variant": "declaration", "kind": 1024, @@ -71505,7 +73030,7 @@ } }, { - "id": 18420, + "id": 1880, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -71557,7 +73082,7 @@ } }, { - "id": 18421, + "id": 1881, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -71608,7 +73133,7 @@ } }, { - "id": 18422, + "id": 1882, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -71663,15 +73188,15 @@ { "title": "Properties", "children": [ - 18414, - 18415, - 18416, - 18417, - 18418, - 18419, - 18420, - 18421, - 18422 + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882 ] } ], @@ -71680,7 +73205,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -71692,7 +73217,7 @@ "defaultValue": "cartInput" }, { - "id": 18423, + "id": 1883, "name": "cart", "variant": "declaration", "kind": 1024, @@ -71702,7 +73227,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -71716,8 +73241,8 @@ { "title": "Properties", "children": [ - 18412, - 18423 + 1872, + 1883 ] } ], @@ -71726,7 +73251,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 216, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" } ] } @@ -71734,14 +73259,14 @@ { "type": "reflection", "declaration": { - "id": 18424, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18425, + "id": 1885, "name": "cart", "variant": "declaration", "kind": 1024, @@ -71751,7 +73276,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -71760,7 +73285,7 @@ } }, { - "id": 18426, + "id": 1886, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -71770,7 +73295,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -71793,8 +73318,8 @@ { "title": "Properties", "children": [ - 18425, - 18426 + 1885, + 1886 ] } ], @@ -71803,7 +73328,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 284, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" } ] } @@ -71812,14 +73337,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -71830,7 +73355,7 @@ } }, { - "id": 18427, + "id": 1887, "name": "compensate", "variant": "param", "kind": 32768, @@ -71846,7 +73371,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -71865,14 +73390,155 @@ ] } } + }, + { + "id": 20781, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20782, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20783, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1848, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] + }, + { + "id": 20793, + "name": "cartUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after a cart is update. You can consume this hook to perform custom actions on the updated cart." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCartWorkflow.hooks.cartUpdated(\n\t(async ({ cart, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20794, + "name": "cartUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20795, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1861, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18382, - 18405 + 1842, + 1865 + ] + }, + { + "title": "Functions", + "children": [ + 20781, + 20793 ] } ], @@ -71889,7 +73555,7 @@ ], "documents": [ { - "id": 37289, + "id": 20776, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -71905,6 +73571,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -71915,7 +73590,7 @@ "frontmatter": {} }, { - "id": 37290, + "id": 20777, "name": "findSalesChannelStep", "variant": "document", "kind": 8388608, @@ -71931,6 +73606,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "591" + } + ] } ], "modifierTags": [ @@ -71941,7 +73625,7 @@ "frontmatter": {} }, { - "id": 37291, + "id": 20778, "name": "findOrCreateCustomerStep", "variant": "document", "kind": 8388608, @@ -71957,6 +73641,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "574" + } + ] } ], "modifierTags": [ @@ -71967,7 +73660,7 @@ "frontmatter": {} }, { - "id": 37292, + "id": 20779, "name": "when", "variant": "document", "kind": 8388608, @@ -72002,7 +73695,7 @@ "frontmatter": {}, "children": [ { - "id": 37293, + "id": 20780, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -72018,6 +73711,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -72030,7 +73732,7 @@ ] }, { - "id": 37297, + "id": 20784, "name": "validate", "variant": "document", "kind": 8388608, @@ -72046,6 +73748,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20781" + } + ] } ], "modifierTags": [ @@ -72056,7 +73767,7 @@ "frontmatter": {} }, { - "id": 37298, + "id": 20785, "name": "when", "variant": "document", "kind": 8388608, @@ -72091,7 +73802,7 @@ "frontmatter": {}, "children": [ { - "id": 37299, + "id": 20786, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -72107,6 +73818,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -72119,7 +73839,7 @@ ] }, { - "id": 37300, + "id": 20787, "name": "updateCartsStep", "variant": "document", "kind": 8388608, @@ -72135,6 +73855,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "968" + } + ] } ], "modifierTags": [ @@ -72145,7 +73874,7 @@ "frontmatter": {} }, { - "id": 37301, + "id": 20788, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -72161,6 +73890,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -72171,7 +73909,7 @@ "frontmatter": {} }, { - "id": 37302, + "id": 20789, "name": "when", "variant": "document", "kind": 8388608, @@ -72206,7 +73944,7 @@ "frontmatter": {}, "children": [ { - "id": 37303, + "id": 20790, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -72222,6 +73960,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -72232,7 +73979,7 @@ "frontmatter": {} }, { - "id": 37304, + "id": 20791, "name": "deleteLineItemsStep", "variant": "document", "kind": 8388608, @@ -72248,6 +73995,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5211" + } + ] } ], "modifierTags": [ @@ -72260,7 +74016,7 @@ ] }, { - "id": 37305, + "id": 20792, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -72276,6 +74032,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -72286,7 +74051,7 @@ "frontmatter": {} }, { - "id": 37309, + "id": 20796, "name": "cartUpdated", "variant": "document", "kind": 8388608, @@ -72302,6 +74067,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20793" + } + ] } ], "modifierTags": [ @@ -72313,21 +74087,21 @@ } ], "childrenIncludingDocuments": [ - 18361, - 18367, - 18373, - 18376, - 18380 + 1821, + 1827, + 1833, + 1836, + 1840 ], "groups": [ { "title": "Properties", "children": [ - 18361, - 18367, - 18373, - 18376, - 18380 + 1821, + 1827, + 1833, + 1836, + 1840 ] } ], @@ -72336,12 +74110,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L83" } ], "signatures": [ { - "id": 18354, + "id": 1814, "name": "updateCartWorkflow", "variant": "signature", "kind": 4096, @@ -72423,12 +74197,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L83" } ], "typeParameters": [ { - "id": 18355, + "id": 1815, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -72439,7 +74213,7 @@ } }, { - "id": 18356, + "id": 1816, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -72452,7 +74226,7 @@ ], "parameters": [ { - "id": 18357, + "id": 1817, "name": "container", "variant": "param", "kind": 32768, @@ -72476,14 +74250,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18358, + "id": 1818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18359, + "id": 1819, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -72506,7 +74280,7 @@ } }, { - "id": 18360, + "id": 1820, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -72533,8 +74307,8 @@ { "title": "Properties", "children": [ - 18359, - 18360 + 1819, + 1820 ] } ], @@ -72605,7 +74379,7 @@ "typeArguments": [ { "type": "reference", - "target": 18351, + "target": 1811, "name": "UpdateCartWorkflowInput", "package": "@medusajs/core-flows" }, @@ -72615,14 +74389,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -72637,14 +74411,14 @@ ] }, { - "id": 18388, + "id": 1848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18389, + "id": 1849, "name": "input", "variant": "declaration", "kind": 1024, @@ -72654,7 +74428,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -72667,14 +74441,14 @@ { "type": "reflection", "declaration": { - "id": 18390, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18391, + "id": 1851, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -72684,7 +74458,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -72694,7 +74468,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18392, + "id": 1852, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -72704,7 +74478,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -72714,7 +74488,7 @@ "defaultValue": "data.region.id" }, { - "id": 18393, + "id": 1853, "name": "id", "variant": "declaration", "kind": 1024, @@ -72740,7 +74514,7 @@ } }, { - "id": 18394, + "id": 1854, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -72777,7 +74551,7 @@ } }, { - "id": 18395, + "id": 1855, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -72814,7 +74588,7 @@ } }, { - "id": 18396, + "id": 1856, "name": "email", "variant": "declaration", "kind": 1024, @@ -72851,7 +74625,7 @@ } }, { - "id": 18397, + "id": 1857, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -72903,7 +74677,7 @@ } }, { - "id": 18398, + "id": 1858, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -72954,7 +74728,7 @@ } }, { - "id": 18399, + "id": 1859, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -73009,15 +74783,15 @@ { "title": "Properties", "children": [ - 18391, - 18392, - 18393, - 18394, - 18395, - 18396, - 18397, - 18398, - 18399 + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859 ] } ], @@ -73026,7 +74800,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -73038,7 +74812,7 @@ "defaultValue": "cartInput" }, { - "id": 18400, + "id": 1860, "name": "cart", "variant": "declaration", "kind": 1024, @@ -73048,7 +74822,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -73062,8 +74836,8 @@ { "title": "Properties", "children": [ - 18389, - 18400 + 1849, + 1860 ] } ], @@ -73072,19 +74846,19 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 216, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" } ] }, { - "id": 18390, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18391, + "id": 1851, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -73094,7 +74868,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -73104,7 +74878,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18392, + "id": 1852, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -73114,7 +74888,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -73124,7 +74898,7 @@ "defaultValue": "data.region.id" }, { - "id": 18393, + "id": 1853, "name": "id", "variant": "declaration", "kind": 1024, @@ -73150,7 +74924,7 @@ } }, { - "id": 18394, + "id": 1854, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -73187,7 +74961,7 @@ } }, { - "id": 18395, + "id": 1855, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -73224,7 +74998,7 @@ } }, { - "id": 18396, + "id": 1856, "name": "email", "variant": "declaration", "kind": 1024, @@ -73261,7 +75035,7 @@ } }, { - "id": 18397, + "id": 1857, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -73313,7 +75087,7 @@ } }, { - "id": 18398, + "id": 1858, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -73364,7 +75138,7 @@ } }, { - "id": 18399, + "id": 1859, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -73419,15 +75193,15 @@ { "title": "Properties", "children": [ - 18391, - 18392, - 18393, - 18394, - 18395, - 18396, - 18397, - 18398, - 18399 + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859 ] } ], @@ -73436,12 +75210,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] }, { - "id": 18391, + "id": 1851, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -73451,7 +75225,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -73461,7 +75235,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18392, + "id": 1852, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -73471,7 +75245,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -73481,7 +75255,7 @@ "defaultValue": "data.region.id" }, { - "id": 18389, + "id": 1849, "name": "input", "variant": "declaration", "kind": 1024, @@ -73491,7 +75265,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -73504,14 +75278,14 @@ { "type": "reflection", "declaration": { - "id": 18390, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18391, + "id": 1851, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -73521,7 +75295,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -73531,7 +75305,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18392, + "id": 1852, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -73541,7 +75315,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -73551,7 +75325,7 @@ "defaultValue": "data.region.id" }, { - "id": 18393, + "id": 1853, "name": "id", "variant": "declaration", "kind": 1024, @@ -73577,7 +75351,7 @@ } }, { - "id": 18394, + "id": 1854, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -73614,7 +75388,7 @@ } }, { - "id": 18395, + "id": 1855, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -73651,7 +75425,7 @@ } }, { - "id": 18396, + "id": 1856, "name": "email", "variant": "declaration", "kind": 1024, @@ -73688,7 +75462,7 @@ } }, { - "id": 18397, + "id": 1857, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -73740,7 +75514,7 @@ } }, { - "id": 18398, + "id": 1858, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -73791,7 +75565,7 @@ } }, { - "id": 18399, + "id": 1859, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -73846,15 +75620,15 @@ { "title": "Properties", "children": [ - 18391, - 18392, - 18393, - 18394, - 18395, - 18396, - 18397, - 18398, - 18399 + 1851, + 1852, + 1853, + 1854, + 1855, + 1856, + 1857, + 1858, + 1859 ] } ], @@ -73863,7 +75637,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -73875,7 +75649,7 @@ "defaultValue": "cartInput" }, { - "id": 18400, + "id": 1860, "name": "cart", "variant": "declaration", "kind": 1024, @@ -73885,7 +75659,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -73895,14 +75669,14 @@ "defaultValue": "cartToUpdate" }, { - "id": 18401, + "id": 1861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18402, + "id": 1862, "name": "cart", "variant": "declaration", "kind": 1024, @@ -73912,7 +75686,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -73921,7 +75695,7 @@ } }, { - "id": 18403, + "id": 1863, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -73939,7 +75713,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -73962,8 +75736,8 @@ { "title": "Properties", "children": [ - 18402, - 18403 + 1862, + 1863 ] } ], @@ -73972,12 +75746,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 284, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" } ] }, { - "id": 18402, + "id": 1862, "name": "cart", "variant": "declaration", "kind": 1024, @@ -73987,7 +75761,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -73996,7 +75770,7 @@ } }, { - "id": 18403, + "id": 1863, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -74014,7 +75788,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -74033,14 +75807,14 @@ "defaultValue": "input.additional_data" }, { - "id": 18411, + "id": 1871, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18412, + "id": 1872, "name": "input", "variant": "declaration", "kind": 1024, @@ -74050,7 +75824,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -74063,14 +75837,14 @@ { "type": "reflection", "declaration": { - "id": 18413, + "id": 1873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18414, + "id": 1874, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -74080,7 +75854,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -74090,7 +75864,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18415, + "id": 1875, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -74100,7 +75874,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -74110,7 +75884,7 @@ "defaultValue": "data.region.id" }, { - "id": 18416, + "id": 1876, "name": "id", "variant": "declaration", "kind": 1024, @@ -74136,7 +75910,7 @@ } }, { - "id": 18417, + "id": 1877, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -74173,7 +75947,7 @@ } }, { - "id": 18418, + "id": 1878, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -74210,7 +75984,7 @@ } }, { - "id": 18419, + "id": 1879, "name": "email", "variant": "declaration", "kind": 1024, @@ -74247,7 +76021,7 @@ } }, { - "id": 18420, + "id": 1880, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -74299,7 +76073,7 @@ } }, { - "id": 18421, + "id": 1881, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -74350,7 +76124,7 @@ } }, { - "id": 18422, + "id": 1882, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -74405,15 +76179,15 @@ { "title": "Properties", "children": [ - 18414, - 18415, - 18416, - 18417, - 18418, - 18419, - 18420, - 18421, - 18422 + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882 ] } ], @@ -74422,7 +76196,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -74434,7 +76208,7 @@ "defaultValue": "cartInput" }, { - "id": 18423, + "id": 1883, "name": "cart", "variant": "declaration", "kind": 1024, @@ -74444,7 +76218,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -74458,8 +76232,8 @@ { "title": "Properties", "children": [ - 18412, - 18423 + 1872, + 1883 ] } ], @@ -74468,19 +76242,19 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 216, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L216" } ] }, { - "id": 18413, + "id": 1873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18414, + "id": 1874, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -74490,7 +76264,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -74500,7 +76274,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18415, + "id": 1875, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -74510,7 +76284,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -74520,7 +76294,7 @@ "defaultValue": "data.region.id" }, { - "id": 18416, + "id": 1876, "name": "id", "variant": "declaration", "kind": 1024, @@ -74546,7 +76320,7 @@ } }, { - "id": 18417, + "id": 1877, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -74583,7 +76357,7 @@ } }, { - "id": 18418, + "id": 1878, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -74620,7 +76394,7 @@ } }, { - "id": 18419, + "id": 1879, "name": "email", "variant": "declaration", "kind": 1024, @@ -74657,7 +76431,7 @@ } }, { - "id": 18420, + "id": 1880, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -74709,7 +76483,7 @@ } }, { - "id": 18421, + "id": 1881, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -74760,7 +76534,7 @@ } }, { - "id": 18422, + "id": 1882, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -74815,15 +76589,15 @@ { "title": "Properties", "children": [ - 18414, - 18415, - 18416, - 18417, - 18418, - 18419, - 18420, - 18421, - 18422 + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882 ] } ], @@ -74832,12 +76606,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] }, { - "id": 18414, + "id": 1874, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -74847,7 +76621,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -74857,7 +76631,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18415, + "id": 1875, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -74867,7 +76641,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -74877,7 +76651,7 @@ "defaultValue": "data.region.id" }, { - "id": 18412, + "id": 1872, "name": "input", "variant": "declaration", "kind": 1024, @@ -74887,7 +76661,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 217, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L217" } ], "type": { @@ -74900,14 +76674,14 @@ { "type": "reflection", "declaration": { - "id": 18413, + "id": 1873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18414, + "id": 1874, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -74917,7 +76691,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 156, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L156" } ], "type": { @@ -74927,7 +76701,7 @@ "defaultValue": "data.region.currency_code" }, { - "id": 18415, + "id": 1875, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -74937,7 +76711,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 157, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L157" } ], "type": { @@ -74947,7 +76721,7 @@ "defaultValue": "data.region.id" }, { - "id": 18416, + "id": 1876, "name": "id", "variant": "declaration", "kind": 1024, @@ -74973,7 +76747,7 @@ } }, { - "id": 18417, + "id": 1877, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -75010,7 +76784,7 @@ } }, { - "id": 18418, + "id": 1878, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -75047,7 +76821,7 @@ } }, { - "id": 18419, + "id": 1879, "name": "email", "variant": "declaration", "kind": 1024, @@ -75084,7 +76858,7 @@ } }, { - "id": 18420, + "id": 1880, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -75136,7 +76910,7 @@ } }, { - "id": 18421, + "id": 1881, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -75187,7 +76961,7 @@ } }, { - "id": 18422, + "id": 1882, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -75242,15 +77016,15 @@ { "title": "Properties", "children": [ - 18414, - 18415, - 18416, - 18417, - 18418, - 18419, - 18420, - 18421, - 18422 + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1881, + 1882 ] } ], @@ -75259,7 +77033,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 154, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L154" } ] } @@ -75271,7 +77045,7 @@ "defaultValue": "cartInput" }, { - "id": 18423, + "id": 1883, "name": "cart", "variant": "declaration", "kind": 1024, @@ -75281,7 +77055,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 218, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L218" } ], "type": { @@ -75291,14 +77065,14 @@ "defaultValue": "cartToUpdate" }, { - "id": 18424, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18425, + "id": 1885, "name": "cart", "variant": "declaration", "kind": 1024, @@ -75308,7 +77082,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -75317,7 +77091,7 @@ } }, { - "id": 18426, + "id": 1886, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -75327,7 +77101,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -75350,8 +77124,8 @@ { "title": "Properties", "children": [ - 18425, - 18426 + 1885, + 1886 ] } ], @@ -75360,12 +77134,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 284, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L284" } ] }, { - "id": 18425, + "id": 1885, "name": "cart", "variant": "declaration", "kind": 1024, @@ -75375,7 +77149,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 285, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L285" } ], "type": { @@ -75384,7 +77158,7 @@ } }, { - "id": 18426, + "id": 1886, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -75394,7 +77168,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 286, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L286" } ], "type": { @@ -75413,7 +77187,7 @@ "defaultValue": "input.additional_data" }, { - "id": 18430, + "id": 1890, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -75431,7 +77205,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L30" } ], "type": { @@ -75440,7 +77214,7 @@ } }, { - "id": 18431, + "id": 1891, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -75460,7 +77234,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L35" } ], "type": { @@ -75472,7 +77246,7 @@ } }, { - "id": 18432, + "id": 1892, "name": "action", "variant": "declaration", "kind": 1024, @@ -75492,7 +77266,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L39" } ], "type": { @@ -75529,7 +77303,7 @@ } }, { - "id": 18433, + "id": 1893, "name": "updateCartPromotionsWorkflowId", "variant": "declaration", "kind": 32, @@ -75541,7 +77315,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L45" } ], "type": { @@ -75551,7 +77325,7 @@ "defaultValue": "\"update-cart-promotions\"" }, { - "id": 18434, + "id": 1894, "name": "updateCartPromotionsWorkflow", "variant": "declaration", "kind": 64, @@ -75595,7 +77369,7 @@ }, "children": [ { - "id": 18442, + "id": 1902, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -75618,7 +77392,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18443, + "id": 1903, "name": "__type", "variant": "declaration", "kind": 65536, @@ -75632,7 +77406,7 @@ ], "signatures": [ { - "id": 18444, + "id": 1904, "name": "__type", "variant": "signature", "kind": 4096, @@ -75660,7 +77434,7 @@ ], "parameters": [ { - "id": 18445, + "id": 1905, "name": "param0", "variant": "param", "kind": 32768, @@ -75676,14 +77450,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18446, + "id": 1906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18447, + "id": 1907, "name": "input", "variant": "declaration", "kind": 1024, @@ -75708,7 +77482,7 @@ "types": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -75721,7 +77495,7 @@ "typeArguments": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -75737,7 +77511,7 @@ { "title": "Properties", "children": [ - 18447 + 1907 ] } ], @@ -75762,7 +77536,7 @@ } }, { - "id": 18448, + "id": 1908, "name": "run", "variant": "declaration", "kind": 1024, @@ -75785,7 +77559,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18449, + "id": 1909, "name": "__type", "variant": "declaration", "kind": 65536, @@ -75799,7 +77573,7 @@ ], "signatures": [ { - "id": 18450, + "id": 1910, "name": "__type", "variant": "signature", "kind": 4096, @@ -75827,7 +77601,7 @@ ], "typeParameters": [ { - "id": 18451, + "id": 1911, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -75838,7 +77612,7 @@ } }, { - "id": 18452, + "id": 1912, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -75851,7 +77625,7 @@ ], "parameters": [ { - "id": 18453, + "id": 1913, "name": "args", "variant": "param", "kind": 32768, @@ -75884,7 +77658,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -75895,13 +77669,13 @@ }, "trueType": { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -75934,7 +77708,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -75949,7 +77723,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -75969,7 +77743,7 @@ } }, { - "id": 18454, + "id": 1914, "name": "getName", "variant": "declaration", "kind": 1024, @@ -75992,7 +77766,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18455, + "id": 1915, "name": "__type", "variant": "declaration", "kind": 65536, @@ -76006,7 +77780,7 @@ ], "signatures": [ { - "id": 18456, + "id": 1916, "name": "__type", "variant": "signature", "kind": 4096, @@ -76028,7 +77802,7 @@ } }, { - "id": 18457, + "id": 1917, "name": "config", "variant": "declaration", "kind": 1024, @@ -76051,7 +77825,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18458, + "id": 1918, "name": "__type", "variant": "declaration", "kind": 65536, @@ -76065,7 +77839,7 @@ ], "signatures": [ { - "id": 18459, + "id": 1919, "name": "__type", "variant": "signature", "kind": 4096, @@ -76079,7 +77853,7 @@ ], "parameters": [ { - "id": 18460, + "id": 1920, "name": "config", "variant": "param", "kind": 32768, @@ -76105,7 +77879,7 @@ } }, { - "id": 18461, + "id": 1921, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -76128,14 +77902,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18462, + "id": 1922, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18463, + "id": 1923, "name": "validate", "variant": "declaration", "kind": 1024, @@ -76143,7 +77917,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18464, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, @@ -76157,7 +77931,7 @@ ], "signatures": [ { - "id": 18465, + "id": 1925, "name": "__type", "variant": "signature", "kind": 4096, @@ -76171,14 +77945,14 @@ ], "typeParameters": [ { - "id": 18466, + "id": 1926, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18467, + "id": 1927, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -76187,7 +77961,7 @@ ], "parameters": [ { - "id": 18468, + "id": 1928, "name": "invoke", "variant": "param", "kind": 32768, @@ -76202,14 +77976,14 @@ { "type": "reflection", "declaration": { - "id": 18469, + "id": 1929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18470, + "id": 1930, "name": "input", "variant": "declaration", "kind": 1024, @@ -76219,7 +77993,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" } ], "type": { @@ -76231,7 +78005,7 @@ "typeArguments": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -76241,7 +78015,7 @@ } }, { - "id": 18471, + "id": 1931, "name": "cart", "variant": "declaration", "kind": 1024, @@ -76251,7 +78025,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" } ], "type": { @@ -76264,8 +78038,8 @@ { "title": "Properties", "children": [ - 18470, - 18471 + 1930, + 1931 ] } ], @@ -76274,21 +78048,21 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 80, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L80" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -76299,7 +78073,7 @@ } }, { - "id": 18472, + "id": 1932, "name": "compensate", "variant": "param", "kind": 32768, @@ -76315,7 +78089,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -76334,13 +78108,86 @@ ] } } + }, + { + "id": 20798, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCartPromotionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCartPromotionsWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20799, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20800, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1929, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18463 + 1923 + ] + }, + { + "title": "Functions", + "children": [ + 20798 ] } ], @@ -76357,7 +78204,7 @@ ], "documents": [ { - "id": 37310, + "id": 20797, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -76373,6 +78220,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -76383,7 +78239,7 @@ "frontmatter": {} }, { - "id": 37314, + "id": 20801, "name": "validate", "variant": "document", "kind": 8388608, @@ -76399,6 +78255,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20798" + } + ] } ], "modifierTags": [ @@ -76409,7 +78274,7 @@ "frontmatter": {} }, { - "id": 37315, + "id": 20802, "name": "getPromotionCodesToApply", "variant": "document", "kind": 8388608, @@ -76425,6 +78290,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "716" + } + ] } ], "modifierTags": [ @@ -76435,7 +78309,7 @@ "frontmatter": {} }, { - "id": 37316, + "id": 20803, "name": "getActionsToComputeFromPromotionsStep", "variant": "document", "kind": 8388608, @@ -76451,6 +78325,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "613" + } + ] } ], "modifierTags": [ @@ -76461,7 +78344,7 @@ "frontmatter": {} }, { - "id": 37317, + "id": 20804, "name": "prepareAdjustmentsFromPromotionActionsStep", "variant": "document", "kind": 8388608, @@ -76477,6 +78360,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "783" + } + ] } ], "modifierTags": [ @@ -76487,7 +78379,7 @@ "frontmatter": {} }, { - "id": 37318, + "id": 20805, "name": "removeLineItemAdjustmentsStep", "variant": "document", "kind": 8388608, @@ -76503,6 +78395,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "823" + } + ] } ], "modifierTags": [ @@ -76513,7 +78414,7 @@ "frontmatter": {} }, { - "id": 37319, + "id": 20806, "name": "removeShippingMethodAdjustmentsStep", "variant": "document", "kind": 8388608, @@ -76529,6 +78430,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "831" + } + ] } ], "modifierTags": [ @@ -76539,7 +78449,7 @@ "frontmatter": {} }, { - "id": 37320, + "id": 20807, "name": "createLineItemAdjustmentsStep", "variant": "document", "kind": 8388608, @@ -76555,6 +78465,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "497" + } + ] } ], "modifierTags": [ @@ -76565,7 +78484,7 @@ "frontmatter": {} }, { - "id": 37321, + "id": 20808, "name": "createShippingMethodAdjustmentsStep", "variant": "document", "kind": 8388608, @@ -76581,6 +78500,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "537" + } + ] } ], "modifierTags": [ @@ -76591,7 +78519,7 @@ "frontmatter": {} }, { - "id": 37322, + "id": 20809, "name": "updateCartPromotionsStep", "variant": "document", "kind": 8388608, @@ -76607,6 +78535,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "961" + } + ] } ], "modifierTags": [ @@ -76618,21 +78555,21 @@ } ], "childrenIncludingDocuments": [ - 18442, - 18448, - 18454, - 18457, - 18461 + 1902, + 1908, + 1914, + 1917, + 1921 ], "groups": [ { "title": "Properties", "children": [ - 18442, - 18448, - 18454, - 18457, - 18461 + 1902, + 1908, + 1914, + 1917, + 1921 ] } ], @@ -76641,12 +78578,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 70, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L70" } ], "signatures": [ { - "id": 18435, + "id": 1895, "name": "updateCartPromotionsWorkflow", "variant": "signature", "kind": 4096, @@ -76693,12 +78630,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 70, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L70" } ], "typeParameters": [ { - "id": 18436, + "id": 1896, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -76709,7 +78646,7 @@ } }, { - "id": 18437, + "id": 1897, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -76722,7 +78659,7 @@ ], "parameters": [ { - "id": 18438, + "id": 1898, "name": "container", "variant": "param", "kind": 32768, @@ -76746,14 +78683,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18439, + "id": 1899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18440, + "id": 1900, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -76776,7 +78713,7 @@ } }, { - "id": 18441, + "id": 1901, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -76803,8 +78740,8 @@ { "title": "Properties", "children": [ - 18440, - 18441 + 1900, + 1901 ] } ], @@ -76875,7 +78812,7 @@ "typeArguments": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -76885,14 +78822,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -76907,14 +78844,14 @@ ] }, { - "id": 18469, + "id": 1929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18470, + "id": 1930, "name": "input", "variant": "declaration", "kind": 1024, @@ -76924,7 +78861,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" } ], "type": { @@ -76936,7 +78873,7 @@ "typeArguments": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -76946,7 +78883,7 @@ } }, { - "id": 18471, + "id": 1931, "name": "cart", "variant": "declaration", "kind": 1024, @@ -76956,7 +78893,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" } ], "type": { @@ -76969,8 +78906,8 @@ { "title": "Properties", "children": [ - 18470, - 18471 + 1930, + 1931 ] } ], @@ -76979,12 +78916,12 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 80, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L80" } ] }, { - "id": 18470, + "id": 1930, "name": "input", "variant": "declaration", "kind": 1024, @@ -76994,7 +78931,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L81" } ], "type": { @@ -77006,7 +78943,7 @@ "typeArguments": [ { "type": "reference", - "target": 18428, + "target": 1888, "name": "UpdateCartPromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -77016,7 +78953,7 @@ } }, { - "id": 18471, + "id": 1931, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77026,7 +78963,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L82" } ], "type": { @@ -77035,7 +78972,7 @@ } }, { - "id": 18473, + "id": 1933, "name": "updateLineItemInCartWorkflowId", "variant": "declaration", "kind": 32, @@ -77047,7 +78984,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L25" } ], "type": { @@ -77057,7 +78994,7 @@ "defaultValue": "\"update-line-item-in-cart\"" }, { - "id": 18474, + "id": 1934, "name": "updateLineItemInCartWorkflow", "variant": "declaration", "kind": 64, @@ -77110,7 +79047,7 @@ }, "children": [ { - "id": 18482, + "id": 1942, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -77133,7 +79070,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18483, + "id": 1943, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77147,7 +79084,7 @@ ], "signatures": [ { - "id": 18484, + "id": 1944, "name": "__type", "variant": "signature", "kind": 4096, @@ -77175,7 +79112,7 @@ ], "parameters": [ { - "id": 18485, + "id": 1945, "name": "param0", "variant": "param", "kind": 32768, @@ -77191,14 +79128,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18486, + "id": 1946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18487, + "id": 1947, "name": "input", "variant": "declaration", "kind": 1024, @@ -77258,7 +79195,7 @@ { "title": "Properties", "children": [ - 18487 + 1947 ] } ], @@ -77283,7 +79220,7 @@ } }, { - "id": 18488, + "id": 1948, "name": "run", "variant": "declaration", "kind": 1024, @@ -77306,7 +79243,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18489, + "id": 1949, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77320,7 +79257,7 @@ ], "signatures": [ { - "id": 18490, + "id": 1950, "name": "__type", "variant": "signature", "kind": 4096, @@ -77348,7 +79285,7 @@ ], "typeParameters": [ { - "id": 18491, + "id": 1951, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -77359,7 +79296,7 @@ } }, { - "id": 18492, + "id": 1952, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -77372,7 +79309,7 @@ ], "parameters": [ { - "id": 18493, + "id": 1953, "name": "args", "variant": "param", "kind": 32768, @@ -77405,7 +79342,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77425,7 +79362,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77458,7 +79395,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77473,7 +79410,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77493,7 +79430,7 @@ } }, { - "id": 18494, + "id": 1954, "name": "getName", "variant": "declaration", "kind": 1024, @@ -77516,7 +79453,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18495, + "id": 1955, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77530,7 +79467,7 @@ ], "signatures": [ { - "id": 18496, + "id": 1956, "name": "__type", "variant": "signature", "kind": 4096, @@ -77552,7 +79489,7 @@ } }, { - "id": 18497, + "id": 1957, "name": "config", "variant": "declaration", "kind": 1024, @@ -77575,7 +79512,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18498, + "id": 1958, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77589,7 +79526,7 @@ ], "signatures": [ { - "id": 18499, + "id": 1959, "name": "__type", "variant": "signature", "kind": 4096, @@ -77603,7 +79540,7 @@ ], "parameters": [ { - "id": 18500, + "id": 1960, "name": "config", "variant": "param", "kind": 32768, @@ -77629,7 +79566,7 @@ } }, { - "id": 18501, + "id": 1961, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -77652,14 +79589,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18502, + "id": 1962, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18503, + "id": 1963, "name": "validate", "variant": "declaration", "kind": 1024, @@ -77667,7 +79604,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18504, + "id": 1964, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77681,7 +79618,7 @@ ], "signatures": [ { - "id": 18505, + "id": 1965, "name": "__type", "variant": "signature", "kind": 4096, @@ -77695,14 +79632,14 @@ ], "typeParameters": [ { - "id": 18506, + "id": 1966, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18507, + "id": 1967, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -77711,7 +79648,7 @@ ], "parameters": [ { - "id": 18508, + "id": 1968, "name": "invoke", "variant": "param", "kind": 32768, @@ -77726,14 +79663,14 @@ { "type": "reflection", "declaration": { - "id": 18509, + "id": 1969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18510, + "id": 1970, "name": "input", "variant": "declaration", "kind": 1024, @@ -77743,7 +79680,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 68, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" } ], "type": { @@ -77768,7 +79705,7 @@ } }, { - "id": 18511, + "id": 1971, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77778,7 +79715,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" } ], "type": { @@ -77791,8 +79728,8 @@ { "title": "Properties", "children": [ - 18510, - 18511 + 1970, + 1971 ] } ], @@ -77801,21 +79738,21 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 67, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L67" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77826,7 +79763,7 @@ } }, { - "id": 18512, + "id": 1972, "name": "compensate", "variant": "param", "kind": 32768, @@ -77842,7 +79779,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -77861,13 +79798,86 @@ ] } } + }, + { + "id": 20812, + "name": "validate", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed before all operations. You can consume this hook to perform any custom validation. If validation fails, you can throw an error to stop the workflow execution." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateLineItemInCartWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateLineItemInCartWorkflow.hooks.validate(\n\t(async ({ input, cart }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20813, + "name": "validate", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20814, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 1969, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 18503 + 1963 + ] + }, + { + "title": "Functions", + "children": [ + 20812 ] } ], @@ -77884,7 +79894,7 @@ ], "documents": [ { - "id": 37323, + "id": 20810, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -77900,6 +79910,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -77910,7 +79929,7 @@ "frontmatter": {} }, { - "id": 37324, + "id": 20811, "name": "validateCartStep", "variant": "document", "kind": 8388608, @@ -77926,6 +79945,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1056" + } + ] } ], "modifierTags": [ @@ -77936,7 +79964,7 @@ "frontmatter": {} }, { - "id": 37328, + "id": 20815, "name": "validate", "variant": "document", "kind": 8388608, @@ -77952,6 +79980,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20812" + } + ] } ], "modifierTags": [ @@ -77962,7 +79999,7 @@ "frontmatter": {} }, { - "id": 37329, + "id": 20816, "name": "when", "variant": "document", "kind": 8388608, @@ -77997,7 +80034,7 @@ "frontmatter": {}, "children": [ { - "id": 37330, + "id": 20817, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -78013,6 +80050,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -78025,7 +80071,7 @@ ] }, { - "id": 37331, + "id": 20818, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -78041,6 +80087,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -78051,7 +80106,7 @@ "frontmatter": {} }, { - "id": 37332, + "id": 20819, "name": "confirmVariantInventoryWorkflow", "variant": "document", "kind": 8388608, @@ -78067,6 +80122,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1285" + } + ] } ], "modifierTags": [ @@ -78077,7 +80141,7 @@ "frontmatter": {} }, { - "id": 37333, + "id": 20820, "name": "updateLineItemsStepWithSelector", "variant": "document", "kind": 8388608, @@ -78093,6 +80157,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5232" + } + ] } ], "modifierTags": [ @@ -78103,7 +80176,7 @@ "frontmatter": {} }, { - "id": 37334, + "id": 20821, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -78119,6 +80192,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -78130,21 +80212,21 @@ } ], "childrenIncludingDocuments": [ - 18482, - 18488, - 18494, - 18497, - 18501 + 1942, + 1948, + 1954, + 1957, + 1961 ], "groups": [ { "title": "Properties", "children": [ - 18482, - 18488, - 18494, - 18497, - 18501 + 1942, + 1948, + 1954, + 1957, + 1961 ] } ], @@ -78153,12 +80235,12 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L50" } ], "signatures": [ { - "id": 18475, + "id": 1935, "name": "updateLineItemInCartWorkflow", "variant": "signature", "kind": 4096, @@ -78214,12 +80296,12 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L50" } ], "typeParameters": [ { - "id": 18476, + "id": 1936, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -78230,7 +80312,7 @@ } }, { - "id": 18477, + "id": 1937, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -78243,7 +80325,7 @@ ], "parameters": [ { - "id": 18478, + "id": 1938, "name": "container", "variant": "param", "kind": 32768, @@ -78267,14 +80349,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18479, + "id": 1939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18480, + "id": 1940, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -78297,7 +80379,7 @@ } }, { - "id": 18481, + "id": 1941, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -78324,8 +80406,8 @@ { "title": "Properties", "children": [ - 18480, - 18481 + 1940, + 1941 ] } ], @@ -78409,14 +80491,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -78431,14 +80513,14 @@ ] }, { - "id": 18509, + "id": 1969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18510, + "id": 1970, "name": "input", "variant": "declaration", "kind": 1024, @@ -78448,7 +80530,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 68, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" } ], "type": { @@ -78473,7 +80555,7 @@ } }, { - "id": 18511, + "id": 1971, "name": "cart", "variant": "declaration", "kind": 1024, @@ -78483,7 +80565,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" } ], "type": { @@ -78496,8 +80578,8 @@ { "title": "Properties", "children": [ - 18510, - 18511 + 1970, + 1971 ] } ], @@ -78506,12 +80588,12 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 67, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L67" } ] }, { - "id": 18510, + "id": 1970, "name": "input", "variant": "declaration", "kind": 1024, @@ -78521,7 +80603,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 68, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L68" } ], "type": { @@ -78546,7 +80628,7 @@ } }, { - "id": 18511, + "id": 1971, "name": "cart", "variant": "declaration", "kind": 1024, @@ -78556,7 +80638,7 @@ "fileName": "core-flows/src/cart/workflows/update-line-item-in-cart.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts#L69" } ], "type": { @@ -78565,7 +80647,7 @@ } }, { - "id": 18515, + "id": 1975, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -78583,7 +80665,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 70, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L70" } ], "type": { @@ -78592,7 +80674,7 @@ } }, { - "id": 18516, + "id": 1976, "name": "items", "variant": "declaration", "kind": 1024, @@ -78612,7 +80694,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 79, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L79" } ], "type": { @@ -78629,7 +80711,7 @@ } }, { - "id": 18517, + "id": 1977, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -78649,7 +80731,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 88, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L88" } ], "type": { @@ -78666,7 +80748,7 @@ } }, { - "id": 18518, + "id": 1978, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -78697,7 +80779,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L96" } ], "type": { @@ -78706,7 +80788,7 @@ } }, { - "id": 18519, + "id": 1979, "name": "updateTaxLinesWorkflowId", "variant": "declaration", "kind": 32, @@ -78718,7 +80800,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L99" } ], "type": { @@ -78728,7 +80810,7 @@ "defaultValue": "\"update-tax-lines\"" }, { - "id": 18520, + "id": 1980, "name": "updateTaxLinesWorkflow", "variant": "declaration", "kind": 64, @@ -78772,7 +80854,7 @@ }, "children": [ { - "id": 18528, + "id": 1988, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -78795,7 +80877,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18529, + "id": 1989, "name": "__type", "variant": "declaration", "kind": 65536, @@ -78809,7 +80891,7 @@ ], "signatures": [ { - "id": 18530, + "id": 1990, "name": "__type", "variant": "signature", "kind": 4096, @@ -78837,7 +80919,7 @@ ], "parameters": [ { - "id": 18531, + "id": 1991, "name": "param0", "variant": "param", "kind": 32768, @@ -78853,14 +80935,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18532, + "id": 1992, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18533, + "id": 1993, "name": "input", "variant": "declaration", "kind": 1024, @@ -78885,7 +80967,7 @@ "types": [ { "type": "reference", - "target": 18513, + "target": 1973, "name": "UpdateTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -78898,7 +80980,7 @@ "typeArguments": [ { "type": "reference", - "target": 18513, + "target": 1973, "name": "UpdateTaxLinesWorkflowInput", "package": "@medusajs/core-flows" } @@ -78914,7 +80996,7 @@ { "title": "Properties", "children": [ - 18533 + 1993 ] } ], @@ -78950,14 +81032,14 @@ { "type": "reflection", "declaration": { - "id": 18534, + "id": 1994, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18535, + "id": 1995, "name": "config", "variant": "declaration", "kind": 2048, @@ -78971,7 +81053,7 @@ ], "signatures": [ { - "id": 18536, + "id": 1996, "name": "config", "variant": "signature", "kind": 4096, @@ -78985,7 +81067,7 @@ ], "parameters": [ { - "id": 18537, + "id": 1997, "name": "config", "variant": "param", "kind": 32768, @@ -78996,14 +81078,14 @@ { "type": "reflection", "declaration": { - "id": 18538, + "id": 1998, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18539, + "id": 1999, "name": "name", "variant": "declaration", "kind": 1024, @@ -79027,7 +81109,7 @@ { "title": "Properties", "children": [ - 18539 + 1999 ] } ], @@ -79104,7 +81186,7 @@ { "title": "Methods", "children": [ - 18535 + 1995 ] } ], @@ -79140,7 +81222,7 @@ } }, { - "id": 18540, + "id": 2000, "name": "run", "variant": "declaration", "kind": 1024, @@ -79163,7 +81245,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18541, + "id": 2001, "name": "__type", "variant": "declaration", "kind": 65536, @@ -79177,7 +81259,7 @@ ], "signatures": [ { - "id": 18542, + "id": 2002, "name": "__type", "variant": "signature", "kind": 4096, @@ -79205,7 +81287,7 @@ ], "typeParameters": [ { - "id": 18543, + "id": 2003, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -79216,7 +81298,7 @@ } }, { - "id": 18544, + "id": 2004, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -79229,7 +81311,7 @@ ], "parameters": [ { - "id": 18545, + "id": 2005, "name": "args", "variant": "param", "kind": 32768, @@ -79262,7 +81344,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79273,13 +81355,13 @@ }, "trueType": { "type": "reference", - "target": 18513, + "target": 1973, "name": "UpdateTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79312,7 +81394,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79327,7 +81409,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79347,7 +81429,7 @@ } }, { - "id": 18546, + "id": 2006, "name": "getName", "variant": "declaration", "kind": 1024, @@ -79370,7 +81452,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18547, + "id": 2007, "name": "__type", "variant": "declaration", "kind": 65536, @@ -79384,7 +81466,7 @@ ], "signatures": [ { - "id": 18548, + "id": 2008, "name": "__type", "variant": "signature", "kind": 4096, @@ -79406,7 +81488,7 @@ } }, { - "id": 18549, + "id": 2009, "name": "config", "variant": "declaration", "kind": 1024, @@ -79429,7 +81511,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18550, + "id": 2010, "name": "__type", "variant": "declaration", "kind": 65536, @@ -79443,7 +81525,7 @@ ], "signatures": [ { - "id": 18551, + "id": 2011, "name": "__type", "variant": "signature", "kind": 4096, @@ -79457,7 +81539,7 @@ ], "parameters": [ { - "id": 18552, + "id": 2012, "name": "config", "variant": "param", "kind": 32768, @@ -79483,7 +81565,7 @@ } }, { - "id": 18553, + "id": 2013, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -79506,7 +81588,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18554, + "id": 2014, "name": "__type", "variant": "declaration", "kind": 65536, @@ -79520,14 +81602,14 @@ ], "indexSignatures": [ { - "id": 18555, + "id": 2015, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 18556, + "id": 2016, "name": "key", "variant": "param", "kind": 32768, @@ -79541,7 +81623,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18557, + "id": 2017, "name": "__type", "variant": "declaration", "kind": 65536, @@ -79555,7 +81637,7 @@ ], "signatures": [ { - "id": 18558, + "id": 2018, "name": "__type", "variant": "signature", "kind": 4096, @@ -79569,14 +81651,14 @@ ], "typeParameters": [ { - "id": 18559, + "id": 2019, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 18560, + "id": 2020, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -79585,7 +81667,7 @@ ], "parameters": [ { - "id": 18561, + "id": 2021, "name": "invoke", "variant": "param", "kind": 32768, @@ -79603,14 +81685,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79621,7 +81703,7 @@ } }, { - "id": 18562, + "id": 2022, "name": "compensate", "variant": "param", "kind": 32768, @@ -79637,7 +81719,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -79664,7 +81746,7 @@ ], "documents": [ { - "id": 37335, + "id": 20822, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -79680,6 +81762,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -79690,7 +81781,7 @@ "frontmatter": {} }, { - "id": 37336, + "id": 20823, "name": "getItemTaxLinesStep", "variant": "document", "kind": 8388608, @@ -79706,6 +81797,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19890" + } + ] } ], "modifierTags": [ @@ -79716,7 +81816,7 @@ "frontmatter": {} }, { - "id": 37337, + "id": 20824, "name": "setTaxLinesForItemsStep", "variant": "document", "kind": 8388608, @@ -79732,6 +81832,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "951" + } + ] } ], "modifierTags": [ @@ -79743,21 +81852,21 @@ } ], "childrenIncludingDocuments": [ - 18528, - 18540, - 18546, - 18549, - 18553 + 1988, + 2000, + 2006, + 2009, + 2013 ], "groups": [ { "title": "Properties", "children": [ - 18528, - 18540, - 18546, - 18549, - 18553 + 1988, + 2000, + 2006, + 2009, + 2013 ] } ], @@ -79766,12 +81875,12 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L118" } ], "signatures": [ { - "id": 18521, + "id": 1981, "name": "updateTaxLinesWorkflow", "variant": "signature", "kind": 4096, @@ -79818,12 +81927,12 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L118" } ], "typeParameters": [ { - "id": 18522, + "id": 1982, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -79834,7 +81943,7 @@ } }, { - "id": 18523, + "id": 1983, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -79847,7 +81956,7 @@ ], "parameters": [ { - "id": 18524, + "id": 1984, "name": "container", "variant": "param", "kind": 32768, @@ -79871,14 +81980,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18525, + "id": 1985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18526, + "id": 1986, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -79901,7 +82010,7 @@ } }, { - "id": 18527, + "id": 1987, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -79928,8 +82037,8 @@ { "title": "Properties", "children": [ - 18526, - 18527 + 1986, + 1987 ] } ], @@ -80000,7 +82109,7 @@ "typeArguments": [ { "type": "reference", - "target": 18513, + "target": 1973, "name": "UpdateTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -80010,14 +82119,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -80036,21 +82145,21 @@ ] }, { - "id": 16550, + "id": 10, "name": "Common", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16551, + "id": 11, "name": "Steps_Common", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 18563, + "id": 2023, "name": "createLinksStepId", "variant": "declaration", "kind": 32, @@ -80062,7 +82171,7 @@ "fileName": "core-flows/src/common/steps/create-remote-links.ts", "line": 6, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/create-remote-links.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/create-remote-links.ts#L6" } ], "type": { @@ -80072,7 +82181,7 @@ "defaultValue": "\"create-remote-links\"" }, { - "id": 18564, + "id": 2024, "name": "createRemoteLinkStep", "variant": "declaration", "kind": 64, @@ -80184,6 +82293,33 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -80197,7 +82333,7 @@ }, "children": [ { - "id": 18573, + "id": 2033, "name": "__type", "variant": "declaration", "kind": 1024, @@ -80215,7 +82351,7 @@ } }, { - "id": 18574, + "id": 2034, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -80237,8 +82373,8 @@ { "title": "Properties", "children": [ - 18573, - 18574 + 2033, + 2034 ] } ], @@ -80247,12 +82383,12 @@ "fileName": "core-flows/src/common/steps/create-remote-links.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/create-remote-links.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/create-remote-links.ts#L22" } ], "signatures": [ { - "id": 18565, + "id": 2025, "name": "createRemoteLinkStep", "variant": "signature", "kind": 4096, @@ -80364,6 +82500,33 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -80380,12 +82543,12 @@ "fileName": "core-flows/src/common/steps/create-remote-links.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/create-remote-links.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/create-remote-links.ts#L22" } ], "parameters": [ { - "id": 18566, + "id": 2026, "name": "input", "variant": "param", "kind": 32768, @@ -80510,14 +82673,14 @@ { "type": "reflection", "declaration": { - "id": 18567, + "id": 2027, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18568, + "id": 2028, "name": "config", "variant": "declaration", "kind": 2048, @@ -80531,7 +82694,7 @@ ], "signatures": [ { - "id": 18569, + "id": 2029, "name": "config", "variant": "signature", "kind": 4096, @@ -80545,7 +82708,7 @@ ], "parameters": [ { - "id": 18570, + "id": 2030, "name": "config", "variant": "param", "kind": 32768, @@ -80556,14 +82719,14 @@ { "type": "reflection", "declaration": { - "id": 18571, + "id": 2031, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18572, + "id": 2032, "name": "name", "variant": "declaration", "kind": 1024, @@ -80587,7 +82750,7 @@ { "title": "Properties", "children": [ - 18572 + 2032 ] } ], @@ -80672,7 +82835,7 @@ { "title": "Methods", "children": [ - 18568 + 2028 ] } ], @@ -80714,7 +82877,7 @@ ] }, { - "id": 18576, + "id": 2036, "name": "dismissRemoteLinkStepId", "variant": "declaration", "kind": 32, @@ -80726,7 +82889,7 @@ "fileName": "core-flows/src/common/steps/dismiss-remote-links.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L10" } ], "type": { @@ -80736,7 +82899,7 @@ "defaultValue": "\"dismiss-remote-links\"" }, { - "id": 18577, + "id": 2037, "name": "dismissRemoteLinkStep", "variant": "declaration", "kind": 64, @@ -80776,6 +82939,15 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -80789,7 +82961,7 @@ }, "children": [ { - "id": 18586, + "id": 2046, "name": "__type", "variant": "declaration", "kind": 1024, @@ -80807,7 +82979,7 @@ } }, { - "id": 18587, + "id": 2047, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -80829,8 +83001,8 @@ { "title": "Properties", "children": [ - 18586, - 18587 + 2046, + 2047 ] } ], @@ -80839,12 +83011,12 @@ "fileName": "core-flows/src/common/steps/dismiss-remote-links.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L26" } ], "signatures": [ { - "id": 18578, + "id": 2038, "name": "dismissRemoteLinkStep", "variant": "signature", "kind": 4096, @@ -80884,6 +83056,15 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "link,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -80900,12 +83081,12 @@ "fileName": "core-flows/src/common/steps/dismiss-remote-links.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L26" } ], "parameters": [ { - "id": 18579, + "id": 2039, "name": "input", "variant": "param", "kind": 32768, @@ -80915,7 +83096,7 @@ "types": [ { "type": "reference", - "target": 18575, + "target": 2035, "name": "DismissRemoteLinksStepInput", "package": "@medusajs/core-flows" }, @@ -80928,7 +83109,7 @@ "typeArguments": [ { "type": "reference", - "target": 18575, + "target": 2035, "name": "DismissRemoteLinksStepInput", "package": "@medusajs/core-flows" } @@ -81018,14 +83199,14 @@ { "type": "reflection", "declaration": { - "id": 18580, + "id": 2040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18581, + "id": 2041, "name": "config", "variant": "declaration", "kind": 2048, @@ -81039,7 +83220,7 @@ ], "signatures": [ { - "id": 18582, + "id": 2042, "name": "config", "variant": "signature", "kind": 4096, @@ -81053,7 +83234,7 @@ ], "parameters": [ { - "id": 18583, + "id": 2043, "name": "config", "variant": "param", "kind": 32768, @@ -81064,14 +83245,14 @@ { "type": "reflection", "declaration": { - "id": 18584, + "id": 2044, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18585, + "id": 2045, "name": "name", "variant": "declaration", "kind": 1024, @@ -81095,7 +83276,7 @@ { "title": "Properties", "children": [ - 18585 + 2045 ] } ], @@ -81180,7 +83361,7 @@ { "title": "Methods", "children": [ - 18581 + 2041 ] } ], @@ -81222,7 +83403,7 @@ ] }, { - "id": 18588, + "id": 2048, "name": "emitEventStepId", "variant": "declaration", "kind": 32, @@ -81234,7 +83415,7 @@ "fileName": "core-flows/src/common/steps/emit-event.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/emit-event.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/emit-event.ts#L38" } ], "type": { @@ -81244,7 +83425,7 @@ "defaultValue": "\"emit-event-step\"" }, { - "id": 18589, + "id": 2049, "name": "emitEventStep", "variant": "declaration", "kind": 64, @@ -81819,7 +84000,7 @@ }, "children": [ { - "id": 18598, + "id": 2058, "name": "__type", "variant": "declaration", "kind": 1024, @@ -81837,7 +84018,7 @@ } }, { - "id": 18599, + "id": 2059, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -81859,8 +84040,8 @@ { "title": "Properties", "children": [ - 18598, - 18599 + 2058, + 2059 ] } ], @@ -81869,12 +84050,12 @@ "fileName": "core-flows/src/common/steps/emit-event.ts", "line": 51, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/emit-event.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/emit-event.ts#L51" } ], "signatures": [ { - "id": 18590, + "id": 2050, "name": "emitEventStep", "variant": "signature", "kind": 4096, @@ -82452,12 +84633,12 @@ "fileName": "core-flows/src/common/steps/emit-event.ts", "line": 51, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/emit-event.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/emit-event.ts#L51" } ], "parameters": [ { - "id": 18591, + "id": 2051, "name": "input", "variant": "param", "kind": 32768, @@ -82519,14 +84700,14 @@ { "type": "reflection", "declaration": { - "id": 18592, + "id": 2052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18593, + "id": 2053, "name": "config", "variant": "declaration", "kind": 2048, @@ -82540,7 +84721,7 @@ ], "signatures": [ { - "id": 18594, + "id": 2054, "name": "config", "variant": "signature", "kind": 4096, @@ -82554,7 +84735,7 @@ ], "parameters": [ { - "id": 18595, + "id": 2055, "name": "config", "variant": "param", "kind": 32768, @@ -82565,14 +84746,14 @@ { "type": "reflection", "declaration": { - "id": 18596, + "id": 2056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18597, + "id": 2057, "name": "name", "variant": "declaration", "kind": 1024, @@ -82596,7 +84777,7 @@ { "title": "Properties", "children": [ - 18597 + 2057 ] } ], @@ -82673,7 +84854,7 @@ { "title": "Methods", "children": [ - 18593 + 2053 ] } ], @@ -82707,7 +84888,7 @@ ] }, { - "id": 18600, + "id": 2060, "name": "removeRemoteLinkStepId", "variant": "declaration", "kind": 32, @@ -82719,7 +84900,7 @@ "fileName": "core-flows/src/common/steps/remove-remote-links.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L8" } ], "type": { @@ -82729,7 +84910,7 @@ "defaultValue": "\"remove-remote-links\"" }, { - "id": 18601, + "id": 2061, "name": "removeRemoteLinkStep", "variant": "declaration", "kind": 64, @@ -82854,7 +85035,7 @@ }, "children": [ { - "id": 18613, + "id": 2073, "name": "__type", "variant": "declaration", "kind": 1024, @@ -82872,7 +85053,7 @@ } }, { - "id": 18614, + "id": 2074, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -82894,8 +85075,8 @@ { "title": "Properties", "children": [ - 18613, - 18614 + 2073, + 2074 ] } ], @@ -82904,12 +85085,12 @@ "fileName": "core-flows/src/common/steps/remove-remote-links.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L21" } ], "signatures": [ { - "id": 18602, + "id": 2062, "name": "removeRemoteLinkStep", "variant": "signature", "kind": 4096, @@ -83037,12 +85218,12 @@ "fileName": "core-flows/src/common/steps/remove-remote-links.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/remove-remote-links.ts#L21" } ], "parameters": [ { - "id": 18603, + "id": 2063, "name": "input", "variant": "param", "kind": 32768, @@ -83089,7 +85270,7 @@ { "type": "reflection", "declaration": { - "id": 18604, + "id": 2064, "name": "__type", "variant": "declaration", "kind": 65536, @@ -83103,14 +85284,14 @@ ], "indexSignatures": [ { - "id": 18605, + "id": 2065, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 18606, + "id": 2066, "name": "key", "variant": "param", "kind": 32768, @@ -83244,14 +85425,14 @@ { "type": "reflection", "declaration": { - "id": 18607, + "id": 2067, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18608, + "id": 2068, "name": "config", "variant": "declaration", "kind": 2048, @@ -83265,7 +85446,7 @@ ], "signatures": [ { - "id": 18609, + "id": 2069, "name": "config", "variant": "signature", "kind": 4096, @@ -83279,7 +85460,7 @@ ], "parameters": [ { - "id": 18610, + "id": 2070, "name": "config", "variant": "param", "kind": 32768, @@ -83290,14 +85471,14 @@ { "type": "reflection", "declaration": { - "id": 18611, + "id": 2071, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18612, + "id": 2072, "name": "name", "variant": "declaration", "kind": 1024, @@ -83321,7 +85502,7 @@ { "title": "Properties", "children": [ - 18612 + 2072 ] } ], @@ -83412,7 +85593,7 @@ { "title": "Methods", "children": [ - 18608 + 2068 ] } ], @@ -83460,7 +85641,7 @@ ] }, { - "id": 18615, + "id": 2075, "name": "updateRemoteLinksStepId", "variant": "declaration", "kind": 32, @@ -83472,7 +85653,7 @@ "fileName": "core-flows/src/common/steps/update-remote-links.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/update-remote-links.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/update-remote-links.ts#L9" } ], "type": { @@ -83482,7 +85663,7 @@ "defaultValue": "\"update-remote-links-step\"" }, { - "id": 18616, + "id": 2076, "name": "updateRemoteLinksStep", "variant": "declaration", "kind": 64, @@ -83526,7 +85707,7 @@ }, "children": [ { - "id": 18625, + "id": 2085, "name": "__type", "variant": "declaration", "kind": 1024, @@ -83544,7 +85725,7 @@ } }, { - "id": 18626, + "id": 2086, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -83566,8 +85747,8 @@ { "title": "Properties", "children": [ - 18625, - 18626 + 2085, + 2086 ] } ], @@ -83576,12 +85757,12 @@ "fileName": "core-flows/src/common/steps/update-remote-links.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/update-remote-links.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/update-remote-links.ts#L32" } ], "signatures": [ { - "id": 18617, + "id": 2077, "name": "updateRemoteLinksStep", "variant": "signature", "kind": 4096, @@ -83628,12 +85809,12 @@ "fileName": "core-flows/src/common/steps/update-remote-links.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/update-remote-links.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/update-remote-links.ts#L32" } ], "parameters": [ { - "id": 18618, + "id": 2078, "name": "input", "variant": "param", "kind": 32768, @@ -83758,14 +85939,14 @@ { "type": "reflection", "declaration": { - "id": 18619, + "id": 2079, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18620, + "id": 2080, "name": "config", "variant": "declaration", "kind": 2048, @@ -83779,7 +85960,7 @@ ], "signatures": [ { - "id": 18621, + "id": 2081, "name": "config", "variant": "signature", "kind": 4096, @@ -83793,7 +85974,7 @@ ], "parameters": [ { - "id": 18622, + "id": 2082, "name": "config", "variant": "param", "kind": 32768, @@ -83804,14 +85985,14 @@ { "type": "reflection", "declaration": { - "id": 18623, + "id": 2083, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18624, + "id": 2084, "name": "name", "variant": "declaration", "kind": 1024, @@ -83835,7 +86016,7 @@ { "title": "Properties", "children": [ - 18624 + 2084 ] } ], @@ -83920,7 +86101,7 @@ { "title": "Methods", "children": [ - 18620 + 2080 ] } ], @@ -83962,7 +86143,7 @@ ] }, { - "id": 18629, + "id": 2089, "name": "options", "variant": "declaration", "kind": 1024, @@ -83974,7 +86155,7 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L11" } ], "type": { @@ -83988,7 +86169,7 @@ } }, { - "id": 18631, + "id": 2091, "name": "useQueryGraphStep", "variant": "declaration", "kind": 64, @@ -84308,6 +86489,24 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "query,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "query,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -84324,12 +86523,12 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 102, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L102" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L102" } ], "signatures": [ { - "id": 18632, + "id": 2092, "name": "useQueryGraphStep", "variant": "signature", "kind": 4096, @@ -84649,6 +86848,24 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "query,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "query,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -84665,12 +86882,12 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 102, "character": 33, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L102" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L102" } ], "typeParameters": [ { - "id": 18633, + "id": 2093, "name": "TEntry", "variant": "typeParam", "kind": 131072, @@ -84685,18 +86902,18 @@ ], "parameters": [ { - "id": 18634, + "id": 2094, "name": "input", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 18627, + "target": 2087, "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84713,14 +86930,14 @@ { "type": "reflection", "declaration": { - "id": 18635, + "id": 2095, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18636, + "id": 2096, "name": "data", "variant": "declaration", "kind": 1024, @@ -84739,7 +86956,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84754,11 +86971,11 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 18633, + "target": 2093, "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84798,7 +87015,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84813,11 +87030,11 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 18633, + "target": 2093, "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84854,7 +87071,7 @@ } }, { - "id": 18637, + "id": 2097, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -84917,8 +87134,8 @@ { "title": "Properties", "children": [ - 18636, - 18637 + 2096, + 2097 ] } ], @@ -84940,7 +87157,7 @@ "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84965,7 +87182,7 @@ "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -84981,14 +87198,14 @@ { "type": "reflection", "declaration": { - "id": 18638, + "id": 2098, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18639, + "id": 2099, "name": "config", "variant": "declaration", "kind": 2048, @@ -85002,7 +87219,7 @@ ], "signatures": [ { - "id": 18640, + "id": 2100, "name": "config", "variant": "signature", "kind": 4096, @@ -85016,7 +87233,7 @@ ], "parameters": [ { - "id": 18641, + "id": 2101, "name": "config", "variant": "param", "kind": 32768, @@ -85027,14 +87244,14 @@ { "type": "reflection", "declaration": { - "id": 18642, + "id": 2102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18643, + "id": 2103, "name": "name", "variant": "declaration", "kind": 1024, @@ -85058,7 +87275,7 @@ { "title": "Properties", "children": [ - 18643 + 2103 ] } ], @@ -85128,7 +87345,7 @@ "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -85149,7 +87366,7 @@ { "title": "Methods", "children": [ - 18639 + 2099 ] } ], @@ -85178,7 +87395,7 @@ "typeArguments": [ { "type": "reference", - "target": 18633, + "target": 2093, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -85197,7 +87414,7 @@ ] }, { - "id": 18645, + "id": 2105, "name": "fields", "variant": "declaration", "kind": 1024, @@ -85215,7 +87432,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -85227,7 +87444,7 @@ } }, { - "id": 18646, + "id": 2106, "name": "variables", "variant": "declaration", "kind": 1024, @@ -85247,7 +87464,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -85271,7 +87488,7 @@ } }, { - "id": 18647, + "id": 2107, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -85291,7 +87508,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -85300,7 +87517,7 @@ } }, { - "id": 18648, + "id": 2108, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -85320,7 +87537,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -85341,7 +87558,7 @@ } }, { - "id": 18649, + "id": 2109, "name": "list", "variant": "declaration", "kind": 1024, @@ -85372,7 +87589,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -85381,7 +87598,7 @@ } }, { - "id": 18651, + "id": 2111, "name": "entry_point", "variant": "declaration", "kind": 1024, @@ -85399,7 +87616,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L39" } ], "type": { @@ -85408,7 +87625,7 @@ } }, { - "id": 18652, + "id": 2112, "name": "fields", "variant": "declaration", "kind": 1024, @@ -85428,7 +87645,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -85440,12 +87657,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18645, + "target": 2105, "name": "RemoteStepInput.fields" } }, { - "id": 18653, + "id": 2113, "name": "variables", "variant": "declaration", "kind": 1024, @@ -85466,7 +87683,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -85490,12 +87707,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18646, + "target": 2106, "name": "RemoteStepInput.variables" } }, { - "id": 18654, + "id": 2114, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -85516,7 +87733,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -85525,12 +87742,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18647, + "target": 2107, "name": "RemoteStepInput.throw_if_key_not_found" } }, { - "id": 18655, + "id": 2115, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -85551,7 +87768,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -85572,12 +87789,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18648, + "target": 2108, "name": "RemoteStepInput.throw_if_relation_not_found" } }, { - "id": 18656, + "id": 2116, "name": "list", "variant": "declaration", "kind": 1024, @@ -85609,7 +87826,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -85618,12 +87835,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18649, + "target": 2109, "name": "RemoteStepInput.list" } }, { - "id": 18658, + "id": 2118, "name": "service", "variant": "declaration", "kind": 1024, @@ -85641,7 +87858,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L46" } ], "type": { @@ -85650,7 +87867,7 @@ } }, { - "id": 18659, + "id": 2119, "name": "fields", "variant": "declaration", "kind": 1024, @@ -85670,7 +87887,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -85682,12 +87899,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18645, + "target": 2105, "name": "RemoteStepInput.fields" } }, { - "id": 18660, + "id": 2120, "name": "variables", "variant": "declaration", "kind": 1024, @@ -85708,7 +87925,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -85732,12 +87949,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18646, + "target": 2106, "name": "RemoteStepInput.variables" } }, { - "id": 18661, + "id": 2121, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -85758,7 +87975,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -85767,12 +87984,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18647, + "target": 2107, "name": "RemoteStepInput.throw_if_key_not_found" } }, { - "id": 18662, + "id": 2122, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -85793,7 +88010,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -85814,12 +88031,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18648, + "target": 2108, "name": "RemoteStepInput.throw_if_relation_not_found" } }, { - "id": 18663, + "id": 2123, "name": "list", "variant": "declaration", "kind": 1024, @@ -85851,7 +88068,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -85860,12 +88077,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18649, + "target": 2109, "name": "RemoteStepInput.list" } }, { - "id": 18664, + "id": 2124, "name": "useRemoteQueryStepId", "variant": "declaration", "kind": 32, @@ -85877,7 +88094,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L49" } ], "type": { @@ -85887,7 +88104,7 @@ "defaultValue": "\"use-remote-query\"" }, { - "id": 18665, + "id": 2125, "name": "useRemoteQueryStep", "variant": "declaration", "kind": 64, @@ -87873,6 +90090,24 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "remote query,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "remote query,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -87886,7 +90121,7 @@ }, "children": [ { - "id": 18668, + "id": 2128, "name": "__type", "variant": "declaration", "kind": 1024, @@ -87904,7 +90139,7 @@ } }, { - "id": 18669, + "id": 2129, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -87926,8 +90161,8 @@ { "title": "Properties", "children": [ - 18668, - 18669 + 2128, + 2129 ] } ], @@ -87936,12 +90171,12 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L112" } ], "signatures": [ { - "id": 18666, + "id": 2126, "name": "useRemoteQueryStep", "variant": "signature", "kind": 4096, @@ -89927,6 +92162,24 @@ } ] }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "remote query,step" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "remote query,step" + } + ] + }, { "tag": "@tags", "content": [ @@ -89943,12 +92196,12 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L112" } ], "parameters": [ { - "id": 18667, + "id": 2127, "name": "input", "variant": "param", "kind": 32768, @@ -89958,13 +92211,13 @@ "types": [ { "type": "reference", - "target": 18650, + "target": 2110, "name": "EntryStepInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 18657, + "target": 2117, "name": "ServiceStepInput", "package": "@medusajs/core-flows" }, @@ -89980,13 +92233,13 @@ "types": [ { "type": "reference", - "target": 18650, + "target": 2110, "name": "EntryStepInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 18657, + "target": 2117, "name": "ServiceStepInput", "package": "@medusajs/core-flows" } @@ -90008,7 +92261,7 @@ ] }, { - "id": 18670, + "id": 2130, "name": "validatePresenceOfStep", "variant": "declaration", "kind": 64, @@ -90043,7 +92296,7 @@ }, "children": [ { - "id": 18685, + "id": 2145, "name": "__type", "variant": "declaration", "kind": 1024, @@ -90061,7 +92314,7 @@ } }, { - "id": 18686, + "id": 2146, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -90083,8 +92336,8 @@ { "title": "Properties", "children": [ - 18685, - 18686 + 2145, + 2146 ] } ], @@ -90093,12 +92346,12 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 7, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L7" } ], "signatures": [ { - "id": 18671, + "id": 2131, "name": "validatePresenceOfStep", "variant": "signature", "kind": 4096, @@ -90136,12 +92389,12 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 7, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L7" } ], "parameters": [ { - "id": 18672, + "id": 2132, "name": "input", "variant": "param", "kind": 32768, @@ -90152,14 +92405,14 @@ { "type": "reflection", "declaration": { - "id": 18673, + "id": 2133, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18674, + "id": 2134, "name": "entity", "variant": "declaration", "kind": 1024, @@ -90169,7 +92422,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" } ], "type": { @@ -90193,7 +92446,7 @@ } }, { - "id": 18675, + "id": 2135, "name": "fields", "variant": "declaration", "kind": 1024, @@ -90203,7 +92456,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" } ], "type": { @@ -90219,8 +92472,8 @@ { "title": "Properties", "children": [ - 18674, - 18675 + 2134, + 2135 ] } ], @@ -90229,7 +92482,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 12, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L12" } ] } @@ -90244,14 +92497,14 @@ { "type": "reflection", "declaration": { - "id": 18676, + "id": 2136, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18677, + "id": 2137, "name": "entity", "variant": "declaration", "kind": 1024, @@ -90261,7 +92514,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" } ], "type": { @@ -90285,7 +92538,7 @@ } }, { - "id": 18678, + "id": 2138, "name": "fields", "variant": "declaration", "kind": 1024, @@ -90295,7 +92548,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" } ], "type": { @@ -90311,8 +92564,8 @@ { "title": "Properties", "children": [ - 18677, - 18678 + 2137, + 2138 ] } ], @@ -90321,7 +92574,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 12, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L12" } ] } @@ -90355,14 +92608,14 @@ { "type": "reflection", "declaration": { - "id": 18679, + "id": 2139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18680, + "id": 2140, "name": "config", "variant": "declaration", "kind": 2048, @@ -90376,7 +92629,7 @@ ], "signatures": [ { - "id": 18681, + "id": 2141, "name": "config", "variant": "signature", "kind": 4096, @@ -90390,7 +92643,7 @@ ], "parameters": [ { - "id": 18682, + "id": 2142, "name": "config", "variant": "param", "kind": 32768, @@ -90401,14 +92654,14 @@ { "type": "reflection", "declaration": { - "id": 18683, + "id": 2143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18684, + "id": 2144, "name": "name", "variant": "declaration", "kind": 1024, @@ -90432,7 +92685,7 @@ { "title": "Properties", "children": [ - 18684 + 2144 ] } ], @@ -90509,7 +92762,7 @@ { "title": "Methods", "children": [ - 18680 + 2140 ] } ], @@ -90543,7 +92796,7 @@ ] }, { - "id": 18674, + "id": 2134, "name": "entity", "variant": "declaration", "kind": 1024, @@ -90553,7 +92806,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" } ], "type": { @@ -90577,7 +92830,7 @@ } }, { - "id": 18675, + "id": 2135, "name": "fields", "variant": "declaration", "kind": 1024, @@ -90587,7 +92840,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" } ], "type": { @@ -90599,7 +92852,7 @@ } }, { - "id": 18677, + "id": 2137, "name": "entity", "variant": "declaration", "kind": 1024, @@ -90609,7 +92862,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L13" } ], "type": { @@ -90633,7 +92886,7 @@ } }, { - "id": 18678, + "id": 2138, "name": "fields", "variant": "declaration", "kind": 1024, @@ -90643,7 +92896,7 @@ "fileName": "core-flows/src/common/steps/validate-presence-of.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/validate-presence-of.ts#L14" } ], "type": { @@ -90657,14 +92910,14 @@ ] }, { - "id": 16552, + "id": 12, "name": "Workflows_Common", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 18687, + "id": 2147, "name": "batchLinksWorkflowId", "variant": "declaration", "kind": 32, @@ -90676,7 +92929,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L12" } ], "type": { @@ -90686,7 +92939,7 @@ "defaultValue": "\"batch-links\"" }, { - "id": 18688, + "id": 2148, "name": "batchLinksWorkflow", "variant": "declaration", "kind": 64, @@ -90730,7 +92983,7 @@ }, "children": [ { - "id": 18718, + "id": 2178, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -90753,7 +93006,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18719, + "id": 2179, "name": "__type", "variant": "declaration", "kind": 65536, @@ -90767,7 +93020,7 @@ ], "signatures": [ { - "id": 18720, + "id": 2180, "name": "__type", "variant": "signature", "kind": 4096, @@ -90795,7 +93048,7 @@ ], "parameters": [ { - "id": 18721, + "id": 2181, "name": "param0", "variant": "param", "kind": 32768, @@ -90811,14 +93064,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18722, + "id": 2182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18723, + "id": 2183, "name": "input", "variant": "declaration", "kind": 1024, @@ -90936,7 +93189,7 @@ { "title": "Properties", "children": [ - 18723 + 2183 ] } ], @@ -90957,14 +93210,14 @@ { "type": "reflection", "declaration": { - "id": 18724, + "id": 2184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18725, + "id": 2185, "name": "created", "variant": "declaration", "kind": 1024, @@ -90974,7 +93227,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -91058,14 +93311,14 @@ { "type": "reflection", "declaration": { - "id": 18726, + "id": 2186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18727, + "id": 2187, "name": "config", "variant": "declaration", "kind": 2048, @@ -91079,7 +93332,7 @@ ], "signatures": [ { - "id": 18728, + "id": 2188, "name": "config", "variant": "signature", "kind": 4096, @@ -91093,7 +93346,7 @@ ], "parameters": [ { - "id": 18729, + "id": 2189, "name": "config", "variant": "param", "kind": 32768, @@ -91104,14 +93357,14 @@ { "type": "reflection", "declaration": { - "id": 18730, + "id": 2190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18731, + "id": 2191, "name": "name", "variant": "declaration", "kind": 1024, @@ -91135,7 +93388,7 @@ { "title": "Properties", "children": [ - 18731 + 2191 ] } ], @@ -91220,7 +93473,7 @@ { "title": "Methods", "children": [ - 18727 + 2187 ] } ], @@ -91343,14 +93596,14 @@ { "type": "reflection", "declaration": { - "id": 18732, + "id": 2192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18733, + "id": 2193, "name": "config", "variant": "declaration", "kind": 2048, @@ -91364,7 +93617,7 @@ ], "signatures": [ { - "id": 18734, + "id": 2194, "name": "config", "variant": "signature", "kind": 4096, @@ -91378,7 +93631,7 @@ ], "parameters": [ { - "id": 18735, + "id": 2195, "name": "config", "variant": "param", "kind": 32768, @@ -91389,14 +93642,14 @@ { "type": "reflection", "declaration": { - "id": 18736, + "id": 2196, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18737, + "id": 2197, "name": "name", "variant": "declaration", "kind": 1024, @@ -91420,7 +93673,7 @@ { "title": "Properties", "children": [ - 18737 + 2197 ] } ], @@ -91505,7 +93758,7 @@ { "title": "Methods", "children": [ - 18733 + 2193 ] } ], @@ -91551,7 +93804,7 @@ } }, { - "id": 18738, + "id": 2198, "name": "updated", "variant": "declaration", "kind": 1024, @@ -91561,7 +93814,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -91645,14 +93898,14 @@ { "type": "reflection", "declaration": { - "id": 18739, + "id": 2199, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18740, + "id": 2200, "name": "config", "variant": "declaration", "kind": 2048, @@ -91666,7 +93919,7 @@ ], "signatures": [ { - "id": 18741, + "id": 2201, "name": "config", "variant": "signature", "kind": 4096, @@ -91680,7 +93933,7 @@ ], "parameters": [ { - "id": 18742, + "id": 2202, "name": "config", "variant": "param", "kind": 32768, @@ -91691,14 +93944,14 @@ { "type": "reflection", "declaration": { - "id": 18743, + "id": 2203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18744, + "id": 2204, "name": "name", "variant": "declaration", "kind": 1024, @@ -91722,7 +93975,7 @@ { "title": "Properties", "children": [ - 18744 + 2204 ] } ], @@ -91807,7 +94060,7 @@ { "title": "Methods", "children": [ - 18740 + 2200 ] } ], @@ -91930,14 +94183,14 @@ { "type": "reflection", "declaration": { - "id": 18745, + "id": 2205, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18746, + "id": 2206, "name": "config", "variant": "declaration", "kind": 2048, @@ -91951,7 +94204,7 @@ ], "signatures": [ { - "id": 18747, + "id": 2207, "name": "config", "variant": "signature", "kind": 4096, @@ -91965,7 +94218,7 @@ ], "parameters": [ { - "id": 18748, + "id": 2208, "name": "config", "variant": "param", "kind": 32768, @@ -91976,14 +94229,14 @@ { "type": "reflection", "declaration": { - "id": 18749, + "id": 2209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18750, + "id": 2210, "name": "name", "variant": "declaration", "kind": 1024, @@ -92007,7 +94260,7 @@ { "title": "Properties", "children": [ - 18750 + 2210 ] } ], @@ -92092,7 +94345,7 @@ { "title": "Methods", "children": [ - 18746 + 2206 ] } ], @@ -92138,7 +94391,7 @@ } }, { - "id": 18751, + "id": 2211, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -92148,7 +94401,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -92232,14 +94485,14 @@ { "type": "reflection", "declaration": { - "id": 18752, + "id": 2212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18753, + "id": 2213, "name": "config", "variant": "declaration", "kind": 2048, @@ -92253,7 +94506,7 @@ ], "signatures": [ { - "id": 18754, + "id": 2214, "name": "config", "variant": "signature", "kind": 4096, @@ -92267,7 +94520,7 @@ ], "parameters": [ { - "id": 18755, + "id": 2215, "name": "config", "variant": "param", "kind": 32768, @@ -92278,14 +94531,14 @@ { "type": "reflection", "declaration": { - "id": 18756, + "id": 2216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18757, + "id": 2217, "name": "name", "variant": "declaration", "kind": 1024, @@ -92309,7 +94562,7 @@ { "title": "Properties", "children": [ - 18757 + 2217 ] } ], @@ -92394,7 +94647,7 @@ { "title": "Methods", "children": [ - 18753 + 2213 ] } ], @@ -92517,14 +94770,14 @@ { "type": "reflection", "declaration": { - "id": 18758, + "id": 2218, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18759, + "id": 2219, "name": "config", "variant": "declaration", "kind": 2048, @@ -92538,7 +94791,7 @@ ], "signatures": [ { - "id": 18760, + "id": 2220, "name": "config", "variant": "signature", "kind": 4096, @@ -92552,7 +94805,7 @@ ], "parameters": [ { - "id": 18761, + "id": 2221, "name": "config", "variant": "param", "kind": 32768, @@ -92563,14 +94816,14 @@ { "type": "reflection", "declaration": { - "id": 18762, + "id": 2222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18763, + "id": 2223, "name": "name", "variant": "declaration", "kind": 1024, @@ -92594,7 +94847,7 @@ { "title": "Properties", "children": [ - 18763 + 2223 ] } ], @@ -92679,7 +94932,7 @@ { "title": "Methods", "children": [ - 18759 + 2219 ] } ], @@ -92729,9 +94982,9 @@ { "title": "Properties", "children": [ - 18725, - 18738, - 18751 + 2185, + 2198, + 2211 ] } ], @@ -92747,14 +95000,14 @@ { "type": "reflection", "declaration": { - "id": 18764, + "id": 2224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18765, + "id": 2225, "name": "created", "variant": "declaration", "kind": 1024, @@ -92764,7 +95017,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -92845,14 +95098,14 @@ { "type": "reflection", "declaration": { - "id": 18766, + "id": 2226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18767, + "id": 2227, "name": "config", "variant": "declaration", "kind": 2048, @@ -92866,7 +95119,7 @@ ], "signatures": [ { - "id": 18768, + "id": 2228, "name": "config", "variant": "signature", "kind": 4096, @@ -92880,7 +95133,7 @@ ], "parameters": [ { - "id": 18769, + "id": 2229, "name": "config", "variant": "param", "kind": 32768, @@ -92891,14 +95144,14 @@ { "type": "reflection", "declaration": { - "id": 18770, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18771, + "id": 2231, "name": "name", "variant": "declaration", "kind": 1024, @@ -92922,7 +95175,7 @@ { "title": "Properties", "children": [ - 18771 + 2231 ] } ], @@ -93007,7 +95260,7 @@ { "title": "Methods", "children": [ - 18767 + 2227 ] } ], @@ -93047,7 +95300,7 @@ } }, { - "id": 18772, + "id": 2232, "name": "updated", "variant": "declaration", "kind": 1024, @@ -93057,7 +95310,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -93138,14 +95391,14 @@ { "type": "reflection", "declaration": { - "id": 18773, + "id": 2233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18774, + "id": 2234, "name": "config", "variant": "declaration", "kind": 2048, @@ -93159,7 +95412,7 @@ ], "signatures": [ { - "id": 18775, + "id": 2235, "name": "config", "variant": "signature", "kind": 4096, @@ -93173,7 +95426,7 @@ ], "parameters": [ { - "id": 18776, + "id": 2236, "name": "config", "variant": "param", "kind": 32768, @@ -93184,14 +95437,14 @@ { "type": "reflection", "declaration": { - "id": 18777, + "id": 2237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18778, + "id": 2238, "name": "name", "variant": "declaration", "kind": 1024, @@ -93215,7 +95468,7 @@ { "title": "Properties", "children": [ - 18778 + 2238 ] } ], @@ -93300,7 +95553,7 @@ { "title": "Methods", "children": [ - 18774 + 2234 ] } ], @@ -93340,7 +95593,7 @@ } }, { - "id": 18779, + "id": 2239, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -93350,7 +95603,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -93431,14 +95684,14 @@ { "type": "reflection", "declaration": { - "id": 18780, + "id": 2240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18781, + "id": 2241, "name": "config", "variant": "declaration", "kind": 2048, @@ -93452,7 +95705,7 @@ ], "signatures": [ { - "id": 18782, + "id": 2242, "name": "config", "variant": "signature", "kind": 4096, @@ -93466,7 +95719,7 @@ ], "parameters": [ { - "id": 18783, + "id": 2243, "name": "config", "variant": "param", "kind": 32768, @@ -93477,14 +95730,14 @@ { "type": "reflection", "declaration": { - "id": 18784, + "id": 2244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18785, + "id": 2245, "name": "name", "variant": "declaration", "kind": 1024, @@ -93508,7 +95761,7 @@ { "title": "Properties", "children": [ - 18785 + 2245 ] } ], @@ -93593,7 +95846,7 @@ { "title": "Methods", "children": [ - 18781 + 2241 ] } ], @@ -93637,9 +95890,9 @@ { "title": "Properties", "children": [ - 18765, - 18772, - 18779 + 2225, + 2232, + 2239 ] } ], @@ -93648,7 +95901,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } @@ -93663,14 +95916,14 @@ { "type": "reflection", "declaration": { - "id": 18786, + "id": 2246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18787, + "id": 2247, "name": "created", "variant": "declaration", "kind": 1024, @@ -93680,7 +95933,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -93761,14 +96014,14 @@ { "type": "reflection", "declaration": { - "id": 18788, + "id": 2248, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18789, + "id": 2249, "name": "config", "variant": "declaration", "kind": 2048, @@ -93782,7 +96035,7 @@ ], "signatures": [ { - "id": 18790, + "id": 2250, "name": "config", "variant": "signature", "kind": 4096, @@ -93796,7 +96049,7 @@ ], "parameters": [ { - "id": 18791, + "id": 2251, "name": "config", "variant": "param", "kind": 32768, @@ -93807,14 +96060,14 @@ { "type": "reflection", "declaration": { - "id": 18792, + "id": 2252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18793, + "id": 2253, "name": "name", "variant": "declaration", "kind": 1024, @@ -93838,7 +96091,7 @@ { "title": "Properties", "children": [ - 18793 + 2253 ] } ], @@ -93923,7 +96176,7 @@ { "title": "Methods", "children": [ - 18789 + 2249 ] } ], @@ -93963,7 +96216,7 @@ } }, { - "id": 18794, + "id": 2254, "name": "updated", "variant": "declaration", "kind": 1024, @@ -93973,7 +96226,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -94054,14 +96307,14 @@ { "type": "reflection", "declaration": { - "id": 18795, + "id": 2255, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18796, + "id": 2256, "name": "config", "variant": "declaration", "kind": 2048, @@ -94075,7 +96328,7 @@ ], "signatures": [ { - "id": 18797, + "id": 2257, "name": "config", "variant": "signature", "kind": 4096, @@ -94089,7 +96342,7 @@ ], "parameters": [ { - "id": 18798, + "id": 2258, "name": "config", "variant": "param", "kind": 32768, @@ -94100,14 +96353,14 @@ { "type": "reflection", "declaration": { - "id": 18799, + "id": 2259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18800, + "id": 2260, "name": "name", "variant": "declaration", "kind": 1024, @@ -94131,7 +96384,7 @@ { "title": "Properties", "children": [ - 18800 + 2260 ] } ], @@ -94216,7 +96469,7 @@ { "title": "Methods", "children": [ - 18796 + 2256 ] } ], @@ -94256,7 +96509,7 @@ } }, { - "id": 18801, + "id": 2261, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -94266,7 +96519,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -94347,14 +96600,14 @@ { "type": "reflection", "declaration": { - "id": 18802, + "id": 2262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18803, + "id": 2263, "name": "config", "variant": "declaration", "kind": 2048, @@ -94368,7 +96621,7 @@ ], "signatures": [ { - "id": 18804, + "id": 2264, "name": "config", "variant": "signature", "kind": 4096, @@ -94382,7 +96635,7 @@ ], "parameters": [ { - "id": 18805, + "id": 2265, "name": "config", "variant": "param", "kind": 32768, @@ -94393,14 +96646,14 @@ { "type": "reflection", "declaration": { - "id": 18806, + "id": 2266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18807, + "id": 2267, "name": "name", "variant": "declaration", "kind": 1024, @@ -94424,7 +96677,7 @@ { "title": "Properties", "children": [ - 18807 + 2267 ] } ], @@ -94509,7 +96762,7 @@ { "title": "Methods", "children": [ - 18803 + 2263 ] } ], @@ -94553,9 +96806,9 @@ { "title": "Properties", "children": [ - 18787, - 18794, - 18801 + 2247, + 2254, + 2261 ] } ], @@ -94564,7 +96817,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } @@ -94576,14 +96829,14 @@ { "type": "reflection", "declaration": { - "id": 18808, + "id": 2268, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18809, + "id": 2269, "name": "config", "variant": "declaration", "kind": 2048, @@ -94597,7 +96850,7 @@ ], "signatures": [ { - "id": 18810, + "id": 2270, "name": "config", "variant": "signature", "kind": 4096, @@ -94611,7 +96864,7 @@ ], "parameters": [ { - "id": 18811, + "id": 2271, "name": "config", "variant": "param", "kind": 32768, @@ -94622,14 +96875,14 @@ { "type": "reflection", "declaration": { - "id": 18812, + "id": 2272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18813, + "id": 2273, "name": "name", "variant": "declaration", "kind": 1024, @@ -94653,7 +96906,7 @@ { "title": "Properties", "children": [ - 18813 + 2273 ] } ], @@ -94717,14 +96970,14 @@ { "type": "reflection", "declaration": { - "id": 18814, + "id": 2274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18815, + "id": 2275, "name": "created", "variant": "declaration", "kind": 1024, @@ -94734,7 +96987,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -94815,14 +97068,14 @@ { "type": "reflection", "declaration": { - "id": 18816, + "id": 2276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18817, + "id": 2277, "name": "config", "variant": "declaration", "kind": 2048, @@ -94836,7 +97089,7 @@ ], "signatures": [ { - "id": 18818, + "id": 2278, "name": "config", "variant": "signature", "kind": 4096, @@ -94850,7 +97103,7 @@ ], "parameters": [ { - "id": 18819, + "id": 2279, "name": "config", "variant": "param", "kind": 32768, @@ -94861,14 +97114,14 @@ { "type": "reflection", "declaration": { - "id": 18820, + "id": 2280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18821, + "id": 2281, "name": "name", "variant": "declaration", "kind": 1024, @@ -94892,7 +97145,7 @@ { "title": "Properties", "children": [ - 18821 + 2281 ] } ], @@ -94977,7 +97230,7 @@ { "title": "Methods", "children": [ - 18817 + 2277 ] } ], @@ -95017,7 +97270,7 @@ } }, { - "id": 18822, + "id": 2282, "name": "updated", "variant": "declaration", "kind": 1024, @@ -95027,7 +97280,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -95108,14 +97361,14 @@ { "type": "reflection", "declaration": { - "id": 18823, + "id": 2283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18824, + "id": 2284, "name": "config", "variant": "declaration", "kind": 2048, @@ -95129,7 +97382,7 @@ ], "signatures": [ { - "id": 18825, + "id": 2285, "name": "config", "variant": "signature", "kind": 4096, @@ -95143,7 +97396,7 @@ ], "parameters": [ { - "id": 18826, + "id": 2286, "name": "config", "variant": "param", "kind": 32768, @@ -95154,14 +97407,14 @@ { "type": "reflection", "declaration": { - "id": 18827, + "id": 2287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18828, + "id": 2288, "name": "name", "variant": "declaration", "kind": 1024, @@ -95185,7 +97438,7 @@ { "title": "Properties", "children": [ - 18828 + 2288 ] } ], @@ -95270,7 +97523,7 @@ { "title": "Methods", "children": [ - 18824 + 2284 ] } ], @@ -95310,7 +97563,7 @@ } }, { - "id": 18829, + "id": 2289, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -95320,7 +97573,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -95401,14 +97654,14 @@ { "type": "reflection", "declaration": { - "id": 18830, + "id": 2290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18831, + "id": 2291, "name": "config", "variant": "declaration", "kind": 2048, @@ -95422,7 +97675,7 @@ ], "signatures": [ { - "id": 18832, + "id": 2292, "name": "config", "variant": "signature", "kind": 4096, @@ -95436,7 +97689,7 @@ ], "parameters": [ { - "id": 18833, + "id": 2293, "name": "config", "variant": "param", "kind": 32768, @@ -95447,14 +97700,14 @@ { "type": "reflection", "declaration": { - "id": 18834, + "id": 2294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18835, + "id": 2295, "name": "name", "variant": "declaration", "kind": 1024, @@ -95478,7 +97731,7 @@ { "title": "Properties", "children": [ - 18835 + 2295 ] } ], @@ -95563,7 +97816,7 @@ { "title": "Methods", "children": [ - 18831 + 2291 ] } ], @@ -95607,9 +97860,9 @@ { "title": "Properties", "children": [ - 18815, - 18822, - 18829 + 2275, + 2282, + 2289 ] } ], @@ -95618,7 +97871,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } @@ -95635,7 +97888,7 @@ { "title": "Methods", "children": [ - 18809 + 2269 ] } ], @@ -95658,14 +97911,14 @@ { "type": "reflection", "declaration": { - "id": 18836, + "id": 2296, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18837, + "id": 2297, "name": "created", "variant": "declaration", "kind": 1024, @@ -95675,7 +97928,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -95756,14 +98009,14 @@ { "type": "reflection", "declaration": { - "id": 18838, + "id": 2298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18839, + "id": 2299, "name": "config", "variant": "declaration", "kind": 2048, @@ -95777,7 +98030,7 @@ ], "signatures": [ { - "id": 18840, + "id": 2300, "name": "config", "variant": "signature", "kind": 4096, @@ -95791,7 +98044,7 @@ ], "parameters": [ { - "id": 18841, + "id": 2301, "name": "config", "variant": "param", "kind": 32768, @@ -95802,14 +98055,14 @@ { "type": "reflection", "declaration": { - "id": 18842, + "id": 2302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18843, + "id": 2303, "name": "name", "variant": "declaration", "kind": 1024, @@ -95833,7 +98086,7 @@ { "title": "Properties", "children": [ - 18843 + 2303 ] } ], @@ -95918,7 +98171,7 @@ { "title": "Methods", "children": [ - 18839 + 2299 ] } ], @@ -95958,7 +98211,7 @@ } }, { - "id": 18844, + "id": 2304, "name": "updated", "variant": "declaration", "kind": 1024, @@ -95968,7 +98221,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -96049,14 +98302,14 @@ { "type": "reflection", "declaration": { - "id": 18845, + "id": 2305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18846, + "id": 2306, "name": "config", "variant": "declaration", "kind": 2048, @@ -96070,7 +98323,7 @@ ], "signatures": [ { - "id": 18847, + "id": 2307, "name": "config", "variant": "signature", "kind": 4096, @@ -96084,7 +98337,7 @@ ], "parameters": [ { - "id": 18848, + "id": 2308, "name": "config", "variant": "param", "kind": 32768, @@ -96095,14 +98348,14 @@ { "type": "reflection", "declaration": { - "id": 18849, + "id": 2309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18850, + "id": 2310, "name": "name", "variant": "declaration", "kind": 1024, @@ -96126,7 +98379,7 @@ { "title": "Properties", "children": [ - 18850 + 2310 ] } ], @@ -96211,7 +98464,7 @@ { "title": "Methods", "children": [ - 18846 + 2306 ] } ], @@ -96251,7 +98504,7 @@ } }, { - "id": 18851, + "id": 2311, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -96261,7 +98514,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -96342,14 +98595,14 @@ { "type": "reflection", "declaration": { - "id": 18852, + "id": 2312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18853, + "id": 2313, "name": "config", "variant": "declaration", "kind": 2048, @@ -96363,7 +98616,7 @@ ], "signatures": [ { - "id": 18854, + "id": 2314, "name": "config", "variant": "signature", "kind": 4096, @@ -96377,7 +98630,7 @@ ], "parameters": [ { - "id": 18855, + "id": 2315, "name": "config", "variant": "param", "kind": 32768, @@ -96388,14 +98641,14 @@ { "type": "reflection", "declaration": { - "id": 18856, + "id": 2316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18857, + "id": 2317, "name": "name", "variant": "declaration", "kind": 1024, @@ -96419,7 +98672,7 @@ { "title": "Properties", "children": [ - 18857 + 2317 ] } ], @@ -96504,7 +98757,7 @@ { "title": "Methods", "children": [ - 18853 + 2313 ] } ], @@ -96548,9 +98801,9 @@ { "title": "Properties", "children": [ - 18837, - 18844, - 18851 + 2297, + 2304, + 2311 ] } ], @@ -96559,7 +98812,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } @@ -96576,7 +98829,7 @@ } }, { - "id": 18858, + "id": 2318, "name": "run", "variant": "declaration", "kind": 1024, @@ -96599,7 +98852,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18859, + "id": 2319, "name": "__type", "variant": "declaration", "kind": 65536, @@ -96613,7 +98866,7 @@ ], "signatures": [ { - "id": 18860, + "id": 2320, "name": "__type", "variant": "signature", "kind": 4096, @@ -96641,7 +98894,7 @@ ], "typeParameters": [ { - "id": 18861, + "id": 2321, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -96652,7 +98905,7 @@ } }, { - "id": 18862, + "id": 2322, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -96665,7 +98918,7 @@ ], "parameters": [ { - "id": 18863, + "id": 2323, "name": "args", "variant": "param", "kind": 32768, @@ -96698,7 +98951,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -96747,7 +99000,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -96780,7 +99033,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -96792,14 +99045,14 @@ "trueType": { "type": "reflection", "declaration": { - "id": 18864, + "id": 2324, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18865, + "id": 2325, "name": "created", "variant": "declaration", "kind": 1024, @@ -96809,7 +99062,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -96890,14 +99143,14 @@ { "type": "reflection", "declaration": { - "id": 18866, + "id": 2326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18867, + "id": 2327, "name": "config", "variant": "declaration", "kind": 2048, @@ -96911,7 +99164,7 @@ ], "signatures": [ { - "id": 18868, + "id": 2328, "name": "config", "variant": "signature", "kind": 4096, @@ -96925,7 +99178,7 @@ ], "parameters": [ { - "id": 18869, + "id": 2329, "name": "config", "variant": "param", "kind": 32768, @@ -96936,14 +99189,14 @@ { "type": "reflection", "declaration": { - "id": 18870, + "id": 2330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18871, + "id": 2331, "name": "name", "variant": "declaration", "kind": 1024, @@ -96967,7 +99220,7 @@ { "title": "Properties", "children": [ - 18871 + 2331 ] } ], @@ -97052,7 +99305,7 @@ { "title": "Methods", "children": [ - 18867 + 2327 ] } ], @@ -97092,7 +99345,7 @@ } }, { - "id": 18872, + "id": 2332, "name": "updated", "variant": "declaration", "kind": 1024, @@ -97102,7 +99355,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -97183,14 +99436,14 @@ { "type": "reflection", "declaration": { - "id": 18873, + "id": 2333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18874, + "id": 2334, "name": "config", "variant": "declaration", "kind": 2048, @@ -97204,7 +99457,7 @@ ], "signatures": [ { - "id": 18875, + "id": 2335, "name": "config", "variant": "signature", "kind": 4096, @@ -97218,7 +99471,7 @@ ], "parameters": [ { - "id": 18876, + "id": 2336, "name": "config", "variant": "param", "kind": 32768, @@ -97229,14 +99482,14 @@ { "type": "reflection", "declaration": { - "id": 18877, + "id": 2337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18878, + "id": 2338, "name": "name", "variant": "declaration", "kind": 1024, @@ -97260,7 +99513,7 @@ { "title": "Properties", "children": [ - 18878 + 2338 ] } ], @@ -97345,7 +99598,7 @@ { "title": "Methods", "children": [ - 18874 + 2334 ] } ], @@ -97385,7 +99638,7 @@ } }, { - "id": 18879, + "id": 2339, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -97395,7 +99648,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -97476,14 +99729,14 @@ { "type": "reflection", "declaration": { - "id": 18880, + "id": 2340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18881, + "id": 2341, "name": "config", "variant": "declaration", "kind": 2048, @@ -97497,7 +99750,7 @@ ], "signatures": [ { - "id": 18882, + "id": 2342, "name": "config", "variant": "signature", "kind": 4096, @@ -97511,7 +99764,7 @@ ], "parameters": [ { - "id": 18883, + "id": 2343, "name": "config", "variant": "param", "kind": 32768, @@ -97522,14 +99775,14 @@ { "type": "reflection", "declaration": { - "id": 18884, + "id": 2344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18885, + "id": 2345, "name": "name", "variant": "declaration", "kind": 1024, @@ -97553,7 +99806,7 @@ { "title": "Properties", "children": [ - 18885 + 2345 ] } ], @@ -97638,7 +99891,7 @@ { "title": "Methods", "children": [ - 18881 + 2341 ] } ], @@ -97682,9 +99935,9 @@ { "title": "Properties", "children": [ - 18865, - 18872, - 18879 + 2325, + 2332, + 2339 ] } ], @@ -97693,14 +99946,14 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -97720,7 +99973,7 @@ } }, { - "id": 18886, + "id": 2346, "name": "getName", "variant": "declaration", "kind": 1024, @@ -97743,7 +99996,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18887, + "id": 2347, "name": "__type", "variant": "declaration", "kind": 65536, @@ -97757,7 +100010,7 @@ ], "signatures": [ { - "id": 18888, + "id": 2348, "name": "__type", "variant": "signature", "kind": 4096, @@ -97779,7 +100032,7 @@ } }, { - "id": 18889, + "id": 2349, "name": "config", "variant": "declaration", "kind": 1024, @@ -97802,7 +100055,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18890, + "id": 2350, "name": "__type", "variant": "declaration", "kind": 65536, @@ -97816,7 +100069,7 @@ ], "signatures": [ { - "id": 18891, + "id": 2351, "name": "__type", "variant": "signature", "kind": 4096, @@ -97830,7 +100083,7 @@ ], "parameters": [ { - "id": 18892, + "id": 2352, "name": "config", "variant": "param", "kind": 32768, @@ -97856,7 +100109,7 @@ } }, { - "id": 18893, + "id": 2353, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -97884,7 +100137,7 @@ ], "documents": [ { - "id": 37338, + "id": 20825, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -97900,6 +100153,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -97910,7 +100172,7 @@ "frontmatter": {} }, { - "id": 37339, + "id": 20826, "name": "updateRemoteLinksStep", "variant": "document", "kind": 8388608, @@ -97926,6 +100188,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2076" + } + ] } ], "modifierTags": [ @@ -97936,7 +100207,7 @@ "frontmatter": {} }, { - "id": 37340, + "id": 20827, "name": "dismissRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -97952,6 +100223,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2037" + } + ] } ], "modifierTags": [ @@ -97963,21 +100243,21 @@ } ], "childrenIncludingDocuments": [ - 18718, - 18858, - 18886, - 18889, - 18893 + 2178, + 2318, + 2346, + 2349, + 2353 ], "groups": [ { "title": "Properties", "children": [ - 18718, - 18858, - 18886, - 18889, - 18893 + 2178, + 2318, + 2346, + 2349, + 2353 ] } ], @@ -97986,12 +100266,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L67" } ], "signatures": [ { - "id": 18689, + "id": 2149, "name": "batchLinksWorkflow", "variant": "signature", "kind": 4096, @@ -98038,12 +100318,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L67" } ], "typeParameters": [ { - "id": 18690, + "id": 2150, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -98054,7 +100334,7 @@ } }, { - "id": 18691, + "id": 2151, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -98067,7 +100347,7 @@ ], "parameters": [ { - "id": 18692, + "id": 2152, "name": "container", "variant": "param", "kind": 32768, @@ -98091,14 +100371,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18693, + "id": 2153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18694, + "id": 2154, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -98121,7 +100401,7 @@ } }, { - "id": 18695, + "id": 2155, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -98148,8 +100428,8 @@ { "title": "Properties", "children": [ - 18694, - 18695 + 2154, + 2155 ] } ], @@ -98259,14 +100539,14 @@ { "type": "reflection", "declaration": { - "id": 18696, + "id": 2156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18697, + "id": 2157, "name": "created", "variant": "declaration", "kind": 1024, @@ -98276,7 +100556,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -98357,14 +100637,14 @@ { "type": "reflection", "declaration": { - "id": 18698, + "id": 2158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18699, + "id": 2159, "name": "config", "variant": "declaration", "kind": 2048, @@ -98378,7 +100658,7 @@ ], "signatures": [ { - "id": 18700, + "id": 2160, "name": "config", "variant": "signature", "kind": 4096, @@ -98392,7 +100672,7 @@ ], "parameters": [ { - "id": 18701, + "id": 2161, "name": "config", "variant": "param", "kind": 32768, @@ -98403,14 +100683,14 @@ { "type": "reflection", "declaration": { - "id": 18702, + "id": 2162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18703, + "id": 2163, "name": "name", "variant": "declaration", "kind": 1024, @@ -98434,7 +100714,7 @@ { "title": "Properties", "children": [ - 18703 + 2163 ] } ], @@ -98519,7 +100799,7 @@ { "title": "Methods", "children": [ - 18699 + 2159 ] } ], @@ -98559,7 +100839,7 @@ } }, { - "id": 18704, + "id": 2164, "name": "updated", "variant": "declaration", "kind": 1024, @@ -98569,7 +100849,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -98650,14 +100930,14 @@ { "type": "reflection", "declaration": { - "id": 18705, + "id": 2165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18706, + "id": 2166, "name": "config", "variant": "declaration", "kind": 2048, @@ -98671,7 +100951,7 @@ ], "signatures": [ { - "id": 18707, + "id": 2167, "name": "config", "variant": "signature", "kind": 4096, @@ -98685,7 +100965,7 @@ ], "parameters": [ { - "id": 18708, + "id": 2168, "name": "config", "variant": "param", "kind": 32768, @@ -98696,14 +100976,14 @@ { "type": "reflection", "declaration": { - "id": 18709, + "id": 2169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18710, + "id": 2170, "name": "name", "variant": "declaration", "kind": 1024, @@ -98727,7 +101007,7 @@ { "title": "Properties", "children": [ - 18710 + 2170 ] } ], @@ -98812,7 +101092,7 @@ { "title": "Methods", "children": [ - 18706 + 2166 ] } ], @@ -98852,7 +101132,7 @@ } }, { - "id": 18711, + "id": 2171, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -98862,7 +101142,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -98943,14 +101223,14 @@ { "type": "reflection", "declaration": { - "id": 18712, + "id": 2172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18713, + "id": 2173, "name": "config", "variant": "declaration", "kind": 2048, @@ -98964,7 +101244,7 @@ ], "signatures": [ { - "id": 18714, + "id": 2174, "name": "config", "variant": "signature", "kind": 4096, @@ -98978,7 +101258,7 @@ ], "parameters": [ { - "id": 18715, + "id": 2175, "name": "config", "variant": "param", "kind": 32768, @@ -98989,14 +101269,14 @@ { "type": "reflection", "declaration": { - "id": 18716, + "id": 2176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18717, + "id": 2177, "name": "name", "variant": "declaration", "kind": 1024, @@ -99020,7 +101300,7 @@ { "title": "Properties", "children": [ - 18717 + 2177 ] } ], @@ -99105,7 +101385,7 @@ { "title": "Methods", "children": [ - 18713 + 2173 ] } ], @@ -99149,9 +101429,9 @@ { "title": "Properties", "children": [ - 18697, - 18704, - 18711 + 2157, + 2164, + 2171 ] } ], @@ -99160,21 +101440,21 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] } }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -99189,14 +101469,14 @@ ] }, { - "id": 18696, + "id": 2156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18697, + "id": 2157, "name": "created", "variant": "declaration", "kind": 1024, @@ -99206,7 +101486,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -99287,14 +101567,14 @@ { "type": "reflection", "declaration": { - "id": 18698, + "id": 2158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18699, + "id": 2159, "name": "config", "variant": "declaration", "kind": 2048, @@ -99308,7 +101588,7 @@ ], "signatures": [ { - "id": 18700, + "id": 2160, "name": "config", "variant": "signature", "kind": 4096, @@ -99322,7 +101602,7 @@ ], "parameters": [ { - "id": 18701, + "id": 2161, "name": "config", "variant": "param", "kind": 32768, @@ -99333,14 +101613,14 @@ { "type": "reflection", "declaration": { - "id": 18702, + "id": 2162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18703, + "id": 2163, "name": "name", "variant": "declaration", "kind": 1024, @@ -99364,7 +101644,7 @@ { "title": "Properties", "children": [ - 18703 + 2163 ] } ], @@ -99449,7 +101729,7 @@ { "title": "Methods", "children": [ - 18699 + 2159 ] } ], @@ -99489,7 +101769,7 @@ } }, { - "id": 18704, + "id": 2164, "name": "updated", "variant": "declaration", "kind": 1024, @@ -99499,7 +101779,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -99580,14 +101860,14 @@ { "type": "reflection", "declaration": { - "id": 18705, + "id": 2165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18706, + "id": 2166, "name": "config", "variant": "declaration", "kind": 2048, @@ -99601,7 +101881,7 @@ ], "signatures": [ { - "id": 18707, + "id": 2167, "name": "config", "variant": "signature", "kind": 4096, @@ -99615,7 +101895,7 @@ ], "parameters": [ { - "id": 18708, + "id": 2168, "name": "config", "variant": "param", "kind": 32768, @@ -99626,14 +101906,14 @@ { "type": "reflection", "declaration": { - "id": 18709, + "id": 2169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18710, + "id": 2170, "name": "name", "variant": "declaration", "kind": 1024, @@ -99657,7 +101937,7 @@ { "title": "Properties", "children": [ - 18710 + 2170 ] } ], @@ -99742,7 +102022,7 @@ { "title": "Methods", "children": [ - 18706 + 2166 ] } ], @@ -99782,7 +102062,7 @@ } }, { - "id": 18711, + "id": 2171, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -99792,7 +102072,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -99873,14 +102153,14 @@ { "type": "reflection", "declaration": { - "id": 18712, + "id": 2172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18713, + "id": 2173, "name": "config", "variant": "declaration", "kind": 2048, @@ -99894,7 +102174,7 @@ ], "signatures": [ { - "id": 18714, + "id": 2174, "name": "config", "variant": "signature", "kind": 4096, @@ -99908,7 +102188,7 @@ ], "parameters": [ { - "id": 18715, + "id": 2175, "name": "config", "variant": "param", "kind": 32768, @@ -99919,14 +102199,14 @@ { "type": "reflection", "declaration": { - "id": 18716, + "id": 2176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18717, + "id": 2177, "name": "name", "variant": "declaration", "kind": 1024, @@ -99950,7 +102230,7 @@ { "title": "Properties", "children": [ - 18717 + 2177 ] } ], @@ -100035,7 +102315,7 @@ { "title": "Methods", "children": [ - 18713 + 2173 ] } ], @@ -100079,9 +102359,9 @@ { "title": "Properties", "children": [ - 18697, - 18704, - 18711 + 2157, + 2164, + 2171 ] } ], @@ -100090,12 +102370,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18697, + "id": 2157, "name": "created", "variant": "declaration", "kind": 1024, @@ -100105,7 +102385,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -100186,14 +102466,14 @@ { "type": "reflection", "declaration": { - "id": 18698, + "id": 2158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18699, + "id": 2159, "name": "config", "variant": "declaration", "kind": 2048, @@ -100207,7 +102487,7 @@ ], "signatures": [ { - "id": 18700, + "id": 2160, "name": "config", "variant": "signature", "kind": 4096, @@ -100221,7 +102501,7 @@ ], "parameters": [ { - "id": 18701, + "id": 2161, "name": "config", "variant": "param", "kind": 32768, @@ -100232,14 +102512,14 @@ { "type": "reflection", "declaration": { - "id": 18702, + "id": 2162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18703, + "id": 2163, "name": "name", "variant": "declaration", "kind": 1024, @@ -100263,7 +102543,7 @@ { "title": "Properties", "children": [ - 18703 + 2163 ] } ], @@ -100348,7 +102628,7 @@ { "title": "Methods", "children": [ - 18699 + 2159 ] } ], @@ -100388,7 +102668,7 @@ } }, { - "id": 18704, + "id": 2164, "name": "updated", "variant": "declaration", "kind": 1024, @@ -100398,7 +102678,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -100479,14 +102759,14 @@ { "type": "reflection", "declaration": { - "id": 18705, + "id": 2165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18706, + "id": 2166, "name": "config", "variant": "declaration", "kind": 2048, @@ -100500,7 +102780,7 @@ ], "signatures": [ { - "id": 18707, + "id": 2167, "name": "config", "variant": "signature", "kind": 4096, @@ -100514,7 +102794,7 @@ ], "parameters": [ { - "id": 18708, + "id": 2168, "name": "config", "variant": "param", "kind": 32768, @@ -100525,14 +102805,14 @@ { "type": "reflection", "declaration": { - "id": 18709, + "id": 2169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18710, + "id": 2170, "name": "name", "variant": "declaration", "kind": 1024, @@ -100556,7 +102836,7 @@ { "title": "Properties", "children": [ - 18710 + 2170 ] } ], @@ -100641,7 +102921,7 @@ { "title": "Methods", "children": [ - 18706 + 2166 ] } ], @@ -100681,7 +102961,7 @@ } }, { - "id": 18711, + "id": 2171, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -100691,7 +102971,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -100772,14 +103052,14 @@ { "type": "reflection", "declaration": { - "id": 18712, + "id": 2172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18713, + "id": 2173, "name": "config", "variant": "declaration", "kind": 2048, @@ -100793,7 +103073,7 @@ ], "signatures": [ { - "id": 18714, + "id": 2174, "name": "config", "variant": "signature", "kind": 4096, @@ -100807,7 +103087,7 @@ ], "parameters": [ { - "id": 18715, + "id": 2175, "name": "config", "variant": "param", "kind": 32768, @@ -100818,14 +103098,14 @@ { "type": "reflection", "declaration": { - "id": 18716, + "id": 2176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18717, + "id": 2177, "name": "name", "variant": "declaration", "kind": 1024, @@ -100849,7 +103129,7 @@ { "title": "Properties", "children": [ - 18717 + 2177 ] } ], @@ -100934,7 +103214,7 @@ { "title": "Methods", "children": [ - 18713 + 2173 ] } ], @@ -100974,14 +103254,14 @@ } }, { - "id": 18764, + "id": 2224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18765, + "id": 2225, "name": "created", "variant": "declaration", "kind": 1024, @@ -100991,7 +103271,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -101072,14 +103352,14 @@ { "type": "reflection", "declaration": { - "id": 18766, + "id": 2226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18767, + "id": 2227, "name": "config", "variant": "declaration", "kind": 2048, @@ -101093,7 +103373,7 @@ ], "signatures": [ { - "id": 18768, + "id": 2228, "name": "config", "variant": "signature", "kind": 4096, @@ -101107,7 +103387,7 @@ ], "parameters": [ { - "id": 18769, + "id": 2229, "name": "config", "variant": "param", "kind": 32768, @@ -101118,14 +103398,14 @@ { "type": "reflection", "declaration": { - "id": 18770, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18771, + "id": 2231, "name": "name", "variant": "declaration", "kind": 1024, @@ -101149,7 +103429,7 @@ { "title": "Properties", "children": [ - 18771 + 2231 ] } ], @@ -101234,7 +103514,7 @@ { "title": "Methods", "children": [ - 18767 + 2227 ] } ], @@ -101274,7 +103554,7 @@ } }, { - "id": 18772, + "id": 2232, "name": "updated", "variant": "declaration", "kind": 1024, @@ -101284,7 +103564,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -101365,14 +103645,14 @@ { "type": "reflection", "declaration": { - "id": 18773, + "id": 2233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18774, + "id": 2234, "name": "config", "variant": "declaration", "kind": 2048, @@ -101386,7 +103666,7 @@ ], "signatures": [ { - "id": 18775, + "id": 2235, "name": "config", "variant": "signature", "kind": 4096, @@ -101400,7 +103680,7 @@ ], "parameters": [ { - "id": 18776, + "id": 2236, "name": "config", "variant": "param", "kind": 32768, @@ -101411,14 +103691,14 @@ { "type": "reflection", "declaration": { - "id": 18777, + "id": 2237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18778, + "id": 2238, "name": "name", "variant": "declaration", "kind": 1024, @@ -101442,7 +103722,7 @@ { "title": "Properties", "children": [ - 18778 + 2238 ] } ], @@ -101527,7 +103807,7 @@ { "title": "Methods", "children": [ - 18774 + 2234 ] } ], @@ -101567,7 +103847,7 @@ } }, { - "id": 18779, + "id": 2239, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -101577,7 +103857,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -101658,14 +103938,14 @@ { "type": "reflection", "declaration": { - "id": 18780, + "id": 2240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18781, + "id": 2241, "name": "config", "variant": "declaration", "kind": 2048, @@ -101679,7 +103959,7 @@ ], "signatures": [ { - "id": 18782, + "id": 2242, "name": "config", "variant": "signature", "kind": 4096, @@ -101693,7 +103973,7 @@ ], "parameters": [ { - "id": 18783, + "id": 2243, "name": "config", "variant": "param", "kind": 32768, @@ -101704,14 +103984,14 @@ { "type": "reflection", "declaration": { - "id": 18784, + "id": 2244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18785, + "id": 2245, "name": "name", "variant": "declaration", "kind": 1024, @@ -101735,7 +104015,7 @@ { "title": "Properties", "children": [ - 18785 + 2245 ] } ], @@ -101820,7 +104100,7 @@ { "title": "Methods", "children": [ - 18781 + 2241 ] } ], @@ -101864,9 +104144,9 @@ { "title": "Properties", "children": [ - 18765, - 18772, - 18779 + 2225, + 2232, + 2239 ] } ], @@ -101875,12 +104155,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18765, + "id": 2225, "name": "created", "variant": "declaration", "kind": 1024, @@ -101890,7 +104170,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -101971,14 +104251,14 @@ { "type": "reflection", "declaration": { - "id": 18766, + "id": 2226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18767, + "id": 2227, "name": "config", "variant": "declaration", "kind": 2048, @@ -101992,7 +104272,7 @@ ], "signatures": [ { - "id": 18768, + "id": 2228, "name": "config", "variant": "signature", "kind": 4096, @@ -102006,7 +104286,7 @@ ], "parameters": [ { - "id": 18769, + "id": 2229, "name": "config", "variant": "param", "kind": 32768, @@ -102017,14 +104297,14 @@ { "type": "reflection", "declaration": { - "id": 18770, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18771, + "id": 2231, "name": "name", "variant": "declaration", "kind": 1024, @@ -102048,7 +104328,7 @@ { "title": "Properties", "children": [ - 18771 + 2231 ] } ], @@ -102133,7 +104413,7 @@ { "title": "Methods", "children": [ - 18767 + 2227 ] } ], @@ -102173,7 +104453,7 @@ } }, { - "id": 18772, + "id": 2232, "name": "updated", "variant": "declaration", "kind": 1024, @@ -102183,7 +104463,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -102264,14 +104544,14 @@ { "type": "reflection", "declaration": { - "id": 18773, + "id": 2233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18774, + "id": 2234, "name": "config", "variant": "declaration", "kind": 2048, @@ -102285,7 +104565,7 @@ ], "signatures": [ { - "id": 18775, + "id": 2235, "name": "config", "variant": "signature", "kind": 4096, @@ -102299,7 +104579,7 @@ ], "parameters": [ { - "id": 18776, + "id": 2236, "name": "config", "variant": "param", "kind": 32768, @@ -102310,14 +104590,14 @@ { "type": "reflection", "declaration": { - "id": 18777, + "id": 2237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18778, + "id": 2238, "name": "name", "variant": "declaration", "kind": 1024, @@ -102341,7 +104621,7 @@ { "title": "Properties", "children": [ - 18778 + 2238 ] } ], @@ -102426,7 +104706,7 @@ { "title": "Methods", "children": [ - 18774 + 2234 ] } ], @@ -102466,7 +104746,7 @@ } }, { - "id": 18779, + "id": 2239, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -102476,7 +104756,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -102557,14 +104837,14 @@ { "type": "reflection", "declaration": { - "id": 18780, + "id": 2240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18781, + "id": 2241, "name": "config", "variant": "declaration", "kind": 2048, @@ -102578,7 +104858,7 @@ ], "signatures": [ { - "id": 18782, + "id": 2242, "name": "config", "variant": "signature", "kind": 4096, @@ -102592,7 +104872,7 @@ ], "parameters": [ { - "id": 18783, + "id": 2243, "name": "config", "variant": "param", "kind": 32768, @@ -102603,14 +104883,14 @@ { "type": "reflection", "declaration": { - "id": 18784, + "id": 2244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18785, + "id": 2245, "name": "name", "variant": "declaration", "kind": 1024, @@ -102634,7 +104914,7 @@ { "title": "Properties", "children": [ - 18785 + 2245 ] } ], @@ -102719,7 +104999,7 @@ { "title": "Methods", "children": [ - 18781 + 2241 ] } ], @@ -102759,14 +105039,14 @@ } }, { - "id": 18786, + "id": 2246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18787, + "id": 2247, "name": "created", "variant": "declaration", "kind": 1024, @@ -102776,7 +105056,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -102857,14 +105137,14 @@ { "type": "reflection", "declaration": { - "id": 18788, + "id": 2248, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18789, + "id": 2249, "name": "config", "variant": "declaration", "kind": 2048, @@ -102878,7 +105158,7 @@ ], "signatures": [ { - "id": 18790, + "id": 2250, "name": "config", "variant": "signature", "kind": 4096, @@ -102892,7 +105172,7 @@ ], "parameters": [ { - "id": 18791, + "id": 2251, "name": "config", "variant": "param", "kind": 32768, @@ -102903,14 +105183,14 @@ { "type": "reflection", "declaration": { - "id": 18792, + "id": 2252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18793, + "id": 2253, "name": "name", "variant": "declaration", "kind": 1024, @@ -102934,7 +105214,7 @@ { "title": "Properties", "children": [ - 18793 + 2253 ] } ], @@ -103019,7 +105299,7 @@ { "title": "Methods", "children": [ - 18789 + 2249 ] } ], @@ -103059,7 +105339,7 @@ } }, { - "id": 18794, + "id": 2254, "name": "updated", "variant": "declaration", "kind": 1024, @@ -103069,7 +105349,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -103150,14 +105430,14 @@ { "type": "reflection", "declaration": { - "id": 18795, + "id": 2255, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18796, + "id": 2256, "name": "config", "variant": "declaration", "kind": 2048, @@ -103171,7 +105451,7 @@ ], "signatures": [ { - "id": 18797, + "id": 2257, "name": "config", "variant": "signature", "kind": 4096, @@ -103185,7 +105465,7 @@ ], "parameters": [ { - "id": 18798, + "id": 2258, "name": "config", "variant": "param", "kind": 32768, @@ -103196,14 +105476,14 @@ { "type": "reflection", "declaration": { - "id": 18799, + "id": 2259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18800, + "id": 2260, "name": "name", "variant": "declaration", "kind": 1024, @@ -103227,7 +105507,7 @@ { "title": "Properties", "children": [ - 18800 + 2260 ] } ], @@ -103312,7 +105592,7 @@ { "title": "Methods", "children": [ - 18796 + 2256 ] } ], @@ -103352,7 +105632,7 @@ } }, { - "id": 18801, + "id": 2261, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -103362,7 +105642,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -103443,14 +105723,14 @@ { "type": "reflection", "declaration": { - "id": 18802, + "id": 2262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18803, + "id": 2263, "name": "config", "variant": "declaration", "kind": 2048, @@ -103464,7 +105744,7 @@ ], "signatures": [ { - "id": 18804, + "id": 2264, "name": "config", "variant": "signature", "kind": 4096, @@ -103478,7 +105758,7 @@ ], "parameters": [ { - "id": 18805, + "id": 2265, "name": "config", "variant": "param", "kind": 32768, @@ -103489,14 +105769,14 @@ { "type": "reflection", "declaration": { - "id": 18806, + "id": 2266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18807, + "id": 2267, "name": "name", "variant": "declaration", "kind": 1024, @@ -103520,7 +105800,7 @@ { "title": "Properties", "children": [ - 18807 + 2267 ] } ], @@ -103605,7 +105885,7 @@ { "title": "Methods", "children": [ - 18803 + 2263 ] } ], @@ -103649,9 +105929,9 @@ { "title": "Properties", "children": [ - 18787, - 18794, - 18801 + 2247, + 2254, + 2261 ] } ], @@ -103660,12 +105940,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18787, + "id": 2247, "name": "created", "variant": "declaration", "kind": 1024, @@ -103675,7 +105955,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -103756,14 +106036,14 @@ { "type": "reflection", "declaration": { - "id": 18788, + "id": 2248, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18789, + "id": 2249, "name": "config", "variant": "declaration", "kind": 2048, @@ -103777,7 +106057,7 @@ ], "signatures": [ { - "id": 18790, + "id": 2250, "name": "config", "variant": "signature", "kind": 4096, @@ -103791,7 +106071,7 @@ ], "parameters": [ { - "id": 18791, + "id": 2251, "name": "config", "variant": "param", "kind": 32768, @@ -103802,14 +106082,14 @@ { "type": "reflection", "declaration": { - "id": 18792, + "id": 2252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18793, + "id": 2253, "name": "name", "variant": "declaration", "kind": 1024, @@ -103833,7 +106113,7 @@ { "title": "Properties", "children": [ - 18793 + 2253 ] } ], @@ -103918,7 +106198,7 @@ { "title": "Methods", "children": [ - 18789 + 2249 ] } ], @@ -103958,7 +106238,7 @@ } }, { - "id": 18794, + "id": 2254, "name": "updated", "variant": "declaration", "kind": 1024, @@ -103968,7 +106248,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -104049,14 +106329,14 @@ { "type": "reflection", "declaration": { - "id": 18795, + "id": 2255, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18796, + "id": 2256, "name": "config", "variant": "declaration", "kind": 2048, @@ -104070,7 +106350,7 @@ ], "signatures": [ { - "id": 18797, + "id": 2257, "name": "config", "variant": "signature", "kind": 4096, @@ -104084,7 +106364,7 @@ ], "parameters": [ { - "id": 18798, + "id": 2258, "name": "config", "variant": "param", "kind": 32768, @@ -104095,14 +106375,14 @@ { "type": "reflection", "declaration": { - "id": 18799, + "id": 2259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18800, + "id": 2260, "name": "name", "variant": "declaration", "kind": 1024, @@ -104126,7 +106406,7 @@ { "title": "Properties", "children": [ - 18800 + 2260 ] } ], @@ -104211,7 +106491,7 @@ { "title": "Methods", "children": [ - 18796 + 2256 ] } ], @@ -104251,7 +106531,7 @@ } }, { - "id": 18801, + "id": 2261, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -104261,7 +106541,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -104342,14 +106622,14 @@ { "type": "reflection", "declaration": { - "id": 18802, + "id": 2262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18803, + "id": 2263, "name": "config", "variant": "declaration", "kind": 2048, @@ -104363,7 +106643,7 @@ ], "signatures": [ { - "id": 18804, + "id": 2264, "name": "config", "variant": "signature", "kind": 4096, @@ -104377,7 +106657,7 @@ ], "parameters": [ { - "id": 18805, + "id": 2265, "name": "config", "variant": "param", "kind": 32768, @@ -104388,14 +106668,14 @@ { "type": "reflection", "declaration": { - "id": 18806, + "id": 2266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18807, + "id": 2267, "name": "name", "variant": "declaration", "kind": 1024, @@ -104419,7 +106699,7 @@ { "title": "Properties", "children": [ - 18807 + 2267 ] } ], @@ -104504,7 +106784,7 @@ { "title": "Methods", "children": [ - 18803 + 2263 ] } ], @@ -104544,14 +106824,14 @@ } }, { - "id": 18814, + "id": 2274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18815, + "id": 2275, "name": "created", "variant": "declaration", "kind": 1024, @@ -104561,7 +106841,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -104642,14 +106922,14 @@ { "type": "reflection", "declaration": { - "id": 18816, + "id": 2276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18817, + "id": 2277, "name": "config", "variant": "declaration", "kind": 2048, @@ -104663,7 +106943,7 @@ ], "signatures": [ { - "id": 18818, + "id": 2278, "name": "config", "variant": "signature", "kind": 4096, @@ -104677,7 +106957,7 @@ ], "parameters": [ { - "id": 18819, + "id": 2279, "name": "config", "variant": "param", "kind": 32768, @@ -104688,14 +106968,14 @@ { "type": "reflection", "declaration": { - "id": 18820, + "id": 2280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18821, + "id": 2281, "name": "name", "variant": "declaration", "kind": 1024, @@ -104719,7 +106999,7 @@ { "title": "Properties", "children": [ - 18821 + 2281 ] } ], @@ -104804,7 +107084,7 @@ { "title": "Methods", "children": [ - 18817 + 2277 ] } ], @@ -104844,7 +107124,7 @@ } }, { - "id": 18822, + "id": 2282, "name": "updated", "variant": "declaration", "kind": 1024, @@ -104854,7 +107134,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -104935,14 +107215,14 @@ { "type": "reflection", "declaration": { - "id": 18823, + "id": 2283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18824, + "id": 2284, "name": "config", "variant": "declaration", "kind": 2048, @@ -104956,7 +107236,7 @@ ], "signatures": [ { - "id": 18825, + "id": 2285, "name": "config", "variant": "signature", "kind": 4096, @@ -104970,7 +107250,7 @@ ], "parameters": [ { - "id": 18826, + "id": 2286, "name": "config", "variant": "param", "kind": 32768, @@ -104981,14 +107261,14 @@ { "type": "reflection", "declaration": { - "id": 18827, + "id": 2287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18828, + "id": 2288, "name": "name", "variant": "declaration", "kind": 1024, @@ -105012,7 +107292,7 @@ { "title": "Properties", "children": [ - 18828 + 2288 ] } ], @@ -105097,7 +107377,7 @@ { "title": "Methods", "children": [ - 18824 + 2284 ] } ], @@ -105137,7 +107417,7 @@ } }, { - "id": 18829, + "id": 2289, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -105147,7 +107427,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -105228,14 +107508,14 @@ { "type": "reflection", "declaration": { - "id": 18830, + "id": 2290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18831, + "id": 2291, "name": "config", "variant": "declaration", "kind": 2048, @@ -105249,7 +107529,7 @@ ], "signatures": [ { - "id": 18832, + "id": 2292, "name": "config", "variant": "signature", "kind": 4096, @@ -105263,7 +107543,7 @@ ], "parameters": [ { - "id": 18833, + "id": 2293, "name": "config", "variant": "param", "kind": 32768, @@ -105274,14 +107554,14 @@ { "type": "reflection", "declaration": { - "id": 18834, + "id": 2294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18835, + "id": 2295, "name": "name", "variant": "declaration", "kind": 1024, @@ -105305,7 +107585,7 @@ { "title": "Properties", "children": [ - 18835 + 2295 ] } ], @@ -105390,7 +107670,7 @@ { "title": "Methods", "children": [ - 18831 + 2291 ] } ], @@ -105434,9 +107714,9 @@ { "title": "Properties", "children": [ - 18815, - 18822, - 18829 + 2275, + 2282, + 2289 ] } ], @@ -105445,12 +107725,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18815, + "id": 2275, "name": "created", "variant": "declaration", "kind": 1024, @@ -105460,7 +107740,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -105541,14 +107821,14 @@ { "type": "reflection", "declaration": { - "id": 18816, + "id": 2276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18817, + "id": 2277, "name": "config", "variant": "declaration", "kind": 2048, @@ -105562,7 +107842,7 @@ ], "signatures": [ { - "id": 18818, + "id": 2278, "name": "config", "variant": "signature", "kind": 4096, @@ -105576,7 +107856,7 @@ ], "parameters": [ { - "id": 18819, + "id": 2279, "name": "config", "variant": "param", "kind": 32768, @@ -105587,14 +107867,14 @@ { "type": "reflection", "declaration": { - "id": 18820, + "id": 2280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18821, + "id": 2281, "name": "name", "variant": "declaration", "kind": 1024, @@ -105618,7 +107898,7 @@ { "title": "Properties", "children": [ - 18821 + 2281 ] } ], @@ -105703,7 +107983,7 @@ { "title": "Methods", "children": [ - 18817 + 2277 ] } ], @@ -105743,7 +108023,7 @@ } }, { - "id": 18822, + "id": 2282, "name": "updated", "variant": "declaration", "kind": 1024, @@ -105753,7 +108033,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -105834,14 +108114,14 @@ { "type": "reflection", "declaration": { - "id": 18823, + "id": 2283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18824, + "id": 2284, "name": "config", "variant": "declaration", "kind": 2048, @@ -105855,7 +108135,7 @@ ], "signatures": [ { - "id": 18825, + "id": 2285, "name": "config", "variant": "signature", "kind": 4096, @@ -105869,7 +108149,7 @@ ], "parameters": [ { - "id": 18826, + "id": 2286, "name": "config", "variant": "param", "kind": 32768, @@ -105880,14 +108160,14 @@ { "type": "reflection", "declaration": { - "id": 18827, + "id": 2287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18828, + "id": 2288, "name": "name", "variant": "declaration", "kind": 1024, @@ -105911,7 +108191,7 @@ { "title": "Properties", "children": [ - 18828 + 2288 ] } ], @@ -105996,7 +108276,7 @@ { "title": "Methods", "children": [ - 18824 + 2284 ] } ], @@ -106036,7 +108316,7 @@ } }, { - "id": 18829, + "id": 2289, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -106046,7 +108326,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -106127,14 +108407,14 @@ { "type": "reflection", "declaration": { - "id": 18830, + "id": 2290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18831, + "id": 2291, "name": "config", "variant": "declaration", "kind": 2048, @@ -106148,7 +108428,7 @@ ], "signatures": [ { - "id": 18832, + "id": 2292, "name": "config", "variant": "signature", "kind": 4096, @@ -106162,7 +108442,7 @@ ], "parameters": [ { - "id": 18833, + "id": 2293, "name": "config", "variant": "param", "kind": 32768, @@ -106173,14 +108453,14 @@ { "type": "reflection", "declaration": { - "id": 18834, + "id": 2294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18835, + "id": 2295, "name": "name", "variant": "declaration", "kind": 1024, @@ -106204,7 +108484,7 @@ { "title": "Properties", "children": [ - 18835 + 2295 ] } ], @@ -106289,7 +108569,7 @@ { "title": "Methods", "children": [ - 18831 + 2291 ] } ], @@ -106329,14 +108609,14 @@ } }, { - "id": 18836, + "id": 2296, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18837, + "id": 2297, "name": "created", "variant": "declaration", "kind": 1024, @@ -106346,7 +108626,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -106427,14 +108707,14 @@ { "type": "reflection", "declaration": { - "id": 18838, + "id": 2298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18839, + "id": 2299, "name": "config", "variant": "declaration", "kind": 2048, @@ -106448,7 +108728,7 @@ ], "signatures": [ { - "id": 18840, + "id": 2300, "name": "config", "variant": "signature", "kind": 4096, @@ -106462,7 +108742,7 @@ ], "parameters": [ { - "id": 18841, + "id": 2301, "name": "config", "variant": "param", "kind": 32768, @@ -106473,14 +108753,14 @@ { "type": "reflection", "declaration": { - "id": 18842, + "id": 2302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18843, + "id": 2303, "name": "name", "variant": "declaration", "kind": 1024, @@ -106504,7 +108784,7 @@ { "title": "Properties", "children": [ - 18843 + 2303 ] } ], @@ -106589,7 +108869,7 @@ { "title": "Methods", "children": [ - 18839 + 2299 ] } ], @@ -106629,7 +108909,7 @@ } }, { - "id": 18844, + "id": 2304, "name": "updated", "variant": "declaration", "kind": 1024, @@ -106639,7 +108919,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -106720,14 +109000,14 @@ { "type": "reflection", "declaration": { - "id": 18845, + "id": 2305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18846, + "id": 2306, "name": "config", "variant": "declaration", "kind": 2048, @@ -106741,7 +109021,7 @@ ], "signatures": [ { - "id": 18847, + "id": 2307, "name": "config", "variant": "signature", "kind": 4096, @@ -106755,7 +109035,7 @@ ], "parameters": [ { - "id": 18848, + "id": 2308, "name": "config", "variant": "param", "kind": 32768, @@ -106766,14 +109046,14 @@ { "type": "reflection", "declaration": { - "id": 18849, + "id": 2309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18850, + "id": 2310, "name": "name", "variant": "declaration", "kind": 1024, @@ -106797,7 +109077,7 @@ { "title": "Properties", "children": [ - 18850 + 2310 ] } ], @@ -106882,7 +109162,7 @@ { "title": "Methods", "children": [ - 18846 + 2306 ] } ], @@ -106922,7 +109202,7 @@ } }, { - "id": 18851, + "id": 2311, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -106932,7 +109212,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -107013,14 +109293,14 @@ { "type": "reflection", "declaration": { - "id": 18852, + "id": 2312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18853, + "id": 2313, "name": "config", "variant": "declaration", "kind": 2048, @@ -107034,7 +109314,7 @@ ], "signatures": [ { - "id": 18854, + "id": 2314, "name": "config", "variant": "signature", "kind": 4096, @@ -107048,7 +109328,7 @@ ], "parameters": [ { - "id": 18855, + "id": 2315, "name": "config", "variant": "param", "kind": 32768, @@ -107059,14 +109339,14 @@ { "type": "reflection", "declaration": { - "id": 18856, + "id": 2316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18857, + "id": 2317, "name": "name", "variant": "declaration", "kind": 1024, @@ -107090,7 +109370,7 @@ { "title": "Properties", "children": [ - 18857 + 2317 ] } ], @@ -107175,7 +109455,7 @@ { "title": "Methods", "children": [ - 18853 + 2313 ] } ], @@ -107219,9 +109499,9 @@ { "title": "Properties", "children": [ - 18837, - 18844, - 18851 + 2297, + 2304, + 2311 ] } ], @@ -107230,12 +109510,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18837, + "id": 2297, "name": "created", "variant": "declaration", "kind": 1024, @@ -107245,7 +109525,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -107326,14 +109606,14 @@ { "type": "reflection", "declaration": { - "id": 18838, + "id": 2298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18839, + "id": 2299, "name": "config", "variant": "declaration", "kind": 2048, @@ -107347,7 +109627,7 @@ ], "signatures": [ { - "id": 18840, + "id": 2300, "name": "config", "variant": "signature", "kind": 4096, @@ -107361,7 +109641,7 @@ ], "parameters": [ { - "id": 18841, + "id": 2301, "name": "config", "variant": "param", "kind": 32768, @@ -107372,14 +109652,14 @@ { "type": "reflection", "declaration": { - "id": 18842, + "id": 2302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18843, + "id": 2303, "name": "name", "variant": "declaration", "kind": 1024, @@ -107403,7 +109683,7 @@ { "title": "Properties", "children": [ - 18843 + 2303 ] } ], @@ -107488,7 +109768,7 @@ { "title": "Methods", "children": [ - 18839 + 2299 ] } ], @@ -107528,7 +109808,7 @@ } }, { - "id": 18844, + "id": 2304, "name": "updated", "variant": "declaration", "kind": 1024, @@ -107538,7 +109818,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -107619,14 +109899,14 @@ { "type": "reflection", "declaration": { - "id": 18845, + "id": 2305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18846, + "id": 2306, "name": "config", "variant": "declaration", "kind": 2048, @@ -107640,7 +109920,7 @@ ], "signatures": [ { - "id": 18847, + "id": 2307, "name": "config", "variant": "signature", "kind": 4096, @@ -107654,7 +109934,7 @@ ], "parameters": [ { - "id": 18848, + "id": 2308, "name": "config", "variant": "param", "kind": 32768, @@ -107665,14 +109945,14 @@ { "type": "reflection", "declaration": { - "id": 18849, + "id": 2309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18850, + "id": 2310, "name": "name", "variant": "declaration", "kind": 1024, @@ -107696,7 +109976,7 @@ { "title": "Properties", "children": [ - 18850 + 2310 ] } ], @@ -107781,7 +110061,7 @@ { "title": "Methods", "children": [ - 18846 + 2306 ] } ], @@ -107821,7 +110101,7 @@ } }, { - "id": 18851, + "id": 2311, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -107831,7 +110111,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -107912,14 +110192,14 @@ { "type": "reflection", "declaration": { - "id": 18852, + "id": 2312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18853, + "id": 2313, "name": "config", "variant": "declaration", "kind": 2048, @@ -107933,7 +110213,7 @@ ], "signatures": [ { - "id": 18854, + "id": 2314, "name": "config", "variant": "signature", "kind": 4096, @@ -107947,7 +110227,7 @@ ], "parameters": [ { - "id": 18855, + "id": 2315, "name": "config", "variant": "param", "kind": 32768, @@ -107958,14 +110238,14 @@ { "type": "reflection", "declaration": { - "id": 18856, + "id": 2316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18857, + "id": 2317, "name": "name", "variant": "declaration", "kind": 1024, @@ -107989,7 +110269,7 @@ { "title": "Properties", "children": [ - 18857 + 2317 ] } ], @@ -108074,7 +110354,7 @@ { "title": "Methods", "children": [ - 18853 + 2313 ] } ], @@ -108114,14 +110394,14 @@ } }, { - "id": 18864, + "id": 2324, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18865, + "id": 2325, "name": "created", "variant": "declaration", "kind": 1024, @@ -108131,7 +110411,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -108212,14 +110492,14 @@ { "type": "reflection", "declaration": { - "id": 18866, + "id": 2326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18867, + "id": 2327, "name": "config", "variant": "declaration", "kind": 2048, @@ -108233,7 +110513,7 @@ ], "signatures": [ { - "id": 18868, + "id": 2328, "name": "config", "variant": "signature", "kind": 4096, @@ -108247,7 +110527,7 @@ ], "parameters": [ { - "id": 18869, + "id": 2329, "name": "config", "variant": "param", "kind": 32768, @@ -108258,14 +110538,14 @@ { "type": "reflection", "declaration": { - "id": 18870, + "id": 2330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18871, + "id": 2331, "name": "name", "variant": "declaration", "kind": 1024, @@ -108289,7 +110569,7 @@ { "title": "Properties", "children": [ - 18871 + 2331 ] } ], @@ -108374,7 +110654,7 @@ { "title": "Methods", "children": [ - 18867 + 2327 ] } ], @@ -108414,7 +110694,7 @@ } }, { - "id": 18872, + "id": 2332, "name": "updated", "variant": "declaration", "kind": 1024, @@ -108424,7 +110704,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -108505,14 +110785,14 @@ { "type": "reflection", "declaration": { - "id": 18873, + "id": 2333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18874, + "id": 2334, "name": "config", "variant": "declaration", "kind": 2048, @@ -108526,7 +110806,7 @@ ], "signatures": [ { - "id": 18875, + "id": 2335, "name": "config", "variant": "signature", "kind": 4096, @@ -108540,7 +110820,7 @@ ], "parameters": [ { - "id": 18876, + "id": 2336, "name": "config", "variant": "param", "kind": 32768, @@ -108551,14 +110831,14 @@ { "type": "reflection", "declaration": { - "id": 18877, + "id": 2337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18878, + "id": 2338, "name": "name", "variant": "declaration", "kind": 1024, @@ -108582,7 +110862,7 @@ { "title": "Properties", "children": [ - 18878 + 2338 ] } ], @@ -108667,7 +110947,7 @@ { "title": "Methods", "children": [ - 18874 + 2334 ] } ], @@ -108707,7 +110987,7 @@ } }, { - "id": 18879, + "id": 2339, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -108717,7 +110997,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -108798,14 +111078,14 @@ { "type": "reflection", "declaration": { - "id": 18880, + "id": 2340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18881, + "id": 2341, "name": "config", "variant": "declaration", "kind": 2048, @@ -108819,7 +111099,7 @@ ], "signatures": [ { - "id": 18882, + "id": 2342, "name": "config", "variant": "signature", "kind": 4096, @@ -108833,7 +111113,7 @@ ], "parameters": [ { - "id": 18883, + "id": 2343, "name": "config", "variant": "param", "kind": 32768, @@ -108844,14 +111124,14 @@ { "type": "reflection", "declaration": { - "id": 18884, + "id": 2344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18885, + "id": 2345, "name": "name", "variant": "declaration", "kind": 1024, @@ -108875,7 +111155,7 @@ { "title": "Properties", "children": [ - 18885 + 2345 ] } ], @@ -108960,7 +111240,7 @@ { "title": "Methods", "children": [ - 18881 + 2341 ] } ], @@ -109004,9 +111284,9 @@ { "title": "Properties", "children": [ - 18865, - 18872, - 18879 + 2325, + 2332, + 2339 ] } ], @@ -109015,12 +111295,12 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 80, "character": 32, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L80" } ] }, { - "id": 18865, + "id": 2325, "name": "created", "variant": "declaration", "kind": 1024, @@ -109030,7 +111310,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L81" } ], "type": { @@ -109111,14 +111391,14 @@ { "type": "reflection", "declaration": { - "id": 18866, + "id": 2326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18867, + "id": 2327, "name": "config", "variant": "declaration", "kind": 2048, @@ -109132,7 +111412,7 @@ ], "signatures": [ { - "id": 18868, + "id": 2328, "name": "config", "variant": "signature", "kind": 4096, @@ -109146,7 +111426,7 @@ ], "parameters": [ { - "id": 18869, + "id": 2329, "name": "config", "variant": "param", "kind": 32768, @@ -109157,14 +111437,14 @@ { "type": "reflection", "declaration": { - "id": 18870, + "id": 2330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18871, + "id": 2331, "name": "name", "variant": "declaration", "kind": 1024, @@ -109188,7 +111468,7 @@ { "title": "Properties", "children": [ - 18871 + 2331 ] } ], @@ -109273,7 +111553,7 @@ { "title": "Methods", "children": [ - 18867 + 2327 ] } ], @@ -109313,7 +111593,7 @@ } }, { - "id": 18872, + "id": 2332, "name": "updated", "variant": "declaration", "kind": 1024, @@ -109323,7 +111603,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 82, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L82" } ], "type": { @@ -109404,14 +111684,14 @@ { "type": "reflection", "declaration": { - "id": 18873, + "id": 2333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18874, + "id": 2334, "name": "config", "variant": "declaration", "kind": 2048, @@ -109425,7 +111705,7 @@ ], "signatures": [ { - "id": 18875, + "id": 2335, "name": "config", "variant": "signature", "kind": 4096, @@ -109439,7 +111719,7 @@ ], "parameters": [ { - "id": 18876, + "id": 2336, "name": "config", "variant": "param", "kind": 32768, @@ -109450,14 +111730,14 @@ { "type": "reflection", "declaration": { - "id": 18877, + "id": 2337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18878, + "id": 2338, "name": "name", "variant": "declaration", "kind": 1024, @@ -109481,7 +111761,7 @@ { "title": "Properties", "children": [ - 18878 + 2338 ] } ], @@ -109566,7 +111846,7 @@ { "title": "Methods", "children": [ - 18874 + 2334 ] } ], @@ -109606,7 +111886,7 @@ } }, { - "id": 18879, + "id": 2339, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -109616,7 +111896,7 @@ "fileName": "core-flows/src/common/workflows/batch-links.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/batch-links.ts#L83" } ], "type": { @@ -109697,14 +111977,14 @@ { "type": "reflection", "declaration": { - "id": 18880, + "id": 2340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18881, + "id": 2341, "name": "config", "variant": "declaration", "kind": 2048, @@ -109718,7 +111998,7 @@ ], "signatures": [ { - "id": 18882, + "id": 2342, "name": "config", "variant": "signature", "kind": 4096, @@ -109732,7 +112012,7 @@ ], "parameters": [ { - "id": 18883, + "id": 2343, "name": "config", "variant": "param", "kind": 32768, @@ -109743,14 +112023,14 @@ { "type": "reflection", "declaration": { - "id": 18884, + "id": 2344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18885, + "id": 2345, "name": "name", "variant": "declaration", "kind": 1024, @@ -109774,7 +112054,7 @@ { "title": "Properties", "children": [ - 18885 + 2345 ] } ], @@ -109859,7 +112139,7 @@ { "title": "Methods", "children": [ - 18881 + 2341 ] } ], @@ -109899,7 +112179,7 @@ } }, { - "id": 18894, + "id": 2354, "name": "createLinksWorkflowId", "variant": "declaration", "kind": 32, @@ -109911,7 +112191,7 @@ "fileName": "core-flows/src/common/workflows/create-links.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/create-links.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/create-links.ts#L9" } ], "type": { @@ -109921,7 +112201,7 @@ "defaultValue": "\"create-link\"" }, { - "id": 18895, + "id": 2355, "name": "createLinksWorkflow", "variant": "declaration", "kind": 64, @@ -109965,7 +112245,7 @@ }, "children": [ { - "id": 18903, + "id": 2363, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -109988,7 +112268,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18904, + "id": 2364, "name": "__type", "variant": "declaration", "kind": 65536, @@ -110002,7 +112282,7 @@ ], "signatures": [ { - "id": 18905, + "id": 2365, "name": "__type", "variant": "signature", "kind": 4096, @@ -110030,7 +112310,7 @@ ], "parameters": [ { - "id": 18906, + "id": 2366, "name": "param0", "variant": "param", "kind": 32768, @@ -110046,14 +112326,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18907, + "id": 2367, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18908, + "id": 2368, "name": "input", "variant": "declaration", "kind": 1024, @@ -110119,7 +112399,7 @@ { "title": "Properties", "children": [ - 18908 + 2368 ] } ], @@ -110212,14 +112492,14 @@ { "type": "reflection", "declaration": { - "id": 18909, + "id": 2369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18910, + "id": 2370, "name": "config", "variant": "declaration", "kind": 2048, @@ -110233,7 +112513,7 @@ ], "signatures": [ { - "id": 18911, + "id": 2371, "name": "config", "variant": "signature", "kind": 4096, @@ -110247,7 +112527,7 @@ ], "parameters": [ { - "id": 18912, + "id": 2372, "name": "config", "variant": "param", "kind": 32768, @@ -110258,14 +112538,14 @@ { "type": "reflection", "declaration": { - "id": 18913, + "id": 2373, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18914, + "id": 2374, "name": "name", "variant": "declaration", "kind": 1024, @@ -110289,7 +112569,7 @@ { "title": "Properties", "children": [ - 18914 + 2374 ] } ], @@ -110374,7 +112654,7 @@ { "title": "Methods", "children": [ - 18910 + 2370 ] } ], @@ -110418,7 +112698,7 @@ } }, { - "id": 18915, + "id": 2375, "name": "run", "variant": "declaration", "kind": 1024, @@ -110441,7 +112721,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18916, + "id": 2376, "name": "__type", "variant": "declaration", "kind": 65536, @@ -110455,7 +112735,7 @@ ], "signatures": [ { - "id": 18917, + "id": 2377, "name": "__type", "variant": "signature", "kind": 4096, @@ -110483,7 +112763,7 @@ ], "typeParameters": [ { - "id": 18918, + "id": 2378, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -110494,7 +112774,7 @@ } }, { - "id": 18919, + "id": 2379, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -110507,7 +112787,7 @@ ], "parameters": [ { - "id": 18920, + "id": 2380, "name": "args", "variant": "param", "kind": 32768, @@ -110540,7 +112820,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -110563,7 +112843,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -110596,7 +112876,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -110619,7 +112899,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -110639,7 +112919,7 @@ } }, { - "id": 18921, + "id": 2381, "name": "getName", "variant": "declaration", "kind": 1024, @@ -110662,7 +112942,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18922, + "id": 2382, "name": "__type", "variant": "declaration", "kind": 65536, @@ -110676,7 +112956,7 @@ ], "signatures": [ { - "id": 18923, + "id": 2383, "name": "__type", "variant": "signature", "kind": 4096, @@ -110698,7 +112978,7 @@ } }, { - "id": 18924, + "id": 2384, "name": "config", "variant": "declaration", "kind": 1024, @@ -110721,7 +113001,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18925, + "id": 2385, "name": "__type", "variant": "declaration", "kind": 65536, @@ -110735,7 +113015,7 @@ ], "signatures": [ { - "id": 18926, + "id": 2386, "name": "__type", "variant": "signature", "kind": 4096, @@ -110749,7 +113029,7 @@ ], "parameters": [ { - "id": 18927, + "id": 2387, "name": "config", "variant": "param", "kind": 32768, @@ -110775,7 +113055,7 @@ } }, { - "id": 18928, + "id": 2388, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -110803,7 +113083,7 @@ ], "documents": [ { - "id": 37341, + "id": 20828, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -110819,6 +113099,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -110830,21 +113119,21 @@ } ], "childrenIncludingDocuments": [ - 18903, - 18915, - 18921, - 18924, - 18928 + 2363, + 2375, + 2381, + 2384, + 2388 ], "groups": [ { "title": "Properties", "children": [ - 18903, - 18915, - 18921, - 18924, - 18928 + 2363, + 2375, + 2381, + 2384, + 2388 ] } ], @@ -110853,12 +113142,12 @@ "fileName": "core-flows/src/common/workflows/create-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/create-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/create-links.ts#L38" } ], "signatures": [ { - "id": 18896, + "id": 2356, "name": "createLinksWorkflow", "variant": "signature", "kind": 4096, @@ -110905,12 +113194,12 @@ "fileName": "core-flows/src/common/workflows/create-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/create-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/create-links.ts#L38" } ], "typeParameters": [ { - "id": 18897, + "id": 2357, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -110921,7 +113210,7 @@ } }, { - "id": 18898, + "id": 2358, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -110934,7 +113223,7 @@ ], "parameters": [ { - "id": 18899, + "id": 2359, "name": "container", "variant": "param", "kind": 32768, @@ -110958,14 +113247,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18900, + "id": 2360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18901, + "id": 2361, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -110988,7 +113277,7 @@ } }, { - "id": 18902, + "id": 2362, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -111015,8 +113304,8 @@ { "title": "Properties", "children": [ - 18901, - 18902 + 2361, + 2362 ] } ], @@ -111111,14 +113400,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -111133,7 +113422,7 @@ ] }, { - "id": 18929, + "id": 2389, "name": "dismissLinksWorkflowId", "variant": "declaration", "kind": 32, @@ -111145,7 +113434,7 @@ "fileName": "core-flows/src/common/workflows/dismiss-links.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L9" } ], "type": { @@ -111155,7 +113444,7 @@ "defaultValue": "\"dismiss-link\"" }, { - "id": 18930, + "id": 2390, "name": "dismissLinksWorkflow", "variant": "declaration", "kind": 64, @@ -111199,7 +113488,7 @@ }, "children": [ { - "id": 18938, + "id": 2398, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -111222,7 +113511,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18939, + "id": 2399, "name": "__type", "variant": "declaration", "kind": 65536, @@ -111236,7 +113525,7 @@ ], "signatures": [ { - "id": 18940, + "id": 2400, "name": "__type", "variant": "signature", "kind": 4096, @@ -111264,7 +113553,7 @@ ], "parameters": [ { - "id": 18941, + "id": 2401, "name": "param0", "variant": "param", "kind": 32768, @@ -111280,14 +113569,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18942, + "id": 2402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18943, + "id": 2403, "name": "input", "variant": "declaration", "kind": 1024, @@ -111353,7 +113642,7 @@ { "title": "Properties", "children": [ - 18943 + 2403 ] } ], @@ -111446,14 +113735,14 @@ { "type": "reflection", "declaration": { - "id": 18944, + "id": 2404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18945, + "id": 2405, "name": "config", "variant": "declaration", "kind": 2048, @@ -111467,7 +113756,7 @@ ], "signatures": [ { - "id": 18946, + "id": 2406, "name": "config", "variant": "signature", "kind": 4096, @@ -111481,7 +113770,7 @@ ], "parameters": [ { - "id": 18947, + "id": 2407, "name": "config", "variant": "param", "kind": 32768, @@ -111492,14 +113781,14 @@ { "type": "reflection", "declaration": { - "id": 18948, + "id": 2408, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18949, + "id": 2409, "name": "name", "variant": "declaration", "kind": 1024, @@ -111523,7 +113812,7 @@ { "title": "Properties", "children": [ - 18949 + 2409 ] } ], @@ -111608,7 +113897,7 @@ { "title": "Methods", "children": [ - 18945 + 2405 ] } ], @@ -111652,7 +113941,7 @@ } }, { - "id": 18950, + "id": 2410, "name": "run", "variant": "declaration", "kind": 1024, @@ -111675,7 +113964,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18951, + "id": 2411, "name": "__type", "variant": "declaration", "kind": 65536, @@ -111689,7 +113978,7 @@ ], "signatures": [ { - "id": 18952, + "id": 2412, "name": "__type", "variant": "signature", "kind": 4096, @@ -111717,7 +114006,7 @@ ], "typeParameters": [ { - "id": 18953, + "id": 2413, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -111728,7 +114017,7 @@ } }, { - "id": 18954, + "id": 2414, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -111741,7 +114030,7 @@ ], "parameters": [ { - "id": 18955, + "id": 2415, "name": "args", "variant": "param", "kind": 32768, @@ -111774,7 +114063,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -111797,7 +114086,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -111830,7 +114119,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -111853,7 +114142,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -111873,7 +114162,7 @@ } }, { - "id": 18956, + "id": 2416, "name": "getName", "variant": "declaration", "kind": 1024, @@ -111896,7 +114185,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18957, + "id": 2417, "name": "__type", "variant": "declaration", "kind": 65536, @@ -111910,7 +114199,7 @@ ], "signatures": [ { - "id": 18958, + "id": 2418, "name": "__type", "variant": "signature", "kind": 4096, @@ -111932,7 +114221,7 @@ } }, { - "id": 18959, + "id": 2419, "name": "config", "variant": "declaration", "kind": 1024, @@ -111955,7 +114244,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18960, + "id": 2420, "name": "__type", "variant": "declaration", "kind": 65536, @@ -111969,7 +114258,7 @@ ], "signatures": [ { - "id": 18961, + "id": 2421, "name": "__type", "variant": "signature", "kind": 4096, @@ -111983,7 +114272,7 @@ ], "parameters": [ { - "id": 18962, + "id": 2422, "name": "config", "variant": "param", "kind": 32768, @@ -112009,7 +114298,7 @@ } }, { - "id": 18963, + "id": 2423, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -112037,7 +114326,7 @@ ], "documents": [ { - "id": 37342, + "id": 20829, "name": "dismissRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -112053,6 +114342,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2037" + } + ] } ], "modifierTags": [ @@ -112064,21 +114362,21 @@ } ], "childrenIncludingDocuments": [ - 18938, - 18950, - 18956, - 18959, - 18963 + 2398, + 2410, + 2416, + 2419, + 2423 ], "groups": [ { "title": "Properties", "children": [ - 18938, - 18950, - 18956, - 18959, - 18963 + 2398, + 2410, + 2416, + 2419, + 2423 ] } ], @@ -112087,12 +114385,12 @@ "fileName": "core-flows/src/common/workflows/dismiss-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L38" } ], "signatures": [ { - "id": 18931, + "id": 2391, "name": "dismissLinksWorkflow", "variant": "signature", "kind": 4096, @@ -112139,12 +114437,12 @@ "fileName": "core-flows/src/common/workflows/dismiss-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/dismiss-links.ts#L38" } ], "typeParameters": [ { - "id": 18932, + "id": 2392, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -112155,7 +114453,7 @@ } }, { - "id": 18933, + "id": 2393, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -112168,7 +114466,7 @@ ], "parameters": [ { - "id": 18934, + "id": 2394, "name": "container", "variant": "param", "kind": 32768, @@ -112192,14 +114490,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18935, + "id": 2395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18936, + "id": 2396, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -112222,7 +114520,7 @@ } }, { - "id": 18937, + "id": 2397, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -112249,8 +114547,8 @@ { "title": "Properties", "children": [ - 18936, - 18937 + 2396, + 2397 ] } ], @@ -112345,14 +114643,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -112367,7 +114665,7 @@ ] }, { - "id": 18964, + "id": 2424, "name": "updateLinksWorkflowId", "variant": "declaration", "kind": 32, @@ -112379,7 +114677,7 @@ "fileName": "core-flows/src/common/workflows/update-links.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/update-links.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/update-links.ts#L9" } ], "type": { @@ -112389,7 +114687,7 @@ "defaultValue": "\"update-link\"" }, { - "id": 18965, + "id": 2425, "name": "updateLinksWorkflow", "variant": "declaration", "kind": 64, @@ -112433,7 +114731,7 @@ }, "children": [ { - "id": 18973, + "id": 2433, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -112456,7 +114754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18974, + "id": 2434, "name": "__type", "variant": "declaration", "kind": 65536, @@ -112470,7 +114768,7 @@ ], "signatures": [ { - "id": 18975, + "id": 2435, "name": "__type", "variant": "signature", "kind": 4096, @@ -112498,7 +114796,7 @@ ], "parameters": [ { - "id": 18976, + "id": 2436, "name": "param0", "variant": "param", "kind": 32768, @@ -112514,14 +114812,14 @@ "type": { "type": "reflection", "declaration": { - "id": 18977, + "id": 2437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18978, + "id": 2438, "name": "input", "variant": "declaration", "kind": 1024, @@ -112587,7 +114885,7 @@ { "title": "Properties", "children": [ - 18978 + 2438 ] } ], @@ -112680,14 +114978,14 @@ { "type": "reflection", "declaration": { - "id": 18979, + "id": 2439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18980, + "id": 2440, "name": "config", "variant": "declaration", "kind": 2048, @@ -112701,7 +114999,7 @@ ], "signatures": [ { - "id": 18981, + "id": 2441, "name": "config", "variant": "signature", "kind": 4096, @@ -112715,7 +115013,7 @@ ], "parameters": [ { - "id": 18982, + "id": 2442, "name": "config", "variant": "param", "kind": 32768, @@ -112726,14 +115024,14 @@ { "type": "reflection", "declaration": { - "id": 18983, + "id": 2443, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18984, + "id": 2444, "name": "name", "variant": "declaration", "kind": 1024, @@ -112757,7 +115055,7 @@ { "title": "Properties", "children": [ - 18984 + 2444 ] } ], @@ -112842,7 +115140,7 @@ { "title": "Methods", "children": [ - 18980 + 2440 ] } ], @@ -112886,7 +115184,7 @@ } }, { - "id": 18985, + "id": 2445, "name": "run", "variant": "declaration", "kind": 1024, @@ -112909,7 +115207,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18986, + "id": 2446, "name": "__type", "variant": "declaration", "kind": 65536, @@ -112923,7 +115221,7 @@ ], "signatures": [ { - "id": 18987, + "id": 2447, "name": "__type", "variant": "signature", "kind": 4096, @@ -112951,7 +115249,7 @@ ], "typeParameters": [ { - "id": 18988, + "id": 2448, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -112962,7 +115260,7 @@ } }, { - "id": 18989, + "id": 2449, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -112975,7 +115273,7 @@ ], "parameters": [ { - "id": 18990, + "id": 2450, "name": "args", "variant": "param", "kind": 32768, @@ -113008,7 +115306,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -113031,7 +115329,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -113064,7 +115362,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -113087,7 +115385,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -113107,7 +115405,7 @@ } }, { - "id": 18991, + "id": 2451, "name": "getName", "variant": "declaration", "kind": 1024, @@ -113130,7 +115428,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18992, + "id": 2452, "name": "__type", "variant": "declaration", "kind": 65536, @@ -113144,7 +115442,7 @@ ], "signatures": [ { - "id": 18993, + "id": 2453, "name": "__type", "variant": "signature", "kind": 4096, @@ -113166,7 +115464,7 @@ } }, { - "id": 18994, + "id": 2454, "name": "config", "variant": "declaration", "kind": 1024, @@ -113189,7 +115487,7 @@ "type": { "type": "reflection", "declaration": { - "id": 18995, + "id": 2455, "name": "__type", "variant": "declaration", "kind": 65536, @@ -113203,7 +115501,7 @@ ], "signatures": [ { - "id": 18996, + "id": 2456, "name": "__type", "variant": "signature", "kind": 4096, @@ -113217,7 +115515,7 @@ ], "parameters": [ { - "id": 18997, + "id": 2457, "name": "config", "variant": "param", "kind": 32768, @@ -113243,7 +115541,7 @@ } }, { - "id": 18998, + "id": 2458, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -113271,7 +115569,7 @@ ], "documents": [ { - "id": 37343, + "id": 20830, "name": "updateRemoteLinksStep", "variant": "document", "kind": 8388608, @@ -113287,6 +115585,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2076" + } + ] } ], "modifierTags": [ @@ -113298,21 +115605,21 @@ } ], "childrenIncludingDocuments": [ - 18973, - 18985, - 18991, - 18994, - 18998 + 2433, + 2445, + 2451, + 2454, + 2458 ], "groups": [ { "title": "Properties", "children": [ - 18973, - 18985, - 18991, - 18994, - 18998 + 2433, + 2445, + 2451, + 2454, + 2458 ] } ], @@ -113321,12 +115628,12 @@ "fileName": "core-flows/src/common/workflows/update-links.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/update-links.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/update-links.ts#L43" } ], "signatures": [ { - "id": 18966, + "id": 2426, "name": "updateLinksWorkflow", "variant": "signature", "kind": 4096, @@ -113373,12 +115680,12 @@ "fileName": "core-flows/src/common/workflows/update-links.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/workflows/update-links.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/workflows/update-links.ts#L43" } ], "typeParameters": [ { - "id": 18967, + "id": 2427, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -113389,7 +115696,7 @@ } }, { - "id": 18968, + "id": 2428, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -113402,7 +115709,7 @@ ], "parameters": [ { - "id": 18969, + "id": 2429, "name": "container", "variant": "param", "kind": 32768, @@ -113426,14 +115733,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 18970, + "id": 2430, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18971, + "id": 2431, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -113456,7 +115763,7 @@ } }, { - "id": 18972, + "id": 2432, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -113483,8 +115790,8 @@ { "title": "Properties", "children": [ - 18971, - 18972 + 2431, + 2432 ] } ], @@ -113579,14 +115886,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -113605,21 +115912,21 @@ ] }, { - "id": 16553, + "id": 13, "name": "Customer", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16554, + "id": 14, "name": "Steps_Customer", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19000, + "id": 2460, "name": "createCustomersStepId", "variant": "declaration", "kind": 32, @@ -113631,7 +115938,7 @@ "fileName": "core-flows/src/customer/steps/create-customers.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-customers.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-customers.ts#L13" } ], "type": { @@ -113641,7 +115948,7 @@ "defaultValue": "\"create-customers\"" }, { - "id": 19001, + "id": 2461, "name": "createCustomersStep", "variant": "declaration", "kind": 64, @@ -113676,7 +115983,7 @@ }, "children": [ { - "id": 19010, + "id": 2470, "name": "__type", "variant": "declaration", "kind": 1024, @@ -113694,7 +116001,7 @@ } }, { - "id": 19011, + "id": 2471, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -113716,8 +116023,8 @@ { "title": "Properties", "children": [ - 19010, - 19011 + 2470, + 2471 ] } ], @@ -113726,12 +116033,12 @@ "fileName": "core-flows/src/customer/steps/create-customers.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-customers.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-customers.ts#L26" } ], "signatures": [ { - "id": 19002, + "id": 2462, "name": "createCustomersStep", "variant": "signature", "kind": 4096, @@ -113769,12 +116076,12 @@ "fileName": "core-flows/src/customer/steps/create-customers.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-customers.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-customers.ts#L26" } ], "parameters": [ { - "id": 19003, + "id": 2463, "name": "input", "variant": "param", "kind": 32768, @@ -113784,7 +116091,7 @@ "types": [ { "type": "reference", - "target": 18999, + "target": 2459, "name": "CreateCustomersStepInput", "package": "@medusajs/core-flows" }, @@ -113797,7 +116104,7 @@ "typeArguments": [ { "type": "reference", - "target": 18999, + "target": 2459, "name": "CreateCustomersStepInput", "package": "@medusajs/core-flows" } @@ -113887,14 +116194,14 @@ { "type": "reflection", "declaration": { - "id": 19004, + "id": 2464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19005, + "id": 2465, "name": "config", "variant": "declaration", "kind": 2048, @@ -113908,7 +116215,7 @@ ], "signatures": [ { - "id": 19006, + "id": 2466, "name": "config", "variant": "signature", "kind": 4096, @@ -113922,7 +116229,7 @@ ], "parameters": [ { - "id": 19007, + "id": 2467, "name": "config", "variant": "param", "kind": 32768, @@ -113933,14 +116240,14 @@ { "type": "reflection", "declaration": { - "id": 19008, + "id": 2468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19009, + "id": 2469, "name": "name", "variant": "declaration", "kind": 1024, @@ -113964,7 +116271,7 @@ { "title": "Properties", "children": [ - 19009 + 2469 ] } ], @@ -114049,7 +116356,7 @@ { "title": "Methods", "children": [ - 19005 + 2465 ] } ], @@ -114091,7 +116398,7 @@ ] }, { - "id": 19014, + "id": 2474, "name": "selector", "variant": "declaration", "kind": 1024, @@ -114109,7 +116416,7 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L20" } ], "type": { @@ -114123,7 +116430,7 @@ } }, { - "id": 19015, + "id": 2475, "name": "update", "variant": "declaration", "kind": 1024, @@ -114141,7 +116448,7 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L24" } ], "type": { @@ -114155,7 +116462,7 @@ } }, { - "id": 19016, + "id": 2476, "name": "updateCustomersStepId", "variant": "declaration", "kind": 32, @@ -114167,7 +116474,7 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L27" } ], "type": { @@ -114177,7 +116484,7 @@ "defaultValue": "\"update-customer\"" }, { - "id": 19017, + "id": 2477, "name": "updateCustomersStep", "variant": "declaration", "kind": 64, @@ -114212,7 +116519,7 @@ }, "children": [ { - "id": 19026, + "id": 2486, "name": "__type", "variant": "declaration", "kind": 1024, @@ -114230,7 +116537,7 @@ } }, { - "id": 19027, + "id": 2487, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -114252,8 +116559,8 @@ { "title": "Properties", "children": [ - 19026, - 19027 + 2486, + 2487 ] } ], @@ -114262,12 +116569,12 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L41" } ], "signatures": [ { - "id": 19018, + "id": 2478, "name": "updateCustomersStep", "variant": "signature", "kind": 4096, @@ -114305,12 +116612,12 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L41" } ], "parameters": [ { - "id": 19019, + "id": 2479, "name": "input", "variant": "param", "kind": 32768, @@ -114320,7 +116627,7 @@ "types": [ { "type": "reference", - "target": 19012, + "target": 2472, "name": "UpdateCustomersStepInput", "package": "@medusajs/core-flows" }, @@ -114333,7 +116640,7 @@ "typeArguments": [ { "type": "reference", - "target": 19012, + "target": 2472, "name": "UpdateCustomersStepInput", "package": "@medusajs/core-flows" } @@ -114423,14 +116730,14 @@ { "type": "reflection", "declaration": { - "id": 19020, + "id": 2480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19021, + "id": 2481, "name": "config", "variant": "declaration", "kind": 2048, @@ -114444,7 +116751,7 @@ ], "signatures": [ { - "id": 19022, + "id": 2482, "name": "config", "variant": "signature", "kind": 4096, @@ -114458,7 +116765,7 @@ ], "parameters": [ { - "id": 19023, + "id": 2483, "name": "config", "variant": "param", "kind": 32768, @@ -114469,14 +116776,14 @@ { "type": "reflection", "declaration": { - "id": 19024, + "id": 2484, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19025, + "id": 2485, "name": "name", "variant": "declaration", "kind": 1024, @@ -114500,7 +116807,7 @@ { "title": "Properties", "children": [ - 19025 + 2485 ] } ], @@ -114585,7 +116892,7 @@ { "title": "Methods", "children": [ - 19021 + 2481 ] } ], @@ -114627,7 +116934,7 @@ ] }, { - "id": 19029, + "id": 2489, "name": "deleteCustomersStepId", "variant": "declaration", "kind": 32, @@ -114639,7 +116946,7 @@ "fileName": "core-flows/src/customer/steps/delete-customers.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-customers.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-customers.ts#L10" } ], "type": { @@ -114649,7 +116956,7 @@ "defaultValue": "\"delete-customers\"" }, { - "id": 19030, + "id": 2490, "name": "deleteCustomersStep", "variant": "declaration", "kind": 64, @@ -114675,7 +116982,7 @@ }, "children": [ { - "id": 19033, + "id": 2493, "name": "__type", "variant": "declaration", "kind": 1024, @@ -114693,7 +117000,7 @@ } }, { - "id": 19034, + "id": 2494, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -114715,8 +117022,8 @@ { "title": "Properties", "children": [ - 19033, - 19034 + 2493, + 2494 ] } ], @@ -114725,12 +117032,12 @@ "fileName": "core-flows/src/customer/steps/delete-customers.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-customers.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-customers.ts#L14" } ], "signatures": [ { - "id": 19031, + "id": 2491, "name": "deleteCustomersStep", "variant": "signature", "kind": 4096, @@ -114759,12 +117066,12 @@ "fileName": "core-flows/src/customer/steps/delete-customers.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-customers.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-customers.ts#L14" } ], "parameters": [ { - "id": 19032, + "id": 2492, "name": "input", "variant": "param", "kind": 32768, @@ -114774,7 +117081,7 @@ "types": [ { "type": "reference", - "target": 19028, + "target": 2488, "name": "DeleteCustomersStepInput", "package": "@medusajs/core-flows" }, @@ -114787,7 +117094,7 @@ "typeArguments": [ { "type": "reference", - "target": 19028, + "target": 2488, "name": "DeleteCustomersStepInput", "package": "@medusajs/core-flows" } @@ -114807,7 +117114,7 @@ ] }, { - "id": 19036, + "id": 2496, "name": "createCustomerAddressesStepId", "variant": "declaration", "kind": 32, @@ -114819,7 +117126,7 @@ "fileName": "core-flows/src/customer/steps/create-addresses.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-addresses.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-addresses.ts#L13" } ], "type": { @@ -114829,7 +117136,7 @@ "defaultValue": "\"create-customer-addresses\"" }, { - "id": 19037, + "id": 2497, "name": "createCustomerAddressesStep", "variant": "declaration", "kind": 64, @@ -114864,7 +117171,7 @@ }, "children": [ { - "id": 19046, + "id": 2506, "name": "__type", "variant": "declaration", "kind": 1024, @@ -114882,7 +117189,7 @@ } }, { - "id": 19047, + "id": 2507, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -114904,8 +117211,8 @@ { "title": "Properties", "children": [ - 19046, - 19047 + 2506, + 2507 ] } ], @@ -114914,12 +117221,12 @@ "fileName": "core-flows/src/customer/steps/create-addresses.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-addresses.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-addresses.ts#L31" } ], "signatures": [ { - "id": 19038, + "id": 2498, "name": "createCustomerAddressesStep", "variant": "signature", "kind": 4096, @@ -114957,12 +117264,12 @@ "fileName": "core-flows/src/customer/steps/create-addresses.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-addresses.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-addresses.ts#L31" } ], "parameters": [ { - "id": 19039, + "id": 2499, "name": "input", "variant": "param", "kind": 32768, @@ -114972,7 +117279,7 @@ "types": [ { "type": "reference", - "target": 19035, + "target": 2495, "name": "CreateCustomerAddressesStepInput", "package": "@medusajs/core-flows" }, @@ -114985,7 +117292,7 @@ "typeArguments": [ { "type": "reference", - "target": 19035, + "target": 2495, "name": "CreateCustomerAddressesStepInput", "package": "@medusajs/core-flows" } @@ -115075,14 +117382,14 @@ { "type": "reflection", "declaration": { - "id": 19040, + "id": 2500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19041, + "id": 2501, "name": "config", "variant": "declaration", "kind": 2048, @@ -115096,7 +117403,7 @@ ], "signatures": [ { - "id": 19042, + "id": 2502, "name": "config", "variant": "signature", "kind": 4096, @@ -115110,7 +117417,7 @@ ], "parameters": [ { - "id": 19043, + "id": 2503, "name": "config", "variant": "param", "kind": 32768, @@ -115121,14 +117428,14 @@ { "type": "reflection", "declaration": { - "id": 19044, + "id": 2504, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19045, + "id": 2505, "name": "name", "variant": "declaration", "kind": 1024, @@ -115152,7 +117459,7 @@ { "title": "Properties", "children": [ - 19045 + 2505 ] } ], @@ -115237,7 +117544,7 @@ { "title": "Methods", "children": [ - 19041 + 2501 ] } ], @@ -115279,7 +117586,7 @@ ] }, { - "id": 19050, + "id": 2510, "name": "selector", "variant": "declaration", "kind": 1024, @@ -115297,7 +117604,7 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L20" } ], "type": { @@ -115311,7 +117618,7 @@ } }, { - "id": 19051, + "id": 2511, "name": "update", "variant": "declaration", "kind": 1024, @@ -115329,7 +117636,7 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L24" } ], "type": { @@ -115343,7 +117650,7 @@ } }, { - "id": 19052, + "id": 2512, "name": "updateCustomerAddresseStepId", "variant": "declaration", "kind": 32, @@ -115355,7 +117662,7 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L27" } ], "type": { @@ -115365,7 +117672,7 @@ "defaultValue": "\"update-customer-addresses\"" }, { - "id": 19053, + "id": 2513, "name": "updateCustomerAddressesStep", "variant": "declaration", "kind": 64, @@ -115400,7 +117707,7 @@ }, "children": [ { - "id": 19062, + "id": 2522, "name": "__type", "variant": "declaration", "kind": 1024, @@ -115418,7 +117725,7 @@ } }, { - "id": 19063, + "id": 2523, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -115440,8 +117747,8 @@ { "title": "Properties", "children": [ - 19062, - 19063 + 2522, + 2523 ] } ], @@ -115450,12 +117757,12 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L41" } ], "signatures": [ { - "id": 19054, + "id": 2514, "name": "updateCustomerAddressesStep", "variant": "signature", "kind": 4096, @@ -115493,12 +117800,12 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L41" } ], "parameters": [ { - "id": 19055, + "id": 2515, "name": "input", "variant": "param", "kind": 32768, @@ -115508,7 +117815,7 @@ "types": [ { "type": "reference", - "target": 19048, + "target": 2508, "name": "UpdateCustomerAddresseStepInput", "package": "@medusajs/core-flows" }, @@ -115521,7 +117828,7 @@ "typeArguments": [ { "type": "reference", - "target": 19048, + "target": 2508, "name": "UpdateCustomerAddresseStepInput", "package": "@medusajs/core-flows" } @@ -115611,14 +117918,14 @@ { "type": "reflection", "declaration": { - "id": 19056, + "id": 2516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19057, + "id": 2517, "name": "config", "variant": "declaration", "kind": 2048, @@ -115632,7 +117939,7 @@ ], "signatures": [ { - "id": 19058, + "id": 2518, "name": "config", "variant": "signature", "kind": 4096, @@ -115646,7 +117953,7 @@ ], "parameters": [ { - "id": 19059, + "id": 2519, "name": "config", "variant": "param", "kind": 32768, @@ -115657,14 +117964,14 @@ { "type": "reflection", "declaration": { - "id": 19060, + "id": 2520, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19061, + "id": 2521, "name": "name", "variant": "declaration", "kind": 1024, @@ -115688,7 +117995,7 @@ { "title": "Properties", "children": [ - 19061 + 2521 ] } ], @@ -115773,7 +118080,7 @@ { "title": "Methods", "children": [ - 19057 + 2517 ] } ], @@ -115815,7 +118122,7 @@ ] }, { - "id": 19065, + "id": 2525, "name": "deleteCustomerAddressesStepId", "variant": "declaration", "kind": 32, @@ -115827,7 +118134,7 @@ "fileName": "core-flows/src/customer/steps/delete-addresses.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L10" } ], "type": { @@ -115837,7 +118144,7 @@ "defaultValue": "\"delete-customer-addresses\"" }, { - "id": 19066, + "id": 2526, "name": "deleteCustomerAddressesStep", "variant": "declaration", "kind": 64, @@ -115863,7 +118170,7 @@ }, "children": [ { - "id": 19069, + "id": 2529, "name": "__type", "variant": "declaration", "kind": 1024, @@ -115881,7 +118188,7 @@ } }, { - "id": 19070, + "id": 2530, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -115903,8 +118210,8 @@ { "title": "Properties", "children": [ - 19069, - 19070 + 2529, + 2530 ] } ], @@ -115913,12 +118220,12 @@ "fileName": "core-flows/src/customer/steps/delete-addresses.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L14" } ], "signatures": [ { - "id": 19067, + "id": 2527, "name": "deleteCustomerAddressesStep", "variant": "signature", "kind": 4096, @@ -115947,12 +118254,12 @@ "fileName": "core-flows/src/customer/steps/delete-addresses.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L14" } ], "parameters": [ { - "id": 19068, + "id": 2528, "name": "input", "variant": "param", "kind": 32768, @@ -115962,7 +118269,7 @@ "types": [ { "type": "reference", - "target": 19064, + "target": 2524, "name": "DeleteCustomerAddressesStepInput", "package": "@medusajs/core-flows" }, @@ -115975,7 +118282,7 @@ "typeArguments": [ { "type": "reference", - "target": 19064, + "target": 2524, "name": "DeleteCustomerAddressesStepInput", "package": "@medusajs/core-flows" } @@ -115995,7 +118302,7 @@ ] }, { - "id": 19073, + "id": 2533, "name": "create", "variant": "declaration", "kind": 1024, @@ -116031,7 +118338,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L20" } ], "type": { @@ -116048,7 +118355,7 @@ } }, { - "id": 19076, + "id": 2536, "name": "selector", "variant": "declaration", "kind": 1024, @@ -116066,7 +118373,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" } ], "type": { @@ -116080,7 +118387,7 @@ } }, { - "id": 19077, + "id": 2537, "name": "update", "variant": "declaration", "kind": 1024, @@ -116122,7 +118429,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" } ], "type": { @@ -116136,7 +118443,7 @@ } }, { - "id": 19074, + "id": 2534, "name": "update", "variant": "declaration", "kind": 1024, @@ -116156,20 +118463,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 19075, + "id": 2535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19076, + "id": 2536, "name": "selector", "variant": "declaration", "kind": 1024, @@ -116187,7 +118494,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" } ], "type": { @@ -116201,7 +118508,7 @@ } }, { - "id": 19077, + "id": 2537, "name": "update", "variant": "declaration", "kind": 1024, @@ -116243,7 +118550,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" } ], "type": { @@ -116261,8 +118568,8 @@ { "title": "Properties", "children": [ - 19076, - 19077 + 2536, + 2537 ] } ], @@ -116271,14 +118578,14 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 24, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" } ] } } }, { - "id": 19078, + "id": 2538, "name": "maybeUnsetDefaultBillingAddressesStepId", "variant": "declaration", "kind": 32, @@ -116290,7 +118597,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L38" } ], "type": { @@ -116300,7 +118607,7 @@ "defaultValue": "\"maybe-unset-default-billing-customer-addresses\"" }, { - "id": 19079, + "id": 2539, "name": "maybeUnsetDefaultBillingAddressesStep", "variant": "declaration", "kind": 64, @@ -116368,7 +118675,7 @@ }, "children": [ { - "id": 19082, + "id": 2542, "name": "__type", "variant": "declaration", "kind": 1024, @@ -116386,7 +118693,7 @@ } }, { - "id": 19083, + "id": 2543, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -116408,8 +118715,8 @@ { "title": "Properties", "children": [ - 19082, - 19083 + 2542, + 2543 ] } ], @@ -116418,12 +118725,12 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L67" } ], "signatures": [ { - "id": 19080, + "id": 2540, "name": "maybeUnsetDefaultBillingAddressesStep", "variant": "signature", "kind": 4096, @@ -116494,12 +118801,12 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L67" } ], "parameters": [ { - "id": 19081, + "id": 2541, "name": "input", "variant": "param", "kind": 32768, @@ -116509,7 +118816,7 @@ "types": [ { "type": "reference", - "target": 19071, + "target": 2531, "name": "MaybeUnsetDefaultBillingAddressStepInput", "package": "@medusajs/core-flows" }, @@ -116522,7 +118829,7 @@ "typeArguments": [ { "type": "reference", - "target": 19071, + "target": 2531, "name": "MaybeUnsetDefaultBillingAddressStepInput", "package": "@medusajs/core-flows" } @@ -116542,7 +118849,7 @@ ] }, { - "id": 19086, + "id": 2546, "name": "create", "variant": "declaration", "kind": 1024, @@ -116578,7 +118885,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L20" } ], "type": { @@ -116595,7 +118902,7 @@ } }, { - "id": 19089, + "id": 2549, "name": "selector", "variant": "declaration", "kind": 1024, @@ -116613,7 +118920,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" } ], "type": { @@ -116627,7 +118934,7 @@ } }, { - "id": 19090, + "id": 2550, "name": "update", "variant": "declaration", "kind": 1024, @@ -116669,7 +118976,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" } ], "type": { @@ -116683,7 +118990,7 @@ } }, { - "id": 19087, + "id": 2547, "name": "update", "variant": "declaration", "kind": 1024, @@ -116703,20 +119010,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 19088, + "id": 2548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19089, + "id": 2549, "name": "selector", "variant": "declaration", "kind": 1024, @@ -116734,7 +119041,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" } ], "type": { @@ -116748,7 +119055,7 @@ } }, { - "id": 19090, + "id": 2550, "name": "update", "variant": "declaration", "kind": 1024, @@ -116790,7 +119097,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" } ], "type": { @@ -116808,8 +119115,8 @@ { "title": "Properties", "children": [ - 19089, - 19090 + 2549, + 2550 ] } ], @@ -116818,14 +119125,14 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 24, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" } ] } } }, { - "id": 19091, + "id": 2551, "name": "maybeUnsetDefaultShippingAddressesStepId", "variant": "declaration", "kind": 32, @@ -116837,7 +119144,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L38" } ], "type": { @@ -116847,7 +119154,7 @@ "defaultValue": "\"maybe-unset-default-shipping-customer-addresses\"" }, { - "id": 19092, + "id": 2552, "name": "maybeUnsetDefaultShippingAddressesStep", "variant": "declaration", "kind": 64, @@ -116915,7 +119222,7 @@ }, "children": [ { - "id": 19095, + "id": 2555, "name": "__type", "variant": "declaration", "kind": 1024, @@ -116933,7 +119240,7 @@ } }, { - "id": 19096, + "id": 2556, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -116955,8 +119262,8 @@ { "title": "Properties", "children": [ - 19095, - 19096 + 2555, + 2556 ] } ], @@ -116965,12 +119272,12 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L67" } ], "signatures": [ { - "id": 19093, + "id": 2553, "name": "maybeUnsetDefaultShippingAddressesStep", "variant": "signature", "kind": 4096, @@ -117041,12 +119348,12 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L67" } ], "parameters": [ { - "id": 19094, + "id": 2554, "name": "input", "variant": "param", "kind": 32768, @@ -117056,7 +119363,7 @@ "types": [ { "type": "reference", - "target": 19084, + "target": 2544, "name": "MaybeUnsetDefaultShippingAddressesStepInput", "package": "@medusajs/core-flows" }, @@ -117069,7 +119376,7 @@ "typeArguments": [ { "type": "reference", - "target": 19084, + "target": 2544, "name": "MaybeUnsetDefaultShippingAddressesStepInput", "package": "@medusajs/core-flows" } @@ -117089,7 +119396,7 @@ ] }, { - "id": 19097, + "id": 2557, "name": "validateCustomerAccountCreationStepId", "variant": "declaration", "kind": 32, @@ -117101,7 +119408,7 @@ "fileName": "core-flows/src/customer/steps/validate-customer-account-creation.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L5" } ], "type": { @@ -117111,7 +119418,7 @@ "defaultValue": "\"validate-customer-account-creation\"" }, { - "id": 19098, + "id": 2558, "name": "validateCustomerAccountCreation", "variant": "declaration", "kind": 64, @@ -117146,7 +119453,7 @@ }, "children": [ { - "id": 19107, + "id": 2567, "name": "__type", "variant": "declaration", "kind": 1024, @@ -117164,7 +119471,7 @@ } }, { - "id": 19108, + "id": 2568, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -117186,8 +119493,8 @@ { "title": "Properties", "children": [ - 19107, - 19108 + 2567, + 2568 ] } ], @@ -117196,12 +119503,12 @@ "fileName": "core-flows/src/customer/steps/validate-customer-account-creation.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L26" } ], "signatures": [ { - "id": 19099, + "id": 2559, "name": "validateCustomerAccountCreation", "variant": "signature", "kind": 4096, @@ -117239,12 +119546,12 @@ "fileName": "core-flows/src/customer/steps/validate-customer-account-creation.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts#L26" } ], "parameters": [ { - "id": 19100, + "id": 2560, "name": "input", "variant": "param", "kind": 32768, @@ -117254,7 +119561,7 @@ "types": [ { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -117267,7 +119574,7 @@ "typeArguments": [ { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" } @@ -117300,14 +119607,14 @@ { "type": "reflection", "declaration": { - "id": 19101, + "id": 2561, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19102, + "id": 2562, "name": "config", "variant": "declaration", "kind": 2048, @@ -117321,7 +119628,7 @@ ], "signatures": [ { - "id": 19103, + "id": 2563, "name": "config", "variant": "signature", "kind": 4096, @@ -117335,7 +119642,7 @@ ], "parameters": [ { - "id": 19104, + "id": 2564, "name": "config", "variant": "param", "kind": 32768, @@ -117346,14 +119653,14 @@ { "type": "reflection", "declaration": { - "id": 19105, + "id": 2565, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19106, + "id": 2566, "name": "name", "variant": "declaration", "kind": 1024, @@ -117377,7 +119684,7 @@ { "title": "Properties", "children": [ - 19106 + 2566 ] } ], @@ -117454,7 +119761,7 @@ { "title": "Methods", "children": [ - 19102 + 2562 ] } ], @@ -117490,14 +119797,14 @@ ] }, { - "id": 16555, + "id": 15, "name": "Workflows_Customer", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19111, + "id": 2571, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -117515,7 +119822,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L26" } ], "type": { @@ -117532,7 +119839,7 @@ } }, { - "id": 19112, + "id": 2572, "name": "createCustomerAddressesWorkflowId", "variant": "declaration", "kind": 32, @@ -117544,7 +119851,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L29" } ], "type": { @@ -117554,7 +119861,7 @@ "defaultValue": "\"create-customer-addresses\"" }, { - "id": 19113, + "id": 2573, "name": "createCustomerAddressesWorkflow", "variant": "declaration", "kind": 64, @@ -117606,7 +119913,7 @@ }, "children": [ { - "id": 19121, + "id": 2581, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -117629,7 +119936,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19122, + "id": 2582, "name": "__type", "variant": "declaration", "kind": 65536, @@ -117643,7 +119950,7 @@ ], "signatures": [ { - "id": 19123, + "id": 2583, "name": "__type", "variant": "signature", "kind": 4096, @@ -117671,7 +119978,7 @@ ], "parameters": [ { - "id": 19124, + "id": 2584, "name": "param0", "variant": "param", "kind": 32768, @@ -117687,14 +119994,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19125, + "id": 2585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19126, + "id": 2586, "name": "input", "variant": "declaration", "kind": 1024, @@ -117719,7 +120026,7 @@ "types": [ { "type": "reference", - "target": 19109, + "target": 2569, "name": "CreateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -117732,7 +120039,7 @@ "typeArguments": [ { "type": "reference", - "target": 19109, + "target": 2569, "name": "CreateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" } @@ -117748,7 +120055,7 @@ { "title": "Properties", "children": [ - 19126 + 2586 ] } ], @@ -117841,14 +120148,14 @@ { "type": "reflection", "declaration": { - "id": 19127, + "id": 2587, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19128, + "id": 2588, "name": "config", "variant": "declaration", "kind": 2048, @@ -117862,7 +120169,7 @@ ], "signatures": [ { - "id": 19129, + "id": 2589, "name": "config", "variant": "signature", "kind": 4096, @@ -117876,7 +120183,7 @@ ], "parameters": [ { - "id": 19130, + "id": 2590, "name": "config", "variant": "param", "kind": 32768, @@ -117887,14 +120194,14 @@ { "type": "reflection", "declaration": { - "id": 19131, + "id": 2591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19132, + "id": 2592, "name": "name", "variant": "declaration", "kind": 1024, @@ -117918,7 +120225,7 @@ { "title": "Properties", "children": [ - 19132 + 2592 ] } ], @@ -118003,7 +120310,7 @@ { "title": "Methods", "children": [ - 19128 + 2588 ] } ], @@ -118047,7 +120354,7 @@ } }, { - "id": 19133, + "id": 2593, "name": "run", "variant": "declaration", "kind": 1024, @@ -118070,7 +120377,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19134, + "id": 2594, "name": "__type", "variant": "declaration", "kind": 65536, @@ -118084,7 +120391,7 @@ ], "signatures": [ { - "id": 19135, + "id": 2595, "name": "__type", "variant": "signature", "kind": 4096, @@ -118112,7 +120419,7 @@ ], "typeParameters": [ { - "id": 19136, + "id": 2596, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -118123,7 +120430,7 @@ } }, { - "id": 19137, + "id": 2597, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -118136,7 +120443,7 @@ ], "parameters": [ { - "id": 19138, + "id": 2598, "name": "args", "variant": "param", "kind": 32768, @@ -118169,7 +120476,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118180,13 +120487,13 @@ }, "trueType": { "type": "reference", - "target": 19109, + "target": 2569, "name": "CreateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118219,7 +120526,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118242,7 +120549,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118262,7 +120569,7 @@ } }, { - "id": 19139, + "id": 2599, "name": "getName", "variant": "declaration", "kind": 1024, @@ -118285,7 +120592,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19140, + "id": 2600, "name": "__type", "variant": "declaration", "kind": 65536, @@ -118299,7 +120606,7 @@ ], "signatures": [ { - "id": 19141, + "id": 2601, "name": "__type", "variant": "signature", "kind": 4096, @@ -118321,7 +120628,7 @@ } }, { - "id": 19142, + "id": 2602, "name": "config", "variant": "declaration", "kind": 1024, @@ -118344,7 +120651,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19143, + "id": 2603, "name": "__type", "variant": "declaration", "kind": 65536, @@ -118358,7 +120665,7 @@ ], "signatures": [ { - "id": 19144, + "id": 2604, "name": "__type", "variant": "signature", "kind": 4096, @@ -118372,7 +120679,7 @@ ], "parameters": [ { - "id": 19145, + "id": 2605, "name": "config", "variant": "param", "kind": 32768, @@ -118398,7 +120705,7 @@ } }, { - "id": 19146, + "id": 2606, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -118421,14 +120728,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19147, + "id": 2607, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19148, + "id": 2608, "name": "addressesCreated", "variant": "declaration", "kind": 1024, @@ -118436,7 +120743,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19149, + "id": 2609, "name": "__type", "variant": "declaration", "kind": 65536, @@ -118450,7 +120757,7 @@ ], "signatures": [ { - "id": 19150, + "id": 2610, "name": "__type", "variant": "signature", "kind": 4096, @@ -118464,14 +120771,14 @@ ], "typeParameters": [ { - "id": 19151, + "id": 2611, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19152, + "id": 2612, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -118480,7 +120787,7 @@ ], "parameters": [ { - "id": 19153, + "id": 2613, "name": "invoke", "variant": "param", "kind": 32768, @@ -118495,14 +120802,14 @@ { "type": "reflection", "declaration": { - "id": 19154, + "id": 2614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19155, + "id": 2615, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -118512,7 +120819,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" } ], "type": { @@ -118593,14 +120900,14 @@ { "type": "reflection", "declaration": { - "id": 19156, + "id": 2616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19157, + "id": 2617, "name": "config", "variant": "declaration", "kind": 2048, @@ -118614,7 +120921,7 @@ ], "signatures": [ { - "id": 19158, + "id": 2618, "name": "config", "variant": "signature", "kind": 4096, @@ -118628,7 +120935,7 @@ ], "parameters": [ { - "id": 19159, + "id": 2619, "name": "config", "variant": "param", "kind": 32768, @@ -118639,14 +120946,14 @@ { "type": "reflection", "declaration": { - "id": 19160, + "id": 2620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19161, + "id": 2621, "name": "name", "variant": "declaration", "kind": 1024, @@ -118670,7 +120977,7 @@ { "title": "Properties", "children": [ - 19161 + 2621 ] } ], @@ -118755,7 +121062,7 @@ { "title": "Methods", "children": [ - 19157 + 2617 ] } ], @@ -118796,7 +121103,7 @@ "defaultValue": "createdAddresses" }, { - "id": 19162, + "id": 2622, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -118814,7 +121121,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 90, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" } ], "type": { @@ -118837,8 +121144,8 @@ { "title": "Properties", "children": [ - 19155, - 19162 + 2615, + 2622 ] } ], @@ -118847,21 +121154,21 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 88, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L88" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118872,7 +121179,7 @@ } }, { - "id": 19163, + "id": 2623, "name": "compensate", "variant": "param", "kind": 32768, @@ -118888,7 +121195,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -118907,13 +121214,86 @@ ] } } + }, + { + "id": 20834, + "name": "addressesCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the addresses are created. You can consume this hook to perform custom actions on the created addresses." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCustomerAddressesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCustomerAddressesWorkflow.hooks.addressesCreated(\n\t(async ({ addresses, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20835, + "name": "addressesCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20836, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2614, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19148 + 2608 + ] + }, + { + "title": "Functions", + "children": [ + 20834 ] } ], @@ -118930,7 +121310,7 @@ ], "documents": [ { - "id": 37344, + "id": 20831, "name": "maybeUnsetDefaultShippingAddressesStep", "variant": "document", "kind": 8388608, @@ -118946,6 +121326,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2552" + } + ] } ], "modifierTags": [ @@ -118956,7 +121345,7 @@ "frontmatter": {} }, { - "id": 37345, + "id": 20832, "name": "maybeUnsetDefaultBillingAddressesStep", "variant": "document", "kind": 8388608, @@ -118972,6 +121361,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2539" + } + ] } ], "modifierTags": [ @@ -118982,7 +121380,7 @@ "frontmatter": {} }, { - "id": 37346, + "id": 20833, "name": "createCustomerAddressesStep", "variant": "document", "kind": 8388608, @@ -118998,6 +121396,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2497" + } + ] } ], "modifierTags": [ @@ -119008,7 +121415,7 @@ "frontmatter": {} }, { - "id": 37350, + "id": 20837, "name": "addressesCreated", "variant": "document", "kind": 8388608, @@ -119024,6 +121431,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20834" + } + ] } ], "modifierTags": [ @@ -119035,21 +121451,21 @@ } ], "childrenIncludingDocuments": [ - 19121, - 19133, - 19139, - 19142, - 19146 + 2581, + 2593, + 2599, + 2602, + 2606 ], "groups": [ { "title": "Properties", "children": [ - 19121, - 19133, - 19139, - 19142, - 19146 + 2581, + 2593, + 2599, + 2602, + 2606 ] } ], @@ -119058,12 +121474,12 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L75" } ], "signatures": [ { - "id": 19114, + "id": 2574, "name": "createCustomerAddressesWorkflow", "variant": "signature", "kind": 4096, @@ -119118,12 +121534,12 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L75" } ], "typeParameters": [ { - "id": 19115, + "id": 2575, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -119134,7 +121550,7 @@ } }, { - "id": 19116, + "id": 2576, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -119147,7 +121563,7 @@ ], "parameters": [ { - "id": 19117, + "id": 2577, "name": "container", "variant": "param", "kind": 32768, @@ -119171,14 +121587,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19118, + "id": 2578, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19119, + "id": 2579, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -119201,7 +121617,7 @@ } }, { - "id": 19120, + "id": 2580, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -119228,8 +121644,8 @@ { "title": "Properties", "children": [ - 19119, - 19120 + 2579, + 2580 ] } ], @@ -119300,7 +121716,7 @@ "typeArguments": [ { "type": "reference", - "target": 19109, + "target": 2569, "name": "CreateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -119318,14 +121734,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -119340,14 +121756,14 @@ ] }, { - "id": 19154, + "id": 2614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19155, + "id": 2615, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -119357,7 +121773,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" } ], "type": { @@ -119438,14 +121854,14 @@ { "type": "reflection", "declaration": { - "id": 19156, + "id": 2616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19157, + "id": 2617, "name": "config", "variant": "declaration", "kind": 2048, @@ -119459,7 +121875,7 @@ ], "signatures": [ { - "id": 19158, + "id": 2618, "name": "config", "variant": "signature", "kind": 4096, @@ -119473,7 +121889,7 @@ ], "parameters": [ { - "id": 19159, + "id": 2619, "name": "config", "variant": "param", "kind": 32768, @@ -119484,14 +121900,14 @@ { "type": "reflection", "declaration": { - "id": 19160, + "id": 2620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19161, + "id": 2621, "name": "name", "variant": "declaration", "kind": 1024, @@ -119515,7 +121931,7 @@ { "title": "Properties", "children": [ - 19161 + 2621 ] } ], @@ -119600,7 +122016,7 @@ { "title": "Methods", "children": [ - 19157 + 2617 ] } ], @@ -119641,7 +122057,7 @@ "defaultValue": "createdAddresses" }, { - "id": 19162, + "id": 2622, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -119659,7 +122075,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 90, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" } ], "type": { @@ -119682,8 +122098,8 @@ { "title": "Properties", "children": [ - 19155, - 19162 + 2615, + 2622 ] } ], @@ -119692,12 +122108,12 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 88, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L88" } ] }, { - "id": 19155, + "id": 2615, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -119707,7 +122123,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L89" } ], "type": { @@ -119788,14 +122204,14 @@ { "type": "reflection", "declaration": { - "id": 19156, + "id": 2616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19157, + "id": 2617, "name": "config", "variant": "declaration", "kind": 2048, @@ -119809,7 +122225,7 @@ ], "signatures": [ { - "id": 19158, + "id": 2618, "name": "config", "variant": "signature", "kind": 4096, @@ -119823,7 +122239,7 @@ ], "parameters": [ { - "id": 19159, + "id": 2619, "name": "config", "variant": "param", "kind": 32768, @@ -119834,14 +122250,14 @@ { "type": "reflection", "declaration": { - "id": 19160, + "id": 2620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19161, + "id": 2621, "name": "name", "variant": "declaration", "kind": 1024, @@ -119865,7 +122281,7 @@ { "title": "Properties", "children": [ - 19161 + 2621 ] } ], @@ -119950,7 +122366,7 @@ { "title": "Methods", "children": [ - 19157 + 2617 ] } ], @@ -119991,7 +122407,7 @@ "defaultValue": "createdAddresses" }, { - "id": 19162, + "id": 2622, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -120009,7 +122425,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 90, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L90" } ], "type": { @@ -120028,7 +122444,7 @@ "defaultValue": "input.additional_data" }, { - "id": 19166, + "id": 2626, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -120046,7 +122462,7 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L19" } ], "type": { @@ -120055,7 +122471,7 @@ } }, { - "id": 19167, + "id": 2627, "name": "customerData", "variant": "declaration", "kind": 1024, @@ -120073,7 +122489,7 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L23" } ], "type": { @@ -120087,7 +122503,7 @@ } }, { - "id": 19168, + "id": 2628, "name": "createCustomerAccountWorkflowId", "variant": "declaration", "kind": 32, @@ -120099,7 +122515,7 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L26" } ], "type": { @@ -120109,7 +122525,7 @@ "defaultValue": "\"create-customer-account\"" }, { - "id": 19169, + "id": 2629, "name": "createCustomerAccountWorkflow", "variant": "declaration", "kind": 64, @@ -120162,7 +122578,7 @@ }, "children": [ { - "id": 19177, + "id": 2637, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -120185,7 +122601,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19178, + "id": 2638, "name": "__type", "variant": "declaration", "kind": 65536, @@ -120199,7 +122615,7 @@ ], "signatures": [ { - "id": 19179, + "id": 2639, "name": "__type", "variant": "signature", "kind": 4096, @@ -120227,7 +122643,7 @@ ], "parameters": [ { - "id": 19180, + "id": 2640, "name": "param0", "variant": "param", "kind": 32768, @@ -120243,14 +122659,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19181, + "id": 2641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19182, + "id": 2642, "name": "input", "variant": "declaration", "kind": 1024, @@ -120275,7 +122691,7 @@ "types": [ { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -120288,7 +122704,7 @@ "typeArguments": [ { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" } @@ -120304,7 +122720,7 @@ { "title": "Properties", "children": [ - 19182 + 2642 ] } ], @@ -120325,14 +122741,14 @@ { "type": "reflection", "declaration": { - "id": 19183, + "id": 2643, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19184, + "id": 2644, "name": "id", "variant": "declaration", "kind": 1024, @@ -120378,7 +122794,7 @@ } }, { - "id": 19185, + "id": 2645, "name": "email", "variant": "declaration", "kind": 1024, @@ -120424,7 +122840,7 @@ } }, { - "id": 19186, + "id": 2646, "name": "has_account", "variant": "declaration", "kind": 1024, @@ -120470,7 +122886,7 @@ } }, { - "id": 19187, + "id": 2647, "name": "default_billing_address_id", "variant": "declaration", "kind": 1024, @@ -120529,7 +122945,7 @@ } }, { - "id": 19188, + "id": 2648, "name": "default_shipping_address_id", "variant": "declaration", "kind": 1024, @@ -120588,7 +123004,7 @@ } }, { - "id": 19189, + "id": 2649, "name": "company_name", "variant": "declaration", "kind": 1024, @@ -120647,7 +123063,7 @@ } }, { - "id": 19190, + "id": 2650, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -120706,7 +123122,7 @@ } }, { - "id": 19191, + "id": 2651, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -120765,7 +123181,7 @@ } }, { - "id": 19192, + "id": 2652, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -120827,7 +123243,7 @@ } }, { - "id": 19193, + "id": 2653, "name": "phone", "variant": "declaration", "kind": 1024, @@ -120886,7 +123302,7 @@ } }, { - "id": 19194, + "id": 2654, "name": "groups", "variant": "declaration", "kind": 1024, @@ -120914,14 +123330,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19195, + "id": 2655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19196, + "id": 2656, "name": "id", "variant": "declaration", "kind": 1024, @@ -120947,7 +123363,7 @@ } }, { - "id": 19197, + "id": 2657, "name": "name", "variant": "declaration", "kind": 1024, @@ -120977,8 +123393,8 @@ { "title": "Properties", "children": [ - 19196, - 19197 + 2656, + 2657 ] } ], @@ -121004,14 +123420,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19198, + "id": 2658, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19199, + "id": 2659, "name": "id", "variant": "declaration", "kind": 1024, @@ -121037,7 +123453,7 @@ } }, { - "id": 19200, + "id": 2660, "name": "name", "variant": "declaration", "kind": 1024, @@ -121067,8 +123483,8 @@ { "title": "Properties", "children": [ - 19199, - 19200 + 2659, + 2660 ] } ], @@ -121090,7 +123506,7 @@ } }, { - "id": 19201, + "id": 2661, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -121166,7 +123582,7 @@ } }, { - "id": 19202, + "id": 2662, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -121225,7 +123641,7 @@ } }, { - "id": 19203, + "id": 2663, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -121302,7 +123718,7 @@ } }, { - "id": 19204, + "id": 2664, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -121371,7 +123787,7 @@ } }, { - "id": 19205, + "id": 2665, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -121444,22 +123860,22 @@ { "title": "Properties", "children": [ - 19184, - 19185, - 19186, - 19187, - 19188, - 19189, - 19190, - 19191, - 19192, - 19193, - 19194, - 19201, - 19202, - 19203, - 19204, - 19205 + 2644, + 2645, + 2646, + 2647, + 2648, + 2649, + 2650, + 2651, + 2652, + 2653, + 2654, + 2661, + 2662, + 2663, + 2664, + 2665 ] } ], @@ -121504,14 +123920,14 @@ { "type": "reflection", "declaration": { - "id": 19206, + "id": 2666, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19207, + "id": 2667, "name": "config", "variant": "declaration", "kind": 2048, @@ -121525,7 +123941,7 @@ ], "signatures": [ { - "id": 19208, + "id": 2668, "name": "config", "variant": "signature", "kind": 4096, @@ -121539,7 +123955,7 @@ ], "parameters": [ { - "id": 19209, + "id": 2669, "name": "config", "variant": "param", "kind": 32768, @@ -121550,14 +123966,14 @@ { "type": "reflection", "declaration": { - "id": 19210, + "id": 2670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19211, + "id": 2671, "name": "name", "variant": "declaration", "kind": 1024, @@ -121581,7 +123997,7 @@ { "title": "Properties", "children": [ - 19211 + 2671 ] } ], @@ -121663,7 +124079,7 @@ { "title": "Methods", "children": [ - 19207 + 2667 ] } ], @@ -121704,7 +124120,7 @@ } }, { - "id": 19212, + "id": 2672, "name": "run", "variant": "declaration", "kind": 1024, @@ -121727,7 +124143,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19213, + "id": 2673, "name": "__type", "variant": "declaration", "kind": 65536, @@ -121741,7 +124157,7 @@ ], "signatures": [ { - "id": 19214, + "id": 2674, "name": "__type", "variant": "signature", "kind": 4096, @@ -121769,7 +124185,7 @@ ], "typeParameters": [ { - "id": 19215, + "id": 2675, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -121780,7 +124196,7 @@ } }, { - "id": 19216, + "id": 2676, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -121793,7 +124209,7 @@ ], "parameters": [ { - "id": 19217, + "id": 2677, "name": "args", "variant": "param", "kind": 32768, @@ -121826,7 +124242,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -121837,13 +124253,13 @@ }, "trueType": { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -121876,7 +124292,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -121896,7 +124312,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -121916,7 +124332,7 @@ } }, { - "id": 19218, + "id": 2678, "name": "getName", "variant": "declaration", "kind": 1024, @@ -121939,7 +124355,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19219, + "id": 2679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -121953,7 +124369,7 @@ ], "signatures": [ { - "id": 19220, + "id": 2680, "name": "__type", "variant": "signature", "kind": 4096, @@ -121975,7 +124391,7 @@ } }, { - "id": 19221, + "id": 2681, "name": "config", "variant": "declaration", "kind": 1024, @@ -121998,7 +124414,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19222, + "id": 2682, "name": "__type", "variant": "declaration", "kind": 65536, @@ -122012,7 +124428,7 @@ ], "signatures": [ { - "id": 19223, + "id": 2683, "name": "__type", "variant": "signature", "kind": 4096, @@ -122026,7 +124442,7 @@ ], "parameters": [ { - "id": 19224, + "id": 2684, "name": "config", "variant": "param", "kind": 32768, @@ -122052,7 +124468,7 @@ } }, { - "id": 19225, + "id": 2685, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -122080,7 +124496,7 @@ ], "documents": [ { - "id": 37351, + "id": 20838, "name": "validateCustomerAccountCreation", "variant": "document", "kind": 8388608, @@ -122096,6 +124512,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2558" + } + ] } ], "modifierTags": [ @@ -122106,7 +124531,7 @@ "frontmatter": {} }, { - "id": 37352, + "id": 20839, "name": "createCustomersWorkflow", "variant": "document", "kind": 8388608, @@ -122122,6 +124547,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2690" + } + ] } ], "modifierTags": [ @@ -122132,7 +124566,7 @@ "frontmatter": {} }, { - "id": 37353, + "id": 20840, "name": "setAuthAppMetadataStep", "variant": "document", "kind": 8388608, @@ -122148,6 +124582,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "384" + } + ] } ], "modifierTags": [ @@ -122159,21 +124602,21 @@ } ], "childrenIncludingDocuments": [ - 19177, - 19212, - 19218, - 19221, - 19225 + 2637, + 2672, + 2678, + 2681, + 2685 ], "groups": [ { "title": "Properties", "children": [ - 19177, - 19212, - 19218, - 19221, - 19225 + 2637, + 2672, + 2678, + 2681, + 2685 ] } ], @@ -122182,12 +124625,12 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L54" } ], "signatures": [ { - "id": 19170, + "id": 2630, "name": "createCustomerAccountWorkflow", "variant": "signature", "kind": 4096, @@ -122243,12 +124686,12 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L54" } ], "typeParameters": [ { - "id": 19171, + "id": 2631, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -122259,7 +124702,7 @@ } }, { - "id": 19172, + "id": 2632, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -122272,7 +124715,7 @@ ], "parameters": [ { - "id": 19173, + "id": 2633, "name": "container", "variant": "param", "kind": 32768, @@ -122296,14 +124739,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19174, + "id": 2634, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19175, + "id": 2635, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -122326,7 +124769,7 @@ } }, { - "id": 19176, + "id": 2636, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -122353,8 +124796,8 @@ { "title": "Properties", "children": [ - 19175, - 19176 + 2635, + 2636 ] } ], @@ -122425,7 +124868,7 @@ "typeArguments": [ { "type": "reference", - "target": 19164, + "target": 2624, "name": "CreateCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -122440,14 +124883,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -122462,7 +124905,7 @@ ] }, { - "id": 19228, + "id": 2688, "name": "customersData", "variant": "declaration", "kind": 1024, @@ -122480,7 +124923,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L20" } ], "type": { @@ -122497,7 +124940,7 @@ } }, { - "id": 19229, + "id": 2689, "name": "createCustomersWorkflowId", "variant": "declaration", "kind": 32, @@ -122509,7 +124952,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L23" } ], "type": { @@ -122519,7 +124962,7 @@ "defaultValue": "\"create-customers\"" }, { - "id": 19230, + "id": 2690, "name": "createCustomersWorkflow", "variant": "declaration", "kind": 64, @@ -122563,7 +125006,7 @@ }, "children": [ { - "id": 19238, + "id": 2698, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -122586,7 +125029,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19239, + "id": 2699, "name": "__type", "variant": "declaration", "kind": 65536, @@ -122600,7 +125043,7 @@ ], "signatures": [ { - "id": 19240, + "id": 2700, "name": "__type", "variant": "signature", "kind": 4096, @@ -122628,7 +125071,7 @@ ], "parameters": [ { - "id": 19241, + "id": 2701, "name": "param0", "variant": "param", "kind": 32768, @@ -122644,14 +125087,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19242, + "id": 2702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19243, + "id": 2703, "name": "input", "variant": "declaration", "kind": 1024, @@ -122676,7 +125119,7 @@ "types": [ { "type": "reference", - "target": 19226, + "target": 2686, "name": "CreateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -122689,7 +125132,7 @@ "typeArguments": [ { "type": "reference", - "target": 19226, + "target": 2686, "name": "CreateCustomersWorkflowInput", "package": "@medusajs/core-flows" } @@ -122705,7 +125148,7 @@ { "title": "Properties", "children": [ - 19243 + 2703 ] } ], @@ -122798,14 +125241,14 @@ { "type": "reflection", "declaration": { - "id": 19244, + "id": 2704, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19245, + "id": 2705, "name": "config", "variant": "declaration", "kind": 2048, @@ -122819,7 +125262,7 @@ ], "signatures": [ { - "id": 19246, + "id": 2706, "name": "config", "variant": "signature", "kind": 4096, @@ -122833,7 +125276,7 @@ ], "parameters": [ { - "id": 19247, + "id": 2707, "name": "config", "variant": "param", "kind": 32768, @@ -122844,14 +125287,14 @@ { "type": "reflection", "declaration": { - "id": 19248, + "id": 2708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19249, + "id": 2709, "name": "name", "variant": "declaration", "kind": 1024, @@ -122875,7 +125318,7 @@ { "title": "Properties", "children": [ - 19249 + 2709 ] } ], @@ -122960,7 +125403,7 @@ { "title": "Methods", "children": [ - 19245 + 2705 ] } ], @@ -123004,7 +125447,7 @@ } }, { - "id": 19250, + "id": 2710, "name": "run", "variant": "declaration", "kind": 1024, @@ -123027,7 +125470,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19251, + "id": 2711, "name": "__type", "variant": "declaration", "kind": 65536, @@ -123041,7 +125484,7 @@ ], "signatures": [ { - "id": 19252, + "id": 2712, "name": "__type", "variant": "signature", "kind": 4096, @@ -123069,7 +125512,7 @@ ], "typeParameters": [ { - "id": 19253, + "id": 2713, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -123080,7 +125523,7 @@ } }, { - "id": 19254, + "id": 2714, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -123093,7 +125536,7 @@ ], "parameters": [ { - "id": 19255, + "id": 2715, "name": "args", "variant": "param", "kind": 32768, @@ -123126,7 +125569,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123137,13 +125580,13 @@ }, "trueType": { "type": "reference", - "target": 19226, + "target": 2686, "name": "CreateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123176,7 +125619,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123199,7 +125642,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123219,7 +125662,7 @@ } }, { - "id": 19256, + "id": 2716, "name": "getName", "variant": "declaration", "kind": 1024, @@ -123242,7 +125685,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19257, + "id": 2717, "name": "__type", "variant": "declaration", "kind": 65536, @@ -123256,7 +125699,7 @@ ], "signatures": [ { - "id": 19258, + "id": 2718, "name": "__type", "variant": "signature", "kind": 4096, @@ -123278,7 +125721,7 @@ } }, { - "id": 19259, + "id": 2719, "name": "config", "variant": "declaration", "kind": 1024, @@ -123301,7 +125744,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19260, + "id": 2720, "name": "__type", "variant": "declaration", "kind": 65536, @@ -123315,7 +125758,7 @@ ], "signatures": [ { - "id": 19261, + "id": 2721, "name": "__type", "variant": "signature", "kind": 4096, @@ -123329,7 +125772,7 @@ ], "parameters": [ { - "id": 19262, + "id": 2722, "name": "config", "variant": "param", "kind": 32768, @@ -123355,7 +125798,7 @@ } }, { - "id": 19263, + "id": 2723, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -123378,14 +125821,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19264, + "id": 2724, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19265, + "id": 2725, "name": "customersCreated", "variant": "declaration", "kind": 1024, @@ -123393,7 +125836,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19266, + "id": 2726, "name": "__type", "variant": "declaration", "kind": 65536, @@ -123407,7 +125850,7 @@ ], "signatures": [ { - "id": 19267, + "id": 2727, "name": "__type", "variant": "signature", "kind": 4096, @@ -123421,14 +125864,14 @@ ], "typeParameters": [ { - "id": 19268, + "id": 2728, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19269, + "id": 2729, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -123437,7 +125880,7 @@ ], "parameters": [ { - "id": 19270, + "id": 2730, "name": "invoke", "variant": "param", "kind": 32768, @@ -123452,14 +125895,14 @@ { "type": "reflection", "declaration": { - "id": 19271, + "id": 2731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19272, + "id": 2732, "name": "customers", "variant": "declaration", "kind": 1024, @@ -123469,7 +125912,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" } ], "type": { @@ -123550,14 +125993,14 @@ { "type": "reflection", "declaration": { - "id": 19273, + "id": 2733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19274, + "id": 2734, "name": "config", "variant": "declaration", "kind": 2048, @@ -123571,7 +126014,7 @@ ], "signatures": [ { - "id": 19275, + "id": 2735, "name": "config", "variant": "signature", "kind": 4096, @@ -123585,7 +126028,7 @@ ], "parameters": [ { - "id": 19276, + "id": 2736, "name": "config", "variant": "param", "kind": 32768, @@ -123596,14 +126039,14 @@ { "type": "reflection", "declaration": { - "id": 19277, + "id": 2737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19278, + "id": 2738, "name": "name", "variant": "declaration", "kind": 1024, @@ -123627,7 +126070,7 @@ { "title": "Properties", "children": [ - 19278 + 2738 ] } ], @@ -123712,7 +126155,7 @@ { "title": "Methods", "children": [ - 19274 + 2734 ] } ], @@ -123753,7 +126196,7 @@ "defaultValue": "createdCustomers" }, { - "id": 19279, + "id": 2739, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -123771,7 +126214,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" } ], "type": { @@ -123794,8 +126237,8 @@ { "title": "Properties", "children": [ - 19272, - 19279 + 2732, + 2739 ] } ], @@ -123804,21 +126247,21 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 58, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L58" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123829,7 +126272,7 @@ } }, { - "id": 19280, + "id": 2740, "name": "compensate", "variant": "param", "kind": 32768, @@ -123845,7 +126288,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -123864,13 +126307,86 @@ ] } } + }, + { + "id": 20842, + "name": "customersCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the customers are created. You can consume this hook to perform custom actions on the created customers." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCustomersWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCustomersWorkflow.hooks.customersCreated(\n\t(async ({ customers, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20843, + "name": "customersCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20844, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2731, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19265 + 2725 + ] + }, + { + "title": "Functions", + "children": [ + 20842 ] } ], @@ -123887,7 +126403,7 @@ ], "documents": [ { - "id": 37354, + "id": 20841, "name": "createCustomersStep", "variant": "document", "kind": 8388608, @@ -123903,6 +126419,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2461" + } + ] } ], "modifierTags": [ @@ -123913,7 +126438,7 @@ "frontmatter": {} }, { - "id": 37358, + "id": 20845, "name": "customersCreated", "variant": "document", "kind": 8388608, @@ -123929,6 +126454,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20842" + } + ] } ], "modifierTags": [ @@ -123939,7 +126473,7 @@ "frontmatter": {} }, { - "id": 37359, + "id": 20846, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -123955,6 +126489,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -123966,21 +126509,21 @@ } ], "childrenIncludingDocuments": [ - 19238, - 19250, - 19256, - 19259, - 19263 + 2698, + 2710, + 2716, + 2719, + 2723 ], "groups": [ { "title": "Properties", "children": [ - 19238, - 19250, - 19256, - 19259, - 19263 + 2698, + 2710, + 2716, + 2719, + 2723 ] } ], @@ -123989,12 +126532,12 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L54" } ], "signatures": [ { - "id": 19231, + "id": 2691, "name": "createCustomersWorkflow", "variant": "signature", "kind": 4096, @@ -124041,12 +126584,12 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L54" } ], "typeParameters": [ { - "id": 19232, + "id": 2692, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -124057,7 +126600,7 @@ } }, { - "id": 19233, + "id": 2693, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -124070,7 +126613,7 @@ ], "parameters": [ { - "id": 19234, + "id": 2694, "name": "container", "variant": "param", "kind": 32768, @@ -124094,14 +126637,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19235, + "id": 2695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19236, + "id": 2696, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -124124,7 +126667,7 @@ } }, { - "id": 19237, + "id": 2697, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -124151,8 +126694,8 @@ { "title": "Properties", "children": [ - 19236, - 19237 + 2696, + 2697 ] } ], @@ -124223,7 +126766,7 @@ "typeArguments": [ { "type": "reference", - "target": 19226, + "target": 2686, "name": "CreateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -124241,14 +126784,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -124263,14 +126806,14 @@ ] }, { - "id": 19271, + "id": 2731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19272, + "id": 2732, "name": "customers", "variant": "declaration", "kind": 1024, @@ -124280,7 +126823,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" } ], "type": { @@ -124361,14 +126904,14 @@ { "type": "reflection", "declaration": { - "id": 19273, + "id": 2733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19274, + "id": 2734, "name": "config", "variant": "declaration", "kind": 2048, @@ -124382,7 +126925,7 @@ ], "signatures": [ { - "id": 19275, + "id": 2735, "name": "config", "variant": "signature", "kind": 4096, @@ -124396,7 +126939,7 @@ ], "parameters": [ { - "id": 19276, + "id": 2736, "name": "config", "variant": "param", "kind": 32768, @@ -124407,14 +126950,14 @@ { "type": "reflection", "declaration": { - "id": 19277, + "id": 2737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19278, + "id": 2738, "name": "name", "variant": "declaration", "kind": 1024, @@ -124438,7 +126981,7 @@ { "title": "Properties", "children": [ - 19278 + 2738 ] } ], @@ -124523,7 +127066,7 @@ { "title": "Methods", "children": [ - 19274 + 2734 ] } ], @@ -124564,7 +127107,7 @@ "defaultValue": "createdCustomers" }, { - "id": 19279, + "id": 2739, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -124582,7 +127125,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" } ], "type": { @@ -124605,8 +127148,8 @@ { "title": "Properties", "children": [ - 19272, - 19279 + 2732, + 2739 ] } ], @@ -124615,12 +127158,12 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 58, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L58" } ] }, { - "id": 19272, + "id": 2732, "name": "customers", "variant": "declaration", "kind": 1024, @@ -124630,7 +127173,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L59" } ], "type": { @@ -124711,14 +127254,14 @@ { "type": "reflection", "declaration": { - "id": 19273, + "id": 2733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19274, + "id": 2734, "name": "config", "variant": "declaration", "kind": 2048, @@ -124732,7 +127275,7 @@ ], "signatures": [ { - "id": 19275, + "id": 2735, "name": "config", "variant": "signature", "kind": 4096, @@ -124746,7 +127289,7 @@ ], "parameters": [ { - "id": 19276, + "id": 2736, "name": "config", "variant": "param", "kind": 32768, @@ -124757,14 +127300,14 @@ { "type": "reflection", "declaration": { - "id": 19277, + "id": 2737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19278, + "id": 2738, "name": "name", "variant": "declaration", "kind": 1024, @@ -124788,7 +127331,7 @@ { "title": "Properties", "children": [ - 19278 + 2738 ] } ], @@ -124873,7 +127416,7 @@ { "title": "Methods", "children": [ - 19274 + 2734 ] } ], @@ -124914,7 +127457,7 @@ "defaultValue": "createdCustomers" }, { - "id": 19279, + "id": 2739, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -124932,7 +127475,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L60" } ], "type": { @@ -124951,7 +127494,7 @@ "defaultValue": "input.additional_data" }, { - "id": 19283, + "id": 2743, "name": "ids", "variant": "declaration", "kind": 1024, @@ -124969,7 +127512,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L16" } ], "type": { @@ -124981,7 +127524,7 @@ } }, { - "id": 19284, + "id": 2744, "name": "deleteCustomerAddressesWorkflowId", "variant": "declaration", "kind": 32, @@ -124993,7 +127536,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L19" } ], "type": { @@ -125003,7 +127546,7 @@ "defaultValue": "\"delete-customer-addresses\"" }, { - "id": 19285, + "id": 2745, "name": "deleteCustomerAddressesWorkflow", "variant": "declaration", "kind": 64, @@ -125047,7 +127590,7 @@ }, "children": [ { - "id": 19293, + "id": 2753, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -125070,7 +127613,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19294, + "id": 2754, "name": "__type", "variant": "declaration", "kind": 65536, @@ -125084,7 +127627,7 @@ ], "signatures": [ { - "id": 19295, + "id": 2755, "name": "__type", "variant": "signature", "kind": 4096, @@ -125112,7 +127655,7 @@ ], "parameters": [ { - "id": 19296, + "id": 2756, "name": "param0", "variant": "param", "kind": 32768, @@ -125128,14 +127671,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19297, + "id": 2757, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19298, + "id": 2758, "name": "input", "variant": "declaration", "kind": 1024, @@ -125160,7 +127703,7 @@ "types": [ { "type": "reference", - "target": 19281, + "target": 2741, "name": "DeleteCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -125173,7 +127716,7 @@ "typeArguments": [ { "type": "reference", - "target": 19281, + "target": 2741, "name": "DeleteCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" } @@ -125189,7 +127732,7 @@ { "title": "Properties", "children": [ - 19298 + 2758 ] } ], @@ -125214,7 +127757,7 @@ } }, { - "id": 19299, + "id": 2759, "name": "run", "variant": "declaration", "kind": 1024, @@ -125237,7 +127780,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19300, + "id": 2760, "name": "__type", "variant": "declaration", "kind": 65536, @@ -125251,7 +127794,7 @@ ], "signatures": [ { - "id": 19301, + "id": 2761, "name": "__type", "variant": "signature", "kind": 4096, @@ -125279,7 +127822,7 @@ ], "typeParameters": [ { - "id": 19302, + "id": 2762, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -125290,7 +127833,7 @@ } }, { - "id": 19303, + "id": 2763, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -125303,7 +127846,7 @@ ], "parameters": [ { - "id": 19304, + "id": 2764, "name": "args", "variant": "param", "kind": 32768, @@ -125336,7 +127879,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125347,13 +127890,13 @@ }, "trueType": { "type": "reference", - "target": 19281, + "target": 2741, "name": "DeleteCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125386,7 +127929,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125401,7 +127944,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125421,7 +127964,7 @@ } }, { - "id": 19305, + "id": 2765, "name": "getName", "variant": "declaration", "kind": 1024, @@ -125444,7 +127987,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19306, + "id": 2766, "name": "__type", "variant": "declaration", "kind": 65536, @@ -125458,7 +128001,7 @@ ], "signatures": [ { - "id": 19307, + "id": 2767, "name": "__type", "variant": "signature", "kind": 4096, @@ -125480,7 +128023,7 @@ } }, { - "id": 19308, + "id": 2768, "name": "config", "variant": "declaration", "kind": 1024, @@ -125503,7 +128046,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19309, + "id": 2769, "name": "__type", "variant": "declaration", "kind": 65536, @@ -125517,7 +128060,7 @@ ], "signatures": [ { - "id": 19310, + "id": 2770, "name": "__type", "variant": "signature", "kind": 4096, @@ -125531,7 +128074,7 @@ ], "parameters": [ { - "id": 19311, + "id": 2771, "name": "config", "variant": "param", "kind": 32768, @@ -125557,7 +128100,7 @@ } }, { - "id": 19312, + "id": 2772, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -125580,14 +128123,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19313, + "id": 2773, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19314, + "id": 2774, "name": "addressesDeleted", "variant": "declaration", "kind": 1024, @@ -125595,7 +128138,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19315, + "id": 2775, "name": "__type", "variant": "declaration", "kind": 65536, @@ -125609,7 +128152,7 @@ ], "signatures": [ { - "id": 19316, + "id": 2776, "name": "__type", "variant": "signature", "kind": 4096, @@ -125623,14 +128166,14 @@ ], "typeParameters": [ { - "id": 19317, + "id": 2777, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19318, + "id": 2778, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -125639,7 +128182,7 @@ ], "parameters": [ { - "id": 19319, + "id": 2779, "name": "invoke", "variant": "param", "kind": 32768, @@ -125654,14 +128197,14 @@ { "type": "reflection", "declaration": { - "id": 19320, + "id": 2780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19321, + "id": 2781, "name": "ids", "variant": "declaration", "kind": 1024, @@ -125671,7 +128214,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" } ], "type": { @@ -125723,7 +128266,7 @@ { "title": "Properties", "children": [ - 19321 + 2781 ] } ], @@ -125732,21 +128275,21 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 56, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L56" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125757,7 +128300,7 @@ } }, { - "id": 19322, + "id": 2782, "name": "compensate", "variant": "param", "kind": 32768, @@ -125773,7 +128316,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -125792,13 +128335,86 @@ ] } } + }, + { + "id": 20848, + "name": "addressesDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the addresses are deleted. You can consume this hook to perform custom actions." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteCustomerAddressesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteCustomerAddressesWorkflow.hooks.addressesDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20849, + "name": "addressesDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20850, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2780, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19314 + 2774 + ] + }, + { + "title": "Functions", + "children": [ + 20848 ] } ], @@ -125815,7 +128431,7 @@ ], "documents": [ { - "id": 37360, + "id": 20847, "name": "deleteCustomerAddressesStep", "variant": "document", "kind": 8388608, @@ -125831,6 +128447,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2526" + } + ] } ], "modifierTags": [ @@ -125841,7 +128466,7 @@ "frontmatter": {} }, { - "id": 37364, + "id": 20851, "name": "addressesDeleted", "variant": "document", "kind": 8388608, @@ -125857,6 +128482,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20848" + } + ] } ], "modifierTags": [ @@ -125868,21 +128502,21 @@ } ], "childrenIncludingDocuments": [ - 19293, - 19299, - 19305, - 19308, - 19312 + 2753, + 2759, + 2765, + 2768, + 2772 ], "groups": [ { "title": "Properties", "children": [ - 19293, - 19299, - 19305, - 19308, - 19312 + 2753, + 2759, + 2765, + 2768, + 2772 ] } ], @@ -125891,12 +128525,12 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L52" } ], "signatures": [ { - "id": 19286, + "id": 2746, "name": "deleteCustomerAddressesWorkflow", "variant": "signature", "kind": 4096, @@ -125943,12 +128577,12 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L52" } ], "typeParameters": [ { - "id": 19287, + "id": 2747, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -125959,7 +128593,7 @@ } }, { - "id": 19288, + "id": 2748, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -125972,7 +128606,7 @@ ], "parameters": [ { - "id": 19289, + "id": 2749, "name": "container", "variant": "param", "kind": 32768, @@ -125996,14 +128630,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19290, + "id": 2750, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19291, + "id": 2751, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -126026,7 +128660,7 @@ } }, { - "id": 19292, + "id": 2752, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -126053,8 +128687,8 @@ { "title": "Properties", "children": [ - 19291, - 19292 + 2751, + 2752 ] } ], @@ -126125,7 +128759,7 @@ "typeArguments": [ { "type": "reference", - "target": 19281, + "target": 2741, "name": "DeleteCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -126135,14 +128769,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -126157,14 +128791,14 @@ ] }, { - "id": 19320, + "id": 2780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19321, + "id": 2781, "name": "ids", "variant": "declaration", "kind": 1024, @@ -126174,7 +128808,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" } ], "type": { @@ -126226,7 +128860,7 @@ { "title": "Properties", "children": [ - 19321 + 2781 ] } ], @@ -126235,12 +128869,12 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 56, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L56" } ] }, { - "id": 19321, + "id": 2781, "name": "ids", "variant": "declaration", "kind": 1024, @@ -126250,7 +128884,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L57" } ], "type": { @@ -126298,7 +128932,7 @@ "defaultValue": "input.ids" }, { - "id": 19325, + "id": 2785, "name": "ids", "variant": "declaration", "kind": 1024, @@ -126316,7 +128950,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L19" } ], "type": { @@ -126328,7 +128962,7 @@ } }, { - "id": 19326, + "id": 2786, "name": "deleteCustomersWorkflowId", "variant": "declaration", "kind": 32, @@ -126340,7 +128974,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L22" } ], "type": { @@ -126350,7 +128984,7 @@ "defaultValue": "\"delete-customers\"" }, { - "id": 19327, + "id": 2787, "name": "deleteCustomersWorkflow", "variant": "declaration", "kind": 64, @@ -126403,7 +129037,7 @@ }, "children": [ { - "id": 19335, + "id": 2795, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -126426,7 +129060,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19336, + "id": 2796, "name": "__type", "variant": "declaration", "kind": 65536, @@ -126440,7 +129074,7 @@ ], "signatures": [ { - "id": 19337, + "id": 2797, "name": "__type", "variant": "signature", "kind": 4096, @@ -126468,7 +129102,7 @@ ], "parameters": [ { - "id": 19338, + "id": 2798, "name": "param0", "variant": "param", "kind": 32768, @@ -126484,14 +129118,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19339, + "id": 2799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19340, + "id": 2800, "name": "input", "variant": "declaration", "kind": 1024, @@ -126516,7 +129150,7 @@ "types": [ { "type": "reference", - "target": 19323, + "target": 2783, "name": "DeleteCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -126529,7 +129163,7 @@ "typeArguments": [ { "type": "reference", - "target": 19323, + "target": 2783, "name": "DeleteCustomersWorkflowInput", "package": "@medusajs/core-flows" } @@ -126545,7 +129179,7 @@ { "title": "Properties", "children": [ - 19340 + 2800 ] } ], @@ -126570,7 +129204,7 @@ } }, { - "id": 19341, + "id": 2801, "name": "run", "variant": "declaration", "kind": 1024, @@ -126593,7 +129227,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19342, + "id": 2802, "name": "__type", "variant": "declaration", "kind": 65536, @@ -126607,7 +129241,7 @@ ], "signatures": [ { - "id": 19343, + "id": 2803, "name": "__type", "variant": "signature", "kind": 4096, @@ -126635,7 +129269,7 @@ ], "typeParameters": [ { - "id": 19344, + "id": 2804, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -126646,7 +129280,7 @@ } }, { - "id": 19345, + "id": 2805, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -126659,7 +129293,7 @@ ], "parameters": [ { - "id": 19346, + "id": 2806, "name": "args", "variant": "param", "kind": 32768, @@ -126692,7 +129326,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -126703,13 +129337,13 @@ }, "trueType": { "type": "reference", - "target": 19323, + "target": 2783, "name": "DeleteCustomersWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -126742,7 +129376,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -126757,7 +129391,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -126777,7 +129411,7 @@ } }, { - "id": 19347, + "id": 2807, "name": "getName", "variant": "declaration", "kind": 1024, @@ -126800,7 +129434,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19348, + "id": 2808, "name": "__type", "variant": "declaration", "kind": 65536, @@ -126814,7 +129448,7 @@ ], "signatures": [ { - "id": 19349, + "id": 2809, "name": "__type", "variant": "signature", "kind": 4096, @@ -126836,7 +129470,7 @@ } }, { - "id": 19350, + "id": 2810, "name": "config", "variant": "declaration", "kind": 1024, @@ -126859,7 +129493,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19351, + "id": 2811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -126873,7 +129507,7 @@ ], "signatures": [ { - "id": 19352, + "id": 2812, "name": "__type", "variant": "signature", "kind": 4096, @@ -126887,7 +129521,7 @@ ], "parameters": [ { - "id": 19353, + "id": 2813, "name": "config", "variant": "param", "kind": 32768, @@ -126913,7 +129547,7 @@ } }, { - "id": 19354, + "id": 2814, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -126936,14 +129570,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19355, + "id": 2815, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19356, + "id": 2816, "name": "customersDeleted", "variant": "declaration", "kind": 1024, @@ -126951,7 +129585,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19357, + "id": 2817, "name": "__type", "variant": "declaration", "kind": 65536, @@ -126965,7 +129599,7 @@ ], "signatures": [ { - "id": 19358, + "id": 2818, "name": "__type", "variant": "signature", "kind": 4096, @@ -126979,14 +129613,14 @@ ], "typeParameters": [ { - "id": 19359, + "id": 2819, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19360, + "id": 2820, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -126995,7 +129629,7 @@ ], "parameters": [ { - "id": 19361, + "id": 2821, "name": "invoke", "variant": "param", "kind": 32768, @@ -127010,14 +129644,14 @@ { "type": "reflection", "declaration": { - "id": 19362, + "id": 2822, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19363, + "id": 2823, "name": "ids", "variant": "declaration", "kind": 1024, @@ -127027,7 +129661,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" } ], "type": { @@ -127079,7 +129713,7 @@ { "title": "Properties", "children": [ - 19363 + 2823 ] } ], @@ -127088,21 +129722,21 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 50, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L50" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -127113,7 +129747,7 @@ } }, { - "id": 19364, + "id": 2824, "name": "compensate", "variant": "param", "kind": 32768, @@ -127129,7 +129763,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -127148,13 +129782,86 @@ ] } } + }, + { + "id": 20853, + "name": "customersDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the customers are deleted. You can consume this hook to perform custom actions." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteCustomersWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteCustomersWorkflow.hooks.customersDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20854, + "name": "customersDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20855, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2822, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19356 + 2816 + ] + }, + { + "title": "Functions", + "children": [ + 20853 ] } ], @@ -127171,7 +129878,7 @@ ], "documents": [ { - "id": 37365, + "id": 20852, "name": "deleteCustomersStep", "variant": "document", "kind": 8388608, @@ -127187,6 +129894,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2490" + } + ] } ], "modifierTags": [ @@ -127197,7 +129913,7 @@ "frontmatter": {} }, { - "id": 37369, + "id": 20856, "name": "customersDeleted", "variant": "document", "kind": 8388608, @@ -127213,6 +129929,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20853" + } + ] } ], "modifierTags": [ @@ -127223,7 +129948,7 @@ "frontmatter": {} }, { - "id": 37370, + "id": 20857, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -127239,6 +129964,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -127250,21 +129984,21 @@ } ], "childrenIncludingDocuments": [ - 19335, - 19341, - 19347, - 19350, - 19354 + 2795, + 2801, + 2807, + 2810, + 2814 ], "groups": [ { "title": "Properties", "children": [ - 19335, - 19341, - 19347, - 19350, - 19354 + 2795, + 2801, + 2807, + 2810, + 2814 ] } ], @@ -127273,12 +130007,12 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L46" } ], "signatures": [ { - "id": 19328, + "id": 2788, "name": "deleteCustomersWorkflow", "variant": "signature", "kind": 4096, @@ -127334,12 +130068,12 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L46" } ], "typeParameters": [ { - "id": 19329, + "id": 2789, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -127350,7 +130084,7 @@ } }, { - "id": 19330, + "id": 2790, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -127363,7 +130097,7 @@ ], "parameters": [ { - "id": 19331, + "id": 2791, "name": "container", "variant": "param", "kind": 32768, @@ -127387,14 +130121,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19332, + "id": 2792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19333, + "id": 2793, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -127417,7 +130151,7 @@ } }, { - "id": 19334, + "id": 2794, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -127444,8 +130178,8 @@ { "title": "Properties", "children": [ - 19333, - 19334 + 2793, + 2794 ] } ], @@ -127516,7 +130250,7 @@ "typeArguments": [ { "type": "reference", - "target": 19323, + "target": 2783, "name": "DeleteCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -127526,14 +130260,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -127548,14 +130282,14 @@ ] }, { - "id": 19362, + "id": 2822, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19363, + "id": 2823, "name": "ids", "variant": "declaration", "kind": 1024, @@ -127565,7 +130299,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" } ], "type": { @@ -127617,7 +130351,7 @@ { "title": "Properties", "children": [ - 19363 + 2823 ] } ], @@ -127626,12 +130360,12 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 50, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L50" } ] }, { - "id": 19363, + "id": 2823, "name": "ids", "variant": "declaration", "kind": 1024, @@ -127641,7 +130375,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L51" } ], "type": { @@ -127689,7 +130423,7 @@ "defaultValue": "input.ids" }, { - "id": 19367, + "id": 2827, "name": "customerId", "variant": "declaration", "kind": 1024, @@ -127699,7 +130433,7 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L14" } ], "type": { @@ -127708,7 +130442,7 @@ } }, { - "id": 19368, + "id": 2828, "name": "removeCustomerAccountWorkflowId", "variant": "declaration", "kind": 32, @@ -127720,7 +130454,7 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L16" } ], "type": { @@ -127730,7 +130464,7 @@ "defaultValue": "\"remove-customer-account\"" }, { - "id": 19369, + "id": 2829, "name": "removeCustomerAccountWorkflow", "variant": "declaration", "kind": 64, @@ -127745,7 +130479,7 @@ "kind": "inline-tag", "tag": "@link", "text": "deleteCustomersWorkflow", - "target": 19327 + "target": 2787 }, { "kind": "text", @@ -127793,7 +130527,7 @@ }, "children": [ { - "id": 19377, + "id": 2837, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -127816,7 +130550,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19378, + "id": 2838, "name": "__type", "variant": "declaration", "kind": 65536, @@ -127830,7 +130564,7 @@ ], "signatures": [ { - "id": 19379, + "id": 2839, "name": "__type", "variant": "signature", "kind": 4096, @@ -127858,7 +130592,7 @@ ], "parameters": [ { - "id": 19380, + "id": 2840, "name": "param0", "variant": "param", "kind": 32768, @@ -127874,14 +130608,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19381, + "id": 2841, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19382, + "id": 2842, "name": "input", "variant": "declaration", "kind": 1024, @@ -127906,7 +130640,7 @@ "types": [ { "type": "reference", - "target": 19365, + "target": 2825, "name": "RemoveCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -127919,7 +130653,7 @@ "typeArguments": [ { "type": "reference", - "target": 19365, + "target": 2825, "name": "RemoveCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" } @@ -127935,7 +130669,7 @@ { "title": "Properties", "children": [ - 19382 + 2842 ] } ], @@ -127975,14 +130709,14 @@ { "type": "reflection", "declaration": { - "id": 19383, + "id": 2843, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19384, + "id": 2844, "name": "config", "variant": "declaration", "kind": 2048, @@ -127996,7 +130730,7 @@ ], "signatures": [ { - "id": 19385, + "id": 2845, "name": "config", "variant": "signature", "kind": 4096, @@ -128010,7 +130744,7 @@ ], "parameters": [ { - "id": 19386, + "id": 2846, "name": "config", "variant": "param", "kind": 32768, @@ -128021,14 +130755,14 @@ { "type": "reflection", "declaration": { - "id": 19387, + "id": 2847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19388, + "id": 2848, "name": "name", "variant": "declaration", "kind": 1024, @@ -128052,7 +130786,7 @@ { "title": "Properties", "children": [ - 19388 + 2848 ] } ], @@ -128129,7 +130863,7 @@ { "title": "Methods", "children": [ - 19384 + 2844 ] } ], @@ -128165,7 +130899,7 @@ } }, { - "id": 19389, + "id": 2849, "name": "run", "variant": "declaration", "kind": 1024, @@ -128188,7 +130922,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19390, + "id": 2850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -128202,7 +130936,7 @@ ], "signatures": [ { - "id": 19391, + "id": 2851, "name": "__type", "variant": "signature", "kind": 4096, @@ -128230,7 +130964,7 @@ ], "typeParameters": [ { - "id": 19392, + "id": 2852, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -128241,7 +130975,7 @@ } }, { - "id": 19393, + "id": 2853, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -128254,7 +130988,7 @@ ], "parameters": [ { - "id": 19394, + "id": 2854, "name": "args", "variant": "param", "kind": 32768, @@ -128287,7 +131021,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -128298,13 +131032,13 @@ }, "trueType": { "type": "reference", - "target": 19365, + "target": 2825, "name": "RemoveCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -128337,7 +131071,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -128352,7 +131086,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -128372,7 +131106,7 @@ } }, { - "id": 19395, + "id": 2855, "name": "getName", "variant": "declaration", "kind": 1024, @@ -128395,7 +131129,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19396, + "id": 2856, "name": "__type", "variant": "declaration", "kind": 65536, @@ -128409,7 +131143,7 @@ ], "signatures": [ { - "id": 19397, + "id": 2857, "name": "__type", "variant": "signature", "kind": 4096, @@ -128431,7 +131165,7 @@ } }, { - "id": 19398, + "id": 2858, "name": "config", "variant": "declaration", "kind": 1024, @@ -128454,7 +131188,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19399, + "id": 2859, "name": "__type", "variant": "declaration", "kind": 65536, @@ -128468,7 +131202,7 @@ ], "signatures": [ { - "id": 19400, + "id": 2860, "name": "__type", "variant": "signature", "kind": 4096, @@ -128482,7 +131216,7 @@ ], "parameters": [ { - "id": 19401, + "id": 2861, "name": "config", "variant": "param", "kind": 32768, @@ -128508,7 +131242,7 @@ } }, { - "id": 19402, + "id": 2862, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -128536,7 +131270,7 @@ ], "documents": [ { - "id": 37371, + "id": 20858, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -128552,6 +131286,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -128562,7 +131305,7 @@ "frontmatter": {} }, { - "id": 37372, + "id": 20859, "name": "deleteCustomersWorkflow", "variant": "document", "kind": 8388608, @@ -128578,6 +131321,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2787" + } + ] } ], "modifierTags": [ @@ -128588,7 +131340,7 @@ "frontmatter": {} }, { - "id": 37373, + "id": 20860, "name": "when", "variant": "document", "kind": 8388608, @@ -128623,7 +131375,7 @@ "frontmatter": {}, "children": [ { - "id": 37374, + "id": 20861, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -128639,6 +131391,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -128649,7 +131410,7 @@ "frontmatter": {} }, { - "id": 37375, + "id": 20862, "name": "setAuthAppMetadataStep", "variant": "document", "kind": 8388608, @@ -128665,6 +131426,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "384" + } + ] } ], "modifierTags": [ @@ -128678,21 +131448,21 @@ } ], "childrenIncludingDocuments": [ - 19377, - 19389, - 19395, - 19398, - 19402 + 2837, + 2849, + 2855, + 2858, + 2862 ], "groups": [ { "title": "Properties", "children": [ - 19377, - 19389, - 19395, - 19398, - 19402 + 2837, + 2849, + 2855, + 2858, + 2862 ] } ], @@ -128701,12 +131471,12 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L43" } ], "signatures": [ { - "id": 19370, + "id": 2830, "name": "removeCustomerAccountWorkflow", "variant": "signature", "kind": 4096, @@ -128721,7 +131491,7 @@ "kind": "inline-tag", "tag": "@link", "text": "deleteCustomersWorkflow", - "target": 19327 + "target": 2787 }, { "kind": "text", @@ -128772,12 +131542,12 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L43" } ], "typeParameters": [ { - "id": 19371, + "id": 2831, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -128788,7 +131558,7 @@ } }, { - "id": 19372, + "id": 2832, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -128801,7 +131571,7 @@ ], "parameters": [ { - "id": 19373, + "id": 2833, "name": "container", "variant": "param", "kind": 32768, @@ -128825,14 +131595,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19374, + "id": 2834, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19375, + "id": 2835, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -128855,7 +131625,7 @@ } }, { - "id": 19376, + "id": 2836, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -128882,8 +131652,8 @@ { "title": "Properties", "children": [ - 19375, - 19376 + 2835, + 2836 ] } ], @@ -128954,7 +131724,7 @@ "typeArguments": [ { "type": "reference", - "target": 19365, + "target": 2825, "name": "RemoveCustomerAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -128964,14 +131734,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -128986,7 +131756,7 @@ ] }, { - "id": 19405, + "id": 2865, "name": "selector", "variant": "declaration", "kind": 1024, @@ -129004,7 +131774,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L27" } ], "type": { @@ -129018,7 +131788,7 @@ } }, { - "id": 19406, + "id": 2866, "name": "update", "variant": "declaration", "kind": 1024, @@ -129036,7 +131806,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L31" } ], "type": { @@ -129050,7 +131820,7 @@ } }, { - "id": 19407, + "id": 2867, "name": "updateCustomerAddressesWorkflowId", "variant": "declaration", "kind": 32, @@ -129062,7 +131832,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L34" } ], "type": { @@ -129072,7 +131842,7 @@ "defaultValue": "\"update-customer-addresses\"" }, { - "id": 19408, + "id": 2868, "name": "updateCustomerAddressesWorkflow", "variant": "declaration", "kind": 64, @@ -129124,7 +131894,7 @@ }, "children": [ { - "id": 19416, + "id": 2876, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -129147,7 +131917,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19417, + "id": 2877, "name": "__type", "variant": "declaration", "kind": 65536, @@ -129161,7 +131931,7 @@ ], "signatures": [ { - "id": 19418, + "id": 2878, "name": "__type", "variant": "signature", "kind": 4096, @@ -129189,7 +131959,7 @@ ], "parameters": [ { - "id": 19419, + "id": 2879, "name": "param0", "variant": "param", "kind": 32768, @@ -129205,14 +131975,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19420, + "id": 2880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19421, + "id": 2881, "name": "input", "variant": "declaration", "kind": 1024, @@ -129237,7 +132007,7 @@ "types": [ { "type": "reference", - "target": 19403, + "target": 2863, "name": "UpdateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -129250,7 +132020,7 @@ "typeArguments": [ { "type": "reference", - "target": 19403, + "target": 2863, "name": "UpdateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" } @@ -129266,7 +132036,7 @@ { "title": "Properties", "children": [ - 19421 + 2881 ] } ], @@ -129359,14 +132129,14 @@ { "type": "reflection", "declaration": { - "id": 19422, + "id": 2882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19423, + "id": 2883, "name": "config", "variant": "declaration", "kind": 2048, @@ -129380,7 +132150,7 @@ ], "signatures": [ { - "id": 19424, + "id": 2884, "name": "config", "variant": "signature", "kind": 4096, @@ -129394,7 +132164,7 @@ ], "parameters": [ { - "id": 19425, + "id": 2885, "name": "config", "variant": "param", "kind": 32768, @@ -129405,14 +132175,14 @@ { "type": "reflection", "declaration": { - "id": 19426, + "id": 2886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19427, + "id": 2887, "name": "name", "variant": "declaration", "kind": 1024, @@ -129436,7 +132206,7 @@ { "title": "Properties", "children": [ - 19427 + 2887 ] } ], @@ -129521,7 +132291,7 @@ { "title": "Methods", "children": [ - 19423 + 2883 ] } ], @@ -129565,7 +132335,7 @@ } }, { - "id": 19428, + "id": 2888, "name": "run", "variant": "declaration", "kind": 1024, @@ -129588,7 +132358,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19429, + "id": 2889, "name": "__type", "variant": "declaration", "kind": 65536, @@ -129602,7 +132372,7 @@ ], "signatures": [ { - "id": 19430, + "id": 2890, "name": "__type", "variant": "signature", "kind": 4096, @@ -129630,7 +132400,7 @@ ], "typeParameters": [ { - "id": 19431, + "id": 2891, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -129641,7 +132411,7 @@ } }, { - "id": 19432, + "id": 2892, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -129654,7 +132424,7 @@ ], "parameters": [ { - "id": 19433, + "id": 2893, "name": "args", "variant": "param", "kind": 32768, @@ -129687,7 +132457,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -129698,13 +132468,13 @@ }, "trueType": { "type": "reference", - "target": 19403, + "target": 2863, "name": "UpdateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -129737,7 +132507,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -129760,7 +132530,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -129780,7 +132550,7 @@ } }, { - "id": 19434, + "id": 2894, "name": "getName", "variant": "declaration", "kind": 1024, @@ -129803,7 +132573,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19435, + "id": 2895, "name": "__type", "variant": "declaration", "kind": 65536, @@ -129817,7 +132587,7 @@ ], "signatures": [ { - "id": 19436, + "id": 2896, "name": "__type", "variant": "signature", "kind": 4096, @@ -129839,7 +132609,7 @@ } }, { - "id": 19437, + "id": 2897, "name": "config", "variant": "declaration", "kind": 1024, @@ -129862,7 +132632,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19438, + "id": 2898, "name": "__type", "variant": "declaration", "kind": 65536, @@ -129876,7 +132646,7 @@ ], "signatures": [ { - "id": 19439, + "id": 2899, "name": "__type", "variant": "signature", "kind": 4096, @@ -129890,7 +132660,7 @@ ], "parameters": [ { - "id": 19440, + "id": 2900, "name": "config", "variant": "param", "kind": 32768, @@ -129916,7 +132686,7 @@ } }, { - "id": 19441, + "id": 2901, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -129939,14 +132709,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19442, + "id": 2902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19443, + "id": 2903, "name": "addressesUpdated", "variant": "declaration", "kind": 1024, @@ -129954,7 +132724,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19444, + "id": 2904, "name": "__type", "variant": "declaration", "kind": 65536, @@ -129968,7 +132738,7 @@ ], "signatures": [ { - "id": 19445, + "id": 2905, "name": "__type", "variant": "signature", "kind": 4096, @@ -129982,14 +132752,14 @@ ], "typeParameters": [ { - "id": 19446, + "id": 2906, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19447, + "id": 2907, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -129998,7 +132768,7 @@ ], "parameters": [ { - "id": 19448, + "id": 2908, "name": "invoke", "variant": "param", "kind": 32768, @@ -130013,14 +132783,14 @@ { "type": "reflection", "declaration": { - "id": 19449, + "id": 2909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19450, + "id": 2910, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -130030,7 +132800,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 80, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" } ], "type": { @@ -130111,14 +132881,14 @@ { "type": "reflection", "declaration": { - "id": 19451, + "id": 2911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19452, + "id": 2912, "name": "config", "variant": "declaration", "kind": 2048, @@ -130132,7 +132902,7 @@ ], "signatures": [ { - "id": 19453, + "id": 2913, "name": "config", "variant": "signature", "kind": 4096, @@ -130146,7 +132916,7 @@ ], "parameters": [ { - "id": 19454, + "id": 2914, "name": "config", "variant": "param", "kind": 32768, @@ -130157,14 +132927,14 @@ { "type": "reflection", "declaration": { - "id": 19455, + "id": 2915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19456, + "id": 2916, "name": "name", "variant": "declaration", "kind": 1024, @@ -130188,7 +132958,7 @@ { "title": "Properties", "children": [ - 19456 + 2916 ] } ], @@ -130273,7 +133043,7 @@ { "title": "Methods", "children": [ - 19452 + 2912 ] } ], @@ -130314,7 +133084,7 @@ "defaultValue": "updatedAddresses" }, { - "id": 19457, + "id": 2917, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -130332,7 +133102,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" } ], "type": { @@ -130355,8 +133125,8 @@ { "title": "Properties", "children": [ - 19450, - 19457 + 2910, + 2917 ] } ], @@ -130365,21 +133135,21 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 79, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L79" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -130390,7 +133160,7 @@ } }, { - "id": 19458, + "id": 2918, "name": "compensate", "variant": "param", "kind": 32768, @@ -130406,7 +133176,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -130425,13 +133195,86 @@ ] } } + }, + { + "id": 20866, + "name": "addressesUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the addresses are updated. You can consume this hook to perform custom actions on the updated addresses." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCustomerAddressesWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCustomerAddressesWorkflow.hooks.addressesUpdated(\n\t(async ({ addresses, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20867, + "name": "addressesUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20868, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2909, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19443 + 2903 + ] + }, + { + "title": "Functions", + "children": [ + 20866 ] } ], @@ -130448,7 +133291,7 @@ ], "documents": [ { - "id": 37376, + "id": 20863, "name": "maybeUnsetDefaultShippingAddressesStep", "variant": "document", "kind": 8388608, @@ -130464,6 +133307,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2552" + } + ] } ], "modifierTags": [ @@ -130474,7 +133326,7 @@ "frontmatter": {} }, { - "id": 37377, + "id": 20864, "name": "maybeUnsetDefaultBillingAddressesStep", "variant": "document", "kind": 8388608, @@ -130490,6 +133342,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2539" + } + ] } ], "modifierTags": [ @@ -130500,7 +133361,7 @@ "frontmatter": {} }, { - "id": 37378, + "id": 20865, "name": "updateCustomerAddressesStep", "variant": "document", "kind": 8388608, @@ -130516,6 +133377,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2513" + } + ] } ], "modifierTags": [ @@ -130526,7 +133396,7 @@ "frontmatter": {} }, { - "id": 37382, + "id": 20869, "name": "addressesUpdated", "variant": "document", "kind": 8388608, @@ -130542,6 +133412,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20866" + } + ] } ], "modifierTags": [ @@ -130553,21 +133432,21 @@ } ], "childrenIncludingDocuments": [ - 19416, - 19428, - 19434, - 19437, - 19441 + 2876, + 2888, + 2894, + 2897, + 2901 ], "groups": [ { "title": "Properties", "children": [ - 19416, - 19428, - 19434, - 19437, - 19441 + 2876, + 2888, + 2894, + 2897, + 2901 ] } ], @@ -130576,12 +133455,12 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 66, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L66" } ], "signatures": [ { - "id": 19409, + "id": 2869, "name": "updateCustomerAddressesWorkflow", "variant": "signature", "kind": 4096, @@ -130636,12 +133515,12 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 66, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L66" } ], "typeParameters": [ { - "id": 19410, + "id": 2870, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -130652,7 +133531,7 @@ } }, { - "id": 19411, + "id": 2871, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -130665,7 +133544,7 @@ ], "parameters": [ { - "id": 19412, + "id": 2872, "name": "container", "variant": "param", "kind": 32768, @@ -130689,14 +133568,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19413, + "id": 2873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19414, + "id": 2874, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -130719,7 +133598,7 @@ } }, { - "id": 19415, + "id": 2875, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -130746,8 +133625,8 @@ { "title": "Properties", "children": [ - 19414, - 19415 + 2874, + 2875 ] } ], @@ -130818,7 +133697,7 @@ "typeArguments": [ { "type": "reference", - "target": 19403, + "target": 2863, "name": "UpdateCustomerAddressesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -130836,14 +133715,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -130858,14 +133737,14 @@ ] }, { - "id": 19449, + "id": 2909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19450, + "id": 2910, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -130875,7 +133754,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 80, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" } ], "type": { @@ -130956,14 +133835,14 @@ { "type": "reflection", "declaration": { - "id": 19451, + "id": 2911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19452, + "id": 2912, "name": "config", "variant": "declaration", "kind": 2048, @@ -130977,7 +133856,7 @@ ], "signatures": [ { - "id": 19453, + "id": 2913, "name": "config", "variant": "signature", "kind": 4096, @@ -130991,7 +133870,7 @@ ], "parameters": [ { - "id": 19454, + "id": 2914, "name": "config", "variant": "param", "kind": 32768, @@ -131002,14 +133881,14 @@ { "type": "reflection", "declaration": { - "id": 19455, + "id": 2915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19456, + "id": 2916, "name": "name", "variant": "declaration", "kind": 1024, @@ -131033,7 +133912,7 @@ { "title": "Properties", "children": [ - 19456 + 2916 ] } ], @@ -131118,7 +133997,7 @@ { "title": "Methods", "children": [ - 19452 + 2912 ] } ], @@ -131159,7 +134038,7 @@ "defaultValue": "updatedAddresses" }, { - "id": 19457, + "id": 2917, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -131177,7 +134056,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" } ], "type": { @@ -131200,8 +134079,8 @@ { "title": "Properties", "children": [ - 19450, - 19457 + 2910, + 2917 ] } ], @@ -131210,12 +134089,12 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 79, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L79" } ] }, { - "id": 19450, + "id": 2910, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -131225,7 +134104,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 80, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L80" } ], "type": { @@ -131306,14 +134185,14 @@ { "type": "reflection", "declaration": { - "id": 19451, + "id": 2911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19452, + "id": 2912, "name": "config", "variant": "declaration", "kind": 2048, @@ -131327,7 +134206,7 @@ ], "signatures": [ { - "id": 19453, + "id": 2913, "name": "config", "variant": "signature", "kind": 4096, @@ -131341,7 +134220,7 @@ ], "parameters": [ { - "id": 19454, + "id": 2914, "name": "config", "variant": "param", "kind": 32768, @@ -131352,14 +134231,14 @@ { "type": "reflection", "declaration": { - "id": 19455, + "id": 2915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19456, + "id": 2916, "name": "name", "variant": "declaration", "kind": 1024, @@ -131383,7 +134262,7 @@ { "title": "Properties", "children": [ - 19456 + 2916 ] } ], @@ -131468,7 +134347,7 @@ { "title": "Methods", "children": [ - 19452 + 2912 ] } ], @@ -131509,7 +134388,7 @@ "defaultValue": "updatedAddresses" }, { - "id": 19457, + "id": 2917, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -131527,7 +134406,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 81, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L81" } ], "type": { @@ -131546,7 +134425,7 @@ "defaultValue": "input.additional_data" }, { - "id": 19461, + "id": 2921, "name": "selector", "variant": "declaration", "kind": 1024, @@ -131564,7 +134443,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L24" } ], "type": { @@ -131578,7 +134457,7 @@ } }, { - "id": 19462, + "id": 2922, "name": "update", "variant": "declaration", "kind": 1024, @@ -131596,7 +134475,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L28" } ], "type": { @@ -131610,7 +134489,7 @@ } }, { - "id": 19463, + "id": 2923, "name": "updateCustomersWorkflowId", "variant": "declaration", "kind": 32, @@ -131622,7 +134501,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L31" } ], "type": { @@ -131632,7 +134511,7 @@ "defaultValue": "\"update-customers\"" }, { - "id": 19464, + "id": 2924, "name": "updateCustomersWorkflow", "variant": "declaration", "kind": 64, @@ -131684,7 +134563,7 @@ }, "children": [ { - "id": 19472, + "id": 2932, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -131707,7 +134586,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19473, + "id": 2933, "name": "__type", "variant": "declaration", "kind": 65536, @@ -131721,7 +134600,7 @@ ], "signatures": [ { - "id": 19474, + "id": 2934, "name": "__type", "variant": "signature", "kind": 4096, @@ -131749,7 +134628,7 @@ ], "parameters": [ { - "id": 19475, + "id": 2935, "name": "param0", "variant": "param", "kind": 32768, @@ -131765,14 +134644,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19476, + "id": 2936, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19477, + "id": 2937, "name": "input", "variant": "declaration", "kind": 1024, @@ -131797,7 +134676,7 @@ "types": [ { "type": "reference", - "target": 19459, + "target": 2919, "name": "UpdateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -131810,7 +134689,7 @@ "typeArguments": [ { "type": "reference", - "target": 19459, + "target": 2919, "name": "UpdateCustomersWorkflowInput", "package": "@medusajs/core-flows" } @@ -131826,7 +134705,7 @@ { "title": "Properties", "children": [ - 19477 + 2937 ] } ], @@ -131919,14 +134798,14 @@ { "type": "reflection", "declaration": { - "id": 19478, + "id": 2938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19479, + "id": 2939, "name": "config", "variant": "declaration", "kind": 2048, @@ -131940,7 +134819,7 @@ ], "signatures": [ { - "id": 19480, + "id": 2940, "name": "config", "variant": "signature", "kind": 4096, @@ -131954,7 +134833,7 @@ ], "parameters": [ { - "id": 19481, + "id": 2941, "name": "config", "variant": "param", "kind": 32768, @@ -131965,14 +134844,14 @@ { "type": "reflection", "declaration": { - "id": 19482, + "id": 2942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19483, + "id": 2943, "name": "name", "variant": "declaration", "kind": 1024, @@ -131996,7 +134875,7 @@ { "title": "Properties", "children": [ - 19483 + 2943 ] } ], @@ -132081,7 +134960,7 @@ { "title": "Methods", "children": [ - 19479 + 2939 ] } ], @@ -132125,7 +135004,7 @@ } }, { - "id": 19484, + "id": 2944, "name": "run", "variant": "declaration", "kind": 1024, @@ -132148,7 +135027,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19485, + "id": 2945, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132162,7 +135041,7 @@ ], "signatures": [ { - "id": 19486, + "id": 2946, "name": "__type", "variant": "signature", "kind": 4096, @@ -132190,7 +135069,7 @@ ], "typeParameters": [ { - "id": 19487, + "id": 2947, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -132201,7 +135080,7 @@ } }, { - "id": 19488, + "id": 2948, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -132214,7 +135093,7 @@ ], "parameters": [ { - "id": 19489, + "id": 2949, "name": "args", "variant": "param", "kind": 32768, @@ -132247,7 +135126,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132258,13 +135137,13 @@ }, "trueType": { "type": "reference", - "target": 19459, + "target": 2919, "name": "UpdateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132297,7 +135176,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132320,7 +135199,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132340,7 +135219,7 @@ } }, { - "id": 19490, + "id": 2950, "name": "getName", "variant": "declaration", "kind": 1024, @@ -132363,7 +135242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19491, + "id": 2951, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132377,7 +135256,7 @@ ], "signatures": [ { - "id": 19492, + "id": 2952, "name": "__type", "variant": "signature", "kind": 4096, @@ -132399,7 +135278,7 @@ } }, { - "id": 19493, + "id": 2953, "name": "config", "variant": "declaration", "kind": 1024, @@ -132422,7 +135301,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19494, + "id": 2954, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132436,7 +135315,7 @@ ], "signatures": [ { - "id": 19495, + "id": 2955, "name": "__type", "variant": "signature", "kind": 4096, @@ -132450,7 +135329,7 @@ ], "parameters": [ { - "id": 19496, + "id": 2956, "name": "config", "variant": "param", "kind": 32768, @@ -132476,7 +135355,7 @@ } }, { - "id": 19497, + "id": 2957, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -132499,14 +135378,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19498, + "id": 2958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19499, + "id": 2959, "name": "customersUpdated", "variant": "declaration", "kind": 1024, @@ -132514,7 +135393,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19500, + "id": 2960, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132528,7 +135407,7 @@ ], "signatures": [ { - "id": 19501, + "id": 2961, "name": "__type", "variant": "signature", "kind": 4096, @@ -132542,14 +135421,14 @@ ], "typeParameters": [ { - "id": 19502, + "id": 2962, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19503, + "id": 2963, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -132558,7 +135437,7 @@ ], "parameters": [ { - "id": 19504, + "id": 2964, "name": "invoke", "variant": "param", "kind": 32768, @@ -132573,14 +135452,14 @@ { "type": "reflection", "declaration": { - "id": 19505, + "id": 2965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19506, + "id": 2966, "name": "customers", "variant": "declaration", "kind": 1024, @@ -132590,7 +135469,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" } ], "type": { @@ -132671,14 +135550,14 @@ { "type": "reflection", "declaration": { - "id": 19507, + "id": 2967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19508, + "id": 2968, "name": "config", "variant": "declaration", "kind": 2048, @@ -132692,7 +135571,7 @@ ], "signatures": [ { - "id": 19509, + "id": 2969, "name": "config", "variant": "signature", "kind": 4096, @@ -132706,7 +135585,7 @@ ], "parameters": [ { - "id": 19510, + "id": 2970, "name": "config", "variant": "param", "kind": 32768, @@ -132717,14 +135596,14 @@ { "type": "reflection", "declaration": { - "id": 19511, + "id": 2971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19512, + "id": 2972, "name": "name", "variant": "declaration", "kind": 1024, @@ -132748,7 +135627,7 @@ { "title": "Properties", "children": [ - 19512 + 2972 ] } ], @@ -132833,7 +135712,7 @@ { "title": "Methods", "children": [ - 19508 + 2968 ] } ], @@ -132874,7 +135753,7 @@ "defaultValue": "updatedCustomers" }, { - "id": 19513, + "id": 2973, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -132892,7 +135771,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 66, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" } ], "type": { @@ -132915,8 +135794,8 @@ { "title": "Properties", "children": [ - 19506, - 19513 + 2966, + 2973 ] } ], @@ -132925,21 +135804,21 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 64, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L64" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132950,7 +135829,7 @@ } }, { - "id": 19514, + "id": 2974, "name": "compensate", "variant": "param", "kind": 32768, @@ -132966,7 +135845,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -132985,13 +135864,86 @@ ] } } + }, + { + "id": 20871, + "name": "customersUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the customers are updated. You can consume this hook to perform custom actions on the updated customers." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCustomersWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCustomersWorkflow.hooks.customersUpdated(\n\t(async ({ customers, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20872, + "name": "customersUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20873, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 2965, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 19499 + 2959 + ] + }, + { + "title": "Functions", + "children": [ + 20871 ] } ], @@ -133008,7 +135960,7 @@ ], "documents": [ { - "id": 37383, + "id": 20870, "name": "updateCustomersStep", "variant": "document", "kind": 8388608, @@ -133024,6 +135976,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2477" + } + ] } ], "modifierTags": [ @@ -133034,7 +135995,7 @@ "frontmatter": {} }, { - "id": 37387, + "id": 20874, "name": "customersUpdated", "variant": "document", "kind": 8388608, @@ -133050,6 +136011,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20871" + } + ] } ], "modifierTags": [ @@ -133060,7 +136030,7 @@ "frontmatter": {} }, { - "id": 37388, + "id": 20875, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -133076,6 +136046,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -133087,21 +136066,21 @@ } ], "childrenIncludingDocuments": [ - 19472, - 19484, - 19490, - 19493, - 19497 + 2932, + 2944, + 2950, + 2953, + 2957 ], "groups": [ { "title": "Properties", "children": [ - 19472, - 19484, - 19490, - 19493, - 19497 + 2932, + 2944, + 2950, + 2953, + 2957 ] } ], @@ -133110,12 +136089,12 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L60" } ], "signatures": [ { - "id": 19465, + "id": 2925, "name": "updateCustomersWorkflow", "variant": "signature", "kind": 4096, @@ -133170,12 +136149,12 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L60" } ], "typeParameters": [ { - "id": 19466, + "id": 2926, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -133186,7 +136165,7 @@ } }, { - "id": 19467, + "id": 2927, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -133199,7 +136178,7 @@ ], "parameters": [ { - "id": 19468, + "id": 2928, "name": "container", "variant": "param", "kind": 32768, @@ -133223,14 +136202,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19469, + "id": 2929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19470, + "id": 2930, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -133253,7 +136232,7 @@ } }, { - "id": 19471, + "id": 2931, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -133280,8 +136259,8 @@ { "title": "Properties", "children": [ - 19470, - 19471 + 2930, + 2931 ] } ], @@ -133352,7 +136331,7 @@ "typeArguments": [ { "type": "reference", - "target": 19459, + "target": 2919, "name": "UpdateCustomersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -133370,14 +136349,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -133392,14 +136371,14 @@ ] }, { - "id": 19505, + "id": 2965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19506, + "id": 2966, "name": "customers", "variant": "declaration", "kind": 1024, @@ -133409,7 +136388,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" } ], "type": { @@ -133490,14 +136469,14 @@ { "type": "reflection", "declaration": { - "id": 19507, + "id": 2967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19508, + "id": 2968, "name": "config", "variant": "declaration", "kind": 2048, @@ -133511,7 +136490,7 @@ ], "signatures": [ { - "id": 19509, + "id": 2969, "name": "config", "variant": "signature", "kind": 4096, @@ -133525,7 +136504,7 @@ ], "parameters": [ { - "id": 19510, + "id": 2970, "name": "config", "variant": "param", "kind": 32768, @@ -133536,14 +136515,14 @@ { "type": "reflection", "declaration": { - "id": 19511, + "id": 2971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19512, + "id": 2972, "name": "name", "variant": "declaration", "kind": 1024, @@ -133567,7 +136546,7 @@ { "title": "Properties", "children": [ - 19512 + 2972 ] } ], @@ -133652,7 +136631,7 @@ { "title": "Methods", "children": [ - 19508 + 2968 ] } ], @@ -133693,7 +136672,7 @@ "defaultValue": "updatedCustomers" }, { - "id": 19513, + "id": 2973, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -133711,7 +136690,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 66, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" } ], "type": { @@ -133734,8 +136713,8 @@ { "title": "Properties", "children": [ - 19506, - 19513 + 2966, + 2973 ] } ], @@ -133744,12 +136723,12 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 64, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L64" } ] }, { - "id": 19506, + "id": 2966, "name": "customers", "variant": "declaration", "kind": 1024, @@ -133759,7 +136738,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L65" } ], "type": { @@ -133840,14 +136819,14 @@ { "type": "reflection", "declaration": { - "id": 19507, + "id": 2967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19508, + "id": 2968, "name": "config", "variant": "declaration", "kind": 2048, @@ -133861,7 +136840,7 @@ ], "signatures": [ { - "id": 19509, + "id": 2969, "name": "config", "variant": "signature", "kind": 4096, @@ -133875,7 +136854,7 @@ ], "parameters": [ { - "id": 19510, + "id": 2970, "name": "config", "variant": "param", "kind": 32768, @@ -133886,14 +136865,14 @@ { "type": "reflection", "declaration": { - "id": 19511, + "id": 2971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19512, + "id": 2972, "name": "name", "variant": "declaration", "kind": 1024, @@ -133917,7 +136896,7 @@ { "title": "Properties", "children": [ - 19512 + 2972 ] } ], @@ -134002,7 +136981,7 @@ { "title": "Methods", "children": [ - 19508 + 2968 ] } ], @@ -134043,7 +137022,7 @@ "defaultValue": "updatedCustomers" }, { - "id": 19513, + "id": 2973, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -134061,7 +137040,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 66, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L66" } ], "type": { @@ -134084,21 +137063,21 @@ ] }, { - "id": 16556, + "id": 16, "name": "Customer Group", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16557, + "id": 17, "name": "Steps_Customer Group", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19733, + "id": 3193, "name": "selector", "variant": "declaration", "kind": 1024, @@ -134116,7 +137095,7 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L20" } ], "type": { @@ -134130,7 +137109,7 @@ } }, { - "id": 19734, + "id": 3194, "name": "update", "variant": "declaration", "kind": 1024, @@ -134148,7 +137127,7 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L24" } ], "type": { @@ -134162,7 +137141,7 @@ } }, { - "id": 19735, + "id": 3195, "name": "updateCustomerGroupStepId", "variant": "declaration", "kind": 32, @@ -134174,7 +137153,7 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L27" } ], "type": { @@ -134184,7 +137163,7 @@ "defaultValue": "\"update-customer-groups\"" }, { - "id": 19736, + "id": 3196, "name": "updateCustomerGroupsStep", "variant": "declaration", "kind": 64, @@ -134219,7 +137198,7 @@ }, "children": [ { - "id": 19745, + "id": 3205, "name": "__type", "variant": "declaration", "kind": 1024, @@ -134237,7 +137216,7 @@ } }, { - "id": 19746, + "id": 3206, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -134259,8 +137238,8 @@ { "title": "Properties", "children": [ - 19745, - 19746 + 3205, + 3206 ] } ], @@ -134269,12 +137248,12 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L41" } ], "signatures": [ { - "id": 19737, + "id": 3197, "name": "updateCustomerGroupsStep", "variant": "signature", "kind": 4096, @@ -134312,12 +137291,12 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L41" } ], "parameters": [ { - "id": 19738, + "id": 3198, "name": "input", "variant": "param", "kind": 32768, @@ -134327,7 +137306,7 @@ "types": [ { "type": "reference", - "target": 19731, + "target": 3191, "name": "UpdateCustomerGroupStepInput", "package": "@medusajs/core-flows" }, @@ -134340,7 +137319,7 @@ "typeArguments": [ { "type": "reference", - "target": 19731, + "target": 3191, "name": "UpdateCustomerGroupStepInput", "package": "@medusajs/core-flows" } @@ -134430,14 +137409,14 @@ { "type": "reflection", "declaration": { - "id": 19739, + "id": 3199, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19740, + "id": 3200, "name": "config", "variant": "declaration", "kind": 2048, @@ -134451,7 +137430,7 @@ ], "signatures": [ { - "id": 19741, + "id": 3201, "name": "config", "variant": "signature", "kind": 4096, @@ -134465,7 +137444,7 @@ ], "parameters": [ { - "id": 19742, + "id": 3202, "name": "config", "variant": "param", "kind": 32768, @@ -134476,14 +137455,14 @@ { "type": "reflection", "declaration": { - "id": 19743, + "id": 3203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19744, + "id": 3204, "name": "name", "variant": "declaration", "kind": 1024, @@ -134507,7 +137486,7 @@ { "title": "Properties", "children": [ - 19744 + 3204 ] } ], @@ -134592,7 +137571,7 @@ { "title": "Methods", "children": [ - 19740 + 3200 ] } ], @@ -134634,7 +137613,7 @@ ] }, { - "id": 19748, + "id": 3208, "name": "deleteCustomerGroupStepId", "variant": "declaration", "kind": 32, @@ -134646,7 +137625,7 @@ "fileName": "core-flows/src/customer-group/steps/delete-customer-groups.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L10" } ], "type": { @@ -134656,7 +137635,7 @@ "defaultValue": "\"delete-customer-groups\"" }, { - "id": 19749, + "id": 3209, "name": "deleteCustomerGroupStep", "variant": "declaration", "kind": 64, @@ -134682,7 +137661,7 @@ }, "children": [ { - "id": 19752, + "id": 3212, "name": "__type", "variant": "declaration", "kind": 1024, @@ -134700,7 +137679,7 @@ } }, { - "id": 19753, + "id": 3213, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -134722,8 +137701,8 @@ { "title": "Properties", "children": [ - 19752, - 19753 + 3212, + 3213 ] } ], @@ -134732,12 +137711,12 @@ "fileName": "core-flows/src/customer-group/steps/delete-customer-groups.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L14" } ], "signatures": [ { - "id": 19750, + "id": 3210, "name": "deleteCustomerGroupStep", "variant": "signature", "kind": 4096, @@ -134766,12 +137745,12 @@ "fileName": "core-flows/src/customer-group/steps/delete-customer-groups.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L14" } ], "parameters": [ { - "id": 19751, + "id": 3211, "name": "input", "variant": "param", "kind": 32768, @@ -134781,7 +137760,7 @@ "types": [ { "type": "reference", - "target": 19747, + "target": 3207, "name": "DeleteCustomerGroupsStepInput", "package": "@medusajs/core-flows" }, @@ -134794,7 +137773,7 @@ "typeArguments": [ { "type": "reference", - "target": 19747, + "target": 3207, "name": "DeleteCustomerGroupsStepInput", "package": "@medusajs/core-flows" } @@ -134814,7 +137793,7 @@ ] }, { - "id": 19755, + "id": 3215, "name": "createCustomerGroupsStepId", "variant": "declaration", "kind": 32, @@ -134826,7 +137805,7 @@ "fileName": "core-flows/src/customer-group/steps/create-customer-groups.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L13" } ], "type": { @@ -134836,7 +137815,7 @@ "defaultValue": "\"create-customer-groups\"" }, { - "id": 19756, + "id": 3216, "name": "createCustomerGroupsStep", "variant": "declaration", "kind": 64, @@ -134862,7 +137841,7 @@ }, "children": [ { - "id": 19765, + "id": 3225, "name": "__type", "variant": "declaration", "kind": 1024, @@ -134880,7 +137859,7 @@ } }, { - "id": 19766, + "id": 3226, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -134902,8 +137881,8 @@ { "title": "Properties", "children": [ - 19765, - 19766 + 3225, + 3226 ] } ], @@ -134912,12 +137891,12 @@ "fileName": "core-flows/src/customer-group/steps/create-customer-groups.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L17" } ], "signatures": [ { - "id": 19757, + "id": 3217, "name": "createCustomerGroupsStep", "variant": "signature", "kind": 4096, @@ -134946,12 +137925,12 @@ "fileName": "core-flows/src/customer-group/steps/create-customer-groups.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L17" } ], "parameters": [ { - "id": 19758, + "id": 3218, "name": "input", "variant": "param", "kind": 32768, @@ -134961,7 +137940,7 @@ "types": [ { "type": "reference", - "target": 19754, + "target": 3214, "name": "CreateCustomerGroupsStepInput", "package": "@medusajs/core-flows" }, @@ -134974,7 +137953,7 @@ "typeArguments": [ { "type": "reference", - "target": 19754, + "target": 3214, "name": "CreateCustomerGroupsStepInput", "package": "@medusajs/core-flows" } @@ -135064,14 +138043,14 @@ { "type": "reflection", "declaration": { - "id": 19759, + "id": 3219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19760, + "id": 3220, "name": "config", "variant": "declaration", "kind": 2048, @@ -135085,7 +138064,7 @@ ], "signatures": [ { - "id": 19761, + "id": 3221, "name": "config", "variant": "signature", "kind": 4096, @@ -135099,7 +138078,7 @@ ], "parameters": [ { - "id": 19762, + "id": 3222, "name": "config", "variant": "param", "kind": 32768, @@ -135110,14 +138089,14 @@ { "type": "reflection", "declaration": { - "id": 19763, + "id": 3223, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19764, + "id": 3224, "name": "name", "variant": "declaration", "kind": 1024, @@ -135141,7 +138120,7 @@ { "title": "Properties", "children": [ - 19764 + 3224 ] } ], @@ -135226,7 +138205,7 @@ { "title": "Methods", "children": [ - 19760 + 3220 ] } ], @@ -135268,7 +138247,7 @@ ] }, { - "id": 19767, + "id": 3227, "name": "linkCustomersToCustomerGroupStepId", "variant": "declaration", "kind": 32, @@ -135280,7 +138259,7 @@ "fileName": "core-flows/src/customer-group/steps/link-customers-customer-group.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L8" } ], "type": { @@ -135290,7 +138269,7 @@ "defaultValue": "\"link-customers-to-customer-group\"" }, { - "id": 19768, + "id": 3228, "name": "linkCustomersToCustomerGroupStep", "variant": "declaration", "kind": 64, @@ -135325,7 +138304,7 @@ }, "children": [ { - "id": 19771, + "id": 3231, "name": "__type", "variant": "declaration", "kind": 1024, @@ -135343,7 +138322,7 @@ } }, { - "id": 19772, + "id": 3232, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -135365,8 +138344,8 @@ { "title": "Properties", "children": [ - 19771, - 19772 + 3231, + 3232 ] } ], @@ -135375,12 +138354,12 @@ "fileName": "core-flows/src/customer-group/steps/link-customers-customer-group.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L20" } ], "signatures": [ { - "id": 19769, + "id": 3229, "name": "linkCustomersToCustomerGroupStep", "variant": "signature", "kind": 4096, @@ -135418,12 +138397,12 @@ "fileName": "core-flows/src/customer-group/steps/link-customers-customer-group.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts#L20" } ], "parameters": [ { - "id": 19770, + "id": 3230, "name": "input", "variant": "param", "kind": 32768, @@ -135472,7 +138451,7 @@ ] }, { - "id": 19773, + "id": 3233, "name": "linkCustomerGroupsToCustomerStepId", "variant": "declaration", "kind": 32, @@ -135484,7 +138463,7 @@ "fileName": "core-flows/src/customer-group/steps/link-customer-groups-customer.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L8" } ], "type": { @@ -135494,7 +138473,7 @@ "defaultValue": "\"link-customers-to-customer-group\"" }, { - "id": 19774, + "id": 3234, "name": "linkCustomerGroupsToCustomerStep", "variant": "declaration", "kind": 64, @@ -135529,7 +138508,7 @@ }, "children": [ { - "id": 19777, + "id": 3237, "name": "__type", "variant": "declaration", "kind": 1024, @@ -135547,7 +138526,7 @@ } }, { - "id": 19778, + "id": 3238, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -135569,8 +138548,8 @@ { "title": "Properties", "children": [ - 19777, - 19778 + 3237, + 3238 ] } ], @@ -135579,12 +138558,12 @@ "fileName": "core-flows/src/customer-group/steps/link-customer-groups-customer.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L20" } ], "signatures": [ { - "id": 19775, + "id": 3235, "name": "linkCustomerGroupsToCustomerStep", "variant": "signature", "kind": 4096, @@ -135622,12 +138601,12 @@ "fileName": "core-flows/src/customer-group/steps/link-customer-groups-customer.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts#L20" } ], "parameters": [ { - "id": 19776, + "id": 3236, "name": "input", "variant": "param", "kind": 32768, @@ -135678,14 +138657,14 @@ ] }, { - "id": 16558, + "id": 18, "name": "Workflows_Customer Group", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19517, + "id": 2977, "name": "selector", "variant": "declaration", "kind": 1024, @@ -135703,7 +138682,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L20" } ], "type": { @@ -135717,7 +138696,7 @@ } }, { - "id": 19518, + "id": 2978, "name": "update", "variant": "declaration", "kind": 1024, @@ -135735,7 +138714,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L24" } ], "type": { @@ -135749,7 +138728,7 @@ } }, { - "id": 19520, + "id": 2980, "name": "updateCustomerGroupsWorkflowId", "variant": "declaration", "kind": 32, @@ -135761,7 +138740,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L32" } ], "type": { @@ -135771,7 +138750,7 @@ "defaultValue": "\"update-customer-groups\"" }, { - "id": 19521, + "id": 2981, "name": "updateCustomerGroupsWorkflow", "variant": "declaration", "kind": 64, @@ -135815,7 +138794,7 @@ }, "children": [ { - "id": 19529, + "id": 2989, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -135838,7 +138817,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19530, + "id": 2990, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135852,7 +138831,7 @@ ], "signatures": [ { - "id": 19531, + "id": 2991, "name": "__type", "variant": "signature", "kind": 4096, @@ -135880,7 +138859,7 @@ ], "parameters": [ { - "id": 19532, + "id": 2992, "name": "param0", "variant": "param", "kind": 32768, @@ -135896,14 +138875,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19533, + "id": 2993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19534, + "id": 2994, "name": "input", "variant": "declaration", "kind": 1024, @@ -135928,7 +138907,7 @@ "types": [ { "type": "reference", - "target": 19515, + "target": 2975, "name": "UpdateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -135941,7 +138920,7 @@ "typeArguments": [ { "type": "reference", - "target": 19515, + "target": 2975, "name": "UpdateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" } @@ -135957,7 +138936,7 @@ { "title": "Properties", "children": [ - 19534 + 2994 ] } ], @@ -136014,7 +138993,7 @@ }, { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -136027,7 +139006,7 @@ "typeArguments": [ { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -136038,14 +139017,14 @@ { "type": "reflection", "declaration": { - "id": 19535, + "id": 2995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19536, + "id": 2996, "name": "config", "variant": "declaration", "kind": 2048, @@ -136059,7 +139038,7 @@ ], "signatures": [ { - "id": 19537, + "id": 2997, "name": "config", "variant": "signature", "kind": 4096, @@ -136073,7 +139052,7 @@ ], "parameters": [ { - "id": 19538, + "id": 2998, "name": "config", "variant": "param", "kind": 32768, @@ -136084,14 +139063,14 @@ { "type": "reflection", "declaration": { - "id": 19539, + "id": 2999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19540, + "id": 3000, "name": "name", "variant": "declaration", "kind": 1024, @@ -136115,7 +139094,7 @@ { "title": "Properties", "children": [ - 19540 + 3000 ] } ], @@ -136178,7 +139157,7 @@ "typeArguments": [ { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -136194,7 +139173,7 @@ { "title": "Methods", "children": [ - 19536 + 2996 ] } ], @@ -136216,7 +139195,7 @@ "typeArguments": [ { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -136232,7 +139211,7 @@ } }, { - "id": 19541, + "id": 3001, "name": "run", "variant": "declaration", "kind": 1024, @@ -136255,7 +139234,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19542, + "id": 3002, "name": "__type", "variant": "declaration", "kind": 65536, @@ -136269,7 +139248,7 @@ ], "signatures": [ { - "id": 19543, + "id": 3003, "name": "__type", "variant": "signature", "kind": 4096, @@ -136297,7 +139276,7 @@ ], "typeParameters": [ { - "id": 19544, + "id": 3004, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -136308,7 +139287,7 @@ } }, { - "id": 19545, + "id": 3005, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -136321,7 +139300,7 @@ ], "parameters": [ { - "id": 19546, + "id": 3006, "name": "args", "variant": "param", "kind": 32768, @@ -136354,7 +139333,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -136365,13 +139344,13 @@ }, "trueType": { "type": "reference", - "target": 19515, + "target": 2975, "name": "UpdateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -136404,7 +139383,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -136415,13 +139394,13 @@ }, "trueType": { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -136441,7 +139420,7 @@ } }, { - "id": 19547, + "id": 3007, "name": "getName", "variant": "declaration", "kind": 1024, @@ -136464,7 +139443,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19548, + "id": 3008, "name": "__type", "variant": "declaration", "kind": 65536, @@ -136478,7 +139457,7 @@ ], "signatures": [ { - "id": 19549, + "id": 3009, "name": "__type", "variant": "signature", "kind": 4096, @@ -136500,7 +139479,7 @@ } }, { - "id": 19550, + "id": 3010, "name": "config", "variant": "declaration", "kind": 1024, @@ -136523,7 +139502,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19551, + "id": 3011, "name": "__type", "variant": "declaration", "kind": 65536, @@ -136537,7 +139516,7 @@ ], "signatures": [ { - "id": 19552, + "id": 3012, "name": "__type", "variant": "signature", "kind": 4096, @@ -136551,7 +139530,7 @@ ], "parameters": [ { - "id": 19553, + "id": 3013, "name": "config", "variant": "param", "kind": 32768, @@ -136577,7 +139556,7 @@ } }, { - "id": 19554, + "id": 3014, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -136605,7 +139584,7 @@ ], "documents": [ { - "id": 37389, + "id": 20876, "name": "updateCustomerGroupsStep", "variant": "document", "kind": 8388608, @@ -136621,6 +139600,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3196" + } + ] } ], "modifierTags": [ @@ -136632,21 +139620,21 @@ } ], "childrenIncludingDocuments": [ - 19529, - 19541, - 19547, - 19550, - 19554 + 2989, + 3001, + 3007, + 3010, + 3014 ], "groups": [ { "title": "Properties", "children": [ - 19529, - 19541, - 19547, - 19550, - 19554 + 2989, + 3001, + 3007, + 3010, + 3014 ] } ], @@ -136655,12 +139643,12 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L57" } ], "signatures": [ { - "id": 19522, + "id": 2982, "name": "updateCustomerGroupsWorkflow", "variant": "signature", "kind": 4096, @@ -136707,12 +139695,12 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L57" } ], "typeParameters": [ { - "id": 19523, + "id": 2983, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -136723,7 +139711,7 @@ } }, { - "id": 19524, + "id": 2984, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -136736,7 +139724,7 @@ ], "parameters": [ { - "id": 19525, + "id": 2985, "name": "container", "variant": "param", "kind": 32768, @@ -136760,14 +139748,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19526, + "id": 2986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19527, + "id": 2987, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -136790,7 +139778,7 @@ } }, { - "id": 19528, + "id": 2988, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -136817,8 +139805,8 @@ { "title": "Properties", "children": [ - 19527, - 19528 + 2987, + 2988 ] } ], @@ -136889,26 +139877,26 @@ "typeArguments": [ { "type": "reference", - "target": 19515, + "target": 2975, "name": "UpdateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 19519, + "target": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -136923,7 +139911,7 @@ ] }, { - "id": 19557, + "id": 3017, "name": "ids", "variant": "declaration", "kind": 1024, @@ -136941,7 +139929,7 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L11" } ], "type": { @@ -136953,7 +139941,7 @@ } }, { - "id": 19558, + "id": 3018, "name": "deleteCustomerGroupsWorkflowId", "variant": "declaration", "kind": 32, @@ -136965,7 +139953,7 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L14" } ], "type": { @@ -136975,7 +139963,7 @@ "defaultValue": "\"delete-customer-groups\"" }, { - "id": 19559, + "id": 3019, "name": "deleteCustomerGroupsWorkflow", "variant": "declaration", "kind": 64, @@ -137019,7 +140007,7 @@ }, "children": [ { - "id": 19567, + "id": 3027, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -137042,7 +140030,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19568, + "id": 3028, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137056,7 +140044,7 @@ ], "signatures": [ { - "id": 19569, + "id": 3029, "name": "__type", "variant": "signature", "kind": 4096, @@ -137084,7 +140072,7 @@ ], "parameters": [ { - "id": 19570, + "id": 3030, "name": "param0", "variant": "param", "kind": 32768, @@ -137100,14 +140088,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19571, + "id": 3031, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19572, + "id": 3032, "name": "input", "variant": "declaration", "kind": 1024, @@ -137132,7 +140120,7 @@ "types": [ { "type": "reference", - "target": 19555, + "target": 3015, "name": "DeleteCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -137145,7 +140133,7 @@ "typeArguments": [ { "type": "reference", - "target": 19555, + "target": 3015, "name": "DeleteCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" } @@ -137161,7 +140149,7 @@ { "title": "Properties", "children": [ - 19572 + 3032 ] } ], @@ -137197,14 +140185,14 @@ { "type": "reflection", "declaration": { - "id": 19573, + "id": 3033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19574, + "id": 3034, "name": "config", "variant": "declaration", "kind": 2048, @@ -137218,7 +140206,7 @@ ], "signatures": [ { - "id": 19575, + "id": 3035, "name": "config", "variant": "signature", "kind": 4096, @@ -137232,7 +140220,7 @@ ], "parameters": [ { - "id": 19576, + "id": 3036, "name": "config", "variant": "param", "kind": 32768, @@ -137243,14 +140231,14 @@ { "type": "reflection", "declaration": { - "id": 19577, + "id": 3037, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19578, + "id": 3038, "name": "name", "variant": "declaration", "kind": 1024, @@ -137274,7 +140262,7 @@ { "title": "Properties", "children": [ - 19578 + 3038 ] } ], @@ -137351,7 +140339,7 @@ { "title": "Methods", "children": [ - 19574 + 3034 ] } ], @@ -137387,7 +140375,7 @@ } }, { - "id": 19579, + "id": 3039, "name": "run", "variant": "declaration", "kind": 1024, @@ -137410,7 +140398,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19580, + "id": 3040, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137424,7 +140412,7 @@ ], "signatures": [ { - "id": 19581, + "id": 3041, "name": "__type", "variant": "signature", "kind": 4096, @@ -137452,7 +140440,7 @@ ], "typeParameters": [ { - "id": 19582, + "id": 3042, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -137463,7 +140451,7 @@ } }, { - "id": 19583, + "id": 3043, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -137476,7 +140464,7 @@ ], "parameters": [ { - "id": 19584, + "id": 3044, "name": "args", "variant": "param", "kind": 32768, @@ -137509,7 +140497,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137520,13 +140508,13 @@ }, "trueType": { "type": "reference", - "target": 19555, + "target": 3015, "name": "DeleteCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137559,7 +140547,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137574,7 +140562,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137594,7 +140582,7 @@ } }, { - "id": 19585, + "id": 3045, "name": "getName", "variant": "declaration", "kind": 1024, @@ -137617,7 +140605,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19586, + "id": 3046, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137631,7 +140619,7 @@ ], "signatures": [ { - "id": 19587, + "id": 3047, "name": "__type", "variant": "signature", "kind": 4096, @@ -137653,7 +140641,7 @@ } }, { - "id": 19588, + "id": 3048, "name": "config", "variant": "declaration", "kind": 1024, @@ -137676,7 +140664,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19589, + "id": 3049, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137690,7 +140678,7 @@ ], "signatures": [ { - "id": 19590, + "id": 3050, "name": "__type", "variant": "signature", "kind": 4096, @@ -137704,7 +140692,7 @@ ], "parameters": [ { - "id": 19591, + "id": 3051, "name": "config", "variant": "param", "kind": 32768, @@ -137730,7 +140718,7 @@ } }, { - "id": 19592, + "id": 3052, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -137753,7 +140741,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19593, + "id": 3053, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137767,14 +140755,14 @@ ], "indexSignatures": [ { - "id": 19594, + "id": 3054, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 19595, + "id": 3055, "name": "key", "variant": "param", "kind": 32768, @@ -137788,7 +140776,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19596, + "id": 3056, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137802,7 +140790,7 @@ ], "signatures": [ { - "id": 19597, + "id": 3057, "name": "__type", "variant": "signature", "kind": 4096, @@ -137816,14 +140804,14 @@ ], "typeParameters": [ { - "id": 19598, + "id": 3058, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19599, + "id": 3059, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -137832,7 +140820,7 @@ ], "parameters": [ { - "id": 19600, + "id": 3060, "name": "invoke", "variant": "param", "kind": 32768, @@ -137850,14 +140838,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137868,7 +140856,7 @@ } }, { - "id": 19601, + "id": 3061, "name": "compensate", "variant": "param", "kind": 32768, @@ -137884,7 +140872,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -137911,7 +140899,7 @@ ], "documents": [ { - "id": 37390, + "id": 20877, "name": "deleteCustomerGroupStep", "variant": "document", "kind": 8388608, @@ -137927,6 +140915,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3209" + } + ] } ], "modifierTags": [ @@ -137938,21 +140935,21 @@ } ], "childrenIncludingDocuments": [ - 19567, - 19579, - 19585, - 19588, - 19592 + 3027, + 3039, + 3045, + 3048, + 3052 ], "groups": [ { "title": "Properties", "children": [ - 19567, - 19579, - 19585, - 19588, - 19592 + 3027, + 3039, + 3045, + 3048, + 3052 ] } ], @@ -137961,12 +140958,12 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L34" } ], "signatures": [ { - "id": 19560, + "id": 3020, "name": "deleteCustomerGroupsWorkflow", "variant": "signature", "kind": 4096, @@ -138013,12 +141010,12 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L34" } ], "typeParameters": [ { - "id": 19561, + "id": 3021, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -138029,7 +141026,7 @@ } }, { - "id": 19562, + "id": 3022, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -138042,7 +141039,7 @@ ], "parameters": [ { - "id": 19563, + "id": 3023, "name": "container", "variant": "param", "kind": 32768, @@ -138066,14 +141063,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19564, + "id": 3024, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19565, + "id": 3025, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -138096,7 +141093,7 @@ } }, { - "id": 19566, + "id": 3026, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -138123,8 +141120,8 @@ { "title": "Properties", "children": [ - 19565, - 19566 + 3025, + 3026 ] } ], @@ -138195,7 +141192,7 @@ "typeArguments": [ { "type": "reference", - "target": 19555, + "target": 3015, "name": "DeleteCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -138205,14 +141202,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -138227,7 +141224,7 @@ ] }, { - "id": 19604, + "id": 3064, "name": "customersData", "variant": "declaration", "kind": 1024, @@ -138245,7 +141242,7 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L19" } ], "type": { @@ -138262,7 +141259,7 @@ } }, { - "id": 19606, + "id": 3066, "name": "createCustomerGroupsWorkflowId", "variant": "declaration", "kind": 32, @@ -138274,7 +141271,7 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L27" } ], "type": { @@ -138284,7 +141281,7 @@ "defaultValue": "\"create-customer-groups\"" }, { - "id": 19607, + "id": 3067, "name": "createCustomerGroupsWorkflow", "variant": "declaration", "kind": 64, @@ -138328,7 +141325,7 @@ }, "children": [ { - "id": 19615, + "id": 3075, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -138351,7 +141348,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19616, + "id": 3076, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138365,7 +141362,7 @@ ], "signatures": [ { - "id": 19617, + "id": 3077, "name": "__type", "variant": "signature", "kind": 4096, @@ -138393,7 +141390,7 @@ ], "parameters": [ { - "id": 19618, + "id": 3078, "name": "param0", "variant": "param", "kind": 32768, @@ -138409,14 +141406,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19619, + "id": 3079, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19620, + "id": 3080, "name": "input", "variant": "declaration", "kind": 1024, @@ -138441,7 +141438,7 @@ "types": [ { "type": "reference", - "target": 19602, + "target": 3062, "name": "CreateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -138454,7 +141451,7 @@ "typeArguments": [ { "type": "reference", - "target": 19602, + "target": 3062, "name": "CreateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" } @@ -138470,7 +141467,7 @@ { "title": "Properties", "children": [ - 19620 + 3080 ] } ], @@ -138527,7 +141524,7 @@ }, { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -138540,7 +141537,7 @@ "typeArguments": [ { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -138551,14 +141548,14 @@ { "type": "reflection", "declaration": { - "id": 19621, + "id": 3081, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19622, + "id": 3082, "name": "config", "variant": "declaration", "kind": 2048, @@ -138572,7 +141569,7 @@ ], "signatures": [ { - "id": 19623, + "id": 3083, "name": "config", "variant": "signature", "kind": 4096, @@ -138586,7 +141583,7 @@ ], "parameters": [ { - "id": 19624, + "id": 3084, "name": "config", "variant": "param", "kind": 32768, @@ -138597,14 +141594,14 @@ { "type": "reflection", "declaration": { - "id": 19625, + "id": 3085, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19626, + "id": 3086, "name": "name", "variant": "declaration", "kind": 1024, @@ -138628,7 +141625,7 @@ { "title": "Properties", "children": [ - 19626 + 3086 ] } ], @@ -138691,7 +141688,7 @@ "typeArguments": [ { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -138707,7 +141704,7 @@ { "title": "Methods", "children": [ - 19622 + 3082 ] } ], @@ -138729,7 +141726,7 @@ "typeArguments": [ { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -138745,7 +141742,7 @@ } }, { - "id": 19627, + "id": 3087, "name": "run", "variant": "declaration", "kind": 1024, @@ -138768,7 +141765,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19628, + "id": 3088, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138782,7 +141779,7 @@ ], "signatures": [ { - "id": 19629, + "id": 3089, "name": "__type", "variant": "signature", "kind": 4096, @@ -138810,7 +141807,7 @@ ], "typeParameters": [ { - "id": 19630, + "id": 3090, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -138821,7 +141818,7 @@ } }, { - "id": 19631, + "id": 3091, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -138834,7 +141831,7 @@ ], "parameters": [ { - "id": 19632, + "id": 3092, "name": "args", "variant": "param", "kind": 32768, @@ -138867,7 +141864,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -138878,13 +141875,13 @@ }, "trueType": { "type": "reference", - "target": 19602, + "target": 3062, "name": "CreateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -138917,7 +141914,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -138928,13 +141925,13 @@ }, "trueType": { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -138954,7 +141951,7 @@ } }, { - "id": 19633, + "id": 3093, "name": "getName", "variant": "declaration", "kind": 1024, @@ -138977,7 +141974,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19634, + "id": 3094, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138991,7 +141988,7 @@ ], "signatures": [ { - "id": 19635, + "id": 3095, "name": "__type", "variant": "signature", "kind": 4096, @@ -139013,7 +142010,7 @@ } }, { - "id": 19636, + "id": 3096, "name": "config", "variant": "declaration", "kind": 1024, @@ -139036,7 +142033,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19637, + "id": 3097, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139050,7 +142047,7 @@ ], "signatures": [ { - "id": 19638, + "id": 3098, "name": "__type", "variant": "signature", "kind": 4096, @@ -139064,7 +142061,7 @@ ], "parameters": [ { - "id": 19639, + "id": 3099, "name": "config", "variant": "param", "kind": 32768, @@ -139090,7 +142087,7 @@ } }, { - "id": 19640, + "id": 3100, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -139118,7 +142115,7 @@ ], "documents": [ { - "id": 37391, + "id": 20878, "name": "createCustomerGroupsStep", "variant": "document", "kind": 8388608, @@ -139134,6 +142131,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3216" + } + ] } ], "modifierTags": [ @@ -139145,21 +142151,21 @@ } ], "childrenIncludingDocuments": [ - 19615, - 19627, - 19633, - 19636, - 19640 + 3075, + 3087, + 3093, + 3096, + 3100 ], "groups": [ { "title": "Properties", "children": [ - 19615, - 19627, - 19633, - 19636, - 19640 + 3075, + 3087, + 3093, + 3096, + 3100 ] } ], @@ -139168,12 +142174,12 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L52" } ], "signatures": [ { - "id": 19608, + "id": 3068, "name": "createCustomerGroupsWorkflow", "variant": "signature", "kind": 4096, @@ -139220,12 +142226,12 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L52" } ], "typeParameters": [ { - "id": 19609, + "id": 3069, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -139236,7 +142242,7 @@ } }, { - "id": 19610, + "id": 3070, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -139249,7 +142255,7 @@ ], "parameters": [ { - "id": 19611, + "id": 3071, "name": "container", "variant": "param", "kind": 32768, @@ -139273,14 +142279,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19612, + "id": 3072, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19613, + "id": 3073, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -139303,7 +142309,7 @@ } }, { - "id": 19614, + "id": 3074, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -139330,8 +142336,8 @@ { "title": "Properties", "children": [ - 19613, - 19614 + 3073, + 3074 ] } ], @@ -139402,26 +142408,26 @@ "typeArguments": [ { "type": "reference", - "target": 19602, + "target": 3062, "name": "CreateCustomerGroupsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 19605, + "target": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -139436,7 +142442,7 @@ ] }, { - "id": 19642, + "id": 3102, "name": "linkCustomersToCustomerGroupWorkflowId", "variant": "declaration", "kind": 32, @@ -139448,7 +142454,7 @@ "fileName": "core-flows/src/customer-group/workflows/link-customers-customer-group.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L14" } ], "type": { @@ -139458,7 +142464,7 @@ "defaultValue": "\"link-customers-to-customer-group\"" }, { - "id": 19643, + "id": 3103, "name": "linkCustomersToCustomerGroupWorkflow", "variant": "declaration", "kind": 64, @@ -139502,7 +142508,7 @@ }, "children": [ { - "id": 19651, + "id": 3111, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -139525,7 +142531,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19652, + "id": 3112, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139539,7 +142545,7 @@ ], "signatures": [ { - "id": 19653, + "id": 3113, "name": "__type", "variant": "signature", "kind": 4096, @@ -139567,7 +142573,7 @@ ], "parameters": [ { - "id": 19654, + "id": 3114, "name": "param0", "variant": "param", "kind": 32768, @@ -139583,14 +142589,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19655, + "id": 3115, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19656, + "id": 3116, "name": "input", "variant": "declaration", "kind": 1024, @@ -139650,7 +142656,7 @@ { "title": "Properties", "children": [ - 19656 + 3116 ] } ], @@ -139686,14 +142692,14 @@ { "type": "reflection", "declaration": { - "id": 19657, + "id": 3117, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19658, + "id": 3118, "name": "config", "variant": "declaration", "kind": 2048, @@ -139707,7 +142713,7 @@ ], "signatures": [ { - "id": 19659, + "id": 3119, "name": "config", "variant": "signature", "kind": 4096, @@ -139721,7 +142727,7 @@ ], "parameters": [ { - "id": 19660, + "id": 3120, "name": "config", "variant": "param", "kind": 32768, @@ -139732,14 +142738,14 @@ { "type": "reflection", "declaration": { - "id": 19661, + "id": 3121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19662, + "id": 3122, "name": "name", "variant": "declaration", "kind": 1024, @@ -139763,7 +142769,7 @@ { "title": "Properties", "children": [ - 19662 + 3122 ] } ], @@ -139840,7 +142846,7 @@ { "title": "Methods", "children": [ - 19658 + 3118 ] } ], @@ -139876,7 +142882,7 @@ } }, { - "id": 19663, + "id": 3123, "name": "run", "variant": "declaration", "kind": 1024, @@ -139899,7 +142905,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19664, + "id": 3124, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139913,7 +142919,7 @@ ], "signatures": [ { - "id": 19665, + "id": 3125, "name": "__type", "variant": "signature", "kind": 4096, @@ -139941,7 +142947,7 @@ ], "typeParameters": [ { - "id": 19666, + "id": 3126, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -139952,7 +142958,7 @@ } }, { - "id": 19667, + "id": 3127, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -139965,7 +142971,7 @@ ], "parameters": [ { - "id": 19668, + "id": 3128, "name": "args", "variant": "param", "kind": 32768, @@ -139998,7 +143004,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140018,7 +143024,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140051,7 +143057,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140066,7 +143072,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140086,7 +143092,7 @@ } }, { - "id": 19669, + "id": 3129, "name": "getName", "variant": "declaration", "kind": 1024, @@ -140109,7 +143115,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19670, + "id": 3130, "name": "__type", "variant": "declaration", "kind": 65536, @@ -140123,7 +143129,7 @@ ], "signatures": [ { - "id": 19671, + "id": 3131, "name": "__type", "variant": "signature", "kind": 4096, @@ -140145,7 +143151,7 @@ } }, { - "id": 19672, + "id": 3132, "name": "config", "variant": "declaration", "kind": 1024, @@ -140168,7 +143174,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19673, + "id": 3133, "name": "__type", "variant": "declaration", "kind": 65536, @@ -140182,7 +143188,7 @@ ], "signatures": [ { - "id": 19674, + "id": 3134, "name": "__type", "variant": "signature", "kind": 4096, @@ -140196,7 +143202,7 @@ ], "parameters": [ { - "id": 19675, + "id": 3135, "name": "config", "variant": "param", "kind": 32768, @@ -140222,7 +143228,7 @@ } }, { - "id": 19676, + "id": 3136, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -140245,7 +143251,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19677, + "id": 3137, "name": "__type", "variant": "declaration", "kind": 65536, @@ -140259,14 +143265,14 @@ ], "indexSignatures": [ { - "id": 19678, + "id": 3138, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 19679, + "id": 3139, "name": "key", "variant": "param", "kind": 32768, @@ -140280,7 +143286,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19680, + "id": 3140, "name": "__type", "variant": "declaration", "kind": 65536, @@ -140294,7 +143300,7 @@ ], "signatures": [ { - "id": 19681, + "id": 3141, "name": "__type", "variant": "signature", "kind": 4096, @@ -140308,14 +143314,14 @@ ], "typeParameters": [ { - "id": 19682, + "id": 3142, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19683, + "id": 3143, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -140324,7 +143330,7 @@ ], "parameters": [ { - "id": 19684, + "id": 3144, "name": "invoke", "variant": "param", "kind": 32768, @@ -140342,14 +143348,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140360,7 +143366,7 @@ } }, { - "id": 19685, + "id": 3145, "name": "compensate", "variant": "param", "kind": 32768, @@ -140376,7 +143382,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140403,7 +143409,7 @@ ], "documents": [ { - "id": 37392, + "id": 20879, "name": "linkCustomersToCustomerGroupStep", "variant": "document", "kind": 8388608, @@ -140419,6 +143425,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3228" + } + ] } ], "modifierTags": [ @@ -140430,21 +143445,21 @@ } ], "childrenIncludingDocuments": [ - 19651, - 19663, - 19669, - 19672, - 19676 + 3111, + 3123, + 3129, + 3132, + 3136 ], "groups": [ { "title": "Properties", "children": [ - 19651, - 19663, - 19669, - 19672, - 19676 + 3111, + 3123, + 3129, + 3132, + 3136 ] } ], @@ -140453,12 +143468,12 @@ "fileName": "core-flows/src/customer-group/workflows/link-customers-customer-group.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L37" } ], "signatures": [ { - "id": 19644, + "id": 3104, "name": "linkCustomersToCustomerGroupWorkflow", "variant": "signature", "kind": 4096, @@ -140505,12 +143520,12 @@ "fileName": "core-flows/src/customer-group/workflows/link-customers-customer-group.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L37" } ], "typeParameters": [ { - "id": 19645, + "id": 3105, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -140521,7 +143536,7 @@ } }, { - "id": 19646, + "id": 3106, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -140534,7 +143549,7 @@ ], "parameters": [ { - "id": 19647, + "id": 3107, "name": "container", "variant": "param", "kind": 32768, @@ -140558,14 +143573,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19648, + "id": 3108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19649, + "id": 3109, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -140588,7 +143603,7 @@ } }, { - "id": 19650, + "id": 3110, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -140615,8 +143630,8 @@ { "title": "Properties", "children": [ - 19649, - 19650 + 3109, + 3110 ] } ], @@ -140700,14 +143715,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -140722,7 +143737,7 @@ ] }, { - "id": 19687, + "id": 3147, "name": "linkCustomerGroupsToCustomerWorkflowId", "variant": "declaration", "kind": 32, @@ -140734,7 +143749,7 @@ "fileName": "core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L14" } ], "type": { @@ -140744,7 +143759,7 @@ "defaultValue": "\"link-customer-groups-to-customer\"" }, { - "id": 19688, + "id": 3148, "name": "linkCustomerGroupsToCustomerWorkflow", "variant": "declaration", "kind": 64, @@ -140788,7 +143803,7 @@ }, "children": [ { - "id": 19696, + "id": 3156, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -140811,7 +143826,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19697, + "id": 3157, "name": "__type", "variant": "declaration", "kind": 65536, @@ -140825,7 +143840,7 @@ ], "signatures": [ { - "id": 19698, + "id": 3158, "name": "__type", "variant": "signature", "kind": 4096, @@ -140853,7 +143868,7 @@ ], "parameters": [ { - "id": 19699, + "id": 3159, "name": "param0", "variant": "param", "kind": 32768, @@ -140869,14 +143884,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19700, + "id": 3160, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19701, + "id": 3161, "name": "input", "variant": "declaration", "kind": 1024, @@ -140936,7 +143951,7 @@ { "title": "Properties", "children": [ - 19701 + 3161 ] } ], @@ -140972,14 +143987,14 @@ { "type": "reflection", "declaration": { - "id": 19702, + "id": 3162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19703, + "id": 3163, "name": "config", "variant": "declaration", "kind": 2048, @@ -140993,7 +144008,7 @@ ], "signatures": [ { - "id": 19704, + "id": 3164, "name": "config", "variant": "signature", "kind": 4096, @@ -141007,7 +144022,7 @@ ], "parameters": [ { - "id": 19705, + "id": 3165, "name": "config", "variant": "param", "kind": 32768, @@ -141018,14 +144033,14 @@ { "type": "reflection", "declaration": { - "id": 19706, + "id": 3166, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19707, + "id": 3167, "name": "name", "variant": "declaration", "kind": 1024, @@ -141049,7 +144064,7 @@ { "title": "Properties", "children": [ - 19707 + 3167 ] } ], @@ -141126,7 +144141,7 @@ { "title": "Methods", "children": [ - 19703 + 3163 ] } ], @@ -141162,7 +144177,7 @@ } }, { - "id": 19708, + "id": 3168, "name": "run", "variant": "declaration", "kind": 1024, @@ -141185,7 +144200,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19709, + "id": 3169, "name": "__type", "variant": "declaration", "kind": 65536, @@ -141199,7 +144214,7 @@ ], "signatures": [ { - "id": 19710, + "id": 3170, "name": "__type", "variant": "signature", "kind": 4096, @@ -141227,7 +144242,7 @@ ], "typeParameters": [ { - "id": 19711, + "id": 3171, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -141238,7 +144253,7 @@ } }, { - "id": 19712, + "id": 3172, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -141251,7 +144266,7 @@ ], "parameters": [ { - "id": 19713, + "id": 3173, "name": "args", "variant": "param", "kind": 32768, @@ -141284,7 +144299,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141304,7 +144319,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141337,7 +144352,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141352,7 +144367,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141372,7 +144387,7 @@ } }, { - "id": 19714, + "id": 3174, "name": "getName", "variant": "declaration", "kind": 1024, @@ -141395,7 +144410,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19715, + "id": 3175, "name": "__type", "variant": "declaration", "kind": 65536, @@ -141409,7 +144424,7 @@ ], "signatures": [ { - "id": 19716, + "id": 3176, "name": "__type", "variant": "signature", "kind": 4096, @@ -141431,7 +144446,7 @@ } }, { - "id": 19717, + "id": 3177, "name": "config", "variant": "declaration", "kind": 1024, @@ -141454,7 +144469,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19718, + "id": 3178, "name": "__type", "variant": "declaration", "kind": 65536, @@ -141468,7 +144483,7 @@ ], "signatures": [ { - "id": 19719, + "id": 3179, "name": "__type", "variant": "signature", "kind": 4096, @@ -141482,7 +144497,7 @@ ], "parameters": [ { - "id": 19720, + "id": 3180, "name": "config", "variant": "param", "kind": 32768, @@ -141508,7 +144523,7 @@ } }, { - "id": 19721, + "id": 3181, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -141531,7 +144546,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19722, + "id": 3182, "name": "__type", "variant": "declaration", "kind": 65536, @@ -141545,14 +144560,14 @@ ], "indexSignatures": [ { - "id": 19723, + "id": 3183, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 19724, + "id": 3184, "name": "key", "variant": "param", "kind": 32768, @@ -141566,7 +144581,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19725, + "id": 3185, "name": "__type", "variant": "declaration", "kind": 65536, @@ -141580,7 +144595,7 @@ ], "signatures": [ { - "id": 19726, + "id": 3186, "name": "__type", "variant": "signature", "kind": 4096, @@ -141594,14 +144609,14 @@ ], "typeParameters": [ { - "id": 19727, + "id": 3187, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19728, + "id": 3188, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -141610,7 +144625,7 @@ ], "parameters": [ { - "id": 19729, + "id": 3189, "name": "invoke", "variant": "param", "kind": 32768, @@ -141628,14 +144643,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141646,7 +144661,7 @@ } }, { - "id": 19730, + "id": 3190, "name": "compensate", "variant": "param", "kind": 32768, @@ -141662,7 +144677,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -141689,7 +144704,7 @@ ], "documents": [ { - "id": 37393, + "id": 20880, "name": "linkCustomerGroupsToCustomerStep", "variant": "document", "kind": 8388608, @@ -141705,6 +144720,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3234" + } + ] } ], "modifierTags": [ @@ -141716,21 +144740,21 @@ } ], "childrenIncludingDocuments": [ - 19696, - 19708, - 19714, - 19717, - 19721 + 3156, + 3168, + 3174, + 3177, + 3181 ], "groups": [ { "title": "Properties", "children": [ - 19696, - 19708, - 19714, - 19717, - 19721 + 3156, + 3168, + 3174, + 3177, + 3181 ] } ], @@ -141739,12 +144763,12 @@ "fileName": "core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L37" } ], "signatures": [ { - "id": 19689, + "id": 3149, "name": "linkCustomerGroupsToCustomerWorkflow", "variant": "signature", "kind": 4096, @@ -141791,12 +144815,12 @@ "fileName": "core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L37" } ], "typeParameters": [ { - "id": 19690, + "id": 3150, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -141807,7 +144831,7 @@ } }, { - "id": 19691, + "id": 3151, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -141820,7 +144844,7 @@ ], "parameters": [ { - "id": 19692, + "id": 3152, "name": "container", "variant": "param", "kind": 32768, @@ -141844,14 +144868,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19693, + "id": 3153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19694, + "id": 3154, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -141874,7 +144898,7 @@ } }, { - "id": 19695, + "id": 3155, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -141901,8 +144925,8 @@ { "title": "Properties", "children": [ - 19694, - 19695 + 3154, + 3155 ] } ], @@ -141986,14 +145010,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -142012,21 +145036,21 @@ ] }, { - "id": 16559, + "id": 19, "name": "Defaults", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16560, + "id": 20, "name": "Steps_Defaults", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19779, + "id": 3239, "name": "createDefaultStoreStepId", "variant": "declaration", "kind": 32, @@ -142038,7 +145062,7 @@ "fileName": "core-flows/src/defaults/steps/create-default-store.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L20" } ], "type": { @@ -142048,7 +145072,7 @@ "defaultValue": "\"create-default-store\"" }, { - "id": 19780, + "id": 3240, "name": "createDefaultStoreStep", "variant": "declaration", "kind": 64, @@ -142083,7 +145107,7 @@ }, "children": [ { - "id": 19799, + "id": 3259, "name": "__type", "variant": "declaration", "kind": 1024, @@ -142101,7 +145125,7 @@ } }, { - "id": 19800, + "id": 3260, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -142123,8 +145147,8 @@ { "title": "Properties", "children": [ - 19799, - 19800 + 3259, + 3260 ] } ], @@ -142133,12 +145157,12 @@ "fileName": "core-flows/src/defaults/steps/create-default-store.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L38" } ], "signatures": [ { - "id": 19781, + "id": 3241, "name": "createDefaultStoreStep", "variant": "signature", "kind": 4096, @@ -142176,12 +145200,12 @@ "fileName": "core-flows/src/defaults/steps/create-default-store.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/steps/create-default-store.ts#L38" } ], "parameters": [ { - "id": 19782, + "id": 3242, "name": "input", "variant": "param", "kind": 32768, @@ -142228,14 +145252,14 @@ { "type": "reflection", "declaration": { - "id": 19783, + "id": 3243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19784, + "id": 3244, "name": "id", "variant": "declaration", "kind": 1024, @@ -142281,7 +145305,7 @@ } }, { - "id": 19785, + "id": 3245, "name": "name", "variant": "declaration", "kind": 1024, @@ -142327,7 +145351,7 @@ } }, { - "id": 19786, + "id": 3246, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -142400,7 +145424,7 @@ } }, { - "id": 19787, + "id": 3247, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -142457,7 +145481,7 @@ } }, { - "id": 19788, + "id": 3248, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -142514,7 +145538,7 @@ } }, { - "id": 19789, + "id": 3249, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -142571,7 +145595,7 @@ } }, { - "id": 19790, + "id": 3250, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -142660,7 +145684,7 @@ } }, { - "id": 19791, + "id": 3251, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -142706,7 +145730,7 @@ } }, { - "id": 19792, + "id": 3252, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -142756,15 +145780,15 @@ { "title": "Properties", "children": [ - 19784, - 19785, - 19786, - 19787, - 19788, - 19789, - 19790, - 19791, - 19792 + 3244, + 3245, + 3246, + 3247, + 3248, + 3249, + 3250, + 3251, + 3252 ] } ], @@ -142818,14 +145842,14 @@ { "type": "reflection", "declaration": { - "id": 19793, + "id": 3253, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19794, + "id": 3254, "name": "config", "variant": "declaration", "kind": 2048, @@ -142839,7 +145863,7 @@ ], "signatures": [ { - "id": 19795, + "id": 3255, "name": "config", "variant": "signature", "kind": 4096, @@ -142853,7 +145877,7 @@ ], "parameters": [ { - "id": 19796, + "id": 3256, "name": "config", "variant": "param", "kind": 32768, @@ -142864,14 +145888,14 @@ { "type": "reflection", "declaration": { - "id": 19797, + "id": 3257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19798, + "id": 3258, "name": "name", "variant": "declaration", "kind": 1024, @@ -142895,7 +145919,7 @@ { "title": "Properties", "children": [ - 19798 + 3258 ] } ], @@ -142986,7 +146010,7 @@ { "title": "Methods", "children": [ - 19794 + 3254 ] } ], @@ -143036,14 +146060,14 @@ ] }, { - "id": 16561, + "id": 21, "name": "Workflows_Defaults", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19801, + "id": 3261, "name": "createDefaultsWorkflowID", "variant": "declaration", "kind": 32, @@ -143055,7 +146079,7 @@ "fileName": "core-flows/src/defaults/workflows/create-defaults.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L8" } ], "type": { @@ -143065,7 +146089,7 @@ "defaultValue": "\"create-defaults\"" }, { - "id": 19802, + "id": 3262, "name": "createDefaultsWorkflow", "variant": "declaration", "kind": 64, @@ -143109,7 +146133,7 @@ }, "children": [ { - "id": 19810, + "id": 3270, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -143132,7 +146156,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19811, + "id": 3271, "name": "__type", "variant": "declaration", "kind": 65536, @@ -143146,7 +146170,7 @@ ], "signatures": [ { - "id": 19812, + "id": 3272, "name": "__type", "variant": "signature", "kind": 4096, @@ -143174,7 +146198,7 @@ ], "parameters": [ { - "id": 19813, + "id": 3273, "name": "param0", "variant": "param", "kind": 32768, @@ -143190,14 +146214,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19814, + "id": 3274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19815, + "id": 3275, "name": "input", "variant": "declaration", "kind": 1024, @@ -143227,7 +146251,7 @@ { "title": "Properties", "children": [ - 19815 + 3275 ] } ], @@ -143248,14 +146272,14 @@ { "type": "reflection", "declaration": { - "id": 19816, + "id": 3276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19817, + "id": 3277, "name": "id", "variant": "declaration", "kind": 1024, @@ -143301,7 +146325,7 @@ } }, { - "id": 19818, + "id": 3278, "name": "name", "variant": "declaration", "kind": 1024, @@ -143347,7 +146371,7 @@ } }, { - "id": 19819, + "id": 3279, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -143420,7 +146444,7 @@ } }, { - "id": 19820, + "id": 3280, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -143477,7 +146501,7 @@ } }, { - "id": 19821, + "id": 3281, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -143534,7 +146558,7 @@ } }, { - "id": 19822, + "id": 3282, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -143591,7 +146615,7 @@ } }, { - "id": 19823, + "id": 3283, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -143680,7 +146704,7 @@ } }, { - "id": 19824, + "id": 3284, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -143726,7 +146750,7 @@ } }, { - "id": 19825, + "id": 3285, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -143776,15 +146800,15 @@ { "title": "Properties", "children": [ - 19817, - 19818, - 19819, - 19820, - 19821, - 19822, - 19823, - 19824, - 19825 + 3277, + 3278, + 3279, + 3280, + 3281, + 3282, + 3283, + 3284, + 3285 ] } ], @@ -143838,14 +146862,14 @@ { "type": "reflection", "declaration": { - "id": 19826, + "id": 3286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19827, + "id": 3287, "name": "config", "variant": "declaration", "kind": 2048, @@ -143859,7 +146883,7 @@ ], "signatures": [ { - "id": 19828, + "id": 3288, "name": "config", "variant": "signature", "kind": 4096, @@ -143873,7 +146897,7 @@ ], "parameters": [ { - "id": 19829, + "id": 3289, "name": "config", "variant": "param", "kind": 32768, @@ -143884,14 +146908,14 @@ { "type": "reflection", "declaration": { - "id": 19830, + "id": 3290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19831, + "id": 3291, "name": "name", "variant": "declaration", "kind": 1024, @@ -143915,7 +146939,7 @@ { "title": "Properties", "children": [ - 19831 + 3291 ] } ], @@ -144006,7 +147030,7 @@ { "title": "Methods", "children": [ - 19827 + 3287 ] } ], @@ -144056,7 +147080,7 @@ } }, { - "id": 19832, + "id": 3292, "name": "run", "variant": "declaration", "kind": 1024, @@ -144079,7 +147103,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19833, + "id": 3293, "name": "__type", "variant": "declaration", "kind": 65536, @@ -144093,7 +147117,7 @@ ], "signatures": [ { - "id": 19834, + "id": 3294, "name": "__type", "variant": "signature", "kind": 4096, @@ -144121,7 +147145,7 @@ ], "typeParameters": [ { - "id": 19835, + "id": 3295, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -144132,7 +147156,7 @@ } }, { - "id": 19836, + "id": 3296, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -144145,7 +147169,7 @@ ], "parameters": [ { - "id": 19837, + "id": 3297, "name": "args", "variant": "param", "kind": 32768, @@ -144178,7 +147202,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -144193,7 +147217,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -144226,7 +147250,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -144255,7 +147279,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -144275,7 +147299,7 @@ } }, { - "id": 19838, + "id": 3298, "name": "getName", "variant": "declaration", "kind": 1024, @@ -144298,7 +147322,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19839, + "id": 3299, "name": "__type", "variant": "declaration", "kind": 65536, @@ -144312,7 +147336,7 @@ ], "signatures": [ { - "id": 19840, + "id": 3300, "name": "__type", "variant": "signature", "kind": 4096, @@ -144334,7 +147358,7 @@ } }, { - "id": 19841, + "id": 3301, "name": "config", "variant": "declaration", "kind": 1024, @@ -144357,7 +147381,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19842, + "id": 3302, "name": "__type", "variant": "declaration", "kind": 65536, @@ -144371,7 +147395,7 @@ ], "signatures": [ { - "id": 19843, + "id": 3303, "name": "__type", "variant": "signature", "kind": 4096, @@ -144385,7 +147409,7 @@ ], "parameters": [ { - "id": 19844, + "id": 3304, "name": "config", "variant": "param", "kind": 32768, @@ -144411,7 +147435,7 @@ } }, { - "id": 19845, + "id": 3305, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -144439,7 +147463,7 @@ ], "documents": [ { - "id": 37394, + "id": 20881, "name": "createDefaultSalesChannelStep", "variant": "document", "kind": 8388608, @@ -144455,6 +147479,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19100" + } + ] } ], "modifierTags": [ @@ -144465,7 +147498,7 @@ "frontmatter": {} }, { - "id": 37395, + "id": 20882, "name": "createDefaultStoreStep", "variant": "document", "kind": 8388608, @@ -144481,6 +147514,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3240" + } + ] } ], "modifierTags": [ @@ -144492,21 +147534,21 @@ } ], "childrenIncludingDocuments": [ - 19810, - 19832, - 19838, - 19841, - 19845 + 3270, + 3292, + 3298, + 3301, + 3305 ], "groups": [ { "title": "Properties", "children": [ - 19810, - 19832, - 19838, - 19841, - 19845 + 3270, + 3292, + 3298, + 3301, + 3305 ] } ], @@ -144515,12 +147557,12 @@ "fileName": "core-flows/src/defaults/workflows/create-defaults.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L25" } ], "signatures": [ { - "id": 19803, + "id": 3263, "name": "createDefaultsWorkflow", "variant": "signature", "kind": 4096, @@ -144567,12 +147609,12 @@ "fileName": "core-flows/src/defaults/workflows/create-defaults.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/defaults/workflows/create-defaults.ts#L25" } ], "typeParameters": [ { - "id": 19804, + "id": 3264, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -144583,7 +147625,7 @@ } }, { - "id": 19805, + "id": 3265, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -144596,7 +147638,7 @@ ], "parameters": [ { - "id": 19806, + "id": 3266, "name": "container", "variant": "param", "kind": 32768, @@ -144620,14 +147662,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19807, + "id": 3267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19808, + "id": 3268, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -144650,7 +147692,7 @@ } }, { - "id": 19809, + "id": 3269, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -144677,8 +147719,8 @@ { "title": "Properties", "children": [ - 19808, - 19809 + 3268, + 3269 ] } ], @@ -144771,14 +147813,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -144797,21 +147839,21 @@ ] }, { - "id": 16562, + "id": 22, "name": "File", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16563, + "id": 23, "name": "Steps_File", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19850, + "id": 3310, "name": "filename", "variant": "declaration", "kind": 1024, @@ -144829,7 +147871,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L16" } ], "type": { @@ -144838,7 +147880,7 @@ } }, { - "id": 19851, + "id": 3311, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -144867,7 +147909,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L23" } ], "type": { @@ -144876,7 +147918,7 @@ } }, { - "id": 19852, + "id": 3312, "name": "content", "variant": "declaration", "kind": 1024, @@ -144894,7 +147936,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L28" } ], "type": { @@ -144903,7 +147945,7 @@ } }, { - "id": 19853, + "id": 3313, "name": "access", "variant": "declaration", "kind": 1024, @@ -144937,7 +147979,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L36" } ], "type": { @@ -144955,7 +147997,7 @@ } }, { - "id": 19848, + "id": 3308, "name": "files", "variant": "declaration", "kind": 1024, @@ -144973,7 +148015,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L12" } ], "type": { @@ -144981,14 +148023,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19849, + "id": 3309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19850, + "id": 3310, "name": "filename", "variant": "declaration", "kind": 1024, @@ -145006,7 +148048,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L16" } ], "type": { @@ -145015,7 +148057,7 @@ } }, { - "id": 19851, + "id": 3311, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -145044,7 +148086,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L23" } ], "type": { @@ -145053,7 +148095,7 @@ } }, { - "id": 19852, + "id": 3312, "name": "content", "variant": "declaration", "kind": 1024, @@ -145071,7 +148113,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L28" } ], "type": { @@ -145080,7 +148122,7 @@ } }, { - "id": 19853, + "id": 3313, "name": "access", "variant": "declaration", "kind": 1024, @@ -145114,7 +148156,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L36" } ], "type": { @@ -145136,10 +148178,10 @@ { "title": "Properties", "children": [ - 19850, - 19851, - 19852, - 19853 + 3310, + 3311, + 3312, + 3313 ] } ], @@ -145148,7 +148190,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 12, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L12" } ] } @@ -145156,7 +148198,7 @@ } }, { - "id": 19854, + "id": 3314, "name": "uploadFilesStepId", "variant": "declaration", "kind": 32, @@ -145168,7 +148210,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L40" } ], "type": { @@ -145178,7 +148220,7 @@ "defaultValue": "\"upload-files\"" }, { - "id": 19855, + "id": 3315, "name": "uploadFilesStep", "variant": "declaration", "kind": 64, @@ -145213,7 +148255,7 @@ }, "children": [ { - "id": 19864, + "id": 3324, "name": "__type", "variant": "declaration", "kind": 1024, @@ -145231,7 +148273,7 @@ } }, { - "id": 19865, + "id": 3325, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -145253,8 +148295,8 @@ { "title": "Properties", "children": [ - 19864, - 19865 + 3324, + 3325 ] } ], @@ -145263,12 +148305,12 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L57" } ], "signatures": [ { - "id": 19856, + "id": 3316, "name": "uploadFilesStep", "variant": "signature", "kind": 4096, @@ -145306,12 +148348,12 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L57" } ], "parameters": [ { - "id": 19857, + "id": 3317, "name": "input", "variant": "param", "kind": 32768, @@ -145321,7 +148363,7 @@ "types": [ { "type": "reference", - "target": 19846, + "target": 3306, "name": "UploadFilesStepInput", "package": "@medusajs/core-flows" }, @@ -145334,7 +148376,7 @@ "typeArguments": [ { "type": "reference", - "target": 19846, + "target": 3306, "name": "UploadFilesStepInput", "package": "@medusajs/core-flows" } @@ -145424,14 +148466,14 @@ { "type": "reflection", "declaration": { - "id": 19858, + "id": 3318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19859, + "id": 3319, "name": "config", "variant": "declaration", "kind": 2048, @@ -145445,7 +148487,7 @@ ], "signatures": [ { - "id": 19860, + "id": 3320, "name": "config", "variant": "signature", "kind": 4096, @@ -145459,7 +148501,7 @@ ], "parameters": [ { - "id": 19861, + "id": 3321, "name": "config", "variant": "param", "kind": 32768, @@ -145470,14 +148512,14 @@ { "type": "reflection", "declaration": { - "id": 19862, + "id": 3322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19863, + "id": 3323, "name": "name", "variant": "declaration", "kind": 1024, @@ -145501,7 +148543,7 @@ { "title": "Properties", "children": [ - 19863 + 3323 ] } ], @@ -145586,7 +148628,7 @@ { "title": "Methods", "children": [ - 19859 + 3319 ] } ], @@ -145628,7 +148670,7 @@ ] }, { - "id": 19867, + "id": 3327, "name": "deleteFilesStepId", "variant": "declaration", "kind": 32, @@ -145640,7 +148682,7 @@ "fileName": "core-flows/src/file/steps/delete-files.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/delete-files.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/delete-files.ts#L10" } ], "type": { @@ -145650,7 +148692,7 @@ "defaultValue": "\"delete-files\"" }, { - "id": 19868, + "id": 3328, "name": "deleteFilesStep", "variant": "declaration", "kind": 64, @@ -145685,7 +148727,7 @@ }, "children": [ { - "id": 19871, + "id": 3331, "name": "__type", "variant": "declaration", "kind": 1024, @@ -145703,7 +148745,7 @@ } }, { - "id": 19872, + "id": 3332, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -145725,8 +148767,8 @@ { "title": "Properties", "children": [ - 19871, - 19872 + 3331, + 3332 ] } ], @@ -145735,12 +148777,12 @@ "fileName": "core-flows/src/file/steps/delete-files.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/delete-files.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/delete-files.ts#L21" } ], "signatures": [ { - "id": 19869, + "id": 3329, "name": "deleteFilesStep", "variant": "signature", "kind": 4096, @@ -145778,12 +148820,12 @@ "fileName": "core-flows/src/file/steps/delete-files.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/delete-files.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/delete-files.ts#L21" } ], "parameters": [ { - "id": 19870, + "id": 3330, "name": "input", "variant": "param", "kind": 32768, @@ -145793,7 +148835,7 @@ "types": [ { "type": "reference", - "target": 19866, + "target": 3326, "name": "DeleteFilesStepInput", "package": "@medusajs/core-flows" }, @@ -145806,7 +148848,7 @@ "typeArguments": [ { "type": "reference", - "target": 19866, + "target": 3326, "name": "DeleteFilesStepInput", "package": "@medusajs/core-flows" } @@ -145828,14 +148870,14 @@ ] }, { - "id": 16564, + "id": 24, "name": "Workflows_File", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19877, + "id": 3337, "name": "filename", "variant": "declaration", "kind": 1024, @@ -145853,7 +148895,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" } ], "type": { @@ -145862,7 +148904,7 @@ } }, { - "id": 19878, + "id": 3338, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -145891,7 +148933,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" } ], "type": { @@ -145900,7 +148942,7 @@ } }, { - "id": 19879, + "id": 3339, "name": "content", "variant": "declaration", "kind": 1024, @@ -145918,7 +148960,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" } ], "type": { @@ -145927,7 +148969,7 @@ } }, { - "id": 19880, + "id": 3340, "name": "access", "variant": "declaration", "kind": 1024, @@ -145961,7 +149003,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" } ], "type": { @@ -145979,7 +149021,7 @@ } }, { - "id": 19875, + "id": 3335, "name": "files", "variant": "declaration", "kind": 1024, @@ -145997,7 +149039,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" } ], "type": { @@ -146005,14 +149047,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19876, + "id": 3336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19877, + "id": 3337, "name": "filename", "variant": "declaration", "kind": 1024, @@ -146030,7 +149072,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" } ], "type": { @@ -146039,7 +149081,7 @@ } }, { - "id": 19878, + "id": 3338, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -146068,7 +149110,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" } ], "type": { @@ -146077,7 +149119,7 @@ } }, { - "id": 19879, + "id": 3339, "name": "content", "variant": "declaration", "kind": 1024, @@ -146095,7 +149137,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" } ], "type": { @@ -146104,7 +149146,7 @@ } }, { - "id": 19880, + "id": 3340, "name": "access", "variant": "declaration", "kind": 1024, @@ -146138,7 +149180,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" } ], "type": { @@ -146160,10 +149202,10 @@ { "title": "Properties", "children": [ - 19877, - 19878, - 19879, - 19880 + 3337, + 3338, + 3339, + 3340 ] } ], @@ -146172,7 +149214,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 16, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" } ] } @@ -146180,7 +149222,7 @@ } }, { - "id": 19881, + "id": 3341, "name": "uploadFilesWorkflowId", "variant": "declaration", "kind": 32, @@ -146192,7 +149234,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L44" } ], "type": { @@ -146202,7 +149244,7 @@ "defaultValue": "\"upload-files\"" }, { - "id": 19882, + "id": 3342, "name": "uploadFilesWorkflow", "variant": "declaration", "kind": 64, @@ -146246,7 +149288,7 @@ }, "children": [ { - "id": 19890, + "id": 3350, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -146269,7 +149311,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19891, + "id": 3351, "name": "__type", "variant": "declaration", "kind": 65536, @@ -146283,7 +149325,7 @@ ], "signatures": [ { - "id": 19892, + "id": 3352, "name": "__type", "variant": "signature", "kind": 4096, @@ -146311,7 +149353,7 @@ ], "parameters": [ { - "id": 19893, + "id": 3353, "name": "param0", "variant": "param", "kind": 32768, @@ -146327,14 +149369,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19894, + "id": 3354, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19895, + "id": 3355, "name": "input", "variant": "declaration", "kind": 1024, @@ -146359,7 +149401,7 @@ "types": [ { "type": "reference", - "target": 19873, + "target": 3333, "name": "UploadFilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -146372,7 +149414,7 @@ "typeArguments": [ { "type": "reference", - "target": 19873, + "target": 3333, "name": "UploadFilesWorkflowInput", "package": "@medusajs/core-flows" } @@ -146388,7 +149430,7 @@ { "title": "Properties", "children": [ - 19895 + 3355 ] } ], @@ -146481,14 +149523,14 @@ { "type": "reflection", "declaration": { - "id": 19896, + "id": 3356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19897, + "id": 3357, "name": "config", "variant": "declaration", "kind": 2048, @@ -146502,7 +149544,7 @@ ], "signatures": [ { - "id": 19898, + "id": 3358, "name": "config", "variant": "signature", "kind": 4096, @@ -146516,7 +149558,7 @@ ], "parameters": [ { - "id": 19899, + "id": 3359, "name": "config", "variant": "param", "kind": 32768, @@ -146527,14 +149569,14 @@ { "type": "reflection", "declaration": { - "id": 19900, + "id": 3360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19901, + "id": 3361, "name": "name", "variant": "declaration", "kind": 1024, @@ -146558,7 +149600,7 @@ { "title": "Properties", "children": [ - 19901 + 3361 ] } ], @@ -146643,7 +149685,7 @@ { "title": "Methods", "children": [ - 19897 + 3357 ] } ], @@ -146687,7 +149729,7 @@ } }, { - "id": 19902, + "id": 3362, "name": "run", "variant": "declaration", "kind": 1024, @@ -146710,7 +149752,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19903, + "id": 3363, "name": "__type", "variant": "declaration", "kind": 65536, @@ -146724,7 +149766,7 @@ ], "signatures": [ { - "id": 19904, + "id": 3364, "name": "__type", "variant": "signature", "kind": 4096, @@ -146752,7 +149794,7 @@ ], "typeParameters": [ { - "id": 19905, + "id": 3365, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -146763,7 +149805,7 @@ } }, { - "id": 19906, + "id": 3366, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -146776,7 +149818,7 @@ ], "parameters": [ { - "id": 19907, + "id": 3367, "name": "args", "variant": "param", "kind": 32768, @@ -146809,7 +149851,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -146820,13 +149862,13 @@ }, "trueType": { "type": "reference", - "target": 19873, + "target": 3333, "name": "UploadFilesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -146859,7 +149901,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -146882,7 +149924,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -146902,7 +149944,7 @@ } }, { - "id": 19908, + "id": 3368, "name": "getName", "variant": "declaration", "kind": 1024, @@ -146925,7 +149967,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19909, + "id": 3369, "name": "__type", "variant": "declaration", "kind": 65536, @@ -146939,7 +149981,7 @@ ], "signatures": [ { - "id": 19910, + "id": 3370, "name": "__type", "variant": "signature", "kind": 4096, @@ -146961,7 +150003,7 @@ } }, { - "id": 19911, + "id": 3371, "name": "config", "variant": "declaration", "kind": 1024, @@ -146984,7 +150026,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19912, + "id": 3372, "name": "__type", "variant": "declaration", "kind": 65536, @@ -146998,7 +150040,7 @@ ], "signatures": [ { - "id": 19913, + "id": 3373, "name": "__type", "variant": "signature", "kind": 4096, @@ -147012,7 +150054,7 @@ ], "parameters": [ { - "id": 19914, + "id": 3374, "name": "config", "variant": "param", "kind": 32768, @@ -147038,7 +150080,7 @@ } }, { - "id": 19915, + "id": 3375, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -147066,7 +150108,7 @@ ], "documents": [ { - "id": 37396, + "id": 20883, "name": "uploadFilesStep", "variant": "document", "kind": 8388608, @@ -147082,6 +150124,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3315" + } + ] } ], "modifierTags": [ @@ -147093,21 +150144,21 @@ } ], "childrenIncludingDocuments": [ - 19890, - 19902, - 19908, - 19911, - 19915 + 3350, + 3362, + 3368, + 3371, + 3375 ], "groups": [ { "title": "Properties", "children": [ - 19890, - 19902, - 19908, - 19911, - 19915 + 3350, + 3362, + 3368, + 3371, + 3375 ] } ], @@ -147116,12 +150167,12 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L72" } ], "signatures": [ { - "id": 19883, + "id": 3343, "name": "uploadFilesWorkflow", "variant": "signature", "kind": 4096, @@ -147168,12 +150219,12 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L72" } ], "typeParameters": [ { - "id": 19884, + "id": 3344, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -147184,7 +150235,7 @@ } }, { - "id": 19885, + "id": 3345, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -147197,7 +150248,7 @@ ], "parameters": [ { - "id": 19886, + "id": 3346, "name": "container", "variant": "param", "kind": 32768, @@ -147221,14 +150272,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19887, + "id": 3347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19888, + "id": 3348, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -147251,7 +150302,7 @@ } }, { - "id": 19889, + "id": 3349, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -147278,8 +150329,8 @@ { "title": "Properties", "children": [ - 19888, - 19889 + 3348, + 3349 ] } ], @@ -147350,7 +150401,7 @@ "typeArguments": [ { "type": "reference", - "target": 19873, + "target": 3333, "name": "UploadFilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -147368,14 +150419,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -147390,7 +150441,7 @@ ] }, { - "id": 19918, + "id": 3378, "name": "ids", "variant": "declaration", "kind": 1024, @@ -147400,7 +150451,7 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 4, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" } ], "type": { @@ -147412,7 +150463,7 @@ } }, { - "id": 19919, + "id": 3379, "name": "deleteFilesWorkflowId", "variant": "declaration", "kind": 32, @@ -147424,7 +150475,7 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 6, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L6" } ], "type": { @@ -147434,7 +150485,7 @@ "defaultValue": "\"delete-files\"" }, { - "id": 19920, + "id": 3380, "name": "deleteFilesWorkflow", "variant": "declaration", "kind": 64, @@ -147478,7 +150529,7 @@ }, "children": [ { - "id": 19928, + "id": 3388, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -147501,7 +150552,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19929, + "id": 3389, "name": "__type", "variant": "declaration", "kind": 65536, @@ -147515,7 +150566,7 @@ ], "signatures": [ { - "id": 19930, + "id": 3390, "name": "__type", "variant": "signature", "kind": 4096, @@ -147543,7 +150594,7 @@ ], "parameters": [ { - "id": 19931, + "id": 3391, "name": "param0", "variant": "param", "kind": 32768, @@ -147559,14 +150610,14 @@ "type": { "type": "reflection", "declaration": { - "id": 19932, + "id": 3392, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19933, + "id": 3393, "name": "input", "variant": "declaration", "kind": 1024, @@ -147591,7 +150642,7 @@ "types": [ { "type": "reference", - "target": 19916, + "target": 3376, "name": "DeleteFilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -147604,7 +150655,7 @@ "typeArguments": [ { "type": "reference", - "target": 19916, + "target": 3376, "name": "DeleteFilesWorkflowInput", "package": "@medusajs/core-flows" } @@ -147620,7 +150671,7 @@ { "title": "Properties", "children": [ - 19933 + 3393 ] } ], @@ -147656,14 +150707,14 @@ { "type": "reflection", "declaration": { - "id": 19934, + "id": 3394, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19935, + "id": 3395, "name": "config", "variant": "declaration", "kind": 2048, @@ -147677,7 +150728,7 @@ ], "signatures": [ { - "id": 19936, + "id": 3396, "name": "config", "variant": "signature", "kind": 4096, @@ -147691,7 +150742,7 @@ ], "parameters": [ { - "id": 19937, + "id": 3397, "name": "config", "variant": "param", "kind": 32768, @@ -147702,14 +150753,14 @@ { "type": "reflection", "declaration": { - "id": 19938, + "id": 3398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19939, + "id": 3399, "name": "name", "variant": "declaration", "kind": 1024, @@ -147733,7 +150784,7 @@ { "title": "Properties", "children": [ - 19939 + 3399 ] } ], @@ -147810,7 +150861,7 @@ { "title": "Methods", "children": [ - 19935 + 3395 ] } ], @@ -147846,7 +150897,7 @@ } }, { - "id": 19940, + "id": 3400, "name": "run", "variant": "declaration", "kind": 1024, @@ -147869,7 +150920,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19941, + "id": 3401, "name": "__type", "variant": "declaration", "kind": 65536, @@ -147883,7 +150934,7 @@ ], "signatures": [ { - "id": 19942, + "id": 3402, "name": "__type", "variant": "signature", "kind": 4096, @@ -147911,7 +150962,7 @@ ], "typeParameters": [ { - "id": 19943, + "id": 3403, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -147922,7 +150973,7 @@ } }, { - "id": 19944, + "id": 3404, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -147935,7 +150986,7 @@ ], "parameters": [ { - "id": 19945, + "id": 3405, "name": "args", "variant": "param", "kind": 32768, @@ -147968,7 +151019,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -147979,13 +151030,13 @@ }, "trueType": { "type": "reference", - "target": 19916, + "target": 3376, "name": "DeleteFilesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148018,7 +151069,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148033,7 +151084,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148053,7 +151104,7 @@ } }, { - "id": 19946, + "id": 3406, "name": "getName", "variant": "declaration", "kind": 1024, @@ -148076,7 +151127,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19947, + "id": 3407, "name": "__type", "variant": "declaration", "kind": 65536, @@ -148090,7 +151141,7 @@ ], "signatures": [ { - "id": 19948, + "id": 3408, "name": "__type", "variant": "signature", "kind": 4096, @@ -148112,7 +151163,7 @@ } }, { - "id": 19949, + "id": 3409, "name": "config", "variant": "declaration", "kind": 1024, @@ -148135,7 +151186,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19950, + "id": 3410, "name": "__type", "variant": "declaration", "kind": 65536, @@ -148149,7 +151200,7 @@ ], "signatures": [ { - "id": 19951, + "id": 3411, "name": "__type", "variant": "signature", "kind": 4096, @@ -148163,7 +151214,7 @@ ], "parameters": [ { - "id": 19952, + "id": 3412, "name": "config", "variant": "param", "kind": 32768, @@ -148189,7 +151240,7 @@ } }, { - "id": 19953, + "id": 3413, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -148212,7 +151263,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19954, + "id": 3414, "name": "__type", "variant": "declaration", "kind": 65536, @@ -148226,14 +151277,14 @@ ], "indexSignatures": [ { - "id": 19955, + "id": 3415, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 19956, + "id": 3416, "name": "key", "variant": "param", "kind": 32768, @@ -148247,7 +151298,7 @@ "type": { "type": "reflection", "declaration": { - "id": 19957, + "id": 3417, "name": "__type", "variant": "declaration", "kind": 65536, @@ -148261,7 +151312,7 @@ ], "signatures": [ { - "id": 19958, + "id": 3418, "name": "__type", "variant": "signature", "kind": 4096, @@ -148275,14 +151326,14 @@ ], "typeParameters": [ { - "id": 19959, + "id": 3419, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 19960, + "id": 3420, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -148291,7 +151342,7 @@ ], "parameters": [ { - "id": 19961, + "id": 3421, "name": "invoke", "variant": "param", "kind": 32768, @@ -148309,14 +151360,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148327,7 +151378,7 @@ } }, { - "id": 19962, + "id": 3422, "name": "compensate", "variant": "param", "kind": 32768, @@ -148343,7 +151394,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148370,7 +151421,7 @@ ], "documents": [ { - "id": 37397, + "id": 20884, "name": "deleteFilesStep", "variant": "document", "kind": 8388608, @@ -148386,6 +151437,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3328" + } + ] } ], "modifierTags": [ @@ -148397,21 +151457,21 @@ } ], "childrenIncludingDocuments": [ - 19928, - 19940, - 19946, - 19949, - 19953 + 3388, + 3400, + 3406, + 3409, + 3413 ], "groups": [ { "title": "Properties", "children": [ - 19928, - 19940, - 19946, - 19949, - 19953 + 3388, + 3400, + 3406, + 3409, + 3413 ] } ], @@ -148420,12 +151480,12 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L29" } ], "signatures": [ { - "id": 19921, + "id": 3381, "name": "deleteFilesWorkflow", "variant": "signature", "kind": 4096, @@ -148472,12 +151532,12 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L29" } ], "typeParameters": [ { - "id": 19922, + "id": 3382, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -148488,7 +151548,7 @@ } }, { - "id": 19923, + "id": 3383, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -148501,7 +151561,7 @@ ], "parameters": [ { - "id": 19924, + "id": 3384, "name": "container", "variant": "param", "kind": 32768, @@ -148525,14 +151585,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19925, + "id": 3385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19926, + "id": 3386, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -148555,7 +151615,7 @@ } }, { - "id": 19927, + "id": 3387, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -148582,8 +151642,8 @@ { "title": "Properties", "children": [ - 19926, - 19927 + 3386, + 3387 ] } ], @@ -148654,7 +151714,7 @@ "typeArguments": [ { "type": "reference", - "target": 19916, + "target": 3376, "name": "DeleteFilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -148664,14 +151724,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -148690,21 +151750,21 @@ ] }, { - "id": 16565, + "id": 25, "name": "Fulfillment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16566, + "id": 26, "name": "Steps_Fulfillment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 19963, + "id": 3423, "name": "buildPriceSet", "variant": "declaration", "kind": 64, @@ -148714,12 +151774,12 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 78, "character": 16, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L78" } ], "signatures": [ { - "id": 19964, + "id": 3424, "name": "buildPriceSet", "variant": "signature", "kind": 4096, @@ -148729,12 +151789,12 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 78, "character": 16, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L78" } ], "parameters": [ { - "id": 19965, + "id": 3425, "name": "prices", "variant": "param", "kind": 32768, @@ -148746,7 +151806,7 @@ "types": [ { "type": "reference", - "target": 19967, + "target": 3427, "name": "ShippingOptionsPriceCurrencyCode", "package": "@medusajs/core-flows" }, @@ -148764,7 +151824,7 @@ } }, { - "id": 19966, + "id": 3426, "name": "regionToCurrencyMap", "variant": "param", "kind": 32768, @@ -148803,7 +151863,7 @@ ] }, { - "id": 19968, + "id": 3428, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -148832,7 +151892,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L21" } ], "type": { @@ -148841,7 +151901,7 @@ } }, { - "id": 19969, + "id": 3429, "name": "amount", "variant": "declaration", "kind": 1024, @@ -148859,7 +151919,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L25" } ], "type": { @@ -148868,7 +151928,7 @@ } }, { - "id": 19970, + "id": 3430, "name": "rules", "variant": "declaration", "kind": 1024, @@ -148888,7 +151948,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L29" } ], "type": { @@ -148905,7 +151965,7 @@ } }, { - "id": 19973, + "id": 3433, "name": "id", "variant": "declaration", "kind": 1024, @@ -148923,7 +151983,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 57, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L57" } ], "type": { @@ -148932,7 +151992,7 @@ } }, { - "id": 19974, + "id": 3434, "name": "prices", "variant": "declaration", "kind": 1024, @@ -148950,7 +152010,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 61, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L61" } ], "type": { @@ -148960,7 +152020,7 @@ "types": [ { "type": "reference", - "target": 19967, + "target": 3427, "name": "ShippingOptionsPriceCurrencyCode", "package": "@medusajs/core-flows" }, @@ -148978,7 +152038,7 @@ } }, { - "id": 19977, + "id": 3437, "name": "id", "variant": "declaration", "kind": 1024, @@ -148996,7 +152056,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -149005,7 +152065,7 @@ } }, { - "id": 19978, + "id": 3438, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -149023,7 +152083,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -149032,7 +152092,7 @@ } }, { - "id": 19979, + "id": 3439, "name": "createShippingOptionsPriceSetsStepId", "variant": "declaration", "kind": 32, @@ -149044,7 +152104,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 124, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L124" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L124" } ], "type": { @@ -149054,7 +152114,7 @@ "defaultValue": "\"add-shipping-options-prices-step\"" }, { - "id": 19980, + "id": 3440, "name": "createShippingOptionsPriceSetsStep", "variant": "declaration", "kind": 64, @@ -149080,7 +152140,7 @@ }, "children": [ { - "id": 19995, + "id": 3455, "name": "__type", "variant": "declaration", "kind": 1024, @@ -149098,7 +152158,7 @@ } }, { - "id": 19996, + "id": 3456, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -149120,8 +152180,8 @@ { "title": "Properties", "children": [ - 19995, - 19996 + 3455, + 3456 ] } ], @@ -149130,12 +152190,12 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 129, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L129" } ], "signatures": [ { - "id": 19981, + "id": 3441, "name": "createShippingOptionsPriceSetsStep", "variant": "signature", "kind": 4096, @@ -149164,12 +152224,12 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 129, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L129" } ], "parameters": [ { - "id": 19982, + "id": 3442, "name": "input", "variant": "param", "kind": 32768, @@ -149179,7 +152239,7 @@ "types": [ { "type": "reference", - "target": 19971, + "target": 3431, "name": "CreateShippingOptionsPriceSetsStepInput", "package": "@medusajs/core-flows" }, @@ -149192,7 +152252,7 @@ "typeArguments": [ { "type": "reference", - "target": 19971, + "target": 3431, "name": "CreateShippingOptionsPriceSetsStepInput", "package": "@medusajs/core-flows" } @@ -149215,14 +152275,14 @@ { "type": "reflection", "declaration": { - "id": 19983, + "id": 3443, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19984, + "id": 3444, "name": "id", "variant": "declaration", "kind": 1024, @@ -149240,7 +152300,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -149249,7 +152309,7 @@ } }, { - "id": 19985, + "id": 3445, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -149267,7 +152327,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -149280,8 +152340,8 @@ { "title": "Properties", "children": [ - 19984, - 19985 + 3444, + 3445 ] } ], @@ -149290,7 +152350,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 67, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" } ] } @@ -149305,14 +152365,14 @@ { "type": "reflection", "declaration": { - "id": 19986, + "id": 3446, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19987, + "id": 3447, "name": "id", "variant": "declaration", "kind": 1024, @@ -149330,7 +152390,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -149339,7 +152399,7 @@ } }, { - "id": 19988, + "id": 3448, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -149357,7 +152417,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -149370,8 +152430,8 @@ { "title": "Properties", "children": [ - 19987, - 19988 + 3447, + 3448 ] } ], @@ -149380,7 +152440,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 67, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" } ] } @@ -149394,7 +152454,7 @@ }, { "type": "reference", - "target": 19975, + "target": 3435, "name": "CreateShippingOptionsPriceSetsStepOutput", "package": "@medusajs/core-flows" }, @@ -149407,7 +152467,7 @@ "typeArguments": [ { "type": "reference", - "target": 19975, + "target": 3435, "name": "CreateShippingOptionsPriceSetsStepOutput", "package": "@medusajs/core-flows" } @@ -149418,14 +152478,14 @@ { "type": "reflection", "declaration": { - "id": 19989, + "id": 3449, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19990, + "id": 3450, "name": "config", "variant": "declaration", "kind": 2048, @@ -149439,7 +152499,7 @@ ], "signatures": [ { - "id": 19991, + "id": 3451, "name": "config", "variant": "signature", "kind": 4096, @@ -149453,7 +152513,7 @@ ], "parameters": [ { - "id": 19992, + "id": 3452, "name": "config", "variant": "param", "kind": 32768, @@ -149464,14 +152524,14 @@ { "type": "reflection", "declaration": { - "id": 19993, + "id": 3453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19994, + "id": 3454, "name": "name", "variant": "declaration", "kind": 1024, @@ -149495,7 +152555,7 @@ { "title": "Properties", "children": [ - 19994 + 3454 ] } ], @@ -149558,7 +152618,7 @@ "typeArguments": [ { "type": "reference", - "target": 19975, + "target": 3435, "name": "CreateShippingOptionsPriceSetsStepOutput", "package": "@medusajs/core-flows" } @@ -149574,7 +152634,7 @@ { "title": "Methods", "children": [ - 19990 + 3450 ] } ], @@ -149596,7 +152656,7 @@ "typeArguments": [ { "type": "reference", - "target": 19975, + "target": 3435, "name": "CreateShippingOptionsPriceSetsStepOutput", "package": "@medusajs/core-flows" } @@ -149610,7 +152670,7 @@ ] }, { - "id": 19984, + "id": 3444, "name": "id", "variant": "declaration", "kind": 1024, @@ -149628,7 +152688,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -149637,7 +152697,7 @@ } }, { - "id": 19985, + "id": 3445, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -149655,7 +152715,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -149664,7 +152724,7 @@ } }, { - "id": 19987, + "id": 3447, "name": "id", "variant": "declaration", "kind": 1024, @@ -149682,7 +152742,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -149691,7 +152751,7 @@ } }, { - "id": 19988, + "id": 3448, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -149709,7 +152769,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -149718,7 +152778,7 @@ } }, { - "id": 19998, + "id": 3458, "name": "cancelFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -149730,7 +152790,7 @@ "fileName": "core-flows/src/fulfillment/steps/cancel-fulfillment.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L10" } ], "type": { @@ -149740,7 +152800,7 @@ "defaultValue": "\"cancel-fulfillment\"" }, { - "id": 19999, + "id": 3459, "name": "cancelFulfillmentStep", "variant": "declaration", "kind": 64, @@ -149766,7 +152826,7 @@ }, "children": [ { - "id": 20002, + "id": 3462, "name": "__type", "variant": "declaration", "kind": 1024, @@ -149784,7 +152844,7 @@ } }, { - "id": 20003, + "id": 3463, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -149806,8 +152866,8 @@ { "title": "Properties", "children": [ - 20002, - 20003 + 3462, + 3463 ] } ], @@ -149816,12 +152876,12 @@ "fileName": "core-flows/src/fulfillment/steps/cancel-fulfillment.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L14" } ], "signatures": [ { - "id": 20000, + "id": 3460, "name": "cancelFulfillmentStep", "variant": "signature", "kind": 4096, @@ -149850,12 +152910,12 @@ "fileName": "core-flows/src/fulfillment/steps/cancel-fulfillment.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L14" } ], "parameters": [ { - "id": 20001, + "id": 3461, "name": "input", "variant": "param", "kind": 32768, @@ -149894,7 +152954,7 @@ ] }, { - "id": 20004, + "id": 3464, "name": "createFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -149906,7 +152966,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L8" } ], "type": { @@ -149916,7 +152976,7 @@ "defaultValue": "\"create-fulfillment\"" }, { - "id": 20005, + "id": 3465, "name": "createFulfillmentStep", "variant": "declaration", "kind": 64, @@ -149951,7 +153011,7 @@ }, "children": [ { - "id": 20036, + "id": 3496, "name": "__type", "variant": "declaration", "kind": 1024, @@ -149969,7 +153029,7 @@ } }, { - "id": 20037, + "id": 3497, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -149991,8 +153051,8 @@ { "title": "Properties", "children": [ - 20036, - 20037 + 3496, + 3497 ] } ], @@ -150001,12 +153061,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L35" } ], "signatures": [ { - "id": 20006, + "id": 3466, "name": "createFulfillmentStep", "variant": "signature", "kind": 4096, @@ -150044,12 +153104,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts#L35" } ], "parameters": [ { - "id": 20007, + "id": 3467, "name": "input", "variant": "param", "kind": 32768, @@ -150096,14 +153156,14 @@ { "type": "reflection", "declaration": { - "id": 20008, + "id": 3468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20009, + "id": 3469, "name": "id", "variant": "declaration", "kind": 1024, @@ -150149,7 +153209,7 @@ } }, { - "id": 20010, + "id": 3470, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -150195,7 +153255,7 @@ } }, { - "id": 20011, + "id": 3471, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -150264,7 +153324,7 @@ } }, { - "id": 20012, + "id": 3472, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -150333,7 +153393,7 @@ } }, { - "id": 20013, + "id": 3473, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -150402,7 +153462,7 @@ } }, { - "id": 20014, + "id": 3474, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -150471,7 +153531,7 @@ } }, { - "id": 20015, + "id": 3475, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -150536,7 +153596,7 @@ } }, { - "id": 20016, + "id": 3476, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -150601,7 +153661,7 @@ } }, { - "id": 20017, + "id": 3477, "name": "data", "variant": "declaration", "kind": 1024, @@ -150690,7 +153750,7 @@ } }, { - "id": 20018, + "id": 3478, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -150736,7 +153796,7 @@ } }, { - "id": 20019, + "id": 3479, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -150795,7 +153855,7 @@ } }, { - "id": 20020, + "id": 3480, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -150884,7 +153944,7 @@ } }, { - "id": 20021, + "id": 3481, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -150953,7 +154013,7 @@ } }, { - "id": 20022, + "id": 3482, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -150999,7 +154059,7 @@ } }, { - "id": 20023, + "id": 3483, "name": "provider", "variant": "declaration", "kind": 1024, @@ -151055,7 +154115,7 @@ } }, { - "id": 20024, + "id": 3484, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -151111,7 +154171,7 @@ } }, { - "id": 20025, + "id": 3485, "name": "items", "variant": "declaration", "kind": 1024, @@ -151173,7 +154233,7 @@ } }, { - "id": 20026, + "id": 3486, "name": "labels", "variant": "declaration", "kind": 1024, @@ -151235,7 +154295,7 @@ } }, { - "id": 20027, + "id": 3487, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -151291,7 +154351,7 @@ } }, { - "id": 20028, + "id": 3488, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -151347,7 +154407,7 @@ } }, { - "id": 20029, + "id": 3489, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -151420,27 +154480,27 @@ { "title": "Properties", "children": [ - 20009, - 20010, - 20011, - 20012, - 20013, - 20014, - 20015, - 20016, - 20017, - 20018, - 20019, - 20020, - 20021, - 20022, - 20023, - 20024, - 20025, - 20026, - 20027, - 20028, - 20029 + 3469, + 3470, + 3471, + 3472, + 3473, + 3474, + 3475, + 3476, + 3477, + 3478, + 3479, + 3480, + 3481, + 3482, + 3483, + 3484, + 3485, + 3486, + 3487, + 3488, + 3489 ] } ], @@ -151485,14 +154545,14 @@ { "type": "reflection", "declaration": { - "id": 20030, + "id": 3490, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20031, + "id": 3491, "name": "config", "variant": "declaration", "kind": 2048, @@ -151506,7 +154566,7 @@ ], "signatures": [ { - "id": 20032, + "id": 3492, "name": "config", "variant": "signature", "kind": 4096, @@ -151520,7 +154580,7 @@ ], "parameters": [ { - "id": 20033, + "id": 3493, "name": "config", "variant": "param", "kind": 32768, @@ -151531,14 +154591,14 @@ { "type": "reflection", "declaration": { - "id": 20034, + "id": 3494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20035, + "id": 3495, "name": "name", "variant": "declaration", "kind": 1024, @@ -151562,7 +154622,7 @@ { "title": "Properties", "children": [ - 20035 + 3495 ] } ], @@ -151644,7 +154704,7 @@ { "title": "Methods", "children": [ - 20031 + 3491 ] } ], @@ -151683,7 +154743,7 @@ ] }, { - "id": 20039, + "id": 3499, "name": "createFulfillmentSetsId", "variant": "declaration", "kind": 32, @@ -151695,7 +154755,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment-set.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L13" } ], "type": { @@ -151705,7 +154765,7 @@ "defaultValue": "\"create-fulfillment-sets\"" }, { - "id": 20040, + "id": 3500, "name": "createFulfillmentSets", "variant": "declaration", "kind": 64, @@ -151731,7 +154791,7 @@ }, "children": [ { - "id": 20049, + "id": 3509, "name": "__type", "variant": "declaration", "kind": 1024, @@ -151749,7 +154809,7 @@ } }, { - "id": 20050, + "id": 3510, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -151771,8 +154831,8 @@ { "title": "Properties", "children": [ - 20049, - 20050 + 3509, + 3510 ] } ], @@ -151781,12 +154841,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment-set.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L17" } ], "signatures": [ { - "id": 20041, + "id": 3501, "name": "createFulfillmentSets", "variant": "signature", "kind": 4096, @@ -151815,12 +154875,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment-set.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L17" } ], "parameters": [ { - "id": 20042, + "id": 3502, "name": "input", "variant": "param", "kind": 32768, @@ -151830,7 +154890,7 @@ "types": [ { "type": "reference", - "target": 20038, + "target": 3498, "name": "CreateFulfillmentSetsStepInput", "package": "@medusajs/core-flows" }, @@ -151843,7 +154903,7 @@ "typeArguments": [ { "type": "reference", - "target": 20038, + "target": 3498, "name": "CreateFulfillmentSetsStepInput", "package": "@medusajs/core-flows" } @@ -151933,14 +154993,14 @@ { "type": "reflection", "declaration": { - "id": 20043, + "id": 3503, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20044, + "id": 3504, "name": "config", "variant": "declaration", "kind": 2048, @@ -151954,7 +155014,7 @@ ], "signatures": [ { - "id": 20045, + "id": 3505, "name": "config", "variant": "signature", "kind": 4096, @@ -151968,7 +155028,7 @@ ], "parameters": [ { - "id": 20046, + "id": 3506, "name": "config", "variant": "param", "kind": 32768, @@ -151979,14 +155039,14 @@ { "type": "reflection", "declaration": { - "id": 20047, + "id": 3507, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20048, + "id": 3508, "name": "name", "variant": "declaration", "kind": 1024, @@ -152010,7 +155070,7 @@ { "title": "Properties", "children": [ - 20048 + 3508 ] } ], @@ -152095,7 +155155,7 @@ { "title": "Methods", "children": [ - 20044 + 3504 ] } ], @@ -152137,7 +155197,7 @@ ] }, { - "id": 20051, + "id": 3511, "name": "createReturnFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -152149,7 +155209,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-return-fulfillment.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L8" } ], "type": { @@ -152159,7 +155219,7 @@ "defaultValue": "\"create-return-fulfillment\"" }, { - "id": 20052, + "id": 3512, "name": "createReturnFulfillmentStep", "variant": "declaration", "kind": 64, @@ -152194,7 +155254,7 @@ }, "children": [ { - "id": 20083, + "id": 3543, "name": "__type", "variant": "declaration", "kind": 1024, @@ -152212,7 +155272,7 @@ } }, { - "id": 20084, + "id": 3544, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -152234,8 +155294,8 @@ { "title": "Properties", "children": [ - 20083, - 20084 + 3543, + 3544 ] } ], @@ -152244,12 +155304,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-return-fulfillment.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L35" } ], "signatures": [ { - "id": 20053, + "id": 3513, "name": "createReturnFulfillmentStep", "variant": "signature", "kind": 4096, @@ -152287,12 +155347,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-return-fulfillment.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts#L35" } ], "parameters": [ { - "id": 20054, + "id": 3514, "name": "input", "variant": "param", "kind": 32768, @@ -152339,14 +155399,14 @@ { "type": "reflection", "declaration": { - "id": 20055, + "id": 3515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20056, + "id": 3516, "name": "id", "variant": "declaration", "kind": 1024, @@ -152392,7 +155452,7 @@ } }, { - "id": 20057, + "id": 3517, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -152438,7 +155498,7 @@ } }, { - "id": 20058, + "id": 3518, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -152507,7 +155567,7 @@ } }, { - "id": 20059, + "id": 3519, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -152576,7 +155636,7 @@ } }, { - "id": 20060, + "id": 3520, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -152645,7 +155705,7 @@ } }, { - "id": 20061, + "id": 3521, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -152714,7 +155774,7 @@ } }, { - "id": 20062, + "id": 3522, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -152779,7 +155839,7 @@ } }, { - "id": 20063, + "id": 3523, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -152844,7 +155904,7 @@ } }, { - "id": 20064, + "id": 3524, "name": "data", "variant": "declaration", "kind": 1024, @@ -152933,7 +155993,7 @@ } }, { - "id": 20065, + "id": 3525, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -152979,7 +156039,7 @@ } }, { - "id": 20066, + "id": 3526, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -153038,7 +156098,7 @@ } }, { - "id": 20067, + "id": 3527, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -153127,7 +156187,7 @@ } }, { - "id": 20068, + "id": 3528, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -153196,7 +156256,7 @@ } }, { - "id": 20069, + "id": 3529, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -153242,7 +156302,7 @@ } }, { - "id": 20070, + "id": 3530, "name": "provider", "variant": "declaration", "kind": 1024, @@ -153298,7 +156358,7 @@ } }, { - "id": 20071, + "id": 3531, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -153354,7 +156414,7 @@ } }, { - "id": 20072, + "id": 3532, "name": "items", "variant": "declaration", "kind": 1024, @@ -153416,7 +156476,7 @@ } }, { - "id": 20073, + "id": 3533, "name": "labels", "variant": "declaration", "kind": 1024, @@ -153478,7 +156538,7 @@ } }, { - "id": 20074, + "id": 3534, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -153534,7 +156594,7 @@ } }, { - "id": 20075, + "id": 3535, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -153590,7 +156650,7 @@ } }, { - "id": 20076, + "id": 3536, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -153663,27 +156723,27 @@ { "title": "Properties", "children": [ - 20056, - 20057, - 20058, - 20059, - 20060, - 20061, - 20062, - 20063, - 20064, - 20065, - 20066, - 20067, - 20068, - 20069, - 20070, - 20071, - 20072, - 20073, - 20074, - 20075, - 20076 + 3516, + 3517, + 3518, + 3519, + 3520, + 3521, + 3522, + 3523, + 3524, + 3525, + 3526, + 3527, + 3528, + 3529, + 3530, + 3531, + 3532, + 3533, + 3534, + 3535, + 3536 ] } ], @@ -153728,14 +156788,14 @@ { "type": "reflection", "declaration": { - "id": 20077, + "id": 3537, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20078, + "id": 3538, "name": "config", "variant": "declaration", "kind": 2048, @@ -153749,7 +156809,7 @@ ], "signatures": [ { - "id": 20079, + "id": 3539, "name": "config", "variant": "signature", "kind": 4096, @@ -153763,7 +156823,7 @@ ], "parameters": [ { - "id": 20080, + "id": 3540, "name": "config", "variant": "param", "kind": 32768, @@ -153774,14 +156834,14 @@ { "type": "reflection", "declaration": { - "id": 20081, + "id": 3541, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20082, + "id": 3542, "name": "name", "variant": "declaration", "kind": 1024, @@ -153805,7 +156865,7 @@ { "title": "Properties", "children": [ - 20082 + 3542 ] } ], @@ -153887,7 +156947,7 @@ { "title": "Methods", "children": [ - 20078 + 3538 ] } ], @@ -153926,7 +156986,7 @@ ] }, { - "id": 20086, + "id": 3546, "name": "createServiceZonesStepId", "variant": "declaration", "kind": 32, @@ -153938,7 +156998,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-service-zones.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L13" } ], "type": { @@ -153948,7 +157008,7 @@ "defaultValue": "\"create-service-zones\"" }, { - "id": 20087, + "id": 3547, "name": "createServiceZonesStep", "variant": "declaration", "kind": 64, @@ -153974,7 +157034,7 @@ }, "children": [ { - "id": 20096, + "id": 3556, "name": "__type", "variant": "declaration", "kind": 1024, @@ -153992,7 +157052,7 @@ } }, { - "id": 20097, + "id": 3557, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -154014,8 +157074,8 @@ { "title": "Properties", "children": [ - 20096, - 20097 + 3556, + 3557 ] } ], @@ -154024,12 +157084,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-service-zones.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L17" } ], "signatures": [ { - "id": 20088, + "id": 3548, "name": "createServiceZonesStep", "variant": "signature", "kind": 4096, @@ -154058,12 +157118,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-service-zones.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L17" } ], "parameters": [ { - "id": 20089, + "id": 3549, "name": "input", "variant": "param", "kind": 32768, @@ -154073,7 +157133,7 @@ "types": [ { "type": "reference", - "target": 20085, + "target": 3545, "name": "CreateServiceZonesStepInput", "package": "@medusajs/core-flows" }, @@ -154086,7 +157146,7 @@ "typeArguments": [ { "type": "reference", - "target": 20085, + "target": 3545, "name": "CreateServiceZonesStepInput", "package": "@medusajs/core-flows" } @@ -154176,14 +157236,14 @@ { "type": "reflection", "declaration": { - "id": 20090, + "id": 3550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20091, + "id": 3551, "name": "config", "variant": "declaration", "kind": 2048, @@ -154197,7 +157257,7 @@ ], "signatures": [ { - "id": 20092, + "id": 3552, "name": "config", "variant": "signature", "kind": 4096, @@ -154211,7 +157271,7 @@ ], "parameters": [ { - "id": 20093, + "id": 3553, "name": "config", "variant": "param", "kind": 32768, @@ -154222,14 +157282,14 @@ { "type": "reflection", "declaration": { - "id": 20094, + "id": 3554, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20095, + "id": 3555, "name": "name", "variant": "declaration", "kind": 1024, @@ -154253,7 +157313,7 @@ { "title": "Properties", "children": [ - 20095 + 3555 ] } ], @@ -154338,7 +157398,7 @@ { "title": "Methods", "children": [ - 20091 + 3551 ] } ], @@ -154380,7 +157440,7 @@ ] }, { - "id": 20098, + "id": 3558, "name": "createShippingOptionRulesStepId", "variant": "declaration", "kind": 32, @@ -154392,7 +157452,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L8" } ], "type": { @@ -154402,7 +157462,7 @@ "defaultValue": "\"create-shipping-option-rules\"" }, { - "id": 20099, + "id": 3559, "name": "createShippingOptionRulesStep", "variant": "declaration", "kind": 64, @@ -154428,7 +157488,7 @@ }, "children": [ { - "id": 20108, + "id": 3568, "name": "__type", "variant": "declaration", "kind": 1024, @@ -154446,7 +157506,7 @@ } }, { - "id": 20109, + "id": 3569, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -154468,8 +157528,8 @@ { "title": "Properties", "children": [ - 20108, - 20109 + 3568, + 3569 ] } ], @@ -154478,12 +157538,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L12" } ], "signatures": [ { - "id": 20100, + "id": 3560, "name": "createShippingOptionRulesStep", "variant": "signature", "kind": 4096, @@ -154512,12 +157572,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts#L12" } ], "parameters": [ { - "id": 20101, + "id": 3561, "name": "input", "variant": "param", "kind": 32768, @@ -154636,14 +157696,14 @@ { "type": "reflection", "declaration": { - "id": 20102, + "id": 3562, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20103, + "id": 3563, "name": "config", "variant": "declaration", "kind": 2048, @@ -154657,7 +157717,7 @@ ], "signatures": [ { - "id": 20104, + "id": 3564, "name": "config", "variant": "signature", "kind": 4096, @@ -154671,7 +157731,7 @@ ], "parameters": [ { - "id": 20105, + "id": 3565, "name": "config", "variant": "param", "kind": 32768, @@ -154682,14 +157742,14 @@ { "type": "reflection", "declaration": { - "id": 20106, + "id": 3566, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20107, + "id": 3567, "name": "name", "variant": "declaration", "kind": 1024, @@ -154713,7 +157773,7 @@ { "title": "Properties", "children": [ - 20107 + 3567 ] } ], @@ -154798,7 +157858,7 @@ { "title": "Methods", "children": [ - 20103 + 3563 ] } ], @@ -154840,7 +157900,7 @@ ] }, { - "id": 20111, + "id": 3571, "name": "createShippingProfilesStepId", "variant": "declaration", "kind": 32, @@ -154852,7 +157912,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-profiles.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L13" } ], "type": { @@ -154862,7 +157922,7 @@ "defaultValue": "\"create-shipping-profiles\"" }, { - "id": 20112, + "id": 3572, "name": "createShippingProfilesStep", "variant": "declaration", "kind": 64, @@ -154888,7 +157948,7 @@ }, "children": [ { - "id": 20121, + "id": 3581, "name": "__type", "variant": "declaration", "kind": 1024, @@ -154906,7 +157966,7 @@ } }, { - "id": 20122, + "id": 3582, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -154928,8 +157988,8 @@ { "title": "Properties", "children": [ - 20121, - 20122 + 3581, + 3582 ] } ], @@ -154938,12 +157998,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-profiles.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L17" } ], "signatures": [ { - "id": 20113, + "id": 3573, "name": "createShippingProfilesStep", "variant": "signature", "kind": 4096, @@ -154972,12 +158032,12 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-profiles.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L17" } ], "parameters": [ { - "id": 20114, + "id": 3574, "name": "input", "variant": "param", "kind": 32768, @@ -154987,7 +158047,7 @@ "types": [ { "type": "reference", - "target": 20110, + "target": 3570, "name": "CreateShippingProfilesStepInput", "package": "@medusajs/core-flows" }, @@ -155000,7 +158060,7 @@ "typeArguments": [ { "type": "reference", - "target": 20110, + "target": 3570, "name": "CreateShippingProfilesStepInput", "package": "@medusajs/core-flows" } @@ -155090,14 +158150,14 @@ { "type": "reflection", "declaration": { - "id": 20115, + "id": 3575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20116, + "id": 3576, "name": "config", "variant": "declaration", "kind": 2048, @@ -155111,7 +158171,7 @@ ], "signatures": [ { - "id": 20117, + "id": 3577, "name": "config", "variant": "signature", "kind": 4096, @@ -155125,7 +158185,7 @@ ], "parameters": [ { - "id": 20118, + "id": 3578, "name": "config", "variant": "param", "kind": 32768, @@ -155136,14 +158196,14 @@ { "type": "reflection", "declaration": { - "id": 20119, + "id": 3579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20120, + "id": 3580, "name": "name", "variant": "declaration", "kind": 1024, @@ -155167,7 +158227,7 @@ { "title": "Properties", "children": [ - 20120 + 3580 ] } ], @@ -155252,7 +158312,7 @@ { "title": "Methods", "children": [ - 20116 + 3576 ] } ], @@ -155294,7 +158354,7 @@ ] }, { - "id": 20124, + "id": 3584, "name": "deleteFulfillmentSetsStepId", "variant": "declaration", "kind": 32, @@ -155306,7 +158366,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L10" } ], "type": { @@ -155316,7 +158376,7 @@ "defaultValue": "\"delete-fulfillment-sets\"" }, { - "id": 20125, + "id": 3585, "name": "deleteFulfillmentSetsStep", "variant": "declaration", "kind": 64, @@ -155342,7 +158402,7 @@ }, "children": [ { - "id": 20128, + "id": 3588, "name": "__type", "variant": "declaration", "kind": 1024, @@ -155360,7 +158420,7 @@ } }, { - "id": 20129, + "id": 3589, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -155382,8 +158442,8 @@ { "title": "Properties", "children": [ - 20128, - 20129 + 3588, + 3589 ] } ], @@ -155392,12 +158452,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L14" } ], "signatures": [ { - "id": 20126, + "id": 3586, "name": "deleteFulfillmentSetsStep", "variant": "signature", "kind": 4096, @@ -155426,12 +158486,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L14" } ], "parameters": [ { - "id": 20127, + "id": 3587, "name": "input", "variant": "param", "kind": 32768, @@ -155441,7 +158501,7 @@ "types": [ { "type": "reference", - "target": 20123, + "target": 3583, "name": "DeleteFulfillmentSetsStepInput", "package": "@medusajs/core-flows" }, @@ -155454,7 +158514,7 @@ "typeArguments": [ { "type": "reference", - "target": 20123, + "target": 3583, "name": "DeleteFulfillmentSetsStepInput", "package": "@medusajs/core-flows" } @@ -155474,7 +158534,7 @@ ] }, { - "id": 20131, + "id": 3591, "name": "deleteServiceZonesStepId", "variant": "declaration", "kind": 32, @@ -155486,7 +158546,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-service-zones.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L10" } ], "type": { @@ -155496,7 +158556,7 @@ "defaultValue": "\"delete-service-zones\"" }, { - "id": 20132, + "id": 3592, "name": "deleteServiceZonesStep", "variant": "declaration", "kind": 64, @@ -155522,7 +158582,7 @@ }, "children": [ { - "id": 20135, + "id": 3595, "name": "__type", "variant": "declaration", "kind": 1024, @@ -155540,7 +158600,7 @@ } }, { - "id": 20136, + "id": 3596, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -155562,8 +158622,8 @@ { "title": "Properties", "children": [ - 20135, - 20136 + 3595, + 3596 ] } ], @@ -155572,12 +158632,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-service-zones.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L14" } ], "signatures": [ { - "id": 20133, + "id": 3593, "name": "deleteServiceZonesStep", "variant": "signature", "kind": 4096, @@ -155606,12 +158666,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-service-zones.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L14" } ], "parameters": [ { - "id": 20134, + "id": 3594, "name": "input", "variant": "param", "kind": 32768, @@ -155621,7 +158681,7 @@ "types": [ { "type": "reference", - "target": 20130, + "target": 3590, "name": "DeleteServiceZonesStepInput", "package": "@medusajs/core-flows" }, @@ -155634,7 +158694,7 @@ "typeArguments": [ { "type": "reference", - "target": 20130, + "target": 3590, "name": "DeleteServiceZonesStepInput", "package": "@medusajs/core-flows" } @@ -155654,7 +158714,7 @@ ] }, { - "id": 20137, + "id": 3597, "name": "deleteShippingOptionRulesStepId", "variant": "declaration", "kind": 32, @@ -155666,7 +158726,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L9" } ], "type": { @@ -155676,7 +158736,7 @@ "defaultValue": "\"delete-shipping-option-rules\"" }, { - "id": 20138, + "id": 3598, "name": "deleteShippingOptionRulesStep", "variant": "declaration", "kind": 64, @@ -155702,7 +158762,7 @@ }, "children": [ { - "id": 20147, + "id": 3607, "name": "__type", "variant": "declaration", "kind": 1024, @@ -155720,7 +158780,7 @@ } }, { - "id": 20148, + "id": 3608, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -155742,8 +158802,8 @@ { "title": "Properties", "children": [ - 20147, - 20148 + 3607, + 3608 ] } ], @@ -155752,12 +158812,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L13" } ], "signatures": [ { - "id": 20139, + "id": 3599, "name": "deleteShippingOptionRulesStep", "variant": "signature", "kind": 4096, @@ -155786,12 +158846,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts#L13" } ], "parameters": [ { - "id": 20140, + "id": 3600, "name": "input", "variant": "param", "kind": 32768, @@ -155890,14 +158950,14 @@ { "type": "reflection", "declaration": { - "id": 20141, + "id": 3601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20142, + "id": 3602, "name": "config", "variant": "declaration", "kind": 2048, @@ -155911,7 +158971,7 @@ ], "signatures": [ { - "id": 20143, + "id": 3603, "name": "config", "variant": "signature", "kind": 4096, @@ -155925,7 +158985,7 @@ ], "parameters": [ { - "id": 20144, + "id": 3604, "name": "config", "variant": "param", "kind": 32768, @@ -155936,14 +158996,14 @@ { "type": "reflection", "declaration": { - "id": 20145, + "id": 3605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20146, + "id": 3606, "name": "name", "variant": "declaration", "kind": 1024, @@ -155967,7 +159027,7 @@ { "title": "Properties", "children": [ - 20146 + 3606 ] } ], @@ -156047,7 +159107,7 @@ { "title": "Methods", "children": [ - 20142 + 3602 ] } ], @@ -156084,7 +159144,7 @@ ] }, { - "id": 20150, + "id": 3610, "name": "deleteShippingOptionsStepId", "variant": "declaration", "kind": 32, @@ -156096,7 +159156,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-options.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L11" } ], "type": { @@ -156106,7 +159166,7 @@ "defaultValue": "\"delete-shipping-options-step\"" }, { - "id": 20151, + "id": 3611, "name": "deleteShippingOptionsStep", "variant": "declaration", "kind": 64, @@ -156132,7 +159192,7 @@ }, "children": [ { - "id": 20163, + "id": 3623, "name": "__type", "variant": "declaration", "kind": 1024, @@ -156150,7 +159210,7 @@ } }, { - "id": 20164, + "id": 3624, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -156172,8 +159232,8 @@ { "title": "Properties", "children": [ - 20163, - 20164 + 3623, + 3624 ] } ], @@ -156182,12 +159242,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-options.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L15" } ], "signatures": [ { - "id": 20152, + "id": 3612, "name": "deleteShippingOptionsStep", "variant": "signature", "kind": 4096, @@ -156216,12 +159276,12 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-options.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L15" } ], "parameters": [ { - "id": 20153, + "id": 3613, "name": "input", "variant": "param", "kind": 32768, @@ -156231,7 +159291,7 @@ "types": [ { "type": "reference", - "target": 20149, + "target": 3609, "name": "DeleteShippingOptionsStepInput", "package": "@medusajs/core-flows" }, @@ -156244,7 +159304,7 @@ "typeArguments": [ { "type": "reference", - "target": 20149, + "target": 3609, "name": "DeleteShippingOptionsStepInput", "package": "@medusajs/core-flows" } @@ -156262,7 +159322,7 @@ { "type": "reflection", "declaration": { - "id": 20154, + "id": 3614, "name": "__type", "variant": "declaration", "kind": 65536, @@ -156276,14 +159336,14 @@ ], "indexSignatures": [ { - "id": 20155, + "id": 3615, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 20156, + "id": 3616, "name": "key", "variant": "param", "kind": 32768, @@ -156408,14 +159468,14 @@ { "type": "reflection", "declaration": { - "id": 20157, + "id": 3617, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20158, + "id": 3618, "name": "config", "variant": "declaration", "kind": 2048, @@ -156429,7 +159489,7 @@ ], "signatures": [ { - "id": 20159, + "id": 3619, "name": "config", "variant": "signature", "kind": 4096, @@ -156443,7 +159503,7 @@ ], "parameters": [ { - "id": 20160, + "id": 3620, "name": "config", "variant": "param", "kind": 32768, @@ -156454,14 +159514,14 @@ { "type": "reflection", "declaration": { - "id": 20161, + "id": 3621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20162, + "id": 3622, "name": "name", "variant": "declaration", "kind": 1024, @@ -156485,7 +159545,7 @@ { "title": "Properties", "children": [ - 20162 + 3622 ] } ], @@ -156567,7 +159627,7 @@ { "title": "Methods", "children": [ - 20158 + 3618 ] } ], @@ -156606,7 +159666,7 @@ ] }, { - "id": 20167, + "id": 3627, "name": "id", "variant": "declaration", "kind": 1024, @@ -156624,7 +159684,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L33" } ], "type": { @@ -156633,7 +159693,7 @@ } }, { - "id": 20168, + "id": 3628, "name": "prices", "variant": "declaration", "kind": 1024, @@ -156653,7 +159713,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L37" } ], "type": { @@ -156671,7 +159731,7 @@ } }, { - "id": 20169, + "id": 3629, "name": "setShippingOptionsPricesStepId", "variant": "declaration", "kind": 32, @@ -156683,7 +159743,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 129, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L129" } ], "type": { @@ -156693,7 +159753,7 @@ "defaultValue": "\"set-shipping-options-prices-step\"" }, { - "id": 20170, + "id": 3630, "name": "setShippingOptionsPricesStep", "variant": "declaration", "kind": 64, @@ -156728,7 +159788,7 @@ }, "children": [ { - "id": 20173, + "id": 3633, "name": "__type", "variant": "declaration", "kind": 1024, @@ -156746,7 +159806,7 @@ } }, { - "id": 20174, + "id": 3634, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -156768,8 +159828,8 @@ { "title": "Properties", "children": [ - 20173, - 20174 + 3633, + 3634 ] } ], @@ -156778,12 +159838,12 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 146, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L146" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L146" } ], "signatures": [ { - "id": 20171, + "id": 3631, "name": "setShippingOptionsPricesStep", "variant": "signature", "kind": 4096, @@ -156821,12 +159881,12 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 146, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L146" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L146" } ], "parameters": [ { - "id": 20172, + "id": 3632, "name": "input", "variant": "param", "kind": 32768, @@ -156836,7 +159896,7 @@ "types": [ { "type": "reference", - "target": 20165, + "target": 3625, "name": "SetShippingOptionsPricesStepInput", "package": "@medusajs/core-flows" }, @@ -156849,7 +159909,7 @@ "typeArguments": [ { "type": "reference", - "target": 20165, + "target": 3625, "name": "SetShippingOptionsPricesStepInput", "package": "@medusajs/core-flows" } @@ -156869,7 +159929,7 @@ ] }, { - "id": 20175, + "id": 3635, "name": "updateFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -156881,7 +159941,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-fulfillment.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L11" } ], "type": { @@ -156891,7 +159951,7 @@ "defaultValue": "\"update-fulfillment\"" }, { - "id": 20176, + "id": 3636, "name": "updateFulfillmentStep", "variant": "declaration", "kind": 64, @@ -156926,7 +159986,7 @@ }, "children": [ { - "id": 20207, + "id": 3667, "name": "__type", "variant": "declaration", "kind": 1024, @@ -156944,7 +160004,7 @@ } }, { - "id": 20208, + "id": 3668, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -156966,8 +160026,8 @@ { "title": "Properties", "children": [ - 20207, - 20208 + 3667, + 3668 ] } ], @@ -156976,12 +160036,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-fulfillment.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L21" } ], "signatures": [ { - "id": 20177, + "id": 3637, "name": "updateFulfillmentStep", "variant": "signature", "kind": 4096, @@ -157019,12 +160079,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-fulfillment.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts#L21" } ], "parameters": [ { - "id": 20178, + "id": 3638, "name": "input", "variant": "param", "kind": 32768, @@ -157071,14 +160131,14 @@ { "type": "reflection", "declaration": { - "id": 20179, + "id": 3639, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20180, + "id": 3640, "name": "id", "variant": "declaration", "kind": 1024, @@ -157124,7 +160184,7 @@ } }, { - "id": 20181, + "id": 3641, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -157170,7 +160230,7 @@ } }, { - "id": 20182, + "id": 3642, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -157239,7 +160299,7 @@ } }, { - "id": 20183, + "id": 3643, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -157308,7 +160368,7 @@ } }, { - "id": 20184, + "id": 3644, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -157377,7 +160437,7 @@ } }, { - "id": 20185, + "id": 3645, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -157446,7 +160506,7 @@ } }, { - "id": 20186, + "id": 3646, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -157511,7 +160571,7 @@ } }, { - "id": 20187, + "id": 3647, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -157576,7 +160636,7 @@ } }, { - "id": 20188, + "id": 3648, "name": "data", "variant": "declaration", "kind": 1024, @@ -157665,7 +160725,7 @@ } }, { - "id": 20189, + "id": 3649, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -157711,7 +160771,7 @@ } }, { - "id": 20190, + "id": 3650, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -157770,7 +160830,7 @@ } }, { - "id": 20191, + "id": 3651, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -157859,7 +160919,7 @@ } }, { - "id": 20192, + "id": 3652, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -157928,7 +160988,7 @@ } }, { - "id": 20193, + "id": 3653, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -157974,7 +161034,7 @@ } }, { - "id": 20194, + "id": 3654, "name": "provider", "variant": "declaration", "kind": 1024, @@ -158030,7 +161090,7 @@ } }, { - "id": 20195, + "id": 3655, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -158086,7 +161146,7 @@ } }, { - "id": 20196, + "id": 3656, "name": "items", "variant": "declaration", "kind": 1024, @@ -158148,7 +161208,7 @@ } }, { - "id": 20197, + "id": 3657, "name": "labels", "variant": "declaration", "kind": 1024, @@ -158210,7 +161270,7 @@ } }, { - "id": 20198, + "id": 3658, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -158266,7 +161326,7 @@ } }, { - "id": 20199, + "id": 3659, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -158322,7 +161382,7 @@ } }, { - "id": 20200, + "id": 3660, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -158395,27 +161455,27 @@ { "title": "Properties", "children": [ - 20180, - 20181, - 20182, - 20183, - 20184, - 20185, - 20186, - 20187, - 20188, - 20189, - 20190, - 20191, - 20192, - 20193, - 20194, - 20195, - 20196, - 20197, - 20198, - 20199, - 20200 + 3640, + 3641, + 3642, + 3643, + 3644, + 3645, + 3646, + 3647, + 3648, + 3649, + 3650, + 3651, + 3652, + 3653, + 3654, + 3655, + 3656, + 3657, + 3658, + 3659, + 3660 ] } ], @@ -158460,14 +161520,14 @@ { "type": "reflection", "declaration": { - "id": 20201, + "id": 3661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20202, + "id": 3662, "name": "config", "variant": "declaration", "kind": 2048, @@ -158481,7 +161541,7 @@ ], "signatures": [ { - "id": 20203, + "id": 3663, "name": "config", "variant": "signature", "kind": 4096, @@ -158495,7 +161555,7 @@ ], "parameters": [ { - "id": 20204, + "id": 3664, "name": "config", "variant": "param", "kind": 32768, @@ -158506,14 +161566,14 @@ { "type": "reflection", "declaration": { - "id": 20205, + "id": 3665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20206, + "id": 3666, "name": "name", "variant": "declaration", "kind": 1024, @@ -158537,7 +161597,7 @@ { "title": "Properties", "children": [ - 20206 + 3666 ] } ], @@ -158619,7 +161679,7 @@ { "title": "Methods", "children": [ - 20202 + 3662 ] } ], @@ -158658,7 +161718,7 @@ ] }, { - "id": 20211, + "id": 3671, "name": "update", "variant": "declaration", "kind": 1024, @@ -158676,7 +161736,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L19" } ], "type": { @@ -158690,7 +161750,7 @@ } }, { - "id": 20212, + "id": 3672, "name": "selector", "variant": "declaration", "kind": 1024, @@ -158708,7 +161768,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L23" } ], "type": { @@ -158722,7 +161782,7 @@ } }, { - "id": 20213, + "id": 3673, "name": "updateShippingProfilesStepId", "variant": "declaration", "kind": 32, @@ -158734,7 +161794,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L26" } ], "type": { @@ -158744,7 +161804,7 @@ "defaultValue": "\"update-shipping-profiles\"" }, { - "id": 20214, + "id": 3674, "name": "updateShippingProfilesStep", "variant": "declaration", "kind": 64, @@ -158779,7 +161839,7 @@ }, "children": [ { - "id": 20223, + "id": 3683, "name": "__type", "variant": "declaration", "kind": 1024, @@ -158797,7 +161857,7 @@ } }, { - "id": 20224, + "id": 3684, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -158819,8 +161879,8 @@ { "title": "Properties", "children": [ - 20223, - 20224 + 3683, + 3684 ] } ], @@ -158829,12 +161889,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L40" } ], "signatures": [ { - "id": 20215, + "id": 3675, "name": "updateShippingProfilesStep", "variant": "signature", "kind": 4096, @@ -158872,12 +161932,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L40" } ], "parameters": [ { - "id": 20216, + "id": 3676, "name": "input", "variant": "param", "kind": 32768, @@ -158887,7 +161947,7 @@ "types": [ { "type": "reference", - "target": 20209, + "target": 3669, "name": "UpdateShippingProfilesStepInput", "package": "@medusajs/core-flows" }, @@ -158900,7 +161960,7 @@ "typeArguments": [ { "type": "reference", - "target": 20209, + "target": 3669, "name": "UpdateShippingProfilesStepInput", "package": "@medusajs/core-flows" } @@ -158990,14 +162050,14 @@ { "type": "reflection", "declaration": { - "id": 20217, + "id": 3677, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20218, + "id": 3678, "name": "config", "variant": "declaration", "kind": 2048, @@ -159011,7 +162071,7 @@ ], "signatures": [ { - "id": 20219, + "id": 3679, "name": "config", "variant": "signature", "kind": 4096, @@ -159025,7 +162085,7 @@ ], "parameters": [ { - "id": 20220, + "id": 3680, "name": "config", "variant": "param", "kind": 32768, @@ -159036,14 +162096,14 @@ { "type": "reflection", "declaration": { - "id": 20221, + "id": 3681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20222, + "id": 3682, "name": "name", "variant": "declaration", "kind": 1024, @@ -159067,7 +162127,7 @@ { "title": "Properties", "children": [ - 20222 + 3682 ] } ], @@ -159152,7 +162212,7 @@ { "title": "Methods", "children": [ - 20218 + 3678 ] } ], @@ -159194,7 +162254,7 @@ ] }, { - "id": 20226, + "id": 3686, "name": "upsertShippingOptionsStepId", "variant": "declaration", "kind": 32, @@ -159206,7 +162266,7 @@ "fileName": "core-flows/src/fulfillment/steps/upsert-shipping-options.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L23" } ], "type": { @@ -159216,7 +162276,7 @@ "defaultValue": "\"create-shipping-options-step\"" }, { - "id": 20227, + "id": 3687, "name": "upsertShippingOptionsStep", "variant": "declaration", "kind": 64, @@ -159251,7 +162311,7 @@ }, "children": [ { - "id": 20236, + "id": 3696, "name": "__type", "variant": "declaration", "kind": 1024, @@ -159269,7 +162329,7 @@ } }, { - "id": 20237, + "id": 3697, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -159291,8 +162351,8 @@ { "title": "Properties", "children": [ - 20236, - 20237 + 3696, + 3697 ] } ], @@ -159301,12 +162361,12 @@ "fileName": "core-flows/src/fulfillment/steps/upsert-shipping-options.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L27" } ], "signatures": [ { - "id": 20228, + "id": 3688, "name": "upsertShippingOptionsStep", "variant": "signature", "kind": 4096, @@ -159344,12 +162404,12 @@ "fileName": "core-flows/src/fulfillment/steps/upsert-shipping-options.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L27" } ], "parameters": [ { - "id": 20229, + "id": 3689, "name": "input", "variant": "param", "kind": 32768, @@ -159359,7 +162419,7 @@ "types": [ { "type": "reference", - "target": 20225, + "target": 3685, "name": "UpsertShippingOptionsStepInput", "package": "@medusajs/core-flows" }, @@ -159372,7 +162432,7 @@ "typeArguments": [ { "type": "reference", - "target": 20225, + "target": 3685, "name": "UpsertShippingOptionsStepInput", "package": "@medusajs/core-flows" } @@ -159462,14 +162522,14 @@ { "type": "reflection", "declaration": { - "id": 20230, + "id": 3690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20231, + "id": 3691, "name": "config", "variant": "declaration", "kind": 2048, @@ -159483,7 +162543,7 @@ ], "signatures": [ { - "id": 20232, + "id": 3692, "name": "config", "variant": "signature", "kind": 4096, @@ -159497,7 +162557,7 @@ ], "parameters": [ { - "id": 20233, + "id": 3693, "name": "config", "variant": "param", "kind": 32768, @@ -159508,14 +162568,14 @@ { "type": "reflection", "declaration": { - "id": 20234, + "id": 3694, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20235, + "id": 3695, "name": "name", "variant": "declaration", "kind": 1024, @@ -159539,7 +162599,7 @@ { "title": "Properties", "children": [ - 20235 + 3695 ] } ], @@ -159624,7 +162684,7 @@ { "title": "Methods", "children": [ - 20231 + 3691 ] } ], @@ -159666,7 +162726,7 @@ ] }, { - "id": 20239, + "id": 3699, "name": "validateShipmentStepId", "variant": "declaration", "kind": 32, @@ -159678,7 +162738,7 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipment.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L10" } ], "type": { @@ -159688,7 +162748,7 @@ "defaultValue": "\"validate-shipment\"" }, { - "id": 20240, + "id": 3700, "name": "validateShipmentStep", "variant": "declaration", "kind": 64, @@ -159714,7 +162774,7 @@ }, "children": [ { - "id": 20243, + "id": 3703, "name": "__type", "variant": "declaration", "kind": 1024, @@ -159732,7 +162792,7 @@ } }, { - "id": 20244, + "id": 3704, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -159754,8 +162814,8 @@ { "title": "Properties", "children": [ - 20243, - 20244 + 3703, + 3704 ] } ], @@ -159764,12 +162824,12 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipment.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L16" } ], "signatures": [ { - "id": 20241, + "id": 3701, "name": "validateShipmentStep", "variant": "signature", "kind": 4096, @@ -159798,12 +162858,12 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipment.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L16" } ], "parameters": [ { - "id": 20242, + "id": 3702, "name": "input", "variant": "param", "kind": 32768, @@ -159842,7 +162902,7 @@ ] }, { - "id": 20246, + "id": 3706, "name": "calculateShippingOptionsPricesStepId", "variant": "declaration", "kind": 32, @@ -159854,7 +162914,7 @@ "fileName": "core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L13" } ], "type": { @@ -159864,7 +162924,7 @@ "defaultValue": "\"calculate-shipping-options-prices\"" }, { - "id": 20247, + "id": 3707, "name": "calculateShippingOptionsPricesStep", "variant": "declaration", "kind": 64, @@ -159908,7 +162968,7 @@ }, "children": [ { - "id": 20256, + "id": 3716, "name": "__type", "variant": "declaration", "kind": 1024, @@ -159926,7 +162986,7 @@ } }, { - "id": 20257, + "id": 3717, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -159948,8 +163008,8 @@ { "title": "Properties", "children": [ - 20256, - 20257 + 3716, + 3717 ] } ], @@ -159958,12 +163018,12 @@ "fileName": "core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L38" } ], "signatures": [ { - "id": 20248, + "id": 3708, "name": "calculateShippingOptionsPricesStep", "variant": "signature", "kind": 4096, @@ -160010,12 +163070,12 @@ "fileName": "core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L38" } ], "parameters": [ { - "id": 20249, + "id": 3709, "name": "input", "variant": "param", "kind": 32768, @@ -160025,7 +163085,7 @@ "types": [ { "type": "reference", - "target": 20245, + "target": 3705, "name": "CalculateShippingOptionsPriceStepInput", "package": "@medusajs/core-flows" }, @@ -160038,7 +163098,7 @@ "typeArguments": [ { "type": "reference", - "target": 20245, + "target": 3705, "name": "CalculateShippingOptionsPriceStepInput", "package": "@medusajs/core-flows" } @@ -160128,14 +163188,14 @@ { "type": "reflection", "declaration": { - "id": 20250, + "id": 3710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20251, + "id": 3711, "name": "config", "variant": "declaration", "kind": 2048, @@ -160149,7 +163209,7 @@ ], "signatures": [ { - "id": 20252, + "id": 3712, "name": "config", "variant": "signature", "kind": 4096, @@ -160163,7 +163223,7 @@ ], "parameters": [ { - "id": 20253, + "id": 3713, "name": "config", "variant": "param", "kind": 32768, @@ -160174,14 +163234,14 @@ { "type": "reflection", "declaration": { - "id": 20254, + "id": 3714, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20255, + "id": 3715, "name": "name", "variant": "declaration", "kind": 1024, @@ -160205,7 +163265,7 @@ { "title": "Properties", "children": [ - 20255 + 3715 ] } ], @@ -160290,7 +163350,7 @@ { "title": "Methods", "children": [ - 20251 + 3711 ] } ], @@ -160332,7 +163392,7 @@ ] }, { - "id": 20258, + "id": 3718, "name": "updateServiceZonesStepId", "variant": "declaration", "kind": 32, @@ -160344,7 +163404,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-service-zones.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L11" } ], "type": { @@ -160354,7 +163414,7 @@ "defaultValue": "\"update-service-zones\"" }, { - "id": 20259, + "id": 3719, "name": "updateServiceZonesStep", "variant": "declaration", "kind": 64, @@ -160389,7 +163449,7 @@ }, "children": [ { - "id": 20268, + "id": 3728, "name": "__type", "variant": "declaration", "kind": 1024, @@ -160407,7 +163467,7 @@ } }, { - "id": 20269, + "id": 3729, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -160429,8 +163489,8 @@ { "title": "Properties", "children": [ - 20268, - 20269 + 3728, + 3729 ] } ], @@ -160439,12 +163499,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-service-zones.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L25" } ], "signatures": [ { - "id": 20260, + "id": 3720, "name": "updateServiceZonesStep", "variant": "signature", "kind": 4096, @@ -160482,12 +163542,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-service-zones.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts#L25" } ], "parameters": [ { - "id": 20261, + "id": 3721, "name": "input", "variant": "param", "kind": 32768, @@ -160606,14 +163666,14 @@ { "type": "reflection", "declaration": { - "id": 20262, + "id": 3722, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20263, + "id": 3723, "name": "config", "variant": "declaration", "kind": 2048, @@ -160627,7 +163687,7 @@ ], "signatures": [ { - "id": 20264, + "id": 3724, "name": "config", "variant": "signature", "kind": 4096, @@ -160641,7 +163701,7 @@ ], "parameters": [ { - "id": 20265, + "id": 3725, "name": "config", "variant": "param", "kind": 32768, @@ -160652,14 +163712,14 @@ { "type": "reflection", "declaration": { - "id": 20266, + "id": 3726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20267, + "id": 3727, "name": "name", "variant": "declaration", "kind": 1024, @@ -160683,7 +163743,7 @@ { "title": "Properties", "children": [ - 20267 + 3727 ] } ], @@ -160768,7 +163828,7 @@ { "title": "Methods", "children": [ - 20263 + 3723 ] } ], @@ -160810,7 +163870,7 @@ ] }, { - "id": 20270, + "id": 3730, "name": "updateShippingOptionRulesStepId", "variant": "declaration", "kind": 32, @@ -160822,7 +163882,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L9" } ], "type": { @@ -160832,7 +163892,7 @@ "defaultValue": "\"update-shipping-option-rules\"" }, { - "id": 20271, + "id": 3731, "name": "updateShippingOptionRulesStep", "variant": "declaration", "kind": 64, @@ -160867,7 +163927,7 @@ }, "children": [ { - "id": 20280, + "id": 3740, "name": "__type", "variant": "declaration", "kind": 1024, @@ -160885,7 +163945,7 @@ } }, { - "id": 20281, + "id": 3741, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -160907,8 +163967,8 @@ { "title": "Properties", "children": [ - 20280, - 20281 + 3740, + 3741 ] } ], @@ -160917,12 +163977,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L23" } ], "signatures": [ { - "id": 20272, + "id": 3732, "name": "updateShippingOptionRulesStep", "variant": "signature", "kind": 4096, @@ -160960,12 +164020,12 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts#L23" } ], "parameters": [ { - "id": 20273, + "id": 3733, "name": "input", "variant": "param", "kind": 32768, @@ -161084,14 +164144,14 @@ { "type": "reflection", "declaration": { - "id": 20274, + "id": 3734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20275, + "id": 3735, "name": "config", "variant": "declaration", "kind": 2048, @@ -161105,7 +164165,7 @@ ], "signatures": [ { - "id": 20276, + "id": 3736, "name": "config", "variant": "signature", "kind": 4096, @@ -161119,7 +164179,7 @@ ], "parameters": [ { - "id": 20277, + "id": 3737, "name": "config", "variant": "param", "kind": 32768, @@ -161130,14 +164190,14 @@ { "type": "reflection", "declaration": { - "id": 20278, + "id": 3738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20279, + "id": 3739, "name": "name", "variant": "declaration", "kind": 1024, @@ -161161,7 +164221,7 @@ { "title": "Properties", "children": [ - 20279 + 3739 ] } ], @@ -161246,7 +164306,7 @@ { "title": "Methods", "children": [ - 20275 + 3735 ] } ], @@ -161288,7 +164348,7 @@ ] }, { - "id": 20283, + "id": 3743, "name": "validateShippingOptionPricesStepId", "variant": "declaration", "kind": 32, @@ -161300,7 +164360,7 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L17" } ], "type": { @@ -161310,7 +164370,7 @@ "defaultValue": "\"validate-shipping-option-prices\"" }, { - "id": 20284, + "id": 3744, "name": "validateShippingOptionPricesStep", "variant": "declaration", "kind": 64, @@ -161354,7 +164414,7 @@ }, "children": [ { - "id": 20287, + "id": 3747, "name": "__type", "variant": "declaration", "kind": 1024, @@ -161372,7 +164432,7 @@ } }, { - "id": 20288, + "id": 3748, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -161394,8 +164454,8 @@ { "title": "Properties", "children": [ - 20287, - 20288 + 3747, + 3748 ] } ], @@ -161404,12 +164464,12 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L44" } ], "signatures": [ { - "id": 20285, + "id": 3745, "name": "validateShippingOptionPricesStep", "variant": "signature", "kind": 4096, @@ -161456,12 +164516,12 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L44" } ], "parameters": [ { - "id": 20286, + "id": 3746, "name": "input", "variant": "param", "kind": 32768, @@ -161471,7 +164531,7 @@ "types": [ { "type": "reference", - "target": 20282, + "target": 3742, "name": "ValidateShippingOptionPricesStepInput", "package": "@medusajs/core-flows" }, @@ -161484,7 +164544,7 @@ "typeArguments": [ { "type": "reference", - "target": 20282, + "target": 3742, "name": "ValidateShippingOptionPricesStepInput", "package": "@medusajs/core-flows" } @@ -161506,14 +164566,14 @@ ] }, { - "id": 16567, + "id": 27, "name": "Workflows_Fulfillment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 20297, + "id": 3757, "name": "batchShippingOptionRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -161525,7 +164585,7 @@ "fileName": "core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L42" } ], "type": { @@ -161535,7 +164595,7 @@ "defaultValue": "\"batch-shipping-option-rules\"" }, { - "id": 20298, + "id": 3758, "name": "batchShippingOptionRulesWorkflow", "variant": "declaration", "kind": 64, @@ -161579,7 +164639,7 @@ }, "children": [ { - "id": 20306, + "id": 3766, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -161602,7 +164662,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20307, + "id": 3767, "name": "__type", "variant": "declaration", "kind": 65536, @@ -161616,7 +164676,7 @@ ], "signatures": [ { - "id": 20308, + "id": 3768, "name": "__type", "variant": "signature", "kind": 4096, @@ -161644,7 +164704,7 @@ ], "parameters": [ { - "id": 20309, + "id": 3769, "name": "param0", "variant": "param", "kind": 32768, @@ -161660,14 +164720,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20310, + "id": 3770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20311, + "id": 3771, "name": "input", "variant": "declaration", "kind": 1024, @@ -161692,7 +164752,7 @@ "types": [ { "type": "reference", - "target": 20289, + "target": 3749, "name": "BatchShippingOptionRulesInput", "package": "@medusajs/core-flows" }, @@ -161705,7 +164765,7 @@ "typeArguments": [ { "type": "reference", - "target": 20289, + "target": 3749, "name": "BatchShippingOptionRulesInput", "package": "@medusajs/core-flows" } @@ -161721,7 +164781,7 @@ { "title": "Properties", "children": [ - 20311 + 3771 ] } ], @@ -161742,14 +164802,14 @@ { "type": "reflection", "declaration": { - "id": 20312, + "id": 3772, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20313, + "id": 3773, "name": "created", "variant": "declaration", "kind": 1024, @@ -161811,7 +164871,7 @@ } }, { - "id": 20314, + "id": 3774, "name": "updated", "variant": "declaration", "kind": 1024, @@ -161873,7 +164933,7 @@ } }, { - "id": 20315, + "id": 3775, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -161929,9 +164989,9 @@ { "title": "Properties", "children": [ - 20313, - 20314, - 20315 + 3773, + 3774, + 3775 ] } ], @@ -161946,7 +165006,7 @@ }, { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" }, @@ -161959,7 +165019,7 @@ "typeArguments": [ { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" } @@ -161970,14 +165030,14 @@ { "type": "reflection", "declaration": { - "id": 20316, + "id": 3776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20317, + "id": 3777, "name": "config", "variant": "declaration", "kind": 2048, @@ -161991,7 +165051,7 @@ ], "signatures": [ { - "id": 20318, + "id": 3778, "name": "config", "variant": "signature", "kind": 4096, @@ -162005,7 +165065,7 @@ ], "parameters": [ { - "id": 20319, + "id": 3779, "name": "config", "variant": "param", "kind": 32768, @@ -162016,14 +165076,14 @@ { "type": "reflection", "declaration": { - "id": 20320, + "id": 3780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20321, + "id": 3781, "name": "name", "variant": "declaration", "kind": 1024, @@ -162047,7 +165107,7 @@ { "title": "Properties", "children": [ - 20321 + 3781 ] } ], @@ -162110,7 +165170,7 @@ "typeArguments": [ { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" } @@ -162126,7 +165186,7 @@ { "title": "Methods", "children": [ - 20317 + 3777 ] } ], @@ -162148,7 +165208,7 @@ "typeArguments": [ { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" } @@ -162164,7 +165224,7 @@ } }, { - "id": 20322, + "id": 3782, "name": "run", "variant": "declaration", "kind": 1024, @@ -162187,7 +165247,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20323, + "id": 3783, "name": "__type", "variant": "declaration", "kind": 65536, @@ -162201,7 +165261,7 @@ ], "signatures": [ { - "id": 20324, + "id": 3784, "name": "__type", "variant": "signature", "kind": 4096, @@ -162229,7 +165289,7 @@ ], "typeParameters": [ { - "id": 20325, + "id": 3785, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -162240,7 +165300,7 @@ } }, { - "id": 20326, + "id": 3786, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -162253,7 +165313,7 @@ ], "parameters": [ { - "id": 20327, + "id": 3787, "name": "args", "variant": "param", "kind": 32768, @@ -162286,7 +165346,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -162297,13 +165357,13 @@ }, "trueType": { "type": "reference", - "target": 20289, + "target": 3749, "name": "BatchShippingOptionRulesInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -162336,7 +165396,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -162347,13 +165407,13 @@ }, "trueType": { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -162373,7 +165433,7 @@ } }, { - "id": 20328, + "id": 3788, "name": "getName", "variant": "declaration", "kind": 1024, @@ -162396,7 +165456,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20329, + "id": 3789, "name": "__type", "variant": "declaration", "kind": 65536, @@ -162410,7 +165470,7 @@ ], "signatures": [ { - "id": 20330, + "id": 3790, "name": "__type", "variant": "signature", "kind": 4096, @@ -162432,7 +165492,7 @@ } }, { - "id": 20331, + "id": 3791, "name": "config", "variant": "declaration", "kind": 1024, @@ -162455,7 +165515,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20332, + "id": 3792, "name": "__type", "variant": "declaration", "kind": 65536, @@ -162469,7 +165529,7 @@ ], "signatures": [ { - "id": 20333, + "id": 3793, "name": "__type", "variant": "signature", "kind": 4096, @@ -162483,7 +165543,7 @@ ], "parameters": [ { - "id": 20334, + "id": 3794, "name": "config", "variant": "param", "kind": 32768, @@ -162509,7 +165569,7 @@ } }, { - "id": 20335, + "id": 3795, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -162537,7 +165597,7 @@ ], "documents": [ { - "id": 37398, + "id": 20885, "name": "createShippingOptionRulesStep", "variant": "document", "kind": 8388608, @@ -162553,6 +165613,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3559" + } + ] } ], "modifierTags": [ @@ -162563,7 +165632,7 @@ "frontmatter": {} }, { - "id": 37399, + "id": 20886, "name": "updateShippingOptionRulesStep", "variant": "document", "kind": 8388608, @@ -162579,6 +165648,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3731" + } + ] } ], "modifierTags": [ @@ -162589,7 +165667,7 @@ "frontmatter": {} }, { - "id": 37400, + "id": 20887, "name": "deleteShippingOptionRulesStep", "variant": "document", "kind": 8388608, @@ -162605,6 +165683,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3598" + } + ] } ], "modifierTags": [ @@ -162616,21 +165703,21 @@ } ], "childrenIncludingDocuments": [ - 20306, - 20322, - 20328, - 20331, - 20335 + 3766, + 3782, + 3788, + 3791, + 3795 ], "groups": [ { "title": "Properties", "children": [ - 20306, - 20322, - 20328, - 20331, - 20335 + 3766, + 3782, + 3788, + 3791, + 3795 ] } ], @@ -162639,12 +165726,12 @@ "fileName": "core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L76" } ], "signatures": [ { - "id": 20299, + "id": 3759, "name": "batchShippingOptionRulesWorkflow", "variant": "signature", "kind": 4096, @@ -162691,12 +165778,12 @@ "fileName": "core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L76" } ], "typeParameters": [ { - "id": 20300, + "id": 3760, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -162707,7 +165794,7 @@ } }, { - "id": 20301, + "id": 3761, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -162720,7 +165807,7 @@ ], "parameters": [ { - "id": 20302, + "id": 3762, "name": "container", "variant": "param", "kind": 32768, @@ -162744,14 +165831,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20303, + "id": 3763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20304, + "id": 3764, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -162774,7 +165861,7 @@ } }, { - "id": 20305, + "id": 3765, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -162801,8 +165888,8 @@ { "title": "Properties", "children": [ - 20304, - 20305 + 3764, + 3765 ] } ], @@ -162873,26 +165960,26 @@ "typeArguments": [ { "type": "reference", - "target": 20289, + "target": 3749, "name": "BatchShippingOptionRulesInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 20293, + "target": 3753, "name": "BatchShippingOptionRulesOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -162907,7 +165994,7 @@ ] }, { - "id": 20338, + "id": 3798, "name": "id", "variant": "declaration", "kind": 1024, @@ -162925,7 +166012,7 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L11" } ], "type": { @@ -162934,7 +166021,7 @@ } }, { - "id": 20339, + "id": 3799, "name": "cancelFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -162946,7 +166033,7 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L14" } ], "type": { @@ -162956,7 +166043,7 @@ "defaultValue": "\"cancel-fulfillment-workflow\"" }, { - "id": 20340, + "id": 3800, "name": "cancelFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -163000,7 +166087,7 @@ }, "children": [ { - "id": 20348, + "id": 3808, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -163023,7 +166110,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20349, + "id": 3809, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163037,7 +166124,7 @@ ], "signatures": [ { - "id": 20350, + "id": 3810, "name": "__type", "variant": "signature", "kind": 4096, @@ -163065,7 +166152,7 @@ ], "parameters": [ { - "id": 20351, + "id": 3811, "name": "param0", "variant": "param", "kind": 32768, @@ -163081,14 +166168,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20352, + "id": 3812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20353, + "id": 3813, "name": "input", "variant": "declaration", "kind": 1024, @@ -163113,7 +166200,7 @@ "types": [ { "type": "reference", - "target": 20336, + "target": 3796, "name": "CancelFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -163126,7 +166213,7 @@ "typeArguments": [ { "type": "reference", - "target": 20336, + "target": 3796, "name": "CancelFulfillmentWorkflowInput", "package": "@medusajs/core-flows" } @@ -163142,7 +166229,7 @@ { "title": "Properties", "children": [ - 20353 + 3813 ] } ], @@ -163178,14 +166265,14 @@ { "type": "reflection", "declaration": { - "id": 20354, + "id": 3814, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20355, + "id": 3815, "name": "config", "variant": "declaration", "kind": 2048, @@ -163199,7 +166286,7 @@ ], "signatures": [ { - "id": 20356, + "id": 3816, "name": "config", "variant": "signature", "kind": 4096, @@ -163213,7 +166300,7 @@ ], "parameters": [ { - "id": 20357, + "id": 3817, "name": "config", "variant": "param", "kind": 32768, @@ -163224,14 +166311,14 @@ { "type": "reflection", "declaration": { - "id": 20358, + "id": 3818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20359, + "id": 3819, "name": "name", "variant": "declaration", "kind": 1024, @@ -163255,7 +166342,7 @@ { "title": "Properties", "children": [ - 20359 + 3819 ] } ], @@ -163332,7 +166419,7 @@ { "title": "Methods", "children": [ - 20355 + 3815 ] } ], @@ -163368,7 +166455,7 @@ } }, { - "id": 20360, + "id": 3820, "name": "run", "variant": "declaration", "kind": 1024, @@ -163391,7 +166478,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20361, + "id": 3821, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163405,7 +166492,7 @@ ], "signatures": [ { - "id": 20362, + "id": 3822, "name": "__type", "variant": "signature", "kind": 4096, @@ -163433,7 +166520,7 @@ ], "typeParameters": [ { - "id": 20363, + "id": 3823, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -163444,7 +166531,7 @@ } }, { - "id": 20364, + "id": 3824, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -163457,7 +166544,7 @@ ], "parameters": [ { - "id": 20365, + "id": 3825, "name": "args", "variant": "param", "kind": 32768, @@ -163490,7 +166577,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163501,13 +166588,13 @@ }, "trueType": { "type": "reference", - "target": 20336, + "target": 3796, "name": "CancelFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163540,7 +166627,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163555,7 +166642,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163575,7 +166662,7 @@ } }, { - "id": 20366, + "id": 3826, "name": "getName", "variant": "declaration", "kind": 1024, @@ -163598,7 +166685,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20367, + "id": 3827, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163612,7 +166699,7 @@ ], "signatures": [ { - "id": 20368, + "id": 3828, "name": "__type", "variant": "signature", "kind": 4096, @@ -163634,7 +166721,7 @@ } }, { - "id": 20369, + "id": 3829, "name": "config", "variant": "declaration", "kind": 1024, @@ -163657,7 +166744,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20370, + "id": 3830, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163671,7 +166758,7 @@ ], "signatures": [ { - "id": 20371, + "id": 3831, "name": "__type", "variant": "signature", "kind": 4096, @@ -163685,7 +166772,7 @@ ], "parameters": [ { - "id": 20372, + "id": 3832, "name": "config", "variant": "param", "kind": 32768, @@ -163711,7 +166798,7 @@ } }, { - "id": 20373, + "id": 3833, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -163734,7 +166821,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20374, + "id": 3834, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163748,14 +166835,14 @@ ], "indexSignatures": [ { - "id": 20375, + "id": 3835, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 20376, + "id": 3836, "name": "key", "variant": "param", "kind": 32768, @@ -163769,7 +166856,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20377, + "id": 3837, "name": "__type", "variant": "declaration", "kind": 65536, @@ -163783,7 +166870,7 @@ ], "signatures": [ { - "id": 20378, + "id": 3838, "name": "__type", "variant": "signature", "kind": 4096, @@ -163797,14 +166884,14 @@ ], "typeParameters": [ { - "id": 20379, + "id": 3839, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 20380, + "id": 3840, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -163813,7 +166900,7 @@ ], "parameters": [ { - "id": 20381, + "id": 3841, "name": "invoke", "variant": "param", "kind": 32768, @@ -163831,14 +166918,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163849,7 +166936,7 @@ } }, { - "id": 20382, + "id": 3842, "name": "compensate", "variant": "param", "kind": 32768, @@ -163865,7 +166952,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -163892,7 +166979,7 @@ ], "documents": [ { - "id": 37401, + "id": 20888, "name": "cancelFulfillmentStep", "variant": "document", "kind": 8388608, @@ -163908,6 +166995,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3459" + } + ] } ], "modifierTags": [ @@ -163919,21 +167015,21 @@ } ], "childrenIncludingDocuments": [ - 20348, - 20360, - 20366, - 20369, - 20373 + 3808, + 3820, + 3826, + 3829, + 3833 ], "groups": [ { "title": "Properties", "children": [ - 20348, - 20360, - 20366, - 20369, - 20373 + 3808, + 3820, + 3826, + 3829, + 3833 ] } ], @@ -163942,12 +167038,12 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L34" } ], "signatures": [ { - "id": 20341, + "id": 3801, "name": "cancelFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -163994,12 +167090,12 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L34" } ], "typeParameters": [ { - "id": 20342, + "id": 3802, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -164010,7 +167106,7 @@ } }, { - "id": 20343, + "id": 3803, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -164023,7 +167119,7 @@ ], "parameters": [ { - "id": 20344, + "id": 3804, "name": "container", "variant": "param", "kind": 32768, @@ -164047,14 +167143,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20345, + "id": 3805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20346, + "id": 3806, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -164077,7 +167173,7 @@ } }, { - "id": 20347, + "id": 3807, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -164104,8 +167200,8 @@ { "title": "Properties", "children": [ - 20346, - 20347 + 3806, + 3807 ] } ], @@ -164176,7 +167272,7 @@ "typeArguments": [ { "type": "reference", - "target": 20336, + "target": 3796, "name": "CancelFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -164186,14 +167282,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -164208,7 +167304,7 @@ ] }, { - "id": 20383, + "id": 3843, "name": "createFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -164220,7 +167316,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-fulfillment.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L15" } ], "type": { @@ -164230,7 +167326,7 @@ "defaultValue": "\"create-fulfillment-workflow\"" }, { - "id": 20384, + "id": 3844, "name": "createFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -164274,7 +167370,7 @@ }, "children": [ { - "id": 20392, + "id": 3852, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -164297,7 +167393,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20393, + "id": 3853, "name": "__type", "variant": "declaration", "kind": 65536, @@ -164311,7 +167407,7 @@ ], "signatures": [ { - "id": 20394, + "id": 3854, "name": "__type", "variant": "signature", "kind": 4096, @@ -164339,7 +167435,7 @@ ], "parameters": [ { - "id": 20395, + "id": 3855, "name": "param0", "variant": "param", "kind": 32768, @@ -164355,14 +167451,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20396, + "id": 3856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20397, + "id": 3857, "name": "input", "variant": "declaration", "kind": 1024, @@ -164422,7 +167518,7 @@ { "title": "Properties", "children": [ - 20397 + 3857 ] } ], @@ -164443,14 +167539,14 @@ { "type": "reflection", "declaration": { - "id": 20398, + "id": 3858, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20399, + "id": 3859, "name": "id", "variant": "declaration", "kind": 1024, @@ -164496,7 +167592,7 @@ } }, { - "id": 20400, + "id": 3860, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -164542,7 +167638,7 @@ } }, { - "id": 20401, + "id": 3861, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -164611,7 +167707,7 @@ } }, { - "id": 20402, + "id": 3862, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -164680,7 +167776,7 @@ } }, { - "id": 20403, + "id": 3863, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -164749,7 +167845,7 @@ } }, { - "id": 20404, + "id": 3864, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -164818,7 +167914,7 @@ } }, { - "id": 20405, + "id": 3865, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -164883,7 +167979,7 @@ } }, { - "id": 20406, + "id": 3866, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -164948,7 +168044,7 @@ } }, { - "id": 20407, + "id": 3867, "name": "data", "variant": "declaration", "kind": 1024, @@ -165037,7 +168133,7 @@ } }, { - "id": 20408, + "id": 3868, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -165083,7 +168179,7 @@ } }, { - "id": 20409, + "id": 3869, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -165142,7 +168238,7 @@ } }, { - "id": 20410, + "id": 3870, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -165231,7 +168327,7 @@ } }, { - "id": 20411, + "id": 3871, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -165300,7 +168396,7 @@ } }, { - "id": 20412, + "id": 3872, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -165346,7 +168442,7 @@ } }, { - "id": 20413, + "id": 3873, "name": "provider", "variant": "declaration", "kind": 1024, @@ -165402,7 +168498,7 @@ } }, { - "id": 20414, + "id": 3874, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -165458,7 +168554,7 @@ } }, { - "id": 20415, + "id": 3875, "name": "items", "variant": "declaration", "kind": 1024, @@ -165520,7 +168616,7 @@ } }, { - "id": 20416, + "id": 3876, "name": "labels", "variant": "declaration", "kind": 1024, @@ -165582,7 +168678,7 @@ } }, { - "id": 20417, + "id": 3877, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -165638,7 +168734,7 @@ } }, { - "id": 20418, + "id": 3878, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -165694,7 +168790,7 @@ } }, { - "id": 20419, + "id": 3879, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -165767,27 +168863,27 @@ { "title": "Properties", "children": [ - 20399, - 20400, - 20401, - 20402, - 20403, - 20404, - 20405, - 20406, - 20407, - 20408, - 20409, - 20410, - 20411, - 20412, - 20413, - 20414, - 20415, - 20416, - 20417, - 20418, - 20419 + 3859, + 3860, + 3861, + 3862, + 3863, + 3864, + 3865, + 3866, + 3867, + 3868, + 3869, + 3870, + 3871, + 3872, + 3873, + 3874, + 3875, + 3876, + 3877, + 3878, + 3879 ] } ], @@ -165832,14 +168928,14 @@ { "type": "reflection", "declaration": { - "id": 20420, + "id": 3880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20421, + "id": 3881, "name": "config", "variant": "declaration", "kind": 2048, @@ -165853,7 +168949,7 @@ ], "signatures": [ { - "id": 20422, + "id": 3882, "name": "config", "variant": "signature", "kind": 4096, @@ -165867,7 +168963,7 @@ ], "parameters": [ { - "id": 20423, + "id": 3883, "name": "config", "variant": "param", "kind": 32768, @@ -165878,14 +168974,14 @@ { "type": "reflection", "declaration": { - "id": 20424, + "id": 3884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20425, + "id": 3885, "name": "name", "variant": "declaration", "kind": 1024, @@ -165909,7 +169005,7 @@ { "title": "Properties", "children": [ - 20425 + 3885 ] } ], @@ -165991,7 +169087,7 @@ { "title": "Methods", "children": [ - 20421 + 3881 ] } ], @@ -166032,7 +169128,7 @@ } }, { - "id": 20426, + "id": 3886, "name": "run", "variant": "declaration", "kind": 1024, @@ -166055,7 +169151,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20427, + "id": 3887, "name": "__type", "variant": "declaration", "kind": 65536, @@ -166069,7 +169165,7 @@ ], "signatures": [ { - "id": 20428, + "id": 3888, "name": "__type", "variant": "signature", "kind": 4096, @@ -166097,7 +169193,7 @@ ], "typeParameters": [ { - "id": 20429, + "id": 3889, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -166108,7 +169204,7 @@ } }, { - "id": 20430, + "id": 3890, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -166121,7 +169217,7 @@ ], "parameters": [ { - "id": 20431, + "id": 3891, "name": "args", "variant": "param", "kind": 32768, @@ -166154,7 +169250,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -166174,7 +169270,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -166207,7 +169303,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -166227,7 +169323,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -166247,7 +169343,7 @@ } }, { - "id": 20432, + "id": 3892, "name": "getName", "variant": "declaration", "kind": 1024, @@ -166270,7 +169366,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20433, + "id": 3893, "name": "__type", "variant": "declaration", "kind": 65536, @@ -166284,7 +169380,7 @@ ], "signatures": [ { - "id": 20434, + "id": 3894, "name": "__type", "variant": "signature", "kind": 4096, @@ -166306,7 +169402,7 @@ } }, { - "id": 20435, + "id": 3895, "name": "config", "variant": "declaration", "kind": 1024, @@ -166329,7 +169425,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20436, + "id": 3896, "name": "__type", "variant": "declaration", "kind": 65536, @@ -166343,7 +169439,7 @@ ], "signatures": [ { - "id": 20437, + "id": 3897, "name": "__type", "variant": "signature", "kind": 4096, @@ -166357,7 +169453,7 @@ ], "parameters": [ { - "id": 20438, + "id": 3898, "name": "config", "variant": "param", "kind": 32768, @@ -166383,7 +169479,7 @@ } }, { - "id": 20439, + "id": 3899, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -166411,7 +169507,7 @@ ], "documents": [ { - "id": 37402, + "id": 20889, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -166427,6 +169523,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -166437,7 +169542,7 @@ "frontmatter": {} }, { - "id": 37403, + "id": 20890, "name": "createFulfillmentStep", "variant": "document", "kind": 8388608, @@ -166453,6 +169558,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3465" + } + ] } ], "modifierTags": [ @@ -166464,21 +169578,21 @@ } ], "childrenIncludingDocuments": [ - 20392, - 20426, - 20432, - 20435, - 20439 + 3852, + 3886, + 3892, + 3895, + 3899 ], "groups": [ { "title": "Properties", "children": [ - 20392, - 20426, - 20432, - 20435, - 20439 + 3852, + 3886, + 3892, + 3895, + 3899 ] } ], @@ -166487,12 +169601,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-fulfillment.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L64" } ], "signatures": [ { - "id": 20385, + "id": 3845, "name": "createFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -166539,12 +169653,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-fulfillment.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts#L64" } ], "typeParameters": [ { - "id": 20386, + "id": 3846, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -166555,7 +169669,7 @@ } }, { - "id": 20387, + "id": 3847, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -166568,7 +169682,7 @@ ], "parameters": [ { - "id": 20388, + "id": 3848, "name": "container", "variant": "param", "kind": 32768, @@ -166592,14 +169706,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20389, + "id": 3849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20390, + "id": 3850, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -166622,7 +169736,7 @@ } }, { - "id": 20391, + "id": 3851, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -166649,8 +169763,8 @@ { "title": "Properties", "children": [ - 20390, - 20391 + 3850, + 3851 ] } ], @@ -166739,14 +169853,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -166761,7 +169875,7 @@ ] }, { - "id": 20440, + "id": 3900, "name": "createReturnFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -166773,7 +169887,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L15" } ], "type": { @@ -166783,7 +169897,7 @@ "defaultValue": "\"create-return-fulfillment-workflow\"" }, { - "id": 20441, + "id": 3901, "name": "createReturnFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -166836,7 +169950,7 @@ }, "children": [ { - "id": 20449, + "id": 3909, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -166859,7 +169973,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20450, + "id": 3910, "name": "__type", "variant": "declaration", "kind": 65536, @@ -166873,7 +169987,7 @@ ], "signatures": [ { - "id": 20451, + "id": 3911, "name": "__type", "variant": "signature", "kind": 4096, @@ -166901,7 +170015,7 @@ ], "parameters": [ { - "id": 20452, + "id": 3912, "name": "param0", "variant": "param", "kind": 32768, @@ -166917,14 +170031,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20453, + "id": 3913, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20454, + "id": 3914, "name": "input", "variant": "declaration", "kind": 1024, @@ -166984,7 +170098,7 @@ { "title": "Properties", "children": [ - 20454 + 3914 ] } ], @@ -167005,14 +170119,14 @@ { "type": "reflection", "declaration": { - "id": 20455, + "id": 3915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20456, + "id": 3916, "name": "id", "variant": "declaration", "kind": 1024, @@ -167058,7 +170172,7 @@ } }, { - "id": 20457, + "id": 3917, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -167104,7 +170218,7 @@ } }, { - "id": 20458, + "id": 3918, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -167173,7 +170287,7 @@ } }, { - "id": 20459, + "id": 3919, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -167242,7 +170356,7 @@ } }, { - "id": 20460, + "id": 3920, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -167311,7 +170425,7 @@ } }, { - "id": 20461, + "id": 3921, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -167380,7 +170494,7 @@ } }, { - "id": 20462, + "id": 3922, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -167445,7 +170559,7 @@ } }, { - "id": 20463, + "id": 3923, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -167510,7 +170624,7 @@ } }, { - "id": 20464, + "id": 3924, "name": "data", "variant": "declaration", "kind": 1024, @@ -167599,7 +170713,7 @@ } }, { - "id": 20465, + "id": 3925, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -167645,7 +170759,7 @@ } }, { - "id": 20466, + "id": 3926, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -167704,7 +170818,7 @@ } }, { - "id": 20467, + "id": 3927, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -167793,7 +170907,7 @@ } }, { - "id": 20468, + "id": 3928, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -167862,7 +170976,7 @@ } }, { - "id": 20469, + "id": 3929, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -167908,7 +171022,7 @@ } }, { - "id": 20470, + "id": 3930, "name": "provider", "variant": "declaration", "kind": 1024, @@ -167964,7 +171078,7 @@ } }, { - "id": 20471, + "id": 3931, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -168020,7 +171134,7 @@ } }, { - "id": 20472, + "id": 3932, "name": "items", "variant": "declaration", "kind": 1024, @@ -168082,7 +171196,7 @@ } }, { - "id": 20473, + "id": 3933, "name": "labels", "variant": "declaration", "kind": 1024, @@ -168144,7 +171258,7 @@ } }, { - "id": 20474, + "id": 3934, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -168200,7 +171314,7 @@ } }, { - "id": 20475, + "id": 3935, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -168256,7 +171370,7 @@ } }, { - "id": 20476, + "id": 3936, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -168329,27 +171443,27 @@ { "title": "Properties", "children": [ - 20456, - 20457, - 20458, - 20459, - 20460, - 20461, - 20462, - 20463, - 20464, - 20465, - 20466, - 20467, - 20468, - 20469, - 20470, - 20471, - 20472, - 20473, - 20474, - 20475, - 20476 + 3916, + 3917, + 3918, + 3919, + 3920, + 3921, + 3922, + 3923, + 3924, + 3925, + 3926, + 3927, + 3928, + 3929, + 3930, + 3931, + 3932, + 3933, + 3934, + 3935, + 3936 ] } ], @@ -168394,14 +171508,14 @@ { "type": "reflection", "declaration": { - "id": 20477, + "id": 3937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20478, + "id": 3938, "name": "config", "variant": "declaration", "kind": 2048, @@ -168415,7 +171529,7 @@ ], "signatures": [ { - "id": 20479, + "id": 3939, "name": "config", "variant": "signature", "kind": 4096, @@ -168429,7 +171543,7 @@ ], "parameters": [ { - "id": 20480, + "id": 3940, "name": "config", "variant": "param", "kind": 32768, @@ -168440,14 +171554,14 @@ { "type": "reflection", "declaration": { - "id": 20481, + "id": 3941, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20482, + "id": 3942, "name": "name", "variant": "declaration", "kind": 1024, @@ -168471,7 +171585,7 @@ { "title": "Properties", "children": [ - 20482 + 3942 ] } ], @@ -168553,7 +171667,7 @@ { "title": "Methods", "children": [ - 20478 + 3938 ] } ], @@ -168594,7 +171708,7 @@ } }, { - "id": 20483, + "id": 3943, "name": "run", "variant": "declaration", "kind": 1024, @@ -168617,7 +171731,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20484, + "id": 3944, "name": "__type", "variant": "declaration", "kind": 65536, @@ -168631,7 +171745,7 @@ ], "signatures": [ { - "id": 20485, + "id": 3945, "name": "__type", "variant": "signature", "kind": 4096, @@ -168659,7 +171773,7 @@ ], "typeParameters": [ { - "id": 20486, + "id": 3946, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -168670,7 +171784,7 @@ } }, { - "id": 20487, + "id": 3947, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -168683,7 +171797,7 @@ ], "parameters": [ { - "id": 20488, + "id": 3948, "name": "args", "variant": "param", "kind": 32768, @@ -168716,7 +171830,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -168736,7 +171850,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -168769,7 +171883,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -168789,7 +171903,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -168809,7 +171923,7 @@ } }, { - "id": 20489, + "id": 3949, "name": "getName", "variant": "declaration", "kind": 1024, @@ -168832,7 +171946,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20490, + "id": 3950, "name": "__type", "variant": "declaration", "kind": 65536, @@ -168846,7 +171960,7 @@ ], "signatures": [ { - "id": 20491, + "id": 3951, "name": "__type", "variant": "signature", "kind": 4096, @@ -168868,7 +171982,7 @@ } }, { - "id": 20492, + "id": 3952, "name": "config", "variant": "declaration", "kind": 1024, @@ -168891,7 +172005,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20493, + "id": 3953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -168905,7 +172019,7 @@ ], "signatures": [ { - "id": 20494, + "id": 3954, "name": "__type", "variant": "signature", "kind": 4096, @@ -168919,7 +172033,7 @@ ], "parameters": [ { - "id": 20495, + "id": 3955, "name": "config", "variant": "param", "kind": 32768, @@ -168945,7 +172059,7 @@ } }, { - "id": 20496, + "id": 3956, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -168973,7 +172087,7 @@ ], "documents": [ { - "id": 37404, + "id": 20891, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -168989,6 +172103,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -168999,7 +172122,7 @@ "frontmatter": {} }, { - "id": 37405, + "id": 20892, "name": "createReturnFulfillmentStep", "variant": "document", "kind": 8388608, @@ -169015,6 +172138,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3512" + } + ] } ], "modifierTags": [ @@ -169026,21 +172158,21 @@ } ], "childrenIncludingDocuments": [ - 20449, - 20483, - 20489, - 20492, - 20496 + 3909, + 3943, + 3949, + 3952, + 3956 ], "groups": [ { "title": "Properties", "children": [ - 20449, - 20483, - 20489, - 20492, - 20496 + 3909, + 3943, + 3949, + 3952, + 3956 ] } ], @@ -169049,12 +172181,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L65" } ], "signatures": [ { - "id": 20442, + "id": 3902, "name": "createReturnFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -169110,12 +172242,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts#L65" } ], "typeParameters": [ { - "id": 20443, + "id": 3903, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -169126,7 +172258,7 @@ } }, { - "id": 20444, + "id": 3904, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -169139,7 +172271,7 @@ ], "parameters": [ { - "id": 20445, + "id": 3905, "name": "container", "variant": "param", "kind": 32768, @@ -169163,14 +172295,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20446, + "id": 3906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20447, + "id": 3907, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -169193,7 +172325,7 @@ } }, { - "id": 20448, + "id": 3908, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -169220,8 +172352,8 @@ { "title": "Properties", "children": [ - 20447, - 20448 + 3907, + 3908 ] } ], @@ -169310,14 +172442,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -169332,7 +172464,7 @@ ] }, { - "id": 20498, + "id": 3958, "name": "createServiceZonesWorkflowId", "variant": "declaration", "kind": 32, @@ -169344,7 +172476,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-service-zones.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L14" } ], "type": { @@ -169354,7 +172486,7 @@ "defaultValue": "\"create-service-zones-workflow\"" }, { - "id": 20499, + "id": 3959, "name": "createServiceZonesWorkflow", "variant": "declaration", "kind": 64, @@ -169398,7 +172530,7 @@ }, "children": [ { - "id": 20507, + "id": 3967, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -169421,7 +172553,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20508, + "id": 3968, "name": "__type", "variant": "declaration", "kind": 65536, @@ -169435,7 +172567,7 @@ ], "signatures": [ { - "id": 20509, + "id": 3969, "name": "__type", "variant": "signature", "kind": 4096, @@ -169463,7 +172595,7 @@ ], "parameters": [ { - "id": 20510, + "id": 3970, "name": "param0", "variant": "param", "kind": 32768, @@ -169479,14 +172611,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20511, + "id": 3971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20512, + "id": 3972, "name": "input", "variant": "declaration", "kind": 1024, @@ -169546,7 +172678,7 @@ { "title": "Properties", "children": [ - 20512 + 3972 ] } ], @@ -169603,7 +172735,7 @@ }, { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -169616,7 +172748,7 @@ "typeArguments": [ { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -169627,14 +172759,14 @@ { "type": "reflection", "declaration": { - "id": 20513, + "id": 3973, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20514, + "id": 3974, "name": "config", "variant": "declaration", "kind": 2048, @@ -169648,7 +172780,7 @@ ], "signatures": [ { - "id": 20515, + "id": 3975, "name": "config", "variant": "signature", "kind": 4096, @@ -169662,7 +172794,7 @@ ], "parameters": [ { - "id": 20516, + "id": 3976, "name": "config", "variant": "param", "kind": 32768, @@ -169673,14 +172805,14 @@ { "type": "reflection", "declaration": { - "id": 20517, + "id": 3977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20518, + "id": 3978, "name": "name", "variant": "declaration", "kind": 1024, @@ -169704,7 +172836,7 @@ { "title": "Properties", "children": [ - 20518 + 3978 ] } ], @@ -169767,7 +172899,7 @@ "typeArguments": [ { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -169783,7 +172915,7 @@ { "title": "Methods", "children": [ - 20514 + 3974 ] } ], @@ -169805,7 +172937,7 @@ "typeArguments": [ { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -169821,7 +172953,7 @@ } }, { - "id": 20519, + "id": 3979, "name": "run", "variant": "declaration", "kind": 1024, @@ -169844,7 +172976,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20520, + "id": 3980, "name": "__type", "variant": "declaration", "kind": 65536, @@ -169858,7 +172990,7 @@ ], "signatures": [ { - "id": 20521, + "id": 3981, "name": "__type", "variant": "signature", "kind": 4096, @@ -169886,7 +173018,7 @@ ], "typeParameters": [ { - "id": 20522, + "id": 3982, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -169897,7 +173029,7 @@ } }, { - "id": 20523, + "id": 3983, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -169910,7 +173042,7 @@ ], "parameters": [ { - "id": 20524, + "id": 3984, "name": "args", "variant": "param", "kind": 32768, @@ -169943,7 +173075,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -169963,7 +173095,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -169996,7 +173128,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -170007,13 +173139,13 @@ }, "trueType": { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -170033,7 +173165,7 @@ } }, { - "id": 20525, + "id": 3985, "name": "getName", "variant": "declaration", "kind": 1024, @@ -170056,7 +173188,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20526, + "id": 3986, "name": "__type", "variant": "declaration", "kind": 65536, @@ -170070,7 +173202,7 @@ ], "signatures": [ { - "id": 20527, + "id": 3987, "name": "__type", "variant": "signature", "kind": 4096, @@ -170092,7 +173224,7 @@ } }, { - "id": 20528, + "id": 3988, "name": "config", "variant": "declaration", "kind": 1024, @@ -170115,7 +173247,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20529, + "id": 3989, "name": "__type", "variant": "declaration", "kind": 65536, @@ -170129,7 +173261,7 @@ ], "signatures": [ { - "id": 20530, + "id": 3990, "name": "__type", "variant": "signature", "kind": 4096, @@ -170143,7 +173275,7 @@ ], "parameters": [ { - "id": 20531, + "id": 3991, "name": "config", "variant": "param", "kind": 32768, @@ -170169,7 +173301,7 @@ } }, { - "id": 20532, + "id": 3992, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -170197,7 +173329,7 @@ ], "documents": [ { - "id": 37406, + "id": 20893, "name": "createServiceZonesStep", "variant": "document", "kind": 8388608, @@ -170213,6 +173345,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3547" + } + ] } ], "modifierTags": [ @@ -170224,21 +173365,21 @@ } ], "childrenIncludingDocuments": [ - 20507, - 20519, - 20525, - 20528, - 20532 + 3967, + 3979, + 3985, + 3988, + 3992 ], "groups": [ { "title": "Properties", "children": [ - 20507, - 20519, - 20525, - 20528, - 20532 + 3967, + 3979, + 3985, + 3988, + 3992 ] } ], @@ -170247,12 +173388,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-service-zones.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L45" } ], "signatures": [ { - "id": 20500, + "id": 3960, "name": "createServiceZonesWorkflow", "variant": "signature", "kind": 4096, @@ -170299,12 +173440,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-service-zones.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L45" } ], "typeParameters": [ { - "id": 20501, + "id": 3961, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -170315,7 +173456,7 @@ } }, { - "id": 20502, + "id": 3962, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -170328,7 +173469,7 @@ ], "parameters": [ { - "id": 20503, + "id": 3963, "name": "container", "variant": "param", "kind": 32768, @@ -170352,14 +173493,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20504, + "id": 3964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20505, + "id": 3965, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -170382,7 +173523,7 @@ } }, { - "id": 20506, + "id": 3966, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -170409,8 +173550,8 @@ { "title": "Properties", "children": [ - 20505, - 20506 + 3965, + 3966 ] } ], @@ -170490,20 +173631,20 @@ }, { "type": "reference", - "target": 20497, + "target": 3957, "name": "CreateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -170518,7 +173659,7 @@ ] }, { - "id": 20533, + "id": 3993, "name": "createShipmentWorkflowId", "variant": "declaration", "kind": 32, @@ -170530,7 +173671,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipment.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L11" } ], "type": { @@ -170540,7 +173681,7 @@ "defaultValue": "\"create-shipment-workflow\"" }, { - "id": 20534, + "id": 3994, "name": "createShipmentWorkflow", "variant": "declaration", "kind": 64, @@ -170593,7 +173734,7 @@ }, "children": [ { - "id": 20542, + "id": 4002, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -170616,7 +173757,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20543, + "id": 4003, "name": "__type", "variant": "declaration", "kind": 65536, @@ -170630,7 +173771,7 @@ ], "signatures": [ { - "id": 20544, + "id": 4004, "name": "__type", "variant": "signature", "kind": 4096, @@ -170658,7 +173799,7 @@ ], "parameters": [ { - "id": 20545, + "id": 4005, "name": "param0", "variant": "param", "kind": 32768, @@ -170674,14 +173815,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20546, + "id": 4006, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20547, + "id": 4007, "name": "input", "variant": "declaration", "kind": 1024, @@ -170741,7 +173882,7 @@ { "title": "Properties", "children": [ - 20547 + 4007 ] } ], @@ -170762,14 +173903,14 @@ { "type": "reflection", "declaration": { - "id": 20548, + "id": 4008, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20549, + "id": 4009, "name": "id", "variant": "declaration", "kind": 1024, @@ -170815,7 +173956,7 @@ } }, { - "id": 20550, + "id": 4010, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -170861,7 +174002,7 @@ } }, { - "id": 20551, + "id": 4011, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -170930,7 +174071,7 @@ } }, { - "id": 20552, + "id": 4012, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -170999,7 +174140,7 @@ } }, { - "id": 20553, + "id": 4013, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -171068,7 +174209,7 @@ } }, { - "id": 20554, + "id": 4014, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -171137,7 +174278,7 @@ } }, { - "id": 20555, + "id": 4015, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -171202,7 +174343,7 @@ } }, { - "id": 20556, + "id": 4016, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -171267,7 +174408,7 @@ } }, { - "id": 20557, + "id": 4017, "name": "data", "variant": "declaration", "kind": 1024, @@ -171356,7 +174497,7 @@ } }, { - "id": 20558, + "id": 4018, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -171402,7 +174543,7 @@ } }, { - "id": 20559, + "id": 4019, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -171461,7 +174602,7 @@ } }, { - "id": 20560, + "id": 4020, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -171550,7 +174691,7 @@ } }, { - "id": 20561, + "id": 4021, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -171619,7 +174760,7 @@ } }, { - "id": 20562, + "id": 4022, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -171665,7 +174806,7 @@ } }, { - "id": 20563, + "id": 4023, "name": "provider", "variant": "declaration", "kind": 1024, @@ -171721,7 +174862,7 @@ } }, { - "id": 20564, + "id": 4024, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -171777,7 +174918,7 @@ } }, { - "id": 20565, + "id": 4025, "name": "items", "variant": "declaration", "kind": 1024, @@ -171839,7 +174980,7 @@ } }, { - "id": 20566, + "id": 4026, "name": "labels", "variant": "declaration", "kind": 1024, @@ -171901,7 +175042,7 @@ } }, { - "id": 20567, + "id": 4027, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -171957,7 +175098,7 @@ } }, { - "id": 20568, + "id": 4028, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -172013,7 +175154,7 @@ } }, { - "id": 20569, + "id": 4029, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -172086,27 +175227,27 @@ { "title": "Properties", "children": [ - 20549, - 20550, - 20551, - 20552, - 20553, - 20554, - 20555, - 20556, - 20557, - 20558, - 20559, - 20560, - 20561, - 20562, - 20563, - 20564, - 20565, - 20566, - 20567, - 20568, - 20569 + 4009, + 4010, + 4011, + 4012, + 4013, + 4014, + 4015, + 4016, + 4017, + 4018, + 4019, + 4020, + 4021, + 4022, + 4023, + 4024, + 4025, + 4026, + 4027, + 4028, + 4029 ] } ], @@ -172151,14 +175292,14 @@ { "type": "reflection", "declaration": { - "id": 20570, + "id": 4030, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20571, + "id": 4031, "name": "config", "variant": "declaration", "kind": 2048, @@ -172172,7 +175313,7 @@ ], "signatures": [ { - "id": 20572, + "id": 4032, "name": "config", "variant": "signature", "kind": 4096, @@ -172186,7 +175327,7 @@ ], "parameters": [ { - "id": 20573, + "id": 4033, "name": "config", "variant": "param", "kind": 32768, @@ -172197,14 +175338,14 @@ { "type": "reflection", "declaration": { - "id": 20574, + "id": 4034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20575, + "id": 4035, "name": "name", "variant": "declaration", "kind": 1024, @@ -172228,7 +175369,7 @@ { "title": "Properties", "children": [ - 20575 + 4035 ] } ], @@ -172310,7 +175451,7 @@ { "title": "Methods", "children": [ - 20571 + 4031 ] } ], @@ -172351,7 +175492,7 @@ } }, { - "id": 20576, + "id": 4036, "name": "run", "variant": "declaration", "kind": 1024, @@ -172374,7 +175515,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20577, + "id": 4037, "name": "__type", "variant": "declaration", "kind": 65536, @@ -172388,7 +175529,7 @@ ], "signatures": [ { - "id": 20578, + "id": 4038, "name": "__type", "variant": "signature", "kind": 4096, @@ -172416,7 +175557,7 @@ ], "typeParameters": [ { - "id": 20579, + "id": 4039, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -172427,7 +175568,7 @@ } }, { - "id": 20580, + "id": 4040, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -172440,7 +175581,7 @@ ], "parameters": [ { - "id": 20581, + "id": 4041, "name": "args", "variant": "param", "kind": 32768, @@ -172473,7 +175614,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -172493,7 +175634,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -172526,7 +175667,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -172546,7 +175687,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -172566,7 +175707,7 @@ } }, { - "id": 20582, + "id": 4042, "name": "getName", "variant": "declaration", "kind": 1024, @@ -172589,7 +175730,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20583, + "id": 4043, "name": "__type", "variant": "declaration", "kind": 65536, @@ -172603,7 +175744,7 @@ ], "signatures": [ { - "id": 20584, + "id": 4044, "name": "__type", "variant": "signature", "kind": 4096, @@ -172625,7 +175766,7 @@ } }, { - "id": 20585, + "id": 4045, "name": "config", "variant": "declaration", "kind": 1024, @@ -172648,7 +175789,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20586, + "id": 4046, "name": "__type", "variant": "declaration", "kind": 65536, @@ -172662,7 +175803,7 @@ ], "signatures": [ { - "id": 20587, + "id": 4047, "name": "__type", "variant": "signature", "kind": 4096, @@ -172676,7 +175817,7 @@ ], "parameters": [ { - "id": 20588, + "id": 4048, "name": "config", "variant": "param", "kind": 32768, @@ -172702,7 +175843,7 @@ } }, { - "id": 20589, + "id": 4049, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -172730,7 +175871,7 @@ ], "documents": [ { - "id": 37407, + "id": 20894, "name": "validateShipmentStep", "variant": "document", "kind": 8388608, @@ -172746,6 +175887,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3700" + } + ] } ], "modifierTags": [ @@ -172756,7 +175906,7 @@ "frontmatter": {} }, { - "id": 37408, + "id": 20895, "name": "updateFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -172772,6 +175922,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4326" + } + ] } ], "modifierTags": [ @@ -172783,21 +175942,21 @@ } ], "childrenIncludingDocuments": [ - 20542, - 20576, - 20582, - 20585, - 20589 + 4002, + 4036, + 4042, + 4045, + 4049 ], "groups": [ { "title": "Properties", "children": [ - 20542, - 20576, - 20582, - 20585, - 20589 + 4002, + 4036, + 4042, + 4045, + 4049 ] } ], @@ -172806,12 +175965,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipment.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L38" } ], "signatures": [ { - "id": 20535, + "id": 3995, "name": "createShipmentWorkflow", "variant": "signature", "kind": 4096, @@ -172867,12 +176026,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipment.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts#L38" } ], "typeParameters": [ { - "id": 20536, + "id": 3996, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -172883,7 +176042,7 @@ } }, { - "id": 20537, + "id": 3997, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -172896,7 +176055,7 @@ ], "parameters": [ { - "id": 20538, + "id": 3998, "name": "container", "variant": "param", "kind": 32768, @@ -172920,14 +176079,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20539, + "id": 3999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20540, + "id": 4000, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -172950,7 +176109,7 @@ } }, { - "id": 20541, + "id": 4001, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -172977,8 +176136,8 @@ { "title": "Properties", "children": [ - 20540, - 20541 + 4000, + 4001 ] } ], @@ -173067,14 +176226,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -173089,7 +176248,7 @@ ] }, { - "id": 20591, + "id": 4051, "name": "createShippingOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -173101,7 +176260,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-options.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L22" } ], "type": { @@ -173111,7 +176270,7 @@ "defaultValue": "\"create-shipping-options-workflow\"" }, { - "id": 20592, + "id": 4052, "name": "createShippingOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -173191,7 +176350,7 @@ }, "children": [ { - "id": 20600, + "id": 4060, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -173214,7 +176373,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20601, + "id": 4061, "name": "__type", "variant": "declaration", "kind": 65536, @@ -173228,7 +176387,7 @@ ], "signatures": [ { - "id": 20602, + "id": 4062, "name": "__type", "variant": "signature", "kind": 4096, @@ -173256,7 +176415,7 @@ ], "parameters": [ { - "id": 20603, + "id": 4063, "name": "param0", "variant": "param", "kind": 32768, @@ -173272,14 +176431,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20604, + "id": 4064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20605, + "id": 4065, "name": "input", "variant": "declaration", "kind": 1024, @@ -173304,7 +176463,7 @@ "types": [ { "type": "reference", - "target": 20590, + "target": 4050, "name": "CreateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -173317,7 +176476,7 @@ "typeArguments": [ { "type": "reference", - "target": 20590, + "target": 4050, "name": "CreateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -173333,7 +176492,7 @@ { "title": "Properties", "children": [ - 20605 + 4065 ] } ], @@ -173420,14 +176579,14 @@ { "type": "reflection", "declaration": { - "id": 20606, + "id": 4066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20607, + "id": 4067, "name": "config", "variant": "declaration", "kind": 2048, @@ -173441,7 +176600,7 @@ ], "signatures": [ { - "id": 20608, + "id": 4068, "name": "config", "variant": "signature", "kind": 4096, @@ -173455,7 +176614,7 @@ ], "parameters": [ { - "id": 20609, + "id": 4069, "name": "config", "variant": "param", "kind": 32768, @@ -173466,14 +176625,14 @@ { "type": "reflection", "declaration": { - "id": 20610, + "id": 4070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20611, + "id": 4071, "name": "name", "variant": "declaration", "kind": 1024, @@ -173497,7 +176656,7 @@ { "title": "Properties", "children": [ - 20611 + 4071 ] } ], @@ -173579,7 +176738,7 @@ { "title": "Methods", "children": [ - 20607 + 4067 ] } ], @@ -173620,7 +176779,7 @@ } }, { - "id": 20612, + "id": 4072, "name": "run", "variant": "declaration", "kind": 1024, @@ -173643,7 +176802,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20613, + "id": 4073, "name": "__type", "variant": "declaration", "kind": 65536, @@ -173657,7 +176816,7 @@ ], "signatures": [ { - "id": 20614, + "id": 4074, "name": "__type", "variant": "signature", "kind": 4096, @@ -173685,7 +176844,7 @@ ], "typeParameters": [ { - "id": 20615, + "id": 4075, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -173696,7 +176855,7 @@ } }, { - "id": 20616, + "id": 4076, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -173709,7 +176868,7 @@ ], "parameters": [ { - "id": 20617, + "id": 4077, "name": "args", "variant": "param", "kind": 32768, @@ -173742,7 +176901,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -173753,13 +176912,13 @@ }, "trueType": { "type": "reference", - "target": 20590, + "target": 4050, "name": "CreateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -173792,7 +176951,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -173812,7 +176971,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -173832,7 +176991,7 @@ } }, { - "id": 20618, + "id": 4078, "name": "getName", "variant": "declaration", "kind": 1024, @@ -173855,7 +177014,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20619, + "id": 4079, "name": "__type", "variant": "declaration", "kind": 65536, @@ -173869,7 +177028,7 @@ ], "signatures": [ { - "id": 20620, + "id": 4080, "name": "__type", "variant": "signature", "kind": 4096, @@ -173891,7 +177050,7 @@ } }, { - "id": 20621, + "id": 4081, "name": "config", "variant": "declaration", "kind": 1024, @@ -173914,7 +177073,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20622, + "id": 4082, "name": "__type", "variant": "declaration", "kind": 65536, @@ -173928,7 +177087,7 @@ ], "signatures": [ { - "id": 20623, + "id": 4083, "name": "__type", "variant": "signature", "kind": 4096, @@ -173942,7 +177101,7 @@ ], "parameters": [ { - "id": 20624, + "id": 4084, "name": "config", "variant": "param", "kind": 32768, @@ -173968,7 +177127,7 @@ } }, { - "id": 20625, + "id": 4085, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -173996,7 +177155,7 @@ ], "documents": [ { - "id": 37409, + "id": 20896, "name": "validateShippingOptionPricesStep", "variant": "document", "kind": 8388608, @@ -174012,6 +177171,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3744" + } + ] } ], "modifierTags": [ @@ -174022,7 +177190,7 @@ "frontmatter": {} }, { - "id": 37410, + "id": 20897, "name": "upsertShippingOptionsStep", "variant": "document", "kind": 8388608, @@ -174038,6 +177206,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3687" + } + ] } ], "modifierTags": [ @@ -174048,7 +177225,7 @@ "frontmatter": {} }, { - "id": 37411, + "id": 20898, "name": "createShippingOptionsPriceSetsStep", "variant": "document", "kind": 8388608, @@ -174064,6 +177241,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3440" + } + ] } ], "modifierTags": [ @@ -174075,21 +177261,21 @@ } ], "childrenIncludingDocuments": [ - 20600, - 20612, - 20618, - 20621, - 20625 + 4060, + 4072, + 4078, + 4081, + 4085 ], "groups": [ { "title": "Properties", "children": [ - 20600, - 20612, - 20618, - 20621, - 20625 + 4060, + 4072, + 4078, + 4081, + 4085 ] } ], @@ -174098,12 +177284,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-options.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L92" } ], "signatures": [ { - "id": 20593, + "id": 4053, "name": "createShippingOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -174186,12 +177372,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-options.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L92" } ], "typeParameters": [ { - "id": 20594, + "id": 4054, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -174202,7 +177388,7 @@ } }, { - "id": 20595, + "id": 4055, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -174215,7 +177401,7 @@ ], "parameters": [ { - "id": 20596, + "id": 4056, "name": "container", "variant": "param", "kind": 32768, @@ -174239,14 +177425,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20597, + "id": 4057, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20598, + "id": 4058, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -174269,7 +177455,7 @@ } }, { - "id": 20599, + "id": 4059, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -174296,8 +177482,8 @@ { "title": "Properties", "children": [ - 20598, - 20599 + 4058, + 4059 ] } ], @@ -174368,7 +177554,7 @@ "typeArguments": [ { "type": "reference", - "target": 20590, + "target": 4050, "name": "CreateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -174383,14 +177569,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -174405,7 +177591,7 @@ ] }, { - "id": 20626, + "id": 4086, "name": "createShippingProfilesWorkflowId", "variant": "declaration", "kind": 32, @@ -174417,7 +177603,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L9" } ], "type": { @@ -174427,7 +177613,7 @@ "defaultValue": "\"create-shipping-profiles-workflow\"" }, { - "id": 20627, + "id": 4087, "name": "createShippingProfilesWorkflow", "variant": "declaration", "kind": 64, @@ -174471,7 +177657,7 @@ }, "children": [ { - "id": 20635, + "id": 4095, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -174494,7 +177680,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20636, + "id": 4096, "name": "__type", "variant": "declaration", "kind": 65536, @@ -174508,7 +177694,7 @@ ], "signatures": [ { - "id": 20637, + "id": 4097, "name": "__type", "variant": "signature", "kind": 4096, @@ -174536,7 +177722,7 @@ ], "parameters": [ { - "id": 20638, + "id": 4098, "name": "param0", "variant": "param", "kind": 32768, @@ -174552,14 +177738,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20639, + "id": 4099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20640, + "id": 4100, "name": "input", "variant": "declaration", "kind": 1024, @@ -174619,7 +177805,7 @@ { "title": "Properties", "children": [ - 20640 + 4100 ] } ], @@ -174706,14 +177892,14 @@ { "type": "reflection", "declaration": { - "id": 20641, + "id": 4101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20642, + "id": 4102, "name": "config", "variant": "declaration", "kind": 2048, @@ -174727,7 +177913,7 @@ ], "signatures": [ { - "id": 20643, + "id": 4103, "name": "config", "variant": "signature", "kind": 4096, @@ -174741,7 +177927,7 @@ ], "parameters": [ { - "id": 20644, + "id": 4104, "name": "config", "variant": "param", "kind": 32768, @@ -174752,14 +177938,14 @@ { "type": "reflection", "declaration": { - "id": 20645, + "id": 4105, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20646, + "id": 4106, "name": "name", "variant": "declaration", "kind": 1024, @@ -174783,7 +177969,7 @@ { "title": "Properties", "children": [ - 20646 + 4106 ] } ], @@ -174865,7 +178051,7 @@ { "title": "Methods", "children": [ - 20642 + 4102 ] } ], @@ -174906,7 +178092,7 @@ } }, { - "id": 20647, + "id": 4107, "name": "run", "variant": "declaration", "kind": 1024, @@ -174929,7 +178115,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20648, + "id": 4108, "name": "__type", "variant": "declaration", "kind": 65536, @@ -174943,7 +178129,7 @@ ], "signatures": [ { - "id": 20649, + "id": 4109, "name": "__type", "variant": "signature", "kind": 4096, @@ -174971,7 +178157,7 @@ ], "typeParameters": [ { - "id": 20650, + "id": 4110, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -174982,7 +178168,7 @@ } }, { - "id": 20651, + "id": 4111, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -174995,7 +178181,7 @@ ], "parameters": [ { - "id": 20652, + "id": 4112, "name": "args", "variant": "param", "kind": 32768, @@ -175028,7 +178214,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -175048,7 +178234,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -175081,7 +178267,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -175101,7 +178287,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -175121,7 +178307,7 @@ } }, { - "id": 20653, + "id": 4113, "name": "getName", "variant": "declaration", "kind": 1024, @@ -175144,7 +178330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20654, + "id": 4114, "name": "__type", "variant": "declaration", "kind": 65536, @@ -175158,7 +178344,7 @@ ], "signatures": [ { - "id": 20655, + "id": 4115, "name": "__type", "variant": "signature", "kind": 4096, @@ -175180,7 +178366,7 @@ } }, { - "id": 20656, + "id": 4116, "name": "config", "variant": "declaration", "kind": 1024, @@ -175203,7 +178389,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20657, + "id": 4117, "name": "__type", "variant": "declaration", "kind": 65536, @@ -175217,7 +178403,7 @@ ], "signatures": [ { - "id": 20658, + "id": 4118, "name": "__type", "variant": "signature", "kind": 4096, @@ -175231,7 +178417,7 @@ ], "parameters": [ { - "id": 20659, + "id": 4119, "name": "config", "variant": "param", "kind": 32768, @@ -175257,7 +178443,7 @@ } }, { - "id": 20660, + "id": 4120, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -175285,7 +178471,7 @@ ], "documents": [ { - "id": 37412, + "id": 20899, "name": "createShippingProfilesStep", "variant": "document", "kind": 8388608, @@ -175301,6 +178487,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3572" + } + ] } ], "modifierTags": [ @@ -175312,21 +178507,21 @@ } ], "childrenIncludingDocuments": [ - 20635, - 20647, - 20653, - 20656, - 20660 + 4095, + 4107, + 4113, + 4116, + 4120 ], "groups": [ { "title": "Properties", "children": [ - 20635, - 20647, - 20653, - 20656, - 20660 + 4095, + 4107, + 4113, + 4116, + 4120 ] } ], @@ -175335,12 +178530,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L35" } ], "signatures": [ { - "id": 20628, + "id": 4088, "name": "createShippingProfilesWorkflow", "variant": "signature", "kind": 4096, @@ -175387,12 +178582,12 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts#L35" } ], "typeParameters": [ { - "id": 20629, + "id": 4089, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -175403,7 +178598,7 @@ } }, { - "id": 20630, + "id": 4090, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -175416,7 +178611,7 @@ ], "parameters": [ { - "id": 20631, + "id": 4091, "name": "container", "variant": "param", "kind": 32768, @@ -175440,14 +178635,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20632, + "id": 4092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20633, + "id": 4093, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -175470,7 +178665,7 @@ } }, { - "id": 20634, + "id": 4094, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -175497,8 +178692,8 @@ { "title": "Properties", "children": [ - 20633, - 20634 + 4093, + 4094 ] } ], @@ -175587,14 +178782,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -175609,7 +178804,7 @@ ] }, { - "id": 20663, + "id": 4123, "name": "ids", "variant": "declaration", "kind": 1024, @@ -175627,7 +178822,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L13" } ], "type": { @@ -175639,7 +178834,7 @@ } }, { - "id": 20664, + "id": 4124, "name": "deleteFulfillmentSetsWorkflowId", "variant": "declaration", "kind": 32, @@ -175651,7 +178846,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L16" } ], "type": { @@ -175661,7 +178856,7 @@ "defaultValue": "\"delete-fulfillment-sets-workflow\"" }, { - "id": 20665, + "id": 4125, "name": "deleteFulfillmentSetsWorkflow", "variant": "declaration", "kind": 64, @@ -175705,7 +178900,7 @@ }, "children": [ { - "id": 20673, + "id": 4133, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -175728,7 +178923,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20674, + "id": 4134, "name": "__type", "variant": "declaration", "kind": 65536, @@ -175742,7 +178937,7 @@ ], "signatures": [ { - "id": 20675, + "id": 4135, "name": "__type", "variant": "signature", "kind": 4096, @@ -175770,7 +178965,7 @@ ], "parameters": [ { - "id": 20676, + "id": 4136, "name": "param0", "variant": "param", "kind": 32768, @@ -175786,14 +178981,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20677, + "id": 4137, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20678, + "id": 4138, "name": "input", "variant": "declaration", "kind": 1024, @@ -175818,7 +179013,7 @@ "types": [ { "type": "reference", - "target": 20661, + "target": 4121, "name": "DeleteFulfillmentSetsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -175831,7 +179026,7 @@ "typeArguments": [ { "type": "reference", - "target": 20661, + "target": 4121, "name": "DeleteFulfillmentSetsWorkflowInput", "package": "@medusajs/core-flows" } @@ -175847,7 +179042,7 @@ { "title": "Properties", "children": [ - 20678 + 4138 ] } ], @@ -175883,14 +179078,14 @@ { "type": "reflection", "declaration": { - "id": 20679, + "id": 4139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20680, + "id": 4140, "name": "config", "variant": "declaration", "kind": 2048, @@ -175904,7 +179099,7 @@ ], "signatures": [ { - "id": 20681, + "id": 4141, "name": "config", "variant": "signature", "kind": 4096, @@ -175918,7 +179113,7 @@ ], "parameters": [ { - "id": 20682, + "id": 4142, "name": "config", "variant": "param", "kind": 32768, @@ -175929,14 +179124,14 @@ { "type": "reflection", "declaration": { - "id": 20683, + "id": 4143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20684, + "id": 4144, "name": "name", "variant": "declaration", "kind": 1024, @@ -175960,7 +179155,7 @@ { "title": "Properties", "children": [ - 20684 + 4144 ] } ], @@ -176037,7 +179232,7 @@ { "title": "Methods", "children": [ - 20680 + 4140 ] } ], @@ -176073,7 +179268,7 @@ } }, { - "id": 20685, + "id": 4145, "name": "run", "variant": "declaration", "kind": 1024, @@ -176096,7 +179291,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20686, + "id": 4146, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176110,7 +179305,7 @@ ], "signatures": [ { - "id": 20687, + "id": 4147, "name": "__type", "variant": "signature", "kind": 4096, @@ -176138,7 +179333,7 @@ ], "typeParameters": [ { - "id": 20688, + "id": 4148, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -176149,7 +179344,7 @@ } }, { - "id": 20689, + "id": 4149, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -176162,7 +179357,7 @@ ], "parameters": [ { - "id": 20690, + "id": 4150, "name": "args", "variant": "param", "kind": 32768, @@ -176195,7 +179390,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176206,13 +179401,13 @@ }, "trueType": { "type": "reference", - "target": 20661, + "target": 4121, "name": "DeleteFulfillmentSetsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176245,7 +179440,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176260,7 +179455,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176280,7 +179475,7 @@ } }, { - "id": 20691, + "id": 4151, "name": "getName", "variant": "declaration", "kind": 1024, @@ -176303,7 +179498,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20692, + "id": 4152, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176317,7 +179512,7 @@ ], "signatures": [ { - "id": 20693, + "id": 4153, "name": "__type", "variant": "signature", "kind": 4096, @@ -176339,7 +179534,7 @@ } }, { - "id": 20694, + "id": 4154, "name": "config", "variant": "declaration", "kind": 1024, @@ -176362,7 +179557,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20695, + "id": 4155, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176376,7 +179571,7 @@ ], "signatures": [ { - "id": 20696, + "id": 4156, "name": "__type", "variant": "signature", "kind": 4096, @@ -176390,7 +179585,7 @@ ], "parameters": [ { - "id": 20697, + "id": 4157, "name": "config", "variant": "param", "kind": 32768, @@ -176416,7 +179611,7 @@ } }, { - "id": 20698, + "id": 4158, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -176439,7 +179634,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20699, + "id": 4159, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176453,14 +179648,14 @@ ], "indexSignatures": [ { - "id": 20700, + "id": 4160, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 20701, + "id": 4161, "name": "key", "variant": "param", "kind": 32768, @@ -176474,7 +179669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20702, + "id": 4162, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176488,7 +179683,7 @@ ], "signatures": [ { - "id": 20703, + "id": 4163, "name": "__type", "variant": "signature", "kind": 4096, @@ -176502,14 +179697,14 @@ ], "typeParameters": [ { - "id": 20704, + "id": 4164, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 20705, + "id": 4165, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -176518,7 +179713,7 @@ ], "parameters": [ { - "id": 20706, + "id": 4166, "name": "invoke", "variant": "param", "kind": 32768, @@ -176536,14 +179731,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176554,7 +179749,7 @@ } }, { - "id": 20707, + "id": 4167, "name": "compensate", "variant": "param", "kind": 32768, @@ -176570,7 +179765,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176597,7 +179792,7 @@ ], "documents": [ { - "id": 37413, + "id": 20900, "name": "deleteFulfillmentSetsStep", "variant": "document", "kind": 8388608, @@ -176613,6 +179808,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3585" + } + ] } ], "modifierTags": [ @@ -176623,7 +179827,7 @@ "frontmatter": {} }, { - "id": 37414, + "id": 20901, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -176639,6 +179843,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -176650,21 +179863,21 @@ } ], "childrenIncludingDocuments": [ - 20673, - 20685, - 20691, - 20694, - 20698 + 4133, + 4145, + 4151, + 4154, + 4158 ], "groups": [ { "title": "Properties", "children": [ - 20673, - 20685, - 20691, - 20694, - 20698 + 4133, + 4145, + 4151, + 4154, + 4158 ] } ], @@ -176673,12 +179886,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L37" } ], "signatures": [ { - "id": 20666, + "id": 4126, "name": "deleteFulfillmentSetsWorkflow", "variant": "signature", "kind": 4096, @@ -176725,12 +179938,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L37" } ], "typeParameters": [ { - "id": 20667, + "id": 4127, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -176741,7 +179954,7 @@ } }, { - "id": 20668, + "id": 4128, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -176754,7 +179967,7 @@ ], "parameters": [ { - "id": 20669, + "id": 4129, "name": "container", "variant": "param", "kind": 32768, @@ -176778,14 +179991,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20670, + "id": 4130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20671, + "id": 4131, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -176808,7 +180021,7 @@ } }, { - "id": 20672, + "id": 4132, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -176835,8 +180048,8 @@ { "title": "Properties", "children": [ - 20671, - 20672 + 4131, + 4132 ] } ], @@ -176907,7 +180120,7 @@ "typeArguments": [ { "type": "reference", - "target": 20661, + "target": 4121, "name": "DeleteFulfillmentSetsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -176917,14 +180130,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -176939,7 +180152,7 @@ ] }, { - "id": 20710, + "id": 4170, "name": "ids", "variant": "declaration", "kind": 1024, @@ -176957,7 +180170,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L11" } ], "type": { @@ -176969,7 +180182,7 @@ } }, { - "id": 20711, + "id": 4171, "name": "deleteServiceZonesWorkflowId", "variant": "declaration", "kind": 32, @@ -176981,7 +180194,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L14" } ], "type": { @@ -176991,7 +180204,7 @@ "defaultValue": "\"delete-service-zones-workflow\"" }, { - "id": 20712, + "id": 4172, "name": "deleteServiceZonesWorkflow", "variant": "declaration", "kind": 64, @@ -177035,7 +180248,7 @@ }, "children": [ { - "id": 20720, + "id": 4180, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -177058,7 +180271,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20721, + "id": 4181, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177072,7 +180285,7 @@ ], "signatures": [ { - "id": 20722, + "id": 4182, "name": "__type", "variant": "signature", "kind": 4096, @@ -177100,7 +180313,7 @@ ], "parameters": [ { - "id": 20723, + "id": 4183, "name": "param0", "variant": "param", "kind": 32768, @@ -177116,14 +180329,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20724, + "id": 4184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20725, + "id": 4185, "name": "input", "variant": "declaration", "kind": 1024, @@ -177148,7 +180361,7 @@ "types": [ { "type": "reference", - "target": 20708, + "target": 4168, "name": "DeleteServiceZonesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -177161,7 +180374,7 @@ "typeArguments": [ { "type": "reference", - "target": 20708, + "target": 4168, "name": "DeleteServiceZonesWorkflowInput", "package": "@medusajs/core-flows" } @@ -177177,7 +180390,7 @@ { "title": "Properties", "children": [ - 20725 + 4185 ] } ], @@ -177213,14 +180426,14 @@ { "type": "reflection", "declaration": { - "id": 20726, + "id": 4186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20727, + "id": 4187, "name": "config", "variant": "declaration", "kind": 2048, @@ -177234,7 +180447,7 @@ ], "signatures": [ { - "id": 20728, + "id": 4188, "name": "config", "variant": "signature", "kind": 4096, @@ -177248,7 +180461,7 @@ ], "parameters": [ { - "id": 20729, + "id": 4189, "name": "config", "variant": "param", "kind": 32768, @@ -177259,14 +180472,14 @@ { "type": "reflection", "declaration": { - "id": 20730, + "id": 4190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20731, + "id": 4191, "name": "name", "variant": "declaration", "kind": 1024, @@ -177290,7 +180503,7 @@ { "title": "Properties", "children": [ - 20731 + 4191 ] } ], @@ -177367,7 +180580,7 @@ { "title": "Methods", "children": [ - 20727 + 4187 ] } ], @@ -177403,7 +180616,7 @@ } }, { - "id": 20732, + "id": 4192, "name": "run", "variant": "declaration", "kind": 1024, @@ -177426,7 +180639,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20733, + "id": 4193, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177440,7 +180653,7 @@ ], "signatures": [ { - "id": 20734, + "id": 4194, "name": "__type", "variant": "signature", "kind": 4096, @@ -177468,7 +180681,7 @@ ], "typeParameters": [ { - "id": 20735, + "id": 4195, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -177479,7 +180692,7 @@ } }, { - "id": 20736, + "id": 4196, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -177492,7 +180705,7 @@ ], "parameters": [ { - "id": 20737, + "id": 4197, "name": "args", "variant": "param", "kind": 32768, @@ -177525,7 +180738,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177536,13 +180749,13 @@ }, "trueType": { "type": "reference", - "target": 20708, + "target": 4168, "name": "DeleteServiceZonesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177575,7 +180788,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177590,7 +180803,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177610,7 +180823,7 @@ } }, { - "id": 20738, + "id": 4198, "name": "getName", "variant": "declaration", "kind": 1024, @@ -177633,7 +180846,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20739, + "id": 4199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177647,7 +180860,7 @@ ], "signatures": [ { - "id": 20740, + "id": 4200, "name": "__type", "variant": "signature", "kind": 4096, @@ -177669,7 +180882,7 @@ } }, { - "id": 20741, + "id": 4201, "name": "config", "variant": "declaration", "kind": 1024, @@ -177692,7 +180905,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20742, + "id": 4202, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177706,7 +180919,7 @@ ], "signatures": [ { - "id": 20743, + "id": 4203, "name": "__type", "variant": "signature", "kind": 4096, @@ -177720,7 +180933,7 @@ ], "parameters": [ { - "id": 20744, + "id": 4204, "name": "config", "variant": "param", "kind": 32768, @@ -177746,7 +180959,7 @@ } }, { - "id": 20745, + "id": 4205, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -177769,7 +180982,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20746, + "id": 4206, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177783,14 +180996,14 @@ ], "indexSignatures": [ { - "id": 20747, + "id": 4207, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 20748, + "id": 4208, "name": "key", "variant": "param", "kind": 32768, @@ -177804,7 +181017,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20749, + "id": 4209, "name": "__type", "variant": "declaration", "kind": 65536, @@ -177818,7 +181031,7 @@ ], "signatures": [ { - "id": 20750, + "id": 4210, "name": "__type", "variant": "signature", "kind": 4096, @@ -177832,14 +181045,14 @@ ], "typeParameters": [ { - "id": 20751, + "id": 4211, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 20752, + "id": 4212, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -177848,7 +181061,7 @@ ], "parameters": [ { - "id": 20753, + "id": 4213, "name": "invoke", "variant": "param", "kind": 32768, @@ -177866,14 +181079,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177884,7 +181097,7 @@ } }, { - "id": 20754, + "id": 4214, "name": "compensate", "variant": "param", "kind": 32768, @@ -177900,7 +181113,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -177927,7 +181140,7 @@ ], "documents": [ { - "id": 37415, + "id": 20902, "name": "deleteServiceZonesStep", "variant": "document", "kind": 8388608, @@ -177943,6 +181156,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3592" + } + ] } ], "modifierTags": [ @@ -177954,21 +181176,21 @@ } ], "childrenIncludingDocuments": [ - 20720, - 20732, - 20738, - 20741, - 20745 + 4180, + 4192, + 4198, + 4201, + 4205 ], "groups": [ { "title": "Properties", "children": [ - 20720, - 20732, - 20738, - 20741, - 20745 + 4180, + 4192, + 4198, + 4201, + 4205 ] } ], @@ -177977,12 +181199,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L34" } ], "signatures": [ { - "id": 20713, + "id": 4173, "name": "deleteServiceZonesWorkflow", "variant": "signature", "kind": 4096, @@ -178029,12 +181251,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L34" } ], "typeParameters": [ { - "id": 20714, + "id": 4174, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -178045,7 +181267,7 @@ } }, { - "id": 20715, + "id": 4175, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -178058,7 +181280,7 @@ ], "parameters": [ { - "id": 20716, + "id": 4176, "name": "container", "variant": "param", "kind": 32768, @@ -178082,14 +181304,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20717, + "id": 4177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20718, + "id": 4178, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -178112,7 +181334,7 @@ } }, { - "id": 20719, + "id": 4179, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -178139,8 +181361,8 @@ { "title": "Properties", "children": [ - 20718, - 20719 + 4178, + 4179 ] } ], @@ -178211,7 +181433,7 @@ "typeArguments": [ { "type": "reference", - "target": 20708, + "target": 4168, "name": "DeleteServiceZonesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -178221,14 +181443,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -178243,7 +181465,7 @@ ] }, { - "id": 20755, + "id": 4215, "name": "deleteShippingOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -178255,7 +181477,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-shipping-options.ts", "line": 6, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L6" } ], "type": { @@ -178265,7 +181487,7 @@ "defaultValue": "\"delete-shipping-options-workflow\"" }, { - "id": 20756, + "id": 4216, "name": "deleteShippingOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -178309,7 +181531,7 @@ }, "children": [ { - "id": 20764, + "id": 4224, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -178332,7 +181554,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20765, + "id": 4225, "name": "__type", "variant": "declaration", "kind": 65536, @@ -178346,7 +181568,7 @@ ], "signatures": [ { - "id": 20766, + "id": 4226, "name": "__type", "variant": "signature", "kind": 4096, @@ -178374,7 +181596,7 @@ ], "parameters": [ { - "id": 20767, + "id": 4227, "name": "param0", "variant": "param", "kind": 32768, @@ -178390,14 +181612,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20768, + "id": 4228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20769, + "id": 4229, "name": "input", "variant": "declaration", "kind": 1024, @@ -178457,7 +181679,7 @@ { "title": "Properties", "children": [ - 20769 + 4229 ] } ], @@ -178493,14 +181715,14 @@ { "type": "reflection", "declaration": { - "id": 20770, + "id": 4230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20771, + "id": 4231, "name": "config", "variant": "declaration", "kind": 2048, @@ -178514,7 +181736,7 @@ ], "signatures": [ { - "id": 20772, + "id": 4232, "name": "config", "variant": "signature", "kind": 4096, @@ -178528,7 +181750,7 @@ ], "parameters": [ { - "id": 20773, + "id": 4233, "name": "config", "variant": "param", "kind": 32768, @@ -178539,14 +181761,14 @@ { "type": "reflection", "declaration": { - "id": 20774, + "id": 4234, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20775, + "id": 4235, "name": "name", "variant": "declaration", "kind": 1024, @@ -178570,7 +181792,7 @@ { "title": "Properties", "children": [ - 20775 + 4235 ] } ], @@ -178647,7 +181869,7 @@ { "title": "Methods", "children": [ - 20771 + 4231 ] } ], @@ -178683,7 +181905,7 @@ } }, { - "id": 20776, + "id": 4236, "name": "run", "variant": "declaration", "kind": 1024, @@ -178706,7 +181928,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20777, + "id": 4237, "name": "__type", "variant": "declaration", "kind": 65536, @@ -178720,7 +181942,7 @@ ], "signatures": [ { - "id": 20778, + "id": 4238, "name": "__type", "variant": "signature", "kind": 4096, @@ -178748,7 +181970,7 @@ ], "typeParameters": [ { - "id": 20779, + "id": 4239, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -178759,7 +181981,7 @@ } }, { - "id": 20780, + "id": 4240, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -178772,7 +181994,7 @@ ], "parameters": [ { - "id": 20781, + "id": 4241, "name": "args", "variant": "param", "kind": 32768, @@ -178805,7 +182027,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -178825,7 +182047,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -178858,7 +182080,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -178873,7 +182095,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -178893,7 +182115,7 @@ } }, { - "id": 20782, + "id": 4242, "name": "getName", "variant": "declaration", "kind": 1024, @@ -178916,7 +182138,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20783, + "id": 4243, "name": "__type", "variant": "declaration", "kind": 65536, @@ -178930,7 +182152,7 @@ ], "signatures": [ { - "id": 20784, + "id": 4244, "name": "__type", "variant": "signature", "kind": 4096, @@ -178952,7 +182174,7 @@ } }, { - "id": 20785, + "id": 4245, "name": "config", "variant": "declaration", "kind": 1024, @@ -178975,7 +182197,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20786, + "id": 4246, "name": "__type", "variant": "declaration", "kind": 65536, @@ -178989,7 +182211,7 @@ ], "signatures": [ { - "id": 20787, + "id": 4247, "name": "__type", "variant": "signature", "kind": 4096, @@ -179003,7 +182225,7 @@ ], "parameters": [ { - "id": 20788, + "id": 4248, "name": "config", "variant": "param", "kind": 32768, @@ -179029,7 +182251,7 @@ } }, { - "id": 20789, + "id": 4249, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -179052,7 +182274,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20790, + "id": 4250, "name": "__type", "variant": "declaration", "kind": 65536, @@ -179066,14 +182288,14 @@ ], "indexSignatures": [ { - "id": 20791, + "id": 4251, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 20792, + "id": 4252, "name": "key", "variant": "param", "kind": 32768, @@ -179087,7 +182309,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20793, + "id": 4253, "name": "__type", "variant": "declaration", "kind": 65536, @@ -179101,7 +182323,7 @@ ], "signatures": [ { - "id": 20794, + "id": 4254, "name": "__type", "variant": "signature", "kind": 4096, @@ -179115,14 +182337,14 @@ ], "typeParameters": [ { - "id": 20795, + "id": 4255, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 20796, + "id": 4256, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -179131,7 +182353,7 @@ ], "parameters": [ { - "id": 20797, + "id": 4257, "name": "invoke", "variant": "param", "kind": 32768, @@ -179149,14 +182371,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -179167,7 +182389,7 @@ } }, { - "id": 20798, + "id": 4258, "name": "compensate", "variant": "param", "kind": 32768, @@ -179183,7 +182405,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -179210,7 +182432,7 @@ ], "documents": [ { - "id": 37416, + "id": 20903, "name": "deleteShippingOptionsStep", "variant": "document", "kind": 8388608, @@ -179226,6 +182448,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3611" + } + ] } ], "modifierTags": [ @@ -179236,7 +182467,7 @@ "frontmatter": {} }, { - "id": 37417, + "id": 20904, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -179252,6 +182483,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -179263,21 +182503,21 @@ } ], "childrenIncludingDocuments": [ - 20764, - 20776, - 20782, - 20785, - 20789 + 4224, + 4236, + 4242, + 4245, + 4249 ], "groups": [ { "title": "Properties", "children": [ - 20764, - 20776, - 20782, - 20785, - 20789 + 4224, + 4236, + 4242, + 4245, + 4249 ] } ], @@ -179286,12 +182526,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-shipping-options.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L27" } ], "signatures": [ { - "id": 20757, + "id": 4217, "name": "deleteShippingOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -179338,12 +182578,12 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-shipping-options.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts#L27" } ], "typeParameters": [ { - "id": 20758, + "id": 4218, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -179354,7 +182594,7 @@ } }, { - "id": 20759, + "id": 4219, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -179367,7 +182607,7 @@ ], "parameters": [ { - "id": 20760, + "id": 4220, "name": "container", "variant": "param", "kind": 32768, @@ -179391,14 +182631,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20761, + "id": 4221, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20762, + "id": 4222, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -179421,7 +182661,7 @@ } }, { - "id": 20763, + "id": 4223, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -179448,8 +182688,8 @@ { "title": "Properties", "children": [ - 20762, - 20763 + 4222, + 4223 ] } ], @@ -179533,14 +182773,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -179555,7 +182795,7 @@ ] }, { - "id": 20799, + "id": 4259, "name": "validateFulfillmentDeliverabilityStepId", "variant": "declaration", "kind": 32, @@ -179567,7 +182807,7 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L14" } ], "type": { @@ -179577,7 +182817,7 @@ "defaultValue": "\"validate-fulfillment-deliverability\"" }, { - "id": 20800, + "id": 4260, "name": "validateFulfillmentDeliverabilityStep", "variant": "declaration", "kind": 64, @@ -179612,7 +182852,7 @@ }, "children": [ { - "id": 20803, + "id": 4263, "name": "__type", "variant": "declaration", "kind": 1024, @@ -179630,7 +182870,7 @@ } }, { - "id": 20804, + "id": 4264, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -179652,8 +182892,8 @@ { "title": "Properties", "children": [ - 20803, - 20804 + 4263, + 4264 ] } ], @@ -179662,12 +182902,12 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L33" } ], "signatures": [ { - "id": 20801, + "id": 4261, "name": "validateFulfillmentDeliverabilityStep", "variant": "signature", "kind": 4096, @@ -179705,12 +182945,12 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L33" } ], "parameters": [ { - "id": 20802, + "id": 4262, "name": "input", "variant": "param", "kind": 32768, @@ -179759,7 +182999,7 @@ ] }, { - "id": 20807, + "id": 4267, "name": "id", "variant": "declaration", "kind": 1024, @@ -179777,7 +183017,7 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 61, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L61" } ], "type": { @@ -179786,7 +183026,7 @@ } }, { - "id": 20808, + "id": 4268, "name": "markFulfillmentAsDeliveredWorkflowId", "variant": "declaration", "kind": 32, @@ -179798,7 +183038,7 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L64" } ], "type": { @@ -179808,7 +183048,7 @@ "defaultValue": "\"mark-fulfillment-as-delivered-workflow\"" }, { - "id": 20809, + "id": 4269, "name": "markFulfillmentAsDeliveredWorkflow", "variant": "declaration", "kind": 64, @@ -179870,7 +183110,7 @@ }, "children": [ { - "id": 20817, + "id": 4277, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -179893,7 +183133,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20818, + "id": 4278, "name": "__type", "variant": "declaration", "kind": 65536, @@ -179907,7 +183147,7 @@ ], "signatures": [ { - "id": 20819, + "id": 4279, "name": "__type", "variant": "signature", "kind": 4096, @@ -179935,7 +183175,7 @@ ], "parameters": [ { - "id": 20820, + "id": 4280, "name": "param0", "variant": "param", "kind": 32768, @@ -179951,14 +183191,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20821, + "id": 4281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20822, + "id": 4282, "name": "input", "variant": "declaration", "kind": 1024, @@ -179983,7 +183223,7 @@ "types": [ { "type": "reference", - "target": 20805, + "target": 4265, "name": "MarkFulfillmentAsDeliveredInput", "package": "@medusajs/core-flows" }, @@ -179996,7 +183236,7 @@ "typeArguments": [ { "type": "reference", - "target": 20805, + "target": 4265, "name": "MarkFulfillmentAsDeliveredInput", "package": "@medusajs/core-flows" } @@ -180012,7 +183252,7 @@ { "title": "Properties", "children": [ - 20822 + 4282 ] } ], @@ -180033,14 +183273,14 @@ { "type": "reflection", "declaration": { - "id": 20823, + "id": 4283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20824, + "id": 4284, "name": "id", "variant": "declaration", "kind": 1024, @@ -180086,7 +183326,7 @@ } }, { - "id": 20825, + "id": 4285, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -180132,7 +183372,7 @@ } }, { - "id": 20826, + "id": 4286, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -180201,7 +183441,7 @@ } }, { - "id": 20827, + "id": 4287, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -180270,7 +183510,7 @@ } }, { - "id": 20828, + "id": 4288, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -180339,7 +183579,7 @@ } }, { - "id": 20829, + "id": 4289, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -180408,7 +183648,7 @@ } }, { - "id": 20830, + "id": 4290, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -180473,7 +183713,7 @@ } }, { - "id": 20831, + "id": 4291, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -180538,7 +183778,7 @@ } }, { - "id": 20832, + "id": 4292, "name": "data", "variant": "declaration", "kind": 1024, @@ -180627,7 +183867,7 @@ } }, { - "id": 20833, + "id": 4293, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -180673,7 +183913,7 @@ } }, { - "id": 20834, + "id": 4294, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -180732,7 +183972,7 @@ } }, { - "id": 20835, + "id": 4295, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -180821,7 +184061,7 @@ } }, { - "id": 20836, + "id": 4296, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -180890,7 +184130,7 @@ } }, { - "id": 20837, + "id": 4297, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -180936,7 +184176,7 @@ } }, { - "id": 20838, + "id": 4298, "name": "provider", "variant": "declaration", "kind": 1024, @@ -180992,7 +184232,7 @@ } }, { - "id": 20839, + "id": 4299, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -181048,7 +184288,7 @@ } }, { - "id": 20840, + "id": 4300, "name": "items", "variant": "declaration", "kind": 1024, @@ -181110,7 +184350,7 @@ } }, { - "id": 20841, + "id": 4301, "name": "labels", "variant": "declaration", "kind": 1024, @@ -181172,7 +184412,7 @@ } }, { - "id": 20842, + "id": 4302, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -181228,7 +184468,7 @@ } }, { - "id": 20843, + "id": 4303, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -181284,7 +184524,7 @@ } }, { - "id": 20844, + "id": 4304, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -181357,27 +184597,27 @@ { "title": "Properties", "children": [ - 20824, - 20825, - 20826, - 20827, - 20828, - 20829, - 20830, - 20831, - 20832, - 20833, - 20834, - 20835, - 20836, - 20837, - 20838, - 20839, - 20840, - 20841, - 20842, - 20843, - 20844 + 4284, + 4285, + 4286, + 4287, + 4288, + 4289, + 4290, + 4291, + 4292, + 4293, + 4294, + 4295, + 4296, + 4297, + 4298, + 4299, + 4300, + 4301, + 4302, + 4303, + 4304 ] } ], @@ -181422,14 +184662,14 @@ { "type": "reflection", "declaration": { - "id": 20845, + "id": 4305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20846, + "id": 4306, "name": "config", "variant": "declaration", "kind": 2048, @@ -181443,7 +184683,7 @@ ], "signatures": [ { - "id": 20847, + "id": 4307, "name": "config", "variant": "signature", "kind": 4096, @@ -181457,7 +184697,7 @@ ], "parameters": [ { - "id": 20848, + "id": 4308, "name": "config", "variant": "param", "kind": 32768, @@ -181468,14 +184708,14 @@ { "type": "reflection", "declaration": { - "id": 20849, + "id": 4309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20850, + "id": 4310, "name": "name", "variant": "declaration", "kind": 1024, @@ -181499,7 +184739,7 @@ { "title": "Properties", "children": [ - 20850 + 4310 ] } ], @@ -181581,7 +184821,7 @@ { "title": "Methods", "children": [ - 20846 + 4306 ] } ], @@ -181622,7 +184862,7 @@ } }, { - "id": 20851, + "id": 4311, "name": "run", "variant": "declaration", "kind": 1024, @@ -181645,7 +184885,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20852, + "id": 4312, "name": "__type", "variant": "declaration", "kind": 65536, @@ -181659,7 +184899,7 @@ ], "signatures": [ { - "id": 20853, + "id": 4313, "name": "__type", "variant": "signature", "kind": 4096, @@ -181687,7 +184927,7 @@ ], "typeParameters": [ { - "id": 20854, + "id": 4314, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -181698,7 +184938,7 @@ } }, { - "id": 20855, + "id": 4315, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -181711,7 +184951,7 @@ ], "parameters": [ { - "id": 20856, + "id": 4316, "name": "args", "variant": "param", "kind": 32768, @@ -181744,7 +184984,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -181755,13 +184995,13 @@ }, "trueType": { "type": "reference", - "target": 20805, + "target": 4265, "name": "MarkFulfillmentAsDeliveredInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -181794,7 +185034,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -181814,7 +185054,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -181834,7 +185074,7 @@ } }, { - "id": 20857, + "id": 4317, "name": "getName", "variant": "declaration", "kind": 1024, @@ -181857,7 +185097,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20858, + "id": 4318, "name": "__type", "variant": "declaration", "kind": 65536, @@ -181871,7 +185111,7 @@ ], "signatures": [ { - "id": 20859, + "id": 4319, "name": "__type", "variant": "signature", "kind": 4096, @@ -181893,7 +185133,7 @@ } }, { - "id": 20860, + "id": 4320, "name": "config", "variant": "declaration", "kind": 1024, @@ -181916,7 +185156,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20861, + "id": 4321, "name": "__type", "variant": "declaration", "kind": 65536, @@ -181930,7 +185170,7 @@ ], "signatures": [ { - "id": 20862, + "id": 4322, "name": "__type", "variant": "signature", "kind": 4096, @@ -181944,7 +185184,7 @@ ], "parameters": [ { - "id": 20863, + "id": 4323, "name": "config", "variant": "param", "kind": 32768, @@ -181970,7 +185210,7 @@ } }, { - "id": 20864, + "id": 4324, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -181998,7 +185238,7 @@ ], "documents": [ { - "id": 37418, + "id": 20905, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -182014,6 +185254,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -182024,7 +185273,7 @@ "frontmatter": {} }, { - "id": 37419, + "id": 20906, "name": "validateFulfillmentDeliverabilityStep", "variant": "document", "kind": 8388608, @@ -182040,6 +185289,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4260" + } + ] } ], "modifierTags": [ @@ -182050,7 +185308,7 @@ "frontmatter": {} }, { - "id": 37420, + "id": 20907, "name": "updateFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -182066,6 +185324,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4326" + } + ] } ], "modifierTags": [ @@ -182077,21 +185344,21 @@ } ], "childrenIncludingDocuments": [ - 20817, - 20851, - 20857, - 20860, - 20864 + 4277, + 4311, + 4317, + 4320, + 4324 ], "groups": [ { "title": "Properties", "children": [ - 20817, - 20851, - 20857, - 20860, - 20864 + 4277, + 4311, + 4317, + 4320, + 4324 ] } ], @@ -182100,12 +185367,12 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L84" } ], "signatures": [ { - "id": 20810, + "id": 4270, "name": "markFulfillmentAsDeliveredWorkflow", "variant": "signature", "kind": 4096, @@ -182170,12 +185437,12 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L84" } ], "typeParameters": [ { - "id": 20811, + "id": 4271, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -182186,7 +185453,7 @@ } }, { - "id": 20812, + "id": 4272, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -182199,7 +185466,7 @@ ], "parameters": [ { - "id": 20813, + "id": 4273, "name": "container", "variant": "param", "kind": 32768, @@ -182223,14 +185490,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20814, + "id": 4274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20815, + "id": 4275, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -182253,7 +185520,7 @@ } }, { - "id": 20816, + "id": 4276, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -182280,8 +185547,8 @@ { "title": "Properties", "children": [ - 20815, - 20816 + 4275, + 4276 ] } ], @@ -182352,7 +185619,7 @@ "typeArguments": [ { "type": "reference", - "target": 20805, + "target": 4265, "name": "MarkFulfillmentAsDeliveredInput", "package": "@medusajs/core-flows" }, @@ -182367,14 +185634,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -182389,7 +185656,7 @@ ] }, { - "id": 20865, + "id": 4325, "name": "updateFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -182401,7 +185668,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-fulfillment.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L9" } ], "type": { @@ -182411,7 +185678,7 @@ "defaultValue": "\"update-fulfillment-workflow\"" }, { - "id": 20866, + "id": 4326, "name": "updateFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -182464,7 +185731,7 @@ }, "children": [ { - "id": 20874, + "id": 4334, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -182487,7 +185754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20875, + "id": 4335, "name": "__type", "variant": "declaration", "kind": 65536, @@ -182501,7 +185768,7 @@ ], "signatures": [ { - "id": 20876, + "id": 4336, "name": "__type", "variant": "signature", "kind": 4096, @@ -182529,7 +185796,7 @@ ], "parameters": [ { - "id": 20877, + "id": 4337, "name": "param0", "variant": "param", "kind": 32768, @@ -182545,14 +185812,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20878, + "id": 4338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20879, + "id": 4339, "name": "input", "variant": "declaration", "kind": 1024, @@ -182612,7 +185879,7 @@ { "title": "Properties", "children": [ - 20879 + 4339 ] } ], @@ -182633,14 +185900,14 @@ { "type": "reflection", "declaration": { - "id": 20880, + "id": 4340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20881, + "id": 4341, "name": "id", "variant": "declaration", "kind": 1024, @@ -182686,7 +185953,7 @@ } }, { - "id": 20882, + "id": 4342, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -182732,7 +185999,7 @@ } }, { - "id": 20883, + "id": 4343, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -182801,7 +186068,7 @@ } }, { - "id": 20884, + "id": 4344, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -182870,7 +186137,7 @@ } }, { - "id": 20885, + "id": 4345, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -182939,7 +186206,7 @@ } }, { - "id": 20886, + "id": 4346, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -183008,7 +186275,7 @@ } }, { - "id": 20887, + "id": 4347, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -183073,7 +186340,7 @@ } }, { - "id": 20888, + "id": 4348, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -183138,7 +186405,7 @@ } }, { - "id": 20889, + "id": 4349, "name": "data", "variant": "declaration", "kind": 1024, @@ -183227,7 +186494,7 @@ } }, { - "id": 20890, + "id": 4350, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -183273,7 +186540,7 @@ } }, { - "id": 20891, + "id": 4351, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -183332,7 +186599,7 @@ } }, { - "id": 20892, + "id": 4352, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -183421,7 +186688,7 @@ } }, { - "id": 20893, + "id": 4353, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -183490,7 +186757,7 @@ } }, { - "id": 20894, + "id": 4354, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -183536,7 +186803,7 @@ } }, { - "id": 20895, + "id": 4355, "name": "provider", "variant": "declaration", "kind": 1024, @@ -183592,7 +186859,7 @@ } }, { - "id": 20896, + "id": 4356, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -183648,7 +186915,7 @@ } }, { - "id": 20897, + "id": 4357, "name": "items", "variant": "declaration", "kind": 1024, @@ -183710,7 +186977,7 @@ } }, { - "id": 20898, + "id": 4358, "name": "labels", "variant": "declaration", "kind": 1024, @@ -183772,7 +187039,7 @@ } }, { - "id": 20899, + "id": 4359, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -183828,7 +187095,7 @@ } }, { - "id": 20900, + "id": 4360, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -183884,7 +187151,7 @@ } }, { - "id": 20901, + "id": 4361, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -183957,27 +187224,27 @@ { "title": "Properties", "children": [ - 20881, - 20882, - 20883, - 20884, - 20885, - 20886, - 20887, - 20888, - 20889, - 20890, - 20891, - 20892, - 20893, - 20894, - 20895, - 20896, - 20897, - 20898, - 20899, - 20900, - 20901 + 4341, + 4342, + 4343, + 4344, + 4345, + 4346, + 4347, + 4348, + 4349, + 4350, + 4351, + 4352, + 4353, + 4354, + 4355, + 4356, + 4357, + 4358, + 4359, + 4360, + 4361 ] } ], @@ -184022,14 +187289,14 @@ { "type": "reflection", "declaration": { - "id": 20902, + "id": 4362, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20903, + "id": 4363, "name": "config", "variant": "declaration", "kind": 2048, @@ -184043,7 +187310,7 @@ ], "signatures": [ { - "id": 20904, + "id": 4364, "name": "config", "variant": "signature", "kind": 4096, @@ -184057,7 +187324,7 @@ ], "parameters": [ { - "id": 20905, + "id": 4365, "name": "config", "variant": "param", "kind": 32768, @@ -184068,14 +187335,14 @@ { "type": "reflection", "declaration": { - "id": 20906, + "id": 4366, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20907, + "id": 4367, "name": "name", "variant": "declaration", "kind": 1024, @@ -184099,7 +187366,7 @@ { "title": "Properties", "children": [ - 20907 + 4367 ] } ], @@ -184181,7 +187448,7 @@ { "title": "Methods", "children": [ - 20903 + 4363 ] } ], @@ -184222,7 +187489,7 @@ } }, { - "id": 20908, + "id": 4368, "name": "run", "variant": "declaration", "kind": 1024, @@ -184245,7 +187512,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20909, + "id": 4369, "name": "__type", "variant": "declaration", "kind": 65536, @@ -184259,7 +187526,7 @@ ], "signatures": [ { - "id": 20910, + "id": 4370, "name": "__type", "variant": "signature", "kind": 4096, @@ -184287,7 +187554,7 @@ ], "typeParameters": [ { - "id": 20911, + "id": 4371, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -184298,7 +187565,7 @@ } }, { - "id": 20912, + "id": 4372, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -184311,7 +187578,7 @@ ], "parameters": [ { - "id": 20913, + "id": 4373, "name": "args", "variant": "param", "kind": 32768, @@ -184344,7 +187611,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -184364,7 +187631,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -184397,7 +187664,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -184417,7 +187684,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -184437,7 +187704,7 @@ } }, { - "id": 20914, + "id": 4374, "name": "getName", "variant": "declaration", "kind": 1024, @@ -184460,7 +187727,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20915, + "id": 4375, "name": "__type", "variant": "declaration", "kind": 65536, @@ -184474,7 +187741,7 @@ ], "signatures": [ { - "id": 20916, + "id": 4376, "name": "__type", "variant": "signature", "kind": 4096, @@ -184496,7 +187763,7 @@ } }, { - "id": 20917, + "id": 4377, "name": "config", "variant": "declaration", "kind": 1024, @@ -184519,7 +187786,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20918, + "id": 4378, "name": "__type", "variant": "declaration", "kind": 65536, @@ -184533,7 +187800,7 @@ ], "signatures": [ { - "id": 20919, + "id": 4379, "name": "__type", "variant": "signature", "kind": 4096, @@ -184547,7 +187814,7 @@ ], "parameters": [ { - "id": 20920, + "id": 4380, "name": "config", "variant": "param", "kind": 32768, @@ -184573,7 +187840,7 @@ } }, { - "id": 20921, + "id": 4381, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -184601,7 +187868,7 @@ ], "documents": [ { - "id": 37421, + "id": 20908, "name": "updateFulfillmentStep", "variant": "document", "kind": 8388608, @@ -184617,6 +187884,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3636" + } + ] } ], "modifierTags": [ @@ -184628,21 +187904,21 @@ } ], "childrenIncludingDocuments": [ - 20874, - 20908, - 20914, - 20917, - 20921 + 4334, + 4368, + 4374, + 4377, + 4381 ], "groups": [ { "title": "Properties", "children": [ - 20874, - 20908, - 20914, - 20917, - 20921 + 4334, + 4368, + 4374, + 4377, + 4381 ] } ], @@ -184651,12 +187927,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-fulfillment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L30" } ], "signatures": [ { - "id": 20867, + "id": 4327, "name": "updateFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -184712,12 +187988,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-fulfillment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts#L30" } ], "typeParameters": [ { - "id": 20868, + "id": 4328, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -184728,7 +188004,7 @@ } }, { - "id": 20869, + "id": 4329, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -184741,7 +188017,7 @@ ], "parameters": [ { - "id": 20870, + "id": 4330, "name": "container", "variant": "param", "kind": 32768, @@ -184765,14 +188041,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20871, + "id": 4331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20872, + "id": 4332, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -184795,7 +188071,7 @@ } }, { - "id": 20873, + "id": 4333, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -184822,8 +188098,8 @@ { "title": "Properties", "children": [ - 20872, - 20873 + 4332, + 4333 ] } ], @@ -184912,14 +188188,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -184934,7 +188210,7 @@ ] }, { - "id": 20923, + "id": 4383, "name": "updateServiceZonesWorkflowId", "variant": "declaration", "kind": 32, @@ -184946,7 +188222,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-service-zones.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L14" } ], "type": { @@ -184956,7 +188232,7 @@ "defaultValue": "\"update-service-zones-workflow\"" }, { - "id": 20924, + "id": 4384, "name": "updateServiceZonesWorkflow", "variant": "declaration", "kind": 64, @@ -185000,7 +188276,7 @@ }, "children": [ { - "id": 20932, + "id": 4392, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -185023,7 +188299,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20933, + "id": 4393, "name": "__type", "variant": "declaration", "kind": 65536, @@ -185037,7 +188313,7 @@ ], "signatures": [ { - "id": 20934, + "id": 4394, "name": "__type", "variant": "signature", "kind": 4096, @@ -185065,7 +188341,7 @@ ], "parameters": [ { - "id": 20935, + "id": 4395, "name": "param0", "variant": "param", "kind": 32768, @@ -185081,14 +188357,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20936, + "id": 4396, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20937, + "id": 4397, "name": "input", "variant": "declaration", "kind": 1024, @@ -185148,7 +188424,7 @@ { "title": "Properties", "children": [ - 20937 + 4397 ] } ], @@ -185205,7 +188481,7 @@ }, { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -185218,7 +188494,7 @@ "typeArguments": [ { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -185229,14 +188505,14 @@ { "type": "reflection", "declaration": { - "id": 20938, + "id": 4398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20939, + "id": 4399, "name": "config", "variant": "declaration", "kind": 2048, @@ -185250,7 +188526,7 @@ ], "signatures": [ { - "id": 20940, + "id": 4400, "name": "config", "variant": "signature", "kind": 4096, @@ -185264,7 +188540,7 @@ ], "parameters": [ { - "id": 20941, + "id": 4401, "name": "config", "variant": "param", "kind": 32768, @@ -185275,14 +188551,14 @@ { "type": "reflection", "declaration": { - "id": 20942, + "id": 4402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20943, + "id": 4403, "name": "name", "variant": "declaration", "kind": 1024, @@ -185306,7 +188582,7 @@ { "title": "Properties", "children": [ - 20943 + 4403 ] } ], @@ -185369,7 +188645,7 @@ "typeArguments": [ { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -185385,7 +188661,7 @@ { "title": "Methods", "children": [ - 20939 + 4399 ] } ], @@ -185407,7 +188683,7 @@ "typeArguments": [ { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -185423,7 +188699,7 @@ } }, { - "id": 20944, + "id": 4404, "name": "run", "variant": "declaration", "kind": 1024, @@ -185446,7 +188722,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20945, + "id": 4405, "name": "__type", "variant": "declaration", "kind": 65536, @@ -185460,7 +188736,7 @@ ], "signatures": [ { - "id": 20946, + "id": 4406, "name": "__type", "variant": "signature", "kind": 4096, @@ -185488,7 +188764,7 @@ ], "typeParameters": [ { - "id": 20947, + "id": 4407, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -185499,7 +188775,7 @@ } }, { - "id": 20948, + "id": 4408, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -185512,7 +188788,7 @@ ], "parameters": [ { - "id": 20949, + "id": 4409, "name": "args", "variant": "param", "kind": 32768, @@ -185545,7 +188821,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -185565,7 +188841,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -185598,7 +188874,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -185609,13 +188885,13 @@ }, "trueType": { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -185635,7 +188911,7 @@ } }, { - "id": 20950, + "id": 4410, "name": "getName", "variant": "declaration", "kind": 1024, @@ -185658,7 +188934,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20951, + "id": 4411, "name": "__type", "variant": "declaration", "kind": 65536, @@ -185672,7 +188948,7 @@ ], "signatures": [ { - "id": 20952, + "id": 4412, "name": "__type", "variant": "signature", "kind": 4096, @@ -185694,7 +188970,7 @@ } }, { - "id": 20953, + "id": 4413, "name": "config", "variant": "declaration", "kind": 1024, @@ -185717,7 +188993,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20954, + "id": 4414, "name": "__type", "variant": "declaration", "kind": 65536, @@ -185731,7 +189007,7 @@ ], "signatures": [ { - "id": 20955, + "id": 4415, "name": "__type", "variant": "signature", "kind": 4096, @@ -185745,7 +189021,7 @@ ], "parameters": [ { - "id": 20956, + "id": 4416, "name": "config", "variant": "param", "kind": 32768, @@ -185771,7 +189047,7 @@ } }, { - "id": 20957, + "id": 4417, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -185799,7 +189075,7 @@ ], "documents": [ { - "id": 37422, + "id": 20909, "name": "updateServiceZonesStep", "variant": "document", "kind": 8388608, @@ -185815,6 +189091,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3719" + } + ] } ], "modifierTags": [ @@ -185826,21 +189111,21 @@ } ], "childrenIncludingDocuments": [ - 20932, - 20944, - 20950, - 20953, - 20957 + 4392, + 4404, + 4410, + 4413, + 4417 ], "groups": [ { "title": "Properties", "children": [ - 20932, - 20944, - 20950, - 20953, - 20957 + 4392, + 4404, + 4410, + 4413, + 4417 ] } ], @@ -185849,12 +189134,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-service-zones.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L39" } ], "signatures": [ { - "id": 20925, + "id": 4385, "name": "updateServiceZonesWorkflow", "variant": "signature", "kind": 4096, @@ -185901,12 +189186,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-service-zones.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L39" } ], "typeParameters": [ { - "id": 20926, + "id": 4386, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -185917,7 +189202,7 @@ } }, { - "id": 20927, + "id": 4387, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -185930,7 +189215,7 @@ ], "parameters": [ { - "id": 20928, + "id": 4388, "name": "container", "variant": "param", "kind": 32768, @@ -185954,14 +189239,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20929, + "id": 4389, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20930, + "id": 4390, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -185984,7 +189269,7 @@ } }, { - "id": 20931, + "id": 4391, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -186011,8 +189296,8 @@ { "title": "Properties", "children": [ - 20930, - 20931 + 4390, + 4391 ] } ], @@ -186092,20 +189377,20 @@ }, { "type": "reference", - "target": 20922, + "target": 4382, "name": "UpdateServiceZonesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -186120,7 +189405,7 @@ ] }, { - "id": 20959, + "id": 4419, "name": "updateShippingOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -186132,7 +189417,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-options.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L22" } ], "type": { @@ -186142,7 +189427,7 @@ "defaultValue": "\"update-shipping-options-workflow\"" }, { - "id": 20960, + "id": 4420, "name": "updateShippingOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -186186,7 +189471,7 @@ }, "children": [ { - "id": 20968, + "id": 4428, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -186209,7 +189494,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20969, + "id": 4429, "name": "__type", "variant": "declaration", "kind": 65536, @@ -186223,7 +189508,7 @@ ], "signatures": [ { - "id": 20970, + "id": 4430, "name": "__type", "variant": "signature", "kind": 4096, @@ -186251,7 +189536,7 @@ ], "parameters": [ { - "id": 20971, + "id": 4431, "name": "param0", "variant": "param", "kind": 32768, @@ -186267,14 +189552,14 @@ "type": { "type": "reflection", "declaration": { - "id": 20972, + "id": 4432, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20973, + "id": 4433, "name": "input", "variant": "declaration", "kind": 1024, @@ -186299,7 +189584,7 @@ "types": [ { "type": "reference", - "target": 20958, + "target": 4418, "name": "UpdateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -186312,7 +189597,7 @@ "typeArguments": [ { "type": "reference", - "target": 20958, + "target": 4418, "name": "UpdateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -186328,7 +189613,7 @@ { "title": "Properties", "children": [ - 20973 + 4433 ] } ], @@ -186354,14 +189639,14 @@ { "type": "reflection", "declaration": { - "id": 20974, + "id": 4434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20975, + "id": 4435, "name": "id", "variant": "declaration", "kind": 1024, @@ -186391,7 +189676,7 @@ { "title": "Properties", "children": [ - 20975 + 4435 ] } ], @@ -186414,14 +189699,14 @@ { "type": "reflection", "declaration": { - "id": 20976, + "id": 4436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20977, + "id": 4437, "name": "id", "variant": "declaration", "kind": 1024, @@ -186451,7 +189736,7 @@ { "title": "Properties", "children": [ - 20977 + 4437 ] } ], @@ -186503,14 +189788,14 @@ { "type": "reflection", "declaration": { - "id": 20978, + "id": 4438, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20979, + "id": 4439, "name": "config", "variant": "declaration", "kind": 2048, @@ -186524,7 +189809,7 @@ ], "signatures": [ { - "id": 20980, + "id": 4440, "name": "config", "variant": "signature", "kind": 4096, @@ -186538,7 +189823,7 @@ ], "parameters": [ { - "id": 20981, + "id": 4441, "name": "config", "variant": "param", "kind": 32768, @@ -186549,14 +189834,14 @@ { "type": "reflection", "declaration": { - "id": 20982, + "id": 4442, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20983, + "id": 4443, "name": "name", "variant": "declaration", "kind": 1024, @@ -186580,7 +189865,7 @@ { "title": "Properties", "children": [ - 20983 + 4443 ] } ], @@ -186662,7 +189947,7 @@ { "title": "Methods", "children": [ - 20979 + 4439 ] } ], @@ -186703,7 +189988,7 @@ } }, { - "id": 20984, + "id": 4444, "name": "run", "variant": "declaration", "kind": 1024, @@ -186726,7 +190011,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20985, + "id": 4445, "name": "__type", "variant": "declaration", "kind": 65536, @@ -186740,7 +190025,7 @@ ], "signatures": [ { - "id": 20986, + "id": 4446, "name": "__type", "variant": "signature", "kind": 4096, @@ -186768,7 +190053,7 @@ ], "typeParameters": [ { - "id": 20987, + "id": 4447, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -186779,7 +190064,7 @@ } }, { - "id": 20988, + "id": 4448, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -186792,7 +190077,7 @@ ], "parameters": [ { - "id": 20989, + "id": 4449, "name": "args", "variant": "param", "kind": 32768, @@ -186825,7 +190110,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -186836,13 +190121,13 @@ }, "trueType": { "type": "reference", - "target": 20958, + "target": 4418, "name": "UpdateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -186875,7 +190160,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -186895,7 +190180,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -186915,7 +190200,7 @@ } }, { - "id": 20990, + "id": 4450, "name": "getName", "variant": "declaration", "kind": 1024, @@ -186938,7 +190223,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20991, + "id": 4451, "name": "__type", "variant": "declaration", "kind": 65536, @@ -186952,7 +190237,7 @@ ], "signatures": [ { - "id": 20992, + "id": 4452, "name": "__type", "variant": "signature", "kind": 4096, @@ -186974,7 +190259,7 @@ } }, { - "id": 20993, + "id": 4453, "name": "config", "variant": "declaration", "kind": 1024, @@ -186997,7 +190282,7 @@ "type": { "type": "reflection", "declaration": { - "id": 20994, + "id": 4454, "name": "__type", "variant": "declaration", "kind": 65536, @@ -187011,7 +190296,7 @@ ], "signatures": [ { - "id": 20995, + "id": 4455, "name": "__type", "variant": "signature", "kind": 4096, @@ -187025,7 +190310,7 @@ ], "parameters": [ { - "id": 20996, + "id": 4456, "name": "config", "variant": "param", "kind": 32768, @@ -187051,7 +190336,7 @@ } }, { - "id": 20997, + "id": 4457, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -187079,7 +190364,7 @@ ], "documents": [ { - "id": 37423, + "id": 20910, "name": "validateShippingOptionPricesStep", "variant": "document", "kind": 8388608, @@ -187095,6 +190380,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3744" + } + ] } ], "modifierTags": [ @@ -187105,7 +190399,7 @@ "frontmatter": {} }, { - "id": 37424, + "id": 20911, "name": "upsertShippingOptionsStep", "variant": "document", "kind": 8388608, @@ -187121,6 +190415,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3687" + } + ] } ], "modifierTags": [ @@ -187131,7 +190434,7 @@ "frontmatter": {} }, { - "id": 37425, + "id": 20912, "name": "setShippingOptionsPricesStep", "variant": "document", "kind": 8388608, @@ -187147,6 +190450,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3630" + } + ] } ], "modifierTags": [ @@ -187158,21 +190470,21 @@ } ], "childrenIncludingDocuments": [ - 20968, - 20984, - 20990, - 20993, - 20997 + 4428, + 4444, + 4450, + 4453, + 4457 ], "groups": [ { "title": "Properties", "children": [ - 20968, - 20984, - 20990, - 20993, - 20997 + 4428, + 4444, + 4450, + 4453, + 4457 ] } ], @@ -187181,12 +190493,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-options.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L46" } ], "signatures": [ { - "id": 20961, + "id": 4421, "name": "updateShippingOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -187233,12 +190545,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-options.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L46" } ], "typeParameters": [ { - "id": 20962, + "id": 4422, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -187249,7 +190561,7 @@ } }, { - "id": 20963, + "id": 4423, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -187262,7 +190574,7 @@ ], "parameters": [ { - "id": 20964, + "id": 4424, "name": "container", "variant": "param", "kind": 32768, @@ -187286,14 +190598,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20965, + "id": 4425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20966, + "id": 4426, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -187316,7 +190628,7 @@ } }, { - "id": 20967, + "id": 4427, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -187343,8 +190655,8 @@ { "title": "Properties", "children": [ - 20966, - 20967 + 4426, + 4427 ] } ], @@ -187415,7 +190727,7 @@ "typeArguments": [ { "type": "reference", - "target": 20958, + "target": 4418, "name": "UpdateShippingOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -187430,14 +190742,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -187452,7 +190764,7 @@ ] }, { - "id": 20999, + "id": 4459, "name": "updateShippingProfilesWorkflowId", "variant": "declaration", "kind": 32, @@ -187464,7 +190776,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L14" } ], "type": { @@ -187474,7 +190786,7 @@ "defaultValue": "\"update-shipping-profiles-workflow\"" }, { - "id": 21000, + "id": 4460, "name": "updateShippingProfilesWorkflow", "variant": "declaration", "kind": 64, @@ -187518,7 +190830,7 @@ }, "children": [ { - "id": 21008, + "id": 4468, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -187541,7 +190853,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21009, + "id": 4469, "name": "__type", "variant": "declaration", "kind": 65536, @@ -187555,7 +190867,7 @@ ], "signatures": [ { - "id": 21010, + "id": 4470, "name": "__type", "variant": "signature", "kind": 4096, @@ -187583,7 +190895,7 @@ ], "parameters": [ { - "id": 21011, + "id": 4471, "name": "param0", "variant": "param", "kind": 32768, @@ -187599,14 +190911,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21012, + "id": 4472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21013, + "id": 4473, "name": "input", "variant": "declaration", "kind": 1024, @@ -187666,7 +190978,7 @@ { "title": "Properties", "children": [ - 21013 + 4473 ] } ], @@ -187753,14 +191065,14 @@ { "type": "reflection", "declaration": { - "id": 21014, + "id": 4474, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21015, + "id": 4475, "name": "config", "variant": "declaration", "kind": 2048, @@ -187774,7 +191086,7 @@ ], "signatures": [ { - "id": 21016, + "id": 4476, "name": "config", "variant": "signature", "kind": 4096, @@ -187788,7 +191100,7 @@ ], "parameters": [ { - "id": 21017, + "id": 4477, "name": "config", "variant": "param", "kind": 32768, @@ -187799,14 +191111,14 @@ { "type": "reflection", "declaration": { - "id": 21018, + "id": 4478, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21019, + "id": 4479, "name": "name", "variant": "declaration", "kind": 1024, @@ -187830,7 +191142,7 @@ { "title": "Properties", "children": [ - 21019 + 4479 ] } ], @@ -187912,7 +191224,7 @@ { "title": "Methods", "children": [ - 21015 + 4475 ] } ], @@ -187953,7 +191265,7 @@ } }, { - "id": 21020, + "id": 4480, "name": "run", "variant": "declaration", "kind": 1024, @@ -187976,7 +191288,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21021, + "id": 4481, "name": "__type", "variant": "declaration", "kind": 65536, @@ -187990,7 +191302,7 @@ ], "signatures": [ { - "id": 21022, + "id": 4482, "name": "__type", "variant": "signature", "kind": 4096, @@ -188018,7 +191330,7 @@ ], "typeParameters": [ { - "id": 21023, + "id": 4483, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -188029,7 +191341,7 @@ } }, { - "id": 21024, + "id": 4484, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -188042,7 +191354,7 @@ ], "parameters": [ { - "id": 21025, + "id": 4485, "name": "args", "variant": "param", "kind": 32768, @@ -188075,7 +191387,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -188095,7 +191407,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -188128,7 +191440,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -188148,7 +191460,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -188168,7 +191480,7 @@ } }, { - "id": 21026, + "id": 4486, "name": "getName", "variant": "declaration", "kind": 1024, @@ -188191,7 +191503,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21027, + "id": 4487, "name": "__type", "variant": "declaration", "kind": 65536, @@ -188205,7 +191517,7 @@ ], "signatures": [ { - "id": 21028, + "id": 4488, "name": "__type", "variant": "signature", "kind": 4096, @@ -188227,7 +191539,7 @@ } }, { - "id": 21029, + "id": 4489, "name": "config", "variant": "declaration", "kind": 1024, @@ -188250,7 +191562,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21030, + "id": 4490, "name": "__type", "variant": "declaration", "kind": 65536, @@ -188264,7 +191576,7 @@ ], "signatures": [ { - "id": 21031, + "id": 4491, "name": "__type", "variant": "signature", "kind": 4096, @@ -188278,7 +191590,7 @@ ], "parameters": [ { - "id": 21032, + "id": 4492, "name": "config", "variant": "param", "kind": 32768, @@ -188304,7 +191616,7 @@ } }, { - "id": 21033, + "id": 4493, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -188332,7 +191644,7 @@ ], "documents": [ { - "id": 37426, + "id": 20913, "name": "updateShippingProfilesStep", "variant": "document", "kind": 8388608, @@ -188348,6 +191660,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3674" + } + ] } ], "modifierTags": [ @@ -188359,21 +191680,21 @@ } ], "childrenIncludingDocuments": [ - 21008, - 21020, - 21026, - 21029, - 21033 + 4468, + 4480, + 4486, + 4489, + 4493 ], "groups": [ { "title": "Properties", "children": [ - 21008, - 21020, - 21026, - 21029, - 21033 + 4468, + 4480, + 4486, + 4489, + 4493 ] } ], @@ -188382,12 +191703,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L40" } ], "signatures": [ { - "id": 21001, + "id": 4461, "name": "updateShippingProfilesWorkflow", "variant": "signature", "kind": 4096, @@ -188434,12 +191755,12 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L40" } ], "typeParameters": [ { - "id": 21002, + "id": 4462, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -188450,7 +191771,7 @@ } }, { - "id": 21003, + "id": 4463, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -188463,7 +191784,7 @@ ], "parameters": [ { - "id": 21004, + "id": 4464, "name": "container", "variant": "param", "kind": 32768, @@ -188487,14 +191808,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21005, + "id": 4465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21006, + "id": 4466, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -188517,7 +191838,7 @@ } }, { - "id": 21007, + "id": 4467, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -188544,8 +191865,8 @@ { "title": "Properties", "children": [ - 21006, - 21007 + 4466, + 4467 ] } ], @@ -188634,14 +191955,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -188656,7 +191977,7 @@ ] }, { - "id": 21034, + "id": 4494, "name": "calculateShippingOptionsPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -188668,7 +191989,7 @@ "fileName": "core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L12" } ], "type": { @@ -188678,7 +191999,7 @@ "defaultValue": "\"calculate-shipping-options-prices-workflow\"" }, { - "id": 21035, + "id": 4495, "name": "calculateShippingOptionsPricesWorkflow", "variant": "declaration", "kind": 64, @@ -188722,7 +192043,7 @@ }, "children": [ { - "id": 21043, + "id": 4503, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -188745,7 +192066,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21044, + "id": 4504, "name": "__type", "variant": "declaration", "kind": 65536, @@ -188759,7 +192080,7 @@ ], "signatures": [ { - "id": 21045, + "id": 4505, "name": "__type", "variant": "signature", "kind": 4096, @@ -188787,7 +192108,7 @@ ], "parameters": [ { - "id": 21046, + "id": 4506, "name": "param0", "variant": "param", "kind": 32768, @@ -188803,14 +192124,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21047, + "id": 4507, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21048, + "id": 4508, "name": "input", "variant": "declaration", "kind": 1024, @@ -188870,7 +192191,7 @@ { "title": "Properties", "children": [ - 21048 + 4508 ] } ], @@ -188957,14 +192278,14 @@ { "type": "reflection", "declaration": { - "id": 21049, + "id": 4509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21050, + "id": 4510, "name": "config", "variant": "declaration", "kind": 2048, @@ -188978,7 +192299,7 @@ ], "signatures": [ { - "id": 21051, + "id": 4511, "name": "config", "variant": "signature", "kind": 4096, @@ -188992,7 +192313,7 @@ ], "parameters": [ { - "id": 21052, + "id": 4512, "name": "config", "variant": "param", "kind": 32768, @@ -189003,14 +192324,14 @@ { "type": "reflection", "declaration": { - "id": 21053, + "id": 4513, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21054, + "id": 4514, "name": "name", "variant": "declaration", "kind": 1024, @@ -189034,7 +192355,7 @@ { "title": "Properties", "children": [ - 21054 + 4514 ] } ], @@ -189116,7 +192437,7 @@ { "title": "Methods", "children": [ - 21050 + 4510 ] } ], @@ -189157,7 +192478,7 @@ } }, { - "id": 21055, + "id": 4515, "name": "run", "variant": "declaration", "kind": 1024, @@ -189180,7 +192501,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21056, + "id": 4516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -189194,7 +192515,7 @@ ], "signatures": [ { - "id": 21057, + "id": 4517, "name": "__type", "variant": "signature", "kind": 4096, @@ -189222,7 +192543,7 @@ ], "typeParameters": [ { - "id": 21058, + "id": 4518, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -189233,7 +192554,7 @@ } }, { - "id": 21059, + "id": 4519, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -189246,7 +192567,7 @@ ], "parameters": [ { - "id": 21060, + "id": 4520, "name": "args", "variant": "param", "kind": 32768, @@ -189279,7 +192600,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -189299,7 +192620,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -189332,7 +192653,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -189352,7 +192673,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -189372,7 +192693,7 @@ } }, { - "id": 21061, + "id": 4521, "name": "getName", "variant": "declaration", "kind": 1024, @@ -189395,7 +192716,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21062, + "id": 4522, "name": "__type", "variant": "declaration", "kind": 65536, @@ -189409,7 +192730,7 @@ ], "signatures": [ { - "id": 21063, + "id": 4523, "name": "__type", "variant": "signature", "kind": 4096, @@ -189431,7 +192752,7 @@ } }, { - "id": 21064, + "id": 4524, "name": "config", "variant": "declaration", "kind": 1024, @@ -189454,7 +192775,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21065, + "id": 4525, "name": "__type", "variant": "declaration", "kind": 65536, @@ -189468,7 +192789,7 @@ ], "signatures": [ { - "id": 21066, + "id": 4526, "name": "__type", "variant": "signature", "kind": 4096, @@ -189482,7 +192803,7 @@ ], "parameters": [ { - "id": 21067, + "id": 4527, "name": "config", "variant": "param", "kind": 32768, @@ -189508,7 +192829,7 @@ } }, { - "id": 21068, + "id": 4528, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -189536,7 +192857,7 @@ ], "documents": [ { - "id": 37427, + "id": 20914, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -189552,6 +192873,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -189562,7 +192892,7 @@ "frontmatter": {} }, { - "id": 37428, + "id": 20915, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -189578,6 +192908,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -189588,7 +192927,7 @@ "frontmatter": {} }, { - "id": 37429, + "id": 20916, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -189604,6 +192943,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -189614,7 +192962,7 @@ "frontmatter": {} }, { - "id": 37430, + "id": 20917, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -189630,6 +192978,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -189640,7 +192997,7 @@ "frontmatter": {} }, { - "id": 37431, + "id": 20918, "name": "calculateShippingOptionsPricesStep", "variant": "document", "kind": 8388608, @@ -189656,6 +193013,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3707" + } + ] } ], "modifierTags": [ @@ -189667,21 +193033,21 @@ } ], "childrenIncludingDocuments": [ - 21043, - 21055, - 21061, - 21064, - 21068 + 4503, + 4515, + 4521, + 4524, + 4528 ], "groups": [ { "title": "Properties", "children": [ - 21043, - 21055, - 21061, - 21064, - 21068 + 4503, + 4515, + 4521, + 4524, + 4528 ] } ], @@ -189690,12 +193056,12 @@ "fileName": "core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L49" } ], "signatures": [ { - "id": 21036, + "id": 4496, "name": "calculateShippingOptionsPricesWorkflow", "variant": "signature", "kind": 4096, @@ -189742,12 +193108,12 @@ "fileName": "core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts#L49" } ], "typeParameters": [ { - "id": 21037, + "id": 4497, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -189758,7 +193124,7 @@ } }, { - "id": 21038, + "id": 4498, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -189771,7 +193137,7 @@ ], "parameters": [ { - "id": 21039, + "id": 4499, "name": "container", "variant": "param", "kind": 32768, @@ -189795,14 +193161,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21040, + "id": 4500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21041, + "id": 4501, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -189825,7 +193191,7 @@ } }, { - "id": 21042, + "id": 4502, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -189852,8 +193218,8 @@ { "title": "Properties", "children": [ - 21041, - 21042 + 4501, + 4502 ] } ], @@ -189942,14 +193308,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -189968,21 +193334,21 @@ ] }, { - "id": 16568, + "id": 28, "name": "Inventory", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16569, + "id": 29, "name": "Steps_Inventory", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21402, + "id": 4862, "name": "adjustInventoryLevelsStepId", "variant": "declaration", "kind": 32, @@ -189994,7 +193360,7 @@ "fileName": "core-flows/src/inventory/steps/adjust-inventory-levels.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L11" } ], "type": { @@ -190004,7 +193370,7 @@ "defaultValue": "\"adjust-inventory-levels-step\"" }, { - "id": 21403, + "id": 4863, "name": "adjustInventoryLevelsStep", "variant": "declaration", "kind": 64, @@ -190065,7 +193431,7 @@ }, "children": [ { - "id": 21412, + "id": 4872, "name": "__type", "variant": "declaration", "kind": 1024, @@ -190083,7 +193449,7 @@ } }, { - "id": 21413, + "id": 4873, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -190105,8 +193471,8 @@ { "title": "Properties", "children": [ - 21412, - 21413 + 4872, + 4873 ] } ], @@ -190115,12 +193481,12 @@ "fileName": "core-flows/src/inventory/steps/adjust-inventory-levels.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L26" } ], "signatures": [ { - "id": 21404, + "id": 4864, "name": "adjustInventoryLevelsStep", "variant": "signature", "kind": 4096, @@ -190184,12 +193550,12 @@ "fileName": "core-flows/src/inventory/steps/adjust-inventory-levels.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L26" } ], "parameters": [ { - "id": 21405, + "id": 4865, "name": "input", "variant": "param", "kind": 32768, @@ -190199,7 +193565,7 @@ "types": [ { "type": "reference", - "target": 21401, + "target": 4861, "name": "AdjustInventoryLevelsStepInput", "package": "@medusajs/core-flows" }, @@ -190212,7 +193578,7 @@ "typeArguments": [ { "type": "reference", - "target": 21401, + "target": 4861, "name": "AdjustInventoryLevelsStepInput", "package": "@medusajs/core-flows" } @@ -190302,14 +193668,14 @@ { "type": "reflection", "declaration": { - "id": 21406, + "id": 4866, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21407, + "id": 4867, "name": "config", "variant": "declaration", "kind": 2048, @@ -190323,7 +193689,7 @@ ], "signatures": [ { - "id": 21408, + "id": 4868, "name": "config", "variant": "signature", "kind": 4096, @@ -190337,7 +193703,7 @@ ], "parameters": [ { - "id": 21409, + "id": 4869, "name": "config", "variant": "param", "kind": 32768, @@ -190348,14 +193714,14 @@ { "type": "reflection", "declaration": { - "id": 21410, + "id": 4870, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21411, + "id": 4871, "name": "name", "variant": "declaration", "kind": 1024, @@ -190379,7 +193745,7 @@ { "title": "Properties", "children": [ - 21411 + 4871 ] } ], @@ -190464,7 +193830,7 @@ { "title": "Methods", "children": [ - 21407 + 4867 ] } ], @@ -190506,7 +193872,7 @@ ] }, { - "id": 21416, + "id": 4876, "name": "inventoryItemId", "variant": "declaration", "kind": 1024, @@ -190524,7 +193890,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L12" } ], "type": { @@ -190533,7 +193899,7 @@ } }, { - "id": 21417, + "id": 4877, "name": "tag", "variant": "declaration", "kind": 1024, @@ -190551,7 +193917,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L16" } ], "type": { @@ -190560,7 +193926,7 @@ } }, { - "id": 21418, + "id": 4878, "name": "attachInventoryItemToVariantsStepId", "variant": "declaration", "kind": 32, @@ -190572,7 +193938,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L19" } ], "type": { @@ -190582,7 +193948,7 @@ "defaultValue": "\"attach-inventory-items-to-variants-step\"" }, { - "id": 21419, + "id": 4879, "name": "attachInventoryItemToVariants", "variant": "declaration", "kind": 64, @@ -190608,7 +193974,7 @@ }, "children": [ { - "id": 21428, + "id": 4888, "name": "__type", "variant": "declaration", "kind": 1024, @@ -190626,7 +193992,7 @@ } }, { - "id": 21429, + "id": 4889, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -190648,8 +194014,8 @@ { "title": "Properties", "children": [ - 21428, - 21429 + 4888, + 4889 ] } ], @@ -190658,12 +194024,12 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L32" } ], "signatures": [ { - "id": 21420, + "id": 4880, "name": "attachInventoryItemToVariants", "variant": "signature", "kind": 4096, @@ -190692,12 +194058,12 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L32" } ], "parameters": [ { - "id": 21421, + "id": 4881, "name": "input", "variant": "param", "kind": 32768, @@ -190707,7 +194073,7 @@ "types": [ { "type": "reference", - "target": 21414, + "target": 4874, "name": "AttachInventoryItemToVariantsStepInput", "package": "@medusajs/core-flows" }, @@ -190720,7 +194086,7 @@ "typeArguments": [ { "type": "reference", - "target": 21414, + "target": 4874, "name": "AttachInventoryItemToVariantsStepInput", "package": "@medusajs/core-flows" } @@ -190770,14 +194136,14 @@ { "type": "reflection", "declaration": { - "id": 21422, + "id": 4882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21423, + "id": 4883, "name": "config", "variant": "declaration", "kind": 2048, @@ -190791,7 +194157,7 @@ ], "signatures": [ { - "id": 21424, + "id": 4884, "name": "config", "variant": "signature", "kind": 4096, @@ -190805,7 +194171,7 @@ ], "parameters": [ { - "id": 21425, + "id": 4885, "name": "config", "variant": "param", "kind": 32768, @@ -190816,14 +194182,14 @@ { "type": "reflection", "declaration": { - "id": 21426, + "id": 4886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21427, + "id": 4887, "name": "name", "variant": "declaration", "kind": 1024, @@ -190847,7 +194213,7 @@ { "title": "Properties", "children": [ - 21427 + 4887 ] } ], @@ -190927,7 +194293,7 @@ { "title": "Methods", "children": [ - 21423 + 4883 ] } ], @@ -190964,7 +194330,7 @@ ] }, { - "id": 21431, + "id": 4891, "name": "createInventoryItemsStepId", "variant": "declaration", "kind": 32, @@ -190976,7 +194342,7 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-items.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L11" } ], "type": { @@ -190986,7 +194352,7 @@ "defaultValue": "\"create-inventory-items\"" }, { - "id": 21432, + "id": 4892, "name": "createInventoryItemsStep", "variant": "declaration", "kind": 64, @@ -191012,7 +194378,7 @@ }, "children": [ { - "id": 21441, + "id": 4901, "name": "__type", "variant": "declaration", "kind": 1024, @@ -191030,7 +194396,7 @@ } }, { - "id": 21442, + "id": 4902, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -191052,8 +194418,8 @@ { "title": "Properties", "children": [ - 21441, - 21442 + 4901, + 4902 ] } ], @@ -191062,12 +194428,12 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-items.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L15" } ], "signatures": [ { - "id": 21433, + "id": 4893, "name": "createInventoryItemsStep", "variant": "signature", "kind": 4096, @@ -191096,12 +194462,12 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-items.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L15" } ], "parameters": [ { - "id": 21434, + "id": 4894, "name": "input", "variant": "param", "kind": 32768, @@ -191111,7 +194477,7 @@ "types": [ { "type": "reference", - "target": 21430, + "target": 4890, "name": "CreateInventoryItemsStepInput", "package": "@medusajs/core-flows" }, @@ -191124,7 +194490,7 @@ "typeArguments": [ { "type": "reference", - "target": 21430, + "target": 4890, "name": "CreateInventoryItemsStepInput", "package": "@medusajs/core-flows" } @@ -191214,14 +194580,14 @@ { "type": "reflection", "declaration": { - "id": 21435, + "id": 4895, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21436, + "id": 4896, "name": "config", "variant": "declaration", "kind": 2048, @@ -191235,7 +194601,7 @@ ], "signatures": [ { - "id": 21437, + "id": 4897, "name": "config", "variant": "signature", "kind": 4096, @@ -191249,7 +194615,7 @@ ], "parameters": [ { - "id": 21438, + "id": 4898, "name": "config", "variant": "param", "kind": 32768, @@ -191260,14 +194626,14 @@ { "type": "reflection", "declaration": { - "id": 21439, + "id": 4899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21440, + "id": 4900, "name": "name", "variant": "declaration", "kind": 1024, @@ -191291,7 +194657,7 @@ { "title": "Properties", "children": [ - 21440 + 4900 ] } ], @@ -191376,7 +194742,7 @@ { "title": "Methods", "children": [ - 21436 + 4896 ] } ], @@ -191418,7 +194784,7 @@ ] }, { - "id": 21444, + "id": 4904, "name": "createInventoryLevelsStepId", "variant": "declaration", "kind": 32, @@ -191430,7 +194796,7 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-levels.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L11" } ], "type": { @@ -191440,7 +194806,7 @@ "defaultValue": "\"create-inventory-levels\"" }, { - "id": 21445, + "id": 4905, "name": "createInventoryLevelsStep", "variant": "declaration", "kind": 64, @@ -191484,7 +194850,7 @@ }, "children": [ { - "id": 21454, + "id": 4914, "name": "__type", "variant": "declaration", "kind": 1024, @@ -191502,7 +194868,7 @@ } }, { - "id": 21455, + "id": 4915, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -191524,8 +194890,8 @@ { "title": "Properties", "children": [ - 21454, - 21455 + 4914, + 4915 ] } ], @@ -191534,12 +194900,12 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L15" } ], "signatures": [ { - "id": 21446, + "id": 4906, "name": "createInventoryLevelsStep", "variant": "signature", "kind": 4096, @@ -191586,12 +194952,12 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L15" } ], "parameters": [ { - "id": 21447, + "id": 4907, "name": "input", "variant": "param", "kind": 32768, @@ -191601,7 +194967,7 @@ "types": [ { "type": "reference", - "target": 21443, + "target": 4903, "name": "CreateInventoryLevelsStepInput", "package": "@medusajs/core-flows" }, @@ -191614,7 +194980,7 @@ "typeArguments": [ { "type": "reference", - "target": 21443, + "target": 4903, "name": "CreateInventoryLevelsStepInput", "package": "@medusajs/core-flows" } @@ -191704,14 +195070,14 @@ { "type": "reflection", "declaration": { - "id": 21448, + "id": 4908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21449, + "id": 4909, "name": "config", "variant": "declaration", "kind": 2048, @@ -191725,7 +195091,7 @@ ], "signatures": [ { - "id": 21450, + "id": 4910, "name": "config", "variant": "signature", "kind": 4096, @@ -191739,7 +195105,7 @@ ], "parameters": [ { - "id": 21451, + "id": 4911, "name": "config", "variant": "param", "kind": 32768, @@ -191750,14 +195116,14 @@ { "type": "reflection", "declaration": { - "id": 21452, + "id": 4912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21453, + "id": 4913, "name": "name", "variant": "declaration", "kind": 1024, @@ -191781,7 +195147,7 @@ { "title": "Properties", "children": [ - 21453 + 4913 ] } ], @@ -191866,7 +195232,7 @@ { "title": "Methods", "children": [ - 21449 + 4909 ] } ], @@ -191908,7 +195274,7 @@ ] }, { - "id": 21459, + "id": 4919, "name": "id", "variant": "declaration", "kind": 1024, @@ -191918,7 +195284,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -191927,7 +195293,7 @@ } }, { - "id": 21460, + "id": 4920, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -191937,7 +195303,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 33, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -191951,7 +195317,7 @@ } }, { - "id": 21457, + "id": 4917, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -191961,7 +195327,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -191969,14 +195335,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21458, + "id": 4918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21459, + "id": 4919, "name": "id", "variant": "declaration", "kind": 1024, @@ -191986,7 +195352,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -191995,7 +195361,7 @@ } }, { - "id": 21460, + "id": 4920, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -192005,7 +195371,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 33, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -192023,8 +195389,8 @@ { "title": "Properties", "children": [ - 21459, - 21460 + 4919, + 4920 ] } ], @@ -192033,7 +195399,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 19, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ] } @@ -192041,7 +195407,7 @@ } }, { - "id": 21461, + "id": 4921, "name": "validateVariantInventoryStepId", "variant": "declaration", "kind": 32, @@ -192053,7 +195419,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L10" } ], "type": { @@ -192063,7 +195429,7 @@ "defaultValue": "\"validate-inventory-item-delete\"" }, { - "id": 21462, + "id": 4922, "name": "validateInventoryDeleteStep", "variant": "declaration", "kind": 64, @@ -192084,7 +195450,7 @@ }, "children": [ { - "id": 21471, + "id": 4931, "name": "__type", "variant": "declaration", "kind": 1024, @@ -192102,7 +195468,7 @@ } }, { - "id": 21472, + "id": 4932, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -192124,8 +195490,8 @@ { "title": "Properties", "children": [ - 21471, - 21472 + 4931, + 4932 ] } ], @@ -192134,12 +195500,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L12" } ], "signatures": [ { - "id": 21463, + "id": 4923, "name": "validateInventoryDeleteStep", "variant": "signature", "kind": 4096, @@ -192163,12 +195529,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L12" } ], "parameters": [ { - "id": 21464, + "id": 4924, "name": "input", "variant": "param", "kind": 32768, @@ -192178,7 +195544,7 @@ "types": [ { "type": "reference", - "target": 21456, + "target": 4916, "name": "ValidateInventoryDeleteStepInput", "package": "@medusajs/core-flows" }, @@ -192191,7 +195557,7 @@ "typeArguments": [ { "type": "reference", - "target": 21456, + "target": 4916, "name": "ValidateInventoryDeleteStepInput", "package": "@medusajs/core-flows" } @@ -192224,14 +195590,14 @@ { "type": "reflection", "declaration": { - "id": 21465, + "id": 4925, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21466, + "id": 4926, "name": "config", "variant": "declaration", "kind": 2048, @@ -192245,7 +195611,7 @@ ], "signatures": [ { - "id": 21467, + "id": 4927, "name": "config", "variant": "signature", "kind": 4096, @@ -192259,7 +195625,7 @@ ], "parameters": [ { - "id": 21468, + "id": 4928, "name": "config", "variant": "param", "kind": 32768, @@ -192270,14 +195636,14 @@ { "type": "reflection", "declaration": { - "id": 21469, + "id": 4929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21470, + "id": 4930, "name": "name", "variant": "declaration", "kind": 1024, @@ -192301,7 +195667,7 @@ { "title": "Properties", "children": [ - 21470 + 4930 ] } ], @@ -192378,7 +195744,7 @@ { "title": "Methods", "children": [ - 21466 + 4926 ] } ], @@ -192412,7 +195778,7 @@ ] }, { - "id": 21474, + "id": 4934, "name": "deleteInventoryItemStepId", "variant": "declaration", "kind": 32, @@ -192424,7 +195790,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L34" } ], "type": { @@ -192434,7 +195800,7 @@ "defaultValue": "\"delete-inventory-item-step\"" }, { - "id": 21475, + "id": 4935, "name": "deleteInventoryItemStep", "variant": "declaration", "kind": 64, @@ -192460,7 +195826,7 @@ }, "children": [ { - "id": 21478, + "id": 4938, "name": "__type", "variant": "declaration", "kind": 1024, @@ -192478,7 +195844,7 @@ } }, { - "id": 21479, + "id": 4939, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -192500,8 +195866,8 @@ { "title": "Properties", "children": [ - 21478, - 21479 + 4938, + 4939 ] } ], @@ -192510,12 +195876,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L38" } ], "signatures": [ { - "id": 21476, + "id": 4936, "name": "deleteInventoryItemStep", "variant": "signature", "kind": 4096, @@ -192544,12 +195910,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L38" } ], "parameters": [ { - "id": 21477, + "id": 4937, "name": "input", "variant": "param", "kind": 32768, @@ -192559,7 +195925,7 @@ "types": [ { "type": "reference", - "target": 21473, + "target": 4933, "name": "DeleteInventoryItemStepInput", "package": "@medusajs/core-flows" }, @@ -192572,7 +195938,7 @@ "typeArguments": [ { "type": "reference", - "target": 21473, + "target": 4933, "name": "DeleteInventoryItemStepInput", "package": "@medusajs/core-flows" } @@ -192592,7 +195958,7 @@ ] }, { - "id": 21481, + "id": 4941, "name": "deleteInventoryLevelsStepId", "variant": "declaration", "kind": 32, @@ -192604,7 +195970,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-levels.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L11" } ], "type": { @@ -192614,7 +195980,7 @@ "defaultValue": "\"delete-inventory-levels-step\"" }, { - "id": 21482, + "id": 4942, "name": "deleteInventoryLevelsStep", "variant": "declaration", "kind": 64, @@ -192629,7 +195995,7 @@ }, "children": [ { - "id": 21485, + "id": 4945, "name": "__type", "variant": "declaration", "kind": 1024, @@ -192647,7 +196013,7 @@ } }, { - "id": 21486, + "id": 4946, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -192669,8 +196035,8 @@ { "title": "Properties", "children": [ - 21485, - 21486 + 4945, + 4946 ] } ], @@ -192679,12 +196045,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L15" } ], "signatures": [ { - "id": 21483, + "id": 4943, "name": "deleteInventoryLevelsStep", "variant": "signature", "kind": 4096, @@ -192702,12 +196068,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L15" } ], "parameters": [ { - "id": 21484, + "id": 4944, "name": "input", "variant": "param", "kind": 32768, @@ -192717,7 +196083,7 @@ "types": [ { "type": "reference", - "target": 21480, + "target": 4940, "name": "DeleteInventoryLevelsStepInput", "package": "@medusajs/core-flows" }, @@ -192730,7 +196096,7 @@ "typeArguments": [ { "type": "reference", - "target": 21480, + "target": 4940, "name": "DeleteInventoryLevelsStepInput", "package": "@medusajs/core-flows" } @@ -192750,7 +196116,7 @@ ] }, { - "id": 21488, + "id": 4948, "name": "updateInventoryItemsStepId", "variant": "declaration", "kind": 32, @@ -192762,7 +196128,7 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-items.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L15" } ], "type": { @@ -192772,7 +196138,7 @@ "defaultValue": "\"update-inventory-items-step\"" }, { - "id": 21489, + "id": 4949, "name": "updateInventoryItemsStep", "variant": "declaration", "kind": 64, @@ -192798,7 +196164,7 @@ }, "children": [ { - "id": 21498, + "id": 4958, "name": "__type", "variant": "declaration", "kind": 1024, @@ -192816,7 +196182,7 @@ } }, { - "id": 21499, + "id": 4959, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -192838,8 +196204,8 @@ { "title": "Properties", "children": [ - 21498, - 21499 + 4958, + 4959 ] } ], @@ -192848,12 +196214,12 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-items.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L19" } ], "signatures": [ { - "id": 21490, + "id": 4950, "name": "updateInventoryItemsStep", "variant": "signature", "kind": 4096, @@ -192882,12 +196248,12 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-items.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L19" } ], "parameters": [ { - "id": 21491, + "id": 4951, "name": "input", "variant": "param", "kind": 32768, @@ -192897,7 +196263,7 @@ "types": [ { "type": "reference", - "target": 21487, + "target": 4947, "name": "UpdateInventoryItemsStepInput", "package": "@medusajs/core-flows" }, @@ -192910,7 +196276,7 @@ "typeArguments": [ { "type": "reference", - "target": 21487, + "target": 4947, "name": "UpdateInventoryItemsStepInput", "package": "@medusajs/core-flows" } @@ -193000,14 +196366,14 @@ { "type": "reflection", "declaration": { - "id": 21492, + "id": 4952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21493, + "id": 4953, "name": "config", "variant": "declaration", "kind": 2048, @@ -193021,7 +196387,7 @@ ], "signatures": [ { - "id": 21494, + "id": 4954, "name": "config", "variant": "signature", "kind": 4096, @@ -193035,7 +196401,7 @@ ], "parameters": [ { - "id": 21495, + "id": 4955, "name": "config", "variant": "param", "kind": 32768, @@ -193046,14 +196412,14 @@ { "type": "reflection", "declaration": { - "id": 21496, + "id": 4956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21497, + "id": 4957, "name": "name", "variant": "declaration", "kind": 1024, @@ -193077,7 +196443,7 @@ { "title": "Properties", "children": [ - 21497 + 4957 ] } ], @@ -193162,7 +196528,7 @@ { "title": "Methods", "children": [ - 21493 + 4953 ] } ], @@ -193204,7 +196570,7 @@ ] }, { - "id": 21501, + "id": 4961, "name": "updateInventoryLevelsStepId", "variant": "declaration", "kind": 32, @@ -193216,7 +196582,7 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L15" } ], "type": { @@ -193226,7 +196592,7 @@ "defaultValue": "\"update-inventory-levels-step\"" }, { - "id": 21502, + "id": 4962, "name": "updateInventoryLevelsStep", "variant": "declaration", "kind": 64, @@ -193261,7 +196627,7 @@ }, "children": [ { - "id": 21511, + "id": 4971, "name": "__type", "variant": "declaration", "kind": 1024, @@ -193279,7 +196645,7 @@ } }, { - "id": 21512, + "id": 4972, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -193301,8 +196667,8 @@ { "title": "Properties", "children": [ - 21511, - 21512 + 4971, + 4972 ] } ], @@ -193311,12 +196677,12 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-levels.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L19" } ], "signatures": [ { - "id": 21503, + "id": 4963, "name": "updateInventoryLevelsStep", "variant": "signature", "kind": 4096, @@ -193354,12 +196720,12 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-levels.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L19" } ], "parameters": [ { - "id": 21504, + "id": 4964, "name": "input", "variant": "param", "kind": 32768, @@ -193369,7 +196735,7 @@ "types": [ { "type": "reference", - "target": 21500, + "target": 4960, "name": "UpdateInventoryLevelsStepInput", "package": "@medusajs/core-flows" }, @@ -193382,7 +196748,7 @@ "typeArguments": [ { "type": "reference", - "target": 21500, + "target": 4960, "name": "UpdateInventoryLevelsStepInput", "package": "@medusajs/core-flows" } @@ -193472,14 +196838,14 @@ { "type": "reflection", "declaration": { - "id": 21505, + "id": 4965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21506, + "id": 4966, "name": "config", "variant": "declaration", "kind": 2048, @@ -193493,7 +196859,7 @@ ], "signatures": [ { - "id": 21507, + "id": 4967, "name": "config", "variant": "signature", "kind": 4096, @@ -193507,7 +196873,7 @@ ], "parameters": [ { - "id": 21508, + "id": 4968, "name": "config", "variant": "param", "kind": 32768, @@ -193518,14 +196884,14 @@ { "type": "reflection", "declaration": { - "id": 21509, + "id": 4969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21510, + "id": 4970, "name": "name", "variant": "declaration", "kind": 1024, @@ -193549,7 +196915,7 @@ { "title": "Properties", "children": [ - 21510 + 4970 ] } ], @@ -193634,7 +197000,7 @@ { "title": "Methods", "children": [ - 21506 + 4966 ] } ], @@ -193676,7 +197042,7 @@ ] }, { - "id": 21514, + "id": 4974, "name": "validateInventoryLocationsStepId", "variant": "declaration", "kind": 32, @@ -193688,7 +197054,7 @@ "fileName": "core-flows/src/inventory/steps/validate-inventory-locations.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L15" } ], "type": { @@ -193698,7 +197064,7 @@ "defaultValue": "\"validate-inventory-levels-step\"" }, { - "id": 21515, + "id": 4975, "name": "validateInventoryLocationsStep", "variant": "declaration", "kind": 64, @@ -193724,7 +197090,7 @@ }, "children": [ { - "id": 21524, + "id": 4984, "name": "__type", "variant": "declaration", "kind": 1024, @@ -193742,7 +197108,7 @@ } }, { - "id": 21525, + "id": 4985, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -193764,8 +197130,8 @@ { "title": "Properties", "children": [ - 21524, - 21525 + 4984, + 4985 ] } ], @@ -193774,12 +197140,12 @@ "fileName": "core-flows/src/inventory/steps/validate-inventory-locations.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L21" } ], "signatures": [ { - "id": 21516, + "id": 4976, "name": "validateInventoryLocationsStep", "variant": "signature", "kind": 4096, @@ -193808,12 +197174,12 @@ "fileName": "core-flows/src/inventory/steps/validate-inventory-locations.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L21" } ], "parameters": [ { - "id": 21517, + "id": 4977, "name": "input", "variant": "param", "kind": 32768, @@ -193823,7 +197189,7 @@ "types": [ { "type": "reference", - "target": 21513, + "target": 4973, "name": "ValidateInventoryLocationsStepInput", "package": "@medusajs/core-flows" }, @@ -193836,7 +197202,7 @@ "typeArguments": [ { "type": "reference", - "target": 21513, + "target": 4973, "name": "ValidateInventoryLocationsStepInput", "package": "@medusajs/core-flows" } @@ -193869,14 +197235,14 @@ { "type": "reflection", "declaration": { - "id": 21518, + "id": 4978, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21519, + "id": 4979, "name": "config", "variant": "declaration", "kind": 2048, @@ -193890,7 +197256,7 @@ ], "signatures": [ { - "id": 21520, + "id": 4980, "name": "config", "variant": "signature", "kind": 4096, @@ -193904,7 +197270,7 @@ ], "parameters": [ { - "id": 21521, + "id": 4981, "name": "config", "variant": "param", "kind": 32768, @@ -193915,14 +197281,14 @@ { "type": "reflection", "declaration": { - "id": 21522, + "id": 4982, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21523, + "id": 4983, "name": "name", "variant": "declaration", "kind": 1024, @@ -193946,7 +197312,7 @@ { "title": "Properties", "children": [ - 21523 + 4983 ] } ], @@ -194023,7 +197389,7 @@ { "title": "Methods", "children": [ - 21519 + 4979 ] } ], @@ -194057,7 +197423,7 @@ ] }, { - "id": 21528, + "id": 4988, "name": "tag", "variant": "declaration", "kind": 1024, @@ -194077,7 +197443,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -194086,7 +197452,7 @@ } }, { - "id": 21529, + "id": 4989, "name": "validateInventoryItemsForCreateStepId", "variant": "declaration", "kind": 32, @@ -194098,7 +197464,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L18" } ], "type": { @@ -194108,7 +197474,7 @@ "defaultValue": "\"validate-inventory-items-for-create-step\"" }, { - "id": 21530, + "id": 4990, "name": "validateInventoryItemsForCreate", "variant": "declaration", "kind": 64, @@ -194134,7 +197500,7 @@ }, "children": [ { - "id": 21543, + "id": 5003, "name": "__type", "variant": "declaration", "kind": 1024, @@ -194152,7 +197518,7 @@ } }, { - "id": 21544, + "id": 5004, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -194174,8 +197540,8 @@ { "title": "Properties", "children": [ - 21543, - 21544 + 5003, + 5004 ] } ], @@ -194184,12 +197550,12 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L31" } ], "signatures": [ { - "id": 21531, + "id": 4991, "name": "validateInventoryItemsForCreate", "variant": "signature", "kind": 4096, @@ -194218,12 +197584,12 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L31" } ], "parameters": [ { - "id": 21532, + "id": 4992, "name": "input", "variant": "param", "kind": 32768, @@ -194233,7 +197599,7 @@ "types": [ { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" }, @@ -194246,7 +197612,7 @@ "typeArguments": [ { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" } @@ -194269,14 +197635,14 @@ { "type": "reflection", "declaration": { - "id": 21533, + "id": 4993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21534, + "id": 4994, "name": "tag", "variant": "declaration", "kind": 1024, @@ -194296,7 +197662,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -194309,7 +197675,7 @@ { "title": "Properties", "children": [ - 21534 + 4994 ] } ], @@ -194318,7 +197684,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 11, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" } ] } @@ -194333,14 +197699,14 @@ { "type": "reflection", "declaration": { - "id": 21535, + "id": 4995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21536, + "id": 4996, "name": "tag", "variant": "declaration", "kind": 1024, @@ -194360,7 +197726,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -194373,7 +197739,7 @@ { "title": "Properties", "children": [ - 21536 + 4996 ] } ], @@ -194382,7 +197748,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 11, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" } ] } @@ -194396,7 +197762,7 @@ }, { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" }, @@ -194409,7 +197775,7 @@ "typeArguments": [ { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" } @@ -194420,14 +197786,14 @@ { "type": "reflection", "declaration": { - "id": 21537, + "id": 4997, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21538, + "id": 4998, "name": "config", "variant": "declaration", "kind": 2048, @@ -194441,7 +197807,7 @@ ], "signatures": [ { - "id": 21539, + "id": 4999, "name": "config", "variant": "signature", "kind": 4096, @@ -194455,7 +197821,7 @@ ], "parameters": [ { - "id": 21540, + "id": 5000, "name": "config", "variant": "param", "kind": 32768, @@ -194466,14 +197832,14 @@ { "type": "reflection", "declaration": { - "id": 21541, + "id": 5001, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21542, + "id": 5002, "name": "name", "variant": "declaration", "kind": 1024, @@ -194497,7 +197863,7 @@ { "title": "Properties", "children": [ - 21542 + 5002 ] } ], @@ -194560,7 +197926,7 @@ "typeArguments": [ { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" } @@ -194576,7 +197942,7 @@ { "title": "Methods", "children": [ - 21538 + 4998 ] } ], @@ -194598,7 +197964,7 @@ "typeArguments": [ { "type": "reference", - "target": 21526, + "target": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "package": "@medusajs/core-flows" } @@ -194612,7 +197978,7 @@ ] }, { - "id": 21534, + "id": 4994, "name": "tag", "variant": "declaration", "kind": 1024, @@ -194632,7 +197998,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -194641,7 +198007,7 @@ } }, { - "id": 21536, + "id": 4996, "name": "tag", "variant": "declaration", "kind": 1024, @@ -194661,7 +198027,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -194672,14 +198038,14 @@ ] }, { - "id": 16570, + "id": 30, "name": "Workflows_Inventory", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21070, + "id": 4530, "name": "force", "variant": "declaration", "kind": 1024, @@ -194710,7 +198076,7 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L34" } ], "type": { @@ -194719,7 +198085,7 @@ } }, { - "id": 21078, + "id": 4538, "name": "batchInventoryItemLevelsWorkflowId", "variant": "declaration", "kind": 32, @@ -194731,7 +198097,7 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L46" } ], "type": { @@ -194741,7 +198107,7 @@ "defaultValue": "\"batch-inventory-item-levels-workflow\"" }, { - "id": 21079, + "id": 4539, "name": "batchInventoryItemLevelsWorkflow", "variant": "declaration", "kind": 64, @@ -194794,7 +198160,7 @@ }, "children": [ { - "id": 21087, + "id": 4547, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -194817,7 +198183,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21088, + "id": 4548, "name": "__type", "variant": "declaration", "kind": 65536, @@ -194831,7 +198197,7 @@ ], "signatures": [ { - "id": 21089, + "id": 4549, "name": "__type", "variant": "signature", "kind": 4096, @@ -194859,7 +198225,7 @@ ], "parameters": [ { - "id": 21090, + "id": 4550, "name": "param0", "variant": "param", "kind": 32768, @@ -194875,14 +198241,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21091, + "id": 4551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21092, + "id": 4552, "name": "input", "variant": "declaration", "kind": 1024, @@ -194907,7 +198273,7 @@ "types": [ { "type": "reference", - "target": 21069, + "target": 4529, "name": "BatchInventoryItemLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -194920,7 +198286,7 @@ "typeArguments": [ { "type": "reference", - "target": 21069, + "target": 4529, "name": "BatchInventoryItemLevelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -194936,7 +198302,7 @@ { "title": "Properties", "children": [ - 21092 + 4552 ] } ], @@ -194957,14 +198323,14 @@ { "type": "reflection", "declaration": { - "id": 21093, + "id": 4553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21094, + "id": 4554, "name": "created", "variant": "declaration", "kind": 1024, @@ -195026,7 +198392,7 @@ } }, { - "id": 21095, + "id": 4555, "name": "updated", "variant": "declaration", "kind": 1024, @@ -195088,7 +198454,7 @@ } }, { - "id": 21096, + "id": 4556, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -195144,9 +198510,9 @@ { "title": "Properties", "children": [ - 21094, - 21095, - 21096 + 4554, + 4555, + 4556 ] } ], @@ -195161,7 +198527,7 @@ }, { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -195174,7 +198540,7 @@ "typeArguments": [ { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -195185,14 +198551,14 @@ { "type": "reflection", "declaration": { - "id": 21097, + "id": 4557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21098, + "id": 4558, "name": "config", "variant": "declaration", "kind": 2048, @@ -195206,7 +198572,7 @@ ], "signatures": [ { - "id": 21099, + "id": 4559, "name": "config", "variant": "signature", "kind": 4096, @@ -195220,7 +198586,7 @@ ], "parameters": [ { - "id": 21100, + "id": 4560, "name": "config", "variant": "param", "kind": 32768, @@ -195231,14 +198597,14 @@ { "type": "reflection", "declaration": { - "id": 21101, + "id": 4561, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21102, + "id": 4562, "name": "name", "variant": "declaration", "kind": 1024, @@ -195262,7 +198628,7 @@ { "title": "Properties", "children": [ - 21102 + 4562 ] } ], @@ -195325,7 +198691,7 @@ "typeArguments": [ { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -195341,7 +198707,7 @@ { "title": "Methods", "children": [ - 21098 + 4558 ] } ], @@ -195363,7 +198729,7 @@ "typeArguments": [ { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -195379,7 +198745,7 @@ } }, { - "id": 21103, + "id": 4563, "name": "run", "variant": "declaration", "kind": 1024, @@ -195402,7 +198768,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21104, + "id": 4564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -195416,7 +198782,7 @@ ], "signatures": [ { - "id": 21105, + "id": 4565, "name": "__type", "variant": "signature", "kind": 4096, @@ -195444,7 +198810,7 @@ ], "typeParameters": [ { - "id": 21106, + "id": 4566, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -195455,7 +198821,7 @@ } }, { - "id": 21107, + "id": 4567, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -195468,7 +198834,7 @@ ], "parameters": [ { - "id": 21108, + "id": 4568, "name": "args", "variant": "param", "kind": 32768, @@ -195501,7 +198867,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -195512,13 +198878,13 @@ }, "trueType": { "type": "reference", - "target": 21069, + "target": 4529, "name": "BatchInventoryItemLevelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -195551,7 +198917,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -195562,13 +198928,13 @@ }, "trueType": { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -195588,7 +198954,7 @@ } }, { - "id": 21109, + "id": 4569, "name": "getName", "variant": "declaration", "kind": 1024, @@ -195611,7 +198977,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21110, + "id": 4570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -195625,7 +198991,7 @@ ], "signatures": [ { - "id": 21111, + "id": 4571, "name": "__type", "variant": "signature", "kind": 4096, @@ -195647,7 +199013,7 @@ } }, { - "id": 21112, + "id": 4572, "name": "config", "variant": "declaration", "kind": 1024, @@ -195670,7 +199036,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21113, + "id": 4573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -195684,7 +199050,7 @@ ], "signatures": [ { - "id": 21114, + "id": 4574, "name": "__type", "variant": "signature", "kind": 4096, @@ -195698,7 +199064,7 @@ ], "parameters": [ { - "id": 21115, + "id": 4575, "name": "config", "variant": "param", "kind": 32768, @@ -195724,7 +199090,7 @@ } }, { - "id": 21116, + "id": 4576, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -195752,7 +199118,7 @@ ], "documents": [ { - "id": 37432, + "id": 20919, "name": "createInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -195768,6 +199134,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4905" + } + ] } ], "modifierTags": [ @@ -195778,7 +199153,7 @@ "frontmatter": {} }, { - "id": 37433, + "id": 20920, "name": "updateInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -195794,6 +199169,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4962" + } + ] } ], "modifierTags": [ @@ -195804,7 +199188,7 @@ "frontmatter": {} }, { - "id": 37434, + "id": 20921, "name": "deleteInventoryLevelsWorkflow", "variant": "document", "kind": 8388608, @@ -195820,6 +199204,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4757" + } + ] } ], "modifierTags": [ @@ -195831,21 +199224,21 @@ } ], "childrenIncludingDocuments": [ - 21087, - 21103, - 21109, - 21112, - 21116 + 4547, + 4563, + 4569, + 4572, + 4576 ], "groups": [ { "title": "Properties", "children": [ - 21087, - 21103, - 21109, - 21112, - 21116 + 4547, + 4563, + 4569, + 4572, + 4576 ] } ], @@ -195854,12 +199247,12 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L81" } ], "signatures": [ { - "id": 21080, + "id": 4540, "name": "batchInventoryItemLevelsWorkflow", "variant": "signature", "kind": 4096, @@ -195915,12 +199308,12 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L81" } ], "typeParameters": [ { - "id": 21081, + "id": 4541, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -195931,7 +199324,7 @@ } }, { - "id": 21082, + "id": 4542, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -195944,7 +199337,7 @@ ], "parameters": [ { - "id": 21083, + "id": 4543, "name": "container", "variant": "param", "kind": 32768, @@ -195968,14 +199361,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21084, + "id": 4544, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21085, + "id": 4545, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -195998,7 +199391,7 @@ } }, { - "id": 21086, + "id": 4546, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -196025,8 +199418,8 @@ { "title": "Properties", "children": [ - 21085, - 21086 + 4545, + 4546 ] } ], @@ -196097,26 +199490,26 @@ "typeArguments": [ { "type": "reference", - "target": 21069, + "target": 4529, "name": "BatchInventoryItemLevelsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 21074, + "target": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -196131,7 +199524,7 @@ ] }, { - "id": 21118, + "id": 4578, "name": "creates", "variant": "declaration", "kind": 1024, @@ -196141,7 +199534,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L14" } ], "type": { @@ -196158,7 +199551,7 @@ } }, { - "id": 21121, + "id": 4581, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -196168,7 +199561,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -196177,7 +199570,7 @@ } }, { - "id": 21122, + "id": 4582, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -196187,7 +199580,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -196196,7 +199589,7 @@ } }, { - "id": 21119, + "id": 4579, "name": "deletes", "variant": "declaration", "kind": 1024, @@ -196206,7 +199599,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -196214,14 +199607,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21120, + "id": 4580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21121, + "id": 4581, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -196231,7 +199624,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -196240,7 +199633,7 @@ } }, { - "id": 21122, + "id": 4582, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -196250,7 +199643,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -196263,8 +199656,8 @@ { "title": "Properties", "children": [ - 21121, - 21122 + 4581, + 4582 ] } ], @@ -196273,7 +199666,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ] } @@ -196281,7 +199674,7 @@ } }, { - "id": 21123, + "id": 4583, "name": "bulkCreateDeleteLevelsWorkflowId", "variant": "declaration", "kind": 32, @@ -196293,7 +199686,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L18" } ], "type": { @@ -196303,7 +199696,7 @@ "defaultValue": "\"bulk-create-delete-levels-workflow\"" }, { - "id": 21124, + "id": 4584, "name": "bulkCreateDeleteLevelsWorkflow", "variant": "declaration", "kind": 64, @@ -196355,7 +199748,7 @@ }, "children": [ { - "id": 21132, + "id": 4592, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -196378,7 +199771,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21133, + "id": 4593, "name": "__type", "variant": "declaration", "kind": 65536, @@ -196392,7 +199785,7 @@ ], "signatures": [ { - "id": 21134, + "id": 4594, "name": "__type", "variant": "signature", "kind": 4096, @@ -196420,7 +199813,7 @@ ], "parameters": [ { - "id": 21135, + "id": 4595, "name": "param0", "variant": "param", "kind": 32768, @@ -196436,14 +199829,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21136, + "id": 4596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21137, + "id": 4597, "name": "input", "variant": "declaration", "kind": 1024, @@ -196468,7 +199861,7 @@ "types": [ { "type": "reference", - "target": 21117, + "target": 4577, "name": "BulkCreateDeleteLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -196481,7 +199874,7 @@ "typeArguments": [ { "type": "reference", - "target": 21117, + "target": 4577, "name": "BulkCreateDeleteLevelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -196497,7 +199890,7 @@ { "title": "Properties", "children": [ - 21137 + 4597 ] } ], @@ -196590,14 +199983,14 @@ { "type": "reflection", "declaration": { - "id": 21138, + "id": 4598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21139, + "id": 4599, "name": "config", "variant": "declaration", "kind": 2048, @@ -196611,7 +200004,7 @@ ], "signatures": [ { - "id": 21140, + "id": 4600, "name": "config", "variant": "signature", "kind": 4096, @@ -196625,7 +200018,7 @@ ], "parameters": [ { - "id": 21141, + "id": 4601, "name": "config", "variant": "param", "kind": 32768, @@ -196636,14 +200029,14 @@ { "type": "reflection", "declaration": { - "id": 21142, + "id": 4602, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21143, + "id": 4603, "name": "name", "variant": "declaration", "kind": 1024, @@ -196667,7 +200060,7 @@ { "title": "Properties", "children": [ - 21143 + 4603 ] } ], @@ -196752,7 +200145,7 @@ { "title": "Methods", "children": [ - 21139 + 4599 ] } ], @@ -196796,7 +200189,7 @@ } }, { - "id": 21144, + "id": 4604, "name": "run", "variant": "declaration", "kind": 1024, @@ -196819,7 +200212,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21145, + "id": 4605, "name": "__type", "variant": "declaration", "kind": 65536, @@ -196833,7 +200226,7 @@ ], "signatures": [ { - "id": 21146, + "id": 4606, "name": "__type", "variant": "signature", "kind": 4096, @@ -196861,7 +200254,7 @@ ], "typeParameters": [ { - "id": 21147, + "id": 4607, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -196872,7 +200265,7 @@ } }, { - "id": 21148, + "id": 4608, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -196885,7 +200278,7 @@ ], "parameters": [ { - "id": 21149, + "id": 4609, "name": "args", "variant": "param", "kind": 32768, @@ -196918,7 +200311,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -196929,13 +200322,13 @@ }, "trueType": { "type": "reference", - "target": 21117, + "target": 4577, "name": "BulkCreateDeleteLevelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -196968,7 +200361,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -196991,7 +200384,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -197011,7 +200404,7 @@ } }, { - "id": 21150, + "id": 4610, "name": "getName", "variant": "declaration", "kind": 1024, @@ -197034,7 +200427,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21151, + "id": 4611, "name": "__type", "variant": "declaration", "kind": 65536, @@ -197048,7 +200441,7 @@ ], "signatures": [ { - "id": 21152, + "id": 4612, "name": "__type", "variant": "signature", "kind": 4096, @@ -197070,7 +200463,7 @@ } }, { - "id": 21153, + "id": 4613, "name": "config", "variant": "declaration", "kind": 1024, @@ -197093,7 +200486,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21154, + "id": 4614, "name": "__type", "variant": "declaration", "kind": 65536, @@ -197107,7 +200500,7 @@ ], "signatures": [ { - "id": 21155, + "id": 4615, "name": "__type", "variant": "signature", "kind": 4096, @@ -197121,7 +200514,7 @@ ], "parameters": [ { - "id": 21156, + "id": 4616, "name": "config", "variant": "param", "kind": 32768, @@ -197147,7 +200540,7 @@ } }, { - "id": 21157, + "id": 4617, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -197175,7 +200568,7 @@ ], "documents": [ { - "id": 37435, + "id": 20922, "name": "when", "variant": "document", "kind": 8388608, @@ -197210,7 +200603,7 @@ "frontmatter": {}, "children": [ { - "id": 37436, + "id": 20923, "name": "deleteInventoryLevelsWorkflow", "variant": "document", "kind": 8388608, @@ -197226,6 +200619,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4757" + } + ] } ], "modifierTags": [ @@ -197238,7 +200640,7 @@ ] }, { - "id": 37437, + "id": 20924, "name": "when", "variant": "document", "kind": 8388608, @@ -197273,7 +200675,7 @@ "frontmatter": {}, "children": [ { - "id": 37438, + "id": 20925, "name": "createInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -197289,6 +200691,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4905" + } + ] } ], "modifierTags": [ @@ -197302,21 +200713,21 @@ } ], "childrenIncludingDocuments": [ - 21132, - 21144, - 21150, - 21153, - 21157 + 4592, + 4604, + 4610, + 4613, + 4617 ], "groups": [ { "title": "Properties", "children": [ - 21132, - 21144, - 21150, - 21153, - 21157 + 4592, + 4604, + 4610, + 4613, + 4617 ] } ], @@ -197325,12 +200736,12 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L25" } ], "signatures": [ { - "id": 21125, + "id": 4585, "name": "bulkCreateDeleteLevelsWorkflow", "variant": "signature", "kind": 4096, @@ -197385,12 +200796,12 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L25" } ], "typeParameters": [ { - "id": 21126, + "id": 4586, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -197401,7 +200812,7 @@ } }, { - "id": 21127, + "id": 4587, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -197414,7 +200825,7 @@ ], "parameters": [ { - "id": 21128, + "id": 4588, "name": "container", "variant": "param", "kind": 32768, @@ -197438,14 +200849,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21129, + "id": 4589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21130, + "id": 4590, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -197468,7 +200879,7 @@ } }, { - "id": 21131, + "id": 4591, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -197495,8 +200906,8 @@ { "title": "Properties", "children": [ - 21130, - 21131 + 4590, + 4591 ] } ], @@ -197567,7 +200978,7 @@ "typeArguments": [ { "type": "reference", - "target": 21117, + "target": 4577, "name": "BulkCreateDeleteLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -197585,14 +200996,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -197607,7 +201018,7 @@ ] }, { - "id": 21161, + "id": 4621, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -197627,7 +201038,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" } ], "type": { @@ -197644,7 +201055,7 @@ } }, { - "id": 21159, + "id": 4619, "name": "items", "variant": "declaration", "kind": 1024, @@ -197662,7 +201073,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" } ], "type": { @@ -197682,14 +201093,14 @@ { "type": "reflection", "declaration": { - "id": 21160, + "id": 4620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21161, + "id": 4621, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -197709,7 +201120,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" } ], "type": { @@ -197730,7 +201141,7 @@ { "title": "Properties", "children": [ - 21161 + 4621 ] } ], @@ -197739,7 +201150,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 26, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" } ] } @@ -197749,7 +201160,7 @@ } }, { - "id": 21162, + "id": 4622, "name": "createInventoryItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -197761,7 +201172,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L81" } ], "type": { @@ -197771,7 +201182,7 @@ "defaultValue": "\"create-inventory-items-workflow\"" }, { - "id": 21163, + "id": 4623, "name": "createInventoryItemsWorkflow", "variant": "declaration", "kind": 64, @@ -197824,7 +201235,7 @@ }, "children": [ { - "id": 21171, + "id": 4631, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -197847,7 +201258,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21172, + "id": 4632, "name": "__type", "variant": "declaration", "kind": 65536, @@ -197861,7 +201272,7 @@ ], "signatures": [ { - "id": 21173, + "id": 4633, "name": "__type", "variant": "signature", "kind": 4096, @@ -197889,7 +201300,7 @@ ], "parameters": [ { - "id": 21174, + "id": 4634, "name": "param0", "variant": "param", "kind": 32768, @@ -197905,14 +201316,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21175, + "id": 4635, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21176, + "id": 4636, "name": "input", "variant": "declaration", "kind": 1024, @@ -197937,7 +201348,7 @@ "types": [ { "type": "reference", - "target": 21158, + "target": 4618, "name": "CreateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -197950,7 +201361,7 @@ "typeArguments": [ { "type": "reference", - "target": 21158, + "target": 4618, "name": "CreateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -197966,7 +201377,7 @@ { "title": "Properties", "children": [ - 21176 + 4636 ] } ], @@ -198059,14 +201470,14 @@ { "type": "reflection", "declaration": { - "id": 21177, + "id": 4637, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21178, + "id": 4638, "name": "config", "variant": "declaration", "kind": 2048, @@ -198080,7 +201491,7 @@ ], "signatures": [ { - "id": 21179, + "id": 4639, "name": "config", "variant": "signature", "kind": 4096, @@ -198094,7 +201505,7 @@ ], "parameters": [ { - "id": 21180, + "id": 4640, "name": "config", "variant": "param", "kind": 32768, @@ -198105,14 +201516,14 @@ { "type": "reflection", "declaration": { - "id": 21181, + "id": 4641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21182, + "id": 4642, "name": "name", "variant": "declaration", "kind": 1024, @@ -198136,7 +201547,7 @@ { "title": "Properties", "children": [ - 21182 + 4642 ] } ], @@ -198221,7 +201632,7 @@ { "title": "Methods", "children": [ - 21178 + 4638 ] } ], @@ -198265,7 +201676,7 @@ } }, { - "id": 21183, + "id": 4643, "name": "run", "variant": "declaration", "kind": 1024, @@ -198288,7 +201699,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21184, + "id": 4644, "name": "__type", "variant": "declaration", "kind": 65536, @@ -198302,7 +201713,7 @@ ], "signatures": [ { - "id": 21185, + "id": 4645, "name": "__type", "variant": "signature", "kind": 4096, @@ -198330,7 +201741,7 @@ ], "typeParameters": [ { - "id": 21186, + "id": 4646, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -198341,7 +201752,7 @@ } }, { - "id": 21187, + "id": 4647, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -198354,7 +201765,7 @@ ], "parameters": [ { - "id": 21188, + "id": 4648, "name": "args", "variant": "param", "kind": 32768, @@ -198387,7 +201798,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -198398,13 +201809,13 @@ }, "trueType": { "type": "reference", - "target": 21158, + "target": 4618, "name": "CreateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -198437,7 +201848,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -198460,7 +201871,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -198480,7 +201891,7 @@ } }, { - "id": 21189, + "id": 4649, "name": "getName", "variant": "declaration", "kind": 1024, @@ -198503,7 +201914,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21190, + "id": 4650, "name": "__type", "variant": "declaration", "kind": 65536, @@ -198517,7 +201928,7 @@ ], "signatures": [ { - "id": 21191, + "id": 4651, "name": "__type", "variant": "signature", "kind": 4096, @@ -198539,7 +201950,7 @@ } }, { - "id": 21192, + "id": 4652, "name": "config", "variant": "declaration", "kind": 1024, @@ -198562,7 +201973,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21193, + "id": 4653, "name": "__type", "variant": "declaration", "kind": 65536, @@ -198576,7 +201987,7 @@ ], "signatures": [ { - "id": 21194, + "id": 4654, "name": "__type", "variant": "signature", "kind": 4096, @@ -198590,7 +202001,7 @@ ], "parameters": [ { - "id": 21195, + "id": 4655, "name": "config", "variant": "param", "kind": 32768, @@ -198616,7 +202027,7 @@ } }, { - "id": 21196, + "id": 4656, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -198644,7 +202055,7 @@ ], "documents": [ { - "id": 37439, + "id": 20926, "name": "createInventoryItemsStep", "variant": "document", "kind": 8388608, @@ -198660,6 +202071,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4892" + } + ] } ], "modifierTags": [ @@ -198670,7 +202090,7 @@ "frontmatter": {} }, { - "id": 37440, + "id": 20927, "name": "createInventoryLevelsWorkflow", "variant": "document", "kind": 8388608, @@ -198686,6 +202106,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4660" + } + ] } ], "modifierTags": [ @@ -198697,21 +202126,21 @@ } ], "childrenIncludingDocuments": [ - 21171, - 21183, - 21189, - 21192, - 21196 + 4631, + 4643, + 4649, + 4652, + 4656 ], "groups": [ { "title": "Properties", "children": [ - 21171, - 21183, - 21189, - 21192, - 21196 + 4631, + 4643, + 4649, + 4652, + 4656 ] } ], @@ -198720,12 +202149,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L110" } ], "signatures": [ { - "id": 21164, + "id": 4624, "name": "createInventoryItemsWorkflow", "variant": "signature", "kind": 4096, @@ -198781,12 +202210,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L110" } ], "typeParameters": [ { - "id": 21165, + "id": 4625, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -198797,7 +202226,7 @@ } }, { - "id": 21166, + "id": 4626, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -198810,7 +202239,7 @@ ], "parameters": [ { - "id": 21167, + "id": 4627, "name": "container", "variant": "param", "kind": 32768, @@ -198834,14 +202263,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21168, + "id": 4628, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21169, + "id": 4629, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -198864,7 +202293,7 @@ } }, { - "id": 21170, + "id": 4630, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -198891,8 +202320,8 @@ { "title": "Properties", "children": [ - 21169, - 21170 + 4629, + 4630 ] } ], @@ -198963,7 +202392,7 @@ "typeArguments": [ { "type": "reference", - "target": 21158, + "target": 4618, "name": "CreateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -198981,14 +202410,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -199003,7 +202432,7 @@ ] }, { - "id": 21198, + "id": 4658, "name": "inventory_levels", "variant": "declaration", "kind": 1024, @@ -199021,7 +202450,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L19" } ], "type": { @@ -199038,7 +202467,7 @@ } }, { - "id": 21199, + "id": 4659, "name": "createInventoryLevelsWorkflowId", "variant": "declaration", "kind": 32, @@ -199050,7 +202479,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L21" } ], "type": { @@ -199060,7 +202489,7 @@ "defaultValue": "\"create-inventory-levels-workflow\"" }, { - "id": 21200, + "id": 4660, "name": "createInventoryLevelsWorkflow", "variant": "declaration", "kind": 64, @@ -199104,7 +202533,7 @@ }, "children": [ { - "id": 21208, + "id": 4668, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -199127,7 +202556,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21209, + "id": 4669, "name": "__type", "variant": "declaration", "kind": 65536, @@ -199141,7 +202570,7 @@ ], "signatures": [ { - "id": 21210, + "id": 4670, "name": "__type", "variant": "signature", "kind": 4096, @@ -199169,7 +202598,7 @@ ], "parameters": [ { - "id": 21211, + "id": 4671, "name": "param0", "variant": "param", "kind": 32768, @@ -199185,14 +202614,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21212, + "id": 4672, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21213, + "id": 4673, "name": "input", "variant": "declaration", "kind": 1024, @@ -199217,7 +202646,7 @@ "types": [ { "type": "reference", - "target": 21197, + "target": 4657, "name": "CreateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -199230,7 +202659,7 @@ "typeArguments": [ { "type": "reference", - "target": 21197, + "target": 4657, "name": "CreateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -199246,7 +202675,7 @@ { "title": "Properties", "children": [ - 21213 + 4673 ] } ], @@ -199339,14 +202768,14 @@ { "type": "reflection", "declaration": { - "id": 21214, + "id": 4674, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21215, + "id": 4675, "name": "config", "variant": "declaration", "kind": 2048, @@ -199360,7 +202789,7 @@ ], "signatures": [ { - "id": 21216, + "id": 4676, "name": "config", "variant": "signature", "kind": 4096, @@ -199374,7 +202803,7 @@ ], "parameters": [ { - "id": 21217, + "id": 4677, "name": "config", "variant": "param", "kind": 32768, @@ -199385,14 +202814,14 @@ { "type": "reflection", "declaration": { - "id": 21218, + "id": 4678, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21219, + "id": 4679, "name": "name", "variant": "declaration", "kind": 1024, @@ -199416,7 +202845,7 @@ { "title": "Properties", "children": [ - 21219 + 4679 ] } ], @@ -199501,7 +202930,7 @@ { "title": "Methods", "children": [ - 21215 + 4675 ] } ], @@ -199545,7 +202974,7 @@ } }, { - "id": 21220, + "id": 4680, "name": "run", "variant": "declaration", "kind": 1024, @@ -199568,7 +202997,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21221, + "id": 4681, "name": "__type", "variant": "declaration", "kind": 65536, @@ -199582,7 +203011,7 @@ ], "signatures": [ { - "id": 21222, + "id": 4682, "name": "__type", "variant": "signature", "kind": 4096, @@ -199610,7 +203039,7 @@ ], "typeParameters": [ { - "id": 21223, + "id": 4683, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -199621,7 +203050,7 @@ } }, { - "id": 21224, + "id": 4684, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -199634,7 +203063,7 @@ ], "parameters": [ { - "id": 21225, + "id": 4685, "name": "args", "variant": "param", "kind": 32768, @@ -199667,7 +203096,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -199678,13 +203107,13 @@ }, "trueType": { "type": "reference", - "target": 21197, + "target": 4657, "name": "CreateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -199717,7 +203146,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -199740,7 +203169,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -199760,7 +203189,7 @@ } }, { - "id": 21226, + "id": 4686, "name": "getName", "variant": "declaration", "kind": 1024, @@ -199783,7 +203212,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21227, + "id": 4687, "name": "__type", "variant": "declaration", "kind": 65536, @@ -199797,7 +203226,7 @@ ], "signatures": [ { - "id": 21228, + "id": 4688, "name": "__type", "variant": "signature", "kind": 4096, @@ -199819,7 +203248,7 @@ } }, { - "id": 21229, + "id": 4689, "name": "config", "variant": "declaration", "kind": 1024, @@ -199842,7 +203271,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21230, + "id": 4690, "name": "__type", "variant": "declaration", "kind": 65536, @@ -199856,7 +203285,7 @@ ], "signatures": [ { - "id": 21231, + "id": 4691, "name": "__type", "variant": "signature", "kind": 4096, @@ -199870,7 +203299,7 @@ ], "parameters": [ { - "id": 21232, + "id": 4692, "name": "config", "variant": "param", "kind": 32768, @@ -199896,7 +203325,7 @@ } }, { - "id": 21233, + "id": 4693, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -199924,7 +203353,7 @@ ], "documents": [ { - "id": 37441, + "id": 20928, "name": "validateInventoryLocationsStep", "variant": "document", "kind": 8388608, @@ -199940,6 +203369,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4975" + } + ] } ], "modifierTags": [ @@ -199950,7 +203388,7 @@ "frontmatter": {} }, { - "id": 37442, + "id": 20929, "name": "createInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -199966,6 +203404,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4905" + } + ] } ], "modifierTags": [ @@ -199977,21 +203424,21 @@ } ], "childrenIncludingDocuments": [ - 21208, - 21220, - 21226, - 21229, - 21233 + 4668, + 4680, + 4686, + 4689, + 4693 ], "groups": [ { "title": "Properties", "children": [ - 21208, - 21220, - 21226, - 21229, - 21233 + 4668, + 4680, + 4686, + 4689, + 4693 ] } ], @@ -200000,12 +203447,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L47" } ], "signatures": [ { - "id": 21201, + "id": 4661, "name": "createInventoryLevelsWorkflow", "variant": "signature", "kind": 4096, @@ -200052,12 +203499,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L47" } ], "typeParameters": [ { - "id": 21202, + "id": 4662, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -200068,7 +203515,7 @@ } }, { - "id": 21203, + "id": 4663, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -200081,7 +203528,7 @@ ], "parameters": [ { - "id": 21204, + "id": 4664, "name": "container", "variant": "param", "kind": 32768, @@ -200105,14 +203552,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21205, + "id": 4665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21206, + "id": 4666, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -200135,7 +203582,7 @@ } }, { - "id": 21207, + "id": 4667, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -200162,8 +203609,8 @@ { "title": "Properties", "children": [ - 21206, - 21207 + 4666, + 4667 ] } ], @@ -200234,7 +203681,7 @@ "typeArguments": [ { "type": "reference", - "target": 21197, + "target": 4657, "name": "CreateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -200252,14 +203699,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -200274,7 +203721,7 @@ ] }, { - "id": 21236, + "id": 4696, "name": "deleteInventoryItemWorkflowId", "variant": "declaration", "kind": 32, @@ -200286,7 +203733,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-items.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L22" } ], "type": { @@ -200296,7 +203743,7 @@ "defaultValue": "\"delete-inventory-item-workflow\"" }, { - "id": 21237, + "id": 4697, "name": "deleteInventoryItemWorkflow", "variant": "declaration", "kind": 64, @@ -200340,7 +203787,7 @@ }, "children": [ { - "id": 21245, + "id": 4705, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -200363,7 +203810,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21246, + "id": 4706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -200377,7 +203824,7 @@ ], "signatures": [ { - "id": 21247, + "id": 4707, "name": "__type", "variant": "signature", "kind": 4096, @@ -200405,7 +203852,7 @@ ], "parameters": [ { - "id": 21248, + "id": 4708, "name": "param0", "variant": "param", "kind": 32768, @@ -200421,14 +203868,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21249, + "id": 4709, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21250, + "id": 4710, "name": "input", "variant": "declaration", "kind": 1024, @@ -200453,7 +203900,7 @@ "types": [ { "type": "reference", - "target": 21234, + "target": 4694, "name": "DeleteInventoryItemWorkflowInput", "package": "@medusajs/core-flows" }, @@ -200466,7 +203913,7 @@ "typeArguments": [ { "type": "reference", - "target": 21234, + "target": 4694, "name": "DeleteInventoryItemWorkflowInput", "package": "@medusajs/core-flows" } @@ -200482,7 +203929,7 @@ { "title": "Properties", "children": [ - 21250 + 4710 ] } ], @@ -200529,7 +203976,7 @@ }, { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -200542,7 +203989,7 @@ "typeArguments": [ { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -200553,14 +204000,14 @@ { "type": "reflection", "declaration": { - "id": 21251, + "id": 4711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21252, + "id": 4712, "name": "config", "variant": "declaration", "kind": 2048, @@ -200574,7 +204021,7 @@ ], "signatures": [ { - "id": 21253, + "id": 4713, "name": "config", "variant": "signature", "kind": 4096, @@ -200588,7 +204035,7 @@ ], "parameters": [ { - "id": 21254, + "id": 4714, "name": "config", "variant": "param", "kind": 32768, @@ -200599,14 +204046,14 @@ { "type": "reflection", "declaration": { - "id": 21255, + "id": 4715, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21256, + "id": 4716, "name": "name", "variant": "declaration", "kind": 1024, @@ -200630,7 +204077,7 @@ { "title": "Properties", "children": [ - 21256 + 4716 ] } ], @@ -200693,7 +204140,7 @@ "typeArguments": [ { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -200709,7 +204156,7 @@ { "title": "Methods", "children": [ - 21252 + 4712 ] } ], @@ -200731,7 +204178,7 @@ "typeArguments": [ { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -200747,7 +204194,7 @@ } }, { - "id": 21257, + "id": 4717, "name": "run", "variant": "declaration", "kind": 1024, @@ -200770,7 +204217,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21258, + "id": 4718, "name": "__type", "variant": "declaration", "kind": 65536, @@ -200784,7 +204231,7 @@ ], "signatures": [ { - "id": 21259, + "id": 4719, "name": "__type", "variant": "signature", "kind": 4096, @@ -200812,7 +204259,7 @@ ], "typeParameters": [ { - "id": 21260, + "id": 4720, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -200823,7 +204270,7 @@ } }, { - "id": 21261, + "id": 4721, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -200836,7 +204283,7 @@ ], "parameters": [ { - "id": 21262, + "id": 4722, "name": "args", "variant": "param", "kind": 32768, @@ -200869,7 +204316,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -200880,13 +204327,13 @@ }, "trueType": { "type": "reference", - "target": 21234, + "target": 4694, "name": "DeleteInventoryItemWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -200919,7 +204366,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -200930,13 +204377,13 @@ }, "trueType": { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -200956,7 +204403,7 @@ } }, { - "id": 21263, + "id": 4723, "name": "getName", "variant": "declaration", "kind": 1024, @@ -200979,7 +204426,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21264, + "id": 4724, "name": "__type", "variant": "declaration", "kind": 65536, @@ -200993,7 +204440,7 @@ ], "signatures": [ { - "id": 21265, + "id": 4725, "name": "__type", "variant": "signature", "kind": 4096, @@ -201015,7 +204462,7 @@ } }, { - "id": 21266, + "id": 4726, "name": "config", "variant": "declaration", "kind": 1024, @@ -201038,7 +204485,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21267, + "id": 4727, "name": "__type", "variant": "declaration", "kind": 65536, @@ -201052,7 +204499,7 @@ ], "signatures": [ { - "id": 21268, + "id": 4728, "name": "__type", "variant": "signature", "kind": 4096, @@ -201066,7 +204513,7 @@ ], "parameters": [ { - "id": 21269, + "id": 4729, "name": "config", "variant": "param", "kind": 32768, @@ -201092,7 +204539,7 @@ } }, { - "id": 21270, + "id": 4730, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -201120,7 +204567,7 @@ ], "documents": [ { - "id": 37443, + "id": 20930, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -201136,6 +204583,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -201146,7 +204602,7 @@ "frontmatter": {} }, { - "id": 37444, + "id": 20931, "name": "validateInventoryDeleteStep", "variant": "document", "kind": 8388608, @@ -201162,6 +204618,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4922" + } + ] } ], "modifierTags": [ @@ -201172,7 +204637,7 @@ "frontmatter": {} }, { - "id": 37445, + "id": 20932, "name": "deleteInventoryItemStep", "variant": "document", "kind": 8388608, @@ -201188,6 +204653,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4935" + } + ] } ], "modifierTags": [ @@ -201198,7 +204672,7 @@ "frontmatter": {} }, { - "id": 37446, + "id": 20933, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -201214,6 +204688,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -201225,21 +204708,21 @@ } ], "childrenIncludingDocuments": [ - 21245, - 21257, - 21263, - 21266, - 21270 + 4705, + 4717, + 4723, + 4726, + 4730 ], "groups": [ { "title": "Properties", "children": [ - 21245, - 21257, - 21263, - 21266, - 21270 + 4705, + 4717, + 4723, + 4726, + 4730 ] } ], @@ -201248,12 +204731,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-items.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L40" } ], "signatures": [ { - "id": 21238, + "id": 4698, "name": "deleteInventoryItemWorkflow", "variant": "signature", "kind": 4096, @@ -201300,12 +204783,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-items.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L40" } ], "typeParameters": [ { - "id": 21239, + "id": 4699, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -201316,7 +204799,7 @@ } }, { - "id": 21240, + "id": 4700, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -201329,7 +204812,7 @@ ], "parameters": [ { - "id": 21241, + "id": 4701, "name": "container", "variant": "param", "kind": 32768, @@ -201353,14 +204836,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21242, + "id": 4702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21243, + "id": 4703, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -201383,7 +204866,7 @@ } }, { - "id": 21244, + "id": 4704, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -201410,8 +204893,8 @@ { "title": "Properties", "children": [ - 21243, - 21244 + 4703, + 4704 ] } ], @@ -201482,26 +204965,26 @@ "typeArguments": [ { "type": "reference", - "target": 21234, + "target": 4694, "name": "DeleteInventoryItemWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 21235, + "target": 4695, "name": "DeleteInventoryItemWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -201516,7 +204999,7 @@ ] }, { - "id": 21273, + "id": 4733, "name": "inventoryLevels", "variant": "declaration", "kind": 1024, @@ -201534,7 +205017,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L24" } ], "type": { @@ -201551,7 +205034,7 @@ } }, { - "id": 21274, + "id": 4734, "name": "force", "variant": "declaration", "kind": 1024, @@ -201571,7 +205054,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L28" } ], "type": { @@ -201580,7 +205063,7 @@ } }, { - "id": 21275, + "id": 4735, "name": "validateInventoryLevelsDelete", "variant": "declaration", "kind": 64, @@ -201615,7 +205098,7 @@ }, "children": [ { - "id": 21284, + "id": 4744, "name": "__type", "variant": "declaration", "kind": 1024, @@ -201633,7 +205116,7 @@ } }, { - "id": 21285, + "id": 4745, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -201655,8 +205138,8 @@ { "title": "Properties", "children": [ - 21284, - 21285 + 4744, + 4745 ] } ], @@ -201665,12 +205148,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L54" } ], "signatures": [ { - "id": 21276, + "id": 4736, "name": "validateInventoryLevelsDelete", "variant": "signature", "kind": 4096, @@ -201708,12 +205191,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L54" } ], "parameters": [ { - "id": 21277, + "id": 4737, "name": "input", "variant": "param", "kind": 32768, @@ -201723,7 +205206,7 @@ "types": [ { "type": "reference", - "target": 21271, + "target": 4731, "name": "ValidateInventoryLevelsDeleteStepInput", "package": "@medusajs/core-flows" }, @@ -201736,7 +205219,7 @@ "typeArguments": [ { "type": "reference", - "target": 21271, + "target": 4731, "name": "ValidateInventoryLevelsDeleteStepInput", "package": "@medusajs/core-flows" } @@ -201769,14 +205252,14 @@ { "type": "reflection", "declaration": { - "id": 21278, + "id": 4738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21279, + "id": 4739, "name": "config", "variant": "declaration", "kind": 2048, @@ -201790,7 +205273,7 @@ ], "signatures": [ { - "id": 21280, + "id": 4740, "name": "config", "variant": "signature", "kind": 4096, @@ -201804,7 +205287,7 @@ ], "parameters": [ { - "id": 21281, + "id": 4741, "name": "config", "variant": "param", "kind": 32768, @@ -201815,14 +205298,14 @@ { "type": "reflection", "declaration": { - "id": 21282, + "id": 4742, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21283, + "id": 4743, "name": "name", "variant": "declaration", "kind": 1024, @@ -201846,7 +205329,7 @@ { "title": "Properties", "children": [ - 21283 + 4743 ] } ], @@ -201923,7 +205406,7 @@ { "title": "Methods", "children": [ - 21279 + 4739 ] } ], @@ -201957,7 +205440,7 @@ ] }, { - "id": 21287, + "id": 4747, "name": "force", "variant": "declaration", "kind": 1024, @@ -201977,7 +205460,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L103" } ], "type": { @@ -201986,7 +205469,7 @@ } }, { - "id": 21296, + "id": 4756, "name": "deleteInventoryLevelsWorkflowId", "variant": "declaration", "kind": 32, @@ -201998,7 +205481,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 106, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L106" } ], "type": { @@ -202008,7 +205491,7 @@ "defaultValue": "\"delete-inventory-levels-workflow\"" }, { - "id": 21297, + "id": 4757, "name": "deleteInventoryLevelsWorkflow", "variant": "declaration", "kind": 64, @@ -202052,7 +205535,7 @@ }, "children": [ { - "id": 21305, + "id": 4765, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -202075,7 +205558,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21306, + "id": 4766, "name": "__type", "variant": "declaration", "kind": 65536, @@ -202089,7 +205572,7 @@ ], "signatures": [ { - "id": 21307, + "id": 4767, "name": "__type", "variant": "signature", "kind": 4096, @@ -202117,7 +205600,7 @@ ], "parameters": [ { - "id": 21308, + "id": 4768, "name": "param0", "variant": "param", "kind": 32768, @@ -202133,14 +205616,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21309, + "id": 4769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21310, + "id": 4770, "name": "input", "variant": "declaration", "kind": 1024, @@ -202165,7 +205648,7 @@ "types": [ { "type": "reference", - "target": 21286, + "target": 4746, "name": "DeleteInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -202178,7 +205661,7 @@ "typeArguments": [ { "type": "reference", - "target": 21286, + "target": 4746, "name": "DeleteInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -202194,7 +205677,7 @@ { "title": "Properties", "children": [ - 21310 + 4770 ] } ], @@ -202219,7 +205702,7 @@ } }, { - "id": 21311, + "id": 4771, "name": "run", "variant": "declaration", "kind": 1024, @@ -202242,7 +205725,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21312, + "id": 4772, "name": "__type", "variant": "declaration", "kind": 65536, @@ -202256,7 +205739,7 @@ ], "signatures": [ { - "id": 21313, + "id": 4773, "name": "__type", "variant": "signature", "kind": 4096, @@ -202284,7 +205767,7 @@ ], "typeParameters": [ { - "id": 21314, + "id": 4774, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -202295,7 +205778,7 @@ } }, { - "id": 21315, + "id": 4775, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -202308,7 +205791,7 @@ ], "parameters": [ { - "id": 21316, + "id": 4776, "name": "args", "variant": "param", "kind": 32768, @@ -202341,7 +205824,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -202352,13 +205835,13 @@ }, "trueType": { "type": "reference", - "target": 21286, + "target": 4746, "name": "DeleteInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -202391,7 +205874,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -202406,7 +205889,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -202426,7 +205909,7 @@ } }, { - "id": 21317, + "id": 4777, "name": "getName", "variant": "declaration", "kind": 1024, @@ -202449,7 +205932,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21318, + "id": 4778, "name": "__type", "variant": "declaration", "kind": 65536, @@ -202463,7 +205946,7 @@ ], "signatures": [ { - "id": 21319, + "id": 4779, "name": "__type", "variant": "signature", "kind": 4096, @@ -202485,7 +205968,7 @@ } }, { - "id": 21320, + "id": 4780, "name": "config", "variant": "declaration", "kind": 1024, @@ -202508,7 +205991,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21321, + "id": 4781, "name": "__type", "variant": "declaration", "kind": 65536, @@ -202522,7 +206005,7 @@ ], "signatures": [ { - "id": 21322, + "id": 4782, "name": "__type", "variant": "signature", "kind": 4096, @@ -202536,7 +206019,7 @@ ], "parameters": [ { - "id": 21323, + "id": 4783, "name": "config", "variant": "param", "kind": 32768, @@ -202562,7 +206045,7 @@ } }, { - "id": 21324, + "id": 4784, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -202590,7 +206073,7 @@ ], "documents": [ { - "id": 37447, + "id": 20934, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -202606,6 +206089,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -202616,7 +206108,7 @@ "frontmatter": {} }, { - "id": 37448, + "id": 20935, "name": "validateInventoryLevelsDelete", "variant": "document", "kind": 8388608, @@ -202632,6 +206124,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4735" + } + ] } ], "modifierTags": [ @@ -202643,21 +206144,21 @@ } ], "childrenIncludingDocuments": [ - 21305, - 21311, - 21317, - 21320, - 21324 + 4765, + 4771, + 4777, + 4780, + 4784 ], "groups": [ { "title": "Properties", "children": [ - 21305, - 21311, - 21317, - 21320, - 21324 + 4765, + 4771, + 4777, + 4780, + 4784 ] } ], @@ -202666,12 +206167,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L127" } ], "signatures": [ { - "id": 21298, + "id": 4758, "name": "deleteInventoryLevelsWorkflow", "variant": "signature", "kind": 4096, @@ -202718,12 +206219,12 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L127" } ], "typeParameters": [ { - "id": 21299, + "id": 4759, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -202734,7 +206235,7 @@ } }, { - "id": 21300, + "id": 4760, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -202747,7 +206248,7 @@ ], "parameters": [ { - "id": 21301, + "id": 4761, "name": "container", "variant": "param", "kind": 32768, @@ -202771,14 +206272,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21302, + "id": 4762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21303, + "id": 4763, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -202801,7 +206302,7 @@ } }, { - "id": 21304, + "id": 4764, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -202828,8 +206329,8 @@ { "title": "Properties", "children": [ - 21303, - 21304 + 4763, + 4764 ] } ], @@ -202900,7 +206401,7 @@ "typeArguments": [ { "type": "reference", - "target": 21286, + "target": 4746, "name": "DeleteInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -202910,14 +206411,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -202932,7 +206433,7 @@ ] }, { - "id": 21326, + "id": 4786, "name": "updates", "variant": "declaration", "kind": 1024, @@ -202950,7 +206451,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L17" } ], "type": { @@ -202967,7 +206468,7 @@ } }, { - "id": 21328, + "id": 4788, "name": "updateInventoryItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -202979,7 +206480,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L25" } ], "type": { @@ -202989,7 +206490,7 @@ "defaultValue": "\"update-inventory-items-workflow\"" }, { - "id": 21329, + "id": 4789, "name": "updateInventoryItemsWorkflow", "variant": "declaration", "kind": 64, @@ -203033,7 +206534,7 @@ }, "children": [ { - "id": 21337, + "id": 4797, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -203056,7 +206557,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21338, + "id": 4798, "name": "__type", "variant": "declaration", "kind": 65536, @@ -203070,7 +206571,7 @@ ], "signatures": [ { - "id": 21339, + "id": 4799, "name": "__type", "variant": "signature", "kind": 4096, @@ -203098,7 +206599,7 @@ ], "parameters": [ { - "id": 21340, + "id": 4800, "name": "param0", "variant": "param", "kind": 32768, @@ -203114,14 +206615,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21341, + "id": 4801, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21342, + "id": 4802, "name": "input", "variant": "declaration", "kind": 1024, @@ -203146,7 +206647,7 @@ "types": [ { "type": "reference", - "target": 21325, + "target": 4785, "name": "UpdateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -203159,7 +206660,7 @@ "typeArguments": [ { "type": "reference", - "target": 21325, + "target": 4785, "name": "UpdateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -203175,7 +206676,7 @@ { "title": "Properties", "children": [ - 21342 + 4802 ] } ], @@ -203232,7 +206733,7 @@ }, { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -203245,7 +206746,7 @@ "typeArguments": [ { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -203256,14 +206757,14 @@ { "type": "reflection", "declaration": { - "id": 21343, + "id": 4803, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21344, + "id": 4804, "name": "config", "variant": "declaration", "kind": 2048, @@ -203277,7 +206778,7 @@ ], "signatures": [ { - "id": 21345, + "id": 4805, "name": "config", "variant": "signature", "kind": 4096, @@ -203291,7 +206792,7 @@ ], "parameters": [ { - "id": 21346, + "id": 4806, "name": "config", "variant": "param", "kind": 32768, @@ -203302,14 +206803,14 @@ { "type": "reflection", "declaration": { - "id": 21347, + "id": 4807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21348, + "id": 4808, "name": "name", "variant": "declaration", "kind": 1024, @@ -203333,7 +206834,7 @@ { "title": "Properties", "children": [ - 21348 + 4808 ] } ], @@ -203396,7 +206897,7 @@ "typeArguments": [ { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -203412,7 +206913,7 @@ { "title": "Methods", "children": [ - 21344 + 4804 ] } ], @@ -203434,7 +206935,7 @@ "typeArguments": [ { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -203450,7 +206951,7 @@ } }, { - "id": 21349, + "id": 4809, "name": "run", "variant": "declaration", "kind": 1024, @@ -203473,7 +206974,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21350, + "id": 4810, "name": "__type", "variant": "declaration", "kind": 65536, @@ -203487,7 +206988,7 @@ ], "signatures": [ { - "id": 21351, + "id": 4811, "name": "__type", "variant": "signature", "kind": 4096, @@ -203515,7 +207016,7 @@ ], "typeParameters": [ { - "id": 21352, + "id": 4812, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -203526,7 +207027,7 @@ } }, { - "id": 21353, + "id": 4813, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -203539,7 +207040,7 @@ ], "parameters": [ { - "id": 21354, + "id": 4814, "name": "args", "variant": "param", "kind": 32768, @@ -203572,7 +207073,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -203583,13 +207084,13 @@ }, "trueType": { "type": "reference", - "target": 21325, + "target": 4785, "name": "UpdateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -203622,7 +207123,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -203633,13 +207134,13 @@ }, "trueType": { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -203659,7 +207160,7 @@ } }, { - "id": 21355, + "id": 4815, "name": "getName", "variant": "declaration", "kind": 1024, @@ -203682,7 +207183,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21356, + "id": 4816, "name": "__type", "variant": "declaration", "kind": 65536, @@ -203696,7 +207197,7 @@ ], "signatures": [ { - "id": 21357, + "id": 4817, "name": "__type", "variant": "signature", "kind": 4096, @@ -203718,7 +207219,7 @@ } }, { - "id": 21358, + "id": 4818, "name": "config", "variant": "declaration", "kind": 1024, @@ -203741,7 +207242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21359, + "id": 4819, "name": "__type", "variant": "declaration", "kind": 65536, @@ -203755,7 +207256,7 @@ ], "signatures": [ { - "id": 21360, + "id": 4820, "name": "__type", "variant": "signature", "kind": 4096, @@ -203769,7 +207270,7 @@ ], "parameters": [ { - "id": 21361, + "id": 4821, "name": "config", "variant": "param", "kind": 32768, @@ -203795,7 +207296,7 @@ } }, { - "id": 21362, + "id": 4822, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -203823,7 +207324,7 @@ ], "documents": [ { - "id": 37449, + "id": 20936, "name": "updateInventoryItemsStep", "variant": "document", "kind": 8388608, @@ -203839,6 +207340,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4949" + } + ] } ], "modifierTags": [ @@ -203850,21 +207360,21 @@ } ], "childrenIncludingDocuments": [ - 21337, - 21349, - 21355, - 21358, - 21362 + 4797, + 4809, + 4815, + 4818, + 4822 ], "groups": [ { "title": "Properties", "children": [ - 21337, - 21349, - 21355, - 21358, - 21362 + 4797, + 4809, + 4815, + 4818, + 4822 ] } ], @@ -203873,12 +207383,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L50" } ], "signatures": [ { - "id": 21330, + "id": 4790, "name": "updateInventoryItemsWorkflow", "variant": "signature", "kind": 4096, @@ -203925,12 +207435,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L50" } ], "typeParameters": [ { - "id": 21331, + "id": 4791, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -203941,7 +207451,7 @@ } }, { - "id": 21332, + "id": 4792, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -203954,7 +207464,7 @@ ], "parameters": [ { - "id": 21333, + "id": 4793, "name": "container", "variant": "param", "kind": 32768, @@ -203978,14 +207488,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21334, + "id": 4794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21335, + "id": 4795, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -204008,7 +207518,7 @@ } }, { - "id": 21336, + "id": 4796, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -204035,8 +207545,8 @@ { "title": "Properties", "children": [ - 21335, - 21336 + 4795, + 4796 ] } ], @@ -204107,26 +207617,26 @@ "typeArguments": [ { "type": "reference", - "target": 21325, + "target": 4785, "name": "UpdateInventoryItemsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 21327, + "target": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -204141,7 +207651,7 @@ ] }, { - "id": 21364, + "id": 4824, "name": "updates", "variant": "declaration", "kind": 1024, @@ -204159,7 +207669,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L17" } ], "type": { @@ -204176,7 +207686,7 @@ } }, { - "id": 21366, + "id": 4826, "name": "updateInventoryLevelsWorkflowId", "variant": "declaration", "kind": 32, @@ -204188,7 +207698,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L25" } ], "type": { @@ -204198,7 +207708,7 @@ "defaultValue": "\"update-inventory-levels-workflow\"" }, { - "id": 21367, + "id": 4827, "name": "updateInventoryLevelsWorkflow", "variant": "declaration", "kind": 64, @@ -204242,7 +207752,7 @@ }, "children": [ { - "id": 21375, + "id": 4835, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -204265,7 +207775,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21376, + "id": 4836, "name": "__type", "variant": "declaration", "kind": 65536, @@ -204279,7 +207789,7 @@ ], "signatures": [ { - "id": 21377, + "id": 4837, "name": "__type", "variant": "signature", "kind": 4096, @@ -204307,7 +207817,7 @@ ], "parameters": [ { - "id": 21378, + "id": 4838, "name": "param0", "variant": "param", "kind": 32768, @@ -204323,14 +207833,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21379, + "id": 4839, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21380, + "id": 4840, "name": "input", "variant": "declaration", "kind": 1024, @@ -204355,7 +207865,7 @@ "types": [ { "type": "reference", - "target": 21363, + "target": 4823, "name": "UpdateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -204368,7 +207878,7 @@ "typeArguments": [ { "type": "reference", - "target": 21363, + "target": 4823, "name": "UpdateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -204384,7 +207894,7 @@ { "title": "Properties", "children": [ - 21380 + 4840 ] } ], @@ -204441,7 +207951,7 @@ }, { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -204454,7 +207964,7 @@ "typeArguments": [ { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -204465,14 +207975,14 @@ { "type": "reflection", "declaration": { - "id": 21381, + "id": 4841, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21382, + "id": 4842, "name": "config", "variant": "declaration", "kind": 2048, @@ -204486,7 +207996,7 @@ ], "signatures": [ { - "id": 21383, + "id": 4843, "name": "config", "variant": "signature", "kind": 4096, @@ -204500,7 +208010,7 @@ ], "parameters": [ { - "id": 21384, + "id": 4844, "name": "config", "variant": "param", "kind": 32768, @@ -204511,14 +208021,14 @@ { "type": "reflection", "declaration": { - "id": 21385, + "id": 4845, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21386, + "id": 4846, "name": "name", "variant": "declaration", "kind": 1024, @@ -204542,7 +208052,7 @@ { "title": "Properties", "children": [ - 21386 + 4846 ] } ], @@ -204605,7 +208115,7 @@ "typeArguments": [ { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -204621,7 +208131,7 @@ { "title": "Methods", "children": [ - 21382 + 4842 ] } ], @@ -204643,7 +208153,7 @@ "typeArguments": [ { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -204659,7 +208169,7 @@ } }, { - "id": 21387, + "id": 4847, "name": "run", "variant": "declaration", "kind": 1024, @@ -204682,7 +208192,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21388, + "id": 4848, "name": "__type", "variant": "declaration", "kind": 65536, @@ -204696,7 +208206,7 @@ ], "signatures": [ { - "id": 21389, + "id": 4849, "name": "__type", "variant": "signature", "kind": 4096, @@ -204724,7 +208234,7 @@ ], "typeParameters": [ { - "id": 21390, + "id": 4850, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -204735,7 +208245,7 @@ } }, { - "id": 21391, + "id": 4851, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -204748,7 +208258,7 @@ ], "parameters": [ { - "id": 21392, + "id": 4852, "name": "args", "variant": "param", "kind": 32768, @@ -204781,7 +208291,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -204792,13 +208302,13 @@ }, "trueType": { "type": "reference", - "target": 21363, + "target": 4823, "name": "UpdateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -204831,7 +208341,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -204842,13 +208352,13 @@ }, "trueType": { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -204868,7 +208378,7 @@ } }, { - "id": 21393, + "id": 4853, "name": "getName", "variant": "declaration", "kind": 1024, @@ -204891,7 +208401,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21394, + "id": 4854, "name": "__type", "variant": "declaration", "kind": 65536, @@ -204905,7 +208415,7 @@ ], "signatures": [ { - "id": 21395, + "id": 4855, "name": "__type", "variant": "signature", "kind": 4096, @@ -204927,7 +208437,7 @@ } }, { - "id": 21396, + "id": 4856, "name": "config", "variant": "declaration", "kind": 1024, @@ -204950,7 +208460,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21397, + "id": 4857, "name": "__type", "variant": "declaration", "kind": 65536, @@ -204964,7 +208474,7 @@ ], "signatures": [ { - "id": 21398, + "id": 4858, "name": "__type", "variant": "signature", "kind": 4096, @@ -204978,7 +208488,7 @@ ], "parameters": [ { - "id": 21399, + "id": 4859, "name": "config", "variant": "param", "kind": 32768, @@ -205004,7 +208514,7 @@ } }, { - "id": 21400, + "id": 4860, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -205032,7 +208542,7 @@ ], "documents": [ { - "id": 37450, + "id": 20937, "name": "updateInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -205048,6 +208558,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4962" + } + ] } ], "modifierTags": [ @@ -205059,21 +208578,21 @@ } ], "childrenIncludingDocuments": [ - 21375, - 21387, - 21393, - 21396, - 21400 + 4835, + 4847, + 4853, + 4856, + 4860 ], "groups": [ { "title": "Properties", "children": [ - 21375, - 21387, - 21393, - 21396, - 21400 + 4835, + 4847, + 4853, + 4856, + 4860 ] } ], @@ -205082,12 +208601,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L53" } ], "signatures": [ { - "id": 21368, + "id": 4828, "name": "updateInventoryLevelsWorkflow", "variant": "signature", "kind": 4096, @@ -205134,12 +208653,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L53" } ], "typeParameters": [ { - "id": 21369, + "id": 4829, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -205150,7 +208669,7 @@ } }, { - "id": 21370, + "id": 4830, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -205163,7 +208682,7 @@ ], "parameters": [ { - "id": 21371, + "id": 4831, "name": "container", "variant": "param", "kind": 32768, @@ -205187,14 +208706,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21372, + "id": 4832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21373, + "id": 4833, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -205217,7 +208736,7 @@ } }, { - "id": 21374, + "id": 4834, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -205244,8 +208763,8 @@ { "title": "Properties", "children": [ - 21373, - 21374 + 4833, + 4834 ] } ], @@ -205316,26 +208835,26 @@ "typeArguments": [ { "type": "reference", - "target": 21363, + "target": 4823, "name": "UpdateInventoryLevelsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 21365, + "target": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -205354,21 +208873,21 @@ ] }, { - "id": 16571, + "id": 31, "name": "Invite", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16572, + "id": 32, "name": "Steps_Invite", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21545, + "id": 5005, "name": "createInviteStepId", "variant": "declaration", "kind": 32, @@ -205380,7 +208899,7 @@ "fileName": "core-flows/src/invite/steps/create-invites.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/create-invites.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/create-invites.ts#L5" } ], "type": { @@ -205390,7 +208909,7 @@ "defaultValue": "\"create-invite-step\"" }, { - "id": 21546, + "id": 5006, "name": "createInviteStep", "variant": "declaration", "kind": 64, @@ -205425,7 +208944,7 @@ }, "children": [ { - "id": 21555, + "id": 5015, "name": "__type", "variant": "declaration", "kind": 1024, @@ -205443,7 +208962,7 @@ } }, { - "id": 21556, + "id": 5016, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -205465,8 +208984,8 @@ { "title": "Properties", "children": [ - 21555, - 21556 + 5015, + 5016 ] } ], @@ -205475,12 +208994,12 @@ "fileName": "core-flows/src/invite/steps/create-invites.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/create-invites.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/create-invites.ts#L16" } ], "signatures": [ { - "id": 21547, + "id": 5007, "name": "createInviteStep", "variant": "signature", "kind": 4096, @@ -205518,12 +209037,12 @@ "fileName": "core-flows/src/invite/steps/create-invites.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/create-invites.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/create-invites.ts#L16" } ], "parameters": [ { - "id": 21548, + "id": 5008, "name": "input", "variant": "param", "kind": 32768, @@ -205648,14 +209167,14 @@ { "type": "reflection", "declaration": { - "id": 21549, + "id": 5009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21550, + "id": 5010, "name": "config", "variant": "declaration", "kind": 2048, @@ -205669,7 +209188,7 @@ ], "signatures": [ { - "id": 21551, + "id": 5011, "name": "config", "variant": "signature", "kind": 4096, @@ -205683,7 +209202,7 @@ ], "parameters": [ { - "id": 21552, + "id": 5012, "name": "config", "variant": "param", "kind": 32768, @@ -205694,14 +209213,14 @@ { "type": "reflection", "declaration": { - "id": 21553, + "id": 5013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21554, + "id": 5014, "name": "name", "variant": "declaration", "kind": 1024, @@ -205725,7 +209244,7 @@ { "title": "Properties", "children": [ - 21554 + 5014 ] } ], @@ -205810,7 +209329,7 @@ { "title": "Methods", "children": [ - 21550 + 5010 ] } ], @@ -205852,7 +209371,7 @@ ] }, { - "id": 21558, + "id": 5018, "name": "deleteInvitesStepId", "variant": "declaration", "kind": 32, @@ -205864,7 +209383,7 @@ "fileName": "core-flows/src/invite/steps/delete-invites.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/delete-invites.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/delete-invites.ts#L10" } ], "type": { @@ -205874,7 +209393,7 @@ "defaultValue": "\"delete-invites-step\"" }, { - "id": 21559, + "id": 5019, "name": "deleteInvitesStep", "variant": "declaration", "kind": 64, @@ -205909,7 +209428,7 @@ }, "children": [ { - "id": 21562, + "id": 5022, "name": "__type", "variant": "declaration", "kind": 1024, @@ -205927,7 +209446,7 @@ } }, { - "id": 21563, + "id": 5023, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -205949,8 +209468,8 @@ { "title": "Properties", "children": [ - 21562, - 21563 + 5022, + 5023 ] } ], @@ -205959,12 +209478,12 @@ "fileName": "core-flows/src/invite/steps/delete-invites.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/delete-invites.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/delete-invites.ts#L14" } ], "signatures": [ { - "id": 21560, + "id": 5020, "name": "deleteInvitesStep", "variant": "signature", "kind": 4096, @@ -206002,12 +209521,12 @@ "fileName": "core-flows/src/invite/steps/delete-invites.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/delete-invites.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/delete-invites.ts#L14" } ], "parameters": [ { - "id": 21561, + "id": 5021, "name": "input", "variant": "param", "kind": 32768, @@ -206017,7 +209536,7 @@ "types": [ { "type": "reference", - "target": 21557, + "target": 5017, "name": "DeleteInvitesStepInput", "package": "@medusajs/core-flows" }, @@ -206030,7 +209549,7 @@ "typeArguments": [ { "type": "reference", - "target": 21557, + "target": 5017, "name": "DeleteInvitesStepInput", "package": "@medusajs/core-flows" } @@ -206050,7 +209569,7 @@ ] }, { - "id": 21565, + "id": 5025, "name": "refreshInviteTokensStepId", "variant": "declaration", "kind": 32, @@ -206062,7 +209581,7 @@ "fileName": "core-flows/src/invite/steps/refresh-invite-tokens.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L11" } ], "type": { @@ -206072,7 +209591,7 @@ "defaultValue": "\"refresh-invite-tokens-step\"" }, { - "id": 21566, + "id": 5026, "name": "refreshInviteTokensStep", "variant": "declaration", "kind": 64, @@ -206098,7 +209617,7 @@ }, "children": [ { - "id": 21575, + "id": 5035, "name": "__type", "variant": "declaration", "kind": 1024, @@ -206116,7 +209635,7 @@ } }, { - "id": 21576, + "id": 5036, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -206138,8 +209657,8 @@ { "title": "Properties", "children": [ - 21575, - 21576 + 5035, + 5036 ] } ], @@ -206148,12 +209667,12 @@ "fileName": "core-flows/src/invite/steps/refresh-invite-tokens.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L15" } ], "signatures": [ { - "id": 21567, + "id": 5027, "name": "refreshInviteTokensStep", "variant": "signature", "kind": 4096, @@ -206182,12 +209701,12 @@ "fileName": "core-flows/src/invite/steps/refresh-invite-tokens.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L15" } ], "parameters": [ { - "id": 21568, + "id": 5028, "name": "input", "variant": "param", "kind": 32768, @@ -206197,7 +209716,7 @@ "types": [ { "type": "reference", - "target": 21564, + "target": 5024, "name": "RefreshInviteTokensStepInput", "package": "@medusajs/core-flows" }, @@ -206210,7 +209729,7 @@ "typeArguments": [ { "type": "reference", - "target": 21564, + "target": 5024, "name": "RefreshInviteTokensStepInput", "package": "@medusajs/core-flows" } @@ -206300,14 +209819,14 @@ { "type": "reflection", "declaration": { - "id": 21569, + "id": 5029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21570, + "id": 5030, "name": "config", "variant": "declaration", "kind": 2048, @@ -206321,7 +209840,7 @@ ], "signatures": [ { - "id": 21571, + "id": 5031, "name": "config", "variant": "signature", "kind": 4096, @@ -206335,7 +209854,7 @@ ], "parameters": [ { - "id": 21572, + "id": 5032, "name": "config", "variant": "param", "kind": 32768, @@ -206346,14 +209865,14 @@ { "type": "reflection", "declaration": { - "id": 21573, + "id": 5033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21574, + "id": 5034, "name": "name", "variant": "declaration", "kind": 1024, @@ -206377,7 +209896,7 @@ { "title": "Properties", "children": [ - 21574 + 5034 ] } ], @@ -206462,7 +209981,7 @@ { "title": "Methods", "children": [ - 21570 + 5030 ] } ], @@ -206504,7 +210023,7 @@ ] }, { - "id": 21578, + "id": 5038, "name": "validateTokenStepId", "variant": "declaration", "kind": 32, @@ -206516,7 +210035,7 @@ "fileName": "core-flows/src/invite/steps/validate-token.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/validate-token.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/validate-token.ts#L10" } ], "type": { @@ -206526,7 +210045,7 @@ "defaultValue": "\"validate-invite-token-step\"" }, { - "id": 21579, + "id": 5039, "name": "validateTokenStep", "variant": "declaration", "kind": 64, @@ -206552,7 +210071,7 @@ }, "children": [ { - "id": 21598, + "id": 5058, "name": "__type", "variant": "declaration", "kind": 1024, @@ -206570,7 +210089,7 @@ } }, { - "id": 21599, + "id": 5059, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -206592,8 +210111,8 @@ { "title": "Properties", "children": [ - 21598, - 21599 + 5058, + 5059 ] } ], @@ -206602,12 +210121,12 @@ "fileName": "core-flows/src/invite/steps/validate-token.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/validate-token.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/validate-token.ts#L15" } ], "signatures": [ { - "id": 21580, + "id": 5040, "name": "validateTokenStep", "variant": "signature", "kind": 4096, @@ -206636,12 +210155,12 @@ "fileName": "core-flows/src/invite/steps/validate-token.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/validate-token.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/validate-token.ts#L15" } ], "parameters": [ { - "id": 21581, + "id": 5041, "name": "input", "variant": "param", "kind": 32768, @@ -206678,14 +210197,14 @@ { "type": "reflection", "declaration": { - "id": 21582, + "id": 5042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21583, + "id": 5043, "name": "id", "variant": "declaration", "kind": 1024, @@ -206731,7 +210250,7 @@ } }, { - "id": 21584, + "id": 5044, "name": "email", "variant": "declaration", "kind": 1024, @@ -206777,7 +210296,7 @@ } }, { - "id": 21585, + "id": 5045, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -206823,7 +210342,7 @@ } }, { - "id": 21586, + "id": 5046, "name": "token", "variant": "declaration", "kind": 1024, @@ -206869,7 +210388,7 @@ } }, { - "id": 21587, + "id": 5047, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -206925,7 +210444,7 @@ } }, { - "id": 21588, + "id": 5048, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -207014,7 +210533,7 @@ } }, { - "id": 21589, + "id": 5049, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -207070,7 +210589,7 @@ } }, { - "id": 21590, + "id": 5050, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -207126,7 +210645,7 @@ } }, { - "id": 21591, + "id": 5051, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -207199,15 +210718,15 @@ { "title": "Properties", "children": [ - 21583, - 21584, - 21585, - 21586, - 21587, - 21588, - 21589, - 21590, - 21591 + 5043, + 5044, + 5045, + 5046, + 5047, + 5048, + 5049, + 5050, + 5051 ] } ], @@ -207252,14 +210771,14 @@ { "type": "reflection", "declaration": { - "id": 21592, + "id": 5052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21593, + "id": 5053, "name": "config", "variant": "declaration", "kind": 2048, @@ -207273,7 +210792,7 @@ ], "signatures": [ { - "id": 21594, + "id": 5054, "name": "config", "variant": "signature", "kind": 4096, @@ -207287,7 +210806,7 @@ ], "parameters": [ { - "id": 21595, + "id": 5055, "name": "config", "variant": "param", "kind": 32768, @@ -207298,14 +210817,14 @@ { "type": "reflection", "declaration": { - "id": 21596, + "id": 5056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21597, + "id": 5057, "name": "name", "variant": "declaration", "kind": 1024, @@ -207329,7 +210848,7 @@ { "title": "Properties", "children": [ - 21597 + 5057 ] } ], @@ -207411,7 +210930,7 @@ { "title": "Methods", "children": [ - 21593 + 5053 ] } ], @@ -207452,14 +210971,14 @@ ] }, { - "id": 16573, + "id": 33, "name": "Workflows_Invite", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21600, + "id": 5060, "name": "createInvitesWorkflowId", "variant": "declaration", "kind": 32, @@ -207471,7 +210990,7 @@ "fileName": "core-flows/src/invite/workflows/create-invites.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/create-invites.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/create-invites.ts#L11" } ], "type": { @@ -207481,7 +211000,7 @@ "defaultValue": "\"create-invite-step\"" }, { - "id": 21601, + "id": 5061, "name": "createInvitesWorkflow", "variant": "declaration", "kind": 64, @@ -207525,7 +211044,7 @@ }, "children": [ { - "id": 21609, + "id": 5069, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -207548,7 +211067,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21610, + "id": 5070, "name": "__type", "variant": "declaration", "kind": 65536, @@ -207562,7 +211081,7 @@ ], "signatures": [ { - "id": 21611, + "id": 5071, "name": "__type", "variant": "signature", "kind": 4096, @@ -207590,7 +211109,7 @@ ], "parameters": [ { - "id": 21612, + "id": 5072, "name": "param0", "variant": "param", "kind": 32768, @@ -207606,14 +211125,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21613, + "id": 5073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21614, + "id": 5074, "name": "input", "variant": "declaration", "kind": 1024, @@ -207673,7 +211192,7 @@ { "title": "Properties", "children": [ - 21614 + 5074 ] } ], @@ -207766,14 +211285,14 @@ { "type": "reflection", "declaration": { - "id": 21615, + "id": 5075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21616, + "id": 5076, "name": "config", "variant": "declaration", "kind": 2048, @@ -207787,7 +211306,7 @@ ], "signatures": [ { - "id": 21617, + "id": 5077, "name": "config", "variant": "signature", "kind": 4096, @@ -207801,7 +211320,7 @@ ], "parameters": [ { - "id": 21618, + "id": 5078, "name": "config", "variant": "param", "kind": 32768, @@ -207812,14 +211331,14 @@ { "type": "reflection", "declaration": { - "id": 21619, + "id": 5079, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21620, + "id": 5080, "name": "name", "variant": "declaration", "kind": 1024, @@ -207843,7 +211362,7 @@ { "title": "Properties", "children": [ - 21620 + 5080 ] } ], @@ -207928,7 +211447,7 @@ { "title": "Methods", "children": [ - 21616 + 5076 ] } ], @@ -207972,7 +211491,7 @@ } }, { - "id": 21621, + "id": 5081, "name": "run", "variant": "declaration", "kind": 1024, @@ -207995,7 +211514,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21622, + "id": 5082, "name": "__type", "variant": "declaration", "kind": 65536, @@ -208009,7 +211528,7 @@ ], "signatures": [ { - "id": 21623, + "id": 5083, "name": "__type", "variant": "signature", "kind": 4096, @@ -208037,7 +211556,7 @@ ], "typeParameters": [ { - "id": 21624, + "id": 5084, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -208048,7 +211567,7 @@ } }, { - "id": 21625, + "id": 5085, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -208061,7 +211580,7 @@ ], "parameters": [ { - "id": 21626, + "id": 5086, "name": "args", "variant": "param", "kind": 32768, @@ -208094,7 +211613,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -208114,7 +211633,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -208147,7 +211666,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -208170,7 +211689,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -208190,7 +211709,7 @@ } }, { - "id": 21627, + "id": 5087, "name": "getName", "variant": "declaration", "kind": 1024, @@ -208213,7 +211732,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21628, + "id": 5088, "name": "__type", "variant": "declaration", "kind": 65536, @@ -208227,7 +211746,7 @@ ], "signatures": [ { - "id": 21629, + "id": 5089, "name": "__type", "variant": "signature", "kind": 4096, @@ -208249,7 +211768,7 @@ } }, { - "id": 21630, + "id": 5090, "name": "config", "variant": "declaration", "kind": 1024, @@ -208272,7 +211791,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21631, + "id": 5091, "name": "__type", "variant": "declaration", "kind": 65536, @@ -208286,7 +211805,7 @@ ], "signatures": [ { - "id": 21632, + "id": 5092, "name": "__type", "variant": "signature", "kind": 4096, @@ -208300,7 +211819,7 @@ ], "parameters": [ { - "id": 21633, + "id": 5093, "name": "config", "variant": "param", "kind": 32768, @@ -208326,7 +211845,7 @@ } }, { - "id": 21634, + "id": 5094, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -208354,7 +211873,7 @@ ], "documents": [ { - "id": 37451, + "id": 20938, "name": "createInviteStep", "variant": "document", "kind": 8388608, @@ -208370,6 +211889,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5006" + } + ] } ], "modifierTags": [ @@ -208380,7 +211908,7 @@ "frontmatter": {} }, { - "id": 37452, + "id": 20939, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -208396,6 +211924,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -208407,21 +211944,21 @@ } ], "childrenIncludingDocuments": [ - 21609, - 21621, - 21627, - 21630, - 21634 + 5069, + 5081, + 5087, + 5090, + 5094 ], "groups": [ { "title": "Properties", "children": [ - 21609, - 21621, - 21627, - 21630, - 21634 + 5069, + 5081, + 5087, + 5090, + 5094 ] } ], @@ -208430,12 +211967,12 @@ "fileName": "core-flows/src/invite/workflows/create-invites.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/create-invites.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/create-invites.ts#L35" } ], "signatures": [ { - "id": 21602, + "id": 5062, "name": "createInvitesWorkflow", "variant": "signature", "kind": 4096, @@ -208482,12 +212019,12 @@ "fileName": "core-flows/src/invite/workflows/create-invites.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/create-invites.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/create-invites.ts#L35" } ], "typeParameters": [ { - "id": 21603, + "id": 5063, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -208498,7 +212035,7 @@ } }, { - "id": 21604, + "id": 5064, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -208511,7 +212048,7 @@ ], "parameters": [ { - "id": 21605, + "id": 5065, "name": "container", "variant": "param", "kind": 32768, @@ -208535,14 +212072,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21606, + "id": 5066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21607, + "id": 5067, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -208565,7 +212102,7 @@ } }, { - "id": 21608, + "id": 5068, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -208592,8 +212129,8 @@ { "title": "Properties", "children": [ - 21607, - 21608 + 5067, + 5068 ] } ], @@ -208685,14 +212222,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -208707,7 +212244,7 @@ ] }, { - "id": 21635, + "id": 5095, "name": "deleteInvitesWorkflowId", "variant": "declaration", "kind": 32, @@ -208719,7 +212256,7 @@ "fileName": "core-flows/src/invite/workflows/delete-invites.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L11" } ], "type": { @@ -208729,7 +212266,7 @@ "defaultValue": "\"delete-invites-workflow\"" }, { - "id": 21636, + "id": 5096, "name": "deleteInvitesWorkflow", "variant": "declaration", "kind": 64, @@ -208773,7 +212310,7 @@ }, "children": [ { - "id": 21644, + "id": 5104, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -208796,7 +212333,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21645, + "id": 5105, "name": "__type", "variant": "declaration", "kind": 65536, @@ -208810,7 +212347,7 @@ ], "signatures": [ { - "id": 21646, + "id": 5106, "name": "__type", "variant": "signature", "kind": 4096, @@ -208838,7 +212375,7 @@ ], "parameters": [ { - "id": 21647, + "id": 5107, "name": "param0", "variant": "param", "kind": 32768, @@ -208854,14 +212391,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21648, + "id": 5108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21649, + "id": 5109, "name": "input", "variant": "declaration", "kind": 1024, @@ -208921,7 +212458,7 @@ { "title": "Properties", "children": [ - 21649 + 5109 ] } ], @@ -208957,14 +212494,14 @@ { "type": "reflection", "declaration": { - "id": 21650, + "id": 5110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21651, + "id": 5111, "name": "config", "variant": "declaration", "kind": 2048, @@ -208978,7 +212515,7 @@ ], "signatures": [ { - "id": 21652, + "id": 5112, "name": "config", "variant": "signature", "kind": 4096, @@ -208992,7 +212529,7 @@ ], "parameters": [ { - "id": 21653, + "id": 5113, "name": "config", "variant": "param", "kind": 32768, @@ -209003,14 +212540,14 @@ { "type": "reflection", "declaration": { - "id": 21654, + "id": 5114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21655, + "id": 5115, "name": "name", "variant": "declaration", "kind": 1024, @@ -209034,7 +212571,7 @@ { "title": "Properties", "children": [ - 21655 + 5115 ] } ], @@ -209111,7 +212648,7 @@ { "title": "Methods", "children": [ - 21651 + 5111 ] } ], @@ -209147,7 +212684,7 @@ } }, { - "id": 21656, + "id": 5116, "name": "run", "variant": "declaration", "kind": 1024, @@ -209170,7 +212707,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21657, + "id": 5117, "name": "__type", "variant": "declaration", "kind": 65536, @@ -209184,7 +212721,7 @@ ], "signatures": [ { - "id": 21658, + "id": 5118, "name": "__type", "variant": "signature", "kind": 4096, @@ -209212,7 +212749,7 @@ ], "typeParameters": [ { - "id": 21659, + "id": 5119, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -209223,7 +212760,7 @@ } }, { - "id": 21660, + "id": 5120, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -209236,7 +212773,7 @@ ], "parameters": [ { - "id": 21661, + "id": 5121, "name": "args", "variant": "param", "kind": 32768, @@ -209269,7 +212806,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209289,7 +212826,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209322,7 +212859,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209337,7 +212874,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209357,7 +212894,7 @@ } }, { - "id": 21662, + "id": 5122, "name": "getName", "variant": "declaration", "kind": 1024, @@ -209380,7 +212917,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21663, + "id": 5123, "name": "__type", "variant": "declaration", "kind": 65536, @@ -209394,7 +212931,7 @@ ], "signatures": [ { - "id": 21664, + "id": 5124, "name": "__type", "variant": "signature", "kind": 4096, @@ -209416,7 +212953,7 @@ } }, { - "id": 21665, + "id": 5125, "name": "config", "variant": "declaration", "kind": 1024, @@ -209439,7 +212976,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21666, + "id": 5126, "name": "__type", "variant": "declaration", "kind": 65536, @@ -209453,7 +212990,7 @@ ], "signatures": [ { - "id": 21667, + "id": 5127, "name": "__type", "variant": "signature", "kind": 4096, @@ -209467,7 +213004,7 @@ ], "parameters": [ { - "id": 21668, + "id": 5128, "name": "config", "variant": "param", "kind": 32768, @@ -209493,7 +213030,7 @@ } }, { - "id": 21669, + "id": 5129, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -209516,7 +213053,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21670, + "id": 5130, "name": "__type", "variant": "declaration", "kind": 65536, @@ -209530,14 +213067,14 @@ ], "indexSignatures": [ { - "id": 21671, + "id": 5131, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 21672, + "id": 5132, "name": "key", "variant": "param", "kind": 32768, @@ -209551,7 +213088,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21673, + "id": 5133, "name": "__type", "variant": "declaration", "kind": 65536, @@ -209565,7 +213102,7 @@ ], "signatures": [ { - "id": 21674, + "id": 5134, "name": "__type", "variant": "signature", "kind": 4096, @@ -209579,14 +213116,14 @@ ], "typeParameters": [ { - "id": 21675, + "id": 5135, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 21676, + "id": 5136, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -209595,7 +213132,7 @@ ], "parameters": [ { - "id": 21677, + "id": 5137, "name": "invoke", "variant": "param", "kind": 32768, @@ -209613,14 +213150,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209631,7 +213168,7 @@ } }, { - "id": 21678, + "id": 5138, "name": "compensate", "variant": "param", "kind": 32768, @@ -209647,7 +213184,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -209674,7 +213211,7 @@ ], "documents": [ { - "id": 37453, + "id": 20940, "name": "deleteInvitesStep", "variant": "document", "kind": 8388608, @@ -209690,6 +213227,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5019" + } + ] } ], "modifierTags": [ @@ -209700,7 +213246,7 @@ "frontmatter": {} }, { - "id": 37454, + "id": 20941, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -209716,6 +213262,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -209727,21 +213282,21 @@ } ], "childrenIncludingDocuments": [ - 21644, - 21656, - 21662, - 21665, - 21669 + 5104, + 5116, + 5122, + 5125, + 5129 ], "groups": [ { "title": "Properties", "children": [ - 21644, - 21656, - 21662, - 21665, - 21669 + 5104, + 5116, + 5122, + 5125, + 5129 ] } ], @@ -209750,12 +213305,12 @@ "fileName": "core-flows/src/invite/workflows/delete-invites.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L31" } ], "signatures": [ { - "id": 21637, + "id": 5097, "name": "deleteInvitesWorkflow", "variant": "signature", "kind": 4096, @@ -209802,12 +213357,12 @@ "fileName": "core-flows/src/invite/workflows/delete-invites.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/delete-invites.ts#L31" } ], "typeParameters": [ { - "id": 21638, + "id": 5098, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -209818,7 +213373,7 @@ } }, { - "id": 21639, + "id": 5099, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -209831,7 +213386,7 @@ ], "parameters": [ { - "id": 21640, + "id": 5100, "name": "container", "variant": "param", "kind": 32768, @@ -209855,14 +213410,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21641, + "id": 5101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21642, + "id": 5102, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -209885,7 +213440,7 @@ } }, { - "id": 21643, + "id": 5103, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -209912,8 +213467,8 @@ { "title": "Properties", "children": [ - 21642, - 21643 + 5102, + 5103 ] } ], @@ -209997,14 +213552,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -210019,7 +213574,7 @@ ] }, { - "id": 21679, + "id": 5139, "name": "acceptInviteWorkflowId", "variant": "declaration", "kind": 32, @@ -210031,7 +213586,7 @@ "fileName": "core-flows/src/invite/workflows/accept-invite.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L16" } ], "type": { @@ -210041,7 +213596,7 @@ "defaultValue": "\"accept-invite-workflow\"" }, { - "id": 21680, + "id": 5140, "name": "acceptInviteWorkflow", "variant": "declaration", "kind": 64, @@ -210094,7 +213649,7 @@ }, "children": [ { - "id": 21688, + "id": 5148, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -210117,7 +213672,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21689, + "id": 5149, "name": "__type", "variant": "declaration", "kind": 65536, @@ -210131,7 +213686,7 @@ ], "signatures": [ { - "id": 21690, + "id": 5150, "name": "__type", "variant": "signature", "kind": 4096, @@ -210159,7 +213714,7 @@ ], "parameters": [ { - "id": 21691, + "id": 5151, "name": "param0", "variant": "param", "kind": 32768, @@ -210175,14 +213730,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21692, + "id": 5152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21693, + "id": 5153, "name": "input", "variant": "declaration", "kind": 1024, @@ -210242,7 +213797,7 @@ { "title": "Properties", "children": [ - 21693 + 5153 ] } ], @@ -210335,14 +213890,14 @@ { "type": "reflection", "declaration": { - "id": 21694, + "id": 5154, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21695, + "id": 5155, "name": "config", "variant": "declaration", "kind": 2048, @@ -210356,7 +213911,7 @@ ], "signatures": [ { - "id": 21696, + "id": 5156, "name": "config", "variant": "signature", "kind": 4096, @@ -210370,7 +213925,7 @@ ], "parameters": [ { - "id": 21697, + "id": 5157, "name": "config", "variant": "param", "kind": 32768, @@ -210381,14 +213936,14 @@ { "type": "reflection", "declaration": { - "id": 21698, + "id": 5158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21699, + "id": 5159, "name": "name", "variant": "declaration", "kind": 1024, @@ -210412,7 +213967,7 @@ { "title": "Properties", "children": [ - 21699 + 5159 ] } ], @@ -210497,7 +214052,7 @@ { "title": "Methods", "children": [ - 21695 + 5155 ] } ], @@ -210541,7 +214096,7 @@ } }, { - "id": 21700, + "id": 5160, "name": "run", "variant": "declaration", "kind": 1024, @@ -210564,7 +214119,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21701, + "id": 5161, "name": "__type", "variant": "declaration", "kind": 65536, @@ -210578,7 +214133,7 @@ ], "signatures": [ { - "id": 21702, + "id": 5162, "name": "__type", "variant": "signature", "kind": 4096, @@ -210606,7 +214161,7 @@ ], "typeParameters": [ { - "id": 21703, + "id": 5163, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -210617,7 +214172,7 @@ } }, { - "id": 21704, + "id": 5164, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -210630,7 +214185,7 @@ ], "parameters": [ { - "id": 21705, + "id": 5165, "name": "args", "variant": "param", "kind": 32768, @@ -210663,7 +214218,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -210683,7 +214238,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -210716,7 +214271,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -210739,7 +214294,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -210759,7 +214314,7 @@ } }, { - "id": 21706, + "id": 5166, "name": "getName", "variant": "declaration", "kind": 1024, @@ -210782,7 +214337,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21707, + "id": 5167, "name": "__type", "variant": "declaration", "kind": 65536, @@ -210796,7 +214351,7 @@ ], "signatures": [ { - "id": 21708, + "id": 5168, "name": "__type", "variant": "signature", "kind": 4096, @@ -210818,7 +214373,7 @@ } }, { - "id": 21709, + "id": 5169, "name": "config", "variant": "declaration", "kind": 1024, @@ -210841,7 +214396,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21710, + "id": 5170, "name": "__type", "variant": "declaration", "kind": 65536, @@ -210855,7 +214410,7 @@ ], "signatures": [ { - "id": 21711, + "id": 5171, "name": "__type", "variant": "signature", "kind": 4096, @@ -210869,7 +214424,7 @@ ], "parameters": [ { - "id": 21712, + "id": 5172, "name": "config", "variant": "param", "kind": 32768, @@ -210895,7 +214450,7 @@ } }, { - "id": 21713, + "id": 5173, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -210923,7 +214478,7 @@ ], "documents": [ { - "id": 37455, + "id": 20942, "name": "validateTokenStep", "variant": "document", "kind": 8388608, @@ -210939,6 +214494,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5039" + } + ] } ], "modifierTags": [ @@ -210949,7 +214513,7 @@ "frontmatter": {} }, { - "id": 37456, + "id": 20943, "name": "createUsersWorkflow", "variant": "document", "kind": 8388608, @@ -210965,6 +214529,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20452" + } + ] } ], "modifierTags": [ @@ -210975,7 +214548,7 @@ "frontmatter": {} }, { - "id": 37457, + "id": 20944, "name": "setAuthAppMetadataStep", "variant": "document", "kind": 8388608, @@ -210991,6 +214564,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "384" + } + ] } ], "modifierTags": [ @@ -211001,7 +214583,7 @@ "frontmatter": {} }, { - "id": 37458, + "id": 20945, "name": "deleteInvitesStep", "variant": "document", "kind": 8388608, @@ -211017,6 +214599,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5019" + } + ] } ], "modifierTags": [ @@ -211027,7 +214618,7 @@ "frontmatter": {} }, { - "id": 37459, + "id": 20946, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -211043,6 +214634,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -211054,21 +214654,21 @@ } ], "childrenIncludingDocuments": [ - 21688, - 21700, - 21706, - 21709, - 21713 + 5148, + 5160, + 5166, + 5169, + 5173 ], "groups": [ { "title": "Properties", "children": [ - 21688, - 21700, - 21706, - 21709, - 21713 + 5148, + 5160, + 5166, + 5169, + 5173 ] } ], @@ -211077,12 +214677,12 @@ "fileName": "core-flows/src/invite/workflows/accept-invite.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L46" } ], "signatures": [ { - "id": 21681, + "id": 5141, "name": "acceptInviteWorkflow", "variant": "signature", "kind": 4096, @@ -211138,12 +214738,12 @@ "fileName": "core-flows/src/invite/workflows/accept-invite.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/accept-invite.ts#L46" } ], "typeParameters": [ { - "id": 21682, + "id": 5142, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -211154,7 +214754,7 @@ } }, { - "id": 21683, + "id": 5143, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -211167,7 +214767,7 @@ ], "parameters": [ { - "id": 21684, + "id": 5144, "name": "container", "variant": "param", "kind": 32768, @@ -211191,14 +214791,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21685, + "id": 5145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21686, + "id": 5146, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -211221,7 +214821,7 @@ } }, { - "id": 21687, + "id": 5147, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -211248,8 +214848,8 @@ { "title": "Properties", "children": [ - 21686, - 21687 + 5146, + 5147 ] } ], @@ -211341,14 +214941,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -211363,7 +214963,7 @@ ] }, { - "id": 21714, + "id": 5174, "name": "refreshInviteTokensWorkflowId", "variant": "declaration", "kind": 32, @@ -211375,7 +214975,7 @@ "fileName": "core-flows/src/invite/workflows/refresh-invite-tokens.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L13" } ], "type": { @@ -211385,7 +214985,7 @@ "defaultValue": "\"refresh-invite-tokens-workflow\"" }, { - "id": 21715, + "id": 5175, "name": "refreshInviteTokensWorkflow", "variant": "declaration", "kind": 64, @@ -211437,7 +215037,7 @@ }, "children": [ { - "id": 21723, + "id": 5183, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -211460,7 +215060,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21724, + "id": 5184, "name": "__type", "variant": "declaration", "kind": 65536, @@ -211474,7 +215074,7 @@ ], "signatures": [ { - "id": 21725, + "id": 5185, "name": "__type", "variant": "signature", "kind": 4096, @@ -211502,7 +215102,7 @@ ], "parameters": [ { - "id": 21726, + "id": 5186, "name": "param0", "variant": "param", "kind": 32768, @@ -211518,14 +215118,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21727, + "id": 5187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21728, + "id": 5188, "name": "input", "variant": "declaration", "kind": 1024, @@ -211585,7 +215185,7 @@ { "title": "Properties", "children": [ - 21728 + 5188 ] } ], @@ -211678,14 +215278,14 @@ { "type": "reflection", "declaration": { - "id": 21729, + "id": 5189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21730, + "id": 5190, "name": "config", "variant": "declaration", "kind": 2048, @@ -211699,7 +215299,7 @@ ], "signatures": [ { - "id": 21731, + "id": 5191, "name": "config", "variant": "signature", "kind": 4096, @@ -211713,7 +215313,7 @@ ], "parameters": [ { - "id": 21732, + "id": 5192, "name": "config", "variant": "param", "kind": 32768, @@ -211724,14 +215324,14 @@ { "type": "reflection", "declaration": { - "id": 21733, + "id": 5193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21734, + "id": 5194, "name": "name", "variant": "declaration", "kind": 1024, @@ -211755,7 +215355,7 @@ { "title": "Properties", "children": [ - 21734 + 5194 ] } ], @@ -211840,7 +215440,7 @@ { "title": "Methods", "children": [ - 21730 + 5190 ] } ], @@ -211884,7 +215484,7 @@ } }, { - "id": 21735, + "id": 5195, "name": "run", "variant": "declaration", "kind": 1024, @@ -211907,7 +215507,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21736, + "id": 5196, "name": "__type", "variant": "declaration", "kind": 65536, @@ -211921,7 +215521,7 @@ ], "signatures": [ { - "id": 21737, + "id": 5197, "name": "__type", "variant": "signature", "kind": 4096, @@ -211949,7 +215549,7 @@ ], "typeParameters": [ { - "id": 21738, + "id": 5198, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -211960,7 +215560,7 @@ } }, { - "id": 21739, + "id": 5199, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -211973,7 +215573,7 @@ ], "parameters": [ { - "id": 21740, + "id": 5200, "name": "args", "variant": "param", "kind": 32768, @@ -212006,7 +215606,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -212026,7 +215626,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -212059,7 +215659,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -212082,7 +215682,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -212102,7 +215702,7 @@ } }, { - "id": 21741, + "id": 5201, "name": "getName", "variant": "declaration", "kind": 1024, @@ -212125,7 +215725,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21742, + "id": 5202, "name": "__type", "variant": "declaration", "kind": 65536, @@ -212139,7 +215739,7 @@ ], "signatures": [ { - "id": 21743, + "id": 5203, "name": "__type", "variant": "signature", "kind": 4096, @@ -212161,7 +215761,7 @@ } }, { - "id": 21744, + "id": 5204, "name": "config", "variant": "declaration", "kind": 1024, @@ -212184,7 +215784,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21745, + "id": 5205, "name": "__type", "variant": "declaration", "kind": 65536, @@ -212198,7 +215798,7 @@ ], "signatures": [ { - "id": 21746, + "id": 5206, "name": "__type", "variant": "signature", "kind": 4096, @@ -212212,7 +215812,7 @@ ], "parameters": [ { - "id": 21747, + "id": 5207, "name": "config", "variant": "param", "kind": 32768, @@ -212238,7 +215838,7 @@ } }, { - "id": 21748, + "id": 5208, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -212266,7 +215866,7 @@ ], "documents": [ { - "id": 37460, + "id": 20947, "name": "refreshInviteTokensStep", "variant": "document", "kind": 8388608, @@ -212282,6 +215882,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5026" + } + ] } ], "modifierTags": [ @@ -212292,7 +215901,7 @@ "frontmatter": {} }, { - "id": 37461, + "id": 20948, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -212308,6 +215917,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -212319,21 +215937,21 @@ } ], "childrenIncludingDocuments": [ - 21723, - 21735, - 21741, - 21744, - 21748 + 5183, + 5195, + 5201, + 5204, + 5208 ], "groups": [ { "title": "Properties", "children": [ - 21723, - 21735, - 21741, - 21744, - 21748 + 5183, + 5195, + 5201, + 5204, + 5208 ] } ], @@ -212342,12 +215960,12 @@ "fileName": "core-flows/src/invite/workflows/refresh-invite-tokens.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L37" } ], "signatures": [ { - "id": 21716, + "id": 5176, "name": "refreshInviteTokensWorkflow", "variant": "signature", "kind": 4096, @@ -212402,12 +216020,12 @@ "fileName": "core-flows/src/invite/workflows/refresh-invite-tokens.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts#L37" } ], "typeParameters": [ { - "id": 21717, + "id": 5177, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -212418,7 +216036,7 @@ } }, { - "id": 21718, + "id": 5178, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -212431,7 +216049,7 @@ ], "parameters": [ { - "id": 21719, + "id": 5179, "name": "container", "variant": "param", "kind": 32768, @@ -212455,14 +216073,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21720, + "id": 5180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21721, + "id": 5181, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -212485,7 +216103,7 @@ } }, { - "id": 21722, + "id": 5182, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -212512,8 +216130,8 @@ { "title": "Properties", "children": [ - 21721, - 21722 + 5181, + 5182 ] } ], @@ -212605,14 +216223,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -212631,21 +216249,21 @@ ] }, { - "id": 16574, + "id": 34, "name": "Line Item", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16575, + "id": 35, "name": "Steps_Line Item", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21750, + "id": 5210, "name": "deleteLineItemsStepId", "variant": "declaration", "kind": 32, @@ -212657,7 +216275,7 @@ "fileName": "core-flows/src/line-item/steps/delete-line-items.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L10" } ], "type": { @@ -212667,7 +216285,7 @@ "defaultValue": "\"delete-line-items\"" }, { - "id": 21751, + "id": 5211, "name": "deleteLineItemsStep", "variant": "declaration", "kind": 64, @@ -212702,7 +216320,7 @@ }, "children": [ { - "id": 21754, + "id": 5214, "name": "__type", "variant": "declaration", "kind": 1024, @@ -212720,7 +216338,7 @@ } }, { - "id": 21755, + "id": 5215, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -212742,8 +216360,8 @@ { "title": "Properties", "children": [ - 21754, - 21755 + 5214, + 5215 ] } ], @@ -212752,12 +216370,12 @@ "fileName": "core-flows/src/line-item/steps/delete-line-items.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L14" } ], "signatures": [ { - "id": 21752, + "id": 5212, "name": "deleteLineItemsStep", "variant": "signature", "kind": 4096, @@ -212795,12 +216413,12 @@ "fileName": "core-flows/src/line-item/steps/delete-line-items.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L14" } ], "parameters": [ { - "id": 21753, + "id": 5213, "name": "input", "variant": "param", "kind": 32768, @@ -212810,7 +216428,7 @@ "types": [ { "type": "reference", - "target": 21749, + "target": 5209, "name": "DeleteLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -212823,7 +216441,7 @@ "typeArguments": [ { "type": "reference", - "target": 21749, + "target": 5209, "name": "DeleteLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -212843,7 +216461,7 @@ ] }, { - "id": 21757, + "id": 5217, "name": "filters", "variant": "declaration", "kind": 1024, @@ -212861,7 +216479,7 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L17" } ], "type": { @@ -212875,7 +216493,7 @@ } }, { - "id": 21758, + "id": 5218, "name": "config", "variant": "declaration", "kind": 1024, @@ -212895,7 +216513,7 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L24" } ], "type": { @@ -212920,7 +216538,7 @@ } }, { - "id": 21759, + "id": 5219, "name": "listLineItemsStepId", "variant": "declaration", "kind": 32, @@ -212932,7 +216550,7 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L27" } ], "type": { @@ -212942,7 +216560,7 @@ "defaultValue": "\"list-line-items\"" }, { - "id": 21760, + "id": 5220, "name": "listLineItemsStep", "variant": "declaration", "kind": 64, @@ -212984,7 +216602,7 @@ }, "children": [ { - "id": 21769, + "id": 5229, "name": "__type", "variant": "declaration", "kind": 1024, @@ -213002,7 +216620,7 @@ } }, { - "id": 21770, + "id": 5230, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -213024,8 +216642,8 @@ { "title": "Properties", "children": [ - 21769, - 21770 + 5229, + 5230 ] } ], @@ -213034,12 +216652,12 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 63, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L63" } ], "signatures": [ { - "id": 21761, + "id": 5221, "name": "listLineItemsStep", "variant": "signature", "kind": 4096, @@ -213084,12 +216702,12 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 63, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L63" } ], "parameters": [ { - "id": 21762, + "id": 5222, "name": "input", "variant": "param", "kind": 32768, @@ -213099,7 +216717,7 @@ "types": [ { "type": "reference", - "target": 21756, + "target": 5216, "name": "ListLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -213112,7 +216730,7 @@ "typeArguments": [ { "type": "reference", - "target": 21756, + "target": 5216, "name": "ListLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -213202,14 +216820,14 @@ { "type": "reflection", "declaration": { - "id": 21763, + "id": 5223, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21764, + "id": 5224, "name": "config", "variant": "declaration", "kind": 2048, @@ -213223,7 +216841,7 @@ ], "signatures": [ { - "id": 21765, + "id": 5225, "name": "config", "variant": "signature", "kind": 4096, @@ -213237,7 +216855,7 @@ ], "parameters": [ { - "id": 21766, + "id": 5226, "name": "config", "variant": "param", "kind": 32768, @@ -213248,14 +216866,14 @@ { "type": "reflection", "declaration": { - "id": 21767, + "id": 5227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21768, + "id": 5228, "name": "name", "variant": "declaration", "kind": 1024, @@ -213279,7 +216897,7 @@ { "title": "Properties", "children": [ - 21768 + 5228 ] } ], @@ -213364,7 +216982,7 @@ { "title": "Methods", "children": [ - 21764 + 5224 ] } ], @@ -213406,7 +217024,7 @@ ] }, { - "id": 21771, + "id": 5231, "name": "updateLineItemsStepWithSelectorId", "variant": "declaration", "kind": 32, @@ -213418,7 +217036,7 @@ "fileName": "core-flows/src/line-item/steps/update-line-items.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L13" } ], "type": { @@ -213428,7 +217046,7 @@ "defaultValue": "\"update-line-items-with-selector\"" }, { - "id": 21772, + "id": 5232, "name": "updateLineItemsStepWithSelector", "variant": "declaration", "kind": 64, @@ -213463,7 +217081,7 @@ }, "children": [ { - "id": 21781, + "id": 5241, "name": "__type", "variant": "declaration", "kind": 1024, @@ -213481,7 +217099,7 @@ } }, { - "id": 21782, + "id": 5242, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -213503,8 +217121,8 @@ { "title": "Properties", "children": [ - 21781, - 21782 + 5241, + 5242 ] } ], @@ -213513,12 +217131,12 @@ "fileName": "core-flows/src/line-item/steps/update-line-items.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L28" } ], "signatures": [ { - "id": 21773, + "id": 5233, "name": "updateLineItemsStepWithSelector", "variant": "signature", "kind": 4096, @@ -213556,12 +217174,12 @@ "fileName": "core-flows/src/line-item/steps/update-line-items.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/update-line-items.ts#L28" } ], "parameters": [ { - "id": 21774, + "id": 5234, "name": "input", "variant": "param", "kind": 32768, @@ -213680,14 +217298,14 @@ { "type": "reflection", "declaration": { - "id": 21775, + "id": 5235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21776, + "id": 5236, "name": "config", "variant": "declaration", "kind": 2048, @@ -213701,7 +217319,7 @@ ], "signatures": [ { - "id": 21777, + "id": 5237, "name": "config", "variant": "signature", "kind": 4096, @@ -213715,7 +217333,7 @@ ], "parameters": [ { - "id": 21778, + "id": 5238, "name": "config", "variant": "param", "kind": 32768, @@ -213726,14 +217344,14 @@ { "type": "reflection", "declaration": { - "id": 21779, + "id": 5239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21780, + "id": 5240, "name": "name", "variant": "declaration", "kind": 1024, @@ -213757,7 +217375,7 @@ { "title": "Properties", "children": [ - 21780 + 5240 ] } ], @@ -213842,7 +217460,7 @@ { "title": "Methods", "children": [ - 21776 + 5236 ] } ], @@ -213886,14 +217504,14 @@ ] }, { - "id": 16576, + "id": 36, "name": "Workflows_Line Item", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21785, + "id": 5245, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -213911,7 +217529,7 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L12" } ], "type": { @@ -213920,7 +217538,7 @@ } }, { - "id": 21786, + "id": 5246, "name": "ids", "variant": "declaration", "kind": 1024, @@ -213938,7 +217556,7 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L16" } ], "type": { @@ -213950,7 +217568,7 @@ } }, { - "id": 21787, + "id": 5247, "name": "deleteLineItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -213962,7 +217580,7 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L19" } ], "type": { @@ -213972,7 +217590,7 @@ "defaultValue": "\"delete-line-items\"" }, { - "id": 21788, + "id": 5248, "name": "deleteLineItemsWorkflow", "variant": "declaration", "kind": 64, @@ -214025,7 +217643,7 @@ }, "children": [ { - "id": 21796, + "id": 5256, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -214048,7 +217666,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21797, + "id": 5257, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214062,7 +217680,7 @@ ], "signatures": [ { - "id": 21798, + "id": 5258, "name": "__type", "variant": "signature", "kind": 4096, @@ -214090,7 +217708,7 @@ ], "parameters": [ { - "id": 21799, + "id": 5259, "name": "param0", "variant": "param", "kind": 32768, @@ -214106,14 +217724,14 @@ "type": { "type": "reflection", "declaration": { - "id": 21800, + "id": 5260, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21801, + "id": 5261, "name": "input", "variant": "declaration", "kind": 1024, @@ -214138,7 +217756,7 @@ "types": [ { "type": "reference", - "target": 21783, + "target": 5243, "name": "DeleteLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -214151,7 +217769,7 @@ "typeArguments": [ { "type": "reference", - "target": 21783, + "target": 5243, "name": "DeleteLineItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -214167,7 +217785,7 @@ { "title": "Properties", "children": [ - 21801 + 5261 ] } ], @@ -214203,14 +217821,14 @@ { "type": "reflection", "declaration": { - "id": 21802, + "id": 5262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21803, + "id": 5263, "name": "config", "variant": "declaration", "kind": 2048, @@ -214224,7 +217842,7 @@ ], "signatures": [ { - "id": 21804, + "id": 5264, "name": "config", "variant": "signature", "kind": 4096, @@ -214238,7 +217856,7 @@ ], "parameters": [ { - "id": 21805, + "id": 5265, "name": "config", "variant": "param", "kind": 32768, @@ -214249,14 +217867,14 @@ { "type": "reflection", "declaration": { - "id": 21806, + "id": 5266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21807, + "id": 5267, "name": "name", "variant": "declaration", "kind": 1024, @@ -214280,7 +217898,7 @@ { "title": "Properties", "children": [ - 21807 + 5267 ] } ], @@ -214357,7 +217975,7 @@ { "title": "Methods", "children": [ - 21803 + 5263 ] } ], @@ -214393,7 +218011,7 @@ } }, { - "id": 21808, + "id": 5268, "name": "run", "variant": "declaration", "kind": 1024, @@ -214416,7 +218034,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21809, + "id": 5269, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214430,7 +218048,7 @@ ], "signatures": [ { - "id": 21810, + "id": 5270, "name": "__type", "variant": "signature", "kind": 4096, @@ -214458,7 +218076,7 @@ ], "typeParameters": [ { - "id": 21811, + "id": 5271, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -214469,7 +218087,7 @@ } }, { - "id": 21812, + "id": 5272, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -214482,7 +218100,7 @@ ], "parameters": [ { - "id": 21813, + "id": 5273, "name": "args", "variant": "param", "kind": 32768, @@ -214515,7 +218133,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214526,13 +218144,13 @@ }, "trueType": { "type": "reference", - "target": 21783, + "target": 5243, "name": "DeleteLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214565,7 +218183,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214580,7 +218198,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214600,7 +218218,7 @@ } }, { - "id": 21814, + "id": 5274, "name": "getName", "variant": "declaration", "kind": 1024, @@ -214623,7 +218241,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21815, + "id": 5275, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214637,7 +218255,7 @@ ], "signatures": [ { - "id": 21816, + "id": 5276, "name": "__type", "variant": "signature", "kind": 4096, @@ -214659,7 +218277,7 @@ } }, { - "id": 21817, + "id": 5277, "name": "config", "variant": "declaration", "kind": 1024, @@ -214682,7 +218300,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21818, + "id": 5278, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214696,7 +218314,7 @@ ], "signatures": [ { - "id": 21819, + "id": 5279, "name": "__type", "variant": "signature", "kind": 4096, @@ -214710,7 +218328,7 @@ ], "parameters": [ { - "id": 21820, + "id": 5280, "name": "config", "variant": "param", "kind": 32768, @@ -214736,7 +218354,7 @@ } }, { - "id": 21821, + "id": 5281, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -214759,7 +218377,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21822, + "id": 5282, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214773,14 +218391,14 @@ ], "indexSignatures": [ { - "id": 21823, + "id": 5283, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 21824, + "id": 5284, "name": "key", "variant": "param", "kind": 32768, @@ -214794,7 +218412,7 @@ "type": { "type": "reflection", "declaration": { - "id": 21825, + "id": 5285, "name": "__type", "variant": "declaration", "kind": 65536, @@ -214808,7 +218426,7 @@ ], "signatures": [ { - "id": 21826, + "id": 5286, "name": "__type", "variant": "signature", "kind": 4096, @@ -214822,14 +218440,14 @@ ], "typeParameters": [ { - "id": 21827, + "id": 5287, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 21828, + "id": 5288, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -214838,7 +218456,7 @@ ], "parameters": [ { - "id": 21829, + "id": 5289, "name": "invoke", "variant": "param", "kind": 32768, @@ -214856,14 +218474,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214874,7 +218492,7 @@ } }, { - "id": 21830, + "id": 5290, "name": "compensate", "variant": "param", "kind": 32768, @@ -214890,7 +218508,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -214917,7 +218535,7 @@ ], "documents": [ { - "id": 37462, + "id": 20949, "name": "deleteLineItemsStep", "variant": "document", "kind": 8388608, @@ -214933,6 +218551,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5211" + } + ] } ], "modifierTags": [ @@ -214943,7 +218570,7 @@ "frontmatter": {} }, { - "id": 37463, + "id": 20950, "name": "refreshCartItemsWorkflow", "variant": "document", "kind": 8388608, @@ -214959,6 +218586,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1685" + } + ] } ], "modifierTags": [ @@ -214970,21 +218606,21 @@ } ], "childrenIncludingDocuments": [ - 21796, - 21808, - 21814, - 21817, - 21821 + 5256, + 5268, + 5274, + 5277, + 5281 ], "groups": [ { "title": "Properties", "children": [ - 21796, - 21808, - 21814, - 21817, - 21821 + 5256, + 5268, + 5274, + 5277, + 5281 ] } ], @@ -214993,12 +218629,12 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L40" } ], "signatures": [ { - "id": 21789, + "id": 5249, "name": "deleteLineItemsWorkflow", "variant": "signature", "kind": 4096, @@ -215054,12 +218690,12 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L40" } ], "typeParameters": [ { - "id": 21790, + "id": 5250, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -215070,7 +218706,7 @@ } }, { - "id": 21791, + "id": 5251, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -215083,7 +218719,7 @@ ], "parameters": [ { - "id": 21792, + "id": 5252, "name": "container", "variant": "param", "kind": 32768, @@ -215107,14 +218743,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21793, + "id": 5253, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21794, + "id": 5254, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -215137,7 +218773,7 @@ } }, { - "id": 21795, + "id": 5255, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -215164,8 +218800,8 @@ { "title": "Properties", "children": [ - 21794, - 21795 + 5254, + 5255 ] } ], @@ -215236,7 +218872,7 @@ "typeArguments": [ { "type": "reference", - "target": 21783, + "target": 5243, "name": "DeleteLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -215246,14 +218882,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -215272,21 +218908,21 @@ ] }, { - "id": 16577, + "id": 37, "name": "Notification", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16578, + "id": 38, "name": "Steps_Notification", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 37118, + "id": 20605, "name": "to", "variant": "declaration", "kind": 1024, @@ -215304,7 +218940,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L13" } ], "type": { @@ -215313,7 +218949,7 @@ } }, { - "id": 37119, + "id": 20606, "name": "channel", "variant": "declaration", "kind": 1024, @@ -215339,7 +218975,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L17" } ], "type": { @@ -215348,7 +218984,7 @@ } }, { - "id": 37120, + "id": 20607, "name": "template", "variant": "declaration", "kind": 1024, @@ -215366,7 +219002,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L22" } ], "type": { @@ -215375,7 +219011,7 @@ } }, { - "id": 37121, + "id": 20608, "name": "data", "variant": "declaration", "kind": 1024, @@ -215395,7 +219031,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L27" } ], "type": { @@ -215428,7 +219064,7 @@ } }, { - "id": 37122, + "id": 20609, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -215456,7 +219092,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L31" } ], "type": { @@ -215474,7 +219110,7 @@ } }, { - "id": 37123, + "id": 20610, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -215494,7 +219130,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L36" } ], "type": { @@ -215512,7 +219148,7 @@ } }, { - "id": 37124, + "id": 20611, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -215540,7 +219176,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L40" } ], "type": { @@ -215558,7 +219194,7 @@ } }, { - "id": 37125, + "id": 20612, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -215578,7 +219214,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L44" } ], "type": { @@ -215596,7 +219232,7 @@ } }, { - "id": 37126, + "id": 20613, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -215616,7 +219252,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L48" } ], "type": { @@ -215634,7 +219270,7 @@ } }, { - "id": 37127, + "id": 20614, "name": "idempotency_key", "variant": "declaration", "kind": 1024, @@ -215654,7 +219290,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L53" } ], "type": { @@ -215672,7 +219308,7 @@ } }, { - "id": 37128, + "id": 20615, "name": "sendNotificationsStepId", "variant": "declaration", "kind": 32, @@ -215684,7 +219320,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L56" } ], "type": { @@ -215694,7 +219330,7 @@ "defaultValue": "\"send-notifications\"" }, { - "id": 37129, + "id": 20616, "name": "sendNotificationsStep", "variant": "declaration", "kind": 64, @@ -215729,7 +219365,7 @@ }, "children": [ { - "id": 37138, + "id": 20625, "name": "__type", "variant": "declaration", "kind": 1024, @@ -215747,7 +219383,7 @@ } }, { - "id": 37139, + "id": 20626, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -215769,8 +219405,8 @@ { "title": "Properties", "children": [ - 37138, - 37139 + 20625, + 20626 ] } ], @@ -215779,12 +219415,12 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L60" } ], "signatures": [ { - "id": 37130, + "id": 20617, "name": "sendNotificationsStep", "variant": "signature", "kind": 4096, @@ -215822,12 +219458,12 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L60" } ], "parameters": [ { - "id": 37131, + "id": 20618, "name": "input", "variant": "param", "kind": 32768, @@ -215837,7 +219473,7 @@ "types": [ { "type": "reference", - "target": 37116, + "target": 20603, "name": "SendNotificationsStepInput", "package": "@medusajs/core-flows" }, @@ -215850,7 +219486,7 @@ "typeArguments": [ { "type": "reference", - "target": 37116, + "target": 20603, "name": "SendNotificationsStepInput", "package": "@medusajs/core-flows" } @@ -215940,14 +219576,14 @@ { "type": "reflection", "declaration": { - "id": 37132, + "id": 20619, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37133, + "id": 20620, "name": "config", "variant": "declaration", "kind": 2048, @@ -215961,7 +219597,7 @@ ], "signatures": [ { - "id": 37134, + "id": 20621, "name": "config", "variant": "signature", "kind": 4096, @@ -215975,7 +219611,7 @@ ], "parameters": [ { - "id": 37135, + "id": 20622, "name": "config", "variant": "param", "kind": 32768, @@ -215986,14 +219622,14 @@ { "type": "reflection", "declaration": { - "id": 37136, + "id": 20623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37137, + "id": 20624, "name": "name", "variant": "declaration", "kind": 1024, @@ -216017,7 +219653,7 @@ { "title": "Properties", "children": [ - 37137 + 20624 ] } ], @@ -216102,7 +219738,7 @@ { "title": "Methods", "children": [ - 37133 + 20620 ] } ], @@ -216144,7 +219780,7 @@ ] }, { - "id": 37142, + "id": 20629, "name": "to", "variant": "declaration", "kind": 1024, @@ -216162,7 +219798,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L13" } ], "type": { @@ -216171,7 +219807,7 @@ } }, { - "id": 37143, + "id": 20630, "name": "channel", "variant": "declaration", "kind": 1024, @@ -216197,7 +219833,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L19" } ], "type": { @@ -216206,7 +219842,7 @@ } }, { - "id": 37144, + "id": 20631, "name": "template", "variant": "declaration", "kind": 1024, @@ -216224,7 +219860,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L24" } ], "type": { @@ -216233,7 +219869,7 @@ } }, { - "id": 37145, + "id": 20632, "name": "data", "variant": "declaration", "kind": 1024, @@ -216253,7 +219889,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L29" } ], "type": { @@ -216286,7 +219922,7 @@ } }, { - "id": 37146, + "id": 20633, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -216314,7 +219950,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L33" } ], "type": { @@ -216332,7 +219968,7 @@ } }, { - "id": 37147, + "id": 20634, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -216352,7 +219988,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L38" } ], "type": { @@ -216370,7 +220006,7 @@ } }, { - "id": 37148, + "id": 20635, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -216398,7 +220034,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L42" } ], "type": { @@ -216416,7 +220052,7 @@ } }, { - "id": 37149, + "id": 20636, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -216436,7 +220072,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L46" } ], "type": { @@ -216454,7 +220090,7 @@ } }, { - "id": 37150, + "id": 20637, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -216474,7 +220110,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 50, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L50" } ], "type": { @@ -216492,7 +220128,7 @@ } }, { - "id": 37151, + "id": 20638, "name": "idempotency_key", "variant": "declaration", "kind": 1024, @@ -216512,7 +220148,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L55" } ], "type": { @@ -216530,7 +220166,7 @@ } }, { - "id": 37152, + "id": 20639, "name": "notifyOnFailureStepId", "variant": "declaration", "kind": 32, @@ -216542,7 +220178,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L58" } ], "type": { @@ -216552,7 +220188,7 @@ "defaultValue": "\"notify-on-failure\"" }, { - "id": 37153, + "id": 20640, "name": "notifyOnFailureStep", "variant": "declaration", "kind": 64, @@ -216596,7 +220232,7 @@ }, "children": [ { - "id": 37156, + "id": 20643, "name": "__type", "variant": "declaration", "kind": 1024, @@ -216614,7 +220250,7 @@ } }, { - "id": 37157, + "id": 20644, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -216636,8 +220272,8 @@ { "title": "Properties", "children": [ - 37156, - 37157 + 20643, + 20644 ] } ], @@ -216646,12 +220282,12 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L74" } ], "signatures": [ { - "id": 37154, + "id": 20641, "name": "notifyOnFailureStep", "variant": "signature", "kind": 4096, @@ -216698,12 +220334,12 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L74" } ], "parameters": [ { - "id": 37155, + "id": 20642, "name": "input", "variant": "param", "kind": 32768, @@ -216713,7 +220349,7 @@ "types": [ { "type": "reference", - "target": 37140, + "target": 20627, "name": "NotifyOnFailureStepInput", "package": "@medusajs/core-flows" }, @@ -216726,7 +220362,7 @@ "typeArguments": [ { "type": "reference", - "target": 37140, + "target": 20627, "name": "NotifyOnFailureStepInput", "package": "@medusajs/core-flows" } @@ -216750,21 +220386,21 @@ ] }, { - "id": 16579, + "id": 39, "name": "Order", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16580, + "id": 40, "name": "Steps_Order", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 21833, + "id": 5293, "name": "addOrderTransactionStepId", "variant": "declaration", "kind": 32, @@ -216776,7 +220412,7 @@ "fileName": "core-flows/src/order/steps/add-order-transaction.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L15" } ], "type": { @@ -216786,7 +220422,7 @@ "defaultValue": "\"add-order-transaction\"" }, { - "id": 21834, + "id": 5294, "name": "addOrderTransactionStep", "variant": "declaration", "kind": 64, @@ -216830,7 +220466,7 @@ }, "children": [ { - "id": 21843, + "id": 5303, "name": "__type", "variant": "declaration", "kind": 1024, @@ -216848,7 +220484,7 @@ } }, { - "id": 21844, + "id": 5304, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -216870,8 +220506,8 @@ { "title": "Properties", "children": [ - 21843, - 21844 + 5303, + 5304 ] } ], @@ -216880,12 +220516,12 @@ "fileName": "core-flows/src/order/steps/add-order-transaction.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L19" } ], "signatures": [ { - "id": 21835, + "id": 5295, "name": "addOrderTransactionStep", "variant": "signature", "kind": 4096, @@ -216932,12 +220568,12 @@ "fileName": "core-flows/src/order/steps/add-order-transaction.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L19" } ], "parameters": [ { - "id": 21836, + "id": 5296, "name": "input", "variant": "param", "kind": 32768, @@ -216947,7 +220583,7 @@ "types": [ { "type": "reference", - "target": 21831, + "target": 5291, "name": "AddOrderTransactionStepInput", "package": "@medusajs/core-flows" }, @@ -216960,7 +220596,7 @@ "typeArguments": [ { "type": "reference", - "target": 21831, + "target": 5291, "name": "AddOrderTransactionStepInput", "package": "@medusajs/core-flows" } @@ -217023,14 +220659,14 @@ { "type": "reflection", "declaration": { - "id": 21837, + "id": 5297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21838, + "id": 5298, "name": "config", "variant": "declaration", "kind": 2048, @@ -217044,7 +220680,7 @@ ], "signatures": [ { - "id": 21839, + "id": 5299, "name": "config", "variant": "signature", "kind": 4096, @@ -217058,7 +220694,7 @@ ], "parameters": [ { - "id": 21840, + "id": 5300, "name": "config", "variant": "param", "kind": 32768, @@ -217069,14 +220705,14 @@ { "type": "reflection", "declaration": { - "id": 21841, + "id": 5301, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21842, + "id": 5302, "name": "name", "variant": "declaration", "kind": 1024, @@ -217100,7 +220736,7 @@ { "title": "Properties", "children": [ - 21842 + 5302 ] } ], @@ -217203,7 +220839,7 @@ { "title": "Methods", "children": [ - 21838 + 5298 ] } ], @@ -217263,7 +220899,7 @@ ] }, { - "id": 21847, + "id": 5307, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -217281,7 +220917,7 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L12" } ], "type": { @@ -217293,7 +220929,7 @@ } }, { - "id": 21848, + "id": 5308, "name": "archiveOrdersStepId", "variant": "declaration", "kind": 32, @@ -217305,7 +220941,7 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L15" } ], "type": { @@ -217315,7 +220951,7 @@ "defaultValue": "\"archive-orders\"" }, { - "id": 21849, + "id": 5309, "name": "archiveOrdersStep", "variant": "declaration", "kind": 64, @@ -217341,7 +220977,7 @@ }, "children": [ { - "id": 21858, + "id": 5318, "name": "__type", "variant": "declaration", "kind": 1024, @@ -217359,7 +220995,7 @@ } }, { - "id": 21859, + "id": 5319, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -217381,8 +221017,8 @@ { "title": "Properties", "children": [ - 21858, - 21859 + 5318, + 5319 ] } ], @@ -217391,12 +221027,12 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L19" } ], "signatures": [ { - "id": 21850, + "id": 5310, "name": "archiveOrdersStep", "variant": "signature", "kind": 4096, @@ -217425,12 +221061,12 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L19" } ], "parameters": [ { - "id": 21851, + "id": 5311, "name": "input", "variant": "param", "kind": 32768, @@ -217440,7 +221076,7 @@ "types": [ { "type": "reference", - "target": 21845, + "target": 5305, "name": "ArchiveOrdersStepInput", "package": "@medusajs/core-flows" }, @@ -217453,7 +221089,7 @@ "typeArguments": [ { "type": "reference", - "target": 21845, + "target": 5305, "name": "ArchiveOrdersStepInput", "package": "@medusajs/core-flows" } @@ -217543,14 +221179,14 @@ { "type": "reflection", "declaration": { - "id": 21852, + "id": 5312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21853, + "id": 5313, "name": "config", "variant": "declaration", "kind": 2048, @@ -217564,7 +221200,7 @@ ], "signatures": [ { - "id": 21854, + "id": 5314, "name": "config", "variant": "signature", "kind": 4096, @@ -217578,7 +221214,7 @@ ], "parameters": [ { - "id": 21855, + "id": 5315, "name": "config", "variant": "param", "kind": 32768, @@ -217589,14 +221225,14 @@ { "type": "reflection", "declaration": { - "id": 21856, + "id": 5316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21857, + "id": 5317, "name": "name", "variant": "declaration", "kind": 1024, @@ -217620,7 +221256,7 @@ { "title": "Properties", "children": [ - 21857 + 5317 ] } ], @@ -217705,7 +221341,7 @@ { "title": "Methods", "children": [ - 21853 + 5313 ] } ], @@ -217747,7 +221383,7 @@ ] }, { - "id": 21860, + "id": 5320, "name": "cancelOrderFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -217759,7 +221395,7 @@ "fileName": "core-flows/src/order/steps/cancel-fulfillment.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L8" } ], "type": { @@ -217769,7 +221405,7 @@ "defaultValue": "\"cancel-order-fulfillment\"" }, { - "id": 21861, + "id": 5321, "name": "cancelOrderFulfillmentStep", "variant": "declaration", "kind": 64, @@ -217804,7 +221440,7 @@ }, "children": [ { - "id": 21864, + "id": 5324, "name": "__type", "variant": "declaration", "kind": 1024, @@ -217822,7 +221458,7 @@ } }, { - "id": 21865, + "id": 5325, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -217844,8 +221480,8 @@ { "title": "Properties", "children": [ - 21864, - 21865 + 5324, + 5325 ] } ], @@ -217854,12 +221490,12 @@ "fileName": "core-flows/src/order/steps/cancel-fulfillment.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L23" } ], "signatures": [ { - "id": 21862, + "id": 5322, "name": "cancelOrderFulfillmentStep", "variant": "signature", "kind": 4096, @@ -217897,12 +221533,12 @@ "fileName": "core-flows/src/order/steps/cancel-fulfillment.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-fulfillment.ts#L23" } ], "parameters": [ { - "id": 21863, + "id": 5323, "name": "input", "variant": "param", "kind": 32768, @@ -217951,7 +221587,7 @@ ] }, { - "id": 21866, + "id": 5326, "name": "cancelOrderChangeStepId", "variant": "declaration", "kind": 32, @@ -217963,7 +221599,7 @@ "fileName": "core-flows/src/order/steps/cancel-order-change.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L13" } ], "type": { @@ -217973,7 +221609,7 @@ "defaultValue": "\"cancel-order-change\"" }, { - "id": 21867, + "id": 5327, "name": "cancelOrderChangeStep", "variant": "declaration", "kind": 64, @@ -217999,7 +221635,7 @@ }, "children": [ { - "id": 21870, + "id": 5330, "name": "__type", "variant": "declaration", "kind": 1024, @@ -218017,7 +221653,7 @@ } }, { - "id": 21871, + "id": 5331, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -218039,8 +221675,8 @@ { "title": "Properties", "children": [ - 21870, - 21871 + 5330, + 5331 ] } ], @@ -218049,12 +221685,12 @@ "fileName": "core-flows/src/order/steps/cancel-order-change.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L17" } ], "signatures": [ { - "id": 21868, + "id": 5328, "name": "cancelOrderChangeStep", "variant": "signature", "kind": 4096, @@ -218083,12 +221719,12 @@ "fileName": "core-flows/src/order/steps/cancel-order-change.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-order-change.ts#L17" } ], "parameters": [ { - "id": 21869, + "id": 5329, "name": "input", "variant": "param", "kind": 32768, @@ -218137,7 +221773,7 @@ ] }, { - "id": 21874, + "id": 5334, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -218155,7 +221791,7 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L12" } ], "type": { @@ -218167,7 +221803,7 @@ } }, { - "id": 21875, + "id": 5335, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -218187,7 +221823,7 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L16" } ], "type": { @@ -218196,7 +221832,7 @@ } }, { - "id": 21876, + "id": 5336, "name": "cancelOrdersStepId", "variant": "declaration", "kind": 32, @@ -218208,7 +221844,7 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L19" } ], "type": { @@ -218218,7 +221854,7 @@ "defaultValue": "\"cancel-orders\"" }, { - "id": 21877, + "id": 5337, "name": "cancelOrdersStep", "variant": "declaration", "kind": 64, @@ -218244,7 +221880,7 @@ }, "children": [ { - "id": 21886, + "id": 5346, "name": "__type", "variant": "declaration", "kind": 1024, @@ -218262,7 +221898,7 @@ } }, { - "id": 21887, + "id": 5347, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -218284,8 +221920,8 @@ { "title": "Properties", "children": [ - 21886, - 21887 + 5346, + 5347 ] } ], @@ -218294,12 +221930,12 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L23" } ], "signatures": [ { - "id": 21878, + "id": 5338, "name": "cancelOrdersStep", "variant": "signature", "kind": 4096, @@ -218328,12 +221964,12 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L23" } ], "parameters": [ { - "id": 21879, + "id": 5339, "name": "input", "variant": "param", "kind": 32768, @@ -218343,7 +221979,7 @@ "types": [ { "type": "reference", - "target": 21872, + "target": 5332, "name": "CancelOrdersStepInput", "package": "@medusajs/core-flows" }, @@ -218356,7 +221992,7 @@ "typeArguments": [ { "type": "reference", - "target": 21872, + "target": 5332, "name": "CancelOrdersStepInput", "package": "@medusajs/core-flows" } @@ -218446,14 +222082,14 @@ { "type": "reflection", "declaration": { - "id": 21880, + "id": 5340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21881, + "id": 5341, "name": "config", "variant": "declaration", "kind": 2048, @@ -218467,7 +222103,7 @@ ], "signatures": [ { - "id": 21882, + "id": 5342, "name": "config", "variant": "signature", "kind": 4096, @@ -218481,7 +222117,7 @@ ], "parameters": [ { - "id": 21883, + "id": 5343, "name": "config", "variant": "param", "kind": 32768, @@ -218492,14 +222128,14 @@ { "type": "reflection", "declaration": { - "id": 21884, + "id": 5344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21885, + "id": 5345, "name": "name", "variant": "declaration", "kind": 1024, @@ -218523,7 +222159,7 @@ { "title": "Properties", "children": [ - 21885 + 5345 ] } ], @@ -218608,7 +222244,7 @@ { "title": "Methods", "children": [ - 21881 + 5341 ] } ], @@ -218650,7 +222286,7 @@ ] }, { - "id": 21888, + "id": 5348, "name": "cancelOrderClaimStepId", "variant": "declaration", "kind": 32, @@ -218662,7 +222298,7 @@ "fileName": "core-flows/src/order/steps/claim/cancel-claim.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L8" } ], "type": { @@ -218672,7 +222308,7 @@ "defaultValue": "\"cancel-order-claim\"" }, { - "id": 21889, + "id": 5349, "name": "cancelOrderClaimStep", "variant": "declaration", "kind": 64, @@ -218698,7 +222334,7 @@ }, "children": [ { - "id": 21892, + "id": 5352, "name": "__type", "variant": "declaration", "kind": 1024, @@ -218716,7 +222352,7 @@ } }, { - "id": 21893, + "id": 5353, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -218738,8 +222374,8 @@ { "title": "Properties", "children": [ - 21892, - 21893 + 5352, + 5353 ] } ], @@ -218748,12 +222384,12 @@ "fileName": "core-flows/src/order/steps/claim/cancel-claim.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L12" } ], "signatures": [ { - "id": 21890, + "id": 5350, "name": "cancelOrderClaimStep", "variant": "signature", "kind": 4096, @@ -218782,12 +222418,12 @@ "fileName": "core-flows/src/order/steps/claim/cancel-claim.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/cancel-claim.ts#L12" } ], "parameters": [ { - "id": 21891, + "id": 5351, "name": "input", "variant": "param", "kind": 32768, @@ -218836,7 +222472,7 @@ ] }, { - "id": 21896, + "id": 5356, "name": "changes", "variant": "declaration", "kind": 1024, @@ -218854,7 +222490,7 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L15" } ], "type": { @@ -218871,7 +222507,7 @@ } }, { - "id": 21897, + "id": 5357, "name": "claimId", "variant": "declaration", "kind": 1024, @@ -218889,7 +222525,7 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L19" } ], "type": { @@ -218898,7 +222534,7 @@ } }, { - "id": 21898, + "id": 5358, "name": "createOrderClaimItemsFromActionsStep", "variant": "declaration", "kind": 64, @@ -218933,7 +222569,7 @@ }, "children": [ { - "id": 21907, + "id": 5367, "name": "__type", "variant": "declaration", "kind": 1024, @@ -218951,7 +222587,7 @@ } }, { - "id": 21908, + "id": 5368, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -218973,8 +222609,8 @@ { "title": "Properties", "children": [ - 21907, - 21908 + 5367, + 5368 ] } ], @@ -218983,12 +222619,12 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L43" } ], "signatures": [ { - "id": 21899, + "id": 5359, "name": "createOrderClaimItemsFromActionsStep", "variant": "signature", "kind": 4096, @@ -219026,12 +222662,12 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L43" } ], "parameters": [ { - "id": 21900, + "id": 5360, "name": "input", "variant": "param", "kind": 32768, @@ -219041,7 +222677,7 @@ "types": [ { "type": "reference", - "target": 21894, + "target": 5354, "name": "CreateOrderClaimItemsFromActionsInput", "package": "@medusajs/core-flows" }, @@ -219054,7 +222690,7 @@ "typeArguments": [ { "type": "reference", - "target": 21894, + "target": 5354, "name": "CreateOrderClaimItemsFromActionsInput", "package": "@medusajs/core-flows" } @@ -219144,14 +222780,14 @@ { "type": "reflection", "declaration": { - "id": 21901, + "id": 5361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21902, + "id": 5362, "name": "config", "variant": "declaration", "kind": 2048, @@ -219165,7 +222801,7 @@ ], "signatures": [ { - "id": 21903, + "id": 5363, "name": "config", "variant": "signature", "kind": 4096, @@ -219179,7 +222815,7 @@ ], "parameters": [ { - "id": 21904, + "id": 5364, "name": "config", "variant": "param", "kind": 32768, @@ -219190,14 +222826,14 @@ { "type": "reflection", "declaration": { - "id": 21905, + "id": 5365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21906, + "id": 5366, "name": "name", "variant": "declaration", "kind": 1024, @@ -219221,7 +222857,7 @@ { "title": "Properties", "children": [ - 21906 + 5366 ] } ], @@ -219306,7 +222942,7 @@ { "title": "Methods", "children": [ - 21902 + 5362 ] } ], @@ -219348,7 +222984,7 @@ ] }, { - "id": 21909, + "id": 5369, "name": "createOrderClaimsStepId", "variant": "declaration", "kind": 32, @@ -219360,7 +222996,7 @@ "fileName": "core-flows/src/order/steps/claim/create-claims.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L8" } ], "type": { @@ -219370,7 +223006,7 @@ "defaultValue": "\"create-order-claims\"" }, { - "id": 21910, + "id": 5370, "name": "createOrderClaimsStep", "variant": "declaration", "kind": 64, @@ -219396,7 +223032,7 @@ }, "children": [ { - "id": 21919, + "id": 5379, "name": "__type", "variant": "declaration", "kind": 1024, @@ -219414,7 +223050,7 @@ } }, { - "id": 21920, + "id": 5380, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -219436,8 +223072,8 @@ { "title": "Properties", "children": [ - 21919, - 21920 + 5379, + 5380 ] } ], @@ -219446,12 +223082,12 @@ "fileName": "core-flows/src/order/steps/claim/create-claims.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L12" } ], "signatures": [ { - "id": 21911, + "id": 5371, "name": "createOrderClaimsStep", "variant": "signature", "kind": 4096, @@ -219480,12 +223116,12 @@ "fileName": "core-flows/src/order/steps/claim/create-claims.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claims.ts#L12" } ], "parameters": [ { - "id": 21912, + "id": 5372, "name": "input", "variant": "param", "kind": 32768, @@ -219610,14 +223246,14 @@ { "type": "reflection", "declaration": { - "id": 21913, + "id": 5373, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21914, + "id": 5374, "name": "config", "variant": "declaration", "kind": 2048, @@ -219631,7 +223267,7 @@ ], "signatures": [ { - "id": 21915, + "id": 5375, "name": "config", "variant": "signature", "kind": 4096, @@ -219645,7 +223281,7 @@ ], "parameters": [ { - "id": 21916, + "id": 5376, "name": "config", "variant": "param", "kind": 32768, @@ -219656,14 +223292,14 @@ { "type": "reflection", "declaration": { - "id": 21917, + "id": 5377, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21918, + "id": 5378, "name": "name", "variant": "declaration", "kind": 1024, @@ -219687,7 +223323,7 @@ { "title": "Properties", "children": [ - 21918 + 5378 ] } ], @@ -219772,7 +223408,7 @@ { "title": "Methods", "children": [ - 21914 + 5374 ] } ], @@ -219814,7 +223450,7 @@ ] }, { - "id": 21923, + "id": 5383, "name": "ids", "variant": "declaration", "kind": 1024, @@ -219832,7 +223468,7 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L12" } ], "type": { @@ -219844,7 +223480,7 @@ } }, { - "id": 21924, + "id": 5384, "name": "deleteClaimsStepId", "variant": "declaration", "kind": 32, @@ -219856,7 +223492,7 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L15" } ], "type": { @@ -219866,7 +223502,7 @@ "defaultValue": "\"delete-claims\"" }, { - "id": 21925, + "id": 5385, "name": "deleteClaimsStep", "variant": "declaration", "kind": 64, @@ -219892,7 +223528,7 @@ }, "children": [ { - "id": 21934, + "id": 5394, "name": "__type", "variant": "declaration", "kind": 1024, @@ -219910,7 +223546,7 @@ } }, { - "id": 21935, + "id": 5395, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -219932,8 +223568,8 @@ { "title": "Properties", "children": [ - 21934, - 21935 + 5394, + 5395 ] } ], @@ -219942,12 +223578,12 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L19" } ], "signatures": [ { - "id": 21926, + "id": 5386, "name": "deleteClaimsStep", "variant": "signature", "kind": 4096, @@ -219976,12 +223612,12 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L19" } ], "parameters": [ { - "id": 21927, + "id": 5387, "name": "input", "variant": "param", "kind": 32768, @@ -219991,7 +223627,7 @@ "types": [ { "type": "reference", - "target": 21921, + "target": 5381, "name": "DeleteOrderClaimsInput", "package": "@medusajs/core-flows" }, @@ -220004,7 +223640,7 @@ "typeArguments": [ { "type": "reference", - "target": 21921, + "target": 5381, "name": "DeleteOrderClaimsInput", "package": "@medusajs/core-flows" } @@ -220068,14 +223704,14 @@ { "type": "reflection", "declaration": { - "id": 21928, + "id": 5388, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21929, + "id": 5389, "name": "config", "variant": "declaration", "kind": 2048, @@ -220089,7 +223725,7 @@ ], "signatures": [ { - "id": 21930, + "id": 5390, "name": "config", "variant": "signature", "kind": 4096, @@ -220103,7 +223739,7 @@ ], "parameters": [ { - "id": 21931, + "id": 5391, "name": "config", "variant": "param", "kind": 32768, @@ -220114,14 +223750,14 @@ { "type": "reflection", "declaration": { - "id": 21932, + "id": 5392, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21933, + "id": 5393, "name": "name", "variant": "declaration", "kind": 1024, @@ -220145,7 +223781,7 @@ { "title": "Properties", "children": [ - 21933 + 5393 ] } ], @@ -220249,7 +223885,7 @@ { "title": "Methods", "children": [ - 21929 + 5389 ] } ], @@ -220310,7 +223946,7 @@ ] }, { - "id": 21938, + "id": 5398, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -220328,7 +223964,7 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L12" } ], "type": { @@ -220340,7 +223976,7 @@ } }, { - "id": 21939, + "id": 5399, "name": "completeOrdersStepId", "variant": "declaration", "kind": 32, @@ -220352,7 +223988,7 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L15" } ], "type": { @@ -220362,7 +223998,7 @@ "defaultValue": "\"complete-orders\"" }, { - "id": 21940, + "id": 5400, "name": "completeOrdersStep", "variant": "declaration", "kind": 64, @@ -220388,7 +224024,7 @@ }, "children": [ { - "id": 21949, + "id": 5409, "name": "__type", "variant": "declaration", "kind": 1024, @@ -220406,7 +224042,7 @@ } }, { - "id": 21950, + "id": 5410, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -220428,8 +224064,8 @@ { "title": "Properties", "children": [ - 21949, - 21950 + 5409, + 5410 ] } ], @@ -220438,12 +224074,12 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L19" } ], "signatures": [ { - "id": 21941, + "id": 5401, "name": "completeOrdersStep", "variant": "signature", "kind": 4096, @@ -220472,12 +224108,12 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L19" } ], "parameters": [ { - "id": 21942, + "id": 5402, "name": "input", "variant": "param", "kind": 32768, @@ -220487,7 +224123,7 @@ "types": [ { "type": "reference", - "target": 21936, + "target": 5396, "name": "CompleteOrdersStepInput", "package": "@medusajs/core-flows" }, @@ -220500,7 +224136,7 @@ "typeArguments": [ { "type": "reference", - "target": 21936, + "target": 5396, "name": "CompleteOrdersStepInput", "package": "@medusajs/core-flows" } @@ -220590,14 +224226,14 @@ { "type": "reflection", "declaration": { - "id": 21943, + "id": 5403, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21944, + "id": 5404, "name": "config", "variant": "declaration", "kind": 2048, @@ -220611,7 +224247,7 @@ ], "signatures": [ { - "id": 21945, + "id": 5405, "name": "config", "variant": "signature", "kind": 4096, @@ -220625,7 +224261,7 @@ ], "parameters": [ { - "id": 21946, + "id": 5406, "name": "config", "variant": "param", "kind": 32768, @@ -220636,14 +224272,14 @@ { "type": "reflection", "declaration": { - "id": 21947, + "id": 5407, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21948, + "id": 5408, "name": "name", "variant": "declaration", "kind": 1024, @@ -220667,7 +224303,7 @@ { "title": "Properties", "children": [ - 21948 + 5408 ] } ], @@ -220752,7 +224388,7 @@ { "title": "Methods", "children": [ - 21944 + 5404 ] } ], @@ -220794,7 +224430,7 @@ ] }, { - "id": 21952, + "id": 5412, "name": "items", "variant": "declaration", "kind": 1024, @@ -220812,7 +224448,7 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L12" } ], "type": { @@ -220829,7 +224465,7 @@ } }, { - "id": 21953, + "id": 5413, "name": "createOrderLineItemsStepId", "variant": "declaration", "kind": 32, @@ -220841,7 +224477,7 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L15" } ], "type": { @@ -220851,7 +224487,7 @@ "defaultValue": "\"create-order-line-items-step\"" }, { - "id": 21954, + "id": 5414, "name": "createOrderLineItemsStep", "variant": "declaration", "kind": 64, @@ -220886,7 +224522,7 @@ }, "children": [ { - "id": 21963, + "id": 5423, "name": "__type", "variant": "declaration", "kind": 1024, @@ -220904,7 +224540,7 @@ } }, { - "id": 21964, + "id": 5424, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -220926,8 +224562,8 @@ { "title": "Properties", "children": [ - 21963, - 21964 + 5423, + 5424 ] } ], @@ -220936,12 +224572,12 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L32" } ], "signatures": [ { - "id": 21955, + "id": 5415, "name": "createOrderLineItemsStep", "variant": "signature", "kind": 4096, @@ -220979,12 +224615,12 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L32" } ], "parameters": [ { - "id": 21956, + "id": 5416, "name": "input", "variant": "param", "kind": 32768, @@ -220994,7 +224630,7 @@ "types": [ { "type": "reference", - "target": 21951, + "target": 5411, "name": "CreateOrderLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -221007,7 +224643,7 @@ "typeArguments": [ { "type": "reference", - "target": 21951, + "target": 5411, "name": "CreateOrderLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -221097,14 +224733,14 @@ { "type": "reflection", "declaration": { - "id": 21957, + "id": 5417, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21958, + "id": 5418, "name": "config", "variant": "declaration", "kind": 2048, @@ -221118,7 +224754,7 @@ ], "signatures": [ { - "id": 21959, + "id": 5419, "name": "config", "variant": "signature", "kind": 4096, @@ -221132,7 +224768,7 @@ ], "parameters": [ { - "id": 21960, + "id": 5420, "name": "config", "variant": "param", "kind": 32768, @@ -221143,14 +224779,14 @@ { "type": "reflection", "declaration": { - "id": 21961, + "id": 5421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21962, + "id": 5422, "name": "name", "variant": "declaration", "kind": 1024, @@ -221174,7 +224810,7 @@ { "title": "Properties", "children": [ - 21962 + 5422 ] } ], @@ -221259,7 +224895,7 @@ { "title": "Methods", "children": [ - 21958 + 5418 ] } ], @@ -221301,7 +224937,7 @@ ] }, { - "id": 21965, + "id": 5425, "name": "createOrderChangeStepId", "variant": "declaration", "kind": 32, @@ -221313,7 +224949,7 @@ "fileName": "core-flows/src/order/steps/create-order-change.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-order-change.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-order-change.ts#L8" } ], "type": { @@ -221323,7 +224959,7 @@ "defaultValue": "\"create-order-change\"" }, { - "id": 21966, + "id": 5426, "name": "createOrderChangeStep", "variant": "declaration", "kind": 64, @@ -221403,7 +225039,7 @@ }, "children": [ { - "id": 22001, + "id": 5461, "name": "__type", "variant": "declaration", "kind": 1024, @@ -221421,7 +225057,7 @@ } }, { - "id": 22002, + "id": 5462, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -221443,8 +225079,8 @@ { "title": "Properties", "children": [ - 22001, - 22002 + 5461, + 5462 ] } ], @@ -221453,12 +225089,12 @@ "fileName": "core-flows/src/order/steps/create-order-change.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-order-change.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-order-change.ts#L12" } ], "signatures": [ { - "id": 21967, + "id": 5427, "name": "createOrderChangeStep", "variant": "signature", "kind": 4096, @@ -221541,12 +225177,12 @@ "fileName": "core-flows/src/order/steps/create-order-change.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-order-change.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-order-change.ts#L12" } ], "parameters": [ { - "id": 21968, + "id": 5428, "name": "input", "variant": "param", "kind": 32768, @@ -221593,14 +225229,14 @@ { "type": "reflection", "declaration": { - "id": 21969, + "id": 5429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21970, + "id": 5430, "name": "id", "variant": "declaration", "kind": 1024, @@ -221646,7 +225282,7 @@ } }, { - "id": 21971, + "id": 5431, "name": "version", "variant": "declaration", "kind": 1024, @@ -221692,7 +225328,7 @@ } }, { - "id": 21972, + "id": 5432, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -221781,7 +225417,7 @@ } }, { - "id": 21973, + "id": 5433, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -221827,7 +225463,7 @@ } }, { - "id": 21974, + "id": 5434, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -221873,7 +225509,7 @@ } }, { - "id": 21975, + "id": 5435, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -221919,7 +225555,7 @@ } }, { - "id": 21976, + "id": 5436, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -221965,7 +225601,7 @@ } }, { - "id": 21977, + "id": 5437, "name": "order", "variant": "declaration", "kind": 1024, @@ -222024,7 +225660,7 @@ } }, { - "id": 21978, + "id": 5438, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -222083,7 +225719,7 @@ } }, { - "id": 21979, + "id": 5439, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -222142,7 +225778,7 @@ } }, { - "id": 21980, + "id": 5440, "name": "claim", "variant": "declaration", "kind": 1024, @@ -222201,7 +225837,7 @@ } }, { - "id": 21981, + "id": 5441, "name": "actions", "variant": "declaration", "kind": 1024, @@ -222266,7 +225902,7 @@ } }, { - "id": 21982, + "id": 5442, "name": "status", "variant": "declaration", "kind": 1024, @@ -222322,7 +225958,7 @@ } }, { - "id": 21983, + "id": 5443, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -222381,7 +226017,7 @@ } }, { - "id": 21984, + "id": 5444, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -222458,7 +226094,7 @@ } }, { - "id": 21985, + "id": 5445, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -222517,7 +226153,7 @@ } }, { - "id": 21986, + "id": 5446, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -222594,7 +226230,7 @@ } }, { - "id": 21987, + "id": 5447, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -222653,7 +226289,7 @@ } }, { - "id": 21988, + "id": 5448, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -222712,7 +226348,7 @@ } }, { - "id": 21989, + "id": 5449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -222801,7 +226437,7 @@ } }, { - "id": 21990, + "id": 5450, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -222878,7 +226514,7 @@ } }, { - "id": 21991, + "id": 5451, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -222937,7 +226573,7 @@ } }, { - "id": 21992, + "id": 5452, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -223014,7 +226650,7 @@ } }, { - "id": 21993, + "id": 5453, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -223083,7 +226719,7 @@ } }, { - "id": 21994, + "id": 5454, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -223156,31 +226792,31 @@ { "title": "Properties", "children": [ - 21970, - 21971, - 21972, - 21973, - 21974, - 21975, - 21976, - 21977, - 21978, - 21979, - 21980, - 21981, - 21982, - 21983, - 21984, - 21985, - 21986, - 21987, - 21988, - 21989, - 21990, - 21991, - 21992, - 21993, - 21994 + 5430, + 5431, + 5432, + 5433, + 5434, + 5435, + 5436, + 5437, + 5438, + 5439, + 5440, + 5441, + 5442, + 5443, + 5444, + 5445, + 5446, + 5447, + 5448, + 5449, + 5450, + 5451, + 5452, + 5453, + 5454 ] } ], @@ -223225,14 +226861,14 @@ { "type": "reflection", "declaration": { - "id": 21995, + "id": 5455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21996, + "id": 5456, "name": "config", "variant": "declaration", "kind": 2048, @@ -223246,7 +226882,7 @@ ], "signatures": [ { - "id": 21997, + "id": 5457, "name": "config", "variant": "signature", "kind": 4096, @@ -223260,7 +226896,7 @@ ], "parameters": [ { - "id": 21998, + "id": 5458, "name": "config", "variant": "param", "kind": 32768, @@ -223271,14 +226907,14 @@ { "type": "reflection", "declaration": { - "id": 21999, + "id": 5459, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22000, + "id": 5460, "name": "name", "variant": "declaration", "kind": 1024, @@ -223302,7 +226938,7 @@ { "title": "Properties", "children": [ - 22000 + 5460 ] } ], @@ -223384,7 +227020,7 @@ { "title": "Methods", "children": [ - 21996 + 5456 ] } ], @@ -223423,7 +227059,7 @@ ] }, { - "id": 22004, + "id": 5464, "name": "createOrdersStepId", "variant": "declaration", "kind": 32, @@ -223435,7 +227071,7 @@ "fileName": "core-flows/src/order/steps/create-orders.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-orders.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-orders.ts#L10" } ], "type": { @@ -223445,7 +227081,7 @@ "defaultValue": "\"create-orders\"" }, { - "id": 22005, + "id": 5465, "name": "createOrdersStep", "variant": "declaration", "kind": 64, @@ -223489,7 +227125,7 @@ }, "children": [ { - "id": 22014, + "id": 5474, "name": "__type", "variant": "declaration", "kind": 1024, @@ -223507,7 +227143,7 @@ } }, { - "id": 22015, + "id": 5475, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -223529,8 +227165,8 @@ { "title": "Properties", "children": [ - 22014, - 22015 + 5474, + 5475 ] } ], @@ -223539,12 +227175,12 @@ "fileName": "core-flows/src/order/steps/create-orders.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-orders.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-orders.ts#L28" } ], "signatures": [ { - "id": 22006, + "id": 5466, "name": "createOrdersStep", "variant": "signature", "kind": 4096, @@ -223591,12 +227227,12 @@ "fileName": "core-flows/src/order/steps/create-orders.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-orders.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-orders.ts#L28" } ], "parameters": [ { - "id": 22007, + "id": 5467, "name": "input", "variant": "param", "kind": 32768, @@ -223721,14 +227357,14 @@ { "type": "reflection", "declaration": { - "id": 22008, + "id": 5468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22009, + "id": 5469, "name": "config", "variant": "declaration", "kind": 2048, @@ -223742,7 +227378,7 @@ ], "signatures": [ { - "id": 22010, + "id": 5470, "name": "config", "variant": "signature", "kind": 4096, @@ -223756,7 +227392,7 @@ ], "parameters": [ { - "id": 22011, + "id": 5471, "name": "config", "variant": "param", "kind": 32768, @@ -223767,14 +227403,14 @@ { "type": "reflection", "declaration": { - "id": 22012, + "id": 5472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22013, + "id": 5473, "name": "name", "variant": "declaration", "kind": 1024, @@ -223798,7 +227434,7 @@ { "title": "Properties", "children": [ - 22013 + 5473 ] } ], @@ -223883,7 +227519,7 @@ { "title": "Methods", "children": [ - 22009 + 5469 ] } ], @@ -223925,7 +227561,7 @@ ] }, { - "id": 22016, + "id": 5476, "name": "declineOrderChangeStepId", "variant": "declaration", "kind": 32, @@ -223937,7 +227573,7 @@ "fileName": "core-flows/src/order/steps/decline-order-change.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/decline-order-change.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/decline-order-change.ts#L13" } ], "type": { @@ -223947,7 +227583,7 @@ "defaultValue": "\"decline-order-change\"" }, { - "id": 22017, + "id": 5477, "name": "declineOrderChangeStep", "variant": "declaration", "kind": 64, @@ -223982,7 +227618,7 @@ }, "children": [ { - "id": 22020, + "id": 5480, "name": "__type", "variant": "declaration", "kind": 1024, @@ -224000,7 +227636,7 @@ } }, { - "id": 22021, + "id": 5481, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -224022,8 +227658,8 @@ { "title": "Properties", "children": [ - 22020, - 22021 + 5480, + 5481 ] } ], @@ -224032,12 +227668,12 @@ "fileName": "core-flows/src/order/steps/decline-order-change.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/decline-order-change.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/decline-order-change.ts#L17" } ], "signatures": [ { - "id": 22018, + "id": 5478, "name": "declineOrderChangeStep", "variant": "signature", "kind": 4096, @@ -224075,12 +227711,12 @@ "fileName": "core-flows/src/order/steps/decline-order-change.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/decline-order-change.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/decline-order-change.ts#L17" } ], "parameters": [ { - "id": 22019, + "id": 5479, "name": "input", "variant": "param", "kind": 32768, @@ -224129,7 +227765,7 @@ ] }, { - "id": 22023, + "id": 5483, "name": "ids", "variant": "declaration", "kind": 1024, @@ -224147,7 +227783,7 @@ "fileName": "core-flows/src/order/steps/delete-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-line-items.ts#L12" } ], "type": { @@ -224159,7 +227795,7 @@ } }, { - "id": 22024, + "id": 5484, "name": "deleteOrderLineItems", "variant": "declaration", "kind": 64, @@ -224174,7 +227810,7 @@ }, "children": [ { - "id": 22033, + "id": 5493, "name": "__type", "variant": "declaration", "kind": 1024, @@ -224192,7 +227828,7 @@ } }, { - "id": 22034, + "id": 5494, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -224214,8 +227850,8 @@ { "title": "Properties", "children": [ - 22033, - 22034 + 5493, + 5494 ] } ], @@ -224224,12 +227860,12 @@ "fileName": "core-flows/src/order/steps/delete-line-items.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-line-items.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-line-items.ts#L18" } ], "signatures": [ { - "id": 22025, + "id": 5485, "name": "deleteOrderLineItems", "variant": "signature", "kind": 4096, @@ -224247,12 +227883,12 @@ "fileName": "core-flows/src/order/steps/delete-line-items.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-line-items.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-line-items.ts#L18" } ], "parameters": [ { - "id": 22026, + "id": 5486, "name": "input", "variant": "param", "kind": 32768, @@ -224262,7 +227898,7 @@ "types": [ { "type": "reference", - "target": 22022, + "target": 5482, "name": "DeleteOrderLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -224275,7 +227911,7 @@ "typeArguments": [ { "type": "reference", - "target": 22022, + "target": 5482, "name": "DeleteOrderLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -224339,14 +227975,14 @@ { "type": "reflection", "declaration": { - "id": 22027, + "id": 5487, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22028, + "id": 5488, "name": "config", "variant": "declaration", "kind": 2048, @@ -224360,7 +227996,7 @@ ], "signatures": [ { - "id": 22029, + "id": 5489, "name": "config", "variant": "signature", "kind": 4096, @@ -224374,7 +228010,7 @@ ], "parameters": [ { - "id": 22030, + "id": 5490, "name": "config", "variant": "param", "kind": 32768, @@ -224385,14 +228021,14 @@ { "type": "reflection", "declaration": { - "id": 22031, + "id": 5491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22032, + "id": 5492, "name": "name", "variant": "declaration", "kind": 1024, @@ -224416,7 +228052,7 @@ { "title": "Properties", "children": [ - 22032 + 5492 ] } ], @@ -224520,7 +228156,7 @@ { "title": "Methods", "children": [ - 22028 + 5488 ] } ], @@ -224581,7 +228217,7 @@ ] }, { - "id": 22036, + "id": 5496, "name": "ids", "variant": "declaration", "kind": 1024, @@ -224599,7 +228235,7 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L12" } ], "type": { @@ -224611,7 +228247,7 @@ } }, { - "id": 22037, + "id": 5497, "name": "deleteOrderChangeActionsStepId", "variant": "declaration", "kind": 32, @@ -224623,7 +228259,7 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L15" } ], "type": { @@ -224633,7 +228269,7 @@ "defaultValue": "\"delete-order-change-actions\"" }, { - "id": 22038, + "id": 5498, "name": "deleteOrderChangeActionsStep", "variant": "declaration", "kind": 64, @@ -224749,7 +228385,7 @@ }, "children": [ { - "id": 22041, + "id": 5501, "name": "__type", "variant": "declaration", "kind": 1024, @@ -224767,7 +228403,7 @@ } }, { - "id": 22042, + "id": 5502, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -224789,8 +228425,8 @@ { "title": "Properties", "children": [ - 22041, - 22042 + 5501, + 5502 ] } ], @@ -224799,12 +228435,12 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L19" } ], "signatures": [ { - "id": 22039, + "id": 5499, "name": "deleteOrderChangeActionsStep", "variant": "signature", "kind": 4096, @@ -224923,12 +228559,12 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L19" } ], "parameters": [ { - "id": 22040, + "id": 5500, "name": "input", "variant": "param", "kind": 32768, @@ -224938,7 +228574,7 @@ "types": [ { "type": "reference", - "target": 22035, + "target": 5495, "name": "DeleteOrderChangeActionsStepInput", "package": "@medusajs/core-flows" }, @@ -224951,7 +228587,7 @@ "typeArguments": [ { "type": "reference", - "target": 22035, + "target": 5495, "name": "DeleteOrderChangeActionsStepInput", "package": "@medusajs/core-flows" } @@ -224971,7 +228607,7 @@ ] }, { - "id": 22044, + "id": 5504, "name": "ids", "variant": "declaration", "kind": 1024, @@ -224989,7 +228625,7 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L12" } ], "type": { @@ -225001,7 +228637,7 @@ } }, { - "id": 22045, + "id": 5505, "name": "deleteOrderChangesStepId", "variant": "declaration", "kind": 32, @@ -225013,7 +228649,7 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L15" } ], "type": { @@ -225023,7 +228659,7 @@ "defaultValue": "\"delete-order-change\"" }, { - "id": 22046, + "id": 5506, "name": "deleteOrderChangesStep", "variant": "declaration", "kind": 64, @@ -225103,7 +228739,7 @@ }, "children": [ { - "id": 22055, + "id": 5515, "name": "__type", "variant": "declaration", "kind": 1024, @@ -225121,7 +228757,7 @@ } }, { - "id": 22056, + "id": 5516, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -225143,8 +228779,8 @@ { "title": "Properties", "children": [ - 22055, - 22056 + 5515, + 5516 ] } ], @@ -225153,12 +228789,12 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L19" } ], "signatures": [ { - "id": 22047, + "id": 5507, "name": "deleteOrderChangesStep", "variant": "signature", "kind": 4096, @@ -225241,12 +228877,12 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L19" } ], "parameters": [ { - "id": 22048, + "id": 5508, "name": "input", "variant": "param", "kind": 32768, @@ -225256,7 +228892,7 @@ "types": [ { "type": "reference", - "target": 22043, + "target": 5503, "name": "DeleteOrderChangesStepInput", "package": "@medusajs/core-flows" }, @@ -225269,7 +228905,7 @@ "typeArguments": [ { "type": "reference", - "target": 22043, + "target": 5503, "name": "DeleteOrderChangesStepInput", "package": "@medusajs/core-flows" } @@ -225333,14 +228969,14 @@ { "type": "reflection", "declaration": { - "id": 22049, + "id": 5509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22050, + "id": 5510, "name": "config", "variant": "declaration", "kind": 2048, @@ -225354,7 +228990,7 @@ ], "signatures": [ { - "id": 22051, + "id": 5511, "name": "config", "variant": "signature", "kind": 4096, @@ -225368,7 +229004,7 @@ ], "parameters": [ { - "id": 22052, + "id": 5512, "name": "config", "variant": "param", "kind": 32768, @@ -225379,14 +229015,14 @@ { "type": "reflection", "declaration": { - "id": 22053, + "id": 5513, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22054, + "id": 5514, "name": "name", "variant": "declaration", "kind": 1024, @@ -225410,7 +229046,7 @@ { "title": "Properties", "children": [ - 22054 + 5514 ] } ], @@ -225514,7 +229150,7 @@ { "title": "Methods", "children": [ - 22050 + 5510 ] } ], @@ -225575,7 +229211,7 @@ ] }, { - "id": 22058, + "id": 5518, "name": "ids", "variant": "declaration", "kind": 1024, @@ -225593,7 +229229,7 @@ "fileName": "core-flows/src/order/steps/delete-order-shipping-methods.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L12" } ], "type": { @@ -225605,7 +229241,7 @@ } }, { - "id": 22059, + "id": 5519, "name": "deleteOrderShippingMethods", "variant": "declaration", "kind": 64, @@ -225694,7 +229330,7 @@ }, "children": [ { - "id": 22068, + "id": 5528, "name": "__type", "variant": "declaration", "kind": 1024, @@ -225712,7 +229348,7 @@ } }, { - "id": 22069, + "id": 5529, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -225734,8 +229370,8 @@ { "title": "Properties", "children": [ - 22068, - 22069 + 5528, + 5529 ] } ], @@ -225744,12 +229380,12 @@ "fileName": "core-flows/src/order/steps/delete-order-shipping-methods.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L18" } ], "signatures": [ { - "id": 22060, + "id": 5520, "name": "deleteOrderShippingMethods", "variant": "signature", "kind": 4096, @@ -225841,12 +229477,12 @@ "fileName": "core-flows/src/order/steps/delete-order-shipping-methods.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L18" } ], "parameters": [ { - "id": 22061, + "id": 5521, "name": "input", "variant": "param", "kind": 32768, @@ -225856,7 +229492,7 @@ "types": [ { "type": "reference", - "target": 22057, + "target": 5517, "name": "DeleteOrderShippingMethodsStepInput", "package": "@medusajs/core-flows" }, @@ -225869,7 +229505,7 @@ "typeArguments": [ { "type": "reference", - "target": 22057, + "target": 5517, "name": "DeleteOrderShippingMethodsStepInput", "package": "@medusajs/core-flows" } @@ -225933,14 +229569,14 @@ { "type": "reflection", "declaration": { - "id": 22062, + "id": 5522, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22063, + "id": 5523, "name": "config", "variant": "declaration", "kind": 2048, @@ -225954,7 +229590,7 @@ ], "signatures": [ { - "id": 22064, + "id": 5524, "name": "config", "variant": "signature", "kind": 4096, @@ -225968,7 +229604,7 @@ ], "parameters": [ { - "id": 22065, + "id": 5525, "name": "config", "variant": "param", "kind": 32768, @@ -225979,14 +229615,14 @@ { "type": "reflection", "declaration": { - "id": 22066, + "id": 5526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22067, + "id": 5527, "name": "name", "variant": "declaration", "kind": 1024, @@ -226010,7 +229646,7 @@ { "title": "Properties", "children": [ - 22067 + 5527 ] } ], @@ -226114,7 +229750,7 @@ { "title": "Methods", "children": [ - 22063 + 5523 ] } ], @@ -226175,7 +229811,7 @@ ] }, { - "id": 22070, + "id": 5530, "name": "cancelOrderExchangeStepId", "variant": "declaration", "kind": 32, @@ -226187,7 +229823,7 @@ "fileName": "core-flows/src/order/steps/exchange/cancel-exchange.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L8" } ], "type": { @@ -226197,7 +229833,7 @@ "defaultValue": "\"cancel-order-swap\"" }, { - "id": 22071, + "id": 5531, "name": "cancelOrderExchangeStep", "variant": "declaration", "kind": 64, @@ -226223,7 +229859,7 @@ }, "children": [ { - "id": 22074, + "id": 5534, "name": "__type", "variant": "declaration", "kind": 1024, @@ -226241,7 +229877,7 @@ } }, { - "id": 22075, + "id": 5535, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -226263,8 +229899,8 @@ { "title": "Properties", "children": [ - 22074, - 22075 + 5534, + 5535 ] } ], @@ -226273,12 +229909,12 @@ "fileName": "core-flows/src/order/steps/exchange/cancel-exchange.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L12" } ], "signatures": [ { - "id": 22072, + "id": 5532, "name": "cancelOrderExchangeStep", "variant": "signature", "kind": 4096, @@ -226307,12 +229943,12 @@ "fileName": "core-flows/src/order/steps/exchange/cancel-exchange.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts#L12" } ], "parameters": [ { - "id": 22073, + "id": 5533, "name": "input", "variant": "param", "kind": 32768, @@ -226361,7 +229997,7 @@ ] }, { - "id": 22076, + "id": 5536, "name": "createOrderExchangesStepId", "variant": "declaration", "kind": 32, @@ -226373,7 +230009,7 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L8" } ], "type": { @@ -226383,7 +230019,7 @@ "defaultValue": "\"create-order-exchanges\"" }, { - "id": 22077, + "id": 5537, "name": "createOrderExchangesStep", "variant": "declaration", "kind": 64, @@ -226409,7 +230045,7 @@ }, "children": [ { - "id": 22086, + "id": 5546, "name": "__type", "variant": "declaration", "kind": 1024, @@ -226427,7 +230063,7 @@ } }, { - "id": 22087, + "id": 5547, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -226449,8 +230085,8 @@ { "title": "Properties", "children": [ - 22086, - 22087 + 5546, + 5547 ] } ], @@ -226459,12 +230095,12 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L12" } ], "signatures": [ { - "id": 22078, + "id": 5538, "name": "createOrderExchangesStep", "variant": "signature", "kind": 4096, @@ -226493,12 +230129,12 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange.ts#L12" } ], "parameters": [ { - "id": 22079, + "id": 5539, "name": "input", "variant": "param", "kind": 32768, @@ -226623,14 +230259,14 @@ { "type": "reflection", "declaration": { - "id": 22080, + "id": 5540, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22081, + "id": 5541, "name": "config", "variant": "declaration", "kind": 2048, @@ -226644,7 +230280,7 @@ ], "signatures": [ { - "id": 22082, + "id": 5542, "name": "config", "variant": "signature", "kind": 4096, @@ -226658,7 +230294,7 @@ ], "parameters": [ { - "id": 22083, + "id": 5543, "name": "config", "variant": "param", "kind": 32768, @@ -226669,14 +230305,14 @@ { "type": "reflection", "declaration": { - "id": 22084, + "id": 5544, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22085, + "id": 5545, "name": "name", "variant": "declaration", "kind": 1024, @@ -226700,7 +230336,7 @@ { "title": "Properties", "children": [ - 22085 + 5545 ] } ], @@ -226785,7 +230421,7 @@ { "title": "Methods", "children": [ - 22081 + 5541 ] } ], @@ -226827,7 +230463,7 @@ ] }, { - "id": 22090, + "id": 5550, "name": "changes", "variant": "declaration", "kind": 1024, @@ -226845,7 +230481,7 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L16" } ], "type": { @@ -226862,7 +230498,7 @@ } }, { - "id": 22091, + "id": 5551, "name": "exchangeId", "variant": "declaration", "kind": 1024, @@ -226880,7 +230516,7 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L20" } ], "type": { @@ -226889,7 +230525,7 @@ } }, { - "id": 22092, + "id": 5552, "name": "createOrderExchangeItemsFromActionsStep", "variant": "declaration", "kind": 64, @@ -226924,7 +230560,7 @@ }, "children": [ { - "id": 22101, + "id": 5561, "name": "__type", "variant": "declaration", "kind": 1024, @@ -226942,7 +230578,7 @@ } }, { - "id": 22102, + "id": 5562, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -226964,8 +230600,8 @@ { "title": "Properties", "children": [ - 22101, - 22102 + 5561, + 5562 ] } ], @@ -226974,12 +230610,12 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L44" } ], "signatures": [ { - "id": 22093, + "id": 5553, "name": "createOrderExchangeItemsFromActionsStep", "variant": "signature", "kind": 4096, @@ -227017,12 +230653,12 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L44" } ], "parameters": [ { - "id": 22094, + "id": 5554, "name": "input", "variant": "param", "kind": 32768, @@ -227032,7 +230668,7 @@ "types": [ { "type": "reference", - "target": 22088, + "target": 5548, "name": "CreateOrderExchangeItemsFromActionsInput", "package": "@medusajs/core-flows" }, @@ -227045,7 +230681,7 @@ "typeArguments": [ { "type": "reference", - "target": 22088, + "target": 5548, "name": "CreateOrderExchangeItemsFromActionsInput", "package": "@medusajs/core-flows" } @@ -227135,14 +230771,14 @@ { "type": "reflection", "declaration": { - "id": 22095, + "id": 5555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22096, + "id": 5556, "name": "config", "variant": "declaration", "kind": 2048, @@ -227156,7 +230792,7 @@ ], "signatures": [ { - "id": 22097, + "id": 5557, "name": "config", "variant": "signature", "kind": 4096, @@ -227170,7 +230806,7 @@ ], "parameters": [ { - "id": 22098, + "id": 5558, "name": "config", "variant": "param", "kind": 32768, @@ -227181,14 +230817,14 @@ { "type": "reflection", "declaration": { - "id": 22099, + "id": 5559, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22100, + "id": 5560, "name": "name", "variant": "declaration", "kind": 1024, @@ -227212,7 +230848,7 @@ { "title": "Properties", "children": [ - 22100 + 5560 ] } ], @@ -227297,7 +230933,7 @@ { "title": "Methods", "children": [ - 22096 + 5556 ] } ], @@ -227339,7 +230975,7 @@ ] }, { - "id": 22105, + "id": 5565, "name": "ids", "variant": "declaration", "kind": 1024, @@ -227357,7 +230993,7 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L12" } ], "type": { @@ -227369,7 +231005,7 @@ } }, { - "id": 22106, + "id": 5566, "name": "deleteExchangesStepId", "variant": "declaration", "kind": 32, @@ -227381,7 +231017,7 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L15" } ], "type": { @@ -227391,7 +231027,7 @@ "defaultValue": "\"delete-exchanges\"" }, { - "id": 22107, + "id": 5567, "name": "deleteExchangesStep", "variant": "declaration", "kind": 64, @@ -227417,7 +231053,7 @@ }, "children": [ { - "id": 22116, + "id": 5576, "name": "__type", "variant": "declaration", "kind": 1024, @@ -227435,7 +231071,7 @@ } }, { - "id": 22117, + "id": 5577, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -227457,8 +231093,8 @@ { "title": "Properties", "children": [ - 22116, - 22117 + 5576, + 5577 ] } ], @@ -227467,12 +231103,12 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L19" } ], "signatures": [ { - "id": 22108, + "id": 5568, "name": "deleteExchangesStep", "variant": "signature", "kind": 4096, @@ -227501,12 +231137,12 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L19" } ], "parameters": [ { - "id": 22109, + "id": 5569, "name": "input", "variant": "param", "kind": 32768, @@ -227516,7 +231152,7 @@ "types": [ { "type": "reference", - "target": 22103, + "target": 5563, "name": "DeleteOrderExchangesInput", "package": "@medusajs/core-flows" }, @@ -227529,7 +231165,7 @@ "typeArguments": [ { "type": "reference", - "target": 22103, + "target": 5563, "name": "DeleteOrderExchangesInput", "package": "@medusajs/core-flows" } @@ -227593,14 +231229,14 @@ { "type": "reflection", "declaration": { - "id": 22110, + "id": 5570, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22111, + "id": 5571, "name": "config", "variant": "declaration", "kind": 2048, @@ -227614,7 +231250,7 @@ ], "signatures": [ { - "id": 22112, + "id": 5572, "name": "config", "variant": "signature", "kind": 4096, @@ -227628,7 +231264,7 @@ ], "parameters": [ { - "id": 22113, + "id": 5573, "name": "config", "variant": "param", "kind": 32768, @@ -227639,14 +231275,14 @@ { "type": "reflection", "declaration": { - "id": 22114, + "id": 5574, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22115, + "id": 5575, "name": "name", "variant": "declaration", "kind": 1024, @@ -227670,7 +231306,7 @@ { "title": "Properties", "children": [ - 22115 + 5575 ] } ], @@ -227774,7 +231410,7 @@ { "title": "Methods", "children": [ - 22111 + 5571 ] } ], @@ -227835,7 +231471,7 @@ ] }, { - "id": 22119, + "id": 5579, "name": "previewOrderChangeStepId", "variant": "declaration", "kind": 32, @@ -227847,7 +231483,7 @@ "fileName": "core-flows/src/order/steps/preview-order-change.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/preview-order-change.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/preview-order-change.ts#L10" } ], "type": { @@ -227857,7 +231493,7 @@ "defaultValue": "\"preview-order-change\"" }, { - "id": 22120, + "id": 5580, "name": "previewOrderChangeStep", "variant": "declaration", "kind": 64, @@ -228279,7 +231915,7 @@ }, "children": [ { - "id": 22205, + "id": 5665, "name": "__type", "variant": "declaration", "kind": 1024, @@ -228297,7 +231933,7 @@ } }, { - "id": 22206, + "id": 5666, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -228319,8 +231955,8 @@ { "title": "Properties", "children": [ - 22205, - 22206 + 5665, + 5666 ] } ], @@ -228329,12 +231965,12 @@ "fileName": "core-flows/src/order/steps/preview-order-change.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/preview-order-change.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/preview-order-change.ts#L14" } ], "signatures": [ { - "id": 22121, + "id": 5581, "name": "previewOrderChangeStep", "variant": "signature", "kind": 4096, @@ -228759,12 +232395,12 @@ "fileName": "core-flows/src/order/steps/preview-order-change.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/preview-order-change.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/preview-order-change.ts#L14" } ], "parameters": [ { - "id": 22122, + "id": 5582, "name": "input", "variant": "param", "kind": 32768, @@ -228801,14 +232437,14 @@ { "type": "reflection", "declaration": { - "id": 22123, + "id": 5583, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22136, + "id": 5596, "name": "id", "variant": "declaration", "kind": 1024, @@ -228854,7 +232490,7 @@ } }, { - "id": 22193, + "id": 5653, "name": "version", "variant": "declaration", "kind": 1024, @@ -228900,7 +232536,7 @@ } }, { - "id": 22194, + "id": 5654, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -228946,7 +232582,7 @@ } }, { - "id": 22163, + "id": 5623, "name": "status", "variant": "declaration", "kind": 1024, @@ -229002,7 +232638,7 @@ } }, { - "id": 22164, + "id": 5624, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -229059,7 +232695,7 @@ } }, { - "id": 22165, + "id": 5625, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -229116,7 +232752,7 @@ } }, { - "id": 22166, + "id": 5626, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -229173,7 +232809,7 @@ } }, { - "id": 22140, + "id": 5600, "name": "email", "variant": "declaration", "kind": 1024, @@ -229230,7 +232866,7 @@ } }, { - "id": 22167, + "id": 5627, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -229276,7 +232912,7 @@ } }, { - "id": 22168, + "id": 5628, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -229346,7 +232982,7 @@ } }, { - "id": 22169, + "id": 5629, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -229416,7 +233052,7 @@ } }, { - "id": 22195, + "id": 5655, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -229492,7 +233128,7 @@ } }, { - "id": 22196, + "id": 5656, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -229568,7 +233204,7 @@ } }, { - "id": 22197, + "id": 5657, "name": "summary", "variant": "declaration", "kind": 1024, @@ -229638,7 +233274,7 @@ } }, { - "id": 22139, + "id": 5599, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -229733,7 +233369,7 @@ } }, { - "id": 22192, + "id": 5652, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -229808,7 +233444,7 @@ } }, { - "id": 22137, + "id": 5597, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -229877,7 +233513,7 @@ } }, { - "id": 22138, + "id": 5598, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -229946,7 +233582,7 @@ } }, { - "id": 22170, + "id": 5630, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -230002,7 +233638,7 @@ } }, { - "id": 22171, + "id": 5631, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -230058,7 +233694,7 @@ } }, { - "id": 22172, + "id": 5632, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -230114,7 +233750,7 @@ } }, { - "id": 22144, + "id": 5604, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -230170,7 +233806,7 @@ } }, { - "id": 22145, + "id": 5605, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -230226,7 +233862,7 @@ } }, { - "id": 22146, + "id": 5606, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -230282,7 +233918,7 @@ } }, { - "id": 22141, + "id": 5601, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -230338,7 +233974,7 @@ } }, { - "id": 22142, + "id": 5602, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -230394,7 +234030,7 @@ } }, { - "id": 22143, + "id": 5603, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -230450,7 +234086,7 @@ } }, { - "id": 22147, + "id": 5607, "name": "total", "variant": "declaration", "kind": 1024, @@ -230506,7 +234142,7 @@ } }, { - "id": 22148, + "id": 5608, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -230562,7 +234198,7 @@ } }, { - "id": 22149, + "id": 5609, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -230618,7 +234254,7 @@ } }, { - "id": 22198, + "id": 5658, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -230674,7 +234310,7 @@ } }, { - "id": 22150, + "id": 5610, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -230730,7 +234366,7 @@ } }, { - "id": 22151, + "id": 5611, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -230786,7 +234422,7 @@ } }, { - "id": 22173, + "id": 5633, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -230842,7 +234478,7 @@ } }, { - "id": 22174, + "id": 5634, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -230898,7 +234534,7 @@ } }, { - "id": 22175, + "id": 5635, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -230954,7 +234590,7 @@ } }, { - "id": 22176, + "id": 5636, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -231010,7 +234646,7 @@ } }, { - "id": 22177, + "id": 5637, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -231066,7 +234702,7 @@ } }, { - "id": 22178, + "id": 5638, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -231122,7 +234758,7 @@ } }, { - "id": 22179, + "id": 5639, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -231178,7 +234814,7 @@ } }, { - "id": 22180, + "id": 5640, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -231234,7 +234870,7 @@ } }, { - "id": 22124, + "id": 5584, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -231290,7 +234926,7 @@ } }, { - "id": 22125, + "id": 5585, "name": "items", "variant": "declaration", "kind": 1024, @@ -231330,14 +234966,14 @@ { "type": "reflection", "declaration": { - "id": 22126, + "id": 5586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22127, + "id": 5587, "name": "actions", "variant": "declaration", "kind": 1024, @@ -231369,7 +235005,7 @@ { "title": "Properties", "children": [ - 22127 + 5587 ] } ], @@ -231409,14 +235045,14 @@ { "type": "reflection", "declaration": { - "id": 22128, + "id": 5588, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22129, + "id": 5589, "name": "actions", "variant": "declaration", "kind": 1024, @@ -231448,7 +235084,7 @@ { "title": "Properties", "children": [ - 22129 + 5589 ] } ], @@ -231472,7 +235108,7 @@ } }, { - "id": 22130, + "id": 5590, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -231512,14 +235148,14 @@ { "type": "reflection", "declaration": { - "id": 22131, + "id": 5591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22132, + "id": 5592, "name": "actions", "variant": "declaration", "kind": 1024, @@ -231551,7 +235187,7 @@ { "title": "Properties", "children": [ - 22132 + 5592 ] } ], @@ -231591,14 +235227,14 @@ { "type": "reflection", "declaration": { - "id": 22133, + "id": 5593, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22134, + "id": 5594, "name": "actions", "variant": "declaration", "kind": 1024, @@ -231630,7 +235266,7 @@ { "title": "Properties", "children": [ - 22134 + 5594 ] } ], @@ -231654,7 +235290,7 @@ } }, { - "id": 22135, + "id": 5595, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -231704,51 +235340,51 @@ { "title": "Properties", "children": [ - 22136, - 22193, - 22194, - 22163, - 22164, - 22165, - 22166, - 22140, - 22167, - 22168, - 22169, - 22195, - 22196, - 22197, - 22139, - 22192, - 22137, - 22138, - 22170, - 22171, - 22172, - 22144, - 22145, - 22146, - 22141, - 22142, - 22143, - 22147, - 22148, - 22149, - 22198, - 22150, - 22151, - 22173, - 22174, - 22175, - 22176, - 22177, - 22178, - 22179, - 22180, - 22124, - 22125, - 22130, - 22135 + 5596, + 5653, + 5654, + 5623, + 5624, + 5625, + 5626, + 5600, + 5627, + 5628, + 5629, + 5655, + 5656, + 5657, + 5599, + 5652, + 5597, + 5598, + 5630, + 5631, + 5632, + 5604, + 5605, + 5606, + 5601, + 5602, + 5603, + 5607, + 5608, + 5609, + 5658, + 5610, + 5611, + 5633, + 5634, + 5635, + 5636, + 5637, + 5638, + 5639, + 5640, + 5584, + 5585, + 5590, + 5595 ] } ], @@ -231793,14 +235429,14 @@ { "type": "reflection", "declaration": { - "id": 22199, + "id": 5659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22200, + "id": 5660, "name": "config", "variant": "declaration", "kind": 2048, @@ -231814,7 +235450,7 @@ ], "signatures": [ { - "id": 22201, + "id": 5661, "name": "config", "variant": "signature", "kind": 4096, @@ -231828,7 +235464,7 @@ ], "parameters": [ { - "id": 22202, + "id": 5662, "name": "config", "variant": "param", "kind": 32768, @@ -231839,14 +235475,14 @@ { "type": "reflection", "declaration": { - "id": 22203, + "id": 5663, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22204, + "id": 5664, "name": "name", "variant": "declaration", "kind": 1024, @@ -231870,7 +235506,7 @@ { "title": "Properties", "children": [ - 22204 + 5664 ] } ], @@ -231952,7 +235588,7 @@ { "title": "Methods", "children": [ - 22200 + 5660 ] } ], @@ -231991,7 +235627,7 @@ ] }, { - "id": 22207, + "id": 5667, "name": "registerOrderFulfillmentStepId", "variant": "declaration", "kind": 32, @@ -232003,7 +235639,7 @@ "fileName": "core-flows/src/order/steps/register-fulfillment.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L8" } ], "type": { @@ -232013,7 +235649,7 @@ "defaultValue": "\"register-order-fullfillment\"" }, { - "id": 22208, + "id": 5668, "name": "registerOrderFulfillmentStep", "variant": "declaration", "kind": 64, @@ -232048,7 +235684,7 @@ }, "children": [ { - "id": 22211, + "id": 5671, "name": "__type", "variant": "declaration", "kind": 1024, @@ -232066,7 +235702,7 @@ } }, { - "id": 22212, + "id": 5672, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -232088,8 +235724,8 @@ { "title": "Properties", "children": [ - 22211, - 22212 + 5671, + 5672 ] } ], @@ -232098,12 +235734,12 @@ "fileName": "core-flows/src/order/steps/register-fulfillment.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L21" } ], "signatures": [ { - "id": 22209, + "id": 5669, "name": "registerOrderFulfillmentStep", "variant": "signature", "kind": 4096, @@ -232141,12 +235777,12 @@ "fileName": "core-flows/src/order/steps/register-fulfillment.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-fulfillment.ts#L21" } ], "parameters": [ { - "id": 22210, + "id": 5670, "name": "input", "variant": "param", "kind": 32768, @@ -232195,7 +235831,7 @@ ] }, { - "id": 22214, + "id": 5674, "name": "registerOrderChangeStepId", "variant": "declaration", "kind": 32, @@ -232207,7 +235843,7 @@ "fileName": "core-flows/src/order/steps/register-order-changes.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-order-changes.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-order-changes.ts#L13" } ], "type": { @@ -232217,7 +235853,7 @@ "defaultValue": "\"register-order-change\"" }, { - "id": 22215, + "id": 5675, "name": "registerOrderChangesStep", "variant": "declaration", "kind": 64, @@ -232243,7 +235879,7 @@ }, "children": [ { - "id": 22218, + "id": 5678, "name": "__type", "variant": "declaration", "kind": 1024, @@ -232261,7 +235897,7 @@ } }, { - "id": 22219, + "id": 5679, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -232283,8 +235919,8 @@ { "title": "Properties", "children": [ - 22218, - 22219 + 5678, + 5679 ] } ], @@ -232293,12 +235929,12 @@ "fileName": "core-flows/src/order/steps/register-order-changes.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-order-changes.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-order-changes.ts#L18" } ], "signatures": [ { - "id": 22216, + "id": 5676, "name": "registerOrderChangesStep", "variant": "signature", "kind": 4096, @@ -232327,12 +235963,12 @@ "fileName": "core-flows/src/order/steps/register-order-changes.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-order-changes.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-order-changes.ts#L18" } ], "parameters": [ { - "id": 22217, + "id": 5677, "name": "input", "variant": "param", "kind": 32768, @@ -232342,7 +235978,7 @@ "types": [ { "type": "reference", - "target": 22213, + "target": 5673, "name": "RegisterOrderChangeStepInput", "package": "@medusajs/core-flows" }, @@ -232355,7 +235991,7 @@ "typeArguments": [ { "type": "reference", - "target": 22213, + "target": 5673, "name": "RegisterOrderChangeStepInput", "package": "@medusajs/core-flows" } @@ -232375,7 +236011,7 @@ ] }, { - "id": 22220, + "id": 5680, "name": "registerOrderShipmentStepId", "variant": "declaration", "kind": 32, @@ -232387,7 +236023,7 @@ "fileName": "core-flows/src/order/steps/register-shipment.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-shipment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-shipment.ts#L8" } ], "type": { @@ -232397,7 +236033,7 @@ "defaultValue": "\"register-order-shipment\"" }, { - "id": 22221, + "id": 5681, "name": "registerOrderShipmentStep", "variant": "declaration", "kind": 64, @@ -232423,7 +236059,7 @@ }, "children": [ { - "id": 22224, + "id": 5684, "name": "__type", "variant": "declaration", "kind": 1024, @@ -232441,7 +236077,7 @@ } }, { - "id": 22225, + "id": 5685, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -232463,8 +236099,8 @@ { "title": "Properties", "children": [ - 22224, - 22225 + 5684, + 5685 ] } ], @@ -232473,12 +236109,12 @@ "fileName": "core-flows/src/order/steps/register-shipment.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-shipment.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-shipment.ts#L12" } ], "signatures": [ { - "id": 22222, + "id": 5682, "name": "registerOrderShipmentStep", "variant": "signature", "kind": 4096, @@ -232507,12 +236143,12 @@ "fileName": "core-flows/src/order/steps/register-shipment.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-shipment.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-shipment.ts#L12" } ], "parameters": [ { - "id": 22223, + "id": 5683, "name": "input", "variant": "param", "kind": 32768, @@ -232561,7 +236197,7 @@ ] }, { - "id": 22226, + "id": 5686, "name": "cancelOrderReturnStepId", "variant": "declaration", "kind": 32, @@ -232573,7 +236209,7 @@ "fileName": "core-flows/src/order/steps/return/cancel-return.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L8" } ], "type": { @@ -232583,7 +236219,7 @@ "defaultValue": "\"cancel-order-return\"" }, { - "id": 22227, + "id": 5687, "name": "cancelOrderReturnStep", "variant": "declaration", "kind": 64, @@ -232609,7 +236245,7 @@ }, "children": [ { - "id": 22230, + "id": 5690, "name": "__type", "variant": "declaration", "kind": 1024, @@ -232627,7 +236263,7 @@ } }, { - "id": 22231, + "id": 5691, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -232649,8 +236285,8 @@ { "title": "Properties", "children": [ - 22230, - 22231 + 5690, + 5691 ] } ], @@ -232659,12 +236295,12 @@ "fileName": "core-flows/src/order/steps/return/cancel-return.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L12" } ], "signatures": [ { - "id": 22228, + "id": 5688, "name": "cancelOrderReturnStep", "variant": "signature", "kind": 4096, @@ -232693,12 +236329,12 @@ "fileName": "core-flows/src/order/steps/return/cancel-return.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/cancel-return.ts#L12" } ], "parameters": [ { - "id": 22229, + "id": 5689, "name": "input", "variant": "param", "kind": 32768, @@ -232747,7 +236383,7 @@ ] }, { - "id": 22232, + "id": 5692, "name": "createCompleteReturnStepId", "variant": "declaration", "kind": 32, @@ -232759,7 +236395,7 @@ "fileName": "core-flows/src/order/steps/return/create-complete-return.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L8" } ], "type": { @@ -232769,7 +236405,7 @@ "defaultValue": "\"create-complete-return\"" }, { - "id": 22233, + "id": 5693, "name": "createCompleteReturnStep", "variant": "declaration", "kind": 64, @@ -232795,7 +236431,7 @@ }, "children": [ { - "id": 22267, + "id": 5727, "name": "__type", "variant": "declaration", "kind": 1024, @@ -232813,7 +236449,7 @@ } }, { - "id": 22268, + "id": 5728, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -232835,8 +236471,8 @@ { "title": "Properties", "children": [ - 22267, - 22268 + 5727, + 5728 ] } ], @@ -232845,12 +236481,12 @@ "fileName": "core-flows/src/order/steps/return/create-complete-return.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L12" } ], "signatures": [ { - "id": 22234, + "id": 5694, "name": "createCompleteReturnStep", "variant": "signature", "kind": 4096, @@ -232879,12 +236515,12 @@ "fileName": "core-flows/src/order/steps/return/create-complete-return.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-complete-return.ts#L12" } ], "parameters": [ { - "id": 22235, + "id": 5695, "name": "input", "variant": "param", "kind": 32768, @@ -232931,14 +236567,14 @@ { "type": "reflection", "declaration": { - "id": 22236, + "id": 5696, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22237, + "id": 5697, "name": "id", "variant": "declaration", "kind": 1024, @@ -232984,7 +236620,7 @@ } }, { - "id": 22238, + "id": 5698, "name": "status", "variant": "declaration", "kind": 1024, @@ -233040,7 +236676,7 @@ } }, { - "id": 22239, + "id": 5699, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -233093,7 +236729,7 @@ } }, { - "id": 22240, + "id": 5700, "name": "raw_refund_amount", "variant": "declaration", "kind": 1024, @@ -233146,7 +236782,7 @@ } }, { - "id": 22241, + "id": 5701, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -233192,7 +236828,7 @@ } }, { - "id": 22242, + "id": 5702, "name": "order", "variant": "declaration", "kind": 1024, @@ -233259,7 +236895,7 @@ } }, { - "id": 22243, + "id": 5703, "name": "items", "variant": "declaration", "kind": 1024, @@ -233321,7 +236957,7 @@ } }, { - "id": 22244, + "id": 5704, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -233378,7 +237014,7 @@ } }, { - "id": 22245, + "id": 5705, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -233445,7 +237081,7 @@ } }, { - "id": 22246, + "id": 5706, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -233502,7 +237138,7 @@ } }, { - "id": 22247, + "id": 5707, "name": "claim", "variant": "declaration", "kind": 1024, @@ -233569,7 +237205,7 @@ } }, { - "id": 22248, + "id": 5708, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -233615,7 +237251,7 @@ } }, { - "id": 22249, + "id": 5709, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -233672,7 +237308,7 @@ } }, { - "id": 22250, + "id": 5710, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -233729,7 +237365,7 @@ } }, { - "id": 22251, + "id": 5711, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -233794,7 +237430,7 @@ } }, { - "id": 22252, + "id": 5712, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -233867,7 +237503,7 @@ } }, { - "id": 22253, + "id": 5713, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -233940,7 +237576,7 @@ } }, { - "id": 22254, + "id": 5714, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -234029,7 +237665,7 @@ } }, { - "id": 22255, + "id": 5715, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -234104,7 +237740,7 @@ } }, { - "id": 22256, + "id": 5716, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -234179,7 +237815,7 @@ } }, { - "id": 22257, + "id": 5717, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -234254,7 +237890,7 @@ } }, { - "id": 22258, + "id": 5718, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -234329,7 +237965,7 @@ } }, { - "id": 22259, + "id": 5719, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -234404,7 +238040,7 @@ } }, { - "id": 22260, + "id": 5720, "name": "received_at", "variant": "declaration", "kind": 1024, @@ -234483,30 +238119,30 @@ { "title": "Properties", "children": [ - 22237, - 22238, - 22239, - 22240, - 22241, - 22242, - 22243, - 22244, - 22245, - 22246, - 22247, - 22248, - 22249, - 22250, - 22251, - 22252, - 22253, - 22254, - 22255, - 22256, - 22257, - 22258, - 22259, - 22260 + 5697, + 5698, + 5699, + 5700, + 5701, + 5702, + 5703, + 5704, + 5705, + 5706, + 5707, + 5708, + 5709, + 5710, + 5711, + 5712, + 5713, + 5714, + 5715, + 5716, + 5717, + 5718, + 5719, + 5720 ] } ], @@ -234551,14 +238187,14 @@ { "type": "reflection", "declaration": { - "id": 22261, + "id": 5721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22262, + "id": 5722, "name": "config", "variant": "declaration", "kind": 2048, @@ -234572,7 +238208,7 @@ ], "signatures": [ { - "id": 22263, + "id": 5723, "name": "config", "variant": "signature", "kind": 4096, @@ -234586,7 +238222,7 @@ ], "parameters": [ { - "id": 22264, + "id": 5724, "name": "config", "variant": "param", "kind": 32768, @@ -234597,14 +238233,14 @@ { "type": "reflection", "declaration": { - "id": 22265, + "id": 5725, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22266, + "id": 5726, "name": "name", "variant": "declaration", "kind": 1024, @@ -234628,7 +238264,7 @@ { "title": "Properties", "children": [ - 22266 + 5726 ] } ], @@ -234710,7 +238346,7 @@ { "title": "Methods", "children": [ - 22262 + 5722 ] } ], @@ -234749,7 +238385,7 @@ ] }, { - "id": 22269, + "id": 5729, "name": "createReturnsStepId", "variant": "declaration", "kind": 32, @@ -234761,7 +238397,7 @@ "fileName": "core-flows/src/order/steps/return/create-returns.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-returns.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-returns.ts#L8" } ], "type": { @@ -234771,7 +238407,7 @@ "defaultValue": "\"create-returns\"" }, { - "id": 22270, + "id": 5730, "name": "createReturnsStep", "variant": "declaration", "kind": 64, @@ -234815,7 +238451,7 @@ }, "children": [ { - "id": 22279, + "id": 5739, "name": "__type", "variant": "declaration", "kind": 1024, @@ -234833,7 +238469,7 @@ } }, { - "id": 22280, + "id": 5740, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -234855,8 +238491,8 @@ { "title": "Properties", "children": [ - 22279, - 22280 + 5739, + 5740 ] } ], @@ -234865,12 +238501,12 @@ "fileName": "core-flows/src/order/steps/return/create-returns.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-returns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-returns.ts#L12" } ], "signatures": [ { - "id": 22271, + "id": 5731, "name": "createReturnsStep", "variant": "signature", "kind": 4096, @@ -234917,12 +238553,12 @@ "fileName": "core-flows/src/order/steps/return/create-returns.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/create-returns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/create-returns.ts#L12" } ], "parameters": [ { - "id": 22272, + "id": 5732, "name": "input", "variant": "param", "kind": 32768, @@ -235047,14 +238683,14 @@ { "type": "reflection", "declaration": { - "id": 22273, + "id": 5733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22274, + "id": 5734, "name": "config", "variant": "declaration", "kind": 2048, @@ -235068,7 +238704,7 @@ ], "signatures": [ { - "id": 22275, + "id": 5735, "name": "config", "variant": "signature", "kind": 4096, @@ -235082,7 +238718,7 @@ ], "parameters": [ { - "id": 22276, + "id": 5736, "name": "config", "variant": "param", "kind": 32768, @@ -235093,14 +238729,14 @@ { "type": "reflection", "declaration": { - "id": 22277, + "id": 5737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22278, + "id": 5738, "name": "name", "variant": "declaration", "kind": 1024, @@ -235124,7 +238760,7 @@ { "title": "Properties", "children": [ - 22278 + 5738 ] } ], @@ -235209,7 +238845,7 @@ { "title": "Methods", "children": [ - 22274 + 5734 ] } ], @@ -235251,7 +238887,7 @@ ] }, { - "id": 22283, + "id": 5743, "name": "ids", "variant": "declaration", "kind": 1024, @@ -235269,7 +238905,7 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L12" } ], "type": { @@ -235281,7 +238917,7 @@ } }, { - "id": 22284, + "id": 5744, "name": "deleteReturnsStepId", "variant": "declaration", "kind": 32, @@ -235293,7 +238929,7 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L15" } ], "type": { @@ -235303,7 +238939,7 @@ "defaultValue": "\"delete-return\"" }, { - "id": 22285, + "id": 5745, "name": "deleteReturnsStep", "variant": "declaration", "kind": 64, @@ -235347,7 +238983,7 @@ }, "children": [ { - "id": 22294, + "id": 5754, "name": "__type", "variant": "declaration", "kind": 1024, @@ -235365,7 +239001,7 @@ } }, { - "id": 22295, + "id": 5755, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -235387,8 +239023,8 @@ { "title": "Properties", "children": [ - 22294, - 22295 + 5754, + 5755 ] } ], @@ -235397,12 +239033,12 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L19" } ], "signatures": [ { - "id": 22286, + "id": 5746, "name": "deleteReturnsStep", "variant": "signature", "kind": 4096, @@ -235449,12 +239085,12 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L19" } ], "parameters": [ { - "id": 22287, + "id": 5747, "name": "input", "variant": "param", "kind": 32768, @@ -235464,7 +239100,7 @@ "types": [ { "type": "reference", - "target": 22281, + "target": 5741, "name": "DeleteReturnStepInput", "package": "@medusajs/core-flows" }, @@ -235477,7 +239113,7 @@ "typeArguments": [ { "type": "reference", - "target": 22281, + "target": 5741, "name": "DeleteReturnStepInput", "package": "@medusajs/core-flows" } @@ -235548,14 +239184,14 @@ { "type": "reflection", "declaration": { - "id": 22288, + "id": 5748, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22289, + "id": 5749, "name": "config", "variant": "declaration", "kind": 2048, @@ -235569,7 +239205,7 @@ ], "signatures": [ { - "id": 22290, + "id": 5750, "name": "config", "variant": "signature", "kind": 4096, @@ -235583,7 +239219,7 @@ ], "parameters": [ { - "id": 22291, + "id": 5751, "name": "config", "variant": "param", "kind": 32768, @@ -235594,14 +239230,14 @@ { "type": "reflection", "declaration": { - "id": 22292, + "id": 5752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22293, + "id": 5753, "name": "name", "variant": "declaration", "kind": 1024, @@ -235625,7 +239261,7 @@ { "title": "Properties", "children": [ - 22293 + 5753 ] } ], @@ -235736,7 +239372,7 @@ { "title": "Methods", "children": [ - 22289 + 5749 ] } ], @@ -235804,7 +239440,7 @@ ] }, { - "id": 22298, + "id": 5758, "name": "id", "variant": "declaration", "kind": 1024, @@ -235822,7 +239458,7 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L14" } ], "type": { @@ -235831,7 +239467,7 @@ } }, { - "id": 22301, + "id": 5761, "name": "updateReturnItemsStepId", "variant": "declaration", "kind": 32, @@ -235843,7 +239479,7 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L21" } ], "type": { @@ -235853,7 +239489,7 @@ "defaultValue": "\"update-return-items\"" }, { - "id": 22302, + "id": 5762, "name": "updateReturnItemsStep", "variant": "declaration", "kind": 64, @@ -235888,7 +239524,7 @@ }, "children": [ { - "id": 22305, + "id": 5765, "name": "__type", "variant": "declaration", "kind": 1024, @@ -235906,7 +239542,7 @@ } }, { - "id": 22306, + "id": 5766, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -235928,8 +239564,8 @@ { "title": "Properties", "children": [ - 22305, - 22306 + 5765, + 5766 ] } ], @@ -235938,12 +239574,12 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L33" } ], "signatures": [ { - "id": 22303, + "id": 5763, "name": "updateReturnItemsStep", "variant": "signature", "kind": 4096, @@ -235981,12 +239617,12 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L33" } ], "parameters": [ { - "id": 22304, + "id": 5764, "name": "input", "variant": "param", "kind": 32768, @@ -235996,7 +239632,7 @@ "types": [ { "type": "reference", - "target": 22296, + "target": 5756, "name": "UpdateReturnItemBySelector", "package": "@medusajs/core-flows" }, @@ -236009,7 +239645,7 @@ "typeArguments": [ { "type": "reference", - "target": 22296, + "target": 5756, "name": "UpdateReturnItemBySelector", "package": "@medusajs/core-flows" } @@ -236029,7 +239665,7 @@ ] }, { - "id": 22308, + "id": 5768, "name": "updateReturnsStepId", "variant": "declaration", "kind": 32, @@ -236041,7 +239677,7 @@ "fileName": "core-flows/src/order/steps/return/update-returns.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-returns.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-returns.ts#L13" } ], "type": { @@ -236051,7 +239687,7 @@ "defaultValue": "\"update-returns\"" }, { - "id": 22309, + "id": 5769, "name": "updateReturnsStep", "variant": "declaration", "kind": 64, @@ -236113,7 +239749,7 @@ }, "children": [ { - "id": 22312, + "id": 5772, "name": "__type", "variant": "declaration", "kind": 1024, @@ -236131,7 +239767,7 @@ } }, { - "id": 22313, + "id": 5773, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -236153,8 +239789,8 @@ { "title": "Properties", "children": [ - 22312, - 22313 + 5772, + 5773 ] } ], @@ -236163,12 +239799,12 @@ "fileName": "core-flows/src/order/steps/return/update-returns.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-returns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-returns.ts#L17" } ], "signatures": [ { - "id": 22310, + "id": 5770, "name": "updateReturnsStep", "variant": "signature", "kind": 4096, @@ -236233,12 +239869,12 @@ "fileName": "core-flows/src/order/steps/return/update-returns.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-returns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-returns.ts#L17" } ], "parameters": [ { - "id": 22311, + "id": 5771, "name": "input", "variant": "param", "kind": 32768, @@ -236248,7 +239884,7 @@ "types": [ { "type": "reference", - "target": 22307, + "target": 5767, "name": "UpdateReturnsStepInput", "package": "@medusajs/core-flows" }, @@ -236261,7 +239897,7 @@ "typeArguments": [ { "type": "reference", - "target": 22307, + "target": 5767, "name": "UpdateReturnsStepInput", "package": "@medusajs/core-flows" } @@ -236281,7 +239917,7 @@ ] }, { - "id": 22315, + "id": 5775, "name": "order", "variant": "declaration", "kind": 1024, @@ -236299,7 +239935,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L19" } ], "type": { @@ -236313,7 +239949,7 @@ } }, { - "id": 22316, + "id": 5776, "name": "item_tax_lines", "variant": "declaration", "kind": 1024, @@ -236331,7 +239967,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L23" } ], "type": { @@ -236348,7 +239984,7 @@ } }, { - "id": 22317, + "id": 5777, "name": "shipping_tax_lines", "variant": "declaration", "kind": 1024, @@ -236366,7 +240002,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L27" } ], "type": { @@ -236383,7 +240019,7 @@ } }, { - "id": 22318, + "id": 5778, "name": "setOrderTaxLinesForItemsStepId", "variant": "declaration", "kind": 32, @@ -236395,7 +240031,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L30" } ], "type": { @@ -236405,7 +240041,7 @@ "defaultValue": "\"set-order-tax-lines-for-items\"" }, { - "id": 22319, + "id": 5779, "name": "setOrderTaxLinesForItemsStep", "variant": "declaration", "kind": 64, @@ -236440,7 +240076,7 @@ }, "children": [ { - "id": 22322, + "id": 5782, "name": "__type", "variant": "declaration", "kind": 1024, @@ -236458,7 +240094,7 @@ } }, { - "id": 22323, + "id": 5783, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -236480,8 +240116,8 @@ { "title": "Properties", "children": [ - 22322, - 22323 + 5782, + 5783 ] } ], @@ -236490,12 +240126,12 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L58" } ], "signatures": [ { - "id": 22320, + "id": 5780, "name": "setOrderTaxLinesForItemsStep", "variant": "signature", "kind": 4096, @@ -236533,12 +240169,12 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L58" } ], "parameters": [ { - "id": 22321, + "id": 5781, "name": "input", "variant": "param", "kind": 32768, @@ -236548,7 +240184,7 @@ "types": [ { "type": "reference", - "target": 22314, + "target": 5774, "name": "SetOrderTaxLinesForItemsStepInput", "package": "@medusajs/core-flows" }, @@ -236561,7 +240197,7 @@ "typeArguments": [ { "type": "reference", - "target": 22314, + "target": 5774, "name": "SetOrderTaxLinesForItemsStepInput", "package": "@medusajs/core-flows" } @@ -236581,7 +240217,7 @@ ] }, { - "id": 22325, + "id": 5785, "name": "updateOrderChangeActionsStepId", "variant": "declaration", "kind": 32, @@ -236593,7 +240229,7 @@ "fileName": "core-flows/src/order/steps/update-order-change-actions.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L17" } ], "type": { @@ -236603,7 +240239,7 @@ "defaultValue": "\"update-order-change-actions\"" }, { - "id": 22326, + "id": 5786, "name": "updateOrderChangeActionsStep", "variant": "declaration", "kind": 64, @@ -236728,7 +240364,7 @@ }, "children": [ { - "id": 22335, + "id": 5795, "name": "__type", "variant": "declaration", "kind": 1024, @@ -236746,7 +240382,7 @@ } }, { - "id": 22336, + "id": 5796, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -236768,8 +240404,8 @@ { "title": "Properties", "children": [ - 22335, - 22336 + 5795, + 5796 ] } ], @@ -236778,12 +240414,12 @@ "fileName": "core-flows/src/order/steps/update-order-change-actions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L21" } ], "signatures": [ { - "id": 22327, + "id": 5787, "name": "updateOrderChangeActionsStep", "variant": "signature", "kind": 4096, @@ -236911,12 +240547,12 @@ "fileName": "core-flows/src/order/steps/update-order-change-actions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L21" } ], "parameters": [ { - "id": 22328, + "id": 5788, "name": "input", "variant": "param", "kind": 32768, @@ -236926,7 +240562,7 @@ "types": [ { "type": "reference", - "target": 22324, + "target": 5784, "name": "UpdateOrderChangeActionsStepInput", "package": "@medusajs/core-flows" }, @@ -236939,7 +240575,7 @@ "typeArguments": [ { "type": "reference", - "target": 22324, + "target": 5784, "name": "UpdateOrderChangeActionsStepInput", "package": "@medusajs/core-flows" } @@ -237029,14 +240665,14 @@ { "type": "reflection", "declaration": { - "id": 22329, + "id": 5789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22330, + "id": 5790, "name": "config", "variant": "declaration", "kind": 2048, @@ -237050,7 +240686,7 @@ ], "signatures": [ { - "id": 22331, + "id": 5791, "name": "config", "variant": "signature", "kind": 4096, @@ -237064,7 +240700,7 @@ ], "parameters": [ { - "id": 22332, + "id": 5792, "name": "config", "variant": "param", "kind": 32768, @@ -237075,14 +240711,14 @@ { "type": "reflection", "declaration": { - "id": 22333, + "id": 5793, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22334, + "id": 5794, "name": "name", "variant": "declaration", "kind": 1024, @@ -237106,7 +240742,7 @@ { "title": "Properties", "children": [ - 22334 + 5794 ] } ], @@ -237191,7 +240827,7 @@ { "title": "Methods", "children": [ - 22330 + 5790 ] } ], @@ -237233,7 +240869,7 @@ ] }, { - "id": 22338, + "id": 5798, "name": "updateOrderChangesStepId", "variant": "declaration", "kind": 32, @@ -237245,7 +240881,7 @@ "fileName": "core-flows/src/order/steps/update-order-changes.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-changes.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-changes.ts#L16" } ], "type": { @@ -237255,7 +240891,7 @@ "defaultValue": "\"update-order-changes\"" }, { - "id": 22339, + "id": 5799, "name": "updateOrderChangesStep", "variant": "declaration", "kind": 64, @@ -237317,7 +240953,7 @@ }, "children": [ { - "id": 22348, + "id": 5808, "name": "__type", "variant": "declaration", "kind": 1024, @@ -237335,7 +240971,7 @@ } }, { - "id": 22349, + "id": 5809, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -237357,8 +240993,8 @@ { "title": "Properties", "children": [ - 22348, - 22349 + 5808, + 5809 ] } ], @@ -237367,12 +241003,12 @@ "fileName": "core-flows/src/order/steps/update-order-changes.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-changes.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-changes.ts#L20" } ], "signatures": [ { - "id": 22340, + "id": 5800, "name": "updateOrderChangesStep", "variant": "signature", "kind": 4096, @@ -237437,12 +241073,12 @@ "fileName": "core-flows/src/order/steps/update-order-changes.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-changes.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-changes.ts#L20" } ], "parameters": [ { - "id": 22341, + "id": 5801, "name": "input", "variant": "param", "kind": 32768, @@ -237452,7 +241088,7 @@ "types": [ { "type": "reference", - "target": 22337, + "target": 5797, "name": "UpdateOrderChangesStepInput", "package": "@medusajs/core-flows" }, @@ -237465,7 +241101,7 @@ "typeArguments": [ { "type": "reference", - "target": 22337, + "target": 5797, "name": "UpdateOrderChangesStepInput", "package": "@medusajs/core-flows" } @@ -237555,14 +241191,14 @@ { "type": "reflection", "declaration": { - "id": 22342, + "id": 5802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22343, + "id": 5803, "name": "config", "variant": "declaration", "kind": 2048, @@ -237576,7 +241212,7 @@ ], "signatures": [ { - "id": 22344, + "id": 5804, "name": "config", "variant": "signature", "kind": 4096, @@ -237590,7 +241226,7 @@ ], "parameters": [ { - "id": 22345, + "id": 5805, "name": "config", "variant": "param", "kind": 32768, @@ -237601,14 +241237,14 @@ { "type": "reflection", "declaration": { - "id": 22346, + "id": 5806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22347, + "id": 5807, "name": "name", "variant": "declaration", "kind": 1024, @@ -237632,7 +241268,7 @@ { "title": "Properties", "children": [ - 22347 + 5807 ] } ], @@ -237717,7 +241353,7 @@ { "title": "Methods", "children": [ - 22343 + 5803 ] } ], @@ -237759,7 +241395,7 @@ ] }, { - "id": 22352, + "id": 5812, "name": "selector", "variant": "declaration", "kind": 1024, @@ -237777,7 +241413,7 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L19" } ], "type": { @@ -237791,7 +241427,7 @@ } }, { - "id": 22353, + "id": 5813, "name": "update", "variant": "declaration", "kind": 1024, @@ -237809,7 +241445,7 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L23" } ], "type": { @@ -237823,7 +241459,7 @@ } }, { - "id": 22354, + "id": 5814, "name": "updateOrdersStepId", "variant": "declaration", "kind": 32, @@ -237835,7 +241471,7 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L26" } ], "type": { @@ -237845,7 +241481,7 @@ "defaultValue": "\"update-orders\"" }, { - "id": 22355, + "id": 5815, "name": "updateOrdersStep", "variant": "declaration", "kind": 64, @@ -237880,7 +241516,7 @@ }, "children": [ { - "id": 22364, + "id": 5824, "name": "__type", "variant": "declaration", "kind": 1024, @@ -237898,7 +241534,7 @@ } }, { - "id": 22365, + "id": 5825, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -237920,8 +241556,8 @@ { "title": "Properties", "children": [ - 22364, - 22365 + 5824, + 5825 ] } ], @@ -237930,12 +241566,12 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L40" } ], "signatures": [ { - "id": 22356, + "id": 5816, "name": "updateOrdersStep", "variant": "signature", "kind": 4096, @@ -237973,12 +241609,12 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L40" } ], "parameters": [ { - "id": 22357, + "id": 5817, "name": "input", "variant": "param", "kind": 32768, @@ -237988,7 +241624,7 @@ "types": [ { "type": "reference", - "target": 22350, + "target": 5810, "name": "UpdateOrdersStepInput", "package": "@medusajs/core-flows" }, @@ -238001,7 +241637,7 @@ "typeArguments": [ { "type": "reference", - "target": 22350, + "target": 5810, "name": "UpdateOrdersStepInput", "package": "@medusajs/core-flows" } @@ -238091,14 +241727,14 @@ { "type": "reflection", "declaration": { - "id": 22358, + "id": 5818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22359, + "id": 5819, "name": "config", "variant": "declaration", "kind": 2048, @@ -238112,7 +241748,7 @@ ], "signatures": [ { - "id": 22360, + "id": 5820, "name": "config", "variant": "signature", "kind": 4096, @@ -238126,7 +241762,7 @@ ], "parameters": [ { - "id": 22361, + "id": 5821, "name": "config", "variant": "param", "kind": 32768, @@ -238137,14 +241773,14 @@ { "type": "reflection", "declaration": { - "id": 22362, + "id": 5822, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22363, + "id": 5823, "name": "name", "variant": "declaration", "kind": 1024, @@ -238168,7 +241804,7 @@ { "title": "Properties", "children": [ - 22363 + 5823 ] } ], @@ -238253,7 +241889,7 @@ { "title": "Methods", "children": [ - 22359 + 5819 ] } ], @@ -238295,7 +241931,7 @@ ] }, { - "id": 22367, + "id": 5827, "name": "updateOrderShippingMethodsStepId", "variant": "declaration", "kind": 32, @@ -238307,7 +241943,7 @@ "fileName": "core-flows/src/order/steps/update-shipping-methods.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L16" } ], "type": { @@ -238317,7 +241953,7 @@ "defaultValue": "\"update-order-shopping-methods\"" }, { - "id": 22368, + "id": 5828, "name": "updateOrderShippingMethodsStep", "variant": "declaration", "kind": 64, @@ -238370,7 +242006,7 @@ }, "children": [ { - "id": 22377, + "id": 5837, "name": "__type", "variant": "declaration", "kind": 1024, @@ -238388,7 +242024,7 @@ } }, { - "id": 22378, + "id": 5838, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -238410,8 +242046,8 @@ { "title": "Properties", "children": [ - 22377, - 22378 + 5837, + 5838 ] } ], @@ -238420,12 +242056,12 @@ "fileName": "core-flows/src/order/steps/update-shipping-methods.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L20" } ], "signatures": [ { - "id": 22369, + "id": 5829, "name": "updateOrderShippingMethodsStep", "variant": "signature", "kind": 4096, @@ -238481,12 +242117,12 @@ "fileName": "core-flows/src/order/steps/update-shipping-methods.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L20" } ], "parameters": [ { - "id": 22370, + "id": 5830, "name": "input", "variant": "param", "kind": 32768, @@ -238496,7 +242132,7 @@ "types": [ { "type": "reference", - "target": 22366, + "target": 5826, "name": "UpdateOrderShippingMethodsStepInput", "package": "@medusajs/core-flows" }, @@ -238509,7 +242145,7 @@ "typeArguments": [ { "type": "reference", - "target": 22366, + "target": 5826, "name": "UpdateOrderShippingMethodsStepInput", "package": "@medusajs/core-flows" } @@ -238599,14 +242235,14 @@ { "type": "reflection", "declaration": { - "id": 22371, + "id": 5831, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22372, + "id": 5832, "name": "config", "variant": "declaration", "kind": 2048, @@ -238620,7 +242256,7 @@ ], "signatures": [ { - "id": 22373, + "id": 5833, "name": "config", "variant": "signature", "kind": 4096, @@ -238634,7 +242270,7 @@ ], "parameters": [ { - "id": 22374, + "id": 5834, "name": "config", "variant": "param", "kind": 32768, @@ -238645,14 +242281,14 @@ { "type": "reflection", "declaration": { - "id": 22375, + "id": 5835, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22376, + "id": 5836, "name": "name", "variant": "declaration", "kind": 1024, @@ -238676,7 +242312,7 @@ { "title": "Properties", "children": [ - 22376 + 5836 ] } ], @@ -238761,7 +242397,7 @@ { "title": "Methods", "children": [ - 22372 + 5832 ] } ], @@ -238805,14 +242441,14 @@ ] }, { - "id": 16581, + "id": 41, "name": "Workflows_Order", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 22380, + "id": 5840, "name": "addOrderLineItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -238824,7 +242460,7 @@ "fileName": "core-flows/src/order/workflows/add-line-items.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/add-line-items.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/add-line-items.ts#L56" } ], "type": { @@ -238834,7 +242470,7 @@ "defaultValue": "\"order-add-line-items\"" }, { - "id": 22381, + "id": 5841, "name": "addOrderLineItemsWorkflow", "variant": "declaration", "kind": 64, @@ -238896,7 +242532,7 @@ }, "children": [ { - "id": 22389, + "id": 5849, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -238919,7 +242555,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22390, + "id": 5850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -238933,7 +242569,7 @@ ], "signatures": [ { - "id": 22391, + "id": 5851, "name": "__type", "variant": "signature", "kind": 4096, @@ -238961,7 +242597,7 @@ ], "parameters": [ { - "id": 22392, + "id": 5852, "name": "param0", "variant": "param", "kind": 32768, @@ -238977,14 +242613,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22393, + "id": 5853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22394, + "id": 5854, "name": "input", "variant": "declaration", "kind": 1024, @@ -239044,7 +242680,7 @@ { "title": "Properties", "children": [ - 22394 + 5854 ] } ], @@ -239101,7 +242737,7 @@ }, { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -239114,7 +242750,7 @@ "typeArguments": [ { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -239125,14 +242761,14 @@ { "type": "reflection", "declaration": { - "id": 22395, + "id": 5855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22396, + "id": 5856, "name": "config", "variant": "declaration", "kind": 2048, @@ -239146,7 +242782,7 @@ ], "signatures": [ { - "id": 22397, + "id": 5857, "name": "config", "variant": "signature", "kind": 4096, @@ -239160,7 +242796,7 @@ ], "parameters": [ { - "id": 22398, + "id": 5858, "name": "config", "variant": "param", "kind": 32768, @@ -239171,14 +242807,14 @@ { "type": "reflection", "declaration": { - "id": 22399, + "id": 5859, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22400, + "id": 5860, "name": "name", "variant": "declaration", "kind": 1024, @@ -239202,7 +242838,7 @@ { "title": "Properties", "children": [ - 22400 + 5860 ] } ], @@ -239265,7 +242901,7 @@ "typeArguments": [ { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -239281,7 +242917,7 @@ { "title": "Methods", "children": [ - 22396 + 5856 ] } ], @@ -239303,7 +242939,7 @@ "typeArguments": [ { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" } @@ -239319,7 +242955,7 @@ } }, { - "id": 22401, + "id": 5861, "name": "run", "variant": "declaration", "kind": 1024, @@ -239342,7 +242978,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22402, + "id": 5862, "name": "__type", "variant": "declaration", "kind": 65536, @@ -239356,7 +242992,7 @@ ], "signatures": [ { - "id": 22403, + "id": 5863, "name": "__type", "variant": "signature", "kind": 4096, @@ -239384,7 +243020,7 @@ ], "typeParameters": [ { - "id": 22404, + "id": 5864, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -239395,7 +243031,7 @@ } }, { - "id": 22405, + "id": 5865, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -239408,7 +243044,7 @@ ], "parameters": [ { - "id": 22406, + "id": 5866, "name": "args", "variant": "param", "kind": 32768, @@ -239441,7 +243077,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -239461,7 +243097,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -239494,7 +243130,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -239505,13 +243141,13 @@ }, "trueType": { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -239531,7 +243167,7 @@ } }, { - "id": 22407, + "id": 5867, "name": "getName", "variant": "declaration", "kind": 1024, @@ -239554,7 +243190,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22408, + "id": 5868, "name": "__type", "variant": "declaration", "kind": 65536, @@ -239568,7 +243204,7 @@ ], "signatures": [ { - "id": 22409, + "id": 5869, "name": "__type", "variant": "signature", "kind": 4096, @@ -239590,7 +243226,7 @@ } }, { - "id": 22410, + "id": 5870, "name": "config", "variant": "declaration", "kind": 1024, @@ -239613,7 +243249,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22411, + "id": 5871, "name": "__type", "variant": "declaration", "kind": 65536, @@ -239627,7 +243263,7 @@ ], "signatures": [ { - "id": 22412, + "id": 5872, "name": "__type", "variant": "signature", "kind": 4096, @@ -239641,7 +243277,7 @@ ], "parameters": [ { - "id": 22413, + "id": 5873, "name": "config", "variant": "param", "kind": 32768, @@ -239667,7 +243303,7 @@ } }, { - "id": 22414, + "id": 5874, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -239695,7 +243331,7 @@ ], "documents": [ { - "id": 37464, + "id": 20951, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -239711,6 +243347,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -239721,7 +243366,7 @@ "frontmatter": {} }, { - "id": 37465, + "id": 20952, "name": "findSalesChannelStep", "variant": "document", "kind": 8388608, @@ -239737,6 +243382,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "591" + } + ] } ], "modifierTags": [ @@ -239747,7 +243401,7 @@ "frontmatter": {} }, { - "id": 37466, + "id": 20953, "name": "findOneOrAnyRegionStep", "variant": "document", "kind": 8388608, @@ -239763,6 +243417,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "546" + } + ] } ], "modifierTags": [ @@ -239773,7 +243436,7 @@ "frontmatter": {} }, { - "id": 37467, + "id": 20954, "name": "findOrCreateCustomerStep", "variant": "document", "kind": 8388608, @@ -239789,6 +243452,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "574" + } + ] } ], "modifierTags": [ @@ -239799,7 +243471,7 @@ "frontmatter": {} }, { - "id": 37468, + "id": 20955, "name": "when", "variant": "document", "kind": 8388608, @@ -239834,7 +243506,7 @@ "frontmatter": {}, "children": [ { - "id": 37469, + "id": 20956, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -239850,6 +243522,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -239862,7 +243543,7 @@ ] }, { - "id": 37470, + "id": 20957, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -239878,6 +243559,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -239888,7 +243578,7 @@ "frontmatter": {} }, { - "id": 37471, + "id": 20958, "name": "confirmVariantInventoryWorkflow", "variant": "document", "kind": 8388608, @@ -239904,6 +243594,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1285" + } + ] } ], "modifierTags": [ @@ -239914,7 +243613,7 @@ "frontmatter": {} }, { - "id": 37472, + "id": 20959, "name": "validateLineItemPricesStep", "variant": "document", "kind": 8388608, @@ -239930,6 +243629,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1073" + } + ] } ], "modifierTags": [ @@ -239940,7 +243648,7 @@ "frontmatter": {} }, { - "id": 37473, + "id": 20960, "name": "createOrderLineItemsStep", "variant": "document", "kind": 8388608, @@ -239956,6 +243664,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5414" + } + ] } ], "modifierTags": [ @@ -239967,21 +243684,21 @@ } ], "childrenIncludingDocuments": [ - 22389, - 22401, - 22407, - 22410, - 22414 + 5849, + 5861, + 5867, + 5870, + 5874 ], "groups": [ { "title": "Properties", "children": [ - 22389, - 22401, - 22407, - 22410, - 22414 + 5849, + 5861, + 5867, + 5870, + 5874 ] } ], @@ -239990,12 +243707,12 @@ "fileName": "core-flows/src/order/workflows/add-line-items.ts", "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/add-line-items.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/add-line-items.ts#L82" } ], "signatures": [ { - "id": 22382, + "id": 5842, "name": "addOrderLineItemsWorkflow", "variant": "signature", "kind": 4096, @@ -240060,12 +243777,12 @@ "fileName": "core-flows/src/order/workflows/add-line-items.ts", "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/add-line-items.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/add-line-items.ts#L82" } ], "typeParameters": [ { - "id": 22383, + "id": 5843, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -240076,7 +243793,7 @@ } }, { - "id": 22384, + "id": 5844, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -240089,7 +243806,7 @@ ], "parameters": [ { - "id": 22385, + "id": 5845, "name": "container", "variant": "param", "kind": 32768, @@ -240113,14 +243830,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22386, + "id": 5846, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22387, + "id": 5847, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -240143,7 +243860,7 @@ } }, { - "id": 22388, + "id": 5848, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -240170,8 +243887,8 @@ { "title": "Properties", "children": [ - 22387, - 22388 + 5847, + 5848 ] } ], @@ -240251,20 +243968,20 @@ }, { "type": "reference", - "target": 22379, + "target": 5839, "name": "OrderAddLineItemWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -240279,7 +243996,7 @@ ] }, { - "id": 22417, + "id": 5877, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -240297,7 +244014,7 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L19" } ], "type": { @@ -240309,7 +244026,7 @@ } }, { - "id": 22419, + "id": 5879, "name": "archiveOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -240321,7 +244038,7 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L27" } ], "type": { @@ -240331,7 +244048,7 @@ "defaultValue": "\"archive-order-workflow\"" }, { - "id": 22420, + "id": 5880, "name": "archiveOrderWorkflow", "variant": "declaration", "kind": 64, @@ -240375,7 +244092,7 @@ }, "children": [ { - "id": 22428, + "id": 5888, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -240398,7 +244115,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22429, + "id": 5889, "name": "__type", "variant": "declaration", "kind": 65536, @@ -240412,7 +244129,7 @@ ], "signatures": [ { - "id": 22430, + "id": 5890, "name": "__type", "variant": "signature", "kind": 4096, @@ -240440,7 +244157,7 @@ ], "parameters": [ { - "id": 22431, + "id": 5891, "name": "param0", "variant": "param", "kind": 32768, @@ -240456,14 +244173,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22432, + "id": 5892, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22433, + "id": 5893, "name": "input", "variant": "declaration", "kind": 1024, @@ -240488,7 +244205,7 @@ "types": [ { "type": "reference", - "target": 22415, + "target": 5875, "name": "ArchiveOrdersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -240501,7 +244218,7 @@ "typeArguments": [ { "type": "reference", - "target": 22415, + "target": 5875, "name": "ArchiveOrdersWorkflowInput", "package": "@medusajs/core-flows" } @@ -240517,7 +244234,7 @@ { "title": "Properties", "children": [ - 22433 + 5893 ] } ], @@ -240574,7 +244291,7 @@ }, { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -240587,7 +244304,7 @@ "typeArguments": [ { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" } @@ -240598,14 +244315,14 @@ { "type": "reflection", "declaration": { - "id": 22434, + "id": 5894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22435, + "id": 5895, "name": "config", "variant": "declaration", "kind": 2048, @@ -240619,7 +244336,7 @@ ], "signatures": [ { - "id": 22436, + "id": 5896, "name": "config", "variant": "signature", "kind": 4096, @@ -240633,7 +244350,7 @@ ], "parameters": [ { - "id": 22437, + "id": 5897, "name": "config", "variant": "param", "kind": 32768, @@ -240644,14 +244361,14 @@ { "type": "reflection", "declaration": { - "id": 22438, + "id": 5898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22439, + "id": 5899, "name": "name", "variant": "declaration", "kind": 1024, @@ -240675,7 +244392,7 @@ { "title": "Properties", "children": [ - 22439 + 5899 ] } ], @@ -240738,7 +244455,7 @@ "typeArguments": [ { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" } @@ -240754,7 +244471,7 @@ { "title": "Methods", "children": [ - 22435 + 5895 ] } ], @@ -240776,7 +244493,7 @@ "typeArguments": [ { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" } @@ -240792,7 +244509,7 @@ } }, { - "id": 22440, + "id": 5900, "name": "run", "variant": "declaration", "kind": 1024, @@ -240815,7 +244532,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22441, + "id": 5901, "name": "__type", "variant": "declaration", "kind": 65536, @@ -240829,7 +244546,7 @@ ], "signatures": [ { - "id": 22442, + "id": 5902, "name": "__type", "variant": "signature", "kind": 4096, @@ -240857,7 +244574,7 @@ ], "typeParameters": [ { - "id": 22443, + "id": 5903, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -240868,7 +244585,7 @@ } }, { - "id": 22444, + "id": 5904, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -240881,7 +244598,7 @@ ], "parameters": [ { - "id": 22445, + "id": 5905, "name": "args", "variant": "param", "kind": 32768, @@ -240914,7 +244631,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -240925,13 +244642,13 @@ }, "trueType": { "type": "reference", - "target": 22415, + "target": 5875, "name": "ArchiveOrdersWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -240964,7 +244681,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -240975,13 +244692,13 @@ }, "trueType": { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -241001,7 +244718,7 @@ } }, { - "id": 22446, + "id": 5906, "name": "getName", "variant": "declaration", "kind": 1024, @@ -241024,7 +244741,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22447, + "id": 5907, "name": "__type", "variant": "declaration", "kind": 65536, @@ -241038,7 +244755,7 @@ ], "signatures": [ { - "id": 22448, + "id": 5908, "name": "__type", "variant": "signature", "kind": 4096, @@ -241060,7 +244777,7 @@ } }, { - "id": 22449, + "id": 5909, "name": "config", "variant": "declaration", "kind": 1024, @@ -241083,7 +244800,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22450, + "id": 5910, "name": "__type", "variant": "declaration", "kind": 65536, @@ -241097,7 +244814,7 @@ ], "signatures": [ { - "id": 22451, + "id": 5911, "name": "__type", "variant": "signature", "kind": 4096, @@ -241111,7 +244828,7 @@ ], "parameters": [ { - "id": 22452, + "id": 5912, "name": "config", "variant": "param", "kind": 32768, @@ -241137,7 +244854,7 @@ } }, { - "id": 22453, + "id": 5913, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -241165,7 +244882,7 @@ ], "documents": [ { - "id": 37474, + "id": 20961, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -241181,6 +244898,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -241191,7 +244917,7 @@ "frontmatter": {} }, { - "id": 37475, + "id": 20962, "name": "archiveOrdersStep", "variant": "document", "kind": 8388608, @@ -241207,6 +244933,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5309" + } + ] } ], "modifierTags": [ @@ -241218,21 +244953,21 @@ } ], "childrenIncludingDocuments": [ - 22428, - 22440, - 22446, - 22449, - 22453 + 5888, + 5900, + 5906, + 5909, + 5913 ], "groups": [ { "title": "Properties", "children": [ - 22428, - 22440, - 22446, - 22449, - 22453 + 5888, + 5900, + 5906, + 5909, + 5913 ] } ], @@ -241241,12 +244976,12 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L46" } ], "signatures": [ { - "id": 22421, + "id": 5881, "name": "archiveOrderWorkflow", "variant": "signature", "kind": 4096, @@ -241293,12 +245028,12 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L46" } ], "typeParameters": [ { - "id": 22422, + "id": 5882, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -241309,7 +245044,7 @@ } }, { - "id": 22423, + "id": 5883, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -241322,7 +245057,7 @@ ], "parameters": [ { - "id": 22424, + "id": 5884, "name": "container", "variant": "param", "kind": 32768, @@ -241346,14 +245081,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22425, + "id": 5885, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22426, + "id": 5886, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -241376,7 +245111,7 @@ } }, { - "id": 22427, + "id": 5887, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -241403,8 +245138,8 @@ { "title": "Properties", "children": [ - 22426, - 22427 + 5886, + 5887 ] } ], @@ -241475,26 +245210,26 @@ "typeArguments": [ { "type": "reference", - "target": 22415, + "target": 5875, "name": "ArchiveOrdersWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 22418, + "target": 5878, "name": "ArchiveOrdersWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -241509,7 +245244,7 @@ ] }, { - "id": 22456, + "id": 5916, "name": "order", "variant": "declaration", "kind": 1024, @@ -241527,7 +245262,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L40" } ], "type": { @@ -241541,7 +245276,7 @@ } }, { - "id": 22457, + "id": 5917, "name": "input", "variant": "declaration", "kind": 1024, @@ -241559,7 +245294,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L44" } ], "type": { @@ -241574,7 +245309,7 @@ } }, { - "id": 22458, + "id": 5918, "name": "cancelValidateOrder", "variant": "declaration", "kind": 64, @@ -241609,7 +245344,7 @@ }, "children": [ { - "id": 22467, + "id": 5927, "name": "__type", "variant": "declaration", "kind": 1024, @@ -241627,7 +245362,7 @@ } }, { - "id": 22468, + "id": 5928, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -241649,8 +245384,8 @@ { "title": "Properties", "children": [ - 22467, - 22468 + 5927, + 5928 ] } ], @@ -241659,12 +245394,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L69" } ], "signatures": [ { - "id": 22459, + "id": 5919, "name": "cancelValidateOrder", "variant": "signature", "kind": 4096, @@ -241702,12 +245437,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L69" } ], "parameters": [ { - "id": 22460, + "id": 5920, "name": "input", "variant": "param", "kind": 32768, @@ -241717,7 +245452,7 @@ "types": [ { "type": "reference", - "target": 22454, + "target": 5914, "name": "CancelValidateOrderStepInput", "package": "@medusajs/core-flows" }, @@ -241730,7 +245465,7 @@ "typeArguments": [ { "type": "reference", - "target": 22454, + "target": 5914, "name": "CancelValidateOrderStepInput", "package": "@medusajs/core-flows" } @@ -241763,14 +245498,14 @@ { "type": "reflection", "declaration": { - "id": 22461, + "id": 5921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22462, + "id": 5922, "name": "config", "variant": "declaration", "kind": 2048, @@ -241784,7 +245519,7 @@ ], "signatures": [ { - "id": 22463, + "id": 5923, "name": "config", "variant": "signature", "kind": 4096, @@ -241798,7 +245533,7 @@ ], "parameters": [ { - "id": 22464, + "id": 5924, "name": "config", "variant": "param", "kind": 32768, @@ -241809,14 +245544,14 @@ { "type": "reflection", "declaration": { - "id": 22465, + "id": 5925, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22466, + "id": 5926, "name": "name", "variant": "declaration", "kind": 1024, @@ -241840,7 +245575,7 @@ { "title": "Properties", "children": [ - 22466 + 5926 ] } ], @@ -241917,7 +245652,7 @@ { "title": "Methods", "children": [ - 22462 + 5922 ] } ], @@ -241951,7 +245686,7 @@ ] }, { - "id": 22469, + "id": 5929, "name": "cancelOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -241963,7 +245698,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 100, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L100" } ], "type": { @@ -241973,7 +245708,7 @@ "defaultValue": "\"cancel-order\"" }, { - "id": 22470, + "id": 5930, "name": "cancelOrderWorkflow", "variant": "declaration", "kind": 64, @@ -242017,7 +245752,7 @@ }, "children": [ { - "id": 22478, + "id": 5938, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -242040,7 +245775,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22479, + "id": 5939, "name": "__type", "variant": "declaration", "kind": 65536, @@ -242054,7 +245789,7 @@ ], "signatures": [ { - "id": 22480, + "id": 5940, "name": "__type", "variant": "signature", "kind": 4096, @@ -242082,7 +245817,7 @@ ], "parameters": [ { - "id": 22481, + "id": 5941, "name": "param0", "variant": "param", "kind": 32768, @@ -242098,14 +245833,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22482, + "id": 5942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22483, + "id": 5943, "name": "input", "variant": "declaration", "kind": 1024, @@ -242165,7 +245900,7 @@ { "title": "Properties", "children": [ - 22483 + 5943 ] } ], @@ -242190,7 +245925,7 @@ } }, { - "id": 22484, + "id": 5944, "name": "run", "variant": "declaration", "kind": 1024, @@ -242213,7 +245948,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22485, + "id": 5945, "name": "__type", "variant": "declaration", "kind": 65536, @@ -242227,7 +245962,7 @@ ], "signatures": [ { - "id": 22486, + "id": 5946, "name": "__type", "variant": "signature", "kind": 4096, @@ -242255,7 +245990,7 @@ ], "typeParameters": [ { - "id": 22487, + "id": 5947, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -242266,7 +246001,7 @@ } }, { - "id": 22488, + "id": 5948, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -242279,7 +246014,7 @@ ], "parameters": [ { - "id": 22489, + "id": 5949, "name": "args", "variant": "param", "kind": 32768, @@ -242312,7 +246047,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242332,7 +246067,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242365,7 +246100,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242380,7 +246115,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242400,7 +246135,7 @@ } }, { - "id": 22490, + "id": 5950, "name": "getName", "variant": "declaration", "kind": 1024, @@ -242423,7 +246158,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22491, + "id": 5951, "name": "__type", "variant": "declaration", "kind": 65536, @@ -242437,7 +246172,7 @@ ], "signatures": [ { - "id": 22492, + "id": 5952, "name": "__type", "variant": "signature", "kind": 4096, @@ -242459,7 +246194,7 @@ } }, { - "id": 22493, + "id": 5953, "name": "config", "variant": "declaration", "kind": 1024, @@ -242482,7 +246217,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22494, + "id": 5954, "name": "__type", "variant": "declaration", "kind": 65536, @@ -242496,7 +246231,7 @@ ], "signatures": [ { - "id": 22495, + "id": 5955, "name": "__type", "variant": "signature", "kind": 4096, @@ -242510,7 +246245,7 @@ ], "parameters": [ { - "id": 22496, + "id": 5956, "name": "config", "variant": "param", "kind": 32768, @@ -242536,7 +246271,7 @@ } }, { - "id": 22497, + "id": 5957, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -242559,14 +246294,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22498, + "id": 5958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22499, + "id": 5959, "name": "orderCanceled", "variant": "declaration", "kind": 1024, @@ -242574,7 +246309,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22500, + "id": 5960, "name": "__type", "variant": "declaration", "kind": 65536, @@ -242588,7 +246323,7 @@ ], "signatures": [ { - "id": 22501, + "id": 5961, "name": "__type", "variant": "signature", "kind": 4096, @@ -242602,14 +246337,14 @@ ], "typeParameters": [ { - "id": 22502, + "id": 5962, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 22503, + "id": 5963, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -242618,7 +246353,7 @@ ], "parameters": [ { - "id": 22504, + "id": 5964, "name": "invoke", "variant": "param", "kind": 32768, @@ -242633,14 +246368,14 @@ { "type": "reflection", "declaration": { - "id": 22505, + "id": 5965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22506, + "id": 5966, "name": "order", "variant": "declaration", "kind": 1024, @@ -242650,7 +246385,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" } ], "type": { @@ -242663,7 +246398,7 @@ { "title": "Properties", "children": [ - 22506 + 5966 ] } ], @@ -242672,21 +246407,21 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 219, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L219" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242697,7 +246432,7 @@ } }, { - "id": 22507, + "id": 5967, "name": "compensate", "variant": "param", "kind": 32768, @@ -242713,7 +246448,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -242732,13 +246467,86 @@ ] } } + }, + { + "id": 20971, + "name": "orderCanceled", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the order is canceled. You can consume this hook to perform custom actions on the canceled order." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { cancelOrderWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncancelOrderWorkflow.hooks.orderCanceled(\n\t(async ({ order }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20972, + "name": "orderCanceled", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20973, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 5965, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 22499 + 5959 + ] + }, + { + "title": "Functions", + "children": [ + 20971 ] } ], @@ -242755,7 +246563,7 @@ ], "documents": [ { - "id": 37476, + "id": 20963, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -242771,6 +246579,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -242781,7 +246598,7 @@ "frontmatter": {} }, { - "id": 37477, + "id": 20964, "name": "cancelValidateOrder", "variant": "document", "kind": 8388608, @@ -242797,6 +246614,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5918" + } + ] } ], "modifierTags": [ @@ -242807,7 +246633,7 @@ "frontmatter": {} }, { - "id": 37478, + "id": 20965, "name": "deleteReservationsByLineItemsStep", "variant": "document", "kind": 8388608, @@ -242823,6 +246649,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18744" + } + ] } ], "modifierTags": [ @@ -242833,7 +246668,7 @@ "frontmatter": {} }, { - "id": 37479, + "id": 20966, "name": "cancelPaymentStep", "variant": "document", "kind": 8388608, @@ -242849,6 +246684,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14310" + } + ] } ], "modifierTags": [ @@ -242859,7 +246703,7 @@ "frontmatter": {} }, { - "id": 37480, + "id": 20967, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -242875,6 +246719,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -242885,7 +246738,7 @@ "frontmatter": {} }, { - "id": 37481, + "id": 20968, "name": "when", "variant": "document", "kind": 8388608, @@ -242920,7 +246773,7 @@ "frontmatter": {}, "children": [ { - "id": 37482, + "id": 20969, "name": "updatePaymentCollectionStep", "variant": "document", "kind": 8388608, @@ -242936,6 +246789,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14696" + } + ] } ], "modifierTags": [ @@ -242948,7 +246810,7 @@ ] }, { - "id": 37483, + "id": 20970, "name": "cancelOrdersStep", "variant": "document", "kind": 8388608, @@ -242964,6 +246826,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5337" + } + ] } ], "modifierTags": [ @@ -242974,7 +246845,7 @@ "frontmatter": {} }, { - "id": 37487, + "id": 20974, "name": "orderCanceled", "variant": "document", "kind": 8388608, @@ -242990,6 +246861,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20971" + } + ] } ], "modifierTags": [ @@ -243001,21 +246881,21 @@ } ], "childrenIncludingDocuments": [ - 22478, - 22484, - 22490, - 22493, - 22497 + 5938, + 5944, + 5950, + 5953, + 5957 ], "groups": [ { "title": "Properties", "children": [ - 22478, - 22484, - 22490, - 22493, - 22497 + 5938, + 5944, + 5950, + 5953, + 5957 ] } ], @@ -243024,12 +246904,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L127" } ], "signatures": [ { - "id": 22471, + "id": 5931, "name": "cancelOrderWorkflow", "variant": "signature", "kind": 4096, @@ -243076,12 +246956,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L127" } ], "typeParameters": [ { - "id": 22472, + "id": 5932, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -243092,7 +246972,7 @@ } }, { - "id": 22473, + "id": 5933, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -243105,7 +246985,7 @@ ], "parameters": [ { - "id": 22474, + "id": 5934, "name": "container", "variant": "param", "kind": 32768, @@ -243129,14 +247009,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22475, + "id": 5935, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22476, + "id": 5936, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -243159,7 +247039,7 @@ } }, { - "id": 22477, + "id": 5937, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -243186,8 +247066,8 @@ { "title": "Properties", "children": [ - 22476, - 22477 + 5936, + 5937 ] } ], @@ -243271,14 +247151,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -243293,14 +247173,14 @@ ] }, { - "id": 22505, + "id": 5965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22506, + "id": 5966, "name": "order", "variant": "declaration", "kind": 1024, @@ -243310,7 +247190,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" } ], "type": { @@ -243323,7 +247203,7 @@ { "title": "Properties", "children": [ - 22506 + 5966 ] } ], @@ -243332,12 +247212,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 219, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L219" } ] }, { - "id": 22506, + "id": 5966, "name": "order", "variant": "declaration", "kind": 1024, @@ -243347,7 +247227,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L220" } ], "type": { @@ -243356,7 +247236,7 @@ } }, { - "id": 22508, + "id": 5968, "name": "cancelOrderChangeWorkflowId", "variant": "declaration", "kind": 32, @@ -243368,7 +247248,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-change.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L5" } ], "type": { @@ -243378,7 +247258,7 @@ "defaultValue": "\"cancel-order-change\"" }, { - "id": 22509, + "id": 5969, "name": "cancelOrderChangeWorkflow", "variant": "declaration", "kind": 64, @@ -243413,7 +247293,7 @@ }, "children": [ { - "id": 22517, + "id": 5977, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -243436,7 +247316,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22518, + "id": 5978, "name": "__type", "variant": "declaration", "kind": 65536, @@ -243450,7 +247330,7 @@ ], "signatures": [ { - "id": 22519, + "id": 5979, "name": "__type", "variant": "signature", "kind": 4096, @@ -243478,7 +247358,7 @@ ], "parameters": [ { - "id": 22520, + "id": 5980, "name": "param0", "variant": "param", "kind": 32768, @@ -243494,14 +247374,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22521, + "id": 5981, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22522, + "id": 5982, "name": "input", "variant": "declaration", "kind": 1024, @@ -243561,7 +247441,7 @@ { "title": "Properties", "children": [ - 22522 + 5982 ] } ], @@ -243597,14 +247477,14 @@ { "type": "reflection", "declaration": { - "id": 22523, + "id": 5983, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22524, + "id": 5984, "name": "config", "variant": "declaration", "kind": 2048, @@ -243618,7 +247498,7 @@ ], "signatures": [ { - "id": 22525, + "id": 5985, "name": "config", "variant": "signature", "kind": 4096, @@ -243632,7 +247512,7 @@ ], "parameters": [ { - "id": 22526, + "id": 5986, "name": "config", "variant": "param", "kind": 32768, @@ -243643,14 +247523,14 @@ { "type": "reflection", "declaration": { - "id": 22527, + "id": 5987, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22528, + "id": 5988, "name": "name", "variant": "declaration", "kind": 1024, @@ -243674,7 +247554,7 @@ { "title": "Properties", "children": [ - 22528 + 5988 ] } ], @@ -243751,7 +247631,7 @@ { "title": "Methods", "children": [ - 22524 + 5984 ] } ], @@ -243787,7 +247667,7 @@ } }, { - "id": 22529, + "id": 5989, "name": "run", "variant": "declaration", "kind": 1024, @@ -243810,7 +247690,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22530, + "id": 5990, "name": "__type", "variant": "declaration", "kind": 65536, @@ -243824,7 +247704,7 @@ ], "signatures": [ { - "id": 22531, + "id": 5991, "name": "__type", "variant": "signature", "kind": 4096, @@ -243852,7 +247732,7 @@ ], "typeParameters": [ { - "id": 22532, + "id": 5992, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -243863,7 +247743,7 @@ } }, { - "id": 22533, + "id": 5993, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -243876,7 +247756,7 @@ ], "parameters": [ { - "id": 22534, + "id": 5994, "name": "args", "variant": "param", "kind": 32768, @@ -243909,7 +247789,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -243929,7 +247809,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -243962,7 +247842,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -243977,7 +247857,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -243997,7 +247877,7 @@ } }, { - "id": 22535, + "id": 5995, "name": "getName", "variant": "declaration", "kind": 1024, @@ -244020,7 +247900,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22536, + "id": 5996, "name": "__type", "variant": "declaration", "kind": 65536, @@ -244034,7 +247914,7 @@ ], "signatures": [ { - "id": 22537, + "id": 5997, "name": "__type", "variant": "signature", "kind": 4096, @@ -244056,7 +247936,7 @@ } }, { - "id": 22538, + "id": 5998, "name": "config", "variant": "declaration", "kind": 1024, @@ -244079,7 +247959,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22539, + "id": 5999, "name": "__type", "variant": "declaration", "kind": 65536, @@ -244093,7 +247973,7 @@ ], "signatures": [ { - "id": 22540, + "id": 6000, "name": "__type", "variant": "signature", "kind": 4096, @@ -244107,7 +247987,7 @@ ], "parameters": [ { - "id": 22541, + "id": 6001, "name": "config", "variant": "param", "kind": 32768, @@ -244133,7 +248013,7 @@ } }, { - "id": 22542, + "id": 6002, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -244156,7 +248036,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22543, + "id": 6003, "name": "__type", "variant": "declaration", "kind": 65536, @@ -244170,14 +248050,14 @@ ], "indexSignatures": [ { - "id": 22544, + "id": 6004, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 22545, + "id": 6005, "name": "key", "variant": "param", "kind": 32768, @@ -244191,7 +248071,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22546, + "id": 6006, "name": "__type", "variant": "declaration", "kind": 65536, @@ -244205,7 +248085,7 @@ ], "signatures": [ { - "id": 22547, + "id": 6007, "name": "__type", "variant": "signature", "kind": 4096, @@ -244219,14 +248099,14 @@ ], "typeParameters": [ { - "id": 22548, + "id": 6008, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 22549, + "id": 6009, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -244235,7 +248115,7 @@ ], "parameters": [ { - "id": 22550, + "id": 6010, "name": "invoke", "variant": "param", "kind": 32768, @@ -244253,14 +248133,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -244271,7 +248151,7 @@ } }, { - "id": 22551, + "id": 6011, "name": "compensate", "variant": "param", "kind": 32768, @@ -244287,7 +248167,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -244314,7 +248194,7 @@ ], "documents": [ { - "id": 37488, + "id": 20975, "name": "cancelOrderChangeStep", "variant": "document", "kind": 8388608, @@ -244330,6 +248210,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5327" + } + ] } ], "modifierTags": [ @@ -244341,21 +248230,21 @@ } ], "childrenIncludingDocuments": [ - 22517, - 22529, - 22535, - 22538, - 22542 + 5977, + 5989, + 5995, + 5998, + 6002 ], "groups": [ { "title": "Properties", "children": [ - 22517, - 22529, - 22535, - 22538, - 22542 + 5977, + 5989, + 5995, + 5998, + 6002 ] } ], @@ -244364,12 +248253,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-change.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L16" } ], "signatures": [ { - "id": 22510, + "id": 5970, "name": "cancelOrderChangeWorkflow", "variant": "signature", "kind": 4096, @@ -244407,12 +248296,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-change.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-change.ts#L16" } ], "typeParameters": [ { - "id": 22511, + "id": 5971, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -244423,7 +248312,7 @@ } }, { - "id": 22512, + "id": 5972, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -244436,7 +248325,7 @@ ], "parameters": [ { - "id": 22513, + "id": 5973, "name": "container", "variant": "param", "kind": 32768, @@ -244460,14 +248349,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22514, + "id": 5974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22515, + "id": 5975, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -244490,7 +248379,7 @@ } }, { - "id": 22516, + "id": 5976, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -244517,8 +248406,8 @@ { "title": "Properties", "children": [ - 22515, - 22516 + 5975, + 5976 ] } ], @@ -244602,14 +248491,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -244624,7 +248513,7 @@ ] }, { - "id": 22556, + "id": 6016, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -244642,7 +248531,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" } ], "type": { @@ -244659,7 +248548,7 @@ } }, { - "id": 22554, + "id": 6014, "name": "order", "variant": "declaration", "kind": 1024, @@ -244677,7 +248566,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" } ], "type": { @@ -244695,14 +248584,14 @@ { "type": "reflection", "declaration": { - "id": 22555, + "id": 6015, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22556, + "id": 6016, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -244720,7 +248609,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" } ], "type": { @@ -244741,7 +248630,7 @@ { "title": "Properties", "children": [ - 22556 + 6016 ] } ], @@ -244750,7 +248639,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 38, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" } ] } @@ -244759,7 +248648,7 @@ } }, { - "id": 22557, + "id": 6017, "name": "input", "variant": "declaration", "kind": 1024, @@ -244777,7 +248666,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L47" } ], "type": { @@ -244792,7 +248681,7 @@ } }, { - "id": 22558, + "id": 6018, "name": "cancelOrderFulfillmentValidateOrder", "variant": "declaration", "kind": 64, @@ -244827,7 +248716,7 @@ }, "children": [ { - "id": 22567, + "id": 6027, "name": "__type", "variant": "declaration", "kind": 1024, @@ -244845,7 +248734,7 @@ } }, { - "id": 22568, + "id": 6028, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -244867,8 +248756,8 @@ { "title": "Properties", "children": [ - 22567, - 22568 + 6027, + 6028 ] } ], @@ -244877,12 +248766,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 79, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L79" } ], "signatures": [ { - "id": 22559, + "id": 6019, "name": "cancelOrderFulfillmentValidateOrder", "variant": "signature", "kind": 4096, @@ -244920,12 +248809,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 79, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L79" } ], "parameters": [ { - "id": 22560, + "id": 6020, "name": "input", "variant": "param", "kind": 32768, @@ -244935,7 +248824,7 @@ "types": [ { "type": "reference", - "target": 22552, + "target": 6012, "name": "CancelOrderFulfillmentValidateOrderStep", "package": "@medusajs/core-flows" }, @@ -244948,7 +248837,7 @@ "typeArguments": [ { "type": "reference", - "target": 22552, + "target": 6012, "name": "CancelOrderFulfillmentValidateOrderStep", "package": "@medusajs/core-flows" } @@ -244981,14 +248870,14 @@ { "type": "reflection", "declaration": { - "id": 22561, + "id": 6021, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22562, + "id": 6022, "name": "config", "variant": "declaration", "kind": 2048, @@ -245002,7 +248891,7 @@ ], "signatures": [ { - "id": 22563, + "id": 6023, "name": "config", "variant": "signature", "kind": 4096, @@ -245016,7 +248905,7 @@ ], "parameters": [ { - "id": 22564, + "id": 6024, "name": "config", "variant": "param", "kind": 32768, @@ -245027,14 +248916,14 @@ { "type": "reflection", "declaration": { - "id": 22565, + "id": 6025, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22566, + "id": 6026, "name": "name", "variant": "declaration", "kind": 1024, @@ -245058,7 +248947,7 @@ { "title": "Properties", "children": [ - 22566 + 6026 ] } ], @@ -245135,7 +249024,7 @@ { "title": "Methods", "children": [ - 22562 + 6022 ] } ], @@ -245169,7 +249058,7 @@ ] }, { - "id": 22570, + "id": 6030, "name": "cancelOrderFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -245181,7 +249070,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 167, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L167" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L167" } ], "type": { @@ -245191,7 +249080,7 @@ "defaultValue": "\"cancel-order-fulfillment\"" }, { - "id": 22571, + "id": 6031, "name": "cancelOrderFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -245252,7 +249141,7 @@ }, "children": [ { - "id": 22579, + "id": 6039, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -245275,7 +249164,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22580, + "id": 6040, "name": "__type", "variant": "declaration", "kind": 65536, @@ -245289,7 +249178,7 @@ ], "signatures": [ { - "id": 22581, + "id": 6041, "name": "__type", "variant": "signature", "kind": 4096, @@ -245317,7 +249206,7 @@ ], "parameters": [ { - "id": 22582, + "id": 6042, "name": "param0", "variant": "param", "kind": 32768, @@ -245333,14 +249222,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22583, + "id": 6043, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22584, + "id": 6044, "name": "input", "variant": "declaration", "kind": 1024, @@ -245365,7 +249254,7 @@ "types": [ { "type": "reference", - "target": 22569, + "target": 6029, "name": "CancelOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -245378,7 +249267,7 @@ "typeArguments": [ { "type": "reference", - "target": 22569, + "target": 6029, "name": "CancelOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" } @@ -245394,7 +249283,7 @@ { "title": "Properties", "children": [ - 22584 + 6044 ] } ], @@ -245419,7 +249308,7 @@ } }, { - "id": 22585, + "id": 6045, "name": "run", "variant": "declaration", "kind": 1024, @@ -245442,7 +249331,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22586, + "id": 6046, "name": "__type", "variant": "declaration", "kind": 65536, @@ -245456,7 +249345,7 @@ ], "signatures": [ { - "id": 22587, + "id": 6047, "name": "__type", "variant": "signature", "kind": 4096, @@ -245484,7 +249373,7 @@ ], "typeParameters": [ { - "id": 22588, + "id": 6048, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -245495,7 +249384,7 @@ } }, { - "id": 22589, + "id": 6049, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -245508,7 +249397,7 @@ ], "parameters": [ { - "id": 22590, + "id": 6050, "name": "args", "variant": "param", "kind": 32768, @@ -245541,7 +249430,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -245552,13 +249441,13 @@ }, "trueType": { "type": "reference", - "target": 22569, + "target": 6029, "name": "CancelOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -245591,7 +249480,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -245606,7 +249495,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -245626,7 +249515,7 @@ } }, { - "id": 22591, + "id": 6051, "name": "getName", "variant": "declaration", "kind": 1024, @@ -245649,7 +249538,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22592, + "id": 6052, "name": "__type", "variant": "declaration", "kind": 65536, @@ -245663,7 +249552,7 @@ ], "signatures": [ { - "id": 22593, + "id": 6053, "name": "__type", "variant": "signature", "kind": 4096, @@ -245685,7 +249574,7 @@ } }, { - "id": 22594, + "id": 6054, "name": "config", "variant": "declaration", "kind": 1024, @@ -245708,7 +249597,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22595, + "id": 6055, "name": "__type", "variant": "declaration", "kind": 65536, @@ -245722,7 +249611,7 @@ ], "signatures": [ { - "id": 22596, + "id": 6056, "name": "__type", "variant": "signature", "kind": 4096, @@ -245736,7 +249625,7 @@ ], "parameters": [ { - "id": 22597, + "id": 6057, "name": "config", "variant": "param", "kind": 32768, @@ -245762,7 +249651,7 @@ } }, { - "id": 22598, + "id": 6058, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -245785,14 +249674,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22599, + "id": 6059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22600, + "id": 6060, "name": "orderFulfillmentCanceled", "variant": "declaration", "kind": 1024, @@ -245800,7 +249689,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22601, + "id": 6061, "name": "__type", "variant": "declaration", "kind": 65536, @@ -245814,7 +249703,7 @@ ], "signatures": [ { - "id": 22602, + "id": 6062, "name": "__type", "variant": "signature", "kind": 4096, @@ -245828,14 +249717,14 @@ ], "typeParameters": [ { - "id": 22603, + "id": 6063, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 22604, + "id": 6064, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -245844,7 +249733,7 @@ ], "parameters": [ { - "id": 22605, + "id": 6065, "name": "invoke", "variant": "param", "kind": 32768, @@ -245859,14 +249748,14 @@ { "type": "reflection", "declaration": { - "id": 22606, + "id": 6066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22607, + "id": 6067, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -245876,7 +249765,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 254, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" } ], "type": { @@ -245901,7 +249790,7 @@ } }, { - "id": 22608, + "id": 6068, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -245919,7 +249808,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 255, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" } ], "type": { @@ -245942,8 +249831,8 @@ { "title": "Properties", "children": [ - 22607, - 22608 + 6067, + 6068 ] } ], @@ -245952,21 +249841,21 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 253, "character": 76, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L253" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L253" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -245977,7 +249866,7 @@ } }, { - "id": 22609, + "id": 6069, "name": "compensate", "variant": "param", "kind": 32768, @@ -245993,7 +249882,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -246012,13 +249901,86 @@ ] } } + }, + { + "id": 20982, + "name": "orderFulfillmentCanceled", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the fulfillment is canceled. You can consume this hook to perform custom actions on the canceled fulfillment." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { cancelOrderFulfillmentWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncancelOrderFulfillmentWorkflow.hooks.orderFulfillmentCanceled(\n\t(async ({ fulfillment, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 20983, + "name": "orderFulfillmentCanceled", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 20984, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 6066, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 22600 + 6060 + ] + }, + { + "title": "Functions", + "children": [ + 20982 ] } ], @@ -246035,7 +249997,7 @@ ], "documents": [ { - "id": 37489, + "id": 20976, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -246051,6 +250013,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -246061,7 +250032,7 @@ "frontmatter": {} }, { - "id": 37490, + "id": 20977, "name": "cancelOrderFulfillmentValidateOrder", "variant": "document", "kind": 8388608, @@ -246077,6 +250048,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6018" + } + ] } ], "modifierTags": [ @@ -246087,7 +250067,7 @@ "frontmatter": {} }, { - "id": 37491, + "id": 20978, "name": "cancelOrderFulfillmentStep", "variant": "document", "kind": 8388608, @@ -246103,6 +250083,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5321" + } + ] } ], "modifierTags": [ @@ -246113,7 +250102,7 @@ "frontmatter": {} }, { - "id": 37492, + "id": 20979, "name": "adjustInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -246129,6 +250118,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4863" + } + ] } ], "modifierTags": [ @@ -246139,7 +250137,7 @@ "frontmatter": {} }, { - "id": 37493, + "id": 20980, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -246155,6 +250153,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -246165,7 +250172,7 @@ "frontmatter": {} }, { - "id": 37494, + "id": 20981, "name": "cancelFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -246181,6 +250188,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3800" + } + ] } ], "modifierTags": [ @@ -246191,7 +250207,7 @@ "frontmatter": {} }, { - "id": 37498, + "id": 20985, "name": "orderFulfillmentCanceled", "variant": "document", "kind": 8388608, @@ -246207,6 +250223,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20982" + } + ] } ], "modifierTags": [ @@ -246218,21 +250243,21 @@ } ], "childrenIncludingDocuments": [ - 22579, - 22585, - 22591, - 22594, - 22598 + 6039, + 6045, + 6051, + 6054, + 6058 ], "groups": [ { "title": "Properties", "children": [ - 22579, - 22585, - 22591, - 22594, - 22598 + 6039, + 6045, + 6051, + 6054, + 6058 ] } ], @@ -246241,12 +250266,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 194, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L194" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L194" } ], "signatures": [ { - "id": 22572, + "id": 6032, "name": "cancelOrderFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -246310,12 +250335,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 194, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L194" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L194" } ], "typeParameters": [ { - "id": 22573, + "id": 6033, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -246326,7 +250351,7 @@ } }, { - "id": 22574, + "id": 6034, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -246339,7 +250364,7 @@ ], "parameters": [ { - "id": 22575, + "id": 6035, "name": "container", "variant": "param", "kind": 32768, @@ -246363,14 +250388,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22576, + "id": 6036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22577, + "id": 6037, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -246393,7 +250418,7 @@ } }, { - "id": 22578, + "id": 6038, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -246420,8 +250445,8 @@ { "title": "Properties", "children": [ - 22577, - 22578 + 6037, + 6038 ] } ], @@ -246492,7 +250517,7 @@ "typeArguments": [ { "type": "reference", - "target": 22569, + "target": 6029, "name": "CancelOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -246502,14 +250527,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -246524,14 +250549,14 @@ ] }, { - "id": 22606, + "id": 6066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22607, + "id": 6067, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -246541,7 +250566,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 254, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" } ], "type": { @@ -246566,7 +250591,7 @@ } }, { - "id": 22608, + "id": 6068, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -246584,7 +250609,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 255, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" } ], "type": { @@ -246607,8 +250632,8 @@ { "title": "Properties", "children": [ - 22607, - 22608 + 6067, + 6068 ] } ], @@ -246617,12 +250642,12 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 253, "character": 76, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L253" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L253" } ] }, { - "id": 22607, + "id": 6067, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -246632,7 +250657,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 254, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L254" } ], "type": { @@ -246657,7 +250682,7 @@ } }, { - "id": 22608, + "id": 6068, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -246675,7 +250700,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 255, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L255" } ], "type": { @@ -246694,7 +250719,7 @@ "defaultValue": "input.additional_data" }, { - "id": 22612, + "id": 6072, "name": "order", "variant": "declaration", "kind": 1024, @@ -246712,7 +250737,7 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L25" } ], "type": { @@ -246726,7 +250751,7 @@ } }, { - "id": 22613, + "id": 6073, "name": "beginClaimOrderValidationStep", "variant": "declaration", "kind": 64, @@ -246761,7 +250786,7 @@ }, "children": [ { - "id": 22622, + "id": 6082, "name": "__type", "variant": "declaration", "kind": 1024, @@ -246779,7 +250804,7 @@ } }, { - "id": 22623, + "id": 6083, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -246801,8 +250826,8 @@ { "title": "Properties", "children": [ - 22622, - 22623 + 6082, + 6083 ] } ], @@ -246811,12 +250836,12 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L47" } ], "signatures": [ { - "id": 22614, + "id": 6074, "name": "beginClaimOrderValidationStep", "variant": "signature", "kind": 4096, @@ -246854,12 +250879,12 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L47" } ], "parameters": [ { - "id": 22615, + "id": 6075, "name": "input", "variant": "param", "kind": 32768, @@ -246869,7 +250894,7 @@ "types": [ { "type": "reference", - "target": 22610, + "target": 6070, "name": "BeginClaimOrderValidationStepInput", "package": "@medusajs/core-flows" }, @@ -246882,7 +250907,7 @@ "typeArguments": [ { "type": "reference", - "target": 22610, + "target": 6070, "name": "BeginClaimOrderValidationStepInput", "package": "@medusajs/core-flows" } @@ -246915,14 +250940,14 @@ { "type": "reflection", "declaration": { - "id": 22616, + "id": 6076, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22617, + "id": 6077, "name": "config", "variant": "declaration", "kind": 2048, @@ -246936,7 +250961,7 @@ ], "signatures": [ { - "id": 22618, + "id": 6078, "name": "config", "variant": "signature", "kind": 4096, @@ -246950,7 +250975,7 @@ ], "parameters": [ { - "id": 22619, + "id": 6079, "name": "config", "variant": "param", "kind": 32768, @@ -246961,14 +250986,14 @@ { "type": "reflection", "declaration": { - "id": 22620, + "id": 6080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22621, + "id": 6081, "name": "name", "variant": "declaration", "kind": 1024, @@ -246992,7 +251017,7 @@ { "title": "Properties", "children": [ - 22621 + 6081 ] } ], @@ -247069,7 +251094,7 @@ { "title": "Methods", "children": [ - 22617 + 6077 ] } ], @@ -247103,7 +251128,7 @@ ] }, { - "id": 22624, + "id": 6084, "name": "beginClaimOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -247115,7 +251140,7 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L54" } ], "type": { @@ -247125,7 +251150,7 @@ "defaultValue": "\"begin-claim-order\"" }, { - "id": 22625, + "id": 6085, "name": "beginClaimOrderWorkflow", "variant": "declaration", "kind": 64, @@ -247169,7 +251194,7 @@ }, "children": [ { - "id": 22633, + "id": 6093, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -247192,7 +251217,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22634, + "id": 6094, "name": "__type", "variant": "declaration", "kind": 65536, @@ -247206,7 +251231,7 @@ ], "signatures": [ { - "id": 22635, + "id": 6095, "name": "__type", "variant": "signature", "kind": 4096, @@ -247234,7 +251259,7 @@ ], "parameters": [ { - "id": 22636, + "id": 6096, "name": "param0", "variant": "param", "kind": 32768, @@ -247250,14 +251275,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22637, + "id": 6097, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22638, + "id": 6098, "name": "input", "variant": "declaration", "kind": 1024, @@ -247317,7 +251342,7 @@ { "title": "Properties", "children": [ - 22638 + 6098 ] } ], @@ -247338,14 +251363,14 @@ { "type": "reflection", "declaration": { - "id": 22639, + "id": 6099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22640, + "id": 6100, "name": "id", "variant": "declaration", "kind": 1024, @@ -247391,7 +251416,7 @@ } }, { - "id": 22641, + "id": 6101, "name": "version", "variant": "declaration", "kind": 1024, @@ -247437,7 +251462,7 @@ } }, { - "id": 22642, + "id": 6102, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -247526,7 +251551,7 @@ } }, { - "id": 22643, + "id": 6103, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -247572,7 +251597,7 @@ } }, { - "id": 22644, + "id": 6104, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -247618,7 +251643,7 @@ } }, { - "id": 22645, + "id": 6105, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -247664,7 +251689,7 @@ } }, { - "id": 22646, + "id": 6106, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -247710,7 +251735,7 @@ } }, { - "id": 22647, + "id": 6107, "name": "order", "variant": "declaration", "kind": 1024, @@ -247769,7 +251794,7 @@ } }, { - "id": 22648, + "id": 6108, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -247828,7 +251853,7 @@ } }, { - "id": 22649, + "id": 6109, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -247887,7 +251912,7 @@ } }, { - "id": 22650, + "id": 6110, "name": "claim", "variant": "declaration", "kind": 1024, @@ -247946,7 +251971,7 @@ } }, { - "id": 22651, + "id": 6111, "name": "actions", "variant": "declaration", "kind": 1024, @@ -248011,7 +252036,7 @@ } }, { - "id": 22652, + "id": 6112, "name": "status", "variant": "declaration", "kind": 1024, @@ -248067,7 +252092,7 @@ } }, { - "id": 22653, + "id": 6113, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -248126,7 +252151,7 @@ } }, { - "id": 22654, + "id": 6114, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -248203,7 +252228,7 @@ } }, { - "id": 22655, + "id": 6115, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -248262,7 +252287,7 @@ } }, { - "id": 22656, + "id": 6116, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -248339,7 +252364,7 @@ } }, { - "id": 22657, + "id": 6117, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -248398,7 +252423,7 @@ } }, { - "id": 22658, + "id": 6118, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -248457,7 +252482,7 @@ } }, { - "id": 22659, + "id": 6119, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -248546,7 +252571,7 @@ } }, { - "id": 22660, + "id": 6120, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -248623,7 +252648,7 @@ } }, { - "id": 22661, + "id": 6121, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -248682,7 +252707,7 @@ } }, { - "id": 22662, + "id": 6122, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -248759,7 +252784,7 @@ } }, { - "id": 22663, + "id": 6123, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -248828,7 +252853,7 @@ } }, { - "id": 22664, + "id": 6124, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -248901,31 +252926,31 @@ { "title": "Properties", "children": [ - 22640, - 22641, - 22642, - 22643, - 22644, - 22645, - 22646, - 22647, - 22648, - 22649, - 22650, - 22651, - 22652, - 22653, - 22654, - 22655, - 22656, - 22657, - 22658, - 22659, - 22660, - 22661, - 22662, - 22663, - 22664 + 6100, + 6101, + 6102, + 6103, + 6104, + 6105, + 6106, + 6107, + 6108, + 6109, + 6110, + 6111, + 6112, + 6113, + 6114, + 6115, + 6116, + 6117, + 6118, + 6119, + 6120, + 6121, + 6122, + 6123, + 6124 ] } ], @@ -248970,14 +252995,14 @@ { "type": "reflection", "declaration": { - "id": 22665, + "id": 6125, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22666, + "id": 6126, "name": "config", "variant": "declaration", "kind": 2048, @@ -248991,7 +253016,7 @@ ], "signatures": [ { - "id": 22667, + "id": 6127, "name": "config", "variant": "signature", "kind": 4096, @@ -249005,7 +253030,7 @@ ], "parameters": [ { - "id": 22668, + "id": 6128, "name": "config", "variant": "param", "kind": 32768, @@ -249016,14 +253041,14 @@ { "type": "reflection", "declaration": { - "id": 22669, + "id": 6129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22670, + "id": 6130, "name": "name", "variant": "declaration", "kind": 1024, @@ -249047,7 +253072,7 @@ { "title": "Properties", "children": [ - 22670 + 6130 ] } ], @@ -249129,7 +253154,7 @@ { "title": "Methods", "children": [ - 22666 + 6126 ] } ], @@ -249170,7 +253195,7 @@ } }, { - "id": 22671, + "id": 6131, "name": "run", "variant": "declaration", "kind": 1024, @@ -249193,7 +253218,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22672, + "id": 6132, "name": "__type", "variant": "declaration", "kind": 65536, @@ -249207,7 +253232,7 @@ ], "signatures": [ { - "id": 22673, + "id": 6133, "name": "__type", "variant": "signature", "kind": 4096, @@ -249235,7 +253260,7 @@ ], "typeParameters": [ { - "id": 22674, + "id": 6134, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -249246,7 +253271,7 @@ } }, { - "id": 22675, + "id": 6135, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -249259,7 +253284,7 @@ ], "parameters": [ { - "id": 22676, + "id": 6136, "name": "args", "variant": "param", "kind": 32768, @@ -249292,7 +253317,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -249312,7 +253337,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -249345,7 +253370,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -249365,7 +253390,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -249385,7 +253410,7 @@ } }, { - "id": 22677, + "id": 6137, "name": "getName", "variant": "declaration", "kind": 1024, @@ -249408,7 +253433,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22678, + "id": 6138, "name": "__type", "variant": "declaration", "kind": 65536, @@ -249422,7 +253447,7 @@ ], "signatures": [ { - "id": 22679, + "id": 6139, "name": "__type", "variant": "signature", "kind": 4096, @@ -249444,7 +253469,7 @@ } }, { - "id": 22680, + "id": 6140, "name": "config", "variant": "declaration", "kind": 1024, @@ -249467,7 +253492,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22681, + "id": 6141, "name": "__type", "variant": "declaration", "kind": 65536, @@ -249481,7 +253506,7 @@ ], "signatures": [ { - "id": 22682, + "id": 6142, "name": "__type", "variant": "signature", "kind": 4096, @@ -249495,7 +253520,7 @@ ], "parameters": [ { - "id": 22683, + "id": 6143, "name": "config", "variant": "param", "kind": 32768, @@ -249521,7 +253546,7 @@ } }, { - "id": 22684, + "id": 6144, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -249549,7 +253574,7 @@ ], "documents": [ { - "id": 37499, + "id": 20986, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -249565,6 +253590,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -249575,7 +253609,7 @@ "frontmatter": {} }, { - "id": 37500, + "id": 20987, "name": "beginClaimOrderValidationStep", "variant": "document", "kind": 8388608, @@ -249591,6 +253625,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6073" + } + ] } ], "modifierTags": [ @@ -249601,7 +253644,7 @@ "frontmatter": {} }, { - "id": 37501, + "id": 20988, "name": "createOrderClaimsStep", "variant": "document", "kind": 8388608, @@ -249617,6 +253660,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5370" + } + ] } ], "modifierTags": [ @@ -249627,7 +253679,7 @@ "frontmatter": {} }, { - "id": 37502, + "id": 20989, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -249643,6 +253695,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -249654,21 +253715,21 @@ } ], "childrenIncludingDocuments": [ - 22633, - 22671, - 22677, - 22680, - 22684 + 6093, + 6131, + 6137, + 6140, + 6144 ], "groups": [ { "title": "Properties", "children": [ - 22633, - 22671, - 22677, - 22680, - 22684 + 6093, + 6131, + 6137, + 6140, + 6144 ] } ], @@ -249677,12 +253738,12 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L75" } ], "signatures": [ { - "id": 22626, + "id": 6086, "name": "beginClaimOrderWorkflow", "variant": "signature", "kind": 4096, @@ -249729,12 +253790,12 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L75" } ], "typeParameters": [ { - "id": 22627, + "id": 6087, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -249745,7 +253806,7 @@ } }, { - "id": 22628, + "id": 6088, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -249758,7 +253819,7 @@ ], "parameters": [ { - "id": 22629, + "id": 6089, "name": "container", "variant": "param", "kind": 32768, @@ -249782,14 +253843,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22630, + "id": 6090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22631, + "id": 6091, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -249812,7 +253873,7 @@ } }, { - "id": 22632, + "id": 6092, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -249839,8 +253900,8 @@ { "title": "Properties", "children": [ - 22631, - 22632 + 6091, + 6092 ] } ], @@ -249929,14 +253990,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -249951,7 +254012,7 @@ ] }, { - "id": 22687, + "id": 6147, "name": "order", "variant": "declaration", "kind": 1024, @@ -249969,7 +254030,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L33" } ], "type": { @@ -249983,7 +254044,7 @@ } }, { - "id": 22688, + "id": 6148, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -250001,7 +254062,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L37" } ], "type": { @@ -250015,7 +254076,7 @@ } }, { - "id": 22689, + "id": 6149, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -250033,7 +254094,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L41" } ], "type": { @@ -250047,7 +254108,7 @@ } }, { - "id": 22690, + "id": 6150, "name": "cancelBeginOrderClaimValidationStep", "variant": "declaration", "kind": 64, @@ -250082,7 +254143,7 @@ }, "children": [ { - "id": 22699, + "id": 6159, "name": "__type", "variant": "declaration", "kind": 1024, @@ -250100,7 +254161,7 @@ } }, { - "id": 22700, + "id": 6160, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -250122,8 +254183,8 @@ { "title": "Properties", "children": [ - 22699, - 22700 + 6159, + 6160 ] } ], @@ -250132,12 +254193,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L71" } ], "signatures": [ { - "id": 22691, + "id": 6151, "name": "cancelBeginOrderClaimValidationStep", "variant": "signature", "kind": 4096, @@ -250175,12 +254236,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L71" } ], "parameters": [ { - "id": 22692, + "id": 6152, "name": "input", "variant": "param", "kind": 32768, @@ -250190,7 +254251,7 @@ "types": [ { "type": "reference", - "target": 22685, + "target": 6145, "name": "CancelBeginOrderClaimValidationStepInput", "package": "@medusajs/core-flows" }, @@ -250203,7 +254264,7 @@ "typeArguments": [ { "type": "reference", - "target": 22685, + "target": 6145, "name": "CancelBeginOrderClaimValidationStepInput", "package": "@medusajs/core-flows" } @@ -250236,14 +254297,14 @@ { "type": "reflection", "declaration": { - "id": 22693, + "id": 6153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22694, + "id": 6154, "name": "config", "variant": "declaration", "kind": 2048, @@ -250257,7 +254318,7 @@ ], "signatures": [ { - "id": 22695, + "id": 6155, "name": "config", "variant": "signature", "kind": 4096, @@ -250271,7 +254332,7 @@ ], "parameters": [ { - "id": 22696, + "id": 6156, "name": "config", "variant": "param", "kind": 32768, @@ -250282,14 +254343,14 @@ { "type": "reflection", "declaration": { - "id": 22697, + "id": 6157, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22698, + "id": 6158, "name": "name", "variant": "declaration", "kind": 1024, @@ -250313,7 +254374,7 @@ { "title": "Properties", "children": [ - 22698 + 6158 ] } ], @@ -250390,7 +254451,7 @@ { "title": "Methods", "children": [ - 22694 + 6154 ] } ], @@ -250424,7 +254485,7 @@ ] }, { - "id": 22703, + "id": 6163, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -250442,7 +254503,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L91" } ], "type": { @@ -250451,7 +254512,7 @@ } }, { - "id": 22704, + "id": 6164, "name": "cancelBeginOrderClaimWorkflowId", "variant": "declaration", "kind": 32, @@ -250463,7 +254524,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L94" } ], "type": { @@ -250473,7 +254534,7 @@ "defaultValue": "\"cancel-begin-order-claim\"" }, { - "id": 22705, + "id": 6165, "name": "cancelBeginOrderClaimWorkflow", "variant": "declaration", "kind": 64, @@ -250517,7 +254578,7 @@ }, "children": [ { - "id": 22713, + "id": 6173, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -250540,7 +254601,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22714, + "id": 6174, "name": "__type", "variant": "declaration", "kind": 65536, @@ -250554,7 +254615,7 @@ ], "signatures": [ { - "id": 22715, + "id": 6175, "name": "__type", "variant": "signature", "kind": 4096, @@ -250582,7 +254643,7 @@ ], "parameters": [ { - "id": 22716, + "id": 6176, "name": "param0", "variant": "param", "kind": 32768, @@ -250598,14 +254659,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22717, + "id": 6177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22718, + "id": 6178, "name": "input", "variant": "declaration", "kind": 1024, @@ -250630,7 +254691,7 @@ "types": [ { "type": "reference", - "target": 22701, + "target": 6161, "name": "CancelBeginOrderClaimWorkflowInput", "package": "@medusajs/core-flows" }, @@ -250643,7 +254704,7 @@ "typeArguments": [ { "type": "reference", - "target": 22701, + "target": 6161, "name": "CancelBeginOrderClaimWorkflowInput", "package": "@medusajs/core-flows" } @@ -250659,7 +254720,7 @@ { "title": "Properties", "children": [ - 22718 + 6178 ] } ], @@ -250695,14 +254756,14 @@ { "type": "reflection", "declaration": { - "id": 22719, + "id": 6179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22720, + "id": 6180, "name": "config", "variant": "declaration", "kind": 2048, @@ -250716,7 +254777,7 @@ ], "signatures": [ { - "id": 22721, + "id": 6181, "name": "config", "variant": "signature", "kind": 4096, @@ -250730,7 +254791,7 @@ ], "parameters": [ { - "id": 22722, + "id": 6182, "name": "config", "variant": "param", "kind": 32768, @@ -250741,14 +254802,14 @@ { "type": "reflection", "declaration": { - "id": 22723, + "id": 6183, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22724, + "id": 6184, "name": "name", "variant": "declaration", "kind": 1024, @@ -250772,7 +254833,7 @@ { "title": "Properties", "children": [ - 22724 + 6184 ] } ], @@ -250849,7 +254910,7 @@ { "title": "Methods", "children": [ - 22720 + 6180 ] } ], @@ -250885,7 +254946,7 @@ } }, { - "id": 22725, + "id": 6185, "name": "run", "variant": "declaration", "kind": 1024, @@ -250908,7 +254969,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22726, + "id": 6186, "name": "__type", "variant": "declaration", "kind": 65536, @@ -250922,7 +254983,7 @@ ], "signatures": [ { - "id": 22727, + "id": 6187, "name": "__type", "variant": "signature", "kind": 4096, @@ -250950,7 +255011,7 @@ ], "typeParameters": [ { - "id": 22728, + "id": 6188, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -250961,7 +255022,7 @@ } }, { - "id": 22729, + "id": 6189, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -250974,7 +255035,7 @@ ], "parameters": [ { - "id": 22730, + "id": 6190, "name": "args", "variant": "param", "kind": 32768, @@ -251007,7 +255068,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251018,13 +255079,13 @@ }, "trueType": { "type": "reference", - "target": 22701, + "target": 6161, "name": "CancelBeginOrderClaimWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251057,7 +255118,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251072,7 +255133,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251092,7 +255153,7 @@ } }, { - "id": 22731, + "id": 6191, "name": "getName", "variant": "declaration", "kind": 1024, @@ -251115,7 +255176,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22732, + "id": 6192, "name": "__type", "variant": "declaration", "kind": 65536, @@ -251129,7 +255190,7 @@ ], "signatures": [ { - "id": 22733, + "id": 6193, "name": "__type", "variant": "signature", "kind": 4096, @@ -251151,7 +255212,7 @@ } }, { - "id": 22734, + "id": 6194, "name": "config", "variant": "declaration", "kind": 1024, @@ -251174,7 +255235,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22735, + "id": 6195, "name": "__type", "variant": "declaration", "kind": 65536, @@ -251188,7 +255249,7 @@ ], "signatures": [ { - "id": 22736, + "id": 6196, "name": "__type", "variant": "signature", "kind": 4096, @@ -251202,7 +255263,7 @@ ], "parameters": [ { - "id": 22737, + "id": 6197, "name": "config", "variant": "param", "kind": 32768, @@ -251228,7 +255289,7 @@ } }, { - "id": 22738, + "id": 6198, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -251251,7 +255312,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22739, + "id": 6199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -251265,14 +255326,14 @@ ], "indexSignatures": [ { - "id": 22740, + "id": 6200, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 22741, + "id": 6201, "name": "key", "variant": "param", "kind": 32768, @@ -251286,7 +255347,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22742, + "id": 6202, "name": "__type", "variant": "declaration", "kind": 65536, @@ -251300,7 +255361,7 @@ ], "signatures": [ { - "id": 22743, + "id": 6203, "name": "__type", "variant": "signature", "kind": 4096, @@ -251314,14 +255375,14 @@ ], "typeParameters": [ { - "id": 22744, + "id": 6204, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 22745, + "id": 6205, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -251330,7 +255391,7 @@ ], "parameters": [ { - "id": 22746, + "id": 6206, "name": "invoke", "variant": "param", "kind": 32768, @@ -251348,14 +255409,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251366,7 +255427,7 @@ } }, { - "id": 22747, + "id": 6207, "name": "compensate", "variant": "param", "kind": 32768, @@ -251382,7 +255443,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251409,7 +255470,7 @@ ], "documents": [ { - "id": 37503, + "id": 20990, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -251425,6 +255486,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -251435,7 +255505,7 @@ "frontmatter": {} }, { - "id": 37504, + "id": 20991, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -251451,6 +255521,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -251461,7 +255540,7 @@ "frontmatter": {} }, { - "id": 37505, + "id": 20992, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -251477,6 +255556,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -251487,7 +255575,7 @@ "frontmatter": {} }, { - "id": 37506, + "id": 20993, "name": "cancelBeginOrderClaimValidationStep", "variant": "document", "kind": 8388608, @@ -251503,6 +255591,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6150" + } + ] } ], "modifierTags": [ @@ -251513,7 +255610,7 @@ "frontmatter": {} }, { - "id": 37507, + "id": 20994, "name": "deleteReturnsStep", "variant": "document", "kind": 8388608, @@ -251529,6 +255626,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5745" + } + ] } ], "modifierTags": [ @@ -251539,7 +255645,7 @@ "frontmatter": {} }, { - "id": 37508, + "id": 20995, "name": "deleteClaimsStep", "variant": "document", "kind": 8388608, @@ -251555,6 +255661,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5385" + } + ] } ], "modifierTags": [ @@ -251565,7 +255680,7 @@ "frontmatter": {} }, { - "id": 37509, + "id": 20996, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -251581,6 +255696,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -251591,7 +255715,7 @@ "frontmatter": {} }, { - "id": 37510, + "id": 20997, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -251607,6 +255731,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -251618,21 +255751,21 @@ } ], "childrenIncludingDocuments": [ - 22713, - 22725, - 22731, - 22734, - 22738 + 6173, + 6185, + 6191, + 6194, + 6198 ], "groups": [ { "title": "Properties", "children": [ - 22713, - 22725, - 22731, - 22734, - 22738 + 6173, + 6185, + 6191, + 6194, + 6198 ] } ], @@ -251641,12 +255774,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L114" } ], "signatures": [ { - "id": 22706, + "id": 6166, "name": "cancelBeginOrderClaimWorkflow", "variant": "signature", "kind": 4096, @@ -251693,12 +255826,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L114" } ], "typeParameters": [ { - "id": 22707, + "id": 6167, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -251709,7 +255842,7 @@ } }, { - "id": 22708, + "id": 6168, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -251722,7 +255855,7 @@ ], "parameters": [ { - "id": 22709, + "id": 6169, "name": "container", "variant": "param", "kind": 32768, @@ -251746,14 +255879,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22710, + "id": 6170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22711, + "id": 6171, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -251776,7 +255909,7 @@ } }, { - "id": 22712, + "id": 6172, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -251803,8 +255936,8 @@ { "title": "Properties", "children": [ - 22711, - 22712 + 6171, + 6172 ] } ], @@ -251875,7 +256008,7 @@ "typeArguments": [ { "type": "reference", - "target": 22701, + "target": 6161, "name": "CancelBeginOrderClaimWorkflowInput", "package": "@medusajs/core-flows" }, @@ -251885,14 +256018,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -251907,7 +256040,7 @@ ] }, { - "id": 22750, + "id": 6210, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -251925,7 +256058,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L28" } ], "type": { @@ -251939,7 +256072,7 @@ } }, { - "id": 22751, + "id": 6211, "name": "input", "variant": "declaration", "kind": 1024, @@ -251957,7 +256090,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L32" } ], "type": { @@ -251972,7 +256105,7 @@ } }, { - "id": 22752, + "id": 6212, "name": "cancelClaimValidateOrderStep", "variant": "declaration", "kind": 64, @@ -252007,7 +256140,7 @@ }, "children": [ { - "id": 22761, + "id": 6221, "name": "__type", "variant": "declaration", "kind": 1024, @@ -252025,7 +256158,7 @@ } }, { - "id": 22762, + "id": 6222, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -252047,8 +256180,8 @@ { "title": "Properties", "children": [ - 22761, - 22762 + 6221, + 6222 ] } ], @@ -252057,12 +256190,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L57" } ], "signatures": [ { - "id": 22753, + "id": 6213, "name": "cancelClaimValidateOrderStep", "variant": "signature", "kind": 4096, @@ -252100,12 +256233,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L57" } ], "parameters": [ { - "id": 22754, + "id": 6214, "name": "input", "variant": "param", "kind": 32768, @@ -252115,7 +256248,7 @@ "types": [ { "type": "reference", - "target": 22748, + "target": 6208, "name": "CancelClaimValidateOrderStepInput", "package": "@medusajs/core-flows" }, @@ -252128,7 +256261,7 @@ "typeArguments": [ { "type": "reference", - "target": 22748, + "target": 6208, "name": "CancelClaimValidateOrderStepInput", "package": "@medusajs/core-flows" } @@ -252161,14 +256294,14 @@ { "type": "reflection", "declaration": { - "id": 22755, + "id": 6215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22756, + "id": 6216, "name": "config", "variant": "declaration", "kind": 2048, @@ -252182,7 +256315,7 @@ ], "signatures": [ { - "id": 22757, + "id": 6217, "name": "config", "variant": "signature", "kind": 4096, @@ -252196,7 +256329,7 @@ ], "parameters": [ { - "id": 22758, + "id": 6218, "name": "config", "variant": "param", "kind": 32768, @@ -252207,14 +256340,14 @@ { "type": "reflection", "declaration": { - "id": 22759, + "id": 6219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22760, + "id": 6220, "name": "name", "variant": "declaration", "kind": 1024, @@ -252238,7 +256371,7 @@ { "title": "Properties", "children": [ - 22760 + 6220 ] } ], @@ -252315,7 +256448,7 @@ { "title": "Methods", "children": [ - 22756 + 6216 ] } ], @@ -252349,7 +256482,7 @@ ] }, { - "id": 22763, + "id": 6223, "name": "cancelOrderClaimWorkflowId", "variant": "declaration", "kind": 32, @@ -252361,7 +256494,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 88, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L88" } ], "type": { @@ -252371,7 +256504,7 @@ "defaultValue": "\"cancel-claim\"" }, { - "id": 22764, + "id": 6224, "name": "cancelOrderClaimWorkflow", "variant": "declaration", "kind": 64, @@ -252424,7 +256557,7 @@ }, "children": [ { - "id": 22772, + "id": 6232, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -252447,7 +256580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22773, + "id": 6233, "name": "__type", "variant": "declaration", "kind": 65536, @@ -252461,7 +256594,7 @@ ], "signatures": [ { - "id": 22774, + "id": 6234, "name": "__type", "variant": "signature", "kind": 4096, @@ -252489,7 +256622,7 @@ ], "parameters": [ { - "id": 22775, + "id": 6235, "name": "param0", "variant": "param", "kind": 32768, @@ -252505,14 +256638,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22776, + "id": 6236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22777, + "id": 6237, "name": "input", "variant": "declaration", "kind": 1024, @@ -252572,7 +256705,7 @@ { "title": "Properties", "children": [ - 22777 + 6237 ] } ], @@ -252608,14 +256741,14 @@ { "type": "reflection", "declaration": { - "id": 22778, + "id": 6238, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22779, + "id": 6239, "name": "config", "variant": "declaration", "kind": 2048, @@ -252629,7 +256762,7 @@ ], "signatures": [ { - "id": 22780, + "id": 6240, "name": "config", "variant": "signature", "kind": 4096, @@ -252643,7 +256776,7 @@ ], "parameters": [ { - "id": 22781, + "id": 6241, "name": "config", "variant": "param", "kind": 32768, @@ -252654,14 +256787,14 @@ { "type": "reflection", "declaration": { - "id": 22782, + "id": 6242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22783, + "id": 6243, "name": "name", "variant": "declaration", "kind": 1024, @@ -252685,7 +256818,7 @@ { "title": "Properties", "children": [ - 22783 + 6243 ] } ], @@ -252762,7 +256895,7 @@ { "title": "Methods", "children": [ - 22779 + 6239 ] } ], @@ -252798,7 +256931,7 @@ } }, { - "id": 22784, + "id": 6244, "name": "run", "variant": "declaration", "kind": 1024, @@ -252821,7 +256954,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22785, + "id": 6245, "name": "__type", "variant": "declaration", "kind": 65536, @@ -252835,7 +256968,7 @@ ], "signatures": [ { - "id": 22786, + "id": 6246, "name": "__type", "variant": "signature", "kind": 4096, @@ -252863,7 +256996,7 @@ ], "typeParameters": [ { - "id": 22787, + "id": 6247, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -252874,7 +257007,7 @@ } }, { - "id": 22788, + "id": 6248, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -252887,7 +257020,7 @@ ], "parameters": [ { - "id": 22789, + "id": 6249, "name": "args", "variant": "param", "kind": 32768, @@ -252920,7 +257053,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -252940,7 +257073,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -252973,7 +257106,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -252988,7 +257121,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -253008,7 +257141,7 @@ } }, { - "id": 22790, + "id": 6250, "name": "getName", "variant": "declaration", "kind": 1024, @@ -253031,7 +257164,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22791, + "id": 6251, "name": "__type", "variant": "declaration", "kind": 65536, @@ -253045,7 +257178,7 @@ ], "signatures": [ { - "id": 22792, + "id": 6252, "name": "__type", "variant": "signature", "kind": 4096, @@ -253067,7 +257200,7 @@ } }, { - "id": 22793, + "id": 6253, "name": "config", "variant": "declaration", "kind": 1024, @@ -253090,7 +257223,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22794, + "id": 6254, "name": "__type", "variant": "declaration", "kind": 65536, @@ -253104,7 +257237,7 @@ ], "signatures": [ { - "id": 22795, + "id": 6255, "name": "__type", "variant": "signature", "kind": 4096, @@ -253118,7 +257251,7 @@ ], "parameters": [ { - "id": 22796, + "id": 6256, "name": "config", "variant": "param", "kind": 32768, @@ -253144,7 +257277,7 @@ } }, { - "id": 22797, + "id": 6257, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -253167,7 +257300,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22798, + "id": 6258, "name": "__type", "variant": "declaration", "kind": 65536, @@ -253181,14 +257314,14 @@ ], "indexSignatures": [ { - "id": 22799, + "id": 6259, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 22800, + "id": 6260, "name": "key", "variant": "param", "kind": 32768, @@ -253202,7 +257335,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22801, + "id": 6261, "name": "__type", "variant": "declaration", "kind": 65536, @@ -253216,7 +257349,7 @@ ], "signatures": [ { - "id": 22802, + "id": 6262, "name": "__type", "variant": "signature", "kind": 4096, @@ -253230,14 +257363,14 @@ ], "typeParameters": [ { - "id": 22803, + "id": 6263, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 22804, + "id": 6264, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -253246,7 +257379,7 @@ ], "parameters": [ { - "id": 22805, + "id": 6265, "name": "invoke", "variant": "param", "kind": 32768, @@ -253264,14 +257397,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -253282,7 +257415,7 @@ } }, { - "id": 22806, + "id": 6266, "name": "compensate", "variant": "param", "kind": 32768, @@ -253298,7 +257431,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -253325,7 +257458,7 @@ ], "documents": [ { - "id": 37511, + "id": 20998, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -253341,6 +257474,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -253351,7 +257493,7 @@ "frontmatter": {} }, { - "id": 37512, + "id": 20999, "name": "cancelClaimValidateOrderStep", "variant": "document", "kind": 8388608, @@ -253367,6 +257509,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6212" + } + ] } ], "modifierTags": [ @@ -253377,7 +257528,7 @@ "frontmatter": {} }, { - "id": 37513, + "id": 21000, "name": "cancelOrderClaimStep", "variant": "document", "kind": 8388608, @@ -253393,6 +257544,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5349" + } + ] } ], "modifierTags": [ @@ -253403,7 +257563,7 @@ "frontmatter": {} }, { - "id": 37514, + "id": 21001, "name": "deleteReservationsByLineItemsStep", "variant": "document", "kind": 8388608, @@ -253419,6 +257579,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18744" + } + ] } ], "modifierTags": [ @@ -253429,7 +257598,7 @@ "frontmatter": {} }, { - "id": 37515, + "id": 21002, "name": "when", "variant": "document", "kind": 8388608, @@ -253464,7 +257633,7 @@ "frontmatter": {}, "children": [ { - "id": 37516, + "id": 21003, "name": "cancelReturnWorkflow", "variant": "document", "kind": 8388608, @@ -253480,6 +257649,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11738" + } + ] } ], "modifierTags": [ @@ -253493,21 +257671,21 @@ } ], "childrenIncludingDocuments": [ - 22772, - 22784, - 22790, - 22793, - 22797 + 6232, + 6244, + 6250, + 6253, + 6257 ], "groups": [ { "title": "Properties", "children": [ - 22772, - 22784, - 22790, - 22793, - 22797 + 6232, + 6244, + 6250, + 6253, + 6257 ] } ], @@ -253516,12 +257694,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 108, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L108" } ], "signatures": [ { - "id": 22765, + "id": 6225, "name": "cancelOrderClaimWorkflow", "variant": "signature", "kind": 4096, @@ -253577,12 +257755,12 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 108, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L108" } ], "typeParameters": [ { - "id": 22766, + "id": 6226, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -253593,7 +257771,7 @@ } }, { - "id": 22767, + "id": 6227, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -253606,7 +257784,7 @@ ], "parameters": [ { - "id": 22768, + "id": 6228, "name": "container", "variant": "param", "kind": 32768, @@ -253630,14 +257808,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22769, + "id": 6229, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22770, + "id": 6230, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -253660,7 +257838,7 @@ } }, { - "id": 22771, + "id": 6231, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -253687,8 +257865,8 @@ { "title": "Properties", "children": [ - 22770, - 22771 + 6230, + 6231 ] } ], @@ -253772,14 +257950,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -253794,7 +257972,7 @@ ] }, { - "id": 22809, + "id": 6269, "name": "order", "variant": "declaration", "kind": 1024, @@ -253812,7 +257990,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L33" } ], "type": { @@ -253826,7 +258004,7 @@ } }, { - "id": 22810, + "id": 6270, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -253844,7 +258022,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L37" } ], "type": { @@ -253858,7 +258036,7 @@ } }, { - "id": 22811, + "id": 6271, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -253876,7 +258054,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L41" } ], "type": { @@ -253890,7 +258068,7 @@ } }, { - "id": 22812, + "id": 6272, "name": "orderClaimAddNewItemValidationStep", "variant": "declaration", "kind": 64, @@ -253925,7 +258103,7 @@ }, "children": [ { - "id": 22821, + "id": 6281, "name": "__type", "variant": "declaration", "kind": 1024, @@ -253943,7 +258121,7 @@ } }, { - "id": 22822, + "id": 6282, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -253965,8 +258143,8 @@ { "title": "Properties", "children": [ - 22821, - 22822 + 6281, + 6282 ] } ], @@ -253975,12 +258153,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L71" } ], "signatures": [ { - "id": 22813, + "id": 6273, "name": "orderClaimAddNewItemValidationStep", "variant": "signature", "kind": 4096, @@ -254018,12 +258196,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L71" } ], "parameters": [ { - "id": 22814, + "id": 6274, "name": "input", "variant": "param", "kind": 32768, @@ -254033,7 +258211,7 @@ "types": [ { "type": "reference", - "target": 22807, + "target": 6267, "name": "OrderClaimAddNewItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -254046,7 +258224,7 @@ "typeArguments": [ { "type": "reference", - "target": 22807, + "target": 6267, "name": "OrderClaimAddNewItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -254079,14 +258257,14 @@ { "type": "reflection", "declaration": { - "id": 22815, + "id": 6275, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22816, + "id": 6276, "name": "config", "variant": "declaration", "kind": 2048, @@ -254100,7 +258278,7 @@ ], "signatures": [ { - "id": 22817, + "id": 6277, "name": "config", "variant": "signature", "kind": 4096, @@ -254114,7 +258292,7 @@ ], "parameters": [ { - "id": 22818, + "id": 6278, "name": "config", "variant": "param", "kind": 32768, @@ -254125,14 +258303,14 @@ { "type": "reflection", "declaration": { - "id": 22819, + "id": 6279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22820, + "id": 6280, "name": "name", "variant": "declaration", "kind": 1024, @@ -254156,7 +258334,7 @@ { "title": "Properties", "children": [ - 22820 + 6280 ] } ], @@ -254233,7 +258411,7 @@ { "title": "Methods", "children": [ - 22816 + 6276 ] } ], @@ -254267,7 +258445,7 @@ ] }, { - "id": 22823, + "id": 6283, "name": "orderClaimAddNewItemWorkflowId", "variant": "declaration", "kind": 32, @@ -254279,7 +258457,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L84" } ], "type": { @@ -254289,7 +258467,7 @@ "defaultValue": "\"claim-add-new-item\"" }, { - "id": 22824, + "id": 6284, "name": "orderClaimAddNewItemWorkflow", "variant": "declaration", "kind": 64, @@ -254342,7 +258520,7 @@ }, "children": [ { - "id": 22832, + "id": 6292, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -254365,7 +258543,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22833, + "id": 6293, "name": "__type", "variant": "declaration", "kind": 65536, @@ -254379,7 +258557,7 @@ ], "signatures": [ { - "id": 22834, + "id": 6294, "name": "__type", "variant": "signature", "kind": 4096, @@ -254407,7 +258585,7 @@ ], "parameters": [ { - "id": 22835, + "id": 6295, "name": "param0", "variant": "param", "kind": 32768, @@ -254423,14 +258601,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22836, + "id": 6296, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22837, + "id": 6297, "name": "input", "variant": "declaration", "kind": 1024, @@ -254490,7 +258668,7 @@ { "title": "Properties", "children": [ - 22837 + 6297 ] } ], @@ -254511,14 +258689,14 @@ { "type": "reflection", "declaration": { - "id": 22838, + "id": 6298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22851, + "id": 6311, "name": "id", "variant": "declaration", "kind": 1024, @@ -254564,7 +258742,7 @@ } }, { - "id": 22908, + "id": 6368, "name": "version", "variant": "declaration", "kind": 1024, @@ -254610,7 +258788,7 @@ } }, { - "id": 22909, + "id": 6369, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -254656,7 +258834,7 @@ } }, { - "id": 22878, + "id": 6338, "name": "status", "variant": "declaration", "kind": 1024, @@ -254712,7 +258890,7 @@ } }, { - "id": 22879, + "id": 6339, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -254769,7 +258947,7 @@ } }, { - "id": 22880, + "id": 6340, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -254826,7 +259004,7 @@ } }, { - "id": 22881, + "id": 6341, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -254883,7 +259061,7 @@ } }, { - "id": 22855, + "id": 6315, "name": "email", "variant": "declaration", "kind": 1024, @@ -254940,7 +259118,7 @@ } }, { - "id": 22882, + "id": 6342, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -254986,7 +259164,7 @@ } }, { - "id": 22883, + "id": 6343, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -255056,7 +259234,7 @@ } }, { - "id": 22884, + "id": 6344, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -255126,7 +259304,7 @@ } }, { - "id": 22910, + "id": 6370, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -255202,7 +259380,7 @@ } }, { - "id": 22911, + "id": 6371, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -255278,7 +259456,7 @@ } }, { - "id": 22912, + "id": 6372, "name": "summary", "variant": "declaration", "kind": 1024, @@ -255348,7 +259526,7 @@ } }, { - "id": 22854, + "id": 6314, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -255443,7 +259621,7 @@ } }, { - "id": 22907, + "id": 6367, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -255518,7 +259696,7 @@ } }, { - "id": 22852, + "id": 6312, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -255587,7 +259765,7 @@ } }, { - "id": 22853, + "id": 6313, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -255656,7 +259834,7 @@ } }, { - "id": 22885, + "id": 6345, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -255712,7 +259890,7 @@ } }, { - "id": 22886, + "id": 6346, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -255768,7 +259946,7 @@ } }, { - "id": 22887, + "id": 6347, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -255824,7 +260002,7 @@ } }, { - "id": 22859, + "id": 6319, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -255880,7 +260058,7 @@ } }, { - "id": 22860, + "id": 6320, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -255936,7 +260114,7 @@ } }, { - "id": 22861, + "id": 6321, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -255992,7 +260170,7 @@ } }, { - "id": 22856, + "id": 6316, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -256048,7 +260226,7 @@ } }, { - "id": 22857, + "id": 6317, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -256104,7 +260282,7 @@ } }, { - "id": 22858, + "id": 6318, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -256160,7 +260338,7 @@ } }, { - "id": 22862, + "id": 6322, "name": "total", "variant": "declaration", "kind": 1024, @@ -256216,7 +260394,7 @@ } }, { - "id": 22863, + "id": 6323, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -256272,7 +260450,7 @@ } }, { - "id": 22864, + "id": 6324, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -256328,7 +260506,7 @@ } }, { - "id": 22913, + "id": 6373, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -256384,7 +260562,7 @@ } }, { - "id": 22865, + "id": 6325, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -256440,7 +260618,7 @@ } }, { - "id": 22866, + "id": 6326, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -256496,7 +260674,7 @@ } }, { - "id": 22888, + "id": 6348, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -256552,7 +260730,7 @@ } }, { - "id": 22889, + "id": 6349, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -256608,7 +260786,7 @@ } }, { - "id": 22890, + "id": 6350, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -256664,7 +260842,7 @@ } }, { - "id": 22891, + "id": 6351, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -256720,7 +260898,7 @@ } }, { - "id": 22892, + "id": 6352, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -256776,7 +260954,7 @@ } }, { - "id": 22893, + "id": 6353, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -256832,7 +261010,7 @@ } }, { - "id": 22894, + "id": 6354, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -256888,7 +261066,7 @@ } }, { - "id": 22895, + "id": 6355, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -256944,7 +261122,7 @@ } }, { - "id": 22839, + "id": 6299, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -257000,7 +261178,7 @@ } }, { - "id": 22840, + "id": 6300, "name": "items", "variant": "declaration", "kind": 1024, @@ -257040,14 +261218,14 @@ { "type": "reflection", "declaration": { - "id": 22841, + "id": 6301, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22842, + "id": 6302, "name": "actions", "variant": "declaration", "kind": 1024, @@ -257079,7 +261257,7 @@ { "title": "Properties", "children": [ - 22842 + 6302 ] } ], @@ -257119,14 +261297,14 @@ { "type": "reflection", "declaration": { - "id": 22843, + "id": 6303, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22844, + "id": 6304, "name": "actions", "variant": "declaration", "kind": 1024, @@ -257158,7 +261336,7 @@ { "title": "Properties", "children": [ - 22844 + 6304 ] } ], @@ -257182,7 +261360,7 @@ } }, { - "id": 22845, + "id": 6305, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -257222,14 +261400,14 @@ { "type": "reflection", "declaration": { - "id": 22846, + "id": 6306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22847, + "id": 6307, "name": "actions", "variant": "declaration", "kind": 1024, @@ -257261,7 +261439,7 @@ { "title": "Properties", "children": [ - 22847 + 6307 ] } ], @@ -257301,14 +261479,14 @@ { "type": "reflection", "declaration": { - "id": 22848, + "id": 6308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22849, + "id": 6309, "name": "actions", "variant": "declaration", "kind": 1024, @@ -257340,7 +261518,7 @@ { "title": "Properties", "children": [ - 22849 + 6309 ] } ], @@ -257364,7 +261542,7 @@ } }, { - "id": 22850, + "id": 6310, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -257414,51 +261592,51 @@ { "title": "Properties", "children": [ - 22851, - 22908, - 22909, - 22878, - 22879, - 22880, - 22881, - 22855, - 22882, - 22883, - 22884, - 22910, - 22911, - 22912, - 22854, - 22907, - 22852, - 22853, - 22885, - 22886, - 22887, - 22859, - 22860, - 22861, - 22856, - 22857, - 22858, - 22862, - 22863, - 22864, - 22913, - 22865, - 22866, - 22888, - 22889, - 22890, - 22891, - 22892, - 22893, - 22894, - 22895, - 22839, - 22840, - 22845, - 22850 + 6311, + 6368, + 6369, + 6338, + 6339, + 6340, + 6341, + 6315, + 6342, + 6343, + 6344, + 6370, + 6371, + 6372, + 6314, + 6367, + 6312, + 6313, + 6345, + 6346, + 6347, + 6319, + 6320, + 6321, + 6316, + 6317, + 6318, + 6322, + 6323, + 6324, + 6373, + 6325, + 6326, + 6348, + 6349, + 6350, + 6351, + 6352, + 6353, + 6354, + 6355, + 6299, + 6300, + 6305, + 6310 ] } ], @@ -257503,14 +261681,14 @@ { "type": "reflection", "declaration": { - "id": 22914, + "id": 6374, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22915, + "id": 6375, "name": "config", "variant": "declaration", "kind": 2048, @@ -257524,7 +261702,7 @@ ], "signatures": [ { - "id": 22916, + "id": 6376, "name": "config", "variant": "signature", "kind": 4096, @@ -257538,7 +261716,7 @@ ], "parameters": [ { - "id": 22917, + "id": 6377, "name": "config", "variant": "param", "kind": 32768, @@ -257549,14 +261727,14 @@ { "type": "reflection", "declaration": { - "id": 22918, + "id": 6378, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22919, + "id": 6379, "name": "name", "variant": "declaration", "kind": 1024, @@ -257580,7 +261758,7 @@ { "title": "Properties", "children": [ - 22919 + 6379 ] } ], @@ -257662,7 +261840,7 @@ { "title": "Methods", "children": [ - 22915 + 6375 ] } ], @@ -257703,7 +261881,7 @@ } }, { - "id": 22920, + "id": 6380, "name": "run", "variant": "declaration", "kind": 1024, @@ -257726,7 +261904,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22921, + "id": 6381, "name": "__type", "variant": "declaration", "kind": 65536, @@ -257740,7 +261918,7 @@ ], "signatures": [ { - "id": 22922, + "id": 6382, "name": "__type", "variant": "signature", "kind": 4096, @@ -257768,7 +261946,7 @@ ], "typeParameters": [ { - "id": 22923, + "id": 6383, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -257779,7 +261957,7 @@ } }, { - "id": 22924, + "id": 6384, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -257792,7 +261970,7 @@ ], "parameters": [ { - "id": 22925, + "id": 6385, "name": "args", "variant": "param", "kind": 32768, @@ -257825,7 +262003,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -257845,7 +262023,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -257878,7 +262056,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -257898,7 +262076,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -257918,7 +262096,7 @@ } }, { - "id": 22926, + "id": 6386, "name": "getName", "variant": "declaration", "kind": 1024, @@ -257941,7 +262119,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22927, + "id": 6387, "name": "__type", "variant": "declaration", "kind": 65536, @@ -257955,7 +262133,7 @@ ], "signatures": [ { - "id": 22928, + "id": 6388, "name": "__type", "variant": "signature", "kind": 4096, @@ -257977,7 +262155,7 @@ } }, { - "id": 22929, + "id": 6389, "name": "config", "variant": "declaration", "kind": 1024, @@ -258000,7 +262178,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22930, + "id": 6390, "name": "__type", "variant": "declaration", "kind": 65536, @@ -258014,7 +262192,7 @@ ], "signatures": [ { - "id": 22931, + "id": 6391, "name": "__type", "variant": "signature", "kind": 4096, @@ -258028,7 +262206,7 @@ ], "parameters": [ { - "id": 22932, + "id": 6392, "name": "config", "variant": "param", "kind": 32768, @@ -258054,7 +262232,7 @@ } }, { - "id": 22933, + "id": 6393, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -258082,7 +262260,7 @@ ], "documents": [ { - "id": 37517, + "id": 21004, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -258098,6 +262276,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -258108,7 +262295,7 @@ "frontmatter": {} }, { - "id": 37518, + "id": 21005, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -258124,6 +262311,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -258134,7 +262330,7 @@ "frontmatter": {} }, { - "id": 37519, + "id": 21006, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -258150,6 +262346,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -258160,7 +262365,7 @@ "frontmatter": {} }, { - "id": 37520, + "id": 21007, "name": "orderClaimAddNewItemValidationStep", "variant": "document", "kind": 8388608, @@ -258176,6 +262381,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6272" + } + ] } ], "modifierTags": [ @@ -258186,7 +262400,7 @@ "frontmatter": {} }, { - "id": 37521, + "id": 21008, "name": "addOrderLineItemsWorkflow", "variant": "document", "kind": 8388608, @@ -258202,6 +262416,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5841" + } + ] } ], "modifierTags": [ @@ -258212,7 +262435,7 @@ "frontmatter": {} }, { - "id": 37522, + "id": 21009, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -258228,6 +262451,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -258238,7 +262470,7 @@ "frontmatter": {} }, { - "id": 37523, + "id": 21010, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -258254,6 +262486,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -258264,7 +262505,7 @@ "frontmatter": {} }, { - "id": 37524, + "id": 21011, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -258280,6 +262521,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -258291,21 +262541,21 @@ } ], "childrenIncludingDocuments": [ - 22832, - 22920, - 22926, - 22929, - 22933 + 6292, + 6380, + 6386, + 6389, + 6393 ], "groups": [ { "title": "Properties", "children": [ - 22832, - 22920, - 22926, - 22929, - 22933 + 6292, + 6380, + 6386, + 6389, + 6393 ] } ], @@ -258314,12 +262564,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L110" } ], "signatures": [ { - "id": 22825, + "id": 6285, "name": "orderClaimAddNewItemWorkflow", "variant": "signature", "kind": 4096, @@ -258375,12 +262625,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L110" } ], "typeParameters": [ { - "id": 22826, + "id": 6286, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -258391,7 +262641,7 @@ } }, { - "id": 22827, + "id": 6287, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -258404,7 +262654,7 @@ ], "parameters": [ { - "id": 22828, + "id": 6288, "name": "container", "variant": "param", "kind": 32768, @@ -258428,14 +262678,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22829, + "id": 6289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22830, + "id": 6290, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -258458,7 +262708,7 @@ } }, { - "id": 22831, + "id": 6291, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -258485,8 +262735,8 @@ { "title": "Properties", "children": [ - 22830, - 22831 + 6290, + 6291 ] } ], @@ -258575,14 +262825,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -258597,7 +262847,7 @@ ] }, { - "id": 22936, + "id": 6396, "name": "order", "variant": "declaration", "kind": 1024, @@ -258615,7 +262865,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L31" } ], "type": { @@ -258629,7 +262879,7 @@ } }, { - "id": 22937, + "id": 6397, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -258647,7 +262897,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L35" } ], "type": { @@ -258661,7 +262911,7 @@ } }, { - "id": 22938, + "id": 6398, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -258679,7 +262929,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L39" } ], "type": { @@ -258693,7 +262943,7 @@ } }, { - "id": 22939, + "id": 6399, "name": "orderClaimItemValidationStep", "variant": "declaration", "kind": 64, @@ -258728,7 +262978,7 @@ }, "children": [ { - "id": 22956, + "id": 6416, "name": "__type", "variant": "declaration", "kind": 1024, @@ -258746,7 +262996,7 @@ } }, { - "id": 22957, + "id": 6417, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -258768,8 +263018,8 @@ { "title": "Properties", "children": [ - 22956, - 22957 + 6416, + 6417 ] } ], @@ -258778,12 +263028,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L69" } ], "signatures": [ { - "id": 22940, + "id": 6400, "name": "orderClaimItemValidationStep", "variant": "signature", "kind": 4096, @@ -258821,12 +263071,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L69" } ], "parameters": [ { - "id": 22941, + "id": 6401, "name": "input", "variant": "param", "kind": 32768, @@ -258837,14 +263087,14 @@ { "type": "reflection", "declaration": { - "id": 22942, + "id": 6402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22943, + "id": 6403, "name": "order", "variant": "declaration", "kind": 1024, @@ -258854,7 +263104,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" } ], "type": { @@ -258868,7 +263118,7 @@ } }, { - "id": 22944, + "id": 6404, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -258878,7 +263128,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 77, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" } ], "type": { @@ -258892,7 +263142,7 @@ } }, { - "id": 22945, + "id": 6405, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -258902,7 +263152,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 78, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" } ], "type": { @@ -258920,9 +263170,9 @@ { "title": "Properties", "children": [ - 22943, - 22944, - 22945 + 6403, + 6404, + 6405 ] } ], @@ -258931,7 +263181,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 75, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L75" } ] } @@ -258946,14 +263196,14 @@ { "type": "reflection", "declaration": { - "id": 22946, + "id": 6406, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22947, + "id": 6407, "name": "order", "variant": "declaration", "kind": 1024, @@ -258963,7 +263213,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" } ], "type": { @@ -258977,7 +263227,7 @@ } }, { - "id": 22948, + "id": 6408, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -258987,7 +263237,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 77, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" } ], "type": { @@ -259001,7 +263251,7 @@ } }, { - "id": 22949, + "id": 6409, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -259011,7 +263261,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 78, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" } ], "type": { @@ -259029,9 +263279,9 @@ { "title": "Properties", "children": [ - 22947, - 22948, - 22949 + 6407, + 6408, + 6409 ] } ], @@ -259040,7 +263290,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 75, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L75" } ] } @@ -259074,14 +263324,14 @@ { "type": "reflection", "declaration": { - "id": 22950, + "id": 6410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22951, + "id": 6411, "name": "config", "variant": "declaration", "kind": 2048, @@ -259095,7 +263345,7 @@ ], "signatures": [ { - "id": 22952, + "id": 6412, "name": "config", "variant": "signature", "kind": 4096, @@ -259109,7 +263359,7 @@ ], "parameters": [ { - "id": 22953, + "id": 6413, "name": "config", "variant": "param", "kind": 32768, @@ -259120,14 +263370,14 @@ { "type": "reflection", "declaration": { - "id": 22954, + "id": 6414, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22955, + "id": 6415, "name": "name", "variant": "declaration", "kind": 1024, @@ -259151,7 +263401,7 @@ { "title": "Properties", "children": [ - 22955 + 6415 ] } ], @@ -259228,7 +263478,7 @@ { "title": "Methods", "children": [ - 22951 + 6411 ] } ], @@ -259262,7 +263512,7 @@ ] }, { - "id": 22943, + "id": 6403, "name": "order", "variant": "declaration", "kind": 1024, @@ -259272,7 +263522,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" } ], "type": { @@ -259286,7 +263536,7 @@ } }, { - "id": 22944, + "id": 6404, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -259296,7 +263546,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 77, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" } ], "type": { @@ -259310,7 +263560,7 @@ } }, { - "id": 22945, + "id": 6405, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -259320,7 +263570,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 78, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" } ], "type": { @@ -259334,7 +263584,7 @@ } }, { - "id": 22947, + "id": 6407, "name": "order", "variant": "declaration", "kind": 1024, @@ -259344,7 +263594,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L76" } ], "type": { @@ -259358,7 +263608,7 @@ } }, { - "id": 22948, + "id": 6408, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -259368,7 +263618,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 77, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L77" } ], "type": { @@ -259382,7 +263632,7 @@ } }, { - "id": 22949, + "id": 6409, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -259392,7 +263642,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 78, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L78" } ], "type": { @@ -259406,7 +263656,7 @@ } }, { - "id": 22958, + "id": 6418, "name": "orderClaimItemWorkflowId", "variant": "declaration", "kind": 32, @@ -259418,7 +263668,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 86, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L86" } ], "type": { @@ -259428,7 +263678,7 @@ "defaultValue": "\"claim-item\"" }, { - "id": 22959, + "id": 6419, "name": "orderClaimItemWorkflow", "variant": "declaration", "kind": 64, @@ -259481,7 +263731,7 @@ }, "children": [ { - "id": 22967, + "id": 6427, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -259504,7 +263754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 22968, + "id": 6428, "name": "__type", "variant": "declaration", "kind": 65536, @@ -259518,7 +263768,7 @@ ], "signatures": [ { - "id": 22969, + "id": 6429, "name": "__type", "variant": "signature", "kind": 4096, @@ -259546,7 +263796,7 @@ ], "parameters": [ { - "id": 22970, + "id": 6430, "name": "param0", "variant": "param", "kind": 32768, @@ -259562,14 +263812,14 @@ "type": { "type": "reflection", "declaration": { - "id": 22971, + "id": 6431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22972, + "id": 6432, "name": "input", "variant": "declaration", "kind": 1024, @@ -259629,7 +263879,7 @@ { "title": "Properties", "children": [ - 22972 + 6432 ] } ], @@ -259650,14 +263900,14 @@ { "type": "reflection", "declaration": { - "id": 22973, + "id": 6433, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22986, + "id": 6446, "name": "id", "variant": "declaration", "kind": 1024, @@ -259703,7 +263953,7 @@ } }, { - "id": 23043, + "id": 6503, "name": "version", "variant": "declaration", "kind": 1024, @@ -259749,7 +263999,7 @@ } }, { - "id": 23044, + "id": 6504, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -259795,7 +264045,7 @@ } }, { - "id": 23013, + "id": 6473, "name": "status", "variant": "declaration", "kind": 1024, @@ -259851,7 +264101,7 @@ } }, { - "id": 23014, + "id": 6474, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -259908,7 +264158,7 @@ } }, { - "id": 23015, + "id": 6475, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -259965,7 +264215,7 @@ } }, { - "id": 23016, + "id": 6476, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -260022,7 +264272,7 @@ } }, { - "id": 22990, + "id": 6450, "name": "email", "variant": "declaration", "kind": 1024, @@ -260079,7 +264329,7 @@ } }, { - "id": 23017, + "id": 6477, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -260125,7 +264375,7 @@ } }, { - "id": 23018, + "id": 6478, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -260195,7 +264445,7 @@ } }, { - "id": 23019, + "id": 6479, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -260265,7 +264515,7 @@ } }, { - "id": 23045, + "id": 6505, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -260341,7 +264591,7 @@ } }, { - "id": 23046, + "id": 6506, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -260417,7 +264667,7 @@ } }, { - "id": 23047, + "id": 6507, "name": "summary", "variant": "declaration", "kind": 1024, @@ -260487,7 +264737,7 @@ } }, { - "id": 22989, + "id": 6449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -260582,7 +264832,7 @@ } }, { - "id": 23042, + "id": 6502, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -260657,7 +264907,7 @@ } }, { - "id": 22987, + "id": 6447, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -260726,7 +264976,7 @@ } }, { - "id": 22988, + "id": 6448, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -260795,7 +265045,7 @@ } }, { - "id": 23020, + "id": 6480, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -260851,7 +265101,7 @@ } }, { - "id": 23021, + "id": 6481, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -260907,7 +265157,7 @@ } }, { - "id": 23022, + "id": 6482, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -260963,7 +265213,7 @@ } }, { - "id": 22994, + "id": 6454, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -261019,7 +265269,7 @@ } }, { - "id": 22995, + "id": 6455, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -261075,7 +265325,7 @@ } }, { - "id": 22996, + "id": 6456, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -261131,7 +265381,7 @@ } }, { - "id": 22991, + "id": 6451, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -261187,7 +265437,7 @@ } }, { - "id": 22992, + "id": 6452, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -261243,7 +265493,7 @@ } }, { - "id": 22993, + "id": 6453, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -261299,7 +265549,7 @@ } }, { - "id": 22997, + "id": 6457, "name": "total", "variant": "declaration", "kind": 1024, @@ -261355,7 +265605,7 @@ } }, { - "id": 22998, + "id": 6458, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -261411,7 +265661,7 @@ } }, { - "id": 22999, + "id": 6459, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -261467,7 +265717,7 @@ } }, { - "id": 23048, + "id": 6508, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -261523,7 +265773,7 @@ } }, { - "id": 23000, + "id": 6460, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -261579,7 +265829,7 @@ } }, { - "id": 23001, + "id": 6461, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -261635,7 +265885,7 @@ } }, { - "id": 23023, + "id": 6483, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -261691,7 +265941,7 @@ } }, { - "id": 23024, + "id": 6484, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -261747,7 +265997,7 @@ } }, { - "id": 23025, + "id": 6485, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -261803,7 +266053,7 @@ } }, { - "id": 23026, + "id": 6486, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -261859,7 +266109,7 @@ } }, { - "id": 23027, + "id": 6487, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -261915,7 +266165,7 @@ } }, { - "id": 23028, + "id": 6488, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -261971,7 +266221,7 @@ } }, { - "id": 23029, + "id": 6489, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -262027,7 +266277,7 @@ } }, { - "id": 23030, + "id": 6490, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -262083,7 +266333,7 @@ } }, { - "id": 22974, + "id": 6434, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -262139,7 +266389,7 @@ } }, { - "id": 22975, + "id": 6435, "name": "items", "variant": "declaration", "kind": 1024, @@ -262179,14 +266429,14 @@ { "type": "reflection", "declaration": { - "id": 22976, + "id": 6436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22977, + "id": 6437, "name": "actions", "variant": "declaration", "kind": 1024, @@ -262218,7 +266468,7 @@ { "title": "Properties", "children": [ - 22977 + 6437 ] } ], @@ -262258,14 +266508,14 @@ { "type": "reflection", "declaration": { - "id": 22978, + "id": 6438, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22979, + "id": 6439, "name": "actions", "variant": "declaration", "kind": 1024, @@ -262297,7 +266547,7 @@ { "title": "Properties", "children": [ - 22979 + 6439 ] } ], @@ -262321,7 +266571,7 @@ } }, { - "id": 22980, + "id": 6440, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -262361,14 +266611,14 @@ { "type": "reflection", "declaration": { - "id": 22981, + "id": 6441, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22982, + "id": 6442, "name": "actions", "variant": "declaration", "kind": 1024, @@ -262400,7 +266650,7 @@ { "title": "Properties", "children": [ - 22982 + 6442 ] } ], @@ -262440,14 +266690,14 @@ { "type": "reflection", "declaration": { - "id": 22983, + "id": 6443, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22984, + "id": 6444, "name": "actions", "variant": "declaration", "kind": 1024, @@ -262479,7 +266729,7 @@ { "title": "Properties", "children": [ - 22984 + 6444 ] } ], @@ -262503,7 +266753,7 @@ } }, { - "id": 22985, + "id": 6445, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -262553,51 +266803,51 @@ { "title": "Properties", "children": [ - 22986, - 23043, - 23044, - 23013, - 23014, - 23015, - 23016, - 22990, - 23017, - 23018, - 23019, - 23045, - 23046, - 23047, - 22989, - 23042, - 22987, - 22988, - 23020, - 23021, - 23022, - 22994, - 22995, - 22996, - 22991, - 22992, - 22993, - 22997, - 22998, - 22999, - 23048, - 23000, - 23001, - 23023, - 23024, - 23025, - 23026, - 23027, - 23028, - 23029, - 23030, - 22974, - 22975, - 22980, - 22985 + 6446, + 6503, + 6504, + 6473, + 6474, + 6475, + 6476, + 6450, + 6477, + 6478, + 6479, + 6505, + 6506, + 6507, + 6449, + 6502, + 6447, + 6448, + 6480, + 6481, + 6482, + 6454, + 6455, + 6456, + 6451, + 6452, + 6453, + 6457, + 6458, + 6459, + 6508, + 6460, + 6461, + 6483, + 6484, + 6485, + 6486, + 6487, + 6488, + 6489, + 6490, + 6434, + 6435, + 6440, + 6445 ] } ], @@ -262642,14 +266892,14 @@ { "type": "reflection", "declaration": { - "id": 23049, + "id": 6509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23050, + "id": 6510, "name": "config", "variant": "declaration", "kind": 2048, @@ -262663,7 +266913,7 @@ ], "signatures": [ { - "id": 23051, + "id": 6511, "name": "config", "variant": "signature", "kind": 4096, @@ -262677,7 +266927,7 @@ ], "parameters": [ { - "id": 23052, + "id": 6512, "name": "config", "variant": "param", "kind": 32768, @@ -262688,14 +266938,14 @@ { "type": "reflection", "declaration": { - "id": 23053, + "id": 6513, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23054, + "id": 6514, "name": "name", "variant": "declaration", "kind": 1024, @@ -262719,7 +266969,7 @@ { "title": "Properties", "children": [ - 23054 + 6514 ] } ], @@ -262801,7 +267051,7 @@ { "title": "Methods", "children": [ - 23050 + 6510 ] } ], @@ -262842,7 +267092,7 @@ } }, { - "id": 23055, + "id": 6515, "name": "run", "variant": "declaration", "kind": 1024, @@ -262865,7 +267115,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23056, + "id": 6516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -262879,7 +267129,7 @@ ], "signatures": [ { - "id": 23057, + "id": 6517, "name": "__type", "variant": "signature", "kind": 4096, @@ -262907,7 +267157,7 @@ ], "typeParameters": [ { - "id": 23058, + "id": 6518, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -262918,7 +267168,7 @@ } }, { - "id": 23059, + "id": 6519, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -262931,7 +267181,7 @@ ], "parameters": [ { - "id": 23060, + "id": 6520, "name": "args", "variant": "param", "kind": 32768, @@ -262964,7 +267214,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -262984,7 +267234,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -263017,7 +267267,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -263037,7 +267287,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -263057,7 +267307,7 @@ } }, { - "id": 23061, + "id": 6521, "name": "getName", "variant": "declaration", "kind": 1024, @@ -263080,7 +267330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23062, + "id": 6522, "name": "__type", "variant": "declaration", "kind": 65536, @@ -263094,7 +267344,7 @@ ], "signatures": [ { - "id": 23063, + "id": 6523, "name": "__type", "variant": "signature", "kind": 4096, @@ -263116,7 +267366,7 @@ } }, { - "id": 23064, + "id": 6524, "name": "config", "variant": "declaration", "kind": 1024, @@ -263139,7 +267389,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23065, + "id": 6525, "name": "__type", "variant": "declaration", "kind": 65536, @@ -263153,7 +267403,7 @@ ], "signatures": [ { - "id": 23066, + "id": 6526, "name": "__type", "variant": "signature", "kind": 4096, @@ -263167,7 +267417,7 @@ ], "parameters": [ { - "id": 23067, + "id": 6527, "name": "config", "variant": "param", "kind": 32768, @@ -263193,7 +267443,7 @@ } }, { - "id": 23068, + "id": 6528, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -263221,7 +267471,7 @@ ], "documents": [ { - "id": 37525, + "id": 21012, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -263237,6 +267487,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -263247,7 +267506,7 @@ "frontmatter": {} }, { - "id": 37526, + "id": 21013, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -263263,6 +267522,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -263273,7 +267541,7 @@ "frontmatter": {} }, { - "id": 37527, + "id": 21014, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -263289,6 +267557,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -263299,7 +267576,7 @@ "frontmatter": {} }, { - "id": 37528, + "id": 21015, "name": "orderClaimItemValidationStep", "variant": "document", "kind": 8388608, @@ -263315,6 +267592,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6399" + } + ] } ], "modifierTags": [ @@ -263325,7 +267611,7 @@ "frontmatter": {} }, { - "id": 37529, + "id": 21016, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -263341,6 +267627,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -263351,7 +267646,7 @@ "frontmatter": {} }, { - "id": 37530, + "id": 21017, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -263367,6 +267662,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -263378,21 +267682,21 @@ } ], "childrenIncludingDocuments": [ - 22967, - 23055, - 23061, - 23064, - 23068 + 6427, + 6515, + 6521, + 6524, + 6528 ], "groups": [ { "title": "Properties", "children": [ - 22967, - 23055, - 23061, - 23064, - 23068 + 6427, + 6515, + 6521, + 6524, + 6528 ] } ], @@ -263401,12 +267705,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L112" } ], "signatures": [ { - "id": 22960, + "id": 6420, "name": "orderClaimItemWorkflow", "variant": "signature", "kind": 4096, @@ -263462,12 +267766,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L112" } ], "typeParameters": [ { - "id": 22961, + "id": 6421, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -263478,7 +267782,7 @@ } }, { - "id": 22962, + "id": 6422, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -263491,7 +267795,7 @@ ], "parameters": [ { - "id": 22963, + "id": 6423, "name": "container", "variant": "param", "kind": 32768, @@ -263515,14 +267819,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22964, + "id": 6424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22965, + "id": 6425, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -263545,7 +267849,7 @@ } }, { - "id": 22966, + "id": 6426, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -263572,8 +267876,8 @@ { "title": "Properties", "children": [ - 22965, - 22966 + 6425, + 6426 ] } ], @@ -263662,14 +267966,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -263684,7 +267988,7 @@ ] }, { - "id": 23071, + "id": 6531, "name": "order", "variant": "declaration", "kind": 1024, @@ -263702,7 +268006,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L37" } ], "type": { @@ -263716,7 +268020,7 @@ } }, { - "id": 23072, + "id": 6532, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -263734,7 +268038,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L41" } ], "type": { @@ -263748,7 +268052,7 @@ } }, { - "id": 23073, + "id": 6533, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -263766,7 +268070,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L45" } ], "type": { @@ -263780,7 +268084,7 @@ } }, { - "id": 23074, + "id": 6534, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -263798,7 +268102,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L49" } ], "type": { @@ -263812,7 +268116,7 @@ } }, { - "id": 23075, + "id": 6535, "name": "items", "variant": "declaration", "kind": 1024, @@ -263830,7 +268134,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L53" } ], "type": { @@ -263852,7 +268156,7 @@ } }, { - "id": 23076, + "id": 6536, "name": "orderClaimRequestItemReturnValidationStep", "variant": "declaration", "kind": 64, @@ -263887,7 +268191,7 @@ }, "children": [ { - "id": 23085, + "id": 6545, "name": "__type", "variant": "declaration", "kind": 1024, @@ -263905,7 +268209,7 @@ } }, { - "id": 23086, + "id": 6546, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -263927,8 +268231,8 @@ { "title": "Properties", "children": [ - 23085, - 23086 + 6545, + 6546 ] } ], @@ -263937,12 +268241,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 93, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L93" } ], "signatures": [ { - "id": 23077, + "id": 6537, "name": "orderClaimRequestItemReturnValidationStep", "variant": "signature", "kind": 4096, @@ -263980,12 +268284,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 93, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L93" } ], "parameters": [ { - "id": 23078, + "id": 6538, "name": "input", "variant": "param", "kind": 32768, @@ -263995,7 +268299,7 @@ "types": [ { "type": "reference", - "target": 23069, + "target": 6529, "name": "OrderClaimRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -264008,7 +268312,7 @@ "typeArguments": [ { "type": "reference", - "target": 23069, + "target": 6529, "name": "OrderClaimRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -264041,14 +268345,14 @@ { "type": "reflection", "declaration": { - "id": 23079, + "id": 6539, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23080, + "id": 6540, "name": "config", "variant": "declaration", "kind": 2048, @@ -264062,7 +268366,7 @@ ], "signatures": [ { - "id": 23081, + "id": 6541, "name": "config", "variant": "signature", "kind": 4096, @@ -264076,7 +268380,7 @@ ], "parameters": [ { - "id": 23082, + "id": 6542, "name": "config", "variant": "param", "kind": 32768, @@ -264087,14 +268391,14 @@ { "type": "reflection", "declaration": { - "id": 23083, + "id": 6543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23084, + "id": 6544, "name": "name", "variant": "declaration", "kind": 1024, @@ -264118,7 +268422,7 @@ { "title": "Properties", "children": [ - 23084 + 6544 ] } ], @@ -264195,7 +268499,7 @@ { "title": "Methods", "children": [ - 23080 + 6540 ] } ], @@ -264229,7 +268533,7 @@ ] }, { - "id": 23087, + "id": 6547, "name": "orderClaimRequestItemReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -264241,7 +268545,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L110" } ], "type": { @@ -264251,7 +268555,7 @@ "defaultValue": "\"claim-request-item-return\"" }, { - "id": 23088, + "id": 6548, "name": "orderClaimRequestItemReturnWorkflow", "variant": "declaration", "kind": 64, @@ -264304,7 +268608,7 @@ }, "children": [ { - "id": 23096, + "id": 6556, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -264327,7 +268631,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23097, + "id": 6557, "name": "__type", "variant": "declaration", "kind": 65536, @@ -264341,7 +268645,7 @@ ], "signatures": [ { - "id": 23098, + "id": 6558, "name": "__type", "variant": "signature", "kind": 4096, @@ -264369,7 +268673,7 @@ ], "parameters": [ { - "id": 23099, + "id": 6559, "name": "param0", "variant": "param", "kind": 32768, @@ -264385,14 +268689,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23100, + "id": 6560, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23101, + "id": 6561, "name": "input", "variant": "declaration", "kind": 1024, @@ -264452,7 +268756,7 @@ { "title": "Properties", "children": [ - 23101 + 6561 ] } ], @@ -264473,14 +268777,14 @@ { "type": "reflection", "declaration": { - "id": 23102, + "id": 6562, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23115, + "id": 6575, "name": "id", "variant": "declaration", "kind": 1024, @@ -264526,7 +268830,7 @@ } }, { - "id": 23172, + "id": 6632, "name": "version", "variant": "declaration", "kind": 1024, @@ -264572,7 +268876,7 @@ } }, { - "id": 23173, + "id": 6633, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -264618,7 +268922,7 @@ } }, { - "id": 23142, + "id": 6602, "name": "status", "variant": "declaration", "kind": 1024, @@ -264674,7 +268978,7 @@ } }, { - "id": 23143, + "id": 6603, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -264731,7 +269035,7 @@ } }, { - "id": 23144, + "id": 6604, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -264788,7 +269092,7 @@ } }, { - "id": 23145, + "id": 6605, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -264845,7 +269149,7 @@ } }, { - "id": 23119, + "id": 6579, "name": "email", "variant": "declaration", "kind": 1024, @@ -264902,7 +269206,7 @@ } }, { - "id": 23146, + "id": 6606, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -264948,7 +269252,7 @@ } }, { - "id": 23147, + "id": 6607, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -265018,7 +269322,7 @@ } }, { - "id": 23148, + "id": 6608, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -265088,7 +269392,7 @@ } }, { - "id": 23174, + "id": 6634, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -265164,7 +269468,7 @@ } }, { - "id": 23175, + "id": 6635, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -265240,7 +269544,7 @@ } }, { - "id": 23176, + "id": 6636, "name": "summary", "variant": "declaration", "kind": 1024, @@ -265310,7 +269614,7 @@ } }, { - "id": 23118, + "id": 6578, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -265405,7 +269709,7 @@ } }, { - "id": 23171, + "id": 6631, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -265480,7 +269784,7 @@ } }, { - "id": 23116, + "id": 6576, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -265549,7 +269853,7 @@ } }, { - "id": 23117, + "id": 6577, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -265618,7 +269922,7 @@ } }, { - "id": 23149, + "id": 6609, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -265674,7 +269978,7 @@ } }, { - "id": 23150, + "id": 6610, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -265730,7 +270034,7 @@ } }, { - "id": 23151, + "id": 6611, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -265786,7 +270090,7 @@ } }, { - "id": 23123, + "id": 6583, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -265842,7 +270146,7 @@ } }, { - "id": 23124, + "id": 6584, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -265898,7 +270202,7 @@ } }, { - "id": 23125, + "id": 6585, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -265954,7 +270258,7 @@ } }, { - "id": 23120, + "id": 6580, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -266010,7 +270314,7 @@ } }, { - "id": 23121, + "id": 6581, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -266066,7 +270370,7 @@ } }, { - "id": 23122, + "id": 6582, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -266122,7 +270426,7 @@ } }, { - "id": 23126, + "id": 6586, "name": "total", "variant": "declaration", "kind": 1024, @@ -266178,7 +270482,7 @@ } }, { - "id": 23127, + "id": 6587, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -266234,7 +270538,7 @@ } }, { - "id": 23128, + "id": 6588, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -266290,7 +270594,7 @@ } }, { - "id": 23177, + "id": 6637, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -266346,7 +270650,7 @@ } }, { - "id": 23129, + "id": 6589, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -266402,7 +270706,7 @@ } }, { - "id": 23130, + "id": 6590, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -266458,7 +270762,7 @@ } }, { - "id": 23152, + "id": 6612, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -266514,7 +270818,7 @@ } }, { - "id": 23153, + "id": 6613, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -266570,7 +270874,7 @@ } }, { - "id": 23154, + "id": 6614, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -266626,7 +270930,7 @@ } }, { - "id": 23155, + "id": 6615, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -266682,7 +270986,7 @@ } }, { - "id": 23156, + "id": 6616, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -266738,7 +271042,7 @@ } }, { - "id": 23157, + "id": 6617, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -266794,7 +271098,7 @@ } }, { - "id": 23158, + "id": 6618, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -266850,7 +271154,7 @@ } }, { - "id": 23159, + "id": 6619, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -266906,7 +271210,7 @@ } }, { - "id": 23103, + "id": 6563, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -266962,7 +271266,7 @@ } }, { - "id": 23104, + "id": 6564, "name": "items", "variant": "declaration", "kind": 1024, @@ -267002,14 +271306,14 @@ { "type": "reflection", "declaration": { - "id": 23105, + "id": 6565, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23106, + "id": 6566, "name": "actions", "variant": "declaration", "kind": 1024, @@ -267041,7 +271345,7 @@ { "title": "Properties", "children": [ - 23106 + 6566 ] } ], @@ -267081,14 +271385,14 @@ { "type": "reflection", "declaration": { - "id": 23107, + "id": 6567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23108, + "id": 6568, "name": "actions", "variant": "declaration", "kind": 1024, @@ -267120,7 +271424,7 @@ { "title": "Properties", "children": [ - 23108 + 6568 ] } ], @@ -267144,7 +271448,7 @@ } }, { - "id": 23109, + "id": 6569, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -267184,14 +271488,14 @@ { "type": "reflection", "declaration": { - "id": 23110, + "id": 6570, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23111, + "id": 6571, "name": "actions", "variant": "declaration", "kind": 1024, @@ -267223,7 +271527,7 @@ { "title": "Properties", "children": [ - 23111 + 6571 ] } ], @@ -267263,14 +271567,14 @@ { "type": "reflection", "declaration": { - "id": 23112, + "id": 6572, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23113, + "id": 6573, "name": "actions", "variant": "declaration", "kind": 1024, @@ -267302,7 +271606,7 @@ { "title": "Properties", "children": [ - 23113 + 6573 ] } ], @@ -267326,7 +271630,7 @@ } }, { - "id": 23114, + "id": 6574, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -267376,51 +271680,51 @@ { "title": "Properties", "children": [ - 23115, - 23172, - 23173, - 23142, - 23143, - 23144, - 23145, - 23119, - 23146, - 23147, - 23148, - 23174, - 23175, - 23176, - 23118, - 23171, - 23116, - 23117, - 23149, - 23150, - 23151, - 23123, - 23124, - 23125, - 23120, - 23121, - 23122, - 23126, - 23127, - 23128, - 23177, - 23129, - 23130, - 23152, - 23153, - 23154, - 23155, - 23156, - 23157, - 23158, - 23159, - 23103, - 23104, - 23109, - 23114 + 6575, + 6632, + 6633, + 6602, + 6603, + 6604, + 6605, + 6579, + 6606, + 6607, + 6608, + 6634, + 6635, + 6636, + 6578, + 6631, + 6576, + 6577, + 6609, + 6610, + 6611, + 6583, + 6584, + 6585, + 6580, + 6581, + 6582, + 6586, + 6587, + 6588, + 6637, + 6589, + 6590, + 6612, + 6613, + 6614, + 6615, + 6616, + 6617, + 6618, + 6619, + 6563, + 6564, + 6569, + 6574 ] } ], @@ -267465,14 +271769,14 @@ { "type": "reflection", "declaration": { - "id": 23178, + "id": 6638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23179, + "id": 6639, "name": "config", "variant": "declaration", "kind": 2048, @@ -267486,7 +271790,7 @@ ], "signatures": [ { - "id": 23180, + "id": 6640, "name": "config", "variant": "signature", "kind": 4096, @@ -267500,7 +271804,7 @@ ], "parameters": [ { - "id": 23181, + "id": 6641, "name": "config", "variant": "param", "kind": 32768, @@ -267511,14 +271815,14 @@ { "type": "reflection", "declaration": { - "id": 23182, + "id": 6642, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23183, + "id": 6643, "name": "name", "variant": "declaration", "kind": 1024, @@ -267542,7 +271846,7 @@ { "title": "Properties", "children": [ - 23183 + 6643 ] } ], @@ -267624,7 +271928,7 @@ { "title": "Methods", "children": [ - 23179 + 6639 ] } ], @@ -267665,7 +271969,7 @@ } }, { - "id": 23184, + "id": 6644, "name": "run", "variant": "declaration", "kind": 1024, @@ -267688,7 +271992,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23185, + "id": 6645, "name": "__type", "variant": "declaration", "kind": 65536, @@ -267702,7 +272006,7 @@ ], "signatures": [ { - "id": 23186, + "id": 6646, "name": "__type", "variant": "signature", "kind": 4096, @@ -267730,7 +272034,7 @@ ], "typeParameters": [ { - "id": 23187, + "id": 6647, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -267741,7 +272045,7 @@ } }, { - "id": 23188, + "id": 6648, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -267754,7 +272058,7 @@ ], "parameters": [ { - "id": 23189, + "id": 6649, "name": "args", "variant": "param", "kind": 32768, @@ -267787,7 +272091,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -267807,7 +272111,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -267840,7 +272144,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -267860,7 +272164,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -267880,7 +272184,7 @@ } }, { - "id": 23190, + "id": 6650, "name": "getName", "variant": "declaration", "kind": 1024, @@ -267903,7 +272207,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23191, + "id": 6651, "name": "__type", "variant": "declaration", "kind": 65536, @@ -267917,7 +272221,7 @@ ], "signatures": [ { - "id": 23192, + "id": 6652, "name": "__type", "variant": "signature", "kind": 4096, @@ -267939,7 +272243,7 @@ } }, { - "id": 23193, + "id": 6653, "name": "config", "variant": "declaration", "kind": 1024, @@ -267962,7 +272266,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23194, + "id": 6654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -267976,7 +272280,7 @@ ], "signatures": [ { - "id": 23195, + "id": 6655, "name": "__type", "variant": "signature", "kind": 4096, @@ -267990,7 +272294,7 @@ ], "parameters": [ { - "id": 23196, + "id": 6656, "name": "config", "variant": "param", "kind": 32768, @@ -268016,7 +272320,7 @@ } }, { - "id": 23197, + "id": 6657, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -268044,7 +272348,7 @@ ], "documents": [ { - "id": 37531, + "id": 21018, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -268060,6 +272364,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -268070,7 +272383,7 @@ "frontmatter": {} }, { - "id": 37532, + "id": 21019, "name": "when", "variant": "document", "kind": 8388608, @@ -268105,7 +272418,7 @@ "frontmatter": {}, "children": [ { - "id": 37533, + "id": 21020, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -268121,6 +272434,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -268133,7 +272455,7 @@ ] }, { - "id": 37534, + "id": 21021, "name": "when", "variant": "document", "kind": 8388608, @@ -268168,7 +272490,7 @@ "frontmatter": {}, "children": [ { - "id": 37535, + "id": 21022, "name": "createReturnsStep", "variant": "document", "kind": 8388608, @@ -268184,6 +272506,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5730" + } + ] } ], "modifierTags": [ @@ -268196,7 +272527,7 @@ ] }, { - "id": 37536, + "id": 21023, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -268212,6 +272543,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -268222,7 +272562,7 @@ "frontmatter": {} }, { - "id": 37537, + "id": 21024, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -268238,6 +272578,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -268248,7 +272597,7 @@ "frontmatter": {} }, { - "id": 37538, + "id": 21025, "name": "when", "variant": "document", "kind": 8388608, @@ -268283,7 +272632,7 @@ "frontmatter": {}, "children": [ { - "id": 37539, + "id": 21026, "name": "updateOrderChangesStep", "variant": "document", "kind": 8388608, @@ -268299,6 +272648,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5799" + } + ] } ], "modifierTags": [ @@ -268311,7 +272669,7 @@ ] }, { - "id": 37540, + "id": 21027, "name": "orderClaimRequestItemReturnValidationStep", "variant": "document", "kind": 8388608, @@ -268327,6 +272685,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6536" + } + ] } ], "modifierTags": [ @@ -268337,7 +272704,7 @@ "frontmatter": {} }, { - "id": 37542, + "id": 21029, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -268353,6 +272720,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -268363,7 +272739,7 @@ "frontmatter": {} }, { - "id": 37543, + "id": 21030, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -268379,6 +272755,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -268390,21 +272775,21 @@ } ], "childrenIncludingDocuments": [ - 23096, - 23184, - 23190, - 23193, - 23197 + 6556, + 6644, + 6650, + 6653, + 6657 ], "groups": [ { "title": "Properties", "children": [ - 23096, - 23184, - 23190, - 23193, - 23197 + 6556, + 6644, + 6650, + 6653, + 6657 ] } ], @@ -268413,12 +272798,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 138, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L138" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L138" } ], "signatures": [ { - "id": 23089, + "id": 6549, "name": "orderClaimRequestItemReturnWorkflow", "variant": "signature", "kind": 4096, @@ -268474,12 +272859,12 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 138, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L138" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L138" } ], "typeParameters": [ { - "id": 23090, + "id": 6550, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -268490,7 +272875,7 @@ } }, { - "id": 23091, + "id": 6551, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -268503,7 +272888,7 @@ ], "parameters": [ { - "id": 23092, + "id": 6552, "name": "container", "variant": "param", "kind": 32768, @@ -268527,14 +272912,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23093, + "id": 6553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23094, + "id": 6554, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -268557,7 +272942,7 @@ } }, { - "id": 23095, + "id": 6555, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -268584,8 +272969,8 @@ { "title": "Properties", "children": [ - 23094, - 23095 + 6554, + 6555 ] } ], @@ -268674,14 +273059,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -268696,7 +273081,7 @@ ] }, { - "id": 23200, + "id": 6660, "name": "order", "variant": "declaration", "kind": 1024, @@ -268714,7 +273099,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L64" } ], "type": { @@ -268728,7 +273113,7 @@ } }, { - "id": 23201, + "id": 6661, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -268746,7 +273131,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 68, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L68" } ], "type": { @@ -268760,7 +273145,7 @@ } }, { - "id": 23202, + "id": 6662, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -268778,7 +273163,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L72" } ], "type": { @@ -268792,7 +273177,7 @@ } }, { - "id": 23203, + "id": 6663, "name": "confirmClaimRequestValidationStep", "variant": "declaration", "kind": 64, @@ -268827,7 +273212,7 @@ }, "children": [ { - "id": 23212, + "id": 6672, "name": "__type", "variant": "declaration", "kind": 1024, @@ -268845,7 +273230,7 @@ } }, { - "id": 23213, + "id": 6673, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -268867,8 +273252,8 @@ { "title": "Properties", "children": [ - 23212, - 23213 + 6672, + 6673 ] } ], @@ -268877,12 +273262,12 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 102, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L102" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L102" } ], "signatures": [ { - "id": 23204, + "id": 6664, "name": "confirmClaimRequestValidationStep", "variant": "signature", "kind": 4096, @@ -268920,12 +273305,12 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 102, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L102" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L102" } ], "parameters": [ { - "id": 23205, + "id": 6665, "name": "input", "variant": "param", "kind": 32768, @@ -268935,7 +273320,7 @@ "types": [ { "type": "reference", - "target": 23198, + "target": 6658, "name": "ConfirmClaimRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -268948,7 +273333,7 @@ "typeArguments": [ { "type": "reference", - "target": 23198, + "target": 6658, "name": "ConfirmClaimRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -268981,14 +273366,14 @@ { "type": "reflection", "declaration": { - "id": 23206, + "id": 6666, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23207, + "id": 6667, "name": "config", "variant": "declaration", "kind": 2048, @@ -269002,7 +273387,7 @@ ], "signatures": [ { - "id": 23208, + "id": 6668, "name": "config", "variant": "signature", "kind": 4096, @@ -269016,7 +273401,7 @@ ], "parameters": [ { - "id": 23209, + "id": 6669, "name": "config", "variant": "param", "kind": 32768, @@ -269027,14 +273412,14 @@ { "type": "reflection", "declaration": { - "id": 23210, + "id": 6670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23211, + "id": 6671, "name": "name", "variant": "declaration", "kind": 1024, @@ -269058,7 +273443,7 @@ { "title": "Properties", "children": [ - 23211 + 6671 ] } ], @@ -269135,7 +273520,7 @@ { "title": "Methods", "children": [ - 23207 + 6667 ] } ], @@ -269169,7 +273554,7 @@ ] }, { - "id": 23216, + "id": 6676, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -269187,7 +273572,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 264, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L264" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L264" } ], "type": { @@ -269196,7 +273581,7 @@ } }, { - "id": 23217, + "id": 6677, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -269216,7 +273601,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 268, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L268" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L268" } ], "type": { @@ -269225,7 +273610,7 @@ } }, { - "id": 23218, + "id": 6678, "name": "confirmClaimRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -269237,7 +273622,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 271, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L271" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L271" } ], "type": { @@ -269247,7 +273632,7 @@ "defaultValue": "\"confirm-claim-request\"" }, { - "id": 23219, + "id": 6679, "name": "confirmClaimRequestWorkflow", "variant": "declaration", "kind": 64, @@ -269256,7 +273641,7 @@ "summary": [ { "kind": "text", - "text": "This workflow confirms a requested claim. It's used by the \n[Confirm Claim Request API Route](https://docs.medusajs.com/api/admin#claims_postclaimsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a claim\nfor an order in your custom flows." + "text": "This workflow confirms a requested claim. It's used by the\n[Confirm Claim Request API Route](https://docs.medusajs.com/api/admin#claims_postclaimsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a claim\nfor an order in your custom flows." } ], "blockTags": [ @@ -269300,7 +273685,7 @@ }, "children": [ { - "id": 23227, + "id": 6687, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -269323,7 +273708,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23228, + "id": 6688, "name": "__type", "variant": "declaration", "kind": 65536, @@ -269337,7 +273722,7 @@ ], "signatures": [ { - "id": 23229, + "id": 6689, "name": "__type", "variant": "signature", "kind": 4096, @@ -269365,7 +273750,7 @@ ], "parameters": [ { - "id": 23230, + "id": 6690, "name": "param0", "variant": "param", "kind": 32768, @@ -269381,14 +273766,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23231, + "id": 6691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23232, + "id": 6692, "name": "input", "variant": "declaration", "kind": 1024, @@ -269413,7 +273798,7 @@ "types": [ { "type": "reference", - "target": 23214, + "target": 6674, "name": "ConfirmClaimRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -269426,7 +273811,7 @@ "typeArguments": [ { "type": "reference", - "target": 23214, + "target": 6674, "name": "ConfirmClaimRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -269442,7 +273827,7 @@ { "title": "Properties", "children": [ - 23232 + 6692 ] } ], @@ -269463,14 +273848,14 @@ { "type": "reflection", "declaration": { - "id": 23233, + "id": 6693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23246, + "id": 6706, "name": "id", "variant": "declaration", "kind": 1024, @@ -269516,7 +273901,7 @@ } }, { - "id": 23303, + "id": 6763, "name": "version", "variant": "declaration", "kind": 1024, @@ -269562,7 +273947,7 @@ } }, { - "id": 23304, + "id": 6764, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -269608,7 +273993,7 @@ } }, { - "id": 23273, + "id": 6733, "name": "status", "variant": "declaration", "kind": 1024, @@ -269664,7 +274049,7 @@ } }, { - "id": 23274, + "id": 6734, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -269721,7 +274106,7 @@ } }, { - "id": 23275, + "id": 6735, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -269778,7 +274163,7 @@ } }, { - "id": 23276, + "id": 6736, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -269835,7 +274220,7 @@ } }, { - "id": 23250, + "id": 6710, "name": "email", "variant": "declaration", "kind": 1024, @@ -269892,7 +274277,7 @@ } }, { - "id": 23277, + "id": 6737, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -269938,7 +274323,7 @@ } }, { - "id": 23278, + "id": 6738, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -270008,7 +274393,7 @@ } }, { - "id": 23279, + "id": 6739, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -270078,7 +274463,7 @@ } }, { - "id": 23305, + "id": 6765, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -270154,7 +274539,7 @@ } }, { - "id": 23306, + "id": 6766, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -270230,7 +274615,7 @@ } }, { - "id": 23307, + "id": 6767, "name": "summary", "variant": "declaration", "kind": 1024, @@ -270300,7 +274685,7 @@ } }, { - "id": 23249, + "id": 6709, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -270395,7 +274780,7 @@ } }, { - "id": 23302, + "id": 6762, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -270470,7 +274855,7 @@ } }, { - "id": 23247, + "id": 6707, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -270539,7 +274924,7 @@ } }, { - "id": 23248, + "id": 6708, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -270608,7 +274993,7 @@ } }, { - "id": 23280, + "id": 6740, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -270664,7 +275049,7 @@ } }, { - "id": 23281, + "id": 6741, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -270720,7 +275105,7 @@ } }, { - "id": 23282, + "id": 6742, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -270776,7 +275161,7 @@ } }, { - "id": 23254, + "id": 6714, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -270832,7 +275217,7 @@ } }, { - "id": 23255, + "id": 6715, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -270888,7 +275273,7 @@ } }, { - "id": 23256, + "id": 6716, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -270944,7 +275329,7 @@ } }, { - "id": 23251, + "id": 6711, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -271000,7 +275385,7 @@ } }, { - "id": 23252, + "id": 6712, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -271056,7 +275441,7 @@ } }, { - "id": 23253, + "id": 6713, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -271112,7 +275497,7 @@ } }, { - "id": 23257, + "id": 6717, "name": "total", "variant": "declaration", "kind": 1024, @@ -271168,7 +275553,7 @@ } }, { - "id": 23258, + "id": 6718, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -271224,7 +275609,7 @@ } }, { - "id": 23259, + "id": 6719, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -271280,7 +275665,7 @@ } }, { - "id": 23308, + "id": 6768, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -271336,7 +275721,7 @@ } }, { - "id": 23260, + "id": 6720, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -271392,7 +275777,7 @@ } }, { - "id": 23261, + "id": 6721, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -271448,7 +275833,7 @@ } }, { - "id": 23283, + "id": 6743, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -271504,7 +275889,7 @@ } }, { - "id": 23284, + "id": 6744, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -271560,7 +275945,7 @@ } }, { - "id": 23285, + "id": 6745, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -271616,7 +276001,7 @@ } }, { - "id": 23286, + "id": 6746, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -271672,7 +276057,7 @@ } }, { - "id": 23287, + "id": 6747, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -271728,7 +276113,7 @@ } }, { - "id": 23288, + "id": 6748, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -271784,7 +276169,7 @@ } }, { - "id": 23289, + "id": 6749, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -271840,7 +276225,7 @@ } }, { - "id": 23290, + "id": 6750, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -271896,7 +276281,7 @@ } }, { - "id": 23234, + "id": 6694, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -271952,7 +276337,7 @@ } }, { - "id": 23235, + "id": 6695, "name": "items", "variant": "declaration", "kind": 1024, @@ -271992,14 +276377,14 @@ { "type": "reflection", "declaration": { - "id": 23236, + "id": 6696, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23237, + "id": 6697, "name": "actions", "variant": "declaration", "kind": 1024, @@ -272031,7 +276416,7 @@ { "title": "Properties", "children": [ - 23237 + 6697 ] } ], @@ -272071,14 +276456,14 @@ { "type": "reflection", "declaration": { - "id": 23238, + "id": 6698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23239, + "id": 6699, "name": "actions", "variant": "declaration", "kind": 1024, @@ -272110,7 +276495,7 @@ { "title": "Properties", "children": [ - 23239 + 6699 ] } ], @@ -272134,7 +276519,7 @@ } }, { - "id": 23240, + "id": 6700, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -272174,14 +276559,14 @@ { "type": "reflection", "declaration": { - "id": 23241, + "id": 6701, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23242, + "id": 6702, "name": "actions", "variant": "declaration", "kind": 1024, @@ -272213,7 +276598,7 @@ { "title": "Properties", "children": [ - 23242 + 6702 ] } ], @@ -272253,14 +276638,14 @@ { "type": "reflection", "declaration": { - "id": 23243, + "id": 6703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23244, + "id": 6704, "name": "actions", "variant": "declaration", "kind": 1024, @@ -272292,7 +276677,7 @@ { "title": "Properties", "children": [ - 23244 + 6704 ] } ], @@ -272316,7 +276701,7 @@ } }, { - "id": 23245, + "id": 6705, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -272366,51 +276751,51 @@ { "title": "Properties", "children": [ - 23246, - 23303, - 23304, - 23273, - 23274, - 23275, - 23276, - 23250, - 23277, - 23278, - 23279, - 23305, - 23306, - 23307, - 23249, - 23302, - 23247, - 23248, - 23280, - 23281, - 23282, - 23254, - 23255, - 23256, - 23251, - 23252, - 23253, - 23257, - 23258, - 23259, - 23308, - 23260, - 23261, - 23283, - 23284, - 23285, - 23286, - 23287, - 23288, - 23289, - 23290, - 23234, - 23235, - 23240, - 23245 + 6706, + 6763, + 6764, + 6733, + 6734, + 6735, + 6736, + 6710, + 6737, + 6738, + 6739, + 6765, + 6766, + 6767, + 6709, + 6762, + 6707, + 6708, + 6740, + 6741, + 6742, + 6714, + 6715, + 6716, + 6711, + 6712, + 6713, + 6717, + 6718, + 6719, + 6768, + 6720, + 6721, + 6743, + 6744, + 6745, + 6746, + 6747, + 6748, + 6749, + 6750, + 6694, + 6695, + 6700, + 6705 ] } ], @@ -272455,14 +276840,14 @@ { "type": "reflection", "declaration": { - "id": 23309, + "id": 6769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23310, + "id": 6770, "name": "config", "variant": "declaration", "kind": 2048, @@ -272476,7 +276861,7 @@ ], "signatures": [ { - "id": 23311, + "id": 6771, "name": "config", "variant": "signature", "kind": 4096, @@ -272490,7 +276875,7 @@ ], "parameters": [ { - "id": 23312, + "id": 6772, "name": "config", "variant": "param", "kind": 32768, @@ -272501,14 +276886,14 @@ { "type": "reflection", "declaration": { - "id": 23313, + "id": 6773, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23314, + "id": 6774, "name": "name", "variant": "declaration", "kind": 1024, @@ -272532,7 +276917,7 @@ { "title": "Properties", "children": [ - 23314 + 6774 ] } ], @@ -272614,7 +276999,7 @@ { "title": "Methods", "children": [ - 23310 + 6770 ] } ], @@ -272655,7 +277040,7 @@ } }, { - "id": 23315, + "id": 6775, "name": "run", "variant": "declaration", "kind": 1024, @@ -272678,7 +277063,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23316, + "id": 6776, "name": "__type", "variant": "declaration", "kind": 65536, @@ -272692,7 +277077,7 @@ ], "signatures": [ { - "id": 23317, + "id": 6777, "name": "__type", "variant": "signature", "kind": 4096, @@ -272720,7 +277105,7 @@ ], "typeParameters": [ { - "id": 23318, + "id": 6778, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -272731,7 +277116,7 @@ } }, { - "id": 23319, + "id": 6779, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -272744,7 +277129,7 @@ ], "parameters": [ { - "id": 23320, + "id": 6780, "name": "args", "variant": "param", "kind": 32768, @@ -272777,7 +277162,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -272788,13 +277173,13 @@ }, "trueType": { "type": "reference", - "target": 23214, + "target": 6674, "name": "ConfirmClaimRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -272827,7 +277212,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -272847,7 +277232,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -272867,7 +277252,7 @@ } }, { - "id": 23321, + "id": 6781, "name": "getName", "variant": "declaration", "kind": 1024, @@ -272890,7 +277275,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23322, + "id": 6782, "name": "__type", "variant": "declaration", "kind": 65536, @@ -272904,7 +277289,7 @@ ], "signatures": [ { - "id": 23323, + "id": 6783, "name": "__type", "variant": "signature", "kind": 4096, @@ -272926,7 +277311,7 @@ } }, { - "id": 23324, + "id": 6784, "name": "config", "variant": "declaration", "kind": 1024, @@ -272949,7 +277334,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23325, + "id": 6785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -272963,7 +277348,7 @@ ], "signatures": [ { - "id": 23326, + "id": 6786, "name": "__type", "variant": "signature", "kind": 4096, @@ -272977,7 +277362,7 @@ ], "parameters": [ { - "id": 23327, + "id": 6787, "name": "config", "variant": "param", "kind": 32768, @@ -273003,7 +277388,7 @@ } }, { - "id": 23328, + "id": 6788, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -273031,7 +277416,7 @@ ], "documents": [ { - "id": 37544, + "id": 21031, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -273047,6 +277432,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -273057,7 +277451,7 @@ "frontmatter": {} }, { - "id": 37545, + "id": 21032, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -273073,6 +277467,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -273083,7 +277486,7 @@ "frontmatter": {} }, { - "id": 37546, + "id": 21033, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -273099,6 +277502,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -273109,7 +277521,7 @@ "frontmatter": {} }, { - "id": 37547, + "id": 21034, "name": "confirmClaimRequestValidationStep", "variant": "document", "kind": 8388608, @@ -273125,6 +277537,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6663" + } + ] } ], "modifierTags": [ @@ -273135,7 +277556,7 @@ "frontmatter": {} }, { - "id": 37548, + "id": 21035, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -273151,6 +277572,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -273161,7 +277591,7 @@ "frontmatter": {} }, { - "id": 37549, + "id": 21036, "name": "createOrderClaimItemsFromActionsStep", "variant": "document", "kind": 8388608, @@ -273177,6 +277607,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5358" + } + ] } ], "modifierTags": [ @@ -273187,7 +277626,7 @@ "frontmatter": {} }, { - "id": 37550, + "id": 21037, "name": "when", "variant": "document", "kind": 8388608, @@ -273222,7 +277661,7 @@ "frontmatter": {}, "children": [ { - "id": 37551, + "id": 21038, "name": "updateReturnsStep", "variant": "document", "kind": 8388608, @@ -273238,6 +277677,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5769" + } + ] } ], "modifierTags": [ @@ -273250,7 +277698,7 @@ ] }, { - "id": 37552, + "id": 21039, "name": "when", "variant": "document", "kind": 8388608, @@ -273285,7 +277733,7 @@ "frontmatter": {}, "children": [ { - "id": 37553, + "id": 21040, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -273301,6 +277749,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -273311,7 +277768,7 @@ "frontmatter": {} }, { - "id": 37554, + "id": 21041, "name": "reserveInventoryStep", "variant": "document", "kind": 8388608, @@ -273327,6 +277784,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "861" + } + ] } ], "modifierTags": [ @@ -273339,7 +277805,7 @@ ] }, { - "id": 37555, + "id": 21042, "name": "when", "variant": "document", "kind": 8388608, @@ -273374,7 +277840,7 @@ "frontmatter": {}, "children": [ { - "id": 37556, + "id": 21043, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -273390,6 +277856,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -273400,7 +277875,7 @@ "frontmatter": {} }, { - "id": 37557, + "id": 21044, "name": "createReturnFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -273416,6 +277891,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3901" + } + ] } ], "modifierTags": [ @@ -273426,7 +277910,7 @@ "frontmatter": {} }, { - "id": 37558, + "id": 21045, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -273442,6 +277926,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -273454,7 +277947,7 @@ ] }, { - "id": 37559, + "id": 21046, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -273470,6 +277963,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14222" + } + ] } ], "modifierTags": [ @@ -273480,7 +277982,7 @@ "frontmatter": {} }, { - "id": 37560, + "id": 21047, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -273496,6 +277998,15 @@ "text": "11" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -273507,21 +278018,21 @@ } ], "childrenIncludingDocuments": [ - 23227, - 23315, - 23321, - 23324, - 23328 + 6687, + 6775, + 6781, + 6784, + 6788 ], "groups": [ { "title": "Properties", "children": [ - 23227, - 23315, - 23321, - 23324, - 23328 + 6687, + 6775, + 6781, + 6784, + 6788 ] } ], @@ -273530,12 +278041,12 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 291, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L291" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L291" } ], "signatures": [ { - "id": 23220, + "id": 6680, "name": "confirmClaimRequestWorkflow", "variant": "signature", "kind": 4096, @@ -273544,7 +278055,7 @@ "summary": [ { "kind": "text", - "text": "This workflow confirms a requested claim. It's used by the \n[Confirm Claim Request API Route](https://docs.medusajs.com/api/admin#claims_postclaimsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a claim\nfor an order in your custom flows." + "text": "This workflow confirms a requested claim. It's used by the\n[Confirm Claim Request API Route](https://docs.medusajs.com/api/admin#claims_postclaimsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a claim\nfor an order in your custom flows." } ], "blockTags": [ @@ -273591,12 +278102,12 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 291, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L291" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L291" } ], "typeParameters": [ { - "id": 23221, + "id": 6681, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -273607,7 +278118,7 @@ } }, { - "id": 23222, + "id": 6682, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -273620,7 +278131,7 @@ ], "parameters": [ { - "id": 23223, + "id": 6683, "name": "container", "variant": "param", "kind": 32768, @@ -273644,14 +278155,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23224, + "id": 6684, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23225, + "id": 6685, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -273674,7 +278185,7 @@ } }, { - "id": 23226, + "id": 6686, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -273701,8 +278212,8 @@ { "title": "Properties", "children": [ - 23225, - 23226 + 6685, + 6686 ] } ], @@ -273773,7 +278284,7 @@ "typeArguments": [ { "type": "reference", - "target": 23214, + "target": 6674, "name": "ConfirmClaimRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -273788,14 +278299,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -273810,7 +278321,7 @@ ] }, { - "id": 23331, + "id": 6791, "name": "order", "variant": "declaration", "kind": 1024, @@ -273828,7 +278339,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L33" } ], "type": { @@ -273842,7 +278353,7 @@ } }, { - "id": 23332, + "id": 6792, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -273860,7 +278371,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L37" } ], "type": { @@ -273874,7 +278385,7 @@ } }, { - "id": 23333, + "id": 6793, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -273892,7 +278403,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L41" } ], "type": { @@ -273906,7 +278417,7 @@ } }, { - "id": 23334, + "id": 6794, "name": "createClaimShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -273941,7 +278452,7 @@ }, "children": [ { - "id": 23343, + "id": 6803, "name": "__type", "variant": "declaration", "kind": 1024, @@ -273959,7 +278470,7 @@ } }, { - "id": 23344, + "id": 6804, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -273981,8 +278492,8 @@ { "title": "Properties", "children": [ - 23343, - 23344 + 6803, + 6804 ] } ], @@ -273991,12 +278502,12 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L71" } ], "signatures": [ { - "id": 23335, + "id": 6795, "name": "createClaimShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -274034,12 +278545,12 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L71" } ], "parameters": [ { - "id": 23336, + "id": 6796, "name": "input", "variant": "param", "kind": 32768, @@ -274049,7 +278560,7 @@ "types": [ { "type": "reference", - "target": 23329, + "target": 6789, "name": "CreateClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -274062,7 +278573,7 @@ "typeArguments": [ { "type": "reference", - "target": 23329, + "target": 6789, "name": "CreateClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -274095,14 +278606,14 @@ { "type": "reflection", "declaration": { - "id": 23337, + "id": 6797, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23338, + "id": 6798, "name": "config", "variant": "declaration", "kind": 2048, @@ -274116,7 +278627,7 @@ ], "signatures": [ { - "id": 23339, + "id": 6799, "name": "config", "variant": "signature", "kind": 4096, @@ -274130,7 +278641,7 @@ ], "parameters": [ { - "id": 23340, + "id": 6800, "name": "config", "variant": "param", "kind": 32768, @@ -274141,14 +278652,14 @@ { "type": "reflection", "declaration": { - "id": 23341, + "id": 6801, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23342, + "id": 6802, "name": "name", "variant": "declaration", "kind": 1024, @@ -274172,7 +278683,7 @@ { "title": "Properties", "children": [ - 23342 + 6802 ] } ], @@ -274249,7 +278760,7 @@ { "title": "Methods", "children": [ - 23338 + 6798 ] } ], @@ -274283,7 +278794,7 @@ ] }, { - "id": 23347, + "id": 6807, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -274303,7 +278814,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 93, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L93" } ], "type": { @@ -274312,7 +278823,7 @@ } }, { - "id": 23348, + "id": 6808, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -274332,7 +278843,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 97, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L97" } ], "type": { @@ -274341,7 +278852,7 @@ } }, { - "id": 23349, + "id": 6809, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -274359,7 +278870,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 101, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L101" } ], "type": { @@ -274368,7 +278879,7 @@ } }, { - "id": 23350, + "id": 6810, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -274388,7 +278899,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 105, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L105" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L105" } ], "type": { @@ -274411,7 +278922,7 @@ } }, { - "id": 23351, + "id": 6811, "name": "createClaimShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -274423,7 +278934,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 108, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L108" } ], "type": { @@ -274433,7 +278944,7 @@ "defaultValue": "\"create-claim-shipping-method\"" }, { - "id": 23352, + "id": 6812, "name": "createClaimShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -274498,7 +279009,7 @@ }, "children": [ { - "id": 23360, + "id": 6820, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -274521,7 +279032,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23361, + "id": 6821, "name": "__type", "variant": "declaration", "kind": 65536, @@ -274535,7 +279046,7 @@ ], "signatures": [ { - "id": 23362, + "id": 6822, "name": "__type", "variant": "signature", "kind": 4096, @@ -274563,7 +279074,7 @@ ], "parameters": [ { - "id": 23363, + "id": 6823, "name": "param0", "variant": "param", "kind": 32768, @@ -274579,14 +279090,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23364, + "id": 6824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23365, + "id": 6825, "name": "input", "variant": "declaration", "kind": 1024, @@ -274611,7 +279122,7 @@ "types": [ { "type": "reference", - "target": 23345, + "target": 6805, "name": "CreateClaimShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -274624,7 +279135,7 @@ "typeArguments": [ { "type": "reference", - "target": 23345, + "target": 6805, "name": "CreateClaimShippingMethodWorkflowInput", "package": "@medusajs/core-flows" } @@ -274640,7 +279151,7 @@ { "title": "Properties", "children": [ - 23365 + 6825 ] } ], @@ -274661,14 +279172,14 @@ { "type": "reflection", "declaration": { - "id": 23366, + "id": 6826, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23379, + "id": 6839, "name": "id", "variant": "declaration", "kind": 1024, @@ -274714,7 +279225,7 @@ } }, { - "id": 23436, + "id": 6896, "name": "version", "variant": "declaration", "kind": 1024, @@ -274760,7 +279271,7 @@ } }, { - "id": 23437, + "id": 6897, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -274806,7 +279317,7 @@ } }, { - "id": 23406, + "id": 6866, "name": "status", "variant": "declaration", "kind": 1024, @@ -274862,7 +279373,7 @@ } }, { - "id": 23407, + "id": 6867, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -274919,7 +279430,7 @@ } }, { - "id": 23408, + "id": 6868, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -274976,7 +279487,7 @@ } }, { - "id": 23409, + "id": 6869, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -275033,7 +279544,7 @@ } }, { - "id": 23383, + "id": 6843, "name": "email", "variant": "declaration", "kind": 1024, @@ -275090,7 +279601,7 @@ } }, { - "id": 23410, + "id": 6870, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -275136,7 +279647,7 @@ } }, { - "id": 23411, + "id": 6871, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -275206,7 +279717,7 @@ } }, { - "id": 23412, + "id": 6872, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -275276,7 +279787,7 @@ } }, { - "id": 23438, + "id": 6898, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -275352,7 +279863,7 @@ } }, { - "id": 23439, + "id": 6899, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -275428,7 +279939,7 @@ } }, { - "id": 23440, + "id": 6900, "name": "summary", "variant": "declaration", "kind": 1024, @@ -275498,7 +280009,7 @@ } }, { - "id": 23382, + "id": 6842, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -275593,7 +280104,7 @@ } }, { - "id": 23435, + "id": 6895, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -275668,7 +280179,7 @@ } }, { - "id": 23380, + "id": 6840, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -275737,7 +280248,7 @@ } }, { - "id": 23381, + "id": 6841, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -275806,7 +280317,7 @@ } }, { - "id": 23413, + "id": 6873, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -275862,7 +280373,7 @@ } }, { - "id": 23414, + "id": 6874, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -275918,7 +280429,7 @@ } }, { - "id": 23415, + "id": 6875, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -275974,7 +280485,7 @@ } }, { - "id": 23387, + "id": 6847, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -276030,7 +280541,7 @@ } }, { - "id": 23388, + "id": 6848, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -276086,7 +280597,7 @@ } }, { - "id": 23389, + "id": 6849, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -276142,7 +280653,7 @@ } }, { - "id": 23384, + "id": 6844, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -276198,7 +280709,7 @@ } }, { - "id": 23385, + "id": 6845, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -276254,7 +280765,7 @@ } }, { - "id": 23386, + "id": 6846, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -276310,7 +280821,7 @@ } }, { - "id": 23390, + "id": 6850, "name": "total", "variant": "declaration", "kind": 1024, @@ -276366,7 +280877,7 @@ } }, { - "id": 23391, + "id": 6851, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -276422,7 +280933,7 @@ } }, { - "id": 23392, + "id": 6852, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -276478,7 +280989,7 @@ } }, { - "id": 23441, + "id": 6901, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -276534,7 +281045,7 @@ } }, { - "id": 23393, + "id": 6853, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -276590,7 +281101,7 @@ } }, { - "id": 23394, + "id": 6854, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -276646,7 +281157,7 @@ } }, { - "id": 23416, + "id": 6876, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -276702,7 +281213,7 @@ } }, { - "id": 23417, + "id": 6877, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -276758,7 +281269,7 @@ } }, { - "id": 23418, + "id": 6878, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -276814,7 +281325,7 @@ } }, { - "id": 23419, + "id": 6879, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -276870,7 +281381,7 @@ } }, { - "id": 23420, + "id": 6880, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -276926,7 +281437,7 @@ } }, { - "id": 23421, + "id": 6881, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -276982,7 +281493,7 @@ } }, { - "id": 23422, + "id": 6882, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -277038,7 +281549,7 @@ } }, { - "id": 23423, + "id": 6883, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -277094,7 +281605,7 @@ } }, { - "id": 23367, + "id": 6827, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -277150,7 +281661,7 @@ } }, { - "id": 23368, + "id": 6828, "name": "items", "variant": "declaration", "kind": 1024, @@ -277190,14 +281701,14 @@ { "type": "reflection", "declaration": { - "id": 23369, + "id": 6829, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23370, + "id": 6830, "name": "actions", "variant": "declaration", "kind": 1024, @@ -277229,7 +281740,7 @@ { "title": "Properties", "children": [ - 23370 + 6830 ] } ], @@ -277269,14 +281780,14 @@ { "type": "reflection", "declaration": { - "id": 23371, + "id": 6831, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23372, + "id": 6832, "name": "actions", "variant": "declaration", "kind": 1024, @@ -277308,7 +281819,7 @@ { "title": "Properties", "children": [ - 23372 + 6832 ] } ], @@ -277332,7 +281843,7 @@ } }, { - "id": 23373, + "id": 6833, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -277372,14 +281883,14 @@ { "type": "reflection", "declaration": { - "id": 23374, + "id": 6834, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23375, + "id": 6835, "name": "actions", "variant": "declaration", "kind": 1024, @@ -277411,7 +281922,7 @@ { "title": "Properties", "children": [ - 23375 + 6835 ] } ], @@ -277451,14 +281962,14 @@ { "type": "reflection", "declaration": { - "id": 23376, + "id": 6836, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23377, + "id": 6837, "name": "actions", "variant": "declaration", "kind": 1024, @@ -277490,7 +282001,7 @@ { "title": "Properties", "children": [ - 23377 + 6837 ] } ], @@ -277514,7 +282025,7 @@ } }, { - "id": 23378, + "id": 6838, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -277564,51 +282075,51 @@ { "title": "Properties", "children": [ - 23379, - 23436, - 23437, - 23406, - 23407, - 23408, - 23409, - 23383, - 23410, - 23411, - 23412, - 23438, - 23439, - 23440, - 23382, - 23435, - 23380, - 23381, - 23413, - 23414, - 23415, - 23387, - 23388, - 23389, - 23384, - 23385, - 23386, - 23390, - 23391, - 23392, - 23441, - 23393, - 23394, - 23416, - 23417, - 23418, - 23419, - 23420, - 23421, - 23422, - 23423, - 23367, - 23368, - 23373, - 23378 + 6839, + 6896, + 6897, + 6866, + 6867, + 6868, + 6869, + 6843, + 6870, + 6871, + 6872, + 6898, + 6899, + 6900, + 6842, + 6895, + 6840, + 6841, + 6873, + 6874, + 6875, + 6847, + 6848, + 6849, + 6844, + 6845, + 6846, + 6850, + 6851, + 6852, + 6901, + 6853, + 6854, + 6876, + 6877, + 6878, + 6879, + 6880, + 6881, + 6882, + 6883, + 6827, + 6828, + 6833, + 6838 ] } ], @@ -277653,14 +282164,14 @@ { "type": "reflection", "declaration": { - "id": 23442, + "id": 6902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23443, + "id": 6903, "name": "config", "variant": "declaration", "kind": 2048, @@ -277674,7 +282185,7 @@ ], "signatures": [ { - "id": 23444, + "id": 6904, "name": "config", "variant": "signature", "kind": 4096, @@ -277688,7 +282199,7 @@ ], "parameters": [ { - "id": 23445, + "id": 6905, "name": "config", "variant": "param", "kind": 32768, @@ -277699,14 +282210,14 @@ { "type": "reflection", "declaration": { - "id": 23446, + "id": 6906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23447, + "id": 6907, "name": "name", "variant": "declaration", "kind": 1024, @@ -277730,7 +282241,7 @@ { "title": "Properties", "children": [ - 23447 + 6907 ] } ], @@ -277812,7 +282323,7 @@ { "title": "Methods", "children": [ - 23443 + 6903 ] } ], @@ -277853,7 +282364,7 @@ } }, { - "id": 23448, + "id": 6908, "name": "run", "variant": "declaration", "kind": 1024, @@ -277876,7 +282387,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23449, + "id": 6909, "name": "__type", "variant": "declaration", "kind": 65536, @@ -277890,7 +282401,7 @@ ], "signatures": [ { - "id": 23450, + "id": 6910, "name": "__type", "variant": "signature", "kind": 4096, @@ -277918,7 +282429,7 @@ ], "typeParameters": [ { - "id": 23451, + "id": 6911, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -277929,7 +282440,7 @@ } }, { - "id": 23452, + "id": 6912, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -277942,7 +282453,7 @@ ], "parameters": [ { - "id": 23453, + "id": 6913, "name": "args", "variant": "param", "kind": 32768, @@ -277975,7 +282486,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -277986,13 +282497,13 @@ }, "trueType": { "type": "reference", - "target": 23345, + "target": 6805, "name": "CreateClaimShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -278025,7 +282536,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -278045,7 +282556,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -278065,7 +282576,7 @@ } }, { - "id": 23454, + "id": 6914, "name": "getName", "variant": "declaration", "kind": 1024, @@ -278088,7 +282599,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23455, + "id": 6915, "name": "__type", "variant": "declaration", "kind": 65536, @@ -278102,7 +282613,7 @@ ], "signatures": [ { - "id": 23456, + "id": 6916, "name": "__type", "variant": "signature", "kind": 4096, @@ -278124,7 +282635,7 @@ } }, { - "id": 23457, + "id": 6917, "name": "config", "variant": "declaration", "kind": 1024, @@ -278147,7 +282658,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23458, + "id": 6918, "name": "__type", "variant": "declaration", "kind": 65536, @@ -278161,7 +282672,7 @@ ], "signatures": [ { - "id": 23459, + "id": 6919, "name": "__type", "variant": "signature", "kind": 4096, @@ -278175,7 +282686,7 @@ ], "parameters": [ { - "id": 23460, + "id": 6920, "name": "config", "variant": "param", "kind": 32768, @@ -278201,7 +282712,7 @@ } }, { - "id": 23461, + "id": 6921, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -278229,7 +282740,7 @@ ], "documents": [ { - "id": 37561, + "id": 21048, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -278245,6 +282756,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -278255,7 +282775,7 @@ "frontmatter": {} }, { - "id": 37562, + "id": 21049, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -278271,6 +282791,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -278281,7 +282810,7 @@ "frontmatter": {} }, { - "id": 37563, + "id": 21050, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -278297,6 +282826,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -278307,7 +282845,7 @@ "frontmatter": {} }, { - "id": 37564, + "id": 21051, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -278323,6 +282861,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -278333,7 +282880,7 @@ "frontmatter": {} }, { - "id": 37565, + "id": 21052, "name": "createClaimShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -278349,6 +282896,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6794" + } + ] } ], "modifierTags": [ @@ -278359,7 +282915,7 @@ "frontmatter": {} }, { - "id": 37566, + "id": 21053, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -278375,6 +282931,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -278385,7 +282950,7 @@ "frontmatter": {} }, { - "id": 37567, + "id": 21054, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -278401,6 +282966,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -278411,7 +282985,7 @@ "frontmatter": {} }, { - "id": 37568, + "id": 21055, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -278427,6 +283001,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -278438,21 +283021,21 @@ } ], "childrenIncludingDocuments": [ - 23360, - 23448, - 23454, - 23457, - 23461 + 6820, + 6908, + 6914, + 6917, + 6921 ], "groups": [ { "title": "Properties", "children": [ - 23360, - 23448, - 23454, - 23457, - 23461 + 6820, + 6908, + 6914, + 6917, + 6921 ] } ], @@ -278461,12 +283044,12 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 148, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L148" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L148" } ], "signatures": [ { - "id": 23353, + "id": 6813, "name": "createClaimShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -278534,12 +283117,12 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 148, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L148" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L148" } ], "typeParameters": [ { - "id": 23354, + "id": 6814, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -278550,7 +283133,7 @@ } }, { - "id": 23355, + "id": 6815, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -278563,7 +283146,7 @@ ], "parameters": [ { - "id": 23356, + "id": 6816, "name": "container", "variant": "param", "kind": 32768, @@ -278587,14 +283170,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23357, + "id": 6817, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23358, + "id": 6818, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -278617,7 +283200,7 @@ } }, { - "id": 23359, + "id": 6819, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -278644,8 +283227,8 @@ { "title": "Properties", "children": [ - 23358, - 23359 + 6818, + 6819 ] } ], @@ -278716,7 +283299,7 @@ "typeArguments": [ { "type": "reference", - "target": 23345, + "target": 6805, "name": "CreateClaimShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -278731,14 +283314,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -278753,7 +283336,7 @@ ] }, { - "id": 23464, + "id": 6924, "name": "order", "variant": "declaration", "kind": 1024, @@ -278771,7 +283354,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L36" } ], "type": { @@ -278785,7 +283368,7 @@ } }, { - "id": 23465, + "id": 6925, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -278803,7 +283386,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L40" } ], "type": { @@ -278817,7 +283400,7 @@ } }, { - "id": 23466, + "id": 6926, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -278835,7 +283418,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L44" } ], "type": { @@ -278849,7 +283432,7 @@ } }, { - "id": 23467, + "id": 6927, "name": "input", "variant": "declaration", "kind": 1024, @@ -278867,7 +283450,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L48" } ], "type": { @@ -278882,7 +283465,7 @@ } }, { - "id": 23468, + "id": 6928, "name": "removeClaimAddItemActionValidationStep", "variant": "declaration", "kind": 64, @@ -278917,7 +283500,7 @@ }, "children": [ { - "id": 23477, + "id": 6937, "name": "__type", "variant": "declaration", "kind": 1024, @@ -278935,7 +283518,7 @@ } }, { - "id": 23478, + "id": 6938, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -278957,8 +283540,8 @@ { "title": "Properties", "children": [ - 23477, - 23478 + 6937, + 6938 ] } ], @@ -278967,12 +283550,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L82" } ], "signatures": [ { - "id": 23469, + "id": 6929, "name": "removeClaimAddItemActionValidationStep", "variant": "signature", "kind": 4096, @@ -279010,12 +283593,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L82" } ], "parameters": [ { - "id": 23470, + "id": 6930, "name": "input", "variant": "param", "kind": 32768, @@ -279025,7 +283608,7 @@ "types": [ { "type": "reference", - "target": 23462, + "target": 6922, "name": "RemoveClaimAddItemActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -279038,7 +283621,7 @@ "typeArguments": [ { "type": "reference", - "target": 23462, + "target": 6922, "name": "RemoveClaimAddItemActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -279071,14 +283654,14 @@ { "type": "reflection", "declaration": { - "id": 23471, + "id": 6931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23472, + "id": 6932, "name": "config", "variant": "declaration", "kind": 2048, @@ -279092,7 +283675,7 @@ ], "signatures": [ { - "id": 23473, + "id": 6933, "name": "config", "variant": "signature", "kind": 4096, @@ -279106,7 +283689,7 @@ ], "parameters": [ { - "id": 23474, + "id": 6934, "name": "config", "variant": "param", "kind": 32768, @@ -279117,14 +283700,14 @@ { "type": "reflection", "declaration": { - "id": 23475, + "id": 6935, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23476, + "id": 6936, "name": "name", "variant": "declaration", "kind": 1024, @@ -279148,7 +283731,7 @@ { "title": "Properties", "children": [ - 23476 + 6936 ] } ], @@ -279225,7 +283808,7 @@ { "title": "Methods", "children": [ - 23472 + 6932 ] } ], @@ -279259,7 +283842,7 @@ ] }, { - "id": 23480, + "id": 6940, "name": "removeAddItemClaimActionWorkflowId", "variant": "declaration", "kind": 32, @@ -279271,7 +283854,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L118" } ], "type": { @@ -279281,7 +283864,7 @@ "defaultValue": "\"remove-item-claim-add-action\"" }, { - "id": 23481, + "id": 6941, "name": "removeAddItemClaimActionWorkflow", "variant": "declaration", "kind": 64, @@ -279334,7 +283917,7 @@ }, "children": [ { - "id": 23489, + "id": 6949, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -279357,7 +283940,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23490, + "id": 6950, "name": "__type", "variant": "declaration", "kind": 65536, @@ -279371,7 +283954,7 @@ ], "signatures": [ { - "id": 23491, + "id": 6951, "name": "__type", "variant": "signature", "kind": 4096, @@ -279399,7 +283982,7 @@ ], "parameters": [ { - "id": 23492, + "id": 6952, "name": "param0", "variant": "param", "kind": 32768, @@ -279415,14 +283998,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23493, + "id": 6953, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23494, + "id": 6954, "name": "input", "variant": "declaration", "kind": 1024, @@ -279482,7 +284065,7 @@ { "title": "Properties", "children": [ - 23494 + 6954 ] } ], @@ -279503,14 +284086,14 @@ { "type": "reflection", "declaration": { - "id": 23495, + "id": 6955, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23508, + "id": 6968, "name": "id", "variant": "declaration", "kind": 1024, @@ -279556,7 +284139,7 @@ } }, { - "id": 23565, + "id": 7025, "name": "version", "variant": "declaration", "kind": 1024, @@ -279602,7 +284185,7 @@ } }, { - "id": 23566, + "id": 7026, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -279648,7 +284231,7 @@ } }, { - "id": 23535, + "id": 6995, "name": "status", "variant": "declaration", "kind": 1024, @@ -279704,7 +284287,7 @@ } }, { - "id": 23536, + "id": 6996, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -279761,7 +284344,7 @@ } }, { - "id": 23537, + "id": 6997, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -279818,7 +284401,7 @@ } }, { - "id": 23538, + "id": 6998, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -279875,7 +284458,7 @@ } }, { - "id": 23512, + "id": 6972, "name": "email", "variant": "declaration", "kind": 1024, @@ -279932,7 +284515,7 @@ } }, { - "id": 23539, + "id": 6999, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -279978,7 +284561,7 @@ } }, { - "id": 23540, + "id": 7000, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -280048,7 +284631,7 @@ } }, { - "id": 23541, + "id": 7001, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -280118,7 +284701,7 @@ } }, { - "id": 23567, + "id": 7027, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -280194,7 +284777,7 @@ } }, { - "id": 23568, + "id": 7028, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -280270,7 +284853,7 @@ } }, { - "id": 23569, + "id": 7029, "name": "summary", "variant": "declaration", "kind": 1024, @@ -280340,7 +284923,7 @@ } }, { - "id": 23511, + "id": 6971, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -280435,7 +285018,7 @@ } }, { - "id": 23564, + "id": 7024, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -280510,7 +285093,7 @@ } }, { - "id": 23509, + "id": 6969, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -280579,7 +285162,7 @@ } }, { - "id": 23510, + "id": 6970, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -280648,7 +285231,7 @@ } }, { - "id": 23542, + "id": 7002, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -280704,7 +285287,7 @@ } }, { - "id": 23543, + "id": 7003, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -280760,7 +285343,7 @@ } }, { - "id": 23544, + "id": 7004, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -280816,7 +285399,7 @@ } }, { - "id": 23516, + "id": 6976, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -280872,7 +285455,7 @@ } }, { - "id": 23517, + "id": 6977, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -280928,7 +285511,7 @@ } }, { - "id": 23518, + "id": 6978, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -280984,7 +285567,7 @@ } }, { - "id": 23513, + "id": 6973, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -281040,7 +285623,7 @@ } }, { - "id": 23514, + "id": 6974, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -281096,7 +285679,7 @@ } }, { - "id": 23515, + "id": 6975, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -281152,7 +285735,7 @@ } }, { - "id": 23519, + "id": 6979, "name": "total", "variant": "declaration", "kind": 1024, @@ -281208,7 +285791,7 @@ } }, { - "id": 23520, + "id": 6980, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -281264,7 +285847,7 @@ } }, { - "id": 23521, + "id": 6981, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -281320,7 +285903,7 @@ } }, { - "id": 23570, + "id": 7030, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -281376,7 +285959,7 @@ } }, { - "id": 23522, + "id": 6982, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -281432,7 +286015,7 @@ } }, { - "id": 23523, + "id": 6983, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -281488,7 +286071,7 @@ } }, { - "id": 23545, + "id": 7005, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -281544,7 +286127,7 @@ } }, { - "id": 23546, + "id": 7006, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -281600,7 +286183,7 @@ } }, { - "id": 23547, + "id": 7007, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -281656,7 +286239,7 @@ } }, { - "id": 23548, + "id": 7008, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -281712,7 +286295,7 @@ } }, { - "id": 23549, + "id": 7009, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -281768,7 +286351,7 @@ } }, { - "id": 23550, + "id": 7010, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -281824,7 +286407,7 @@ } }, { - "id": 23551, + "id": 7011, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -281880,7 +286463,7 @@ } }, { - "id": 23552, + "id": 7012, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -281936,7 +286519,7 @@ } }, { - "id": 23496, + "id": 6956, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -281992,7 +286575,7 @@ } }, { - "id": 23497, + "id": 6957, "name": "items", "variant": "declaration", "kind": 1024, @@ -282032,14 +286615,14 @@ { "type": "reflection", "declaration": { - "id": 23498, + "id": 6958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23499, + "id": 6959, "name": "actions", "variant": "declaration", "kind": 1024, @@ -282071,7 +286654,7 @@ { "title": "Properties", "children": [ - 23499 + 6959 ] } ], @@ -282111,14 +286694,14 @@ { "type": "reflection", "declaration": { - "id": 23500, + "id": 6960, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23501, + "id": 6961, "name": "actions", "variant": "declaration", "kind": 1024, @@ -282150,7 +286733,7 @@ { "title": "Properties", "children": [ - 23501 + 6961 ] } ], @@ -282174,7 +286757,7 @@ } }, { - "id": 23502, + "id": 6962, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -282214,14 +286797,14 @@ { "type": "reflection", "declaration": { - "id": 23503, + "id": 6963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23504, + "id": 6964, "name": "actions", "variant": "declaration", "kind": 1024, @@ -282253,7 +286836,7 @@ { "title": "Properties", "children": [ - 23504 + 6964 ] } ], @@ -282293,14 +286876,14 @@ { "type": "reflection", "declaration": { - "id": 23505, + "id": 6965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23506, + "id": 6966, "name": "actions", "variant": "declaration", "kind": 1024, @@ -282332,7 +286915,7 @@ { "title": "Properties", "children": [ - 23506 + 6966 ] } ], @@ -282356,7 +286939,7 @@ } }, { - "id": 23507, + "id": 6967, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -282406,51 +286989,51 @@ { "title": "Properties", "children": [ - 23508, - 23565, - 23566, - 23535, - 23536, - 23537, - 23538, - 23512, - 23539, - 23540, - 23541, - 23567, - 23568, - 23569, - 23511, - 23564, - 23509, - 23510, - 23542, - 23543, - 23544, - 23516, - 23517, - 23518, - 23513, - 23514, - 23515, - 23519, - 23520, - 23521, - 23570, - 23522, - 23523, - 23545, - 23546, - 23547, - 23548, - 23549, - 23550, - 23551, - 23552, - 23496, - 23497, - 23502, - 23507 + 6968, + 7025, + 7026, + 6995, + 6996, + 6997, + 6998, + 6972, + 6999, + 7000, + 7001, + 7027, + 7028, + 7029, + 6971, + 7024, + 6969, + 6970, + 7002, + 7003, + 7004, + 6976, + 6977, + 6978, + 6973, + 6974, + 6975, + 6979, + 6980, + 6981, + 7030, + 6982, + 6983, + 7005, + 7006, + 7007, + 7008, + 7009, + 7010, + 7011, + 7012, + 6956, + 6957, + 6962, + 6967 ] } ], @@ -282495,14 +287078,14 @@ { "type": "reflection", "declaration": { - "id": 23571, + "id": 7031, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23572, + "id": 7032, "name": "config", "variant": "declaration", "kind": 2048, @@ -282516,7 +287099,7 @@ ], "signatures": [ { - "id": 23573, + "id": 7033, "name": "config", "variant": "signature", "kind": 4096, @@ -282530,7 +287113,7 @@ ], "parameters": [ { - "id": 23574, + "id": 7034, "name": "config", "variant": "param", "kind": 32768, @@ -282541,14 +287124,14 @@ { "type": "reflection", "declaration": { - "id": 23575, + "id": 7035, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23576, + "id": 7036, "name": "name", "variant": "declaration", "kind": 1024, @@ -282572,7 +287155,7 @@ { "title": "Properties", "children": [ - 23576 + 7036 ] } ], @@ -282654,7 +287237,7 @@ { "title": "Methods", "children": [ - 23572 + 7032 ] } ], @@ -282695,7 +287278,7 @@ } }, { - "id": 23577, + "id": 7037, "name": "run", "variant": "declaration", "kind": 1024, @@ -282718,7 +287301,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23578, + "id": 7038, "name": "__type", "variant": "declaration", "kind": 65536, @@ -282732,7 +287315,7 @@ ], "signatures": [ { - "id": 23579, + "id": 7039, "name": "__type", "variant": "signature", "kind": 4096, @@ -282760,7 +287343,7 @@ ], "typeParameters": [ { - "id": 23580, + "id": 7040, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -282771,7 +287354,7 @@ } }, { - "id": 23581, + "id": 7041, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -282784,7 +287367,7 @@ ], "parameters": [ { - "id": 23582, + "id": 7042, "name": "args", "variant": "param", "kind": 32768, @@ -282817,7 +287400,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -282837,7 +287420,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -282870,7 +287453,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -282890,7 +287473,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -282910,7 +287493,7 @@ } }, { - "id": 23583, + "id": 7043, "name": "getName", "variant": "declaration", "kind": 1024, @@ -282933,7 +287516,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23584, + "id": 7044, "name": "__type", "variant": "declaration", "kind": 65536, @@ -282947,7 +287530,7 @@ ], "signatures": [ { - "id": 23585, + "id": 7045, "name": "__type", "variant": "signature", "kind": 4096, @@ -282969,7 +287552,7 @@ } }, { - "id": 23586, + "id": 7046, "name": "config", "variant": "declaration", "kind": 1024, @@ -282992,7 +287575,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23587, + "id": 7047, "name": "__type", "variant": "declaration", "kind": 65536, @@ -283006,7 +287589,7 @@ ], "signatures": [ { - "id": 23588, + "id": 7048, "name": "__type", "variant": "signature", "kind": 4096, @@ -283020,7 +287603,7 @@ ], "parameters": [ { - "id": 23589, + "id": 7049, "name": "config", "variant": "param", "kind": 32768, @@ -283046,7 +287629,7 @@ } }, { - "id": 23590, + "id": 7050, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -283074,7 +287657,7 @@ ], "documents": [ { - "id": 37569, + "id": 21056, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -283090,6 +287673,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -283100,7 +287692,7 @@ "frontmatter": {} }, { - "id": 37570, + "id": 21057, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -283116,6 +287708,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -283126,7 +287727,7 @@ "frontmatter": {} }, { - "id": 37571, + "id": 21058, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -283142,6 +287743,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -283152,7 +287762,7 @@ "frontmatter": {} }, { - "id": 37572, + "id": 21059, "name": "removeClaimAddItemActionValidationStep", "variant": "document", "kind": 8388608, @@ -283168,6 +287778,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "6928" + } + ] } ], "modifierTags": [ @@ -283178,7 +287797,7 @@ "frontmatter": {} }, { - "id": 37573, + "id": 21060, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -283194,6 +287813,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -283204,7 +287832,7 @@ "frontmatter": {} }, { - "id": 37574, + "id": 21061, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -283220,6 +287848,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -283230,7 +287867,7 @@ "frontmatter": {} }, { - "id": 37575, + "id": 21062, "name": "when", "variant": "document", "kind": 8388608, @@ -283265,7 +287902,7 @@ "frontmatter": {}, "children": [ { - "id": 37576, + "id": 21063, "name": "removeClaimShippingMethodWorkflow", "variant": "document", "kind": 8388608, @@ -283281,6 +287918,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7197" + } + ] } ], "modifierTags": [ @@ -283293,7 +287939,7 @@ ] }, { - "id": 37577, + "id": 21064, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -283309,6 +287955,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -283320,21 +287975,21 @@ } ], "childrenIncludingDocuments": [ - 23489, - 23577, - 23583, - 23586, - 23590 + 6949, + 7037, + 7043, + 7046, + 7050 ], "groups": [ { "title": "Properties", "children": [ - 23489, - 23577, - 23583, - 23586, - 23590 + 6949, + 7037, + 7043, + 7046, + 7050 ] } ], @@ -283343,12 +287998,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 139, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L139" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L139" } ], "signatures": [ { - "id": 23482, + "id": 6942, "name": "removeAddItemClaimActionWorkflow", "variant": "signature", "kind": 4096, @@ -283404,12 +288059,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 139, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L139" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L139" } ], "typeParameters": [ { - "id": 23483, + "id": 6943, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -283420,7 +288075,7 @@ } }, { - "id": 23484, + "id": 6944, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -283433,7 +288088,7 @@ ], "parameters": [ { - "id": 23485, + "id": 6945, "name": "container", "variant": "param", "kind": 32768, @@ -283457,14 +288112,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23486, + "id": 6946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23487, + "id": 6947, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -283487,7 +288142,7 @@ } }, { - "id": 23488, + "id": 6948, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -283514,8 +288169,8 @@ { "title": "Properties", "children": [ - 23487, - 23488 + 6947, + 6948 ] } ], @@ -283604,14 +288259,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -283626,7 +288281,7 @@ ] }, { - "id": 23593, + "id": 7053, "name": "order", "variant": "declaration", "kind": 1024, @@ -283644,7 +288299,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L33" } ], "type": { @@ -283658,7 +288313,7 @@ } }, { - "id": 23594, + "id": 7054, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -283676,7 +288331,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L37" } ], "type": { @@ -283690,7 +288345,7 @@ } }, { - "id": 23595, + "id": 7055, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -283708,7 +288363,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L41" } ], "type": { @@ -283722,7 +288377,7 @@ } }, { - "id": 23596, + "id": 7056, "name": "input", "variant": "declaration", "kind": 1024, @@ -283740,7 +288395,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L45" } ], "type": { @@ -283755,7 +288410,7 @@ } }, { - "id": 23597, + "id": 7057, "name": "removeClaimItemActionValidationStep", "variant": "declaration", "kind": 64, @@ -283790,7 +288445,7 @@ }, "children": [ { - "id": 23606, + "id": 7066, "name": "__type", "variant": "declaration", "kind": 1024, @@ -283808,7 +288463,7 @@ } }, { - "id": 23607, + "id": 7067, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -283830,8 +288485,8 @@ { "title": "Properties", "children": [ - 23606, - 23607 + 7066, + 7067 ] } ], @@ -283840,12 +288495,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 79, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L79" } ], "signatures": [ { - "id": 23598, + "id": 7058, "name": "removeClaimItemActionValidationStep", "variant": "signature", "kind": 4096, @@ -283883,12 +288538,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 79, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L79" } ], "parameters": [ { - "id": 23599, + "id": 7059, "name": "input", "variant": "param", "kind": 32768, @@ -283898,7 +288553,7 @@ "types": [ { "type": "reference", - "target": 23591, + "target": 7051, "name": "RemoveClaimItemActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -283911,7 +288566,7 @@ "typeArguments": [ { "type": "reference", - "target": 23591, + "target": 7051, "name": "RemoveClaimItemActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -283944,14 +288599,14 @@ { "type": "reflection", "declaration": { - "id": 23600, + "id": 7060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23601, + "id": 7061, "name": "config", "variant": "declaration", "kind": 2048, @@ -283965,7 +288620,7 @@ ], "signatures": [ { - "id": 23602, + "id": 7062, "name": "config", "variant": "signature", "kind": 4096, @@ -283979,7 +288634,7 @@ ], "parameters": [ { - "id": 23603, + "id": 7063, "name": "config", "variant": "param", "kind": 32768, @@ -283990,14 +288645,14 @@ { "type": "reflection", "declaration": { - "id": 23604, + "id": 7064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23605, + "id": 7065, "name": "name", "variant": "declaration", "kind": 1024, @@ -284021,7 +288676,7 @@ { "title": "Properties", "children": [ - 23605 + 7065 ] } ], @@ -284098,7 +288753,7 @@ { "title": "Methods", "children": [ - 23601 + 7061 ] } ], @@ -284132,7 +288787,7 @@ ] }, { - "id": 23609, + "id": 7069, "name": "removeItemClaimActionWorkflowId", "variant": "declaration", "kind": 32, @@ -284144,7 +288799,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 115, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L115" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L115" } ], "type": { @@ -284154,7 +288809,7 @@ "defaultValue": "\"remove-item-claim-action\"" }, { - "id": 23610, + "id": 7070, "name": "removeItemClaimActionWorkflow", "variant": "declaration", "kind": 64, @@ -284198,7 +288853,7 @@ }, "children": [ { - "id": 23618, + "id": 7078, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -284221,7 +288876,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23619, + "id": 7079, "name": "__type", "variant": "declaration", "kind": 65536, @@ -284235,7 +288890,7 @@ ], "signatures": [ { - "id": 23620, + "id": 7080, "name": "__type", "variant": "signature", "kind": 4096, @@ -284263,7 +288918,7 @@ ], "parameters": [ { - "id": 23621, + "id": 7081, "name": "param0", "variant": "param", "kind": 32768, @@ -284279,14 +288934,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23622, + "id": 7082, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23623, + "id": 7083, "name": "input", "variant": "declaration", "kind": 1024, @@ -284346,7 +289001,7 @@ { "title": "Properties", "children": [ - 23623 + 7083 ] } ], @@ -284367,14 +289022,14 @@ { "type": "reflection", "declaration": { - "id": 23624, + "id": 7084, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23637, + "id": 7097, "name": "id", "variant": "declaration", "kind": 1024, @@ -284420,7 +289075,7 @@ } }, { - "id": 23694, + "id": 7154, "name": "version", "variant": "declaration", "kind": 1024, @@ -284466,7 +289121,7 @@ } }, { - "id": 23695, + "id": 7155, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -284512,7 +289167,7 @@ } }, { - "id": 23664, + "id": 7124, "name": "status", "variant": "declaration", "kind": 1024, @@ -284568,7 +289223,7 @@ } }, { - "id": 23665, + "id": 7125, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -284625,7 +289280,7 @@ } }, { - "id": 23666, + "id": 7126, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -284682,7 +289337,7 @@ } }, { - "id": 23667, + "id": 7127, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -284739,7 +289394,7 @@ } }, { - "id": 23641, + "id": 7101, "name": "email", "variant": "declaration", "kind": 1024, @@ -284796,7 +289451,7 @@ } }, { - "id": 23668, + "id": 7128, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -284842,7 +289497,7 @@ } }, { - "id": 23669, + "id": 7129, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -284912,7 +289567,7 @@ } }, { - "id": 23670, + "id": 7130, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -284982,7 +289637,7 @@ } }, { - "id": 23696, + "id": 7156, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -285058,7 +289713,7 @@ } }, { - "id": 23697, + "id": 7157, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -285134,7 +289789,7 @@ } }, { - "id": 23698, + "id": 7158, "name": "summary", "variant": "declaration", "kind": 1024, @@ -285204,7 +289859,7 @@ } }, { - "id": 23640, + "id": 7100, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -285299,7 +289954,7 @@ } }, { - "id": 23693, + "id": 7153, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -285374,7 +290029,7 @@ } }, { - "id": 23638, + "id": 7098, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -285443,7 +290098,7 @@ } }, { - "id": 23639, + "id": 7099, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -285512,7 +290167,7 @@ } }, { - "id": 23671, + "id": 7131, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -285568,7 +290223,7 @@ } }, { - "id": 23672, + "id": 7132, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -285624,7 +290279,7 @@ } }, { - "id": 23673, + "id": 7133, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -285680,7 +290335,7 @@ } }, { - "id": 23645, + "id": 7105, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -285736,7 +290391,7 @@ } }, { - "id": 23646, + "id": 7106, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -285792,7 +290447,7 @@ } }, { - "id": 23647, + "id": 7107, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -285848,7 +290503,7 @@ } }, { - "id": 23642, + "id": 7102, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -285904,7 +290559,7 @@ } }, { - "id": 23643, + "id": 7103, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -285960,7 +290615,7 @@ } }, { - "id": 23644, + "id": 7104, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -286016,7 +290671,7 @@ } }, { - "id": 23648, + "id": 7108, "name": "total", "variant": "declaration", "kind": 1024, @@ -286072,7 +290727,7 @@ } }, { - "id": 23649, + "id": 7109, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -286128,7 +290783,7 @@ } }, { - "id": 23650, + "id": 7110, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -286184,7 +290839,7 @@ } }, { - "id": 23699, + "id": 7159, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -286240,7 +290895,7 @@ } }, { - "id": 23651, + "id": 7111, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -286296,7 +290951,7 @@ } }, { - "id": 23652, + "id": 7112, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -286352,7 +291007,7 @@ } }, { - "id": 23674, + "id": 7134, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -286408,7 +291063,7 @@ } }, { - "id": 23675, + "id": 7135, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -286464,7 +291119,7 @@ } }, { - "id": 23676, + "id": 7136, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -286520,7 +291175,7 @@ } }, { - "id": 23677, + "id": 7137, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -286576,7 +291231,7 @@ } }, { - "id": 23678, + "id": 7138, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -286632,7 +291287,7 @@ } }, { - "id": 23679, + "id": 7139, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -286688,7 +291343,7 @@ } }, { - "id": 23680, + "id": 7140, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -286744,7 +291399,7 @@ } }, { - "id": 23681, + "id": 7141, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -286800,7 +291455,7 @@ } }, { - "id": 23625, + "id": 7085, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -286856,7 +291511,7 @@ } }, { - "id": 23626, + "id": 7086, "name": "items", "variant": "declaration", "kind": 1024, @@ -286896,14 +291551,14 @@ { "type": "reflection", "declaration": { - "id": 23627, + "id": 7087, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23628, + "id": 7088, "name": "actions", "variant": "declaration", "kind": 1024, @@ -286935,7 +291590,7 @@ { "title": "Properties", "children": [ - 23628 + 7088 ] } ], @@ -286975,14 +291630,14 @@ { "type": "reflection", "declaration": { - "id": 23629, + "id": 7089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23630, + "id": 7090, "name": "actions", "variant": "declaration", "kind": 1024, @@ -287014,7 +291669,7 @@ { "title": "Properties", "children": [ - 23630 + 7090 ] } ], @@ -287038,7 +291693,7 @@ } }, { - "id": 23631, + "id": 7091, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -287078,14 +291733,14 @@ { "type": "reflection", "declaration": { - "id": 23632, + "id": 7092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23633, + "id": 7093, "name": "actions", "variant": "declaration", "kind": 1024, @@ -287117,7 +291772,7 @@ { "title": "Properties", "children": [ - 23633 + 7093 ] } ], @@ -287157,14 +291812,14 @@ { "type": "reflection", "declaration": { - "id": 23634, + "id": 7094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23635, + "id": 7095, "name": "actions", "variant": "declaration", "kind": 1024, @@ -287196,7 +291851,7 @@ { "title": "Properties", "children": [ - 23635 + 7095 ] } ], @@ -287220,7 +291875,7 @@ } }, { - "id": 23636, + "id": 7096, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -287270,51 +291925,51 @@ { "title": "Properties", "children": [ - 23637, - 23694, - 23695, - 23664, - 23665, - 23666, - 23667, - 23641, - 23668, - 23669, - 23670, - 23696, - 23697, - 23698, - 23640, - 23693, - 23638, - 23639, - 23671, - 23672, - 23673, - 23645, - 23646, - 23647, - 23642, - 23643, - 23644, - 23648, - 23649, - 23650, - 23699, - 23651, - 23652, - 23674, - 23675, - 23676, - 23677, - 23678, - 23679, - 23680, - 23681, - 23625, - 23626, - 23631, - 23636 + 7097, + 7154, + 7155, + 7124, + 7125, + 7126, + 7127, + 7101, + 7128, + 7129, + 7130, + 7156, + 7157, + 7158, + 7100, + 7153, + 7098, + 7099, + 7131, + 7132, + 7133, + 7105, + 7106, + 7107, + 7102, + 7103, + 7104, + 7108, + 7109, + 7110, + 7159, + 7111, + 7112, + 7134, + 7135, + 7136, + 7137, + 7138, + 7139, + 7140, + 7141, + 7085, + 7086, + 7091, + 7096 ] } ], @@ -287359,14 +292014,14 @@ { "type": "reflection", "declaration": { - "id": 23700, + "id": 7160, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23701, + "id": 7161, "name": "config", "variant": "declaration", "kind": 2048, @@ -287380,7 +292035,7 @@ ], "signatures": [ { - "id": 23702, + "id": 7162, "name": "config", "variant": "signature", "kind": 4096, @@ -287394,7 +292049,7 @@ ], "parameters": [ { - "id": 23703, + "id": 7163, "name": "config", "variant": "param", "kind": 32768, @@ -287405,14 +292060,14 @@ { "type": "reflection", "declaration": { - "id": 23704, + "id": 7164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23705, + "id": 7165, "name": "name", "variant": "declaration", "kind": 1024, @@ -287436,7 +292091,7 @@ { "title": "Properties", "children": [ - 23705 + 7165 ] } ], @@ -287518,7 +292173,7 @@ { "title": "Methods", "children": [ - 23701 + 7161 ] } ], @@ -287559,7 +292214,7 @@ } }, { - "id": 23706, + "id": 7166, "name": "run", "variant": "declaration", "kind": 1024, @@ -287582,7 +292237,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23707, + "id": 7167, "name": "__type", "variant": "declaration", "kind": 65536, @@ -287596,7 +292251,7 @@ ], "signatures": [ { - "id": 23708, + "id": 7168, "name": "__type", "variant": "signature", "kind": 4096, @@ -287624,7 +292279,7 @@ ], "typeParameters": [ { - "id": 23709, + "id": 7169, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -287635,7 +292290,7 @@ } }, { - "id": 23710, + "id": 7170, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -287648,7 +292303,7 @@ ], "parameters": [ { - "id": 23711, + "id": 7171, "name": "args", "variant": "param", "kind": 32768, @@ -287681,7 +292336,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -287701,7 +292356,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -287734,7 +292389,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -287754,7 +292409,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -287774,7 +292429,7 @@ } }, { - "id": 23712, + "id": 7172, "name": "getName", "variant": "declaration", "kind": 1024, @@ -287797,7 +292452,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23713, + "id": 7173, "name": "__type", "variant": "declaration", "kind": 65536, @@ -287811,7 +292466,7 @@ ], "signatures": [ { - "id": 23714, + "id": 7174, "name": "__type", "variant": "signature", "kind": 4096, @@ -287833,7 +292488,7 @@ } }, { - "id": 23715, + "id": 7175, "name": "config", "variant": "declaration", "kind": 1024, @@ -287856,7 +292511,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23716, + "id": 7176, "name": "__type", "variant": "declaration", "kind": 65536, @@ -287870,7 +292525,7 @@ ], "signatures": [ { - "id": 23717, + "id": 7177, "name": "__type", "variant": "signature", "kind": 4096, @@ -287884,7 +292539,7 @@ ], "parameters": [ { - "id": 23718, + "id": 7178, "name": "config", "variant": "param", "kind": 32768, @@ -287910,7 +292565,7 @@ } }, { - "id": 23719, + "id": 7179, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -287938,7 +292593,7 @@ ], "documents": [ { - "id": 37578, + "id": 21065, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -287954,6 +292609,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -287964,7 +292628,7 @@ "frontmatter": {} }, { - "id": 37579, + "id": 21066, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -287980,6 +292644,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -287990,7 +292663,7 @@ "frontmatter": {} }, { - "id": 37580, + "id": 21067, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -288006,6 +292679,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -288016,7 +292698,7 @@ "frontmatter": {} }, { - "id": 37581, + "id": 21068, "name": "removeClaimItemActionValidationStep", "variant": "document", "kind": 8388608, @@ -288032,6 +292714,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7057" + } + ] } ], "modifierTags": [ @@ -288042,7 +292733,7 @@ "frontmatter": {} }, { - "id": 37582, + "id": 21069, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -288058,6 +292749,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -288068,7 +292768,7 @@ "frontmatter": {} }, { - "id": 37583, + "id": 21070, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -288084,6 +292784,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -288095,21 +292804,21 @@ } ], "childrenIncludingDocuments": [ - 23618, - 23706, - 23712, - 23715, - 23719 + 7078, + 7166, + 7172, + 7175, + 7179 ], "groups": [ { "title": "Properties", "children": [ - 23618, - 23706, - 23712, - 23715, - 23719 + 7078, + 7166, + 7172, + 7175, + 7179 ] } ], @@ -288118,12 +292827,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 136, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L136" } ], "signatures": [ { - "id": 23611, + "id": 7071, "name": "removeItemClaimActionWorkflow", "variant": "signature", "kind": 4096, @@ -288170,12 +292879,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 136, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L136" } ], "typeParameters": [ { - "id": 23612, + "id": 7072, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -288186,7 +292895,7 @@ } }, { - "id": 23613, + "id": 7073, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -288199,7 +292908,7 @@ ], "parameters": [ { - "id": 23614, + "id": 7074, "name": "container", "variant": "param", "kind": 32768, @@ -288223,14 +292932,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23615, + "id": 7075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23616, + "id": 7076, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -288253,7 +292962,7 @@ } }, { - "id": 23617, + "id": 7077, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -288280,8 +292989,8 @@ { "title": "Properties", "children": [ - 23616, - 23617 + 7076, + 7077 ] } ], @@ -288370,14 +293079,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -288392,7 +293101,7 @@ ] }, { - "id": 23722, + "id": 7182, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -288410,7 +293119,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L33" } ], "type": { @@ -288424,7 +293133,7 @@ } }, { - "id": 23723, + "id": 7183, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -288442,7 +293151,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L37" } ], "type": { @@ -288456,7 +293165,7 @@ } }, { - "id": 23724, + "id": 7184, "name": "input", "variant": "declaration", "kind": 1024, @@ -288474,7 +293183,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L41" } ], "type": { @@ -288513,7 +293222,7 @@ } }, { - "id": 23725, + "id": 7185, "name": "removeClaimShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -288548,7 +293257,7 @@ }, "children": [ { - "id": 23734, + "id": 7194, "name": "__type", "variant": "declaration", "kind": 1024, @@ -288566,7 +293275,7 @@ } }, { - "id": 23735, + "id": 7195, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -288588,8 +293297,8 @@ { "title": "Properties", "children": [ - 23734, - 23735 + 7194, + 7195 ] } ], @@ -288598,12 +293307,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L72" } ], "signatures": [ { - "id": 23726, + "id": 7186, "name": "removeClaimShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -288641,12 +293350,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L72" } ], "parameters": [ { - "id": 23727, + "id": 7187, "name": "input", "variant": "param", "kind": 32768, @@ -288656,7 +293365,7 @@ "types": [ { "type": "reference", - "target": 23720, + "target": 7180, "name": "RemoveClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -288669,7 +293378,7 @@ "typeArguments": [ { "type": "reference", - "target": 23720, + "target": 7180, "name": "RemoveClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -288702,14 +293411,14 @@ { "type": "reflection", "declaration": { - "id": 23728, + "id": 7188, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23729, + "id": 7189, "name": "config", "variant": "declaration", "kind": 2048, @@ -288723,7 +293432,7 @@ ], "signatures": [ { - "id": 23730, + "id": 7190, "name": "config", "variant": "signature", "kind": 4096, @@ -288737,7 +293446,7 @@ ], "parameters": [ { - "id": 23731, + "id": 7191, "name": "config", "variant": "param", "kind": 32768, @@ -288748,14 +293457,14 @@ { "type": "reflection", "declaration": { - "id": 23732, + "id": 7192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23733, + "id": 7193, "name": "name", "variant": "declaration", "kind": 1024, @@ -288779,7 +293488,7 @@ { "title": "Properties", "children": [ - 23733 + 7193 ] } ], @@ -288856,7 +293565,7 @@ { "title": "Methods", "children": [ - 23729 + 7189 ] } ], @@ -288890,7 +293599,7 @@ ] }, { - "id": 23736, + "id": 7196, "name": "removeClaimShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -288902,7 +293611,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 98, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L98" } ], "type": { @@ -288912,7 +293621,7 @@ "defaultValue": "\"remove-claim-shipping-method\"" }, { - "id": 23737, + "id": 7197, "name": "removeClaimShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -288956,7 +293665,7 @@ }, "children": [ { - "id": 23745, + "id": 7205, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -288979,7 +293688,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23746, + "id": 7206, "name": "__type", "variant": "declaration", "kind": 65536, @@ -288993,7 +293702,7 @@ ], "signatures": [ { - "id": 23747, + "id": 7207, "name": "__type", "variant": "signature", "kind": 4096, @@ -289021,7 +293730,7 @@ ], "parameters": [ { - "id": 23748, + "id": 7208, "name": "param0", "variant": "param", "kind": 32768, @@ -289037,14 +293746,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23749, + "id": 7209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23750, + "id": 7210, "name": "input", "variant": "declaration", "kind": 1024, @@ -289104,7 +293813,7 @@ { "title": "Properties", "children": [ - 23750 + 7210 ] } ], @@ -289125,14 +293834,14 @@ { "type": "reflection", "declaration": { - "id": 23751, + "id": 7211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23764, + "id": 7224, "name": "id", "variant": "declaration", "kind": 1024, @@ -289178,7 +293887,7 @@ } }, { - "id": 23821, + "id": 7281, "name": "version", "variant": "declaration", "kind": 1024, @@ -289224,7 +293933,7 @@ } }, { - "id": 23822, + "id": 7282, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -289270,7 +293979,7 @@ } }, { - "id": 23791, + "id": 7251, "name": "status", "variant": "declaration", "kind": 1024, @@ -289326,7 +294035,7 @@ } }, { - "id": 23792, + "id": 7252, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -289383,7 +294092,7 @@ } }, { - "id": 23793, + "id": 7253, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -289440,7 +294149,7 @@ } }, { - "id": 23794, + "id": 7254, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -289497,7 +294206,7 @@ } }, { - "id": 23768, + "id": 7228, "name": "email", "variant": "declaration", "kind": 1024, @@ -289554,7 +294263,7 @@ } }, { - "id": 23795, + "id": 7255, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -289600,7 +294309,7 @@ } }, { - "id": 23796, + "id": 7256, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -289670,7 +294379,7 @@ } }, { - "id": 23797, + "id": 7257, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -289740,7 +294449,7 @@ } }, { - "id": 23823, + "id": 7283, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -289816,7 +294525,7 @@ } }, { - "id": 23824, + "id": 7284, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -289892,7 +294601,7 @@ } }, { - "id": 23825, + "id": 7285, "name": "summary", "variant": "declaration", "kind": 1024, @@ -289962,7 +294671,7 @@ } }, { - "id": 23767, + "id": 7227, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -290057,7 +294766,7 @@ } }, { - "id": 23820, + "id": 7280, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -290132,7 +294841,7 @@ } }, { - "id": 23765, + "id": 7225, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -290201,7 +294910,7 @@ } }, { - "id": 23766, + "id": 7226, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -290270,7 +294979,7 @@ } }, { - "id": 23798, + "id": 7258, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -290326,7 +295035,7 @@ } }, { - "id": 23799, + "id": 7259, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -290382,7 +295091,7 @@ } }, { - "id": 23800, + "id": 7260, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -290438,7 +295147,7 @@ } }, { - "id": 23772, + "id": 7232, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -290494,7 +295203,7 @@ } }, { - "id": 23773, + "id": 7233, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -290550,7 +295259,7 @@ } }, { - "id": 23774, + "id": 7234, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -290606,7 +295315,7 @@ } }, { - "id": 23769, + "id": 7229, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -290662,7 +295371,7 @@ } }, { - "id": 23770, + "id": 7230, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -290718,7 +295427,7 @@ } }, { - "id": 23771, + "id": 7231, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -290774,7 +295483,7 @@ } }, { - "id": 23775, + "id": 7235, "name": "total", "variant": "declaration", "kind": 1024, @@ -290830,7 +295539,7 @@ } }, { - "id": 23776, + "id": 7236, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -290886,7 +295595,7 @@ } }, { - "id": 23777, + "id": 7237, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -290942,7 +295651,7 @@ } }, { - "id": 23826, + "id": 7286, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -290998,7 +295707,7 @@ } }, { - "id": 23778, + "id": 7238, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -291054,7 +295763,7 @@ } }, { - "id": 23779, + "id": 7239, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -291110,7 +295819,7 @@ } }, { - "id": 23801, + "id": 7261, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -291166,7 +295875,7 @@ } }, { - "id": 23802, + "id": 7262, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -291222,7 +295931,7 @@ } }, { - "id": 23803, + "id": 7263, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -291278,7 +295987,7 @@ } }, { - "id": 23804, + "id": 7264, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -291334,7 +296043,7 @@ } }, { - "id": 23805, + "id": 7265, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -291390,7 +296099,7 @@ } }, { - "id": 23806, + "id": 7266, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -291446,7 +296155,7 @@ } }, { - "id": 23807, + "id": 7267, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -291502,7 +296211,7 @@ } }, { - "id": 23808, + "id": 7268, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -291558,7 +296267,7 @@ } }, { - "id": 23752, + "id": 7212, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -291614,7 +296323,7 @@ } }, { - "id": 23753, + "id": 7213, "name": "items", "variant": "declaration", "kind": 1024, @@ -291654,14 +296363,14 @@ { "type": "reflection", "declaration": { - "id": 23754, + "id": 7214, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23755, + "id": 7215, "name": "actions", "variant": "declaration", "kind": 1024, @@ -291693,7 +296402,7 @@ { "title": "Properties", "children": [ - 23755 + 7215 ] } ], @@ -291733,14 +296442,14 @@ { "type": "reflection", "declaration": { - "id": 23756, + "id": 7216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23757, + "id": 7217, "name": "actions", "variant": "declaration", "kind": 1024, @@ -291772,7 +296481,7 @@ { "title": "Properties", "children": [ - 23757 + 7217 ] } ], @@ -291796,7 +296505,7 @@ } }, { - "id": 23758, + "id": 7218, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -291836,14 +296545,14 @@ { "type": "reflection", "declaration": { - "id": 23759, + "id": 7219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23760, + "id": 7220, "name": "actions", "variant": "declaration", "kind": 1024, @@ -291875,7 +296584,7 @@ { "title": "Properties", "children": [ - 23760 + 7220 ] } ], @@ -291915,14 +296624,14 @@ { "type": "reflection", "declaration": { - "id": 23761, + "id": 7221, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23762, + "id": 7222, "name": "actions", "variant": "declaration", "kind": 1024, @@ -291954,7 +296663,7 @@ { "title": "Properties", "children": [ - 23762 + 7222 ] } ], @@ -291978,7 +296687,7 @@ } }, { - "id": 23763, + "id": 7223, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -292028,51 +296737,51 @@ { "title": "Properties", "children": [ - 23764, - 23821, - 23822, - 23791, - 23792, - 23793, - 23794, - 23768, - 23795, - 23796, - 23797, - 23823, - 23824, - 23825, - 23767, - 23820, - 23765, - 23766, - 23798, - 23799, - 23800, - 23772, - 23773, - 23774, - 23769, - 23770, - 23771, - 23775, - 23776, - 23777, - 23826, - 23778, - 23779, - 23801, - 23802, - 23803, - 23804, - 23805, - 23806, - 23807, - 23808, - 23752, - 23753, - 23758, - 23763 + 7224, + 7281, + 7282, + 7251, + 7252, + 7253, + 7254, + 7228, + 7255, + 7256, + 7257, + 7283, + 7284, + 7285, + 7227, + 7280, + 7225, + 7226, + 7258, + 7259, + 7260, + 7232, + 7233, + 7234, + 7229, + 7230, + 7231, + 7235, + 7236, + 7237, + 7286, + 7238, + 7239, + 7261, + 7262, + 7263, + 7264, + 7265, + 7266, + 7267, + 7268, + 7212, + 7213, + 7218, + 7223 ] } ], @@ -292117,14 +296826,14 @@ { "type": "reflection", "declaration": { - "id": 23827, + "id": 7287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23828, + "id": 7288, "name": "config", "variant": "declaration", "kind": 2048, @@ -292138,7 +296847,7 @@ ], "signatures": [ { - "id": 23829, + "id": 7289, "name": "config", "variant": "signature", "kind": 4096, @@ -292152,7 +296861,7 @@ ], "parameters": [ { - "id": 23830, + "id": 7290, "name": "config", "variant": "param", "kind": 32768, @@ -292163,14 +296872,14 @@ { "type": "reflection", "declaration": { - "id": 23831, + "id": 7291, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23832, + "id": 7292, "name": "name", "variant": "declaration", "kind": 1024, @@ -292194,7 +296903,7 @@ { "title": "Properties", "children": [ - 23832 + 7292 ] } ], @@ -292276,7 +296985,7 @@ { "title": "Methods", "children": [ - 23828 + 7288 ] } ], @@ -292317,7 +297026,7 @@ } }, { - "id": 23833, + "id": 7293, "name": "run", "variant": "declaration", "kind": 1024, @@ -292340,7 +297049,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23834, + "id": 7294, "name": "__type", "variant": "declaration", "kind": 65536, @@ -292354,7 +297063,7 @@ ], "signatures": [ { - "id": 23835, + "id": 7295, "name": "__type", "variant": "signature", "kind": 4096, @@ -292382,7 +297091,7 @@ ], "typeParameters": [ { - "id": 23836, + "id": 7296, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -292393,7 +297102,7 @@ } }, { - "id": 23837, + "id": 7297, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -292406,7 +297115,7 @@ ], "parameters": [ { - "id": 23838, + "id": 7298, "name": "args", "variant": "param", "kind": 32768, @@ -292439,7 +297148,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -292459,7 +297168,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -292492,7 +297201,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -292512,7 +297221,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -292532,7 +297241,7 @@ } }, { - "id": 23839, + "id": 7299, "name": "getName", "variant": "declaration", "kind": 1024, @@ -292555,7 +297264,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23840, + "id": 7300, "name": "__type", "variant": "declaration", "kind": 65536, @@ -292569,7 +297278,7 @@ ], "signatures": [ { - "id": 23841, + "id": 7301, "name": "__type", "variant": "signature", "kind": 4096, @@ -292591,7 +297300,7 @@ } }, { - "id": 23842, + "id": 7302, "name": "config", "variant": "declaration", "kind": 1024, @@ -292614,7 +297323,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23843, + "id": 7303, "name": "__type", "variant": "declaration", "kind": 65536, @@ -292628,7 +297337,7 @@ ], "signatures": [ { - "id": 23844, + "id": 7304, "name": "__type", "variant": "signature", "kind": 4096, @@ -292642,7 +297351,7 @@ ], "parameters": [ { - "id": 23845, + "id": 7305, "name": "config", "variant": "param", "kind": 32768, @@ -292668,7 +297377,7 @@ } }, { - "id": 23846, + "id": 7306, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -292696,7 +297405,7 @@ ], "documents": [ { - "id": 37584, + "id": 21071, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -292712,6 +297421,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -292722,7 +297440,7 @@ "frontmatter": {} }, { - "id": 37585, + "id": 21072, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -292738,6 +297456,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -292748,7 +297475,7 @@ "frontmatter": {} }, { - "id": 37586, + "id": 21073, "name": "removeClaimShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -292764,6 +297491,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7185" + } + ] } ], "modifierTags": [ @@ -292774,7 +297510,7 @@ "frontmatter": {} }, { - "id": 37587, + "id": 21074, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -292790,6 +297526,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -292800,7 +297545,7 @@ "frontmatter": {} }, { - "id": 37588, + "id": 21075, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -292816,6 +297561,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -292826,7 +297580,7 @@ "frontmatter": {} }, { - "id": 37589, + "id": 21076, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -292842,6 +297596,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -292853,21 +297616,21 @@ } ], "childrenIncludingDocuments": [ - 23745, - 23833, - 23839, - 23842, - 23846 + 7205, + 7293, + 7299, + 7302, + 7306 ], "groups": [ { "title": "Properties", "children": [ - 23745, - 23833, - 23839, - 23842, - 23846 + 7205, + 7293, + 7299, + 7302, + 7306 ] } ], @@ -292876,12 +297639,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L121" } ], "signatures": [ { - "id": 23738, + "id": 7198, "name": "removeClaimShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -292928,12 +297691,12 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L121" } ], "typeParameters": [ { - "id": 23739, + "id": 7199, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -292944,7 +297707,7 @@ } }, { - "id": 23740, + "id": 7200, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -292957,7 +297720,7 @@ ], "parameters": [ { - "id": 23741, + "id": 7201, "name": "container", "variant": "param", "kind": 32768, @@ -292981,14 +297744,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23742, + "id": 7202, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23743, + "id": 7203, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -293011,7 +297774,7 @@ } }, { - "id": 23744, + "id": 7204, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -293038,8 +297801,8 @@ { "title": "Properties", "children": [ - 23743, - 23744 + 7203, + 7204 ] } ], @@ -293128,14 +297891,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -293150,7 +297913,7 @@ ] }, { - "id": 23849, + "id": 7309, "name": "order", "variant": "declaration", "kind": 1024, @@ -293168,7 +297931,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L34" } ], "type": { @@ -293182,7 +297945,7 @@ } }, { - "id": 23850, + "id": 7310, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -293200,7 +297963,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L38" } ], "type": { @@ -293214,7 +297977,7 @@ } }, { - "id": 23851, + "id": 7311, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -293232,7 +297995,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L42" } ], "type": { @@ -293246,7 +298009,7 @@ } }, { - "id": 23852, + "id": 7312, "name": "input", "variant": "declaration", "kind": 1024, @@ -293264,7 +298027,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L46" } ], "type": { @@ -293279,7 +298042,7 @@ } }, { - "id": 23853, + "id": 7313, "name": "updateClaimAddItemValidationStep", "variant": "declaration", "kind": 64, @@ -293314,7 +298077,7 @@ }, "children": [ { - "id": 23862, + "id": 7322, "name": "__type", "variant": "declaration", "kind": 1024, @@ -293332,7 +298095,7 @@ } }, { - "id": 23863, + "id": 7323, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -293354,8 +298117,8 @@ { "title": "Properties", "children": [ - 23862, - 23863 + 7322, + 7323 ] } ], @@ -293364,12 +298127,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L84" } ], "signatures": [ { - "id": 23854, + "id": 7314, "name": "updateClaimAddItemValidationStep", "variant": "signature", "kind": 4096, @@ -293407,12 +298170,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L84" } ], "parameters": [ { - "id": 23855, + "id": 7315, "name": "input", "variant": "param", "kind": 32768, @@ -293422,7 +298185,7 @@ "types": [ { "type": "reference", - "target": 23847, + "target": 7307, "name": "UpdateClaimAddNewItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -293435,7 +298198,7 @@ "typeArguments": [ { "type": "reference", - "target": 23847, + "target": 7307, "name": "UpdateClaimAddNewItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -293468,14 +298231,14 @@ { "type": "reflection", "declaration": { - "id": 23856, + "id": 7316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23857, + "id": 7317, "name": "config", "variant": "declaration", "kind": 2048, @@ -293489,7 +298252,7 @@ ], "signatures": [ { - "id": 23858, + "id": 7318, "name": "config", "variant": "signature", "kind": 4096, @@ -293503,7 +298266,7 @@ ], "parameters": [ { - "id": 23859, + "id": 7319, "name": "config", "variant": "param", "kind": 32768, @@ -293514,14 +298277,14 @@ { "type": "reflection", "declaration": { - "id": 23860, + "id": 7320, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23861, + "id": 7321, "name": "name", "variant": "declaration", "kind": 1024, @@ -293545,7 +298308,7 @@ { "title": "Properties", "children": [ - 23861 + 7321 ] } ], @@ -293622,7 +298385,7 @@ { "title": "Methods", "children": [ - 23857 + 7317 ] } ], @@ -293656,7 +298419,7 @@ ] }, { - "id": 23864, + "id": 7324, "name": "updateClaimAddItemWorkflowId", "variant": "declaration", "kind": 32, @@ -293668,7 +298431,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L113" } ], "type": { @@ -293678,7 +298441,7 @@ "defaultValue": "\"update-claim-add-item\"" }, { - "id": 23865, + "id": 7325, "name": "updateClaimAddItemWorkflow", "variant": "declaration", "kind": 64, @@ -293722,7 +298485,7 @@ }, "children": [ { - "id": 23873, + "id": 7333, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -293745,7 +298508,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23874, + "id": 7334, "name": "__type", "variant": "declaration", "kind": 65536, @@ -293759,7 +298522,7 @@ ], "signatures": [ { - "id": 23875, + "id": 7335, "name": "__type", "variant": "signature", "kind": 4096, @@ -293787,7 +298550,7 @@ ], "parameters": [ { - "id": 23876, + "id": 7336, "name": "param0", "variant": "param", "kind": 32768, @@ -293803,14 +298566,14 @@ "type": { "type": "reflection", "declaration": { - "id": 23877, + "id": 7337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23878, + "id": 7338, "name": "input", "variant": "declaration", "kind": 1024, @@ -293870,7 +298633,7 @@ { "title": "Properties", "children": [ - 23878 + 7338 ] } ], @@ -293891,14 +298654,14 @@ { "type": "reflection", "declaration": { - "id": 23879, + "id": 7339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23892, + "id": 7352, "name": "id", "variant": "declaration", "kind": 1024, @@ -293944,7 +298707,7 @@ } }, { - "id": 23949, + "id": 7409, "name": "version", "variant": "declaration", "kind": 1024, @@ -293990,7 +298753,7 @@ } }, { - "id": 23950, + "id": 7410, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -294036,7 +298799,7 @@ } }, { - "id": 23919, + "id": 7379, "name": "status", "variant": "declaration", "kind": 1024, @@ -294092,7 +298855,7 @@ } }, { - "id": 23920, + "id": 7380, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -294149,7 +298912,7 @@ } }, { - "id": 23921, + "id": 7381, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -294206,7 +298969,7 @@ } }, { - "id": 23922, + "id": 7382, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -294263,7 +299026,7 @@ } }, { - "id": 23896, + "id": 7356, "name": "email", "variant": "declaration", "kind": 1024, @@ -294320,7 +299083,7 @@ } }, { - "id": 23923, + "id": 7383, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -294366,7 +299129,7 @@ } }, { - "id": 23924, + "id": 7384, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -294436,7 +299199,7 @@ } }, { - "id": 23925, + "id": 7385, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -294506,7 +299269,7 @@ } }, { - "id": 23951, + "id": 7411, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -294582,7 +299345,7 @@ } }, { - "id": 23952, + "id": 7412, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -294658,7 +299421,7 @@ } }, { - "id": 23953, + "id": 7413, "name": "summary", "variant": "declaration", "kind": 1024, @@ -294728,7 +299491,7 @@ } }, { - "id": 23895, + "id": 7355, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -294823,7 +299586,7 @@ } }, { - "id": 23948, + "id": 7408, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -294898,7 +299661,7 @@ } }, { - "id": 23893, + "id": 7353, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -294967,7 +299730,7 @@ } }, { - "id": 23894, + "id": 7354, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -295036,7 +299799,7 @@ } }, { - "id": 23926, + "id": 7386, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -295092,7 +299855,7 @@ } }, { - "id": 23927, + "id": 7387, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -295148,7 +299911,7 @@ } }, { - "id": 23928, + "id": 7388, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -295204,7 +299967,7 @@ } }, { - "id": 23900, + "id": 7360, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -295260,7 +300023,7 @@ } }, { - "id": 23901, + "id": 7361, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -295316,7 +300079,7 @@ } }, { - "id": 23902, + "id": 7362, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -295372,7 +300135,7 @@ } }, { - "id": 23897, + "id": 7357, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -295428,7 +300191,7 @@ } }, { - "id": 23898, + "id": 7358, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -295484,7 +300247,7 @@ } }, { - "id": 23899, + "id": 7359, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -295540,7 +300303,7 @@ } }, { - "id": 23903, + "id": 7363, "name": "total", "variant": "declaration", "kind": 1024, @@ -295596,7 +300359,7 @@ } }, { - "id": 23904, + "id": 7364, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -295652,7 +300415,7 @@ } }, { - "id": 23905, + "id": 7365, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -295708,7 +300471,7 @@ } }, { - "id": 23954, + "id": 7414, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -295764,7 +300527,7 @@ } }, { - "id": 23906, + "id": 7366, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -295820,7 +300583,7 @@ } }, { - "id": 23907, + "id": 7367, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -295876,7 +300639,7 @@ } }, { - "id": 23929, + "id": 7389, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -295932,7 +300695,7 @@ } }, { - "id": 23930, + "id": 7390, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -295988,7 +300751,7 @@ } }, { - "id": 23931, + "id": 7391, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -296044,7 +300807,7 @@ } }, { - "id": 23932, + "id": 7392, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -296100,7 +300863,7 @@ } }, { - "id": 23933, + "id": 7393, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -296156,7 +300919,7 @@ } }, { - "id": 23934, + "id": 7394, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -296212,7 +300975,7 @@ } }, { - "id": 23935, + "id": 7395, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -296268,7 +301031,7 @@ } }, { - "id": 23936, + "id": 7396, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -296324,7 +301087,7 @@ } }, { - "id": 23880, + "id": 7340, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -296380,7 +301143,7 @@ } }, { - "id": 23881, + "id": 7341, "name": "items", "variant": "declaration", "kind": 1024, @@ -296420,14 +301183,14 @@ { "type": "reflection", "declaration": { - "id": 23882, + "id": 7342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23883, + "id": 7343, "name": "actions", "variant": "declaration", "kind": 1024, @@ -296459,7 +301222,7 @@ { "title": "Properties", "children": [ - 23883 + 7343 ] } ], @@ -296499,14 +301262,14 @@ { "type": "reflection", "declaration": { - "id": 23884, + "id": 7344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23885, + "id": 7345, "name": "actions", "variant": "declaration", "kind": 1024, @@ -296538,7 +301301,7 @@ { "title": "Properties", "children": [ - 23885 + 7345 ] } ], @@ -296562,7 +301325,7 @@ } }, { - "id": 23886, + "id": 7346, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -296602,14 +301365,14 @@ { "type": "reflection", "declaration": { - "id": 23887, + "id": 7347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23888, + "id": 7348, "name": "actions", "variant": "declaration", "kind": 1024, @@ -296641,7 +301404,7 @@ { "title": "Properties", "children": [ - 23888 + 7348 ] } ], @@ -296681,14 +301444,14 @@ { "type": "reflection", "declaration": { - "id": 23889, + "id": 7349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23890, + "id": 7350, "name": "actions", "variant": "declaration", "kind": 1024, @@ -296720,7 +301483,7 @@ { "title": "Properties", "children": [ - 23890 + 7350 ] } ], @@ -296744,7 +301507,7 @@ } }, { - "id": 23891, + "id": 7351, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -296794,51 +301557,51 @@ { "title": "Properties", "children": [ - 23892, - 23949, - 23950, - 23919, - 23920, - 23921, - 23922, - 23896, - 23923, - 23924, - 23925, - 23951, - 23952, - 23953, - 23895, - 23948, - 23893, - 23894, - 23926, - 23927, - 23928, - 23900, - 23901, - 23902, - 23897, - 23898, - 23899, - 23903, - 23904, - 23905, - 23954, - 23906, - 23907, - 23929, - 23930, - 23931, - 23932, - 23933, - 23934, - 23935, - 23936, - 23880, - 23881, - 23886, - 23891 + 7352, + 7409, + 7410, + 7379, + 7380, + 7381, + 7382, + 7356, + 7383, + 7384, + 7385, + 7411, + 7412, + 7413, + 7355, + 7408, + 7353, + 7354, + 7386, + 7387, + 7388, + 7360, + 7361, + 7362, + 7357, + 7358, + 7359, + 7363, + 7364, + 7365, + 7414, + 7366, + 7367, + 7389, + 7390, + 7391, + 7392, + 7393, + 7394, + 7395, + 7396, + 7340, + 7341, + 7346, + 7351 ] } ], @@ -296883,14 +301646,14 @@ { "type": "reflection", "declaration": { - "id": 23955, + "id": 7415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23956, + "id": 7416, "name": "config", "variant": "declaration", "kind": 2048, @@ -296904,7 +301667,7 @@ ], "signatures": [ { - "id": 23957, + "id": 7417, "name": "config", "variant": "signature", "kind": 4096, @@ -296918,7 +301681,7 @@ ], "parameters": [ { - "id": 23958, + "id": 7418, "name": "config", "variant": "param", "kind": 32768, @@ -296929,14 +301692,14 @@ { "type": "reflection", "declaration": { - "id": 23959, + "id": 7419, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23960, + "id": 7420, "name": "name", "variant": "declaration", "kind": 1024, @@ -296960,7 +301723,7 @@ { "title": "Properties", "children": [ - 23960 + 7420 ] } ], @@ -297042,7 +301805,7 @@ { "title": "Methods", "children": [ - 23956 + 7416 ] } ], @@ -297083,7 +301846,7 @@ } }, { - "id": 23961, + "id": 7421, "name": "run", "variant": "declaration", "kind": 1024, @@ -297106,7 +301869,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23962, + "id": 7422, "name": "__type", "variant": "declaration", "kind": 65536, @@ -297120,7 +301883,7 @@ ], "signatures": [ { - "id": 23963, + "id": 7423, "name": "__type", "variant": "signature", "kind": 4096, @@ -297148,7 +301911,7 @@ ], "typeParameters": [ { - "id": 23964, + "id": 7424, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -297159,7 +301922,7 @@ } }, { - "id": 23965, + "id": 7425, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -297172,7 +301935,7 @@ ], "parameters": [ { - "id": 23966, + "id": 7426, "name": "args", "variant": "param", "kind": 32768, @@ -297205,7 +301968,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -297225,7 +301988,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -297258,7 +302021,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -297278,7 +302041,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -297298,7 +302061,7 @@ } }, { - "id": 23967, + "id": 7427, "name": "getName", "variant": "declaration", "kind": 1024, @@ -297321,7 +302084,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23968, + "id": 7428, "name": "__type", "variant": "declaration", "kind": 65536, @@ -297335,7 +302098,7 @@ ], "signatures": [ { - "id": 23969, + "id": 7429, "name": "__type", "variant": "signature", "kind": 4096, @@ -297357,7 +302120,7 @@ } }, { - "id": 23970, + "id": 7430, "name": "config", "variant": "declaration", "kind": 1024, @@ -297380,7 +302143,7 @@ "type": { "type": "reflection", "declaration": { - "id": 23971, + "id": 7431, "name": "__type", "variant": "declaration", "kind": 65536, @@ -297394,7 +302157,7 @@ ], "signatures": [ { - "id": 23972, + "id": 7432, "name": "__type", "variant": "signature", "kind": 4096, @@ -297408,7 +302171,7 @@ ], "parameters": [ { - "id": 23973, + "id": 7433, "name": "config", "variant": "param", "kind": 32768, @@ -297434,7 +302197,7 @@ } }, { - "id": 23974, + "id": 7434, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -297462,7 +302225,7 @@ ], "documents": [ { - "id": 37590, + "id": 21077, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -297478,6 +302241,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -297488,7 +302260,7 @@ "frontmatter": {} }, { - "id": 37591, + "id": 21078, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -297504,6 +302276,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -297514,7 +302295,7 @@ "frontmatter": {} }, { - "id": 37592, + "id": 21079, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -297530,6 +302311,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -297540,7 +302330,7 @@ "frontmatter": {} }, { - "id": 37593, + "id": 21080, "name": "updateClaimAddItemValidationStep", "variant": "document", "kind": 8388608, @@ -297556,6 +302346,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7313" + } + ] } ], "modifierTags": [ @@ -297566,7 +302365,7 @@ "frontmatter": {} }, { - "id": 37594, + "id": 21081, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -297582,6 +302381,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -297592,7 +302400,7 @@ "frontmatter": {} }, { - "id": 37595, + "id": 21082, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -297608,6 +302416,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -297619,21 +302436,21 @@ } ], "childrenIncludingDocuments": [ - 23873, - 23961, - 23967, - 23970, - 23974 + 7333, + 7421, + 7427, + 7430, + 7434 ], "groups": [ { "title": "Properties", "children": [ - 23873, - 23961, - 23967, - 23970, - 23974 + 7333, + 7421, + 7427, + 7430, + 7434 ] } ], @@ -297642,12 +302459,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L137" } ], "signatures": [ { - "id": 23866, + "id": 7326, "name": "updateClaimAddItemWorkflow", "variant": "signature", "kind": 4096, @@ -297694,12 +302511,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L137" } ], "typeParameters": [ { - "id": 23867, + "id": 7327, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -297710,7 +302527,7 @@ } }, { - "id": 23868, + "id": 7328, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -297723,7 +302540,7 @@ ], "parameters": [ { - "id": 23869, + "id": 7329, "name": "container", "variant": "param", "kind": 32768, @@ -297747,14 +302564,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23870, + "id": 7330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23871, + "id": 7331, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -297777,7 +302594,7 @@ } }, { - "id": 23872, + "id": 7332, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -297804,8 +302621,8 @@ { "title": "Properties", "children": [ - 23871, - 23872 + 7331, + 7332 ] } ], @@ -297894,14 +302711,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -297916,7 +302733,7 @@ ] }, { - "id": 23977, + "id": 7437, "name": "order", "variant": "declaration", "kind": 1024, @@ -297934,7 +302751,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L34" } ], "type": { @@ -297948,7 +302765,7 @@ } }, { - "id": 23978, + "id": 7438, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -297966,7 +302783,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L38" } ], "type": { @@ -297980,7 +302797,7 @@ } }, { - "id": 23979, + "id": 7439, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -297998,7 +302815,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L42" } ], "type": { @@ -298012,7 +302829,7 @@ } }, { - "id": 23980, + "id": 7440, "name": "input", "variant": "declaration", "kind": 1024, @@ -298030,7 +302847,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L46" } ], "type": { @@ -298045,7 +302862,7 @@ } }, { - "id": 23981, + "id": 7441, "name": "updateClaimItemValidationStep", "variant": "declaration", "kind": 64, @@ -298080,7 +302897,7 @@ }, "children": [ { - "id": 23990, + "id": 7450, "name": "__type", "variant": "declaration", "kind": 1024, @@ -298098,7 +302915,7 @@ } }, { - "id": 23991, + "id": 7451, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -298120,8 +302937,8 @@ { "title": "Properties", "children": [ - 23990, - 23991 + 7450, + 7451 ] } ], @@ -298130,12 +302947,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L84" } ], "signatures": [ { - "id": 23982, + "id": 7442, "name": "updateClaimItemValidationStep", "variant": "signature", "kind": 4096, @@ -298173,12 +302990,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L84" } ], "parameters": [ { - "id": 23983, + "id": 7443, "name": "input", "variant": "param", "kind": 32768, @@ -298188,7 +303005,7 @@ "types": [ { "type": "reference", - "target": 23975, + "target": 7435, "name": "UpdateClaimItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -298201,7 +303018,7 @@ "typeArguments": [ { "type": "reference", - "target": 23975, + "target": 7435, "name": "UpdateClaimItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -298234,14 +303051,14 @@ { "type": "reflection", "declaration": { - "id": 23984, + "id": 7444, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23985, + "id": 7445, "name": "config", "variant": "declaration", "kind": 2048, @@ -298255,7 +303072,7 @@ ], "signatures": [ { - "id": 23986, + "id": 7446, "name": "config", "variant": "signature", "kind": 4096, @@ -298269,7 +303086,7 @@ ], "parameters": [ { - "id": 23987, + "id": 7447, "name": "config", "variant": "param", "kind": 32768, @@ -298280,14 +303097,14 @@ { "type": "reflection", "declaration": { - "id": 23988, + "id": 7448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23989, + "id": 7449, "name": "name", "variant": "declaration", "kind": 1024, @@ -298311,7 +303128,7 @@ { "title": "Properties", "children": [ - 23989 + 7449 ] } ], @@ -298388,7 +303205,7 @@ { "title": "Methods", "children": [ - 23985 + 7445 ] } ], @@ -298422,7 +303239,7 @@ ] }, { - "id": 23992, + "id": 7452, "name": "updateClaimItemWorkflowId", "variant": "declaration", "kind": 32, @@ -298434,7 +303251,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L113" } ], "type": { @@ -298444,7 +303261,7 @@ "defaultValue": "\"update-claim-item\"" }, { - "id": 23993, + "id": 7453, "name": "updateClaimItemWorkflow", "variant": "declaration", "kind": 64, @@ -298488,7 +303305,7 @@ }, "children": [ { - "id": 24001, + "id": 7461, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -298511,7 +303328,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24002, + "id": 7462, "name": "__type", "variant": "declaration", "kind": 65536, @@ -298525,7 +303342,7 @@ ], "signatures": [ { - "id": 24003, + "id": 7463, "name": "__type", "variant": "signature", "kind": 4096, @@ -298553,7 +303370,7 @@ ], "parameters": [ { - "id": 24004, + "id": 7464, "name": "param0", "variant": "param", "kind": 32768, @@ -298569,14 +303386,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24005, + "id": 7465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24006, + "id": 7466, "name": "input", "variant": "declaration", "kind": 1024, @@ -298636,7 +303453,7 @@ { "title": "Properties", "children": [ - 24006 + 7466 ] } ], @@ -298657,14 +303474,14 @@ { "type": "reflection", "declaration": { - "id": 24007, + "id": 7467, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24020, + "id": 7480, "name": "id", "variant": "declaration", "kind": 1024, @@ -298710,7 +303527,7 @@ } }, { - "id": 24077, + "id": 7537, "name": "version", "variant": "declaration", "kind": 1024, @@ -298756,7 +303573,7 @@ } }, { - "id": 24078, + "id": 7538, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -298802,7 +303619,7 @@ } }, { - "id": 24047, + "id": 7507, "name": "status", "variant": "declaration", "kind": 1024, @@ -298858,7 +303675,7 @@ } }, { - "id": 24048, + "id": 7508, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -298915,7 +303732,7 @@ } }, { - "id": 24049, + "id": 7509, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -298972,7 +303789,7 @@ } }, { - "id": 24050, + "id": 7510, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -299029,7 +303846,7 @@ } }, { - "id": 24024, + "id": 7484, "name": "email", "variant": "declaration", "kind": 1024, @@ -299086,7 +303903,7 @@ } }, { - "id": 24051, + "id": 7511, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -299132,7 +303949,7 @@ } }, { - "id": 24052, + "id": 7512, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -299202,7 +304019,7 @@ } }, { - "id": 24053, + "id": 7513, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -299272,7 +304089,7 @@ } }, { - "id": 24079, + "id": 7539, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -299348,7 +304165,7 @@ } }, { - "id": 24080, + "id": 7540, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -299424,7 +304241,7 @@ } }, { - "id": 24081, + "id": 7541, "name": "summary", "variant": "declaration", "kind": 1024, @@ -299494,7 +304311,7 @@ } }, { - "id": 24023, + "id": 7483, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -299589,7 +304406,7 @@ } }, { - "id": 24076, + "id": 7536, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -299664,7 +304481,7 @@ } }, { - "id": 24021, + "id": 7481, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -299733,7 +304550,7 @@ } }, { - "id": 24022, + "id": 7482, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -299802,7 +304619,7 @@ } }, { - "id": 24054, + "id": 7514, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -299858,7 +304675,7 @@ } }, { - "id": 24055, + "id": 7515, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -299914,7 +304731,7 @@ } }, { - "id": 24056, + "id": 7516, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -299970,7 +304787,7 @@ } }, { - "id": 24028, + "id": 7488, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -300026,7 +304843,7 @@ } }, { - "id": 24029, + "id": 7489, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -300082,7 +304899,7 @@ } }, { - "id": 24030, + "id": 7490, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -300138,7 +304955,7 @@ } }, { - "id": 24025, + "id": 7485, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -300194,7 +305011,7 @@ } }, { - "id": 24026, + "id": 7486, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -300250,7 +305067,7 @@ } }, { - "id": 24027, + "id": 7487, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -300306,7 +305123,7 @@ } }, { - "id": 24031, + "id": 7491, "name": "total", "variant": "declaration", "kind": 1024, @@ -300362,7 +305179,7 @@ } }, { - "id": 24032, + "id": 7492, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -300418,7 +305235,7 @@ } }, { - "id": 24033, + "id": 7493, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -300474,7 +305291,7 @@ } }, { - "id": 24082, + "id": 7542, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -300530,7 +305347,7 @@ } }, { - "id": 24034, + "id": 7494, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -300586,7 +305403,7 @@ } }, { - "id": 24035, + "id": 7495, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -300642,7 +305459,7 @@ } }, { - "id": 24057, + "id": 7517, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -300698,7 +305515,7 @@ } }, { - "id": 24058, + "id": 7518, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -300754,7 +305571,7 @@ } }, { - "id": 24059, + "id": 7519, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -300810,7 +305627,7 @@ } }, { - "id": 24060, + "id": 7520, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -300866,7 +305683,7 @@ } }, { - "id": 24061, + "id": 7521, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -300922,7 +305739,7 @@ } }, { - "id": 24062, + "id": 7522, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -300978,7 +305795,7 @@ } }, { - "id": 24063, + "id": 7523, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -301034,7 +305851,7 @@ } }, { - "id": 24064, + "id": 7524, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -301090,7 +305907,7 @@ } }, { - "id": 24008, + "id": 7468, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -301146,7 +305963,7 @@ } }, { - "id": 24009, + "id": 7469, "name": "items", "variant": "declaration", "kind": 1024, @@ -301186,14 +306003,14 @@ { "type": "reflection", "declaration": { - "id": 24010, + "id": 7470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24011, + "id": 7471, "name": "actions", "variant": "declaration", "kind": 1024, @@ -301225,7 +306042,7 @@ { "title": "Properties", "children": [ - 24011 + 7471 ] } ], @@ -301265,14 +306082,14 @@ { "type": "reflection", "declaration": { - "id": 24012, + "id": 7472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24013, + "id": 7473, "name": "actions", "variant": "declaration", "kind": 1024, @@ -301304,7 +306121,7 @@ { "title": "Properties", "children": [ - 24013 + 7473 ] } ], @@ -301328,7 +306145,7 @@ } }, { - "id": 24014, + "id": 7474, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -301368,14 +306185,14 @@ { "type": "reflection", "declaration": { - "id": 24015, + "id": 7475, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24016, + "id": 7476, "name": "actions", "variant": "declaration", "kind": 1024, @@ -301407,7 +306224,7 @@ { "title": "Properties", "children": [ - 24016 + 7476 ] } ], @@ -301447,14 +306264,14 @@ { "type": "reflection", "declaration": { - "id": 24017, + "id": 7477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24018, + "id": 7478, "name": "actions", "variant": "declaration", "kind": 1024, @@ -301486,7 +306303,7 @@ { "title": "Properties", "children": [ - 24018 + 7478 ] } ], @@ -301510,7 +306327,7 @@ } }, { - "id": 24019, + "id": 7479, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -301560,51 +306377,51 @@ { "title": "Properties", "children": [ - 24020, - 24077, - 24078, - 24047, - 24048, - 24049, - 24050, - 24024, - 24051, - 24052, - 24053, - 24079, - 24080, - 24081, - 24023, - 24076, - 24021, - 24022, - 24054, - 24055, - 24056, - 24028, - 24029, - 24030, - 24025, - 24026, - 24027, - 24031, - 24032, - 24033, - 24082, - 24034, - 24035, - 24057, - 24058, - 24059, - 24060, - 24061, - 24062, - 24063, - 24064, - 24008, - 24009, - 24014, - 24019 + 7480, + 7537, + 7538, + 7507, + 7508, + 7509, + 7510, + 7484, + 7511, + 7512, + 7513, + 7539, + 7540, + 7541, + 7483, + 7536, + 7481, + 7482, + 7514, + 7515, + 7516, + 7488, + 7489, + 7490, + 7485, + 7486, + 7487, + 7491, + 7492, + 7493, + 7542, + 7494, + 7495, + 7517, + 7518, + 7519, + 7520, + 7521, + 7522, + 7523, + 7524, + 7468, + 7469, + 7474, + 7479 ] } ], @@ -301649,14 +306466,14 @@ { "type": "reflection", "declaration": { - "id": 24083, + "id": 7543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24084, + "id": 7544, "name": "config", "variant": "declaration", "kind": 2048, @@ -301670,7 +306487,7 @@ ], "signatures": [ { - "id": 24085, + "id": 7545, "name": "config", "variant": "signature", "kind": 4096, @@ -301684,7 +306501,7 @@ ], "parameters": [ { - "id": 24086, + "id": 7546, "name": "config", "variant": "param", "kind": 32768, @@ -301695,14 +306512,14 @@ { "type": "reflection", "declaration": { - "id": 24087, + "id": 7547, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24088, + "id": 7548, "name": "name", "variant": "declaration", "kind": 1024, @@ -301726,7 +306543,7 @@ { "title": "Properties", "children": [ - 24088 + 7548 ] } ], @@ -301808,7 +306625,7 @@ { "title": "Methods", "children": [ - 24084 + 7544 ] } ], @@ -301849,7 +306666,7 @@ } }, { - "id": 24089, + "id": 7549, "name": "run", "variant": "declaration", "kind": 1024, @@ -301872,7 +306689,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24090, + "id": 7550, "name": "__type", "variant": "declaration", "kind": 65536, @@ -301886,7 +306703,7 @@ ], "signatures": [ { - "id": 24091, + "id": 7551, "name": "__type", "variant": "signature", "kind": 4096, @@ -301914,7 +306731,7 @@ ], "typeParameters": [ { - "id": 24092, + "id": 7552, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -301925,7 +306742,7 @@ } }, { - "id": 24093, + "id": 7553, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -301938,7 +306755,7 @@ ], "parameters": [ { - "id": 24094, + "id": 7554, "name": "args", "variant": "param", "kind": 32768, @@ -301971,7 +306788,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -301991,7 +306808,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -302024,7 +306841,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -302044,7 +306861,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -302064,7 +306881,7 @@ } }, { - "id": 24095, + "id": 7555, "name": "getName", "variant": "declaration", "kind": 1024, @@ -302087,7 +306904,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24096, + "id": 7556, "name": "__type", "variant": "declaration", "kind": 65536, @@ -302101,7 +306918,7 @@ ], "signatures": [ { - "id": 24097, + "id": 7557, "name": "__type", "variant": "signature", "kind": 4096, @@ -302123,7 +306940,7 @@ } }, { - "id": 24098, + "id": 7558, "name": "config", "variant": "declaration", "kind": 1024, @@ -302146,7 +306963,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24099, + "id": 7559, "name": "__type", "variant": "declaration", "kind": 65536, @@ -302160,7 +306977,7 @@ ], "signatures": [ { - "id": 24100, + "id": 7560, "name": "__type", "variant": "signature", "kind": 4096, @@ -302174,7 +306991,7 @@ ], "parameters": [ { - "id": 24101, + "id": 7561, "name": "config", "variant": "param", "kind": 32768, @@ -302200,7 +307017,7 @@ } }, { - "id": 24102, + "id": 7562, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -302228,7 +307045,7 @@ ], "documents": [ { - "id": 37596, + "id": 21083, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -302244,6 +307061,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -302254,7 +307080,7 @@ "frontmatter": {} }, { - "id": 37597, + "id": 21084, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -302270,6 +307096,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -302280,7 +307115,7 @@ "frontmatter": {} }, { - "id": 37598, + "id": 21085, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -302296,6 +307131,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -302306,7 +307150,7 @@ "frontmatter": {} }, { - "id": 37599, + "id": 21086, "name": "updateClaimItemValidationStep", "variant": "document", "kind": 8388608, @@ -302322,6 +307166,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7441" + } + ] } ], "modifierTags": [ @@ -302332,7 +307185,7 @@ "frontmatter": {} }, { - "id": 37600, + "id": 21087, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -302348,6 +307201,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -302358,7 +307220,7 @@ "frontmatter": {} }, { - "id": 37601, + "id": 21088, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -302374,6 +307236,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -302385,21 +307256,21 @@ } ], "childrenIncludingDocuments": [ - 24001, - 24089, - 24095, - 24098, - 24102 + 7461, + 7549, + 7555, + 7558, + 7562 ], "groups": [ { "title": "Properties", "children": [ - 24001, - 24089, - 24095, - 24098, - 24102 + 7461, + 7549, + 7555, + 7558, + 7562 ] } ], @@ -302408,12 +307279,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L137" } ], "signatures": [ { - "id": 23994, + "id": 7454, "name": "updateClaimItemWorkflow", "variant": "signature", "kind": 4096, @@ -302460,12 +307331,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L137" } ], "typeParameters": [ { - "id": 23995, + "id": 7455, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -302476,7 +307347,7 @@ } }, { - "id": 23996, + "id": 7456, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -302489,7 +307360,7 @@ ], "parameters": [ { - "id": 23997, + "id": 7457, "name": "container", "variant": "param", "kind": 32768, @@ -302513,14 +307384,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 23998, + "id": 7458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23999, + "id": 7459, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -302543,7 +307414,7 @@ } }, { - "id": 24000, + "id": 7460, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -302570,8 +307441,8 @@ { "title": "Properties", "children": [ - 23999, - 24000 + 7459, + 7460 ] } ], @@ -302660,14 +307531,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -302682,7 +307553,7 @@ ] }, { - "id": 24105, + "id": 7565, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -302700,7 +307571,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L37" } ], "type": { @@ -302714,7 +307585,7 @@ } }, { - "id": 24106, + "id": 7566, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -302732,7 +307603,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L41" } ], "type": { @@ -302746,7 +307617,7 @@ } }, { - "id": 24107, + "id": 7567, "name": "input", "variant": "declaration", "kind": 1024, @@ -302764,7 +307635,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L45" } ], "type": { @@ -302803,7 +307674,7 @@ } }, { - "id": 24108, + "id": 7568, "name": "updateClaimShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -302838,7 +307709,7 @@ }, "children": [ { - "id": 24117, + "id": 7577, "name": "__type", "variant": "declaration", "kind": 1024, @@ -302856,7 +307727,7 @@ } }, { - "id": 24118, + "id": 7578, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -302878,8 +307749,8 @@ { "title": "Properties", "children": [ - 24117, - 24118 + 7577, + 7578 ] } ], @@ -302888,12 +307759,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L76" } ], "signatures": [ { - "id": 24109, + "id": 7569, "name": "updateClaimShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -302931,12 +307802,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L76" } ], "parameters": [ { - "id": 24110, + "id": 7570, "name": "input", "variant": "param", "kind": 32768, @@ -302946,7 +307817,7 @@ "types": [ { "type": "reference", - "target": 24103, + "target": 7563, "name": "UpdateClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -302959,7 +307830,7 @@ "typeArguments": [ { "type": "reference", - "target": 24103, + "target": 7563, "name": "UpdateClaimShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -302992,14 +307863,14 @@ { "type": "reflection", "declaration": { - "id": 24111, + "id": 7571, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24112, + "id": 7572, "name": "config", "variant": "declaration", "kind": 2048, @@ -303013,7 +307884,7 @@ ], "signatures": [ { - "id": 24113, + "id": 7573, "name": "config", "variant": "signature", "kind": 4096, @@ -303027,7 +307898,7 @@ ], "parameters": [ { - "id": 24114, + "id": 7574, "name": "config", "variant": "param", "kind": 32768, @@ -303038,14 +307909,14 @@ { "type": "reflection", "declaration": { - "id": 24115, + "id": 7575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24116, + "id": 7576, "name": "name", "variant": "declaration", "kind": 1024, @@ -303069,7 +307940,7 @@ { "title": "Properties", "children": [ - 24116 + 7576 ] } ], @@ -303146,7 +308017,7 @@ { "title": "Methods", "children": [ - 24112 + 7572 ] } ], @@ -303180,7 +308051,7 @@ ] }, { - "id": 24119, + "id": 7579, "name": "updateClaimShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -303192,7 +308063,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 102, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L102" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L102" } ], "type": { @@ -303202,7 +308073,7 @@ "defaultValue": "\"update-claim-shipping-method\"" }, { - "id": 24120, + "id": 7580, "name": "updateClaimShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -303246,7 +308117,7 @@ }, "children": [ { - "id": 24128, + "id": 7588, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -303269,7 +308140,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24129, + "id": 7589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -303283,7 +308154,7 @@ ], "signatures": [ { - "id": 24130, + "id": 7590, "name": "__type", "variant": "signature", "kind": 4096, @@ -303311,7 +308182,7 @@ ], "parameters": [ { - "id": 24131, + "id": 7591, "name": "param0", "variant": "param", "kind": 32768, @@ -303327,14 +308198,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24132, + "id": 7592, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24133, + "id": 7593, "name": "input", "variant": "declaration", "kind": 1024, @@ -303394,7 +308265,7 @@ { "title": "Properties", "children": [ - 24133 + 7593 ] } ], @@ -303415,14 +308286,14 @@ { "type": "reflection", "declaration": { - "id": 24134, + "id": 7594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24147, + "id": 7607, "name": "id", "variant": "declaration", "kind": 1024, @@ -303468,7 +308339,7 @@ } }, { - "id": 24204, + "id": 7664, "name": "version", "variant": "declaration", "kind": 1024, @@ -303514,7 +308385,7 @@ } }, { - "id": 24205, + "id": 7665, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -303560,7 +308431,7 @@ } }, { - "id": 24174, + "id": 7634, "name": "status", "variant": "declaration", "kind": 1024, @@ -303616,7 +308487,7 @@ } }, { - "id": 24175, + "id": 7635, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -303673,7 +308544,7 @@ } }, { - "id": 24176, + "id": 7636, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -303730,7 +308601,7 @@ } }, { - "id": 24177, + "id": 7637, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -303787,7 +308658,7 @@ } }, { - "id": 24151, + "id": 7611, "name": "email", "variant": "declaration", "kind": 1024, @@ -303844,7 +308715,7 @@ } }, { - "id": 24178, + "id": 7638, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -303890,7 +308761,7 @@ } }, { - "id": 24179, + "id": 7639, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -303960,7 +308831,7 @@ } }, { - "id": 24180, + "id": 7640, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -304030,7 +308901,7 @@ } }, { - "id": 24206, + "id": 7666, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -304106,7 +308977,7 @@ } }, { - "id": 24207, + "id": 7667, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -304182,7 +309053,7 @@ } }, { - "id": 24208, + "id": 7668, "name": "summary", "variant": "declaration", "kind": 1024, @@ -304252,7 +309123,7 @@ } }, { - "id": 24150, + "id": 7610, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -304347,7 +309218,7 @@ } }, { - "id": 24203, + "id": 7663, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -304422,7 +309293,7 @@ } }, { - "id": 24148, + "id": 7608, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -304491,7 +309362,7 @@ } }, { - "id": 24149, + "id": 7609, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -304560,7 +309431,7 @@ } }, { - "id": 24181, + "id": 7641, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -304616,7 +309487,7 @@ } }, { - "id": 24182, + "id": 7642, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -304672,7 +309543,7 @@ } }, { - "id": 24183, + "id": 7643, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -304728,7 +309599,7 @@ } }, { - "id": 24155, + "id": 7615, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -304784,7 +309655,7 @@ } }, { - "id": 24156, + "id": 7616, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -304840,7 +309711,7 @@ } }, { - "id": 24157, + "id": 7617, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -304896,7 +309767,7 @@ } }, { - "id": 24152, + "id": 7612, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -304952,7 +309823,7 @@ } }, { - "id": 24153, + "id": 7613, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -305008,7 +309879,7 @@ } }, { - "id": 24154, + "id": 7614, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -305064,7 +309935,7 @@ } }, { - "id": 24158, + "id": 7618, "name": "total", "variant": "declaration", "kind": 1024, @@ -305120,7 +309991,7 @@ } }, { - "id": 24159, + "id": 7619, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -305176,7 +310047,7 @@ } }, { - "id": 24160, + "id": 7620, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -305232,7 +310103,7 @@ } }, { - "id": 24209, + "id": 7669, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -305288,7 +310159,7 @@ } }, { - "id": 24161, + "id": 7621, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -305344,7 +310215,7 @@ } }, { - "id": 24162, + "id": 7622, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -305400,7 +310271,7 @@ } }, { - "id": 24184, + "id": 7644, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -305456,7 +310327,7 @@ } }, { - "id": 24185, + "id": 7645, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -305512,7 +310383,7 @@ } }, { - "id": 24186, + "id": 7646, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -305568,7 +310439,7 @@ } }, { - "id": 24187, + "id": 7647, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -305624,7 +310495,7 @@ } }, { - "id": 24188, + "id": 7648, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -305680,7 +310551,7 @@ } }, { - "id": 24189, + "id": 7649, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -305736,7 +310607,7 @@ } }, { - "id": 24190, + "id": 7650, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -305792,7 +310663,7 @@ } }, { - "id": 24191, + "id": 7651, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -305848,7 +310719,7 @@ } }, { - "id": 24135, + "id": 7595, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -305904,7 +310775,7 @@ } }, { - "id": 24136, + "id": 7596, "name": "items", "variant": "declaration", "kind": 1024, @@ -305944,14 +310815,14 @@ { "type": "reflection", "declaration": { - "id": 24137, + "id": 7597, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24138, + "id": 7598, "name": "actions", "variant": "declaration", "kind": 1024, @@ -305983,7 +310854,7 @@ { "title": "Properties", "children": [ - 24138 + 7598 ] } ], @@ -306023,14 +310894,14 @@ { "type": "reflection", "declaration": { - "id": 24139, + "id": 7599, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24140, + "id": 7600, "name": "actions", "variant": "declaration", "kind": 1024, @@ -306062,7 +310933,7 @@ { "title": "Properties", "children": [ - 24140 + 7600 ] } ], @@ -306086,7 +310957,7 @@ } }, { - "id": 24141, + "id": 7601, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -306126,14 +310997,14 @@ { "type": "reflection", "declaration": { - "id": 24142, + "id": 7602, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24143, + "id": 7603, "name": "actions", "variant": "declaration", "kind": 1024, @@ -306165,7 +311036,7 @@ { "title": "Properties", "children": [ - 24143 + 7603 ] } ], @@ -306205,14 +311076,14 @@ { "type": "reflection", "declaration": { - "id": 24144, + "id": 7604, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24145, + "id": 7605, "name": "actions", "variant": "declaration", "kind": 1024, @@ -306244,7 +311115,7 @@ { "title": "Properties", "children": [ - 24145 + 7605 ] } ], @@ -306268,7 +311139,7 @@ } }, { - "id": 24146, + "id": 7606, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -306318,51 +311189,51 @@ { "title": "Properties", "children": [ - 24147, - 24204, - 24205, - 24174, - 24175, - 24176, - 24177, - 24151, - 24178, - 24179, - 24180, - 24206, - 24207, - 24208, - 24150, - 24203, - 24148, - 24149, - 24181, - 24182, - 24183, - 24155, - 24156, - 24157, - 24152, - 24153, - 24154, - 24158, - 24159, - 24160, - 24209, - 24161, - 24162, - 24184, - 24185, - 24186, - 24187, - 24188, - 24189, - 24190, - 24191, - 24135, - 24136, - 24141, - 24146 + 7607, + 7664, + 7665, + 7634, + 7635, + 7636, + 7637, + 7611, + 7638, + 7639, + 7640, + 7666, + 7667, + 7668, + 7610, + 7663, + 7608, + 7609, + 7641, + 7642, + 7643, + 7615, + 7616, + 7617, + 7612, + 7613, + 7614, + 7618, + 7619, + 7620, + 7669, + 7621, + 7622, + 7644, + 7645, + 7646, + 7647, + 7648, + 7649, + 7650, + 7651, + 7595, + 7596, + 7601, + 7606 ] } ], @@ -306407,14 +311278,14 @@ { "type": "reflection", "declaration": { - "id": 24210, + "id": 7670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24211, + "id": 7671, "name": "config", "variant": "declaration", "kind": 2048, @@ -306428,7 +311299,7 @@ ], "signatures": [ { - "id": 24212, + "id": 7672, "name": "config", "variant": "signature", "kind": 4096, @@ -306442,7 +311313,7 @@ ], "parameters": [ { - "id": 24213, + "id": 7673, "name": "config", "variant": "param", "kind": 32768, @@ -306453,14 +311324,14 @@ { "type": "reflection", "declaration": { - "id": 24214, + "id": 7674, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24215, + "id": 7675, "name": "name", "variant": "declaration", "kind": 1024, @@ -306484,7 +311355,7 @@ { "title": "Properties", "children": [ - 24215 + 7675 ] } ], @@ -306566,7 +311437,7 @@ { "title": "Methods", "children": [ - 24211 + 7671 ] } ], @@ -306607,7 +311478,7 @@ } }, { - "id": 24216, + "id": 7676, "name": "run", "variant": "declaration", "kind": 1024, @@ -306630,7 +311501,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24217, + "id": 7677, "name": "__type", "variant": "declaration", "kind": 65536, @@ -306644,7 +311515,7 @@ ], "signatures": [ { - "id": 24218, + "id": 7678, "name": "__type", "variant": "signature", "kind": 4096, @@ -306672,7 +311543,7 @@ ], "typeParameters": [ { - "id": 24219, + "id": 7679, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -306683,7 +311554,7 @@ } }, { - "id": 24220, + "id": 7680, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -306696,7 +311567,7 @@ ], "parameters": [ { - "id": 24221, + "id": 7681, "name": "args", "variant": "param", "kind": 32768, @@ -306729,7 +311600,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -306749,7 +311620,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -306782,7 +311653,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -306802,7 +311673,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -306822,7 +311693,7 @@ } }, { - "id": 24222, + "id": 7682, "name": "getName", "variant": "declaration", "kind": 1024, @@ -306845,7 +311716,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24223, + "id": 7683, "name": "__type", "variant": "declaration", "kind": 65536, @@ -306859,7 +311730,7 @@ ], "signatures": [ { - "id": 24224, + "id": 7684, "name": "__type", "variant": "signature", "kind": 4096, @@ -306881,7 +311752,7 @@ } }, { - "id": 24225, + "id": 7685, "name": "config", "variant": "declaration", "kind": 1024, @@ -306904,7 +311775,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24226, + "id": 7686, "name": "__type", "variant": "declaration", "kind": 65536, @@ -306918,7 +311789,7 @@ ], "signatures": [ { - "id": 24227, + "id": 7687, "name": "__type", "variant": "signature", "kind": 4096, @@ -306932,7 +311803,7 @@ ], "parameters": [ { - "id": 24228, + "id": 7688, "name": "config", "variant": "param", "kind": 32768, @@ -306958,7 +311829,7 @@ } }, { - "id": 24229, + "id": 7689, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -306986,7 +311857,7 @@ ], "documents": [ { - "id": 37602, + "id": 21089, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -307002,6 +311873,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -307012,7 +311892,7 @@ "frontmatter": {} }, { - "id": 37603, + "id": 21090, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -307028,6 +311908,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -307038,7 +311927,7 @@ "frontmatter": {} }, { - "id": 37604, + "id": 21091, "name": "when", "variant": "document", "kind": 8388608, @@ -307073,7 +311962,7 @@ "frontmatter": {}, "children": [ { - "id": 37605, + "id": 21092, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -307089,6 +311978,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -307099,7 +311997,7 @@ "frontmatter": {} }, { - "id": 37606, + "id": 21093, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -307115,6 +312013,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -307127,7 +312034,7 @@ ] }, { - "id": 37607, + "id": 21094, "name": "updateClaimShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -307143,6 +312050,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7568" + } + ] } ], "modifierTags": [ @@ -307153,7 +312069,7 @@ "frontmatter": {} }, { - "id": 37608, + "id": 21095, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -307169,6 +312085,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -307179,7 +312104,7 @@ "frontmatter": {} }, { - "id": 37609, + "id": 21096, "name": "updateOrderShippingMethodsStep", "variant": "document", "kind": 8388608, @@ -307195,6 +312120,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5828" + } + ] } ], "modifierTags": [ @@ -307205,7 +312139,7 @@ "frontmatter": {} }, { - "id": 37610, + "id": 21097, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -307221,6 +312155,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -307232,21 +312175,21 @@ } ], "childrenIncludingDocuments": [ - 24128, - 24216, - 24222, - 24225, - 24229 + 7588, + 7676, + 7682, + 7685, + 7689 ], "groups": [ { "title": "Properties", "children": [ - 24128, - 24216, - 24222, - 24225, - 24229 + 7588, + 7676, + 7682, + 7685, + 7689 ] } ], @@ -307255,12 +312198,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L128" } ], "signatures": [ { - "id": 24121, + "id": 7581, "name": "updateClaimShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -307307,12 +312250,12 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L128" } ], "typeParameters": [ { - "id": 24122, + "id": 7582, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -307323,7 +312266,7 @@ } }, { - "id": 24123, + "id": 7583, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -307336,7 +312279,7 @@ ], "parameters": [ { - "id": 24124, + "id": 7584, "name": "container", "variant": "param", "kind": 32768, @@ -307360,14 +312303,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24125, + "id": 7585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24126, + "id": 7586, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -307390,7 +312333,7 @@ } }, { - "id": 24127, + "id": 7587, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -307417,8 +312360,8 @@ { "title": "Properties", "children": [ - 24126, - 24127 + 7586, + 7587 ] } ], @@ -307507,14 +312450,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -307529,7 +312472,7 @@ ] }, { - "id": 24232, + "id": 7692, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -307547,7 +312490,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L20" } ], "type": { @@ -307559,7 +312502,7 @@ } }, { - "id": 24233, + "id": 7693, "name": "completeOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -307571,7 +312514,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L23" } ], "type": { @@ -307581,7 +312524,7 @@ "defaultValue": "\"complete-order-workflow\"" }, { - "id": 24234, + "id": 7694, "name": "completeOrderWorkflow", "variant": "declaration", "kind": 64, @@ -307633,7 +312576,7 @@ }, "children": [ { - "id": 24242, + "id": 7702, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -307656,7 +312599,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24243, + "id": 7703, "name": "__type", "variant": "declaration", "kind": 65536, @@ -307670,7 +312613,7 @@ ], "signatures": [ { - "id": 24244, + "id": 7704, "name": "__type", "variant": "signature", "kind": 4096, @@ -307698,7 +312641,7 @@ ], "parameters": [ { - "id": 24245, + "id": 7705, "name": "param0", "variant": "param", "kind": 32768, @@ -307714,14 +312657,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24246, + "id": 7706, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24247, + "id": 7707, "name": "input", "variant": "declaration", "kind": 1024, @@ -307746,7 +312689,7 @@ "types": [ { "type": "reference", - "target": 24230, + "target": 7690, "name": "CompleteOrdersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -307759,7 +312702,7 @@ "typeArguments": [ { "type": "reference", - "target": 24230, + "target": 7690, "name": "CompleteOrdersWorkflowInput", "package": "@medusajs/core-flows" } @@ -307775,7 +312718,7 @@ { "title": "Properties", "children": [ - 24247 + 7707 ] } ], @@ -307868,14 +312811,14 @@ { "type": "reflection", "declaration": { - "id": 24248, + "id": 7708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24249, + "id": 7709, "name": "config", "variant": "declaration", "kind": 2048, @@ -307889,7 +312832,7 @@ ], "signatures": [ { - "id": 24250, + "id": 7710, "name": "config", "variant": "signature", "kind": 4096, @@ -307903,7 +312846,7 @@ ], "parameters": [ { - "id": 24251, + "id": 7711, "name": "config", "variant": "param", "kind": 32768, @@ -307914,14 +312857,14 @@ { "type": "reflection", "declaration": { - "id": 24252, + "id": 7712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24253, + "id": 7713, "name": "name", "variant": "declaration", "kind": 1024, @@ -307945,7 +312888,7 @@ { "title": "Properties", "children": [ - 24253 + 7713 ] } ], @@ -308030,7 +312973,7 @@ { "title": "Methods", "children": [ - 24249 + 7709 ] } ], @@ -308074,7 +313017,7 @@ } }, { - "id": 24254, + "id": 7714, "name": "run", "variant": "declaration", "kind": 1024, @@ -308097,7 +313040,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24255, + "id": 7715, "name": "__type", "variant": "declaration", "kind": 65536, @@ -308111,7 +313054,7 @@ ], "signatures": [ { - "id": 24256, + "id": 7716, "name": "__type", "variant": "signature", "kind": 4096, @@ -308139,7 +313082,7 @@ ], "typeParameters": [ { - "id": 24257, + "id": 7717, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -308150,7 +313093,7 @@ } }, { - "id": 24258, + "id": 7718, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -308163,7 +313106,7 @@ ], "parameters": [ { - "id": 24259, + "id": 7719, "name": "args", "variant": "param", "kind": 32768, @@ -308196,7 +313139,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308207,13 +313150,13 @@ }, "trueType": { "type": "reference", - "target": 24230, + "target": 7690, "name": "CompleteOrdersWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308246,7 +313189,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308269,7 +313212,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308289,7 +313232,7 @@ } }, { - "id": 24260, + "id": 7720, "name": "getName", "variant": "declaration", "kind": 1024, @@ -308312,7 +313255,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24261, + "id": 7721, "name": "__type", "variant": "declaration", "kind": 65536, @@ -308326,7 +313269,7 @@ ], "signatures": [ { - "id": 24262, + "id": 7722, "name": "__type", "variant": "signature", "kind": 4096, @@ -308348,7 +313291,7 @@ } }, { - "id": 24263, + "id": 7723, "name": "config", "variant": "declaration", "kind": 1024, @@ -308371,7 +313314,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24264, + "id": 7724, "name": "__type", "variant": "declaration", "kind": 65536, @@ -308385,7 +313328,7 @@ ], "signatures": [ { - "id": 24265, + "id": 7725, "name": "__type", "variant": "signature", "kind": 4096, @@ -308399,7 +313342,7 @@ ], "parameters": [ { - "id": 24266, + "id": 7726, "name": "config", "variant": "param", "kind": 32768, @@ -308425,7 +313368,7 @@ } }, { - "id": 24267, + "id": 7727, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -308448,14 +313391,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24268, + "id": 7728, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24269, + "id": 7729, "name": "ordersCompleted", "variant": "declaration", "kind": 1024, @@ -308463,7 +313406,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24270, + "id": 7730, "name": "__type", "variant": "declaration", "kind": 65536, @@ -308477,7 +313420,7 @@ ], "signatures": [ { - "id": 24271, + "id": 7731, "name": "__type", "variant": "signature", "kind": 4096, @@ -308491,14 +313434,14 @@ ], "typeParameters": [ { - "id": 24272, + "id": 7732, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24273, + "id": 7733, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -308507,7 +313450,7 @@ ], "parameters": [ { - "id": 24274, + "id": 7734, "name": "invoke", "variant": "param", "kind": 32768, @@ -308522,14 +313465,14 @@ { "type": "reflection", "declaration": { - "id": 24275, + "id": 7735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24276, + "id": 7736, "name": "orders", "variant": "declaration", "kind": 1024, @@ -308539,7 +313482,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" } ], "type": { @@ -308620,14 +313563,14 @@ { "type": "reflection", "declaration": { - "id": 24277, + "id": 7737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24278, + "id": 7738, "name": "config", "variant": "declaration", "kind": 2048, @@ -308641,7 +313584,7 @@ ], "signatures": [ { - "id": 24279, + "id": 7739, "name": "config", "variant": "signature", "kind": 4096, @@ -308655,7 +313598,7 @@ ], "parameters": [ { - "id": 24280, + "id": 7740, "name": "config", "variant": "param", "kind": 32768, @@ -308666,14 +313609,14 @@ { "type": "reflection", "declaration": { - "id": 24281, + "id": 7741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24282, + "id": 7742, "name": "name", "variant": "declaration", "kind": 1024, @@ -308697,7 +313640,7 @@ { "title": "Properties", "children": [ - 24282 + 7742 ] } ], @@ -308782,7 +313725,7 @@ { "title": "Methods", "children": [ - 24278 + 7738 ] } ], @@ -308823,7 +313766,7 @@ "defaultValue": "completedOrders" }, { - "id": 24283, + "id": 7743, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -308841,7 +313784,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" } ], "type": { @@ -308864,8 +313807,8 @@ { "title": "Properties", "children": [ - 24276, - 24283 + 7736, + 7743 ] } ], @@ -308874,21 +313817,21 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 63, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L63" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308899,7 +313842,7 @@ } }, { - "id": 24284, + "id": 7744, "name": "compensate", "variant": "param", "kind": 32768, @@ -308915,7 +313858,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -308934,13 +313877,86 @@ ] } } + }, + { + "id": 21100, + "name": "ordersCompleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the orders are completed. You can consume this hook to perform custom actions on the completed orders." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { completeOrderWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncompleteOrderWorkflow.hooks.ordersCompleted(\n\t(async ({ orders, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21101, + "name": "ordersCompleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21102, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 7735, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 24269 + 7729 + ] + }, + { + "title": "Functions", + "children": [ + 21100 ] } ], @@ -308957,7 +313973,7 @@ ], "documents": [ { - "id": 37611, + "id": 21098, "name": "completeOrdersStep", "variant": "document", "kind": 8388608, @@ -308973,6 +313989,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5400" + } + ] } ], "modifierTags": [ @@ -308983,7 +314008,7 @@ "frontmatter": {} }, { - "id": 37612, + "id": 21099, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -308999,6 +314024,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -309009,7 +314043,7 @@ "frontmatter": {} }, { - "id": 37616, + "id": 21103, "name": "ordersCompleted", "variant": "document", "kind": 8388608, @@ -309025,6 +314059,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21100" + } + ] } ], "modifierTags": [ @@ -309036,21 +314079,21 @@ } ], "childrenIncludingDocuments": [ - 24242, - 24254, - 24260, - 24263, - 24267 + 7702, + 7714, + 7720, + 7723, + 7727 ], "groups": [ { "title": "Properties", "children": [ - 24242, - 24254, - 24260, - 24263, - 24267 + 7702, + 7714, + 7720, + 7723, + 7727 ] } ], @@ -309059,12 +314102,12 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L49" } ], "signatures": [ { - "id": 24235, + "id": 7695, "name": "completeOrderWorkflow", "variant": "signature", "kind": 4096, @@ -309119,12 +314162,12 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L49" } ], "typeParameters": [ { - "id": 24236, + "id": 7696, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -309135,7 +314178,7 @@ } }, { - "id": 24237, + "id": 7697, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -309148,7 +314191,7 @@ ], "parameters": [ { - "id": 24238, + "id": 7698, "name": "container", "variant": "param", "kind": 32768, @@ -309172,14 +314215,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24239, + "id": 7699, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24240, + "id": 7700, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -309202,7 +314245,7 @@ } }, { - "id": 24241, + "id": 7701, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -309229,8 +314272,8 @@ { "title": "Properties", "children": [ - 24240, - 24241 + 7700, + 7701 ] } ], @@ -309301,7 +314344,7 @@ "typeArguments": [ { "type": "reference", - "target": 24230, + "target": 7690, "name": "CompleteOrdersWorkflowInput", "package": "@medusajs/core-flows" }, @@ -309319,14 +314362,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -309341,14 +314384,14 @@ ] }, { - "id": 24275, + "id": 7735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24276, + "id": 7736, "name": "orders", "variant": "declaration", "kind": 1024, @@ -309358,7 +314401,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" } ], "type": { @@ -309439,14 +314482,14 @@ { "type": "reflection", "declaration": { - "id": 24277, + "id": 7737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24278, + "id": 7738, "name": "config", "variant": "declaration", "kind": 2048, @@ -309460,7 +314503,7 @@ ], "signatures": [ { - "id": 24279, + "id": 7739, "name": "config", "variant": "signature", "kind": 4096, @@ -309474,7 +314517,7 @@ ], "parameters": [ { - "id": 24280, + "id": 7740, "name": "config", "variant": "param", "kind": 32768, @@ -309485,14 +314528,14 @@ { "type": "reflection", "declaration": { - "id": 24281, + "id": 7741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24282, + "id": 7742, "name": "name", "variant": "declaration", "kind": 1024, @@ -309516,7 +314559,7 @@ { "title": "Properties", "children": [ - 24282 + 7742 ] } ], @@ -309601,7 +314644,7 @@ { "title": "Methods", "children": [ - 24278 + 7738 ] } ], @@ -309642,7 +314685,7 @@ "defaultValue": "completedOrders" }, { - "id": 24283, + "id": 7743, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -309660,7 +314703,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" } ], "type": { @@ -309683,8 +314726,8 @@ { "title": "Properties", "children": [ - 24276, - 24283 + 7736, + 7743 ] } ], @@ -309693,12 +314736,12 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 63, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L63" } ] }, { - "id": 24276, + "id": 7736, "name": "orders", "variant": "declaration", "kind": 1024, @@ -309708,7 +314751,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L64" } ], "type": { @@ -309789,14 +314832,14 @@ { "type": "reflection", "declaration": { - "id": 24277, + "id": 7737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24278, + "id": 7738, "name": "config", "variant": "declaration", "kind": 2048, @@ -309810,7 +314853,7 @@ ], "signatures": [ { - "id": 24279, + "id": 7739, "name": "config", "variant": "signature", "kind": 4096, @@ -309824,7 +314867,7 @@ ], "parameters": [ { - "id": 24280, + "id": 7740, "name": "config", "variant": "param", "kind": 32768, @@ -309835,14 +314878,14 @@ { "type": "reflection", "declaration": { - "id": 24281, + "id": 7741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24282, + "id": 7742, "name": "name", "variant": "declaration", "kind": 1024, @@ -309866,7 +314909,7 @@ { "title": "Properties", "children": [ - 24282 + 7742 ] } ], @@ -309951,7 +314994,7 @@ { "title": "Methods", "children": [ - 24278 + 7738 ] } ], @@ -309992,7 +315035,7 @@ "defaultValue": "completedOrders" }, { - "id": 24283, + "id": 7743, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -310010,7 +315053,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L65" } ], "type": { @@ -310029,7 +315072,7 @@ "defaultValue": "input.additional_data" }, { - "id": 24287, + "id": 7747, "name": "order", "variant": "declaration", "kind": 1024, @@ -310047,7 +315090,7 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 50, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L50" } ], "type": { @@ -310061,7 +315104,7 @@ } }, { - "id": 24288, + "id": 7748, "name": "inputItems", "variant": "declaration", "kind": 1024, @@ -310079,7 +315122,7 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 54, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L54" } ], "type": { @@ -310101,7 +315144,7 @@ } }, { - "id": 24289, + "id": 7749, "name": "createFulfillmentValidateOrder", "variant": "declaration", "kind": 64, @@ -310136,7 +315179,7 @@ }, "children": [ { - "id": 24298, + "id": 7758, "name": "__type", "variant": "declaration", "kind": 1024, @@ -310154,7 +315197,7 @@ } }, { - "id": 24299, + "id": 7759, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -310176,8 +315219,8 @@ { "title": "Properties", "children": [ - 24298, - 24299 + 7758, + 7759 ] } ], @@ -310186,12 +315229,12 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L83" } ], "signatures": [ { - "id": 24290, + "id": 7750, "name": "createFulfillmentValidateOrder", "variant": "signature", "kind": 4096, @@ -310229,12 +315272,12 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L83" } ], "parameters": [ { - "id": 24291, + "id": 7751, "name": "input", "variant": "param", "kind": 32768, @@ -310244,7 +315287,7 @@ "types": [ { "type": "reference", - "target": 24285, + "target": 7745, "name": "CreateFulfillmentValidateOrderStepInput", "package": "@medusajs/core-flows" }, @@ -310257,7 +315300,7 @@ "typeArguments": [ { "type": "reference", - "target": 24285, + "target": 7745, "name": "CreateFulfillmentValidateOrderStepInput", "package": "@medusajs/core-flows" } @@ -310290,14 +315333,14 @@ { "type": "reflection", "declaration": { - "id": 24292, + "id": 7752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24293, + "id": 7753, "name": "config", "variant": "declaration", "kind": 2048, @@ -310311,7 +315354,7 @@ ], "signatures": [ { - "id": 24294, + "id": 7754, "name": "config", "variant": "signature", "kind": 4096, @@ -310325,7 +315368,7 @@ ], "parameters": [ { - "id": 24295, + "id": 7755, "name": "config", "variant": "param", "kind": 32768, @@ -310336,14 +315379,14 @@ { "type": "reflection", "declaration": { - "id": 24296, + "id": 7756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24297, + "id": 7757, "name": "name", "variant": "declaration", "kind": 1024, @@ -310367,7 +315410,7 @@ { "title": "Properties", "children": [ - 24297 + 7757 ] } ], @@ -310444,7 +315487,7 @@ { "title": "Methods", "children": [ - 24293 + 7753 ] } ], @@ -310478,7 +315521,7 @@ ] }, { - "id": 24301, + "id": 7761, "name": "createOrderFulfillmentWorkflowId", "variant": "declaration", "kind": 32, @@ -310488,9 +315531,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 278, + "line": 289, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L278" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L289" } ], "type": { @@ -310500,7 +315543,7 @@ "defaultValue": "\"create-order-fulfillment\"" }, { - "id": 24302, + "id": 7762, "name": "createOrderFulfillmentWorkflow", "variant": "declaration", "kind": 64, @@ -310517,7 +315560,7 @@ }, { "kind": "text", - "text": " custom data that \nallows you to create custom data models linked to the fulfillment.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around creating a fulfillment." + "text": " custom data that\nallows you to create custom data models linked to the fulfillment.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around creating a fulfillment." } ], "blockTags": [ @@ -310561,7 +315604,7 @@ }, "children": [ { - "id": 24310, + "id": 7770, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -310584,7 +315627,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24311, + "id": 7771, "name": "__type", "variant": "declaration", "kind": 65536, @@ -310598,7 +315641,7 @@ ], "signatures": [ { - "id": 24312, + "id": 7772, "name": "__type", "variant": "signature", "kind": 4096, @@ -310626,7 +315669,7 @@ ], "parameters": [ { - "id": 24313, + "id": 7773, "name": "param0", "variant": "param", "kind": 32768, @@ -310642,14 +315685,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24314, + "id": 7774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24315, + "id": 7775, "name": "input", "variant": "declaration", "kind": 1024, @@ -310674,7 +315717,7 @@ "types": [ { "type": "reference", - "target": 24300, + "target": 7760, "name": "CreateOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -310687,7 +315730,7 @@ "typeArguments": [ { "type": "reference", - "target": 24300, + "target": 7760, "name": "CreateOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" } @@ -310703,7 +315746,7 @@ { "title": "Properties", "children": [ - 24315 + 7775 ] } ], @@ -310724,14 +315767,14 @@ { "type": "reflection", "declaration": { - "id": 24316, + "id": 7776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24317, + "id": 7777, "name": "id", "variant": "declaration", "kind": 1024, @@ -310777,7 +315820,7 @@ } }, { - "id": 24318, + "id": 7778, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -310823,7 +315866,7 @@ } }, { - "id": 24319, + "id": 7779, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -310892,7 +315935,7 @@ } }, { - "id": 24320, + "id": 7780, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -310961,7 +316004,7 @@ } }, { - "id": 24321, + "id": 7781, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -311030,7 +316073,7 @@ } }, { - "id": 24322, + "id": 7782, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -311099,7 +316142,7 @@ } }, { - "id": 24323, + "id": 7783, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -311164,7 +316207,7 @@ } }, { - "id": 24324, + "id": 7784, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -311229,7 +316272,7 @@ } }, { - "id": 24325, + "id": 7785, "name": "data", "variant": "declaration", "kind": 1024, @@ -311318,7 +316361,7 @@ } }, { - "id": 24326, + "id": 7786, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -311364,7 +316407,7 @@ } }, { - "id": 24327, + "id": 7787, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -311423,7 +316466,7 @@ } }, { - "id": 24328, + "id": 7788, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -311512,7 +316555,7 @@ } }, { - "id": 24329, + "id": 7789, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -311581,7 +316624,7 @@ } }, { - "id": 24330, + "id": 7790, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -311627,7 +316670,7 @@ } }, { - "id": 24331, + "id": 7791, "name": "provider", "variant": "declaration", "kind": 1024, @@ -311683,7 +316726,7 @@ } }, { - "id": 24332, + "id": 7792, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -311739,7 +316782,7 @@ } }, { - "id": 24333, + "id": 7793, "name": "items", "variant": "declaration", "kind": 1024, @@ -311801,7 +316844,7 @@ } }, { - "id": 24334, + "id": 7794, "name": "labels", "variant": "declaration", "kind": 1024, @@ -311863,7 +316906,7 @@ } }, { - "id": 24335, + "id": 7795, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -311919,7 +316962,7 @@ } }, { - "id": 24336, + "id": 7796, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -311975,7 +317018,7 @@ } }, { - "id": 24337, + "id": 7797, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -312048,27 +317091,27 @@ { "title": "Properties", "children": [ - 24317, - 24318, - 24319, - 24320, - 24321, - 24322, - 24323, - 24324, - 24325, - 24326, - 24327, - 24328, - 24329, - 24330, - 24331, - 24332, - 24333, - 24334, - 24335, - 24336, - 24337 + 7777, + 7778, + 7779, + 7780, + 7781, + 7782, + 7783, + 7784, + 7785, + 7786, + 7787, + 7788, + 7789, + 7790, + 7791, + 7792, + 7793, + 7794, + 7795, + 7796, + 7797 ] } ], @@ -312113,14 +317156,14 @@ { "type": "reflection", "declaration": { - "id": 24338, + "id": 7798, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24339, + "id": 7799, "name": "config", "variant": "declaration", "kind": 2048, @@ -312134,7 +317177,7 @@ ], "signatures": [ { - "id": 24340, + "id": 7800, "name": "config", "variant": "signature", "kind": 4096, @@ -312148,7 +317191,7 @@ ], "parameters": [ { - "id": 24341, + "id": 7801, "name": "config", "variant": "param", "kind": 32768, @@ -312159,14 +317202,14 @@ { "type": "reflection", "declaration": { - "id": 24342, + "id": 7802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24343, + "id": 7803, "name": "name", "variant": "declaration", "kind": 1024, @@ -312190,7 +317233,7 @@ { "title": "Properties", "children": [ - 24343 + 7803 ] } ], @@ -312272,7 +317315,7 @@ { "title": "Methods", "children": [ - 24339 + 7799 ] } ], @@ -312313,7 +317356,7 @@ } }, { - "id": 24344, + "id": 7804, "name": "run", "variant": "declaration", "kind": 1024, @@ -312336,7 +317379,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24345, + "id": 7805, "name": "__type", "variant": "declaration", "kind": 65536, @@ -312350,7 +317393,7 @@ ], "signatures": [ { - "id": 24346, + "id": 7806, "name": "__type", "variant": "signature", "kind": 4096, @@ -312378,7 +317421,7 @@ ], "typeParameters": [ { - "id": 24347, + "id": 7807, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -312389,7 +317432,7 @@ } }, { - "id": 24348, + "id": 7808, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -312402,7 +317445,7 @@ ], "parameters": [ { - "id": 24349, + "id": 7809, "name": "args", "variant": "param", "kind": 32768, @@ -312435,7 +317478,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -312446,13 +317489,13 @@ }, "trueType": { "type": "reference", - "target": 24300, + "target": 7760, "name": "CreateOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -312485,7 +317528,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -312505,7 +317548,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -312525,7 +317568,7 @@ } }, { - "id": 24350, + "id": 7810, "name": "getName", "variant": "declaration", "kind": 1024, @@ -312548,7 +317591,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24351, + "id": 7811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -312562,7 +317605,7 @@ ], "signatures": [ { - "id": 24352, + "id": 7812, "name": "__type", "variant": "signature", "kind": 4096, @@ -312584,7 +317627,7 @@ } }, { - "id": 24353, + "id": 7813, "name": "config", "variant": "declaration", "kind": 1024, @@ -312607,7 +317650,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24354, + "id": 7814, "name": "__type", "variant": "declaration", "kind": 65536, @@ -312621,7 +317664,7 @@ ], "signatures": [ { - "id": 24355, + "id": 7815, "name": "__type", "variant": "signature", "kind": 4096, @@ -312635,7 +317678,7 @@ ], "parameters": [ { - "id": 24356, + "id": 7816, "name": "config", "variant": "param", "kind": 32768, @@ -312661,7 +317704,7 @@ } }, { - "id": 24357, + "id": 7817, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -312684,14 +317727,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24358, + "id": 7818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24359, + "id": 7819, "name": "fulfillmentCreated", "variant": "declaration", "kind": 1024, @@ -312699,7 +317742,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24360, + "id": 7820, "name": "__type", "variant": "declaration", "kind": 65536, @@ -312713,7 +317756,7 @@ ], "signatures": [ { - "id": 24361, + "id": 7821, "name": "__type", "variant": "signature", "kind": 4096, @@ -312727,14 +317770,14 @@ ], "typeParameters": [ { - "id": 24362, + "id": 7822, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24363, + "id": 7823, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -312743,7 +317786,7 @@ ], "parameters": [ { - "id": 24364, + "id": 7824, "name": "invoke", "variant": "param", "kind": 32768, @@ -312758,14 +317801,14 @@ { "type": "reflection", "declaration": { - "id": 24365, + "id": 7825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24366, + "id": 7826, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -312773,9 +317816,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 453, + "line": 475, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L453" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L475" } ], "type": { @@ -312784,14 +317827,14 @@ { "type": "reflection", "declaration": { - "id": 24367, + "id": 7827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24368, + "id": 7828, "name": "id", "variant": "declaration", "kind": 1024, @@ -312837,7 +317880,7 @@ } }, { - "id": 24369, + "id": 7829, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -312883,7 +317926,7 @@ } }, { - "id": 24370, + "id": 7830, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -312952,7 +317995,7 @@ } }, { - "id": 24371, + "id": 7831, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -313021,7 +318064,7 @@ } }, { - "id": 24372, + "id": 7832, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -313090,7 +318133,7 @@ } }, { - "id": 24373, + "id": 7833, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -313159,7 +318202,7 @@ } }, { - "id": 24374, + "id": 7834, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -313224,7 +318267,7 @@ } }, { - "id": 24375, + "id": 7835, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -313289,7 +318332,7 @@ } }, { - "id": 24376, + "id": 7836, "name": "data", "variant": "declaration", "kind": 1024, @@ -313378,7 +318421,7 @@ } }, { - "id": 24377, + "id": 7837, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -313424,7 +318467,7 @@ } }, { - "id": 24378, + "id": 7838, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -313483,7 +318526,7 @@ } }, { - "id": 24379, + "id": 7839, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -313572,7 +318615,7 @@ } }, { - "id": 24380, + "id": 7840, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -313641,7 +318684,7 @@ } }, { - "id": 24381, + "id": 7841, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -313687,7 +318730,7 @@ } }, { - "id": 24382, + "id": 7842, "name": "provider", "variant": "declaration", "kind": 1024, @@ -313743,7 +318786,7 @@ } }, { - "id": 24383, + "id": 7843, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -313799,7 +318842,7 @@ } }, { - "id": 24384, + "id": 7844, "name": "items", "variant": "declaration", "kind": 1024, @@ -313861,7 +318904,7 @@ } }, { - "id": 24385, + "id": 7845, "name": "labels", "variant": "declaration", "kind": 1024, @@ -313923,7 +318966,7 @@ } }, { - "id": 24386, + "id": 7846, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -313979,7 +319022,7 @@ } }, { - "id": 24387, + "id": 7847, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -314035,7 +319078,7 @@ } }, { - "id": 24388, + "id": 7848, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -314108,27 +319151,27 @@ { "title": "Properties", "children": [ - 24368, - 24369, - 24370, - 24371, - 24372, - 24373, - 24374, - 24375, - 24376, - 24377, - 24378, - 24379, - 24380, - 24381, - 24382, - 24383, - 24384, - 24385, - 24386, - 24387, - 24388 + 7828, + 7829, + 7830, + 7831, + 7832, + 7833, + 7834, + 7835, + 7836, + 7837, + 7838, + 7839, + 7840, + 7841, + 7842, + 7843, + 7844, + 7845, + 7846, + 7847, + 7848 ] } ], @@ -314173,14 +319216,14 @@ { "type": "reflection", "declaration": { - "id": 24389, + "id": 7849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24390, + "id": 7850, "name": "config", "variant": "declaration", "kind": 2048, @@ -314194,7 +319237,7 @@ ], "signatures": [ { - "id": 24391, + "id": 7851, "name": "config", "variant": "signature", "kind": 4096, @@ -314208,7 +319251,7 @@ ], "parameters": [ { - "id": 24392, + "id": 7852, "name": "config", "variant": "param", "kind": 32768, @@ -314219,14 +319262,14 @@ { "type": "reflection", "declaration": { - "id": 24393, + "id": 7853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24394, + "id": 7854, "name": "name", "variant": "declaration", "kind": 1024, @@ -314250,7 +319293,7 @@ { "title": "Properties", "children": [ - 24394 + 7854 ] } ], @@ -314332,7 +319375,7 @@ { "title": "Methods", "children": [ - 24390 + 7850 ] } ], @@ -314369,7 +319412,7 @@ } }, { - "id": 24395, + "id": 7855, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -314385,9 +319428,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 454, + "line": 476, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L454" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L476" } ], "type": { @@ -314410,31 +319453,31 @@ { "title": "Properties", "children": [ - 24366, - 24395 + 7826, + 7855 ] } ], "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 452, + "line": 474, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L452" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L474" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -314445,7 +319488,7 @@ } }, { - "id": 24396, + "id": 7856, "name": "compensate", "variant": "param", "kind": 32768, @@ -314461,7 +319504,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -314480,13 +319523,86 @@ ] } } + }, + { + "id": 21115, + "name": "fulfillmentCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the fulfillment is created. You can consume this hook to perform custom actions on the created fulfillment." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createOrderFulfillmentWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateOrderFulfillmentWorkflow.hooks.fulfillmentCreated(\n\t(async ({ fulfillment, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21116, + "name": "fulfillmentCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21117, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 7825, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 24359 + 7819 + ] + }, + { + "title": "Functions", + "children": [ + 21115 ] } ], @@ -314503,7 +319619,7 @@ ], "documents": [ { - "id": 37617, + "id": 21104, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -314519,6 +319635,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -314529,7 +319654,7 @@ "frontmatter": {} }, { - "id": 37618, + "id": 21105, "name": "createFulfillmentValidateOrder", "variant": "document", "kind": 8388608, @@ -314545,6 +319670,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7749" + } + ] } ], "modifierTags": [ @@ -314555,7 +319689,7 @@ "frontmatter": {} }, { - "id": 37619, + "id": 21106, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -314571,6 +319705,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -314581,7 +319724,7 @@ "frontmatter": {} }, { - "id": 37620, + "id": 21107, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -314597,6 +319740,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -314607,7 +319759,7 @@ "frontmatter": {} }, { - "id": 37621, + "id": 21108, "name": "createFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -314623,6 +319775,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3844" + } + ] } ], "modifierTags": [ @@ -314633,7 +319794,7 @@ "frontmatter": {} }, { - "id": 37622, + "id": 21109, "name": "adjustInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -314649,6 +319810,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4863" + } + ] } ], "modifierTags": [ @@ -314659,7 +319829,7 @@ "frontmatter": {} }, { - "id": 37623, + "id": 21110, "name": "registerOrderFulfillmentStep", "variant": "document", "kind": 8388608, @@ -314675,6 +319845,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5668" + } + ] } ], "modifierTags": [ @@ -314685,7 +319864,7 @@ "frontmatter": {} }, { - "id": 37624, + "id": 21111, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -314701,6 +319880,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -314711,7 +319899,7 @@ "frontmatter": {} }, { - "id": 37625, + "id": 21112, "name": "updateReservationsStep", "variant": "document", "kind": 8388608, @@ -314727,6 +319915,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18751" + } + ] } ], "modifierTags": [ @@ -314737,7 +319934,7 @@ "frontmatter": {} }, { - "id": 37626, + "id": 21113, "name": "deleteReservationsStep", "variant": "document", "kind": 8388608, @@ -314753,6 +319950,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18737" + } + ] } ], "modifierTags": [ @@ -314763,7 +319969,7 @@ "frontmatter": {} }, { - "id": 37627, + "id": 21114, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -314779,6 +319985,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -314789,7 +320004,7 @@ "frontmatter": {} }, { - "id": 37631, + "id": 21118, "name": "fulfillmentCreated", "variant": "document", "kind": 8388608, @@ -314805,6 +320020,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21115" + } + ] } ], "modifierTags": [ @@ -314816,35 +320040,35 @@ } ], "childrenIncludingDocuments": [ - 24310, - 24344, - 24350, - 24353, - 24357 + 7770, + 7804, + 7810, + 7813, + 7817 ], "groups": [ { "title": "Properties", "children": [ - 24310, - 24344, - 24350, - 24353, - 24357 + 7770, + 7804, + 7810, + 7813, + 7817 ] } ], "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 310, + "line": 321, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L310" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L321" } ], "signatures": [ { - "id": 24303, + "id": 7763, "name": "createOrderFulfillmentWorkflow", "variant": "signature", "kind": 4096, @@ -314861,7 +320085,7 @@ }, { "kind": "text", - "text": " custom data that \nallows you to create custom data models linked to the fulfillment.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around creating a fulfillment." + "text": " custom data that\nallows you to create custom data models linked to the fulfillment.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around creating a fulfillment." } ], "blockTags": [ @@ -314906,14 +320130,14 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 310, + "line": 321, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L310" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L321" } ], "typeParameters": [ { - "id": 24304, + "id": 7764, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -314924,7 +320148,7 @@ } }, { - "id": 24305, + "id": 7765, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -314937,7 +320161,7 @@ ], "parameters": [ { - "id": 24306, + "id": 7766, "name": "container", "variant": "param", "kind": 32768, @@ -314961,14 +320185,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24307, + "id": 7767, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24308, + "id": 7768, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -314991,7 +320215,7 @@ } }, { - "id": 24309, + "id": 7769, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -315018,8 +320242,8 @@ { "title": "Properties", "children": [ - 24308, - 24309 + 7768, + 7769 ] } ], @@ -315090,7 +320314,7 @@ "typeArguments": [ { "type": "reference", - "target": 24300, + "target": 7760, "name": "CreateOrderFulfillmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -315105,14 +320329,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -315127,14 +320351,14 @@ ] }, { - "id": 24365, + "id": 7825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24366, + "id": 7826, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -315142,9 +320366,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 453, + "line": 475, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L453" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L475" } ], "type": { @@ -315153,14 +320377,14 @@ { "type": "reflection", "declaration": { - "id": 24367, + "id": 7827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24368, + "id": 7828, "name": "id", "variant": "declaration", "kind": 1024, @@ -315206,7 +320430,7 @@ } }, { - "id": 24369, + "id": 7829, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -315252,7 +320476,7 @@ } }, { - "id": 24370, + "id": 7830, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -315321,7 +320545,7 @@ } }, { - "id": 24371, + "id": 7831, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -315390,7 +320614,7 @@ } }, { - "id": 24372, + "id": 7832, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -315459,7 +320683,7 @@ } }, { - "id": 24373, + "id": 7833, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -315528,7 +320752,7 @@ } }, { - "id": 24374, + "id": 7834, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -315593,7 +320817,7 @@ } }, { - "id": 24375, + "id": 7835, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -315658,7 +320882,7 @@ } }, { - "id": 24376, + "id": 7836, "name": "data", "variant": "declaration", "kind": 1024, @@ -315747,7 +320971,7 @@ } }, { - "id": 24377, + "id": 7837, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -315793,7 +321017,7 @@ } }, { - "id": 24378, + "id": 7838, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -315852,7 +321076,7 @@ } }, { - "id": 24379, + "id": 7839, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -315941,7 +321165,7 @@ } }, { - "id": 24380, + "id": 7840, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -316010,7 +321234,7 @@ } }, { - "id": 24381, + "id": 7841, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -316056,7 +321280,7 @@ } }, { - "id": 24382, + "id": 7842, "name": "provider", "variant": "declaration", "kind": 1024, @@ -316112,7 +321336,7 @@ } }, { - "id": 24383, + "id": 7843, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -316168,7 +321392,7 @@ } }, { - "id": 24384, + "id": 7844, "name": "items", "variant": "declaration", "kind": 1024, @@ -316230,7 +321454,7 @@ } }, { - "id": 24385, + "id": 7845, "name": "labels", "variant": "declaration", "kind": 1024, @@ -316292,7 +321516,7 @@ } }, { - "id": 24386, + "id": 7846, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -316348,7 +321572,7 @@ } }, { - "id": 24387, + "id": 7847, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -316404,7 +321628,7 @@ } }, { - "id": 24388, + "id": 7848, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -316477,27 +321701,27 @@ { "title": "Properties", "children": [ - 24368, - 24369, - 24370, - 24371, - 24372, - 24373, - 24374, - 24375, - 24376, - 24377, - 24378, - 24379, - 24380, - 24381, - 24382, - 24383, - 24384, - 24385, - 24386, - 24387, - 24388 + 7828, + 7829, + 7830, + 7831, + 7832, + 7833, + 7834, + 7835, + 7836, + 7837, + 7838, + 7839, + 7840, + 7841, + 7842, + 7843, + 7844, + 7845, + 7846, + 7847, + 7848 ] } ], @@ -316542,14 +321766,14 @@ { "type": "reflection", "declaration": { - "id": 24389, + "id": 7849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24390, + "id": 7850, "name": "config", "variant": "declaration", "kind": 2048, @@ -316563,7 +321787,7 @@ ], "signatures": [ { - "id": 24391, + "id": 7851, "name": "config", "variant": "signature", "kind": 4096, @@ -316577,7 +321801,7 @@ ], "parameters": [ { - "id": 24392, + "id": 7852, "name": "config", "variant": "param", "kind": 32768, @@ -316588,14 +321812,14 @@ { "type": "reflection", "declaration": { - "id": 24393, + "id": 7853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24394, + "id": 7854, "name": "name", "variant": "declaration", "kind": 1024, @@ -316619,7 +321843,7 @@ { "title": "Properties", "children": [ - 24394 + 7854 ] } ], @@ -316701,7 +321925,7 @@ { "title": "Methods", "children": [ - 24390 + 7850 ] } ], @@ -316738,7 +321962,7 @@ } }, { - "id": 24395, + "id": 7855, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -316754,9 +321978,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 454, + "line": 476, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L454" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L476" } ], "type": { @@ -316779,22 +322003,22 @@ { "title": "Properties", "children": [ - 24366, - 24395 + 7826, + 7855 ] } ], "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 452, + "line": 474, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L452" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L474" } ] }, { - "id": 24366, + "id": 7826, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -316802,9 +322026,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 453, + "line": 475, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L453" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L475" } ], "type": { @@ -316813,14 +322037,14 @@ { "type": "reflection", "declaration": { - "id": 24367, + "id": 7827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24368, + "id": 7828, "name": "id", "variant": "declaration", "kind": 1024, @@ -316866,7 +322090,7 @@ } }, { - "id": 24369, + "id": 7829, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -316912,7 +322136,7 @@ } }, { - "id": 24370, + "id": 7830, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -316981,7 +322205,7 @@ } }, { - "id": 24371, + "id": 7831, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -317050,7 +322274,7 @@ } }, { - "id": 24372, + "id": 7832, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -317119,7 +322343,7 @@ } }, { - "id": 24373, + "id": 7833, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -317188,7 +322412,7 @@ } }, { - "id": 24374, + "id": 7834, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -317253,7 +322477,7 @@ } }, { - "id": 24375, + "id": 7835, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -317318,7 +322542,7 @@ } }, { - "id": 24376, + "id": 7836, "name": "data", "variant": "declaration", "kind": 1024, @@ -317407,7 +322631,7 @@ } }, { - "id": 24377, + "id": 7837, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -317453,7 +322677,7 @@ } }, { - "id": 24378, + "id": 7838, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -317512,7 +322736,7 @@ } }, { - "id": 24379, + "id": 7839, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -317601,7 +322825,7 @@ } }, { - "id": 24380, + "id": 7840, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -317670,7 +322894,7 @@ } }, { - "id": 24381, + "id": 7841, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -317716,7 +322940,7 @@ } }, { - "id": 24382, + "id": 7842, "name": "provider", "variant": "declaration", "kind": 1024, @@ -317772,7 +322996,7 @@ } }, { - "id": 24383, + "id": 7843, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -317828,7 +323052,7 @@ } }, { - "id": 24384, + "id": 7844, "name": "items", "variant": "declaration", "kind": 1024, @@ -317890,7 +323114,7 @@ } }, { - "id": 24385, + "id": 7845, "name": "labels", "variant": "declaration", "kind": 1024, @@ -317952,7 +323176,7 @@ } }, { - "id": 24386, + "id": 7846, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -318008,7 +323232,7 @@ } }, { - "id": 24387, + "id": 7847, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -318064,7 +323288,7 @@ } }, { - "id": 24388, + "id": 7848, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -318137,27 +323361,27 @@ { "title": "Properties", "children": [ - 24368, - 24369, - 24370, - 24371, - 24372, - 24373, - 24374, - 24375, - 24376, - 24377, - 24378, - 24379, - 24380, - 24381, - 24382, - 24383, - 24384, - 24385, - 24386, - 24387, - 24388 + 7828, + 7829, + 7830, + 7831, + 7832, + 7833, + 7834, + 7835, + 7836, + 7837, + 7838, + 7839, + 7840, + 7841, + 7842, + 7843, + 7844, + 7845, + 7846, + 7847, + 7848 ] } ], @@ -318202,14 +323426,14 @@ { "type": "reflection", "declaration": { - "id": 24389, + "id": 7849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24390, + "id": 7850, "name": "config", "variant": "declaration", "kind": 2048, @@ -318223,7 +323447,7 @@ ], "signatures": [ { - "id": 24391, + "id": 7851, "name": "config", "variant": "signature", "kind": 4096, @@ -318237,7 +323461,7 @@ ], "parameters": [ { - "id": 24392, + "id": 7852, "name": "config", "variant": "param", "kind": 32768, @@ -318248,14 +323472,14 @@ { "type": "reflection", "declaration": { - "id": 24393, + "id": 7853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24394, + "id": 7854, "name": "name", "variant": "declaration", "kind": 1024, @@ -318279,7 +323503,7 @@ { "title": "Properties", "children": [ - 24394 + 7854 ] } ], @@ -318361,7 +323585,7 @@ { "title": "Methods", "children": [ - 24390 + 7850 ] } ], @@ -318398,7 +323622,7 @@ } }, { - "id": 24395, + "id": 7855, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -318414,9 +323638,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 454, + "line": 476, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L454" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L476" } ], "type": { @@ -318435,7 +323659,7 @@ "defaultValue": "input.additional_data" }, { - "id": 24397, + "id": 7857, "name": "createOrderChangeWorkflowId", "variant": "declaration", "kind": 32, @@ -318447,7 +323671,7 @@ "fileName": "core-flows/src/order/workflows/create-order-change.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change.ts#L9" } ], "type": { @@ -318457,7 +323681,7 @@ "defaultValue": "\"create-order-change\"" }, { - "id": 24398, + "id": 7858, "name": "createOrderChangeWorkflow", "variant": "declaration", "kind": 64, @@ -318492,7 +323716,7 @@ }, "children": [ { - "id": 24406, + "id": 7866, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -318515,7 +323739,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24407, + "id": 7867, "name": "__type", "variant": "declaration", "kind": 65536, @@ -318529,7 +323753,7 @@ ], "signatures": [ { - "id": 24408, + "id": 7868, "name": "__type", "variant": "signature", "kind": 4096, @@ -318557,7 +323781,7 @@ ], "parameters": [ { - "id": 24409, + "id": 7869, "name": "param0", "variant": "param", "kind": 32768, @@ -318573,14 +323797,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24410, + "id": 7870, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24411, + "id": 7871, "name": "input", "variant": "declaration", "kind": 1024, @@ -318640,7 +323864,7 @@ { "title": "Properties", "children": [ - 24411 + 7871 ] } ], @@ -318661,14 +323885,14 @@ { "type": "reflection", "declaration": { - "id": 24412, + "id": 7872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24413, + "id": 7873, "name": "id", "variant": "declaration", "kind": 1024, @@ -318714,7 +323938,7 @@ } }, { - "id": 24414, + "id": 7874, "name": "version", "variant": "declaration", "kind": 1024, @@ -318760,7 +323984,7 @@ } }, { - "id": 24415, + "id": 7875, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -318849,7 +324073,7 @@ } }, { - "id": 24416, + "id": 7876, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -318895,7 +324119,7 @@ } }, { - "id": 24417, + "id": 7877, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -318941,7 +324165,7 @@ } }, { - "id": 24418, + "id": 7878, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -318987,7 +324211,7 @@ } }, { - "id": 24419, + "id": 7879, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -319033,7 +324257,7 @@ } }, { - "id": 24420, + "id": 7880, "name": "order", "variant": "declaration", "kind": 1024, @@ -319092,7 +324316,7 @@ } }, { - "id": 24421, + "id": 7881, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -319151,7 +324375,7 @@ } }, { - "id": 24422, + "id": 7882, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -319210,7 +324434,7 @@ } }, { - "id": 24423, + "id": 7883, "name": "claim", "variant": "declaration", "kind": 1024, @@ -319269,7 +324493,7 @@ } }, { - "id": 24424, + "id": 7884, "name": "actions", "variant": "declaration", "kind": 1024, @@ -319334,7 +324558,7 @@ } }, { - "id": 24425, + "id": 7885, "name": "status", "variant": "declaration", "kind": 1024, @@ -319390,7 +324614,7 @@ } }, { - "id": 24426, + "id": 7886, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -319449,7 +324673,7 @@ } }, { - "id": 24427, + "id": 7887, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -319526,7 +324750,7 @@ } }, { - "id": 24428, + "id": 7888, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -319585,7 +324809,7 @@ } }, { - "id": 24429, + "id": 7889, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -319662,7 +324886,7 @@ } }, { - "id": 24430, + "id": 7890, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -319721,7 +324945,7 @@ } }, { - "id": 24431, + "id": 7891, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -319780,7 +325004,7 @@ } }, { - "id": 24432, + "id": 7892, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -319869,7 +325093,7 @@ } }, { - "id": 24433, + "id": 7893, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -319946,7 +325170,7 @@ } }, { - "id": 24434, + "id": 7894, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -320005,7 +325229,7 @@ } }, { - "id": 24435, + "id": 7895, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -320082,7 +325306,7 @@ } }, { - "id": 24436, + "id": 7896, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -320151,7 +325375,7 @@ } }, { - "id": 24437, + "id": 7897, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -320224,31 +325448,31 @@ { "title": "Properties", "children": [ - 24413, - 24414, - 24415, - 24416, - 24417, - 24418, - 24419, - 24420, - 24421, - 24422, - 24423, - 24424, - 24425, - 24426, - 24427, - 24428, - 24429, - 24430, - 24431, - 24432, - 24433, - 24434, - 24435, - 24436, - 24437 + 7873, + 7874, + 7875, + 7876, + 7877, + 7878, + 7879, + 7880, + 7881, + 7882, + 7883, + 7884, + 7885, + 7886, + 7887, + 7888, + 7889, + 7890, + 7891, + 7892, + 7893, + 7894, + 7895, + 7896, + 7897 ] } ], @@ -320293,14 +325517,14 @@ { "type": "reflection", "declaration": { - "id": 24438, + "id": 7898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24439, + "id": 7899, "name": "config", "variant": "declaration", "kind": 2048, @@ -320314,7 +325538,7 @@ ], "signatures": [ { - "id": 24440, + "id": 7900, "name": "config", "variant": "signature", "kind": 4096, @@ -320328,7 +325552,7 @@ ], "parameters": [ { - "id": 24441, + "id": 7901, "name": "config", "variant": "param", "kind": 32768, @@ -320339,14 +325563,14 @@ { "type": "reflection", "declaration": { - "id": 24442, + "id": 7902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24443, + "id": 7903, "name": "name", "variant": "declaration", "kind": 1024, @@ -320370,7 +325594,7 @@ { "title": "Properties", "children": [ - 24443 + 7903 ] } ], @@ -320452,7 +325676,7 @@ { "title": "Methods", "children": [ - 24439 + 7899 ] } ], @@ -320493,7 +325717,7 @@ } }, { - "id": 24444, + "id": 7904, "name": "run", "variant": "declaration", "kind": 1024, @@ -320516,7 +325740,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24445, + "id": 7905, "name": "__type", "variant": "declaration", "kind": 65536, @@ -320530,7 +325754,7 @@ ], "signatures": [ { - "id": 24446, + "id": 7906, "name": "__type", "variant": "signature", "kind": 4096, @@ -320558,7 +325782,7 @@ ], "typeParameters": [ { - "id": 24447, + "id": 7907, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -320569,7 +325793,7 @@ } }, { - "id": 24448, + "id": 7908, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -320582,7 +325806,7 @@ ], "parameters": [ { - "id": 24449, + "id": 7909, "name": "args", "variant": "param", "kind": 32768, @@ -320615,7 +325839,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -320635,7 +325859,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -320668,7 +325892,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -320688,7 +325912,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -320708,7 +325932,7 @@ } }, { - "id": 24450, + "id": 7910, "name": "getName", "variant": "declaration", "kind": 1024, @@ -320731,7 +325955,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24451, + "id": 7911, "name": "__type", "variant": "declaration", "kind": 65536, @@ -320745,7 +325969,7 @@ ], "signatures": [ { - "id": 24452, + "id": 7912, "name": "__type", "variant": "signature", "kind": 4096, @@ -320767,7 +325991,7 @@ } }, { - "id": 24453, + "id": 7913, "name": "config", "variant": "declaration", "kind": 1024, @@ -320790,7 +326014,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24454, + "id": 7914, "name": "__type", "variant": "declaration", "kind": 65536, @@ -320804,7 +326028,7 @@ ], "signatures": [ { - "id": 24455, + "id": 7915, "name": "__type", "variant": "signature", "kind": 4096, @@ -320818,7 +326042,7 @@ ], "parameters": [ { - "id": 24456, + "id": 7916, "name": "config", "variant": "param", "kind": 32768, @@ -320844,7 +326068,7 @@ } }, { - "id": 24457, + "id": 7917, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -320872,7 +326096,7 @@ ], "documents": [ { - "id": 37632, + "id": 21119, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -320888,6 +326112,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -320899,21 +326132,21 @@ } ], "childrenIncludingDocuments": [ - 24406, - 24444, - 24450, - 24453, - 24457 + 7866, + 7904, + 7910, + 7913, + 7917 ], "groups": [ { "title": "Properties", "children": [ - 24406, - 24444, - 24450, - 24453, - 24457 + 7866, + 7904, + 7910, + 7913, + 7917 ] } ], @@ -320922,12 +326155,12 @@ "fileName": "core-flows/src/order/workflows/create-order-change.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change.ts#L20" } ], "signatures": [ { - "id": 24399, + "id": 7859, "name": "createOrderChangeWorkflow", "variant": "signature", "kind": 4096, @@ -320965,12 +326198,12 @@ "fileName": "core-flows/src/order/workflows/create-order-change.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change.ts#L20" } ], "typeParameters": [ { - "id": 24400, + "id": 7860, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -320981,7 +326214,7 @@ } }, { - "id": 24401, + "id": 7861, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -320994,7 +326227,7 @@ ], "parameters": [ { - "id": 24402, + "id": 7862, "name": "container", "variant": "param", "kind": 32768, @@ -321018,14 +326251,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24403, + "id": 7863, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24404, + "id": 7864, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -321048,7 +326281,7 @@ } }, { - "id": 24405, + "id": 7865, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -321075,8 +326308,8 @@ { "title": "Properties", "children": [ - 24404, - 24405 + 7864, + 7865 ] } ], @@ -321165,14 +326398,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -321187,7 +326420,7 @@ ] }, { - "id": 24458, + "id": 7918, "name": "createOrderChangeActionsWorkflowId", "variant": "declaration", "kind": 32, @@ -321199,7 +326432,7 @@ "fileName": "core-flows/src/order/workflows/create-order-change-actions.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L13" } ], "type": { @@ -321209,7 +326442,7 @@ "defaultValue": "\"create-order-change-actions\"" }, { - "id": 24459, + "id": 7919, "name": "createOrderChangeActionsWorkflow", "variant": "declaration", "kind": 64, @@ -321253,7 +326486,7 @@ }, "children": [ { - "id": 24467, + "id": 7927, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -321276,7 +326509,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24468, + "id": 7928, "name": "__type", "variant": "declaration", "kind": 65536, @@ -321290,7 +326523,7 @@ ], "signatures": [ { - "id": 24469, + "id": 7929, "name": "__type", "variant": "signature", "kind": 4096, @@ -321318,7 +326551,7 @@ ], "parameters": [ { - "id": 24470, + "id": 7930, "name": "param0", "variant": "param", "kind": 32768, @@ -321334,14 +326567,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24471, + "id": 7931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24472, + "id": 7932, "name": "input", "variant": "declaration", "kind": 1024, @@ -321407,7 +326640,7 @@ { "title": "Properties", "children": [ - 24472 + 7932 ] } ], @@ -321500,14 +326733,14 @@ { "type": "reflection", "declaration": { - "id": 24473, + "id": 7933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24474, + "id": 7934, "name": "config", "variant": "declaration", "kind": 2048, @@ -321521,7 +326754,7 @@ ], "signatures": [ { - "id": 24475, + "id": 7935, "name": "config", "variant": "signature", "kind": 4096, @@ -321535,7 +326768,7 @@ ], "parameters": [ { - "id": 24476, + "id": 7936, "name": "config", "variant": "param", "kind": 32768, @@ -321546,14 +326779,14 @@ { "type": "reflection", "declaration": { - "id": 24477, + "id": 7937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24478, + "id": 7938, "name": "name", "variant": "declaration", "kind": 1024, @@ -321577,7 +326810,7 @@ { "title": "Properties", "children": [ - 24478 + 7938 ] } ], @@ -321662,7 +326895,7 @@ { "title": "Methods", "children": [ - 24474 + 7934 ] } ], @@ -321706,7 +326939,7 @@ } }, { - "id": 24479, + "id": 7939, "name": "run", "variant": "declaration", "kind": 1024, @@ -321729,7 +326962,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24480, + "id": 7940, "name": "__type", "variant": "declaration", "kind": 65536, @@ -321743,7 +326976,7 @@ ], "signatures": [ { - "id": 24481, + "id": 7941, "name": "__type", "variant": "signature", "kind": 4096, @@ -321771,7 +327004,7 @@ ], "typeParameters": [ { - "id": 24482, + "id": 7942, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -321782,7 +327015,7 @@ } }, { - "id": 24483, + "id": 7943, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -321795,7 +327028,7 @@ ], "parameters": [ { - "id": 24484, + "id": 7944, "name": "args", "variant": "param", "kind": 32768, @@ -321828,7 +327061,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -321851,7 +327084,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -321884,7 +327117,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -321907,7 +327140,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -321927,7 +327160,7 @@ } }, { - "id": 24485, + "id": 7945, "name": "getName", "variant": "declaration", "kind": 1024, @@ -321950,7 +327183,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24486, + "id": 7946, "name": "__type", "variant": "declaration", "kind": 65536, @@ -321964,7 +327197,7 @@ ], "signatures": [ { - "id": 24487, + "id": 7947, "name": "__type", "variant": "signature", "kind": 4096, @@ -321986,7 +327219,7 @@ } }, { - "id": 24488, + "id": 7948, "name": "config", "variant": "declaration", "kind": 1024, @@ -322009,7 +327242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24489, + "id": 7949, "name": "__type", "variant": "declaration", "kind": 65536, @@ -322023,7 +327256,7 @@ ], "signatures": [ { - "id": 24490, + "id": 7950, "name": "__type", "variant": "signature", "kind": 4096, @@ -322037,7 +327270,7 @@ ], "parameters": [ { - "id": 24491, + "id": 7951, "name": "config", "variant": "param", "kind": 32768, @@ -322063,7 +327296,7 @@ } }, { - "id": 24492, + "id": 7952, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -322093,11 +327326,11 @@ { "title": "Properties", "children": [ - 24467, - 24479, - 24485, - 24488, - 24492 + 7927, + 7939, + 7945, + 7948, + 7952 ] } ], @@ -322106,12 +327339,12 @@ "fileName": "core-flows/src/order/workflows/create-order-change-actions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L25" } ], "signatures": [ { - "id": 24460, + "id": 7920, "name": "createOrderChangeActionsWorkflow", "variant": "signature", "kind": 4096, @@ -322158,12 +327391,12 @@ "fileName": "core-flows/src/order/workflows/create-order-change-actions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-change-actions.ts#L25" } ], "typeParameters": [ { - "id": 24461, + "id": 7921, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -322174,7 +327407,7 @@ } }, { - "id": 24462, + "id": 7922, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -322187,7 +327420,7 @@ ], "parameters": [ { - "id": 24463, + "id": 7923, "name": "container", "variant": "param", "kind": 32768, @@ -322211,14 +327444,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24464, + "id": 7924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24465, + "id": 7925, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -322241,7 +327474,7 @@ } }, { - "id": 24466, + "id": 7926, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -322268,8 +327501,8 @@ { "title": "Properties", "children": [ - 24465, - 24466 + 7925, + 7926 ] } ], @@ -322364,14 +327597,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -322386,7 +327619,7 @@ ] }, { - "id": 24495, + "id": 7955, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -322404,7 +327637,7 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L18" } ], "type": { @@ -322413,7 +327646,7 @@ } }, { - "id": 24496, + "id": 7956, "name": "amount", "variant": "declaration", "kind": 1024, @@ -322431,7 +327664,7 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L22" } ], "type": { @@ -322440,7 +327673,7 @@ } }, { - "id": 24497, + "id": 7957, "name": "createOrderPaymentCollectionWorkflowId", "variant": "declaration", "kind": 32, @@ -322452,7 +327685,7 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L25" } ], "type": { @@ -322462,7 +327695,7 @@ "defaultValue": "\"create-order-payment-collection\"" }, { - "id": 24498, + "id": 7958, "name": "createOrderPaymentCollectionWorkflow", "variant": "declaration", "kind": 64, @@ -322506,7 +327739,7 @@ }, "children": [ { - "id": 24506, + "id": 7966, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -322529,7 +327762,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24507, + "id": 7967, "name": "__type", "variant": "declaration", "kind": 65536, @@ -322543,7 +327776,7 @@ ], "signatures": [ { - "id": 24508, + "id": 7968, "name": "__type", "variant": "signature", "kind": 4096, @@ -322571,7 +327804,7 @@ ], "parameters": [ { - "id": 24509, + "id": 7969, "name": "param0", "variant": "param", "kind": 32768, @@ -322587,14 +327820,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24510, + "id": 7970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24511, + "id": 7971, "name": "input", "variant": "declaration", "kind": 1024, @@ -322619,7 +327852,7 @@ "types": [ { "type": "reference", - "target": 24493, + "target": 7953, "name": "CreateOrderPaymentCollectionWorkflowInput", "package": "@medusajs/core-flows" }, @@ -322632,7 +327865,7 @@ "typeArguments": [ { "type": "reference", - "target": 24493, + "target": 7953, "name": "CreateOrderPaymentCollectionWorkflowInput", "package": "@medusajs/core-flows" } @@ -322648,7 +327881,7 @@ { "title": "Properties", "children": [ - 24511 + 7971 ] } ], @@ -322741,14 +327974,14 @@ { "type": "reflection", "declaration": { - "id": 24512, + "id": 7972, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24513, + "id": 7973, "name": "config", "variant": "declaration", "kind": 2048, @@ -322762,7 +327995,7 @@ ], "signatures": [ { - "id": 24514, + "id": 7974, "name": "config", "variant": "signature", "kind": 4096, @@ -322776,7 +328009,7 @@ ], "parameters": [ { - "id": 24515, + "id": 7975, "name": "config", "variant": "param", "kind": 32768, @@ -322787,14 +328020,14 @@ { "type": "reflection", "declaration": { - "id": 24516, + "id": 7976, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24517, + "id": 7977, "name": "name", "variant": "declaration", "kind": 1024, @@ -322818,7 +328051,7 @@ { "title": "Properties", "children": [ - 24517 + 7977 ] } ], @@ -322903,7 +328136,7 @@ { "title": "Methods", "children": [ - 24513 + 7973 ] } ], @@ -322947,7 +328180,7 @@ } }, { - "id": 24518, + "id": 7978, "name": "run", "variant": "declaration", "kind": 1024, @@ -322970,7 +328203,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24519, + "id": 7979, "name": "__type", "variant": "declaration", "kind": 65536, @@ -322984,7 +328217,7 @@ ], "signatures": [ { - "id": 24520, + "id": 7980, "name": "__type", "variant": "signature", "kind": 4096, @@ -323012,7 +328245,7 @@ ], "typeParameters": [ { - "id": 24521, + "id": 7981, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -323023,7 +328256,7 @@ } }, { - "id": 24522, + "id": 7982, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -323036,7 +328269,7 @@ ], "parameters": [ { - "id": 24523, + "id": 7983, "name": "args", "variant": "param", "kind": 32768, @@ -323069,7 +328302,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -323080,13 +328313,13 @@ }, "trueType": { "type": "reference", - "target": 24493, + "target": 7953, "name": "CreateOrderPaymentCollectionWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -323119,7 +328352,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -323142,7 +328375,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -323162,7 +328395,7 @@ } }, { - "id": 24524, + "id": 7984, "name": "getName", "variant": "declaration", "kind": 1024, @@ -323185,7 +328418,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24525, + "id": 7985, "name": "__type", "variant": "declaration", "kind": 65536, @@ -323199,7 +328432,7 @@ ], "signatures": [ { - "id": 24526, + "id": 7986, "name": "__type", "variant": "signature", "kind": 4096, @@ -323221,7 +328454,7 @@ } }, { - "id": 24527, + "id": 7987, "name": "config", "variant": "declaration", "kind": 1024, @@ -323244,7 +328477,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24528, + "id": 7988, "name": "__type", "variant": "declaration", "kind": 65536, @@ -323258,7 +328491,7 @@ ], "signatures": [ { - "id": 24529, + "id": 7989, "name": "__type", "variant": "signature", "kind": 4096, @@ -323272,7 +328505,7 @@ ], "parameters": [ { - "id": 24530, + "id": 7990, "name": "config", "variant": "param", "kind": 32768, @@ -323298,7 +328531,7 @@ } }, { - "id": 24531, + "id": 7991, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -323326,7 +328559,7 @@ ], "documents": [ { - "id": 37633, + "id": 21120, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -323342,6 +328575,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -323352,7 +328594,7 @@ "frontmatter": {} }, { - "id": 37634, + "id": 21121, "name": "createPaymentCollectionsStep", "variant": "document", "kind": 8388608, @@ -323368,6 +328610,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "523" + } + ] } ], "modifierTags": [ @@ -323378,7 +328629,7 @@ "frontmatter": {} }, { - "id": 37635, + "id": 21122, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -323394,6 +328645,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -323405,21 +328665,21 @@ } ], "childrenIncludingDocuments": [ - 24506, - 24518, - 24524, - 24527, - 24531 + 7966, + 7978, + 7984, + 7987, + 7991 ], "groups": [ { "title": "Properties", "children": [ - 24506, - 24518, - 24524, - 24527, - 24531 + 7966, + 7978, + 7984, + 7987, + 7991 ] } ], @@ -323428,12 +328688,12 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L47" } ], "signatures": [ { - "id": 24499, + "id": 7959, "name": "createOrderPaymentCollectionWorkflow", "variant": "signature", "kind": 4096, @@ -323480,12 +328740,12 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L47" } ], "typeParameters": [ { - "id": 24500, + "id": 7960, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -323496,7 +328756,7 @@ } }, { - "id": 24501, + "id": 7961, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -323509,7 +328769,7 @@ ], "parameters": [ { - "id": 24502, + "id": 7962, "name": "container", "variant": "param", "kind": 32768, @@ -323533,14 +328793,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24503, + "id": 7963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24504, + "id": 7964, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -323563,7 +328823,7 @@ } }, { - "id": 24505, + "id": 7965, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -323590,8 +328850,8 @@ { "title": "Properties", "children": [ - 24504, - 24505 + 7964, + 7965 ] } ], @@ -323662,7 +328922,7 @@ "typeArguments": [ { "type": "reference", - "target": 24493, + "target": 7953, "name": "CreateOrderPaymentCollectionWorkflowInput", "package": "@medusajs/core-flows" }, @@ -323680,14 +328940,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -323702,7 +328962,7 @@ ] }, { - "id": 24533, + "id": 7993, "name": "createOrdersWorkflowId", "variant": "declaration", "kind": 32, @@ -323714,7 +328974,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 85, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L85" } ], "type": { @@ -323724,7 +328984,7 @@ "defaultValue": "\"create-orders\"" }, { - "id": 24534, + "id": 7994, "name": "createOrderWorkflow", "variant": "declaration", "kind": 64, @@ -323785,7 +329045,7 @@ }, "children": [ { - "id": 24542, + "id": 8002, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -323808,7 +329068,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24543, + "id": 8003, "name": "__type", "variant": "declaration", "kind": 65536, @@ -323822,7 +329082,7 @@ ], "signatures": [ { - "id": 24544, + "id": 8004, "name": "__type", "variant": "signature", "kind": 4096, @@ -323850,7 +329110,7 @@ ], "parameters": [ { - "id": 24545, + "id": 8005, "name": "param0", "variant": "param", "kind": 32768, @@ -323866,14 +329126,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24546, + "id": 8006, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24547, + "id": 8007, "name": "input", "variant": "declaration", "kind": 1024, @@ -323898,7 +329158,7 @@ "types": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, @@ -323911,7 +329171,7 @@ "typeArguments": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" } @@ -323927,7 +329187,7 @@ { "title": "Properties", "children": [ - 24547 + 8007 ] } ], @@ -323948,14 +329208,14 @@ { "type": "reflection", "declaration": { - "id": 24548, + "id": 8008, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24549, + "id": 8009, "name": "id", "variant": "declaration", "kind": 1024, @@ -324001,7 +329261,7 @@ } }, { - "id": 24550, + "id": 8010, "name": "version", "variant": "declaration", "kind": 1024, @@ -324047,7 +329307,7 @@ } }, { - "id": 24551, + "id": 8011, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -324093,7 +329353,7 @@ } }, { - "id": 24552, + "id": 8012, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -324163,7 +329423,7 @@ } }, { - "id": 24553, + "id": 8013, "name": "status", "variant": "declaration", "kind": 1024, @@ -324219,7 +329479,7 @@ } }, { - "id": 24554, + "id": 8014, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -324276,7 +329536,7 @@ } }, { - "id": 24555, + "id": 8015, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -324333,7 +329593,7 @@ } }, { - "id": 24556, + "id": 8016, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -324390,7 +329650,7 @@ } }, { - "id": 24557, + "id": 8017, "name": "email", "variant": "declaration", "kind": 1024, @@ -324447,7 +329707,7 @@ } }, { - "id": 24558, + "id": 8018, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -324493,7 +329753,7 @@ } }, { - "id": 24559, + "id": 8019, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -324563,7 +329823,7 @@ } }, { - "id": 24560, + "id": 8020, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -324633,7 +329893,7 @@ } }, { - "id": 24561, + "id": 8021, "name": "items", "variant": "declaration", "kind": 1024, @@ -324709,7 +329969,7 @@ } }, { - "id": 24562, + "id": 8022, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -324785,7 +330045,7 @@ } }, { - "id": 24563, + "id": 8023, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -324861,7 +330121,7 @@ } }, { - "id": 24564, + "id": 8024, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -324937,7 +330197,7 @@ } }, { - "id": 24565, + "id": 8025, "name": "summary", "variant": "declaration", "kind": 1024, @@ -325007,7 +330267,7 @@ } }, { - "id": 24566, + "id": 8026, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -325102,7 +330362,7 @@ } }, { - "id": 24567, + "id": 8027, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -325177,7 +330437,7 @@ } }, { - "id": 24568, + "id": 8028, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -325246,7 +330506,7 @@ } }, { - "id": 24569, + "id": 8029, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -325315,7 +330575,7 @@ } }, { - "id": 24570, + "id": 8030, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -325371,7 +330631,7 @@ } }, { - "id": 24571, + "id": 8031, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -325427,7 +330687,7 @@ } }, { - "id": 24572, + "id": 8032, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -325483,7 +330743,7 @@ } }, { - "id": 24573, + "id": 8033, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -325539,7 +330799,7 @@ } }, { - "id": 24574, + "id": 8034, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -325595,7 +330855,7 @@ } }, { - "id": 24575, + "id": 8035, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -325651,7 +330911,7 @@ } }, { - "id": 24576, + "id": 8036, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -325707,7 +330967,7 @@ } }, { - "id": 24577, + "id": 8037, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -325763,7 +331023,7 @@ } }, { - "id": 24578, + "id": 8038, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -325819,7 +331079,7 @@ } }, { - "id": 24579, + "id": 8039, "name": "total", "variant": "declaration", "kind": 1024, @@ -325875,7 +331135,7 @@ } }, { - "id": 24580, + "id": 8040, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -325931,7 +331191,7 @@ } }, { - "id": 24581, + "id": 8041, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -325987,7 +331247,7 @@ } }, { - "id": 24582, + "id": 8042, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -326043,7 +331303,7 @@ } }, { - "id": 24583, + "id": 8043, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -326099,7 +331359,7 @@ } }, { - "id": 24584, + "id": 8044, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -326155,7 +331415,7 @@ } }, { - "id": 24585, + "id": 8045, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -326211,7 +331471,7 @@ } }, { - "id": 24586, + "id": 8046, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -326267,7 +331527,7 @@ } }, { - "id": 24587, + "id": 8047, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -326323,7 +331583,7 @@ } }, { - "id": 24588, + "id": 8048, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -326379,7 +331639,7 @@ } }, { - "id": 24589, + "id": 8049, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -326435,7 +331695,7 @@ } }, { - "id": 24590, + "id": 8050, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -326491,7 +331751,7 @@ } }, { - "id": 24591, + "id": 8051, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -326547,7 +331807,7 @@ } }, { - "id": 24592, + "id": 8052, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -326607,50 +331867,50 @@ { "title": "Properties", "children": [ - 24549, - 24550, - 24551, - 24552, - 24553, - 24554, - 24555, - 24556, - 24557, - 24558, - 24559, - 24560, - 24561, - 24562, - 24563, - 24564, - 24565, - 24566, - 24567, - 24568, - 24569, - 24570, - 24571, - 24572, - 24573, - 24574, - 24575, - 24576, - 24577, - 24578, - 24579, - 24580, - 24581, - 24582, - 24583, - 24584, - 24585, - 24586, - 24587, - 24588, - 24589, - 24590, - 24591, - 24592 + 8009, + 8010, + 8011, + 8012, + 8013, + 8014, + 8015, + 8016, + 8017, + 8018, + 8019, + 8020, + 8021, + 8022, + 8023, + 8024, + 8025, + 8026, + 8027, + 8028, + 8029, + 8030, + 8031, + 8032, + 8033, + 8034, + 8035, + 8036, + 8037, + 8038, + 8039, + 8040, + 8041, + 8042, + 8043, + 8044, + 8045, + 8046, + 8047, + 8048, + 8049, + 8050, + 8051, + 8052 ] } ], @@ -326695,14 +331955,14 @@ { "type": "reflection", "declaration": { - "id": 24615, + "id": 8075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24616, + "id": 8076, "name": "config", "variant": "declaration", "kind": 2048, @@ -326716,7 +331976,7 @@ ], "signatures": [ { - "id": 24617, + "id": 8077, "name": "config", "variant": "signature", "kind": 4096, @@ -326730,7 +331990,7 @@ ], "parameters": [ { - "id": 24618, + "id": 8078, "name": "config", "variant": "param", "kind": 32768, @@ -326741,14 +332001,14 @@ { "type": "reflection", "declaration": { - "id": 24619, + "id": 8079, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24620, + "id": 8080, "name": "name", "variant": "declaration", "kind": 1024, @@ -326772,7 +332032,7 @@ { "title": "Properties", "children": [ - 24620 + 8080 ] } ], @@ -326854,7 +332114,7 @@ { "title": "Methods", "children": [ - 24616 + 8076 ] } ], @@ -326895,7 +332155,7 @@ } }, { - "id": 24621, + "id": 8081, "name": "run", "variant": "declaration", "kind": 1024, @@ -326918,7 +332178,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24622, + "id": 8082, "name": "__type", "variant": "declaration", "kind": 65536, @@ -326932,7 +332192,7 @@ ], "signatures": [ { - "id": 24623, + "id": 8083, "name": "__type", "variant": "signature", "kind": 4096, @@ -326960,7 +332220,7 @@ ], "typeParameters": [ { - "id": 24624, + "id": 8084, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -326971,7 +332231,7 @@ } }, { - "id": 24625, + "id": 8085, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -326984,7 +332244,7 @@ ], "parameters": [ { - "id": 24626, + "id": 8086, "name": "args", "variant": "param", "kind": 32768, @@ -327017,7 +332277,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327028,13 +332288,13 @@ }, "trueType": { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327067,7 +332327,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327087,7 +332347,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327107,7 +332367,7 @@ } }, { - "id": 24627, + "id": 8087, "name": "getName", "variant": "declaration", "kind": 1024, @@ -327130,7 +332390,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24628, + "id": 8088, "name": "__type", "variant": "declaration", "kind": 65536, @@ -327144,7 +332404,7 @@ ], "signatures": [ { - "id": 24629, + "id": 8089, "name": "__type", "variant": "signature", "kind": 4096, @@ -327166,7 +332426,7 @@ } }, { - "id": 24630, + "id": 8090, "name": "config", "variant": "declaration", "kind": 1024, @@ -327189,7 +332449,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24631, + "id": 8091, "name": "__type", "variant": "declaration", "kind": 65536, @@ -327203,7 +332463,7 @@ ], "signatures": [ { - "id": 24632, + "id": 8092, "name": "__type", "variant": "signature", "kind": 4096, @@ -327217,7 +332477,7 @@ ], "parameters": [ { - "id": 24633, + "id": 8093, "name": "config", "variant": "param", "kind": 32768, @@ -327243,7 +332503,7 @@ } }, { - "id": 24634, + "id": 8094, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -327266,14 +332526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24635, + "id": 8095, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24636, + "id": 8096, "name": "orderCreated", "variant": "declaration", "kind": 1024, @@ -327281,7 +332541,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24637, + "id": 8097, "name": "__type", "variant": "declaration", "kind": 65536, @@ -327295,7 +332555,7 @@ ], "signatures": [ { - "id": 24638, + "id": 8098, "name": "__type", "variant": "signature", "kind": 4096, @@ -327309,14 +332569,14 @@ ], "typeParameters": [ { - "id": 24639, + "id": 8099, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24640, + "id": 8100, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -327325,7 +332585,7 @@ ], "parameters": [ { - "id": 24641, + "id": 8101, "name": "invoke", "variant": "param", "kind": 32768, @@ -327340,14 +332600,14 @@ { "type": "reflection", "declaration": { - "id": 24642, + "id": 8102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24643, + "id": 8103, "name": "order", "variant": "declaration", "kind": 1024, @@ -327357,7 +332617,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -327382,7 +332642,7 @@ } }, { - "id": 24644, + "id": 8104, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -327400,7 +332660,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -327423,8 +332683,8 @@ { "title": "Properties", "children": [ - 24643, - 24644 + 8103, + 8104 ] } ], @@ -327433,21 +332693,21 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 219, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L219" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327458,7 +332718,7 @@ } }, { - "id": 24645, + "id": 8105, "name": "compensate", "variant": "param", "kind": 32768, @@ -327474,7 +332734,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -327493,13 +332753,86 @@ ] } } + }, + { + "id": 21133, + "name": "orderCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the order is created. You can consume this hook to perform custom actions on the created order." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createOrderWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateOrderWorkflow.hooks.orderCreated(\n\t(async ({ order, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21134, + "name": "orderCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21135, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 8102, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 24636 + 8096 + ] + }, + { + "title": "Functions", + "children": [ + 21133 ] } ], @@ -327516,7 +332849,7 @@ ], "documents": [ { - "id": 37636, + "id": 21123, "name": "findSalesChannelStep", "variant": "document", "kind": 8388608, @@ -327532,6 +332865,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "591" + } + ] } ], "modifierTags": [ @@ -327542,7 +332884,7 @@ "frontmatter": {} }, { - "id": 37637, + "id": 21124, "name": "findOneOrAnyRegionStep", "variant": "document", "kind": 8388608, @@ -327558,6 +332900,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "546" + } + ] } ], "modifierTags": [ @@ -327568,7 +332919,7 @@ "frontmatter": {} }, { - "id": 37638, + "id": 21125, "name": "findOrCreateCustomerStep", "variant": "document", "kind": 8388608, @@ -327584,6 +332935,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "574" + } + ] } ], "modifierTags": [ @@ -327594,7 +332954,7 @@ "frontmatter": {} }, { - "id": 37639, + "id": 21126, "name": "when", "variant": "document", "kind": 8388608, @@ -327629,7 +332989,7 @@ "frontmatter": {}, "children": [ { - "id": 37640, + "id": 21127, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -327645,6 +333005,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -327657,7 +333026,7 @@ ] }, { - "id": 37641, + "id": 21128, "name": "validateVariantPricesStep", "variant": "document", "kind": 8388608, @@ -327673,6 +333042,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1042" + } + ] } ], "modifierTags": [ @@ -327683,7 +333061,7 @@ "frontmatter": {} }, { - "id": 37642, + "id": 21129, "name": "confirmVariantInventoryWorkflow", "variant": "document", "kind": 8388608, @@ -327699,6 +333077,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1285" + } + ] } ], "modifierTags": [ @@ -327709,7 +333096,7 @@ "frontmatter": {} }, { - "id": 37643, + "id": 21130, "name": "validateLineItemPricesStep", "variant": "document", "kind": 8388608, @@ -327725,6 +333112,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "1073" + } + ] } ], "modifierTags": [ @@ -327735,7 +333131,7 @@ "frontmatter": {} }, { - "id": 37644, + "id": 21131, "name": "createOrdersStep", "variant": "document", "kind": 8388608, @@ -327751,6 +333147,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5465" + } + ] } ], "modifierTags": [ @@ -327761,7 +333166,7 @@ "frontmatter": {} }, { - "id": 37645, + "id": 21132, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -327777,6 +333182,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -327787,7 +333201,7 @@ "frontmatter": {} }, { - "id": 37649, + "id": 21136, "name": "orderCreated", "variant": "document", "kind": 8388608, @@ -327803,6 +333217,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21133" + } + ] } ], "modifierTags": [ @@ -327814,21 +333237,21 @@ } ], "childrenIncludingDocuments": [ - 24542, - 24621, - 24627, - 24630, - 24634 + 8002, + 8081, + 8087, + 8090, + 8094 ], "groups": [ { "title": "Properties", "children": [ - 24542, - 24621, - 24627, - 24630, - 24634 + 8002, + 8081, + 8087, + 8090, + 8094 ] } ], @@ -327837,12 +333260,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L131" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L131" } ], "signatures": [ { - "id": 24535, + "id": 7995, "name": "createOrderWorkflow", "variant": "signature", "kind": 4096, @@ -327906,12 +333329,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L131" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L131" } ], "typeParameters": [ { - "id": 24536, + "id": 7996, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -327922,7 +333345,7 @@ } }, { - "id": 24537, + "id": 7997, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -327935,7 +333358,7 @@ ], "parameters": [ { - "id": 24538, + "id": 7998, "name": "container", "variant": "param", "kind": 32768, @@ -327959,14 +333382,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24539, + "id": 7999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24540, + "id": 8000, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -327989,7 +333412,7 @@ } }, { - "id": 24541, + "id": 8001, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -328016,8 +333439,8 @@ { "title": "Properties", "children": [ - 24540, - 24541 + 8000, + 8001 ] } ], @@ -328088,7 +333511,7 @@ "typeArguments": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, @@ -328103,14 +333526,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -328125,14 +333548,14 @@ ] }, { - "id": 24642, + "id": 8102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24643, + "id": 8103, "name": "order", "variant": "declaration", "kind": 1024, @@ -328142,7 +333565,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -328167,7 +333590,7 @@ } }, { - "id": 24644, + "id": 8104, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -328185,7 +333608,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -328208,8 +333631,8 @@ { "title": "Properties", "children": [ - 24643, - 24644 + 8103, + 8104 ] } ], @@ -328218,12 +333641,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 219, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L219" } ] }, { - "id": 24643, + "id": 8103, "name": "order", "variant": "declaration", "kind": 1024, @@ -328233,7 +333656,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -328258,7 +333681,7 @@ } }, { - "id": 24644, + "id": 8104, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -328276,7 +333699,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -328295,7 +333718,7 @@ "defaultValue": "input.additional_data" }, { - "id": 24646, + "id": 8106, "name": "createOrdersWorkflow", "variant": "declaration", "kind": 64, @@ -328324,7 +333747,7 @@ }, "children": [ { - "id": 24654, + "id": 8114, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -328347,7 +333770,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24655, + "id": 8115, "name": "__type", "variant": "declaration", "kind": 65536, @@ -328361,7 +333784,7 @@ ], "signatures": [ { - "id": 24656, + "id": 8116, "name": "__type", "variant": "signature", "kind": 4096, @@ -328389,7 +333812,7 @@ ], "parameters": [ { - "id": 24657, + "id": 8117, "name": "param0", "variant": "param", "kind": 32768, @@ -328405,14 +333828,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24658, + "id": 8118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24659, + "id": 8119, "name": "input", "variant": "declaration", "kind": 1024, @@ -328437,7 +333860,7 @@ "types": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, @@ -328450,7 +333873,7 @@ "typeArguments": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" } @@ -328466,7 +333889,7 @@ { "title": "Properties", "children": [ - 24659 + 8119 ] } ], @@ -328487,14 +333910,14 @@ { "type": "reflection", "declaration": { - "id": 24660, + "id": 8120, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24661, + "id": 8121, "name": "id", "variant": "declaration", "kind": 1024, @@ -328540,7 +333963,7 @@ } }, { - "id": 24662, + "id": 8122, "name": "version", "variant": "declaration", "kind": 1024, @@ -328586,7 +334009,7 @@ } }, { - "id": 24663, + "id": 8123, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -328632,7 +334055,7 @@ } }, { - "id": 24664, + "id": 8124, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -328702,7 +334125,7 @@ } }, { - "id": 24665, + "id": 8125, "name": "status", "variant": "declaration", "kind": 1024, @@ -328758,7 +334181,7 @@ } }, { - "id": 24666, + "id": 8126, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -328815,7 +334238,7 @@ } }, { - "id": 24667, + "id": 8127, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -328872,7 +334295,7 @@ } }, { - "id": 24668, + "id": 8128, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -328929,7 +334352,7 @@ } }, { - "id": 24669, + "id": 8129, "name": "email", "variant": "declaration", "kind": 1024, @@ -328986,7 +334409,7 @@ } }, { - "id": 24670, + "id": 8130, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -329032,7 +334455,7 @@ } }, { - "id": 24671, + "id": 8131, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -329102,7 +334525,7 @@ } }, { - "id": 24672, + "id": 8132, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -329172,7 +334595,7 @@ } }, { - "id": 24673, + "id": 8133, "name": "items", "variant": "declaration", "kind": 1024, @@ -329248,7 +334671,7 @@ } }, { - "id": 24674, + "id": 8134, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -329324,7 +334747,7 @@ } }, { - "id": 24675, + "id": 8135, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -329400,7 +334823,7 @@ } }, { - "id": 24676, + "id": 8136, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -329476,7 +334899,7 @@ } }, { - "id": 24677, + "id": 8137, "name": "summary", "variant": "declaration", "kind": 1024, @@ -329546,7 +334969,7 @@ } }, { - "id": 24678, + "id": 8138, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -329641,7 +335064,7 @@ } }, { - "id": 24679, + "id": 8139, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -329716,7 +335139,7 @@ } }, { - "id": 24680, + "id": 8140, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -329785,7 +335208,7 @@ } }, { - "id": 24681, + "id": 8141, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -329854,7 +335277,7 @@ } }, { - "id": 24682, + "id": 8142, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -329910,7 +335333,7 @@ } }, { - "id": 24683, + "id": 8143, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -329966,7 +335389,7 @@ } }, { - "id": 24684, + "id": 8144, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -330022,7 +335445,7 @@ } }, { - "id": 24685, + "id": 8145, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -330078,7 +335501,7 @@ } }, { - "id": 24686, + "id": 8146, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -330134,7 +335557,7 @@ } }, { - "id": 24687, + "id": 8147, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -330190,7 +335613,7 @@ } }, { - "id": 24688, + "id": 8148, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -330246,7 +335669,7 @@ } }, { - "id": 24689, + "id": 8149, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -330302,7 +335725,7 @@ } }, { - "id": 24690, + "id": 8150, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -330358,7 +335781,7 @@ } }, { - "id": 24691, + "id": 8151, "name": "total", "variant": "declaration", "kind": 1024, @@ -330414,7 +335837,7 @@ } }, { - "id": 24692, + "id": 8152, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -330470,7 +335893,7 @@ } }, { - "id": 24693, + "id": 8153, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -330526,7 +335949,7 @@ } }, { - "id": 24694, + "id": 8154, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -330582,7 +336005,7 @@ } }, { - "id": 24695, + "id": 8155, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -330638,7 +336061,7 @@ } }, { - "id": 24696, + "id": 8156, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -330694,7 +336117,7 @@ } }, { - "id": 24697, + "id": 8157, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -330750,7 +336173,7 @@ } }, { - "id": 24698, + "id": 8158, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -330806,7 +336229,7 @@ } }, { - "id": 24699, + "id": 8159, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -330862,7 +336285,7 @@ } }, { - "id": 24700, + "id": 8160, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -330918,7 +336341,7 @@ } }, { - "id": 24701, + "id": 8161, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -330974,7 +336397,7 @@ } }, { - "id": 24702, + "id": 8162, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -331030,7 +336453,7 @@ } }, { - "id": 24703, + "id": 8163, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -331086,7 +336509,7 @@ } }, { - "id": 24704, + "id": 8164, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -331146,50 +336569,50 @@ { "title": "Properties", "children": [ - 24661, - 24662, - 24663, - 24664, - 24665, - 24666, - 24667, - 24668, - 24669, - 24670, - 24671, - 24672, - 24673, - 24674, - 24675, - 24676, - 24677, - 24678, - 24679, - 24680, - 24681, - 24682, - 24683, - 24684, - 24685, - 24686, - 24687, - 24688, - 24689, - 24690, - 24691, - 24692, - 24693, - 24694, - 24695, - 24696, - 24697, - 24698, - 24699, - 24700, - 24701, - 24702, - 24703, - 24704 + 8121, + 8122, + 8123, + 8124, + 8125, + 8126, + 8127, + 8128, + 8129, + 8130, + 8131, + 8132, + 8133, + 8134, + 8135, + 8136, + 8137, + 8138, + 8139, + 8140, + 8141, + 8142, + 8143, + 8144, + 8145, + 8146, + 8147, + 8148, + 8149, + 8150, + 8151, + 8152, + 8153, + 8154, + 8155, + 8156, + 8157, + 8158, + 8159, + 8160, + 8161, + 8162, + 8163, + 8164 ] } ], @@ -331234,14 +336657,14 @@ { "type": "reflection", "declaration": { - "id": 24727, + "id": 8187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24728, + "id": 8188, "name": "config", "variant": "declaration", "kind": 2048, @@ -331255,7 +336678,7 @@ ], "signatures": [ { - "id": 24729, + "id": 8189, "name": "config", "variant": "signature", "kind": 4096, @@ -331269,7 +336692,7 @@ ], "parameters": [ { - "id": 24730, + "id": 8190, "name": "config", "variant": "param", "kind": 32768, @@ -331280,14 +336703,14 @@ { "type": "reflection", "declaration": { - "id": 24731, + "id": 8191, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24732, + "id": 8192, "name": "name", "variant": "declaration", "kind": 1024, @@ -331311,7 +336734,7 @@ { "title": "Properties", "children": [ - 24732 + 8192 ] } ], @@ -331393,7 +336816,7 @@ { "title": "Methods", "children": [ - 24728 + 8188 ] } ], @@ -331434,7 +336857,7 @@ } }, { - "id": 24733, + "id": 8193, "name": "run", "variant": "declaration", "kind": 1024, @@ -331457,7 +336880,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24734, + "id": 8194, "name": "__type", "variant": "declaration", "kind": 65536, @@ -331471,7 +336894,7 @@ ], "signatures": [ { - "id": 24735, + "id": 8195, "name": "__type", "variant": "signature", "kind": 4096, @@ -331499,7 +336922,7 @@ ], "typeParameters": [ { - "id": 24736, + "id": 8196, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -331510,7 +336933,7 @@ } }, { - "id": 24737, + "id": 8197, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -331523,7 +336946,7 @@ ], "parameters": [ { - "id": 24738, + "id": 8198, "name": "args", "variant": "param", "kind": 32768, @@ -331556,7 +336979,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -331567,13 +336990,13 @@ }, "trueType": { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -331606,7 +337029,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -331626,7 +337049,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -331646,7 +337069,7 @@ } }, { - "id": 24739, + "id": 8199, "name": "getName", "variant": "declaration", "kind": 1024, @@ -331669,7 +337092,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24740, + "id": 8200, "name": "__type", "variant": "declaration", "kind": 65536, @@ -331683,7 +337106,7 @@ ], "signatures": [ { - "id": 24741, + "id": 8201, "name": "__type", "variant": "signature", "kind": 4096, @@ -331705,7 +337128,7 @@ } }, { - "id": 24742, + "id": 8202, "name": "config", "variant": "declaration", "kind": 1024, @@ -331728,7 +337151,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24743, + "id": 8203, "name": "__type", "variant": "declaration", "kind": 65536, @@ -331742,7 +337165,7 @@ ], "signatures": [ { - "id": 24744, + "id": 8204, "name": "__type", "variant": "signature", "kind": 4096, @@ -331756,7 +337179,7 @@ ], "parameters": [ { - "id": 24745, + "id": 8205, "name": "config", "variant": "param", "kind": 32768, @@ -331782,7 +337205,7 @@ } }, { - "id": 24746, + "id": 8206, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -331805,14 +337228,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24747, + "id": 8207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24748, + "id": 8208, "name": "orderCreated", "variant": "declaration", "kind": 1024, @@ -331820,7 +337243,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24749, + "id": 8209, "name": "__type", "variant": "declaration", "kind": 65536, @@ -331834,7 +337257,7 @@ ], "signatures": [ { - "id": 24750, + "id": 8210, "name": "__type", "variant": "signature", "kind": 4096, @@ -331848,14 +337271,14 @@ ], "typeParameters": [ { - "id": 24751, + "id": 8211, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24752, + "id": 8212, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -331864,7 +337287,7 @@ ], "parameters": [ { - "id": 24753, + "id": 8213, "name": "invoke", "variant": "param", "kind": 32768, @@ -331879,14 +337302,14 @@ { "type": "reflection", "declaration": { - "id": 24754, + "id": 8214, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24755, + "id": 8215, "name": "order", "variant": "declaration", "kind": 1024, @@ -331896,7 +337319,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -331921,7 +337344,7 @@ } }, { - "id": 24756, + "id": 8216, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -331931,7 +337354,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -331954,8 +337377,8 @@ { "title": "Properties", "children": [ - 24755, - 24756 + 8215, + 8216 ] } ], @@ -331964,21 +337387,21 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 219, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L219" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -331989,7 +337412,7 @@ } }, { - "id": 24757, + "id": 8217, "name": "compensate", "variant": "param", "kind": 32768, @@ -332005,7 +337428,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -332030,7 +337453,7 @@ { "title": "Properties", "children": [ - 24748 + 8208 ] } ], @@ -332049,11 +337472,11 @@ { "title": "Properties", "children": [ - 24654, - 24733, - 24739, - 24742, - 24746 + 8114, + 8193, + 8199, + 8202, + 8206 ] } ], @@ -332062,12 +337485,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 233, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L233" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L233" } ], "signatures": [ { - "id": 24647, + "id": 8107, "name": "createOrdersWorkflow", "variant": "signature", "kind": 4096, @@ -332077,12 +337500,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 233, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L233" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L233" } ], "typeParameters": [ { - "id": 24648, + "id": 8108, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -332093,7 +337516,7 @@ } }, { - "id": 24649, + "id": 8109, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -332106,7 +337529,7 @@ ], "parameters": [ { - "id": 24650, + "id": 8110, "name": "container", "variant": "param", "kind": 32768, @@ -332130,14 +337553,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24651, + "id": 8111, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24652, + "id": 8112, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -332160,7 +337583,7 @@ } }, { - "id": 24653, + "id": 8113, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -332187,8 +337610,8 @@ { "title": "Properties", "children": [ - 24652, - 24653 + 8112, + 8113 ] } ], @@ -332259,7 +337682,7 @@ "typeArguments": [ { "type": "reference", - "target": 24532, + "target": 7992, "name": "CreateOrderWorkflowInput", "package": "@medusajs/core-flows" }, @@ -332274,14 +337697,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -332296,14 +337719,14 @@ ] }, { - "id": 24754, + "id": 8214, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24755, + "id": 8215, "name": "order", "variant": "declaration", "kind": 1024, @@ -332313,7 +337736,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -332338,7 +337761,7 @@ } }, { - "id": 24756, + "id": 8216, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -332348,7 +337771,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -332371,8 +337794,8 @@ { "title": "Properties", "children": [ - 24755, - 24756 + 8215, + 8216 ] } ], @@ -332381,12 +337804,12 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 219, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L219" } ] }, { - "id": 24755, + "id": 8215, "name": "order", "variant": "declaration", "kind": 1024, @@ -332396,7 +337819,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 220, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L220" } ], "type": { @@ -332421,7 +337844,7 @@ } }, { - "id": 24756, + "id": 8216, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -332431,7 +337854,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 221, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L221" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L221" } ], "type": { @@ -332450,7 +337873,7 @@ "defaultValue": "input.additional_data" }, { - "id": 24760, + "id": 8220, "name": "order", "variant": "declaration", "kind": 1024, @@ -332468,7 +337891,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L32" } ], "type": { @@ -332482,7 +337905,7 @@ } }, { - "id": 24761, + "id": 8221, "name": "input", "variant": "declaration", "kind": 1024, @@ -332500,7 +337923,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L36" } ], "type": { @@ -332515,7 +337938,7 @@ } }, { - "id": 24762, + "id": 8222, "name": "createShipmentValidateOrder", "variant": "declaration", "kind": 64, @@ -332550,7 +337973,7 @@ }, "children": [ { - "id": 24771, + "id": 8231, "name": "__type", "variant": "declaration", "kind": 1024, @@ -332568,7 +337991,7 @@ } }, { - "id": 24772, + "id": 8232, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -332590,8 +338013,8 @@ { "title": "Properties", "children": [ - 24771, - 24772 + 8231, + 8232 ] } ], @@ -332600,12 +338023,12 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L69" } ], "signatures": [ { - "id": 24763, + "id": 8223, "name": "createShipmentValidateOrder", "variant": "signature", "kind": 4096, @@ -332643,12 +338066,12 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L69" } ], "parameters": [ { - "id": 24764, + "id": 8224, "name": "input", "variant": "param", "kind": 32768, @@ -332658,7 +338081,7 @@ "types": [ { "type": "reference", - "target": 24758, + "target": 8218, "name": "CreateShipmentValidateOrderStepInput", "package": "@medusajs/core-flows" }, @@ -332671,7 +338094,7 @@ "typeArguments": [ { "type": "reference", - "target": 24758, + "target": 8218, "name": "CreateShipmentValidateOrderStepInput", "package": "@medusajs/core-flows" } @@ -332704,14 +338127,14 @@ { "type": "reflection", "declaration": { - "id": 24765, + "id": 8225, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24766, + "id": 8226, "name": "config", "variant": "declaration", "kind": 2048, @@ -332725,7 +338148,7 @@ ], "signatures": [ { - "id": 24767, + "id": 8227, "name": "config", "variant": "signature", "kind": 4096, @@ -332739,7 +338162,7 @@ ], "parameters": [ { - "id": 24768, + "id": 8228, "name": "config", "variant": "param", "kind": 32768, @@ -332750,14 +338173,14 @@ { "type": "reflection", "declaration": { - "id": 24769, + "id": 8229, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24770, + "id": 8230, "name": "name", "variant": "declaration", "kind": 1024, @@ -332781,7 +338204,7 @@ { "title": "Properties", "children": [ - 24770 + 8230 ] } ], @@ -332858,7 +338281,7 @@ { "title": "Methods", "children": [ - 24766 + 8226 ] } ], @@ -332892,7 +338315,7 @@ ] }, { - "id": 24774, + "id": 8234, "name": "createOrderShipmentWorkflowId", "variant": "declaration", "kind": 32, @@ -332904,7 +338327,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 122, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L122" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L122" } ], "type": { @@ -332914,7 +338337,7 @@ "defaultValue": "\"create-order-shipment\"" }, { - "id": 24775, + "id": 8235, "name": "createOrderShipmentWorkflow", "variant": "declaration", "kind": 64, @@ -332975,7 +338398,7 @@ }, "children": [ { - "id": 24783, + "id": 8243, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -332998,7 +338421,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24784, + "id": 8244, "name": "__type", "variant": "declaration", "kind": 65536, @@ -333012,7 +338435,7 @@ ], "signatures": [ { - "id": 24785, + "id": 8245, "name": "__type", "variant": "signature", "kind": 4096, @@ -333040,7 +338463,7 @@ ], "parameters": [ { - "id": 24786, + "id": 8246, "name": "param0", "variant": "param", "kind": 32768, @@ -333056,14 +338479,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24787, + "id": 8247, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24788, + "id": 8248, "name": "input", "variant": "declaration", "kind": 1024, @@ -333088,7 +338511,7 @@ "types": [ { "type": "reference", - "target": 24773, + "target": 8233, "name": "CreateOrderShipmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -333101,7 +338524,7 @@ "typeArguments": [ { "type": "reference", - "target": 24773, + "target": 8233, "name": "CreateOrderShipmentWorkflowInput", "package": "@medusajs/core-flows" } @@ -333117,7 +338540,7 @@ { "title": "Properties", "children": [ - 24788 + 8248 ] } ], @@ -333142,7 +338565,7 @@ } }, { - "id": 24789, + "id": 8249, "name": "run", "variant": "declaration", "kind": 1024, @@ -333165,7 +338588,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24790, + "id": 8250, "name": "__type", "variant": "declaration", "kind": 65536, @@ -333179,7 +338602,7 @@ ], "signatures": [ { - "id": 24791, + "id": 8251, "name": "__type", "variant": "signature", "kind": 4096, @@ -333207,7 +338630,7 @@ ], "typeParameters": [ { - "id": 24792, + "id": 8252, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -333218,7 +338641,7 @@ } }, { - "id": 24793, + "id": 8253, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -333231,7 +338654,7 @@ ], "parameters": [ { - "id": 24794, + "id": 8254, "name": "args", "variant": "param", "kind": 32768, @@ -333264,7 +338687,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -333275,13 +338698,13 @@ }, "trueType": { "type": "reference", - "target": 24773, + "target": 8233, "name": "CreateOrderShipmentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -333314,7 +338737,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -333329,7 +338752,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -333349,7 +338772,7 @@ } }, { - "id": 24795, + "id": 8255, "name": "getName", "variant": "declaration", "kind": 1024, @@ -333372,7 +338795,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24796, + "id": 8256, "name": "__type", "variant": "declaration", "kind": 65536, @@ -333386,7 +338809,7 @@ ], "signatures": [ { - "id": 24797, + "id": 8257, "name": "__type", "variant": "signature", "kind": 4096, @@ -333408,7 +338831,7 @@ } }, { - "id": 24798, + "id": 8258, "name": "config", "variant": "declaration", "kind": 1024, @@ -333431,7 +338854,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24799, + "id": 8259, "name": "__type", "variant": "declaration", "kind": 65536, @@ -333445,7 +338868,7 @@ ], "signatures": [ { - "id": 24800, + "id": 8260, "name": "__type", "variant": "signature", "kind": 4096, @@ -333459,7 +338882,7 @@ ], "parameters": [ { - "id": 24801, + "id": 8261, "name": "config", "variant": "param", "kind": 32768, @@ -333485,7 +338908,7 @@ } }, { - "id": 24802, + "id": 8262, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -333508,14 +338931,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24803, + "id": 8263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24804, + "id": 8264, "name": "shipmentCreated", "variant": "declaration", "kind": 1024, @@ -333523,7 +338946,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24805, + "id": 8265, "name": "__type", "variant": "declaration", "kind": 65536, @@ -333537,7 +338960,7 @@ ], "signatures": [ { - "id": 24806, + "id": 8266, "name": "__type", "variant": "signature", "kind": 4096, @@ -333551,14 +338974,14 @@ ], "typeParameters": [ { - "id": 24807, + "id": 8267, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24808, + "id": 8268, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -333567,7 +338990,7 @@ ], "parameters": [ { - "id": 24809, + "id": 8269, "name": "invoke", "variant": "param", "kind": 32768, @@ -333582,14 +339005,14 @@ { "type": "reflection", "declaration": { - "id": 24810, + "id": 8270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24811, + "id": 8271, "name": "shipment", "variant": "declaration", "kind": 1024, @@ -333599,7 +339022,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 202, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" } ], "type": { @@ -333608,14 +339031,14 @@ { "type": "reflection", "declaration": { - "id": 24812, + "id": 8272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24813, + "id": 8273, "name": "id", "variant": "declaration", "kind": 1024, @@ -333661,7 +339084,7 @@ } }, { - "id": 24814, + "id": 8274, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -333707,7 +339130,7 @@ } }, { - "id": 24815, + "id": 8275, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -333776,7 +339199,7 @@ } }, { - "id": 24816, + "id": 8276, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -333845,7 +339268,7 @@ } }, { - "id": 24817, + "id": 8277, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -333914,7 +339337,7 @@ } }, { - "id": 24818, + "id": 8278, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -333983,7 +339406,7 @@ } }, { - "id": 24819, + "id": 8279, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -334048,7 +339471,7 @@ } }, { - "id": 24820, + "id": 8280, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -334113,7 +339536,7 @@ } }, { - "id": 24821, + "id": 8281, "name": "data", "variant": "declaration", "kind": 1024, @@ -334202,7 +339625,7 @@ } }, { - "id": 24822, + "id": 8282, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -334248,7 +339671,7 @@ } }, { - "id": 24823, + "id": 8283, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -334307,7 +339730,7 @@ } }, { - "id": 24824, + "id": 8284, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -334396,7 +339819,7 @@ } }, { - "id": 24825, + "id": 8285, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -334465,7 +339888,7 @@ } }, { - "id": 24826, + "id": 8286, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -334511,7 +339934,7 @@ } }, { - "id": 24827, + "id": 8287, "name": "provider", "variant": "declaration", "kind": 1024, @@ -334567,7 +339990,7 @@ } }, { - "id": 24828, + "id": 8288, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -334623,7 +340046,7 @@ } }, { - "id": 24829, + "id": 8289, "name": "items", "variant": "declaration", "kind": 1024, @@ -334685,7 +340108,7 @@ } }, { - "id": 24830, + "id": 8290, "name": "labels", "variant": "declaration", "kind": 1024, @@ -334747,7 +340170,7 @@ } }, { - "id": 24831, + "id": 8291, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -334803,7 +340226,7 @@ } }, { - "id": 24832, + "id": 8292, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -334859,7 +340282,7 @@ } }, { - "id": 24833, + "id": 8293, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -334932,27 +340355,27 @@ { "title": "Properties", "children": [ - 24813, - 24814, - 24815, - 24816, - 24817, - 24818, - 24819, - 24820, - 24821, - 24822, - 24823, - 24824, - 24825, - 24826, - 24827, - 24828, - 24829, - 24830, - 24831, - 24832, - 24833 + 8273, + 8274, + 8275, + 8276, + 8277, + 8278, + 8279, + 8280, + 8281, + 8282, + 8283, + 8284, + 8285, + 8286, + 8287, + 8288, + 8289, + 8290, + 8291, + 8292, + 8293 ] } ], @@ -334997,14 +340420,14 @@ { "type": "reflection", "declaration": { - "id": 24834, + "id": 8294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24835, + "id": 8295, "name": "config", "variant": "declaration", "kind": 2048, @@ -335018,7 +340441,7 @@ ], "signatures": [ { - "id": 24836, + "id": 8296, "name": "config", "variant": "signature", "kind": 4096, @@ -335032,7 +340455,7 @@ ], "parameters": [ { - "id": 24837, + "id": 8297, "name": "config", "variant": "param", "kind": 32768, @@ -335043,14 +340466,14 @@ { "type": "reflection", "declaration": { - "id": 24838, + "id": 8298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24839, + "id": 8299, "name": "name", "variant": "declaration", "kind": 1024, @@ -335074,7 +340497,7 @@ { "title": "Properties", "children": [ - 24839 + 8299 ] } ], @@ -335156,7 +340579,7 @@ { "title": "Methods", "children": [ - 24835 + 8295 ] } ], @@ -335193,7 +340616,7 @@ } }, { - "id": 24840, + "id": 8300, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -335211,7 +340634,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 203, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" } ], "type": { @@ -335234,8 +340657,8 @@ { "title": "Properties", "children": [ - 24811, - 24840 + 8271, + 8300 ] } ], @@ -335244,21 +340667,21 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 201, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L201" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L201" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -335269,7 +340692,7 @@ } }, { - "id": 24841, + "id": 8301, "name": "compensate", "variant": "param", "kind": 32768, @@ -335285,7 +340708,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -335304,13 +340727,86 @@ ] } } + }, + { + "id": 21142, + "name": "shipmentCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the shipment is created. You can consume this hook to perform custom actions on the created shipment." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createOrderShipmentWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateOrderShipmentWorkflow.hooks.shipmentCreated(\n\t(async ({ shipment, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21143, + "name": "shipmentCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21144, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 8270, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 24804 + 8264 + ] + }, + { + "title": "Functions", + "children": [ + 21142 ] } ], @@ -335327,7 +340823,7 @@ ], "documents": [ { - "id": 37650, + "id": 21137, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -335343,6 +340839,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -335353,7 +340858,7 @@ "frontmatter": {} }, { - "id": 37651, + "id": 21138, "name": "createShipmentValidateOrder", "variant": "document", "kind": 8388608, @@ -335369,6 +340874,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8222" + } + ] } ], "modifierTags": [ @@ -335379,7 +340893,7 @@ "frontmatter": {} }, { - "id": 37652, + "id": 21139, "name": "createShipmentWorkflow", "variant": "document", "kind": 8388608, @@ -335395,6 +340909,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3994" + } + ] } ], "modifierTags": [ @@ -335405,7 +340928,7 @@ "frontmatter": {} }, { - "id": 37653, + "id": 21140, "name": "registerOrderShipmentStep", "variant": "document", "kind": 8388608, @@ -335421,6 +340944,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5681" + } + ] } ], "modifierTags": [ @@ -335431,7 +340963,7 @@ "frontmatter": {} }, { - "id": 37654, + "id": 21141, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -335447,6 +340979,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -335457,7 +340998,7 @@ "frontmatter": {} }, { - "id": 37658, + "id": 21145, "name": "shipmentCreated", "variant": "document", "kind": 8388608, @@ -335473,6 +341014,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21142" + } + ] } ], "modifierTags": [ @@ -335484,21 +341034,21 @@ } ], "childrenIncludingDocuments": [ - 24783, - 24789, - 24795, - 24798, - 24802 + 8243, + 8249, + 8255, + 8258, + 8262 ], "groups": [ { "title": "Properties", "children": [ - 24783, - 24789, - 24795, - 24798, - 24802 + 8243, + 8249, + 8255, + 8258, + 8262 ] } ], @@ -335507,12 +341057,12 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 155, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L155" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L155" } ], "signatures": [ { - "id": 24776, + "id": 8236, "name": "createOrderShipmentWorkflow", "variant": "signature", "kind": 4096, @@ -335576,12 +341126,12 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 155, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L155" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L155" } ], "typeParameters": [ { - "id": 24777, + "id": 8237, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -335592,7 +341142,7 @@ } }, { - "id": 24778, + "id": 8238, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -335605,7 +341155,7 @@ ], "parameters": [ { - "id": 24779, + "id": 8239, "name": "container", "variant": "param", "kind": 32768, @@ -335629,14 +341179,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24780, + "id": 8240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24781, + "id": 8241, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -335659,7 +341209,7 @@ } }, { - "id": 24782, + "id": 8242, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -335686,8 +341236,8 @@ { "title": "Properties", "children": [ - 24781, - 24782 + 8241, + 8242 ] } ], @@ -335758,7 +341308,7 @@ "typeArguments": [ { "type": "reference", - "target": 24773, + "target": 8233, "name": "CreateOrderShipmentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -335768,14 +341318,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -335790,14 +341340,14 @@ ] }, { - "id": 24810, + "id": 8270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24811, + "id": 8271, "name": "shipment", "variant": "declaration", "kind": 1024, @@ -335807,7 +341357,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 202, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" } ], "type": { @@ -335816,14 +341366,14 @@ { "type": "reflection", "declaration": { - "id": 24812, + "id": 8272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24813, + "id": 8273, "name": "id", "variant": "declaration", "kind": 1024, @@ -335869,7 +341419,7 @@ } }, { - "id": 24814, + "id": 8274, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -335915,7 +341465,7 @@ } }, { - "id": 24815, + "id": 8275, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -335984,7 +341534,7 @@ } }, { - "id": 24816, + "id": 8276, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -336053,7 +341603,7 @@ } }, { - "id": 24817, + "id": 8277, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -336122,7 +341672,7 @@ } }, { - "id": 24818, + "id": 8278, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -336191,7 +341741,7 @@ } }, { - "id": 24819, + "id": 8279, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -336256,7 +341806,7 @@ } }, { - "id": 24820, + "id": 8280, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -336321,7 +341871,7 @@ } }, { - "id": 24821, + "id": 8281, "name": "data", "variant": "declaration", "kind": 1024, @@ -336410,7 +341960,7 @@ } }, { - "id": 24822, + "id": 8282, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -336456,7 +342006,7 @@ } }, { - "id": 24823, + "id": 8283, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -336515,7 +342065,7 @@ } }, { - "id": 24824, + "id": 8284, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -336604,7 +342154,7 @@ } }, { - "id": 24825, + "id": 8285, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -336673,7 +342223,7 @@ } }, { - "id": 24826, + "id": 8286, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -336719,7 +342269,7 @@ } }, { - "id": 24827, + "id": 8287, "name": "provider", "variant": "declaration", "kind": 1024, @@ -336775,7 +342325,7 @@ } }, { - "id": 24828, + "id": 8288, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -336831,7 +342381,7 @@ } }, { - "id": 24829, + "id": 8289, "name": "items", "variant": "declaration", "kind": 1024, @@ -336893,7 +342443,7 @@ } }, { - "id": 24830, + "id": 8290, "name": "labels", "variant": "declaration", "kind": 1024, @@ -336955,7 +342505,7 @@ } }, { - "id": 24831, + "id": 8291, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -337011,7 +342561,7 @@ } }, { - "id": 24832, + "id": 8292, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -337067,7 +342617,7 @@ } }, { - "id": 24833, + "id": 8293, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -337140,27 +342690,27 @@ { "title": "Properties", "children": [ - 24813, - 24814, - 24815, - 24816, - 24817, - 24818, - 24819, - 24820, - 24821, - 24822, - 24823, - 24824, - 24825, - 24826, - 24827, - 24828, - 24829, - 24830, - 24831, - 24832, - 24833 + 8273, + 8274, + 8275, + 8276, + 8277, + 8278, + 8279, + 8280, + 8281, + 8282, + 8283, + 8284, + 8285, + 8286, + 8287, + 8288, + 8289, + 8290, + 8291, + 8292, + 8293 ] } ], @@ -337205,14 +342755,14 @@ { "type": "reflection", "declaration": { - "id": 24834, + "id": 8294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24835, + "id": 8295, "name": "config", "variant": "declaration", "kind": 2048, @@ -337226,7 +342776,7 @@ ], "signatures": [ { - "id": 24836, + "id": 8296, "name": "config", "variant": "signature", "kind": 4096, @@ -337240,7 +342790,7 @@ ], "parameters": [ { - "id": 24837, + "id": 8297, "name": "config", "variant": "param", "kind": 32768, @@ -337251,14 +342801,14 @@ { "type": "reflection", "declaration": { - "id": 24838, + "id": 8298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24839, + "id": 8299, "name": "name", "variant": "declaration", "kind": 1024, @@ -337282,7 +342832,7 @@ { "title": "Properties", "children": [ - 24839 + 8299 ] } ], @@ -337364,7 +342914,7 @@ { "title": "Methods", "children": [ - 24835 + 8295 ] } ], @@ -337401,7 +342951,7 @@ } }, { - "id": 24840, + "id": 8300, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -337419,7 +342969,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 203, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" } ], "type": { @@ -337442,8 +342992,8 @@ { "title": "Properties", "children": [ - 24811, - 24840 + 8271, + 8300 ] } ], @@ -337452,12 +343002,12 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 201, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L201" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L201" } ] }, { - "id": 24811, + "id": 8271, "name": "shipment", "variant": "declaration", "kind": 1024, @@ -337467,7 +343017,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 202, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L202" } ], "type": { @@ -337476,14 +343026,14 @@ { "type": "reflection", "declaration": { - "id": 24812, + "id": 8272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24813, + "id": 8273, "name": "id", "variant": "declaration", "kind": 1024, @@ -337529,7 +343079,7 @@ } }, { - "id": 24814, + "id": 8274, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -337575,7 +343125,7 @@ } }, { - "id": 24815, + "id": 8275, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -337644,7 +343194,7 @@ } }, { - "id": 24816, + "id": 8276, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -337713,7 +343263,7 @@ } }, { - "id": 24817, + "id": 8277, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -337782,7 +343332,7 @@ } }, { - "id": 24818, + "id": 8278, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -337851,7 +343401,7 @@ } }, { - "id": 24819, + "id": 8279, "name": "marked_shipped_by", "variant": "declaration", "kind": 1024, @@ -337916,7 +343466,7 @@ } }, { - "id": 24820, + "id": 8280, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -337981,7 +343531,7 @@ } }, { - "id": 24821, + "id": 8281, "name": "data", "variant": "declaration", "kind": 1024, @@ -338070,7 +343620,7 @@ } }, { - "id": 24822, + "id": 8282, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -338116,7 +343666,7 @@ } }, { - "id": 24823, + "id": 8283, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -338175,7 +343725,7 @@ } }, { - "id": 24824, + "id": 8284, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -338264,7 +343814,7 @@ } }, { - "id": 24825, + "id": 8285, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -338333,7 +343883,7 @@ } }, { - "id": 24826, + "id": 8286, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -338379,7 +343929,7 @@ } }, { - "id": 24827, + "id": 8287, "name": "provider", "variant": "declaration", "kind": 1024, @@ -338435,7 +343985,7 @@ } }, { - "id": 24828, + "id": 8288, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -338491,7 +344041,7 @@ } }, { - "id": 24829, + "id": 8289, "name": "items", "variant": "declaration", "kind": 1024, @@ -338553,7 +344103,7 @@ } }, { - "id": 24830, + "id": 8290, "name": "labels", "variant": "declaration", "kind": 1024, @@ -338615,7 +344165,7 @@ } }, { - "id": 24831, + "id": 8291, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -338671,7 +344221,7 @@ } }, { - "id": 24832, + "id": 8292, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -338727,7 +344277,7 @@ } }, { - "id": 24833, + "id": 8293, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -338800,27 +344350,27 @@ { "title": "Properties", "children": [ - 24813, - 24814, - 24815, - 24816, - 24817, - 24818, - 24819, - 24820, - 24821, - 24822, - 24823, - 24824, - 24825, - 24826, - 24827, - 24828, - 24829, - 24830, - 24831, - 24832, - 24833 + 8273, + 8274, + 8275, + 8276, + 8277, + 8278, + 8279, + 8280, + 8281, + 8282, + 8283, + 8284, + 8285, + 8286, + 8287, + 8288, + 8289, + 8290, + 8291, + 8292, + 8293 ] } ], @@ -338865,14 +344415,14 @@ { "type": "reflection", "declaration": { - "id": 24834, + "id": 8294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24835, + "id": 8295, "name": "config", "variant": "declaration", "kind": 2048, @@ -338886,7 +344436,7 @@ ], "signatures": [ { - "id": 24836, + "id": 8296, "name": "config", "variant": "signature", "kind": 4096, @@ -338900,7 +344450,7 @@ ], "parameters": [ { - "id": 24837, + "id": 8297, "name": "config", "variant": "param", "kind": 32768, @@ -338911,14 +344461,14 @@ { "type": "reflection", "declaration": { - "id": 24838, + "id": 8298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24839, + "id": 8299, "name": "name", "variant": "declaration", "kind": 1024, @@ -338942,7 +344492,7 @@ { "title": "Properties", "children": [ - 24839 + 8299 ] } ], @@ -339024,7 +344574,7 @@ { "title": "Methods", "children": [ - 24835 + 8295 ] } ], @@ -339061,7 +344611,7 @@ } }, { - "id": 24840, + "id": 8300, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -339079,7 +344629,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 203, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L203" } ], "type": { @@ -339098,7 +344648,7 @@ "defaultValue": "input.additional_data" }, { - "id": 24842, + "id": 8302, "name": "declineOrderChangeWorkflowId", "variant": "declaration", "kind": 32, @@ -339110,7 +344660,7 @@ "fileName": "core-flows/src/order/workflows/decline-order-change.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L5" } ], "type": { @@ -339120,7 +344670,7 @@ "defaultValue": "\"decline-order-change\"" }, { - "id": 24843, + "id": 8303, "name": "declineOrderChangeWorkflow", "variant": "declaration", "kind": 64, @@ -339155,7 +344705,7 @@ }, "children": [ { - "id": 24851, + "id": 8311, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -339178,7 +344728,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24852, + "id": 8312, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339192,7 +344742,7 @@ ], "signatures": [ { - "id": 24853, + "id": 8313, "name": "__type", "variant": "signature", "kind": 4096, @@ -339220,7 +344770,7 @@ ], "parameters": [ { - "id": 24854, + "id": 8314, "name": "param0", "variant": "param", "kind": 32768, @@ -339236,14 +344786,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24855, + "id": 8315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24856, + "id": 8316, "name": "input", "variant": "declaration", "kind": 1024, @@ -339303,7 +344853,7 @@ { "title": "Properties", "children": [ - 24856 + 8316 ] } ], @@ -339339,14 +344889,14 @@ { "type": "reflection", "declaration": { - "id": 24857, + "id": 8317, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24858, + "id": 8318, "name": "config", "variant": "declaration", "kind": 2048, @@ -339360,7 +344910,7 @@ ], "signatures": [ { - "id": 24859, + "id": 8319, "name": "config", "variant": "signature", "kind": 4096, @@ -339374,7 +344924,7 @@ ], "parameters": [ { - "id": 24860, + "id": 8320, "name": "config", "variant": "param", "kind": 32768, @@ -339385,14 +344935,14 @@ { "type": "reflection", "declaration": { - "id": 24861, + "id": 8321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24862, + "id": 8322, "name": "name", "variant": "declaration", "kind": 1024, @@ -339416,7 +344966,7 @@ { "title": "Properties", "children": [ - 24862 + 8322 ] } ], @@ -339493,7 +345043,7 @@ { "title": "Methods", "children": [ - 24858 + 8318 ] } ], @@ -339529,7 +345079,7 @@ } }, { - "id": 24863, + "id": 8323, "name": "run", "variant": "declaration", "kind": 1024, @@ -339552,7 +345102,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24864, + "id": 8324, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339566,7 +345116,7 @@ ], "signatures": [ { - "id": 24865, + "id": 8325, "name": "__type", "variant": "signature", "kind": 4096, @@ -339594,7 +345144,7 @@ ], "typeParameters": [ { - "id": 24866, + "id": 8326, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -339605,7 +345155,7 @@ } }, { - "id": 24867, + "id": 8327, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -339618,7 +345168,7 @@ ], "parameters": [ { - "id": 24868, + "id": 8328, "name": "args", "variant": "param", "kind": 32768, @@ -339651,7 +345201,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -339671,7 +345221,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -339704,7 +345254,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -339719,7 +345269,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -339739,7 +345289,7 @@ } }, { - "id": 24869, + "id": 8329, "name": "getName", "variant": "declaration", "kind": 1024, @@ -339762,7 +345312,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24870, + "id": 8330, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339776,7 +345326,7 @@ ], "signatures": [ { - "id": 24871, + "id": 8331, "name": "__type", "variant": "signature", "kind": 4096, @@ -339798,7 +345348,7 @@ } }, { - "id": 24872, + "id": 8332, "name": "config", "variant": "declaration", "kind": 1024, @@ -339821,7 +345371,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24873, + "id": 8333, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339835,7 +345385,7 @@ ], "signatures": [ { - "id": 24874, + "id": 8334, "name": "__type", "variant": "signature", "kind": 4096, @@ -339849,7 +345399,7 @@ ], "parameters": [ { - "id": 24875, + "id": 8335, "name": "config", "variant": "param", "kind": 32768, @@ -339875,7 +345425,7 @@ } }, { - "id": 24876, + "id": 8336, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -339898,7 +345448,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24877, + "id": 8337, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339912,14 +345462,14 @@ ], "indexSignatures": [ { - "id": 24878, + "id": 8338, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 24879, + "id": 8339, "name": "key", "variant": "param", "kind": 32768, @@ -339933,7 +345483,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24880, + "id": 8340, "name": "__type", "variant": "declaration", "kind": 65536, @@ -339947,7 +345497,7 @@ ], "signatures": [ { - "id": 24881, + "id": 8341, "name": "__type", "variant": "signature", "kind": 4096, @@ -339961,14 +345511,14 @@ ], "typeParameters": [ { - "id": 24882, + "id": 8342, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24883, + "id": 8343, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -339977,7 +345527,7 @@ ], "parameters": [ { - "id": 24884, + "id": 8344, "name": "invoke", "variant": "param", "kind": 32768, @@ -339995,14 +345545,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -340013,7 +345563,7 @@ } }, { - "id": 24885, + "id": 8345, "name": "compensate", "variant": "param", "kind": 32768, @@ -340029,7 +345579,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -340056,7 +345606,7 @@ ], "documents": [ { - "id": 37659, + "id": 21146, "name": "declineOrderChangeStep", "variant": "document", "kind": 8388608, @@ -340072,6 +345622,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5477" + } + ] } ], "modifierTags": [ @@ -340083,21 +345642,21 @@ } ], "childrenIncludingDocuments": [ - 24851, - 24863, - 24869, - 24872, - 24876 + 8311, + 8323, + 8329, + 8332, + 8336 ], "groups": [ { "title": "Properties", "children": [ - 24851, - 24863, - 24869, - 24872, - 24876 + 8311, + 8323, + 8329, + 8332, + 8336 ] } ], @@ -340106,12 +345665,12 @@ "fileName": "core-flows/src/order/workflows/decline-order-change.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L16" } ], "signatures": [ { - "id": 24844, + "id": 8304, "name": "declineOrderChangeWorkflow", "variant": "signature", "kind": 4096, @@ -340149,12 +345708,12 @@ "fileName": "core-flows/src/order/workflows/decline-order-change.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/decline-order-change.ts#L16" } ], "typeParameters": [ { - "id": 24845, + "id": 8305, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -340165,7 +345724,7 @@ } }, { - "id": 24846, + "id": 8306, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -340178,7 +345737,7 @@ ], "parameters": [ { - "id": 24847, + "id": 8307, "name": "container", "variant": "param", "kind": 32768, @@ -340202,14 +345761,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24848, + "id": 8308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24849, + "id": 8309, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -340232,7 +345791,7 @@ } }, { - "id": 24850, + "id": 8310, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -340259,8 +345818,8 @@ { "title": "Properties", "children": [ - 24849, - 24850 + 8309, + 8310 ] } ], @@ -340344,14 +345903,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -340366,7 +345925,7 @@ ] }, { - "id": 24888, + "id": 8348, "name": "ids", "variant": "declaration", "kind": 1024, @@ -340384,7 +345943,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L11" } ], "type": { @@ -340396,7 +345955,7 @@ } }, { - "id": 24889, + "id": 8349, "name": "deleteOrderChangeWorkflowId", "variant": "declaration", "kind": 32, @@ -340408,7 +345967,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L14" } ], "type": { @@ -340418,7 +345977,7 @@ "defaultValue": "\"delete-order-change\"" }, { - "id": 24890, + "id": 8350, "name": "deleteOrderChangeWorkflow", "variant": "declaration", "kind": 64, @@ -340453,7 +346012,7 @@ }, "children": [ { - "id": 24898, + "id": 8358, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -340476,7 +346035,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24899, + "id": 8359, "name": "__type", "variant": "declaration", "kind": 65536, @@ -340490,7 +346049,7 @@ ], "signatures": [ { - "id": 24900, + "id": 8360, "name": "__type", "variant": "signature", "kind": 4096, @@ -340518,7 +346077,7 @@ ], "parameters": [ { - "id": 24901, + "id": 8361, "name": "param0", "variant": "param", "kind": 32768, @@ -340534,14 +346093,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24902, + "id": 8362, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24903, + "id": 8363, "name": "input", "variant": "declaration", "kind": 1024, @@ -340566,7 +346125,7 @@ "types": [ { "type": "reference", - "target": 24886, + "target": 8346, "name": "DeleteOrderChangeWorkflowInput", "package": "@medusajs/core-flows" }, @@ -340579,7 +346138,7 @@ "typeArguments": [ { "type": "reference", - "target": 24886, + "target": 8346, "name": "DeleteOrderChangeWorkflowInput", "package": "@medusajs/core-flows" } @@ -340595,7 +346154,7 @@ { "title": "Properties", "children": [ - 24903 + 8363 ] } ], @@ -340631,14 +346190,14 @@ { "type": "reflection", "declaration": { - "id": 24904, + "id": 8364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24905, + "id": 8365, "name": "config", "variant": "declaration", "kind": 2048, @@ -340652,7 +346211,7 @@ ], "signatures": [ { - "id": 24906, + "id": 8366, "name": "config", "variant": "signature", "kind": 4096, @@ -340666,7 +346225,7 @@ ], "parameters": [ { - "id": 24907, + "id": 8367, "name": "config", "variant": "param", "kind": 32768, @@ -340677,14 +346236,14 @@ { "type": "reflection", "declaration": { - "id": 24908, + "id": 8368, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24909, + "id": 8369, "name": "name", "variant": "declaration", "kind": 1024, @@ -340708,7 +346267,7 @@ { "title": "Properties", "children": [ - 24909 + 8369 ] } ], @@ -340785,7 +346344,7 @@ { "title": "Methods", "children": [ - 24905 + 8365 ] } ], @@ -340821,7 +346380,7 @@ } }, { - "id": 24910, + "id": 8370, "name": "run", "variant": "declaration", "kind": 1024, @@ -340844,7 +346403,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24911, + "id": 8371, "name": "__type", "variant": "declaration", "kind": 65536, @@ -340858,7 +346417,7 @@ ], "signatures": [ { - "id": 24912, + "id": 8372, "name": "__type", "variant": "signature", "kind": 4096, @@ -340886,7 +346445,7 @@ ], "typeParameters": [ { - "id": 24913, + "id": 8373, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -340897,7 +346456,7 @@ } }, { - "id": 24914, + "id": 8374, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -340910,7 +346469,7 @@ ], "parameters": [ { - "id": 24915, + "id": 8375, "name": "args", "variant": "param", "kind": 32768, @@ -340943,7 +346502,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -340954,13 +346513,13 @@ }, "trueType": { "type": "reference", - "target": 24886, + "target": 8346, "name": "DeleteOrderChangeWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -340993,7 +346552,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -341008,7 +346567,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -341028,7 +346587,7 @@ } }, { - "id": 24916, + "id": 8376, "name": "getName", "variant": "declaration", "kind": 1024, @@ -341051,7 +346610,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24917, + "id": 8377, "name": "__type", "variant": "declaration", "kind": 65536, @@ -341065,7 +346624,7 @@ ], "signatures": [ { - "id": 24918, + "id": 8378, "name": "__type", "variant": "signature", "kind": 4096, @@ -341087,7 +346646,7 @@ } }, { - "id": 24919, + "id": 8379, "name": "config", "variant": "declaration", "kind": 1024, @@ -341110,7 +346669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24920, + "id": 8380, "name": "__type", "variant": "declaration", "kind": 65536, @@ -341124,7 +346683,7 @@ ], "signatures": [ { - "id": 24921, + "id": 8381, "name": "__type", "variant": "signature", "kind": 4096, @@ -341138,7 +346697,7 @@ ], "parameters": [ { - "id": 24922, + "id": 8382, "name": "config", "variant": "param", "kind": 32768, @@ -341164,7 +346723,7 @@ } }, { - "id": 24923, + "id": 8383, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -341187,7 +346746,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24924, + "id": 8384, "name": "__type", "variant": "declaration", "kind": 65536, @@ -341201,14 +346760,14 @@ ], "indexSignatures": [ { - "id": 24925, + "id": 8385, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 24926, + "id": 8386, "name": "key", "variant": "param", "kind": 32768, @@ -341222,7 +346781,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24927, + "id": 8387, "name": "__type", "variant": "declaration", "kind": 65536, @@ -341236,7 +346795,7 @@ ], "signatures": [ { - "id": 24928, + "id": 8388, "name": "__type", "variant": "signature", "kind": 4096, @@ -341250,14 +346809,14 @@ ], "typeParameters": [ { - "id": 24929, + "id": 8389, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24930, + "id": 8390, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -341266,7 +346825,7 @@ ], "parameters": [ { - "id": 24931, + "id": 8391, "name": "invoke", "variant": "param", "kind": 32768, @@ -341284,14 +346843,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -341302,7 +346861,7 @@ } }, { - "id": 24932, + "id": 8392, "name": "compensate", "variant": "param", "kind": 32768, @@ -341318,7 +346877,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -341345,7 +346904,7 @@ ], "documents": [ { - "id": 37660, + "id": 21147, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -341361,6 +346920,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -341372,21 +346940,21 @@ } ], "childrenIncludingDocuments": [ - 24898, - 24910, - 24916, - 24919, - 24923 + 8358, + 8370, + 8376, + 8379, + 8383 ], "groups": [ { "title": "Properties", "children": [ - 24898, - 24910, - 24916, - 24919, - 24923 + 8358, + 8370, + 8376, + 8379, + 8383 ] } ], @@ -341395,12 +346963,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L25" } ], "signatures": [ { - "id": 24891, + "id": 8351, "name": "deleteOrderChangeWorkflow", "variant": "signature", "kind": 4096, @@ -341438,12 +347006,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L25" } ], "typeParameters": [ { - "id": 24892, + "id": 8352, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -341454,7 +347022,7 @@ } }, { - "id": 24893, + "id": 8353, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -341467,7 +347035,7 @@ ], "parameters": [ { - "id": 24894, + "id": 8354, "name": "container", "variant": "param", "kind": 32768, @@ -341491,14 +347059,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24895, + "id": 8355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24896, + "id": 8356, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -341521,7 +347089,7 @@ } }, { - "id": 24897, + "id": 8357, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -341548,8 +347116,8 @@ { "title": "Properties", "children": [ - 24896, - 24897 + 8356, + 8357 ] } ], @@ -341620,7 +347188,7 @@ "typeArguments": [ { "type": "reference", - "target": 24886, + "target": 8346, "name": "DeleteOrderChangeWorkflowInput", "package": "@medusajs/core-flows" }, @@ -341630,14 +347198,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -341652,7 +347220,7 @@ ] }, { - "id": 24935, + "id": 8395, "name": "ids", "variant": "declaration", "kind": 1024, @@ -341670,7 +347238,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L11" } ], "type": { @@ -341682,7 +347250,7 @@ } }, { - "id": 24936, + "id": 8396, "name": "deleteOrderChangeActionsWorkflowId", "variant": "declaration", "kind": 32, @@ -341694,7 +347262,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L14" } ], "type": { @@ -341704,7 +347272,7 @@ "defaultValue": "\"delete-order-change-actions\"" }, { - "id": 24937, + "id": 8397, "name": "deleteOrderChangeActionsWorkflow", "variant": "declaration", "kind": 64, @@ -341739,7 +347307,7 @@ }, "children": [ { - "id": 24945, + "id": 8405, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -341762,7 +347330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24946, + "id": 8406, "name": "__type", "variant": "declaration", "kind": 65536, @@ -341776,7 +347344,7 @@ ], "signatures": [ { - "id": 24947, + "id": 8407, "name": "__type", "variant": "signature", "kind": 4096, @@ -341804,7 +347372,7 @@ ], "parameters": [ { - "id": 24948, + "id": 8408, "name": "param0", "variant": "param", "kind": 32768, @@ -341820,14 +347388,14 @@ "type": { "type": "reflection", "declaration": { - "id": 24949, + "id": 8409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24950, + "id": 8410, "name": "input", "variant": "declaration", "kind": 1024, @@ -341852,7 +347420,7 @@ "types": [ { "type": "reference", - "target": 24933, + "target": 8393, "name": "DeleteOrderChangeActionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -341865,7 +347433,7 @@ "typeArguments": [ { "type": "reference", - "target": 24933, + "target": 8393, "name": "DeleteOrderChangeActionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -341881,7 +347449,7 @@ { "title": "Properties", "children": [ - 24950 + 8410 ] } ], @@ -341917,14 +347485,14 @@ { "type": "reflection", "declaration": { - "id": 24951, + "id": 8411, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24952, + "id": 8412, "name": "config", "variant": "declaration", "kind": 2048, @@ -341938,7 +347506,7 @@ ], "signatures": [ { - "id": 24953, + "id": 8413, "name": "config", "variant": "signature", "kind": 4096, @@ -341952,7 +347520,7 @@ ], "parameters": [ { - "id": 24954, + "id": 8414, "name": "config", "variant": "param", "kind": 32768, @@ -341963,14 +347531,14 @@ { "type": "reflection", "declaration": { - "id": 24955, + "id": 8415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24956, + "id": 8416, "name": "name", "variant": "declaration", "kind": 1024, @@ -341994,7 +347562,7 @@ { "title": "Properties", "children": [ - 24956 + 8416 ] } ], @@ -342071,7 +347639,7 @@ { "title": "Methods", "children": [ - 24952 + 8412 ] } ], @@ -342107,7 +347675,7 @@ } }, { - "id": 24957, + "id": 8417, "name": "run", "variant": "declaration", "kind": 1024, @@ -342130,7 +347698,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24958, + "id": 8418, "name": "__type", "variant": "declaration", "kind": 65536, @@ -342144,7 +347712,7 @@ ], "signatures": [ { - "id": 24959, + "id": 8419, "name": "__type", "variant": "signature", "kind": 4096, @@ -342172,7 +347740,7 @@ ], "typeParameters": [ { - "id": 24960, + "id": 8420, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -342183,7 +347751,7 @@ } }, { - "id": 24961, + "id": 8421, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -342196,7 +347764,7 @@ ], "parameters": [ { - "id": 24962, + "id": 8422, "name": "args", "variant": "param", "kind": 32768, @@ -342229,7 +347797,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342240,13 +347808,13 @@ }, "trueType": { "type": "reference", - "target": 24933, + "target": 8393, "name": "DeleteOrderChangeActionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342279,7 +347847,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342294,7 +347862,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342314,7 +347882,7 @@ } }, { - "id": 24963, + "id": 8423, "name": "getName", "variant": "declaration", "kind": 1024, @@ -342337,7 +347905,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24964, + "id": 8424, "name": "__type", "variant": "declaration", "kind": 65536, @@ -342351,7 +347919,7 @@ ], "signatures": [ { - "id": 24965, + "id": 8425, "name": "__type", "variant": "signature", "kind": 4096, @@ -342373,7 +347941,7 @@ } }, { - "id": 24966, + "id": 8426, "name": "config", "variant": "declaration", "kind": 1024, @@ -342396,7 +347964,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24967, + "id": 8427, "name": "__type", "variant": "declaration", "kind": 65536, @@ -342410,7 +347978,7 @@ ], "signatures": [ { - "id": 24968, + "id": 8428, "name": "__type", "variant": "signature", "kind": 4096, @@ -342424,7 +347992,7 @@ ], "parameters": [ { - "id": 24969, + "id": 8429, "name": "config", "variant": "param", "kind": 32768, @@ -342450,7 +348018,7 @@ } }, { - "id": 24970, + "id": 8430, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -342473,7 +348041,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24971, + "id": 8431, "name": "__type", "variant": "declaration", "kind": 65536, @@ -342487,14 +348055,14 @@ ], "indexSignatures": [ { - "id": 24972, + "id": 8432, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 24973, + "id": 8433, "name": "key", "variant": "param", "kind": 32768, @@ -342508,7 +348076,7 @@ "type": { "type": "reflection", "declaration": { - "id": 24974, + "id": 8434, "name": "__type", "variant": "declaration", "kind": 65536, @@ -342522,7 +348090,7 @@ ], "signatures": [ { - "id": 24975, + "id": 8435, "name": "__type", "variant": "signature", "kind": 4096, @@ -342536,14 +348104,14 @@ ], "typeParameters": [ { - "id": 24976, + "id": 8436, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 24977, + "id": 8437, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -342552,7 +348120,7 @@ ], "parameters": [ { - "id": 24978, + "id": 8438, "name": "invoke", "variant": "param", "kind": 32768, @@ -342570,14 +348138,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342588,7 +348156,7 @@ } }, { - "id": 24979, + "id": 8439, "name": "compensate", "variant": "param", "kind": 32768, @@ -342604,7 +348172,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342631,7 +348199,7 @@ ], "documents": [ { - "id": 37661, + "id": 21148, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -342647,6 +348215,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -342658,21 +348235,21 @@ } ], "childrenIncludingDocuments": [ - 24945, - 24957, - 24963, - 24966, - 24970 + 8405, + 8417, + 8423, + 8426, + 8430 ], "groups": [ { "title": "Properties", "children": [ - 24945, - 24957, - 24963, - 24966, - 24970 + 8405, + 8417, + 8423, + 8426, + 8430 ] } ], @@ -342681,12 +348258,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L25" } ], "signatures": [ { - "id": 24938, + "id": 8398, "name": "deleteOrderChangeActionsWorkflow", "variant": "signature", "kind": 4096, @@ -342724,12 +348301,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L25" } ], "typeParameters": [ { - "id": 24939, + "id": 8399, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -342740,7 +348317,7 @@ } }, { - "id": 24940, + "id": 8400, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -342753,7 +348330,7 @@ ], "parameters": [ { - "id": 24941, + "id": 8401, "name": "container", "variant": "param", "kind": 32768, @@ -342777,14 +348354,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 24942, + "id": 8402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24943, + "id": 8403, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -342807,7 +348384,7 @@ } }, { - "id": 24944, + "id": 8404, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -342834,8 +348411,8 @@ { "title": "Properties", "children": [ - 24943, - 24944 + 8403, + 8404 ] } ], @@ -342906,7 +348483,7 @@ "typeArguments": [ { "type": "reference", - "target": 24933, + "target": 8393, "name": "DeleteOrderChangeActionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -342916,14 +348493,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -342938,7 +348515,7 @@ ] }, { - "id": 24980, + "id": 8440, "name": "throwUnlessStatusIsNotPaid", "variant": "declaration", "kind": 64, @@ -342964,7 +348541,7 @@ }, "children": [ { - "id": 24993, + "id": 8453, "name": "__type", "variant": "declaration", "kind": 1024, @@ -342982,7 +348559,7 @@ } }, { - "id": 24994, + "id": 8454, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -343004,8 +348581,8 @@ { "title": "Properties", "children": [ - 24993, - 24994 + 8453, + 8454 ] } ], @@ -343014,12 +348591,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L17" } ], "signatures": [ { - "id": 24981, + "id": 8441, "name": "throwUnlessStatusIsNotPaid", "variant": "signature", "kind": 4096, @@ -343048,12 +348625,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L17" } ], "parameters": [ { - "id": 24982, + "id": 8442, "name": "input", "variant": "param", "kind": 32768, @@ -343064,14 +348641,14 @@ { "type": "reflection", "declaration": { - "id": 24983, + "id": 8443, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24984, + "id": 8444, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -343081,7 +348658,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ], "type": { @@ -343099,7 +348676,7 @@ { "title": "Properties", "children": [ - 24984 + 8444 ] } ], @@ -343108,7 +348685,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ] } @@ -343123,14 +348700,14 @@ { "type": "reflection", "declaration": { - "id": 24985, + "id": 8445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24986, + "id": 8446, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -343140,7 +348717,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ], "type": { @@ -343158,7 +348735,7 @@ { "title": "Properties", "children": [ - 24986 + 8446 ] } ], @@ -343167,7 +348744,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ] } @@ -343201,14 +348778,14 @@ { "type": "reflection", "declaration": { - "id": 24987, + "id": 8447, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24988, + "id": 8448, "name": "config", "variant": "declaration", "kind": 2048, @@ -343222,7 +348799,7 @@ ], "signatures": [ { - "id": 24989, + "id": 8449, "name": "config", "variant": "signature", "kind": 4096, @@ -343236,7 +348813,7 @@ ], "parameters": [ { - "id": 24990, + "id": 8450, "name": "config", "variant": "param", "kind": 32768, @@ -343247,14 +348824,14 @@ { "type": "reflection", "declaration": { - "id": 24991, + "id": 8451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24992, + "id": 8452, "name": "name", "variant": "declaration", "kind": 1024, @@ -343278,7 +348855,7 @@ { "title": "Properties", "children": [ - 24992 + 8452 ] } ], @@ -343355,7 +348932,7 @@ { "title": "Methods", "children": [ - 24988 + 8448 ] } ], @@ -343389,7 +348966,7 @@ ] }, { - "id": 24984, + "id": 8444, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -343399,7 +348976,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ], "type": { @@ -343413,7 +348990,7 @@ } }, { - "id": 24986, + "id": 8446, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -343423,7 +349000,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 19, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L19" } ], "type": { @@ -343437,7 +349014,7 @@ } }, { - "id": 24997, + "id": 8457, "name": "id", "variant": "declaration", "kind": 1024, @@ -343455,7 +349032,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L36" } ], "type": { @@ -343464,7 +349041,7 @@ } }, { - "id": 24998, + "id": 8458, "name": "deleteOrderPaymentCollectionsId", "variant": "declaration", "kind": 32, @@ -343476,7 +349053,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L39" } ], "type": { @@ -343486,7 +349063,7 @@ "defaultValue": "\"delete-order-payment-collectionworkflow\"" }, { - "id": 24999, + "id": 8459, "name": "deleteOrderPaymentCollections", "variant": "declaration", "kind": 64, @@ -343530,7 +349107,7 @@ }, "children": [ { - "id": 25007, + "id": 8467, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -343553,7 +349130,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25008, + "id": 8468, "name": "__type", "variant": "declaration", "kind": 65536, @@ -343567,7 +349144,7 @@ ], "signatures": [ { - "id": 25009, + "id": 8469, "name": "__type", "variant": "signature", "kind": 4096, @@ -343595,7 +349172,7 @@ ], "parameters": [ { - "id": 25010, + "id": 8470, "name": "param0", "variant": "param", "kind": 32768, @@ -343611,14 +349188,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25011, + "id": 8471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25012, + "id": 8472, "name": "input", "variant": "declaration", "kind": 1024, @@ -343643,7 +349220,7 @@ "types": [ { "type": "reference", - "target": 24995, + "target": 8455, "name": "DeleteOrderPaymentCollectionsInput", "package": "@medusajs/core-flows" }, @@ -343656,7 +349233,7 @@ "typeArguments": [ { "type": "reference", - "target": 24995, + "target": 8455, "name": "DeleteOrderPaymentCollectionsInput", "package": "@medusajs/core-flows" } @@ -343672,7 +349249,7 @@ { "title": "Properties", "children": [ - 25012 + 8472 ] } ], @@ -343708,14 +349285,14 @@ { "type": "reflection", "declaration": { - "id": 25013, + "id": 8473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25014, + "id": 8474, "name": "config", "variant": "declaration", "kind": 2048, @@ -343729,7 +349306,7 @@ ], "signatures": [ { - "id": 25015, + "id": 8475, "name": "config", "variant": "signature", "kind": 4096, @@ -343743,7 +349320,7 @@ ], "parameters": [ { - "id": 25016, + "id": 8476, "name": "config", "variant": "param", "kind": 32768, @@ -343754,14 +349331,14 @@ { "type": "reflection", "declaration": { - "id": 25017, + "id": 8477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25018, + "id": 8478, "name": "name", "variant": "declaration", "kind": 1024, @@ -343785,7 +349362,7 @@ { "title": "Properties", "children": [ - 25018 + 8478 ] } ], @@ -343862,7 +349439,7 @@ { "title": "Methods", "children": [ - 25014 + 8474 ] } ], @@ -343898,7 +349475,7 @@ } }, { - "id": 25019, + "id": 8479, "name": "run", "variant": "declaration", "kind": 1024, @@ -343921,7 +349498,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25020, + "id": 8480, "name": "__type", "variant": "declaration", "kind": 65536, @@ -343935,7 +349512,7 @@ ], "signatures": [ { - "id": 25021, + "id": 8481, "name": "__type", "variant": "signature", "kind": 4096, @@ -343963,7 +349540,7 @@ ], "typeParameters": [ { - "id": 25022, + "id": 8482, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -343974,7 +349551,7 @@ } }, { - "id": 25023, + "id": 8483, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -343987,7 +349564,7 @@ ], "parameters": [ { - "id": 25024, + "id": 8484, "name": "args", "variant": "param", "kind": 32768, @@ -344020,7 +349597,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344031,13 +349608,13 @@ }, "trueType": { "type": "reference", - "target": 24995, + "target": 8455, "name": "DeleteOrderPaymentCollectionsInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344070,7 +349647,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344085,7 +349662,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344105,7 +349682,7 @@ } }, { - "id": 25025, + "id": 8485, "name": "getName", "variant": "declaration", "kind": 1024, @@ -344128,7 +349705,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25026, + "id": 8486, "name": "__type", "variant": "declaration", "kind": 65536, @@ -344142,7 +349719,7 @@ ], "signatures": [ { - "id": 25027, + "id": 8487, "name": "__type", "variant": "signature", "kind": 4096, @@ -344164,7 +349741,7 @@ } }, { - "id": 25028, + "id": 8488, "name": "config", "variant": "declaration", "kind": 1024, @@ -344187,7 +349764,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25029, + "id": 8489, "name": "__type", "variant": "declaration", "kind": 65536, @@ -344201,7 +349778,7 @@ ], "signatures": [ { - "id": 25030, + "id": 8490, "name": "__type", "variant": "signature", "kind": 4096, @@ -344215,7 +349792,7 @@ ], "parameters": [ { - "id": 25031, + "id": 8491, "name": "config", "variant": "param", "kind": 32768, @@ -344241,7 +349818,7 @@ } }, { - "id": 25032, + "id": 8492, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -344264,7 +349841,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25033, + "id": 8493, "name": "__type", "variant": "declaration", "kind": 65536, @@ -344278,14 +349855,14 @@ ], "indexSignatures": [ { - "id": 25034, + "id": 8494, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 25035, + "id": 8495, "name": "key", "variant": "param", "kind": 32768, @@ -344299,7 +349876,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25036, + "id": 8496, "name": "__type", "variant": "declaration", "kind": 65536, @@ -344313,7 +349890,7 @@ ], "signatures": [ { - "id": 25037, + "id": 8497, "name": "__type", "variant": "signature", "kind": 4096, @@ -344327,14 +349904,14 @@ ], "typeParameters": [ { - "id": 25038, + "id": 8498, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 25039, + "id": 8499, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -344343,7 +349920,7 @@ ], "parameters": [ { - "id": 25040, + "id": 8500, "name": "invoke", "variant": "param", "kind": 32768, @@ -344361,14 +349938,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344379,7 +349956,7 @@ } }, { - "id": 25041, + "id": 8501, "name": "compensate", "variant": "param", "kind": 32768, @@ -344395,7 +349972,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344422,7 +349999,7 @@ ], "documents": [ { - "id": 37662, + "id": 21149, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -344438,6 +350015,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -344448,7 +350034,7 @@ "frontmatter": {} }, { - "id": 37663, + "id": 21150, "name": "throwUnlessStatusIsNotPaid", "variant": "document", "kind": 8388608, @@ -344464,6 +350050,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8440" + } + ] } ], "modifierTags": [ @@ -344474,7 +350069,7 @@ "frontmatter": {} }, { - "id": 37664, + "id": 21151, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -344490,6 +350085,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -344501,21 +350105,21 @@ } ], "childrenIncludingDocuments": [ - 25007, - 25019, - 25025, - 25028, - 25032 + 8467, + 8479, + 8485, + 8488, + 8492 ], "groups": [ { "title": "Properties", "children": [ - 25007, - 25019, - 25025, - 25028, - 25032 + 8467, + 8479, + 8485, + 8488, + 8492 ] } ], @@ -344524,12 +350128,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L60" } ], "signatures": [ { - "id": 25000, + "id": 8460, "name": "deleteOrderPaymentCollections", "variant": "signature", "kind": 4096, @@ -344576,12 +350180,12 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L60" } ], "typeParameters": [ { - "id": 25001, + "id": 8461, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -344592,7 +350196,7 @@ } }, { - "id": 25002, + "id": 8462, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -344605,7 +350209,7 @@ ], "parameters": [ { - "id": 25003, + "id": 8463, "name": "container", "variant": "param", "kind": 32768, @@ -344629,14 +350233,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25004, + "id": 8464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25005, + "id": 8465, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -344659,7 +350263,7 @@ } }, { - "id": 25006, + "id": 8466, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -344686,8 +350290,8 @@ { "title": "Properties", "children": [ - 25005, - 25006 + 8465, + 8466 ] } ], @@ -344758,7 +350362,7 @@ "typeArguments": [ { "type": "reference", - "target": 24995, + "target": 8455, "name": "DeleteOrderPaymentCollectionsInput", "package": "@medusajs/core-flows" }, @@ -344768,14 +350372,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -344790,7 +350394,7 @@ ] }, { - "id": 25044, + "id": 8504, "name": "order", "variant": "declaration", "kind": 1024, @@ -344808,7 +350412,7 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L25" } ], "type": { @@ -344822,7 +350426,7 @@ } }, { - "id": 25045, + "id": 8505, "name": "beginOrderExchangeValidationStep", "variant": "declaration", "kind": 64, @@ -344857,7 +350461,7 @@ }, "children": [ { - "id": 25054, + "id": 8514, "name": "__type", "variant": "declaration", "kind": 1024, @@ -344875,7 +350479,7 @@ } }, { - "id": 25055, + "id": 8515, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -344897,8 +350501,8 @@ { "title": "Properties", "children": [ - 25054, - 25055 + 8514, + 8515 ] } ], @@ -344907,12 +350511,12 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L47" } ], "signatures": [ { - "id": 25046, + "id": 8506, "name": "beginOrderExchangeValidationStep", "variant": "signature", "kind": 4096, @@ -344950,12 +350554,12 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L47" } ], "parameters": [ { - "id": 25047, + "id": 8507, "name": "input", "variant": "param", "kind": 32768, @@ -344965,7 +350569,7 @@ "types": [ { "type": "reference", - "target": 25042, + "target": 8502, "name": "BeginOrderExchangeValidationStepInput", "package": "@medusajs/core-flows" }, @@ -344978,7 +350582,7 @@ "typeArguments": [ { "type": "reference", - "target": 25042, + "target": 8502, "name": "BeginOrderExchangeValidationStepInput", "package": "@medusajs/core-flows" } @@ -345011,14 +350615,14 @@ { "type": "reflection", "declaration": { - "id": 25048, + "id": 8508, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25049, + "id": 8509, "name": "config", "variant": "declaration", "kind": 2048, @@ -345032,7 +350636,7 @@ ], "signatures": [ { - "id": 25050, + "id": 8510, "name": "config", "variant": "signature", "kind": 4096, @@ -345046,7 +350650,7 @@ ], "parameters": [ { - "id": 25051, + "id": 8511, "name": "config", "variant": "param", "kind": 32768, @@ -345057,14 +350661,14 @@ { "type": "reflection", "declaration": { - "id": 25052, + "id": 8512, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25053, + "id": 8513, "name": "name", "variant": "declaration", "kind": 1024, @@ -345088,7 +350692,7 @@ { "title": "Properties", "children": [ - 25053 + 8513 ] } ], @@ -345165,7 +350769,7 @@ { "title": "Methods", "children": [ - 25049 + 8509 ] } ], @@ -345199,7 +350803,7 @@ ] }, { - "id": 25056, + "id": 8516, "name": "beginExchangeOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -345211,7 +350815,7 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L54" } ], "type": { @@ -345221,7 +350825,7 @@ "defaultValue": "\"begin-exchange-order\"" }, { - "id": 25057, + "id": 8517, "name": "beginExchangeOrderWorkflow", "variant": "declaration", "kind": 64, @@ -345265,7 +350869,7 @@ }, "children": [ { - "id": 25065, + "id": 8525, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -345288,7 +350892,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25066, + "id": 8526, "name": "__type", "variant": "declaration", "kind": 65536, @@ -345302,7 +350906,7 @@ ], "signatures": [ { - "id": 25067, + "id": 8527, "name": "__type", "variant": "signature", "kind": 4096, @@ -345330,7 +350934,7 @@ ], "parameters": [ { - "id": 25068, + "id": 8528, "name": "param0", "variant": "param", "kind": 32768, @@ -345346,14 +350950,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25069, + "id": 8529, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25070, + "id": 8530, "name": "input", "variant": "declaration", "kind": 1024, @@ -345413,7 +351017,7 @@ { "title": "Properties", "children": [ - 25070 + 8530 ] } ], @@ -345434,14 +351038,14 @@ { "type": "reflection", "declaration": { - "id": 25071, + "id": 8531, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25072, + "id": 8532, "name": "id", "variant": "declaration", "kind": 1024, @@ -345487,7 +351091,7 @@ } }, { - "id": 25073, + "id": 8533, "name": "version", "variant": "declaration", "kind": 1024, @@ -345533,7 +351137,7 @@ } }, { - "id": 25074, + "id": 8534, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -345622,7 +351226,7 @@ } }, { - "id": 25075, + "id": 8535, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -345668,7 +351272,7 @@ } }, { - "id": 25076, + "id": 8536, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -345714,7 +351318,7 @@ } }, { - "id": 25077, + "id": 8537, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -345760,7 +351364,7 @@ } }, { - "id": 25078, + "id": 8538, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -345806,7 +351410,7 @@ } }, { - "id": 25079, + "id": 8539, "name": "order", "variant": "declaration", "kind": 1024, @@ -345865,7 +351469,7 @@ } }, { - "id": 25080, + "id": 8540, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -345924,7 +351528,7 @@ } }, { - "id": 25081, + "id": 8541, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -345983,7 +351587,7 @@ } }, { - "id": 25082, + "id": 8542, "name": "claim", "variant": "declaration", "kind": 1024, @@ -346042,7 +351646,7 @@ } }, { - "id": 25083, + "id": 8543, "name": "actions", "variant": "declaration", "kind": 1024, @@ -346107,7 +351711,7 @@ } }, { - "id": 25084, + "id": 8544, "name": "status", "variant": "declaration", "kind": 1024, @@ -346163,7 +351767,7 @@ } }, { - "id": 25085, + "id": 8545, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -346222,7 +351826,7 @@ } }, { - "id": 25086, + "id": 8546, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -346299,7 +351903,7 @@ } }, { - "id": 25087, + "id": 8547, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -346358,7 +351962,7 @@ } }, { - "id": 25088, + "id": 8548, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -346435,7 +352039,7 @@ } }, { - "id": 25089, + "id": 8549, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -346494,7 +352098,7 @@ } }, { - "id": 25090, + "id": 8550, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -346553,7 +352157,7 @@ } }, { - "id": 25091, + "id": 8551, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -346642,7 +352246,7 @@ } }, { - "id": 25092, + "id": 8552, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -346719,7 +352323,7 @@ } }, { - "id": 25093, + "id": 8553, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -346778,7 +352382,7 @@ } }, { - "id": 25094, + "id": 8554, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -346855,7 +352459,7 @@ } }, { - "id": 25095, + "id": 8555, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -346924,7 +352528,7 @@ } }, { - "id": 25096, + "id": 8556, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -346997,31 +352601,31 @@ { "title": "Properties", "children": [ - 25072, - 25073, - 25074, - 25075, - 25076, - 25077, - 25078, - 25079, - 25080, - 25081, - 25082, - 25083, - 25084, - 25085, - 25086, - 25087, - 25088, - 25089, - 25090, - 25091, - 25092, - 25093, - 25094, - 25095, - 25096 + 8532, + 8533, + 8534, + 8535, + 8536, + 8537, + 8538, + 8539, + 8540, + 8541, + 8542, + 8543, + 8544, + 8545, + 8546, + 8547, + 8548, + 8549, + 8550, + 8551, + 8552, + 8553, + 8554, + 8555, + 8556 ] } ], @@ -347066,14 +352670,14 @@ { "type": "reflection", "declaration": { - "id": 25097, + "id": 8557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25098, + "id": 8558, "name": "config", "variant": "declaration", "kind": 2048, @@ -347087,7 +352691,7 @@ ], "signatures": [ { - "id": 25099, + "id": 8559, "name": "config", "variant": "signature", "kind": 4096, @@ -347101,7 +352705,7 @@ ], "parameters": [ { - "id": 25100, + "id": 8560, "name": "config", "variant": "param", "kind": 32768, @@ -347112,14 +352716,14 @@ { "type": "reflection", "declaration": { - "id": 25101, + "id": 8561, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25102, + "id": 8562, "name": "name", "variant": "declaration", "kind": 1024, @@ -347143,7 +352747,7 @@ { "title": "Properties", "children": [ - 25102 + 8562 ] } ], @@ -347225,7 +352829,7 @@ { "title": "Methods", "children": [ - 25098 + 8558 ] } ], @@ -347266,7 +352870,7 @@ } }, { - "id": 25103, + "id": 8563, "name": "run", "variant": "declaration", "kind": 1024, @@ -347289,7 +352893,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25104, + "id": 8564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -347303,7 +352907,7 @@ ], "signatures": [ { - "id": 25105, + "id": 8565, "name": "__type", "variant": "signature", "kind": 4096, @@ -347331,7 +352935,7 @@ ], "typeParameters": [ { - "id": 25106, + "id": 8566, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -347342,7 +352946,7 @@ } }, { - "id": 25107, + "id": 8567, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -347355,7 +352959,7 @@ ], "parameters": [ { - "id": 25108, + "id": 8568, "name": "args", "variant": "param", "kind": 32768, @@ -347388,7 +352992,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -347408,7 +353012,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -347441,7 +353045,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -347461,7 +353065,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -347481,7 +353085,7 @@ } }, { - "id": 25109, + "id": 8569, "name": "getName", "variant": "declaration", "kind": 1024, @@ -347504,7 +353108,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25110, + "id": 8570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -347518,7 +353122,7 @@ ], "signatures": [ { - "id": 25111, + "id": 8571, "name": "__type", "variant": "signature", "kind": 4096, @@ -347540,7 +353144,7 @@ } }, { - "id": 25112, + "id": 8572, "name": "config", "variant": "declaration", "kind": 1024, @@ -347563,7 +353167,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25113, + "id": 8573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -347577,7 +353181,7 @@ ], "signatures": [ { - "id": 25114, + "id": 8574, "name": "__type", "variant": "signature", "kind": 4096, @@ -347591,7 +353195,7 @@ ], "parameters": [ { - "id": 25115, + "id": 8575, "name": "config", "variant": "param", "kind": 32768, @@ -347617,7 +353221,7 @@ } }, { - "id": 25116, + "id": 8576, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -347645,7 +353249,7 @@ ], "documents": [ { - "id": 37665, + "id": 21152, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -347661,6 +353265,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -347671,7 +353284,7 @@ "frontmatter": {} }, { - "id": 37666, + "id": 21153, "name": "beginOrderExchangeValidationStep", "variant": "document", "kind": 8388608, @@ -347687,6 +353300,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8505" + } + ] } ], "modifierTags": [ @@ -347697,7 +353319,7 @@ "frontmatter": {} }, { - "id": 37667, + "id": 21154, "name": "createOrderExchangesStep", "variant": "document", "kind": 8388608, @@ -347713,6 +353335,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5537" + } + ] } ], "modifierTags": [ @@ -347723,7 +353354,7 @@ "frontmatter": {} }, { - "id": 37668, + "id": 21155, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -347739,6 +353370,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -347750,21 +353390,21 @@ } ], "childrenIncludingDocuments": [ - 25065, - 25103, - 25109, - 25112, - 25116 + 8525, + 8563, + 8569, + 8572, + 8576 ], "groups": [ { "title": "Properties", "children": [ - 25065, - 25103, - 25109, - 25112, - 25116 + 8525, + 8563, + 8569, + 8572, + 8576 ] } ], @@ -347773,12 +353413,12 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L74" } ], "signatures": [ { - "id": 25058, + "id": 8518, "name": "beginExchangeOrderWorkflow", "variant": "signature", "kind": 4096, @@ -347825,12 +353465,12 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L74" } ], "typeParameters": [ { - "id": 25059, + "id": 8519, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -347841,7 +353481,7 @@ } }, { - "id": 25060, + "id": 8520, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -347854,7 +353494,7 @@ ], "parameters": [ { - "id": 25061, + "id": 8521, "name": "container", "variant": "param", "kind": 32768, @@ -347878,14 +353518,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25062, + "id": 8522, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25063, + "id": 8523, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -347908,7 +353548,7 @@ } }, { - "id": 25064, + "id": 8524, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -347935,8 +353575,8 @@ { "title": "Properties", "children": [ - 25063, - 25064 + 8523, + 8524 ] } ], @@ -348025,14 +353665,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -348047,7 +353687,7 @@ ] }, { - "id": 25119, + "id": 8579, "name": "order", "variant": "declaration", "kind": 1024, @@ -348065,7 +353705,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L33" } ], "type": { @@ -348079,7 +353719,7 @@ } }, { - "id": 25120, + "id": 8580, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -348097,7 +353737,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L37" } ], "type": { @@ -348111,7 +353751,7 @@ } }, { - "id": 25121, + "id": 8581, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -348129,7 +353769,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L41" } ], "type": { @@ -348143,7 +353783,7 @@ } }, { - "id": 25122, + "id": 8582, "name": "cancelBeginOrderExchangeValidationStep", "variant": "declaration", "kind": 64, @@ -348178,7 +353818,7 @@ }, "children": [ { - "id": 25131, + "id": 8591, "name": "__type", "variant": "declaration", "kind": 1024, @@ -348196,7 +353836,7 @@ } }, { - "id": 25132, + "id": 8592, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -348218,8 +353858,8 @@ { "title": "Properties", "children": [ - 25131, - 25132 + 8591, + 8592 ] } ], @@ -348228,12 +353868,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L71" } ], "signatures": [ { - "id": 25123, + "id": 8583, "name": "cancelBeginOrderExchangeValidationStep", "variant": "signature", "kind": 4096, @@ -348271,12 +353911,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L71" } ], "parameters": [ { - "id": 25124, + "id": 8584, "name": "input", "variant": "param", "kind": 32768, @@ -348286,7 +353926,7 @@ "types": [ { "type": "reference", - "target": 25117, + "target": 8577, "name": "CancelBeginOrderExchangeValidationStepInput", "package": "@medusajs/core-flows" }, @@ -348299,7 +353939,7 @@ "typeArguments": [ { "type": "reference", - "target": 25117, + "target": 8577, "name": "CancelBeginOrderExchangeValidationStepInput", "package": "@medusajs/core-flows" } @@ -348332,14 +353972,14 @@ { "type": "reflection", "declaration": { - "id": 25125, + "id": 8585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25126, + "id": 8586, "name": "config", "variant": "declaration", "kind": 2048, @@ -348353,7 +353993,7 @@ ], "signatures": [ { - "id": 25127, + "id": 8587, "name": "config", "variant": "signature", "kind": 4096, @@ -348367,7 +354007,7 @@ ], "parameters": [ { - "id": 25128, + "id": 8588, "name": "config", "variant": "param", "kind": 32768, @@ -348378,14 +354018,14 @@ { "type": "reflection", "declaration": { - "id": 25129, + "id": 8589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25130, + "id": 8590, "name": "name", "variant": "declaration", "kind": 1024, @@ -348409,7 +354049,7 @@ { "title": "Properties", "children": [ - 25130 + 8590 ] } ], @@ -348486,7 +354126,7 @@ { "title": "Methods", "children": [ - 25126 + 8586 ] } ], @@ -348520,7 +354160,7 @@ ] }, { - "id": 25135, + "id": 8595, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -348538,7 +354178,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L91" } ], "type": { @@ -348547,7 +354187,7 @@ } }, { - "id": 25136, + "id": 8596, "name": "cancelBeginOrderExchangeWorkflowId", "variant": "declaration", "kind": 32, @@ -348559,7 +354199,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L94" } ], "type": { @@ -348569,7 +354209,7 @@ "defaultValue": "\"cancel-begin-order-exchange\"" }, { - "id": 25137, + "id": 8597, "name": "cancelBeginOrderExchangeWorkflow", "variant": "declaration", "kind": 64, @@ -348613,7 +354253,7 @@ }, "children": [ { - "id": 25145, + "id": 8605, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -348636,7 +354276,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25146, + "id": 8606, "name": "__type", "variant": "declaration", "kind": 65536, @@ -348650,7 +354290,7 @@ ], "signatures": [ { - "id": 25147, + "id": 8607, "name": "__type", "variant": "signature", "kind": 4096, @@ -348678,7 +354318,7 @@ ], "parameters": [ { - "id": 25148, + "id": 8608, "name": "param0", "variant": "param", "kind": 32768, @@ -348694,14 +354334,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25149, + "id": 8609, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25150, + "id": 8610, "name": "input", "variant": "declaration", "kind": 1024, @@ -348726,7 +354366,7 @@ "types": [ { "type": "reference", - "target": 25133, + "target": 8593, "name": "CancelBeginOrderExchangeWorkflowInput", "package": "@medusajs/core-flows" }, @@ -348739,7 +354379,7 @@ "typeArguments": [ { "type": "reference", - "target": 25133, + "target": 8593, "name": "CancelBeginOrderExchangeWorkflowInput", "package": "@medusajs/core-flows" } @@ -348755,7 +354395,7 @@ { "title": "Properties", "children": [ - 25150 + 8610 ] } ], @@ -348791,14 +354431,14 @@ { "type": "reflection", "declaration": { - "id": 25151, + "id": 8611, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25152, + "id": 8612, "name": "config", "variant": "declaration", "kind": 2048, @@ -348812,7 +354452,7 @@ ], "signatures": [ { - "id": 25153, + "id": 8613, "name": "config", "variant": "signature", "kind": 4096, @@ -348826,7 +354466,7 @@ ], "parameters": [ { - "id": 25154, + "id": 8614, "name": "config", "variant": "param", "kind": 32768, @@ -348837,14 +354477,14 @@ { "type": "reflection", "declaration": { - "id": 25155, + "id": 8615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25156, + "id": 8616, "name": "name", "variant": "declaration", "kind": 1024, @@ -348868,7 +354508,7 @@ { "title": "Properties", "children": [ - 25156 + 8616 ] } ], @@ -348945,7 +354585,7 @@ { "title": "Methods", "children": [ - 25152 + 8612 ] } ], @@ -348981,7 +354621,7 @@ } }, { - "id": 25157, + "id": 8617, "name": "run", "variant": "declaration", "kind": 1024, @@ -349004,7 +354644,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25158, + "id": 8618, "name": "__type", "variant": "declaration", "kind": 65536, @@ -349018,7 +354658,7 @@ ], "signatures": [ { - "id": 25159, + "id": 8619, "name": "__type", "variant": "signature", "kind": 4096, @@ -349046,7 +354686,7 @@ ], "typeParameters": [ { - "id": 25160, + "id": 8620, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -349057,7 +354697,7 @@ } }, { - "id": 25161, + "id": 8621, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -349070,7 +354710,7 @@ ], "parameters": [ { - "id": 25162, + "id": 8622, "name": "args", "variant": "param", "kind": 32768, @@ -349103,7 +354743,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349114,13 +354754,13 @@ }, "trueType": { "type": "reference", - "target": 25133, + "target": 8593, "name": "CancelBeginOrderExchangeWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349153,7 +354793,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349168,7 +354808,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349188,7 +354828,7 @@ } }, { - "id": 25163, + "id": 8623, "name": "getName", "variant": "declaration", "kind": 1024, @@ -349211,7 +354851,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25164, + "id": 8624, "name": "__type", "variant": "declaration", "kind": 65536, @@ -349225,7 +354865,7 @@ ], "signatures": [ { - "id": 25165, + "id": 8625, "name": "__type", "variant": "signature", "kind": 4096, @@ -349247,7 +354887,7 @@ } }, { - "id": 25166, + "id": 8626, "name": "config", "variant": "declaration", "kind": 1024, @@ -349270,7 +354910,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25167, + "id": 8627, "name": "__type", "variant": "declaration", "kind": 65536, @@ -349284,7 +354924,7 @@ ], "signatures": [ { - "id": 25168, + "id": 8628, "name": "__type", "variant": "signature", "kind": 4096, @@ -349298,7 +354938,7 @@ ], "parameters": [ { - "id": 25169, + "id": 8629, "name": "config", "variant": "param", "kind": 32768, @@ -349324,7 +354964,7 @@ } }, { - "id": 25170, + "id": 8630, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -349347,7 +354987,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25171, + "id": 8631, "name": "__type", "variant": "declaration", "kind": 65536, @@ -349361,14 +355001,14 @@ ], "indexSignatures": [ { - "id": 25172, + "id": 8632, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 25173, + "id": 8633, "name": "key", "variant": "param", "kind": 32768, @@ -349382,7 +355022,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25174, + "id": 8634, "name": "__type", "variant": "declaration", "kind": 65536, @@ -349396,7 +355036,7 @@ ], "signatures": [ { - "id": 25175, + "id": 8635, "name": "__type", "variant": "signature", "kind": 4096, @@ -349410,14 +355050,14 @@ ], "typeParameters": [ { - "id": 25176, + "id": 8636, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 25177, + "id": 8637, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -349426,7 +355066,7 @@ ], "parameters": [ { - "id": 25178, + "id": 8638, "name": "invoke", "variant": "param", "kind": 32768, @@ -349444,14 +355084,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349462,7 +355102,7 @@ } }, { - "id": 25179, + "id": 8639, "name": "compensate", "variant": "param", "kind": 32768, @@ -349478,7 +355118,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -349505,7 +355145,7 @@ ], "documents": [ { - "id": 37669, + "id": 21156, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -349521,6 +355161,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -349531,7 +355180,7 @@ "frontmatter": {} }, { - "id": 37670, + "id": 21157, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -349547,6 +355196,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -349557,7 +355215,7 @@ "frontmatter": {} }, { - "id": 37671, + "id": 21158, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -349573,6 +355231,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -349583,7 +355250,7 @@ "frontmatter": {} }, { - "id": 37672, + "id": 21159, "name": "cancelBeginOrderExchangeValidationStep", "variant": "document", "kind": 8388608, @@ -349599,6 +355266,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8582" + } + ] } ], "modifierTags": [ @@ -349609,7 +355285,7 @@ "frontmatter": {} }, { - "id": 37673, + "id": 21160, "name": "deleteReturnsStep", "variant": "document", "kind": 8388608, @@ -349625,6 +355301,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5745" + } + ] } ], "modifierTags": [ @@ -349635,7 +355320,7 @@ "frontmatter": {} }, { - "id": 37674, + "id": 21161, "name": "deleteExchangesStep", "variant": "document", "kind": 8388608, @@ -349651,6 +355336,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5567" + } + ] } ], "modifierTags": [ @@ -349661,7 +355355,7 @@ "frontmatter": {} }, { - "id": 37675, + "id": 21162, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -349677,6 +355371,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -349687,7 +355390,7 @@ "frontmatter": {} }, { - "id": 37676, + "id": 21163, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -349703,6 +355406,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -349714,21 +355426,21 @@ } ], "childrenIncludingDocuments": [ - 25145, - 25157, - 25163, - 25166, - 25170 + 8605, + 8617, + 8623, + 8626, + 8630 ], "groups": [ { "title": "Properties", "children": [ - 25145, - 25157, - 25163, - 25166, - 25170 + 8605, + 8617, + 8623, + 8626, + 8630 ] } ], @@ -349737,12 +355449,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L114" } ], "signatures": [ { - "id": 25138, + "id": 8598, "name": "cancelBeginOrderExchangeWorkflow", "variant": "signature", "kind": 4096, @@ -349789,12 +355501,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L114" } ], "typeParameters": [ { - "id": 25139, + "id": 8599, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -349805,7 +355517,7 @@ } }, { - "id": 25140, + "id": 8600, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -349818,7 +355530,7 @@ ], "parameters": [ { - "id": 25141, + "id": 8601, "name": "container", "variant": "param", "kind": 32768, @@ -349842,14 +355554,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25142, + "id": 8602, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25143, + "id": 8603, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -349872,7 +355584,7 @@ } }, { - "id": 25144, + "id": 8604, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -349899,8 +355611,8 @@ { "title": "Properties", "children": [ - 25143, - 25144 + 8603, + 8604 ] } ], @@ -349971,7 +355683,7 @@ "typeArguments": [ { "type": "reference", - "target": 25133, + "target": 8593, "name": "CancelBeginOrderExchangeWorkflowInput", "package": "@medusajs/core-flows" }, @@ -349981,14 +355693,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -350003,7 +355715,7 @@ ] }, { - "id": 25182, + "id": 8642, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -350021,7 +355733,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L28" } ], "type": { @@ -350035,7 +355747,7 @@ } }, { - "id": 25183, + "id": 8643, "name": "input", "variant": "declaration", "kind": 1024, @@ -350053,7 +355765,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L32" } ], "type": { @@ -350068,7 +355780,7 @@ } }, { - "id": 25184, + "id": 8644, "name": "cancelExchangeValidateOrder", "variant": "declaration", "kind": 64, @@ -350103,7 +355815,7 @@ }, "children": [ { - "id": 25193, + "id": 8653, "name": "__type", "variant": "declaration", "kind": 1024, @@ -350121,7 +355833,7 @@ } }, { - "id": 25194, + "id": 8654, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -350143,8 +355855,8 @@ { "title": "Properties", "children": [ - 25193, - 25194 + 8653, + 8654 ] } ], @@ -350153,12 +355865,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L57" } ], "signatures": [ { - "id": 25185, + "id": 8645, "name": "cancelExchangeValidateOrder", "variant": "signature", "kind": 4096, @@ -350196,12 +355908,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L57" } ], "parameters": [ { - "id": 25186, + "id": 8646, "name": "input", "variant": "param", "kind": 32768, @@ -350211,7 +355923,7 @@ "types": [ { "type": "reference", - "target": 25180, + "target": 8640, "name": "CancelExchangeValidateOrderStepInput", "package": "@medusajs/core-flows" }, @@ -350224,7 +355936,7 @@ "typeArguments": [ { "type": "reference", - "target": 25180, + "target": 8640, "name": "CancelExchangeValidateOrderStepInput", "package": "@medusajs/core-flows" } @@ -350257,14 +355969,14 @@ { "type": "reflection", "declaration": { - "id": 25187, + "id": 8647, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25188, + "id": 8648, "name": "config", "variant": "declaration", "kind": 2048, @@ -350278,7 +355990,7 @@ ], "signatures": [ { - "id": 25189, + "id": 8649, "name": "config", "variant": "signature", "kind": 4096, @@ -350292,7 +356004,7 @@ ], "parameters": [ { - "id": 25190, + "id": 8650, "name": "config", "variant": "param", "kind": 32768, @@ -350303,14 +356015,14 @@ { "type": "reflection", "declaration": { - "id": 25191, + "id": 8651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25192, + "id": 8652, "name": "name", "variant": "declaration", "kind": 1024, @@ -350334,7 +356046,7 @@ { "title": "Properties", "children": [ - 25192 + 8652 ] } ], @@ -350411,7 +356123,7 @@ { "title": "Methods", "children": [ - 25188 + 8648 ] } ], @@ -350445,7 +356157,7 @@ ] }, { - "id": 25195, + "id": 8655, "name": "cancelOrderExchangeWorkflowId", "variant": "declaration", "kind": 32, @@ -350457,7 +356169,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 88, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L88" } ], "type": { @@ -350467,7 +356179,7 @@ "defaultValue": "\"cancel-exchange\"" }, { - "id": 25196, + "id": 8656, "name": "cancelOrderExchangeWorkflow", "variant": "declaration", "kind": 64, @@ -350520,7 +356232,7 @@ }, "children": [ { - "id": 25204, + "id": 8664, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -350543,7 +356255,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25205, + "id": 8665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -350557,7 +356269,7 @@ ], "signatures": [ { - "id": 25206, + "id": 8666, "name": "__type", "variant": "signature", "kind": 4096, @@ -350585,7 +356297,7 @@ ], "parameters": [ { - "id": 25207, + "id": 8667, "name": "param0", "variant": "param", "kind": 32768, @@ -350601,14 +356313,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25208, + "id": 8668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25209, + "id": 8669, "name": "input", "variant": "declaration", "kind": 1024, @@ -350668,7 +356380,7 @@ { "title": "Properties", "children": [ - 25209 + 8669 ] } ], @@ -350704,14 +356416,14 @@ { "type": "reflection", "declaration": { - "id": 25210, + "id": 8670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25211, + "id": 8671, "name": "config", "variant": "declaration", "kind": 2048, @@ -350725,7 +356437,7 @@ ], "signatures": [ { - "id": 25212, + "id": 8672, "name": "config", "variant": "signature", "kind": 4096, @@ -350739,7 +356451,7 @@ ], "parameters": [ { - "id": 25213, + "id": 8673, "name": "config", "variant": "param", "kind": 32768, @@ -350750,14 +356462,14 @@ { "type": "reflection", "declaration": { - "id": 25214, + "id": 8674, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25215, + "id": 8675, "name": "name", "variant": "declaration", "kind": 1024, @@ -350781,7 +356493,7 @@ { "title": "Properties", "children": [ - 25215 + 8675 ] } ], @@ -350858,7 +356570,7 @@ { "title": "Methods", "children": [ - 25211 + 8671 ] } ], @@ -350894,7 +356606,7 @@ } }, { - "id": 25216, + "id": 8676, "name": "run", "variant": "declaration", "kind": 1024, @@ -350917,7 +356629,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25217, + "id": 8677, "name": "__type", "variant": "declaration", "kind": 65536, @@ -350931,7 +356643,7 @@ ], "signatures": [ { - "id": 25218, + "id": 8678, "name": "__type", "variant": "signature", "kind": 4096, @@ -350959,7 +356671,7 @@ ], "typeParameters": [ { - "id": 25219, + "id": 8679, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -350970,7 +356682,7 @@ } }, { - "id": 25220, + "id": 8680, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -350983,7 +356695,7 @@ ], "parameters": [ { - "id": 25221, + "id": 8681, "name": "args", "variant": "param", "kind": 32768, @@ -351016,7 +356728,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351036,7 +356748,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351069,7 +356781,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351084,7 +356796,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351104,7 +356816,7 @@ } }, { - "id": 25222, + "id": 8682, "name": "getName", "variant": "declaration", "kind": 1024, @@ -351127,7 +356839,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25223, + "id": 8683, "name": "__type", "variant": "declaration", "kind": 65536, @@ -351141,7 +356853,7 @@ ], "signatures": [ { - "id": 25224, + "id": 8684, "name": "__type", "variant": "signature", "kind": 4096, @@ -351163,7 +356875,7 @@ } }, { - "id": 25225, + "id": 8685, "name": "config", "variant": "declaration", "kind": 1024, @@ -351186,7 +356898,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25226, + "id": 8686, "name": "__type", "variant": "declaration", "kind": 65536, @@ -351200,7 +356912,7 @@ ], "signatures": [ { - "id": 25227, + "id": 8687, "name": "__type", "variant": "signature", "kind": 4096, @@ -351214,7 +356926,7 @@ ], "parameters": [ { - "id": 25228, + "id": 8688, "name": "config", "variant": "param", "kind": 32768, @@ -351240,7 +356952,7 @@ } }, { - "id": 25229, + "id": 8689, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -351263,7 +356975,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25230, + "id": 8690, "name": "__type", "variant": "declaration", "kind": 65536, @@ -351277,14 +356989,14 @@ ], "indexSignatures": [ { - "id": 25231, + "id": 8691, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 25232, + "id": 8692, "name": "key", "variant": "param", "kind": 32768, @@ -351298,7 +357010,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25233, + "id": 8693, "name": "__type", "variant": "declaration", "kind": 65536, @@ -351312,7 +357024,7 @@ ], "signatures": [ { - "id": 25234, + "id": 8694, "name": "__type", "variant": "signature", "kind": 4096, @@ -351326,14 +357038,14 @@ ], "typeParameters": [ { - "id": 25235, + "id": 8695, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 25236, + "id": 8696, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -351342,7 +357054,7 @@ ], "parameters": [ { - "id": 25237, + "id": 8697, "name": "invoke", "variant": "param", "kind": 32768, @@ -351360,14 +357072,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351378,7 +357090,7 @@ } }, { - "id": 25238, + "id": 8698, "name": "compensate", "variant": "param", "kind": 32768, @@ -351394,7 +357106,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351421,7 +357133,7 @@ ], "documents": [ { - "id": 37677, + "id": 21164, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -351437,6 +357149,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -351447,7 +357168,7 @@ "frontmatter": {} }, { - "id": 37678, + "id": 21165, "name": "cancelExchangeValidateOrder", "variant": "document", "kind": 8388608, @@ -351463,6 +357184,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8644" + } + ] } ], "modifierTags": [ @@ -351473,7 +357203,7 @@ "frontmatter": {} }, { - "id": 37679, + "id": 21166, "name": "cancelOrderExchangeStep", "variant": "document", "kind": 8388608, @@ -351489,6 +357219,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5531" + } + ] } ], "modifierTags": [ @@ -351499,7 +357238,7 @@ "frontmatter": {} }, { - "id": 37680, + "id": 21167, "name": "deleteReservationsByLineItemsStep", "variant": "document", "kind": 8388608, @@ -351515,6 +357254,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18744" + } + ] } ], "modifierTags": [ @@ -351525,7 +357273,7 @@ "frontmatter": {} }, { - "id": 37681, + "id": 21168, "name": "when", "variant": "document", "kind": 8388608, @@ -351560,7 +357308,7 @@ "frontmatter": {}, "children": [ { - "id": 37682, + "id": 21169, "name": "cancelReturnWorkflow", "variant": "document", "kind": 8388608, @@ -351576,6 +357324,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11738" + } + ] } ], "modifierTags": [ @@ -351589,21 +357346,21 @@ } ], "childrenIncludingDocuments": [ - 25204, - 25216, - 25222, - 25225, - 25229 + 8664, + 8676, + 8682, + 8685, + 8689 ], "groups": [ { "title": "Properties", "children": [ - 25204, - 25216, - 25222, - 25225, - 25229 + 8664, + 8676, + 8682, + 8685, + 8689 ] } ], @@ -351612,12 +357369,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 108, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L108" } ], "signatures": [ { - "id": 25197, + "id": 8657, "name": "cancelOrderExchangeWorkflow", "variant": "signature", "kind": 4096, @@ -351673,12 +357430,12 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 108, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L108" } ], "typeParameters": [ { - "id": 25198, + "id": 8658, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -351689,7 +357446,7 @@ } }, { - "id": 25199, + "id": 8659, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -351702,7 +357459,7 @@ ], "parameters": [ { - "id": 25200, + "id": 8660, "name": "container", "variant": "param", "kind": 32768, @@ -351726,14 +357483,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25201, + "id": 8661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25202, + "id": 8662, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -351756,7 +357513,7 @@ } }, { - "id": 25203, + "id": 8663, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -351783,8 +357540,8 @@ { "title": "Properties", "children": [ - 25202, - 25203 + 8662, + 8663 ] } ], @@ -351868,14 +357625,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -351890,7 +357647,7 @@ ] }, { - "id": 25241, + "id": 8701, "name": "order", "variant": "declaration", "kind": 1024, @@ -351908,7 +357665,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L52" } ], "type": { @@ -351922,7 +357679,7 @@ } }, { - "id": 25242, + "id": 8702, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -351940,7 +357697,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 56, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L56" } ], "type": { @@ -351954,7 +357711,7 @@ } }, { - "id": 25243, + "id": 8703, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -351972,7 +357729,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 60, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L60" } ], "type": { @@ -351986,7 +357743,7 @@ } }, { - "id": 25244, + "id": 8704, "name": "confirmExchangeRequestValidationStep", "variant": "declaration", "kind": 64, @@ -352021,7 +357778,7 @@ }, "children": [ { - "id": 25253, + "id": 8713, "name": "__type", "variant": "declaration", "kind": 1024, @@ -352039,7 +357796,7 @@ } }, { - "id": 25254, + "id": 8714, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -352061,8 +357818,8 @@ { "title": "Properties", "children": [ - 25253, - 25254 + 8713, + 8714 ] } ], @@ -352071,12 +357828,12 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L90" } ], "signatures": [ { - "id": 25245, + "id": 8705, "name": "confirmExchangeRequestValidationStep", "variant": "signature", "kind": 4096, @@ -352114,12 +357871,12 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L90" } ], "parameters": [ { - "id": 25246, + "id": 8706, "name": "input", "variant": "param", "kind": 32768, @@ -352129,7 +357886,7 @@ "types": [ { "type": "reference", - "target": 25239, + "target": 8699, "name": "ConfirmExchangeRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -352142,7 +357899,7 @@ "typeArguments": [ { "type": "reference", - "target": 25239, + "target": 8699, "name": "ConfirmExchangeRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -352175,14 +357932,14 @@ { "type": "reflection", "declaration": { - "id": 25247, + "id": 8707, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25248, + "id": 8708, "name": "config", "variant": "declaration", "kind": 2048, @@ -352196,7 +357953,7 @@ ], "signatures": [ { - "id": 25249, + "id": 8709, "name": "config", "variant": "signature", "kind": 4096, @@ -352210,7 +357967,7 @@ ], "parameters": [ { - "id": 25250, + "id": 8710, "name": "config", "variant": "param", "kind": 32768, @@ -352221,14 +357978,14 @@ { "type": "reflection", "declaration": { - "id": 25251, + "id": 8711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25252, + "id": 8712, "name": "name", "variant": "declaration", "kind": 1024, @@ -352252,7 +358009,7 @@ { "title": "Properties", "children": [ - 25252 + 8712 ] } ], @@ -352329,7 +358086,7 @@ { "title": "Methods", "children": [ - 25248 + 8708 ] } ], @@ -352363,7 +358120,7 @@ ] }, { - "id": 25257, + "id": 8717, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -352381,7 +358138,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 258, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L258" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L258" } ], "type": { @@ -352390,7 +358147,7 @@ } }, { - "id": 25258, + "id": 8718, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -352410,7 +358167,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 262, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L262" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L262" } ], "type": { @@ -352419,7 +358176,7 @@ } }, { - "id": 25259, + "id": 8719, "name": "confirmExchangeRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -352431,7 +358188,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 265, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L265" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L265" } ], "type": { @@ -352441,7 +358198,7 @@ "defaultValue": "\"confirm-exchange-request\"" }, { - "id": 25260, + "id": 8720, "name": "confirmExchangeRequestWorkflow", "variant": "declaration", "kind": 64, @@ -352494,7 +358251,7 @@ }, "children": [ { - "id": 25268, + "id": 8728, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -352517,7 +358274,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25269, + "id": 8729, "name": "__type", "variant": "declaration", "kind": 65536, @@ -352531,7 +358288,7 @@ ], "signatures": [ { - "id": 25270, + "id": 8730, "name": "__type", "variant": "signature", "kind": 4096, @@ -352559,7 +358316,7 @@ ], "parameters": [ { - "id": 25271, + "id": 8731, "name": "param0", "variant": "param", "kind": 32768, @@ -352575,14 +358332,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25272, + "id": 8732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25273, + "id": 8733, "name": "input", "variant": "declaration", "kind": 1024, @@ -352607,7 +358364,7 @@ "types": [ { "type": "reference", - "target": 25255, + "target": 8715, "name": "ConfirmExchangeRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -352620,7 +358377,7 @@ "typeArguments": [ { "type": "reference", - "target": 25255, + "target": 8715, "name": "ConfirmExchangeRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -352636,7 +358393,7 @@ { "title": "Properties", "children": [ - 25273 + 8733 ] } ], @@ -352657,14 +358414,14 @@ { "type": "reflection", "declaration": { - "id": 25274, + "id": 8734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25287, + "id": 8747, "name": "id", "variant": "declaration", "kind": 1024, @@ -352710,7 +358467,7 @@ } }, { - "id": 25344, + "id": 8804, "name": "version", "variant": "declaration", "kind": 1024, @@ -352756,7 +358513,7 @@ } }, { - "id": 25345, + "id": 8805, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -352802,7 +358559,7 @@ } }, { - "id": 25314, + "id": 8774, "name": "status", "variant": "declaration", "kind": 1024, @@ -352858,7 +358615,7 @@ } }, { - "id": 25315, + "id": 8775, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -352915,7 +358672,7 @@ } }, { - "id": 25316, + "id": 8776, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -352972,7 +358729,7 @@ } }, { - "id": 25317, + "id": 8777, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -353029,7 +358786,7 @@ } }, { - "id": 25291, + "id": 8751, "name": "email", "variant": "declaration", "kind": 1024, @@ -353086,7 +358843,7 @@ } }, { - "id": 25318, + "id": 8778, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -353132,7 +358889,7 @@ } }, { - "id": 25319, + "id": 8779, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -353202,7 +358959,7 @@ } }, { - "id": 25320, + "id": 8780, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -353272,7 +359029,7 @@ } }, { - "id": 25346, + "id": 8806, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -353348,7 +359105,7 @@ } }, { - "id": 25347, + "id": 8807, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -353424,7 +359181,7 @@ } }, { - "id": 25348, + "id": 8808, "name": "summary", "variant": "declaration", "kind": 1024, @@ -353494,7 +359251,7 @@ } }, { - "id": 25290, + "id": 8750, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -353589,7 +359346,7 @@ } }, { - "id": 25343, + "id": 8803, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -353664,7 +359421,7 @@ } }, { - "id": 25288, + "id": 8748, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -353733,7 +359490,7 @@ } }, { - "id": 25289, + "id": 8749, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -353802,7 +359559,7 @@ } }, { - "id": 25321, + "id": 8781, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -353858,7 +359615,7 @@ } }, { - "id": 25322, + "id": 8782, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -353914,7 +359671,7 @@ } }, { - "id": 25323, + "id": 8783, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -353970,7 +359727,7 @@ } }, { - "id": 25295, + "id": 8755, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -354026,7 +359783,7 @@ } }, { - "id": 25296, + "id": 8756, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -354082,7 +359839,7 @@ } }, { - "id": 25297, + "id": 8757, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -354138,7 +359895,7 @@ } }, { - "id": 25292, + "id": 8752, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -354194,7 +359951,7 @@ } }, { - "id": 25293, + "id": 8753, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -354250,7 +360007,7 @@ } }, { - "id": 25294, + "id": 8754, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -354306,7 +360063,7 @@ } }, { - "id": 25298, + "id": 8758, "name": "total", "variant": "declaration", "kind": 1024, @@ -354362,7 +360119,7 @@ } }, { - "id": 25299, + "id": 8759, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -354418,7 +360175,7 @@ } }, { - "id": 25300, + "id": 8760, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -354474,7 +360231,7 @@ } }, { - "id": 25349, + "id": 8809, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -354530,7 +360287,7 @@ } }, { - "id": 25301, + "id": 8761, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -354586,7 +360343,7 @@ } }, { - "id": 25302, + "id": 8762, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -354642,7 +360399,7 @@ } }, { - "id": 25324, + "id": 8784, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -354698,7 +360455,7 @@ } }, { - "id": 25325, + "id": 8785, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -354754,7 +360511,7 @@ } }, { - "id": 25326, + "id": 8786, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -354810,7 +360567,7 @@ } }, { - "id": 25327, + "id": 8787, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -354866,7 +360623,7 @@ } }, { - "id": 25328, + "id": 8788, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -354922,7 +360679,7 @@ } }, { - "id": 25329, + "id": 8789, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -354978,7 +360735,7 @@ } }, { - "id": 25330, + "id": 8790, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -355034,7 +360791,7 @@ } }, { - "id": 25331, + "id": 8791, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -355090,7 +360847,7 @@ } }, { - "id": 25275, + "id": 8735, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -355146,7 +360903,7 @@ } }, { - "id": 25276, + "id": 8736, "name": "items", "variant": "declaration", "kind": 1024, @@ -355186,14 +360943,14 @@ { "type": "reflection", "declaration": { - "id": 25277, + "id": 8737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25278, + "id": 8738, "name": "actions", "variant": "declaration", "kind": 1024, @@ -355225,7 +360982,7 @@ { "title": "Properties", "children": [ - 25278 + 8738 ] } ], @@ -355265,14 +361022,14 @@ { "type": "reflection", "declaration": { - "id": 25279, + "id": 8739, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25280, + "id": 8740, "name": "actions", "variant": "declaration", "kind": 1024, @@ -355304,7 +361061,7 @@ { "title": "Properties", "children": [ - 25280 + 8740 ] } ], @@ -355328,7 +361085,7 @@ } }, { - "id": 25281, + "id": 8741, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -355368,14 +361125,14 @@ { "type": "reflection", "declaration": { - "id": 25282, + "id": 8742, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25283, + "id": 8743, "name": "actions", "variant": "declaration", "kind": 1024, @@ -355407,7 +361164,7 @@ { "title": "Properties", "children": [ - 25283 + 8743 ] } ], @@ -355447,14 +361204,14 @@ { "type": "reflection", "declaration": { - "id": 25284, + "id": 8744, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25285, + "id": 8745, "name": "actions", "variant": "declaration", "kind": 1024, @@ -355486,7 +361243,7 @@ { "title": "Properties", "children": [ - 25285 + 8745 ] } ], @@ -355510,7 +361267,7 @@ } }, { - "id": 25286, + "id": 8746, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -355560,51 +361317,51 @@ { "title": "Properties", "children": [ - 25287, - 25344, - 25345, - 25314, - 25315, - 25316, - 25317, - 25291, - 25318, - 25319, - 25320, - 25346, - 25347, - 25348, - 25290, - 25343, - 25288, - 25289, - 25321, - 25322, - 25323, - 25295, - 25296, - 25297, - 25292, - 25293, - 25294, - 25298, - 25299, - 25300, - 25349, - 25301, - 25302, - 25324, - 25325, - 25326, - 25327, - 25328, - 25329, - 25330, - 25331, - 25275, - 25276, - 25281, - 25286 + 8747, + 8804, + 8805, + 8774, + 8775, + 8776, + 8777, + 8751, + 8778, + 8779, + 8780, + 8806, + 8807, + 8808, + 8750, + 8803, + 8748, + 8749, + 8781, + 8782, + 8783, + 8755, + 8756, + 8757, + 8752, + 8753, + 8754, + 8758, + 8759, + 8760, + 8809, + 8761, + 8762, + 8784, + 8785, + 8786, + 8787, + 8788, + 8789, + 8790, + 8791, + 8735, + 8736, + 8741, + 8746 ] } ], @@ -355649,14 +361406,14 @@ { "type": "reflection", "declaration": { - "id": 25350, + "id": 8810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25351, + "id": 8811, "name": "config", "variant": "declaration", "kind": 2048, @@ -355670,7 +361427,7 @@ ], "signatures": [ { - "id": 25352, + "id": 8812, "name": "config", "variant": "signature", "kind": 4096, @@ -355684,7 +361441,7 @@ ], "parameters": [ { - "id": 25353, + "id": 8813, "name": "config", "variant": "param", "kind": 32768, @@ -355695,14 +361452,14 @@ { "type": "reflection", "declaration": { - "id": 25354, + "id": 8814, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25355, + "id": 8815, "name": "name", "variant": "declaration", "kind": 1024, @@ -355726,7 +361483,7 @@ { "title": "Properties", "children": [ - 25355 + 8815 ] } ], @@ -355808,7 +361565,7 @@ { "title": "Methods", "children": [ - 25351 + 8811 ] } ], @@ -355849,7 +361606,7 @@ } }, { - "id": 25356, + "id": 8816, "name": "run", "variant": "declaration", "kind": 1024, @@ -355872,7 +361629,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25357, + "id": 8817, "name": "__type", "variant": "declaration", "kind": 65536, @@ -355886,7 +361643,7 @@ ], "signatures": [ { - "id": 25358, + "id": 8818, "name": "__type", "variant": "signature", "kind": 4096, @@ -355914,7 +361671,7 @@ ], "typeParameters": [ { - "id": 25359, + "id": 8819, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -355925,7 +361682,7 @@ } }, { - "id": 25360, + "id": 8820, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -355938,7 +361695,7 @@ ], "parameters": [ { - "id": 25361, + "id": 8821, "name": "args", "variant": "param", "kind": 32768, @@ -355971,7 +361728,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -355982,13 +361739,13 @@ }, "trueType": { "type": "reference", - "target": 25255, + "target": 8715, "name": "ConfirmExchangeRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -356021,7 +361778,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -356041,7 +361798,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -356061,7 +361818,7 @@ } }, { - "id": 25362, + "id": 8822, "name": "getName", "variant": "declaration", "kind": 1024, @@ -356084,7 +361841,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25363, + "id": 8823, "name": "__type", "variant": "declaration", "kind": 65536, @@ -356098,7 +361855,7 @@ ], "signatures": [ { - "id": 25364, + "id": 8824, "name": "__type", "variant": "signature", "kind": 4096, @@ -356120,7 +361877,7 @@ } }, { - "id": 25365, + "id": 8825, "name": "config", "variant": "declaration", "kind": 1024, @@ -356143,7 +361900,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25366, + "id": 8826, "name": "__type", "variant": "declaration", "kind": 65536, @@ -356157,7 +361914,7 @@ ], "signatures": [ { - "id": 25367, + "id": 8827, "name": "__type", "variant": "signature", "kind": 4096, @@ -356171,7 +361928,7 @@ ], "parameters": [ { - "id": 25368, + "id": 8828, "name": "config", "variant": "param", "kind": 32768, @@ -356197,7 +361954,7 @@ } }, { - "id": 25369, + "id": 8829, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -356225,7 +361982,7 @@ ], "documents": [ { - "id": 37683, + "id": 21170, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -356241,6 +361998,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -356251,7 +362017,7 @@ "frontmatter": {} }, { - "id": 37684, + "id": 21171, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -356267,6 +362033,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -356277,7 +362052,7 @@ "frontmatter": {} }, { - "id": 37685, + "id": 21172, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -356293,6 +362068,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -356303,7 +362087,7 @@ "frontmatter": {} }, { - "id": 37686, + "id": 21173, "name": "confirmExchangeRequestValidationStep", "variant": "document", "kind": 8388608, @@ -356319,6 +362103,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8704" + } + ] } ], "modifierTags": [ @@ -356329,7 +362122,7 @@ "frontmatter": {} }, { - "id": 37687, + "id": 21174, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -356345,6 +362138,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -356355,7 +362157,7 @@ "frontmatter": {} }, { - "id": 37688, + "id": 21175, "name": "createOrderExchangeItemsFromActionsStep", "variant": "document", "kind": 8388608, @@ -356371,6 +362173,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5552" + } + ] } ], "modifierTags": [ @@ -356381,7 +362192,7 @@ "frontmatter": {} }, { - "id": 37689, + "id": 21176, "name": "when", "variant": "document", "kind": 8388608, @@ -356416,7 +362227,7 @@ "frontmatter": {}, "children": [ { - "id": 37690, + "id": 21177, "name": "updateReturnsStep", "variant": "document", "kind": 8388608, @@ -356432,6 +362243,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5769" + } + ] } ], "modifierTags": [ @@ -356444,7 +362264,7 @@ ] }, { - "id": 37691, + "id": 21178, "name": "when", "variant": "document", "kind": 8388608, @@ -356479,7 +362299,7 @@ "frontmatter": {}, "children": [ { - "id": 37692, + "id": 21179, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -356495,6 +362315,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -356505,7 +362334,7 @@ "frontmatter": {} }, { - "id": 37693, + "id": 21180, "name": "reserveInventoryStep", "variant": "document", "kind": 8388608, @@ -356521,6 +362350,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "861" + } + ] } ], "modifierTags": [ @@ -356533,7 +362371,7 @@ ] }, { - "id": 37694, + "id": 21181, "name": "when", "variant": "document", "kind": 8388608, @@ -356568,7 +362406,7 @@ "frontmatter": {}, "children": [ { - "id": 37695, + "id": 21182, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -356584,6 +362422,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -356594,7 +362441,7 @@ "frontmatter": {} }, { - "id": 37696, + "id": 21183, "name": "createReturnFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -356610,6 +362457,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3901" + } + ] } ], "modifierTags": [ @@ -356620,7 +362476,7 @@ "frontmatter": {} }, { - "id": 37697, + "id": 21184, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -356636,6 +362492,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -356648,7 +362513,7 @@ ] }, { - "id": 37698, + "id": 21185, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -356664,6 +362529,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14222" + } + ] } ], "modifierTags": [ @@ -356674,7 +362548,7 @@ "frontmatter": {} }, { - "id": 37699, + "id": 21186, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -356690,6 +362564,15 @@ "text": "11" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -356701,21 +362584,21 @@ } ], "childrenIncludingDocuments": [ - 25268, - 25356, - 25362, - 25365, - 25369 + 8728, + 8816, + 8822, + 8825, + 8829 ], "groups": [ { "title": "Properties", "children": [ - 25268, - 25356, - 25362, - 25365, - 25369 + 8728, + 8816, + 8822, + 8825, + 8829 ] } ], @@ -356724,12 +362607,12 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 285, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L285" } ], "signatures": [ { - "id": 25261, + "id": 8721, "name": "confirmExchangeRequestWorkflow", "variant": "signature", "kind": 4096, @@ -356785,12 +362668,12 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 285, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L285" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L285" } ], "typeParameters": [ { - "id": 25262, + "id": 8722, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -356801,7 +362684,7 @@ } }, { - "id": 25263, + "id": 8723, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -356814,7 +362697,7 @@ ], "parameters": [ { - "id": 25264, + "id": 8724, "name": "container", "variant": "param", "kind": 32768, @@ -356838,14 +362721,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25265, + "id": 8725, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25266, + "id": 8726, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -356868,7 +362751,7 @@ } }, { - "id": 25267, + "id": 8727, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -356895,8 +362778,8 @@ { "title": "Properties", "children": [ - 25266, - 25267 + 8726, + 8727 ] } ], @@ -356967,7 +362850,7 @@ "typeArguments": [ { "type": "reference", - "target": 25255, + "target": 8715, "name": "ConfirmExchangeRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -356982,14 +362865,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -357004,7 +362887,7 @@ ] }, { - "id": 25372, + "id": 8832, "name": "order", "variant": "declaration", "kind": 1024, @@ -357022,7 +362905,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L33" } ], "type": { @@ -357036,7 +362919,7 @@ } }, { - "id": 25373, + "id": 8833, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -357054,7 +362937,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L37" } ], "type": { @@ -357068,7 +362951,7 @@ } }, { - "id": 25374, + "id": 8834, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -357086,7 +362969,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L41" } ], "type": { @@ -357100,7 +362983,7 @@ } }, { - "id": 25375, + "id": 8835, "name": "createExchangeShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -357135,7 +363018,7 @@ }, "children": [ { - "id": 25384, + "id": 8844, "name": "__type", "variant": "declaration", "kind": 1024, @@ -357153,7 +363036,7 @@ } }, { - "id": 25385, + "id": 8845, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -357175,8 +363058,8 @@ { "title": "Properties", "children": [ - 25384, - 25385 + 8844, + 8845 ] } ], @@ -357185,12 +363068,12 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L71" } ], "signatures": [ { - "id": 25376, + "id": 8836, "name": "createExchangeShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -357228,12 +363111,12 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L71" } ], "parameters": [ { - "id": 25377, + "id": 8837, "name": "input", "variant": "param", "kind": 32768, @@ -357243,7 +363126,7 @@ "types": [ { "type": "reference", - "target": 25370, + "target": 8830, "name": "CreateExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -357256,7 +363139,7 @@ "typeArguments": [ { "type": "reference", - "target": 25370, + "target": 8830, "name": "CreateExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -357289,14 +363172,14 @@ { "type": "reflection", "declaration": { - "id": 25378, + "id": 8838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25379, + "id": 8839, "name": "config", "variant": "declaration", "kind": 2048, @@ -357310,7 +363193,7 @@ ], "signatures": [ { - "id": 25380, + "id": 8840, "name": "config", "variant": "signature", "kind": 4096, @@ -357324,7 +363207,7 @@ ], "parameters": [ { - "id": 25381, + "id": 8841, "name": "config", "variant": "param", "kind": 32768, @@ -357335,14 +363218,14 @@ { "type": "reflection", "declaration": { - "id": 25382, + "id": 8842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25383, + "id": 8843, "name": "name", "variant": "declaration", "kind": 1024, @@ -357366,7 +363249,7 @@ { "title": "Properties", "children": [ - 25383 + 8843 ] } ], @@ -357443,7 +363326,7 @@ { "title": "Methods", "children": [ - 25379 + 8839 ] } ], @@ -357477,7 +363360,7 @@ ] }, { - "id": 25388, + "id": 8848, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -357497,7 +363380,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 93, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L93" } ], "type": { @@ -357506,7 +363389,7 @@ } }, { - "id": 25389, + "id": 8849, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -357526,7 +363409,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 97, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L97" } ], "type": { @@ -357535,7 +363418,7 @@ } }, { - "id": 25390, + "id": 8850, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -357553,7 +363436,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 101, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L101" } ], "type": { @@ -357562,7 +363445,7 @@ } }, { - "id": 25391, + "id": 8851, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -357582,7 +363465,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 106, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L106" } ], "type": { @@ -357605,7 +363488,7 @@ } }, { - "id": 25392, + "id": 8852, "name": "createExchangeShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -357617,7 +363500,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 109, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L109" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L109" } ], "type": { @@ -357627,7 +363510,7 @@ "defaultValue": "\"create-exchange-shipping-method\"" }, { - "id": 25393, + "id": 8853, "name": "createExchangeShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -357692,7 +363575,7 @@ }, "children": [ { - "id": 25401, + "id": 8861, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -357715,7 +363598,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25402, + "id": 8862, "name": "__type", "variant": "declaration", "kind": 65536, @@ -357729,7 +363612,7 @@ ], "signatures": [ { - "id": 25403, + "id": 8863, "name": "__type", "variant": "signature", "kind": 4096, @@ -357757,7 +363640,7 @@ ], "parameters": [ { - "id": 25404, + "id": 8864, "name": "param0", "variant": "param", "kind": 32768, @@ -357773,14 +363656,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25405, + "id": 8865, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25406, + "id": 8866, "name": "input", "variant": "declaration", "kind": 1024, @@ -357805,7 +363688,7 @@ "types": [ { "type": "reference", - "target": 25386, + "target": 8846, "name": "CreateExchangeShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -357818,7 +363701,7 @@ "typeArguments": [ { "type": "reference", - "target": 25386, + "target": 8846, "name": "CreateExchangeShippingMethodWorkflowInput", "package": "@medusajs/core-flows" } @@ -357834,7 +363717,7 @@ { "title": "Properties", "children": [ - 25406 + 8866 ] } ], @@ -357855,14 +363738,14 @@ { "type": "reflection", "declaration": { - "id": 25407, + "id": 8867, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25420, + "id": 8880, "name": "id", "variant": "declaration", "kind": 1024, @@ -357908,7 +363791,7 @@ } }, { - "id": 25477, + "id": 8937, "name": "version", "variant": "declaration", "kind": 1024, @@ -357954,7 +363837,7 @@ } }, { - "id": 25478, + "id": 8938, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -358000,7 +363883,7 @@ } }, { - "id": 25447, + "id": 8907, "name": "status", "variant": "declaration", "kind": 1024, @@ -358056,7 +363939,7 @@ } }, { - "id": 25448, + "id": 8908, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -358113,7 +363996,7 @@ } }, { - "id": 25449, + "id": 8909, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -358170,7 +364053,7 @@ } }, { - "id": 25450, + "id": 8910, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -358227,7 +364110,7 @@ } }, { - "id": 25424, + "id": 8884, "name": "email", "variant": "declaration", "kind": 1024, @@ -358284,7 +364167,7 @@ } }, { - "id": 25451, + "id": 8911, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -358330,7 +364213,7 @@ } }, { - "id": 25452, + "id": 8912, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -358400,7 +364283,7 @@ } }, { - "id": 25453, + "id": 8913, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -358470,7 +364353,7 @@ } }, { - "id": 25479, + "id": 8939, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -358546,7 +364429,7 @@ } }, { - "id": 25480, + "id": 8940, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -358622,7 +364505,7 @@ } }, { - "id": 25481, + "id": 8941, "name": "summary", "variant": "declaration", "kind": 1024, @@ -358692,7 +364575,7 @@ } }, { - "id": 25423, + "id": 8883, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -358787,7 +364670,7 @@ } }, { - "id": 25476, + "id": 8936, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -358862,7 +364745,7 @@ } }, { - "id": 25421, + "id": 8881, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -358931,7 +364814,7 @@ } }, { - "id": 25422, + "id": 8882, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -359000,7 +364883,7 @@ } }, { - "id": 25454, + "id": 8914, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -359056,7 +364939,7 @@ } }, { - "id": 25455, + "id": 8915, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -359112,7 +364995,7 @@ } }, { - "id": 25456, + "id": 8916, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -359168,7 +365051,7 @@ } }, { - "id": 25428, + "id": 8888, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -359224,7 +365107,7 @@ } }, { - "id": 25429, + "id": 8889, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -359280,7 +365163,7 @@ } }, { - "id": 25430, + "id": 8890, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -359336,7 +365219,7 @@ } }, { - "id": 25425, + "id": 8885, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -359392,7 +365275,7 @@ } }, { - "id": 25426, + "id": 8886, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -359448,7 +365331,7 @@ } }, { - "id": 25427, + "id": 8887, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -359504,7 +365387,7 @@ } }, { - "id": 25431, + "id": 8891, "name": "total", "variant": "declaration", "kind": 1024, @@ -359560,7 +365443,7 @@ } }, { - "id": 25432, + "id": 8892, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -359616,7 +365499,7 @@ } }, { - "id": 25433, + "id": 8893, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -359672,7 +365555,7 @@ } }, { - "id": 25482, + "id": 8942, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -359728,7 +365611,7 @@ } }, { - "id": 25434, + "id": 8894, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -359784,7 +365667,7 @@ } }, { - "id": 25435, + "id": 8895, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -359840,7 +365723,7 @@ } }, { - "id": 25457, + "id": 8917, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -359896,7 +365779,7 @@ } }, { - "id": 25458, + "id": 8918, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -359952,7 +365835,7 @@ } }, { - "id": 25459, + "id": 8919, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -360008,7 +365891,7 @@ } }, { - "id": 25460, + "id": 8920, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -360064,7 +365947,7 @@ } }, { - "id": 25461, + "id": 8921, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -360120,7 +366003,7 @@ } }, { - "id": 25462, + "id": 8922, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -360176,7 +366059,7 @@ } }, { - "id": 25463, + "id": 8923, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -360232,7 +366115,7 @@ } }, { - "id": 25464, + "id": 8924, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -360288,7 +366171,7 @@ } }, { - "id": 25408, + "id": 8868, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -360344,7 +366227,7 @@ } }, { - "id": 25409, + "id": 8869, "name": "items", "variant": "declaration", "kind": 1024, @@ -360384,14 +366267,14 @@ { "type": "reflection", "declaration": { - "id": 25410, + "id": 8870, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25411, + "id": 8871, "name": "actions", "variant": "declaration", "kind": 1024, @@ -360423,7 +366306,7 @@ { "title": "Properties", "children": [ - 25411 + 8871 ] } ], @@ -360463,14 +366346,14 @@ { "type": "reflection", "declaration": { - "id": 25412, + "id": 8872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25413, + "id": 8873, "name": "actions", "variant": "declaration", "kind": 1024, @@ -360502,7 +366385,7 @@ { "title": "Properties", "children": [ - 25413 + 8873 ] } ], @@ -360526,7 +366409,7 @@ } }, { - "id": 25414, + "id": 8874, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -360566,14 +366449,14 @@ { "type": "reflection", "declaration": { - "id": 25415, + "id": 8875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25416, + "id": 8876, "name": "actions", "variant": "declaration", "kind": 1024, @@ -360605,7 +366488,7 @@ { "title": "Properties", "children": [ - 25416 + 8876 ] } ], @@ -360645,14 +366528,14 @@ { "type": "reflection", "declaration": { - "id": 25417, + "id": 8877, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25418, + "id": 8878, "name": "actions", "variant": "declaration", "kind": 1024, @@ -360684,7 +366567,7 @@ { "title": "Properties", "children": [ - 25418 + 8878 ] } ], @@ -360708,7 +366591,7 @@ } }, { - "id": 25419, + "id": 8879, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -360758,51 +366641,51 @@ { "title": "Properties", "children": [ - 25420, - 25477, - 25478, - 25447, - 25448, - 25449, - 25450, - 25424, - 25451, - 25452, - 25453, - 25479, - 25480, - 25481, - 25423, - 25476, - 25421, - 25422, - 25454, - 25455, - 25456, - 25428, - 25429, - 25430, - 25425, - 25426, - 25427, - 25431, - 25432, - 25433, - 25482, - 25434, - 25435, - 25457, - 25458, - 25459, - 25460, - 25461, - 25462, - 25463, - 25464, - 25408, - 25409, - 25414, - 25419 + 8880, + 8937, + 8938, + 8907, + 8908, + 8909, + 8910, + 8884, + 8911, + 8912, + 8913, + 8939, + 8940, + 8941, + 8883, + 8936, + 8881, + 8882, + 8914, + 8915, + 8916, + 8888, + 8889, + 8890, + 8885, + 8886, + 8887, + 8891, + 8892, + 8893, + 8942, + 8894, + 8895, + 8917, + 8918, + 8919, + 8920, + 8921, + 8922, + 8923, + 8924, + 8868, + 8869, + 8874, + 8879 ] } ], @@ -360847,14 +366730,14 @@ { "type": "reflection", "declaration": { - "id": 25483, + "id": 8943, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25484, + "id": 8944, "name": "config", "variant": "declaration", "kind": 2048, @@ -360868,7 +366751,7 @@ ], "signatures": [ { - "id": 25485, + "id": 8945, "name": "config", "variant": "signature", "kind": 4096, @@ -360882,7 +366765,7 @@ ], "parameters": [ { - "id": 25486, + "id": 8946, "name": "config", "variant": "param", "kind": 32768, @@ -360893,14 +366776,14 @@ { "type": "reflection", "declaration": { - "id": 25487, + "id": 8947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25488, + "id": 8948, "name": "name", "variant": "declaration", "kind": 1024, @@ -360924,7 +366807,7 @@ { "title": "Properties", "children": [ - 25488 + 8948 ] } ], @@ -361006,7 +366889,7 @@ { "title": "Methods", "children": [ - 25484 + 8944 ] } ], @@ -361047,7 +366930,7 @@ } }, { - "id": 25489, + "id": 8949, "name": "run", "variant": "declaration", "kind": 1024, @@ -361070,7 +366953,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25490, + "id": 8950, "name": "__type", "variant": "declaration", "kind": 65536, @@ -361084,7 +366967,7 @@ ], "signatures": [ { - "id": 25491, + "id": 8951, "name": "__type", "variant": "signature", "kind": 4096, @@ -361112,7 +366995,7 @@ ], "typeParameters": [ { - "id": 25492, + "id": 8952, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -361123,7 +367006,7 @@ } }, { - "id": 25493, + "id": 8953, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -361136,7 +367019,7 @@ ], "parameters": [ { - "id": 25494, + "id": 8954, "name": "args", "variant": "param", "kind": 32768, @@ -361169,7 +367052,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -361180,13 +367063,13 @@ }, "trueType": { "type": "reference", - "target": 25386, + "target": 8846, "name": "CreateExchangeShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -361219,7 +367102,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -361239,7 +367122,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -361259,7 +367142,7 @@ } }, { - "id": 25495, + "id": 8955, "name": "getName", "variant": "declaration", "kind": 1024, @@ -361282,7 +367165,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25496, + "id": 8956, "name": "__type", "variant": "declaration", "kind": 65536, @@ -361296,7 +367179,7 @@ ], "signatures": [ { - "id": 25497, + "id": 8957, "name": "__type", "variant": "signature", "kind": 4096, @@ -361318,7 +367201,7 @@ } }, { - "id": 25498, + "id": 8958, "name": "config", "variant": "declaration", "kind": 1024, @@ -361341,7 +367224,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25499, + "id": 8959, "name": "__type", "variant": "declaration", "kind": 65536, @@ -361355,7 +367238,7 @@ ], "signatures": [ { - "id": 25500, + "id": 8960, "name": "__type", "variant": "signature", "kind": 4096, @@ -361369,7 +367252,7 @@ ], "parameters": [ { - "id": 25501, + "id": 8961, "name": "config", "variant": "param", "kind": 32768, @@ -361395,7 +367278,7 @@ } }, { - "id": 25502, + "id": 8962, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -361423,7 +367306,7 @@ ], "documents": [ { - "id": 37700, + "id": 21187, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -361439,6 +367322,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -361449,7 +367341,7 @@ "frontmatter": {} }, { - "id": 37701, + "id": 21188, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -361465,6 +367357,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -361475,7 +367376,7 @@ "frontmatter": {} }, { - "id": 37702, + "id": 21189, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -361491,6 +367392,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -361501,7 +367411,7 @@ "frontmatter": {} }, { - "id": 37703, + "id": 21190, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -361517,6 +367427,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -361527,7 +367446,7 @@ "frontmatter": {} }, { - "id": 37704, + "id": 21191, "name": "createExchangeShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -361543,6 +367462,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8835" + } + ] } ], "modifierTags": [ @@ -361553,7 +367481,7 @@ "frontmatter": {} }, { - "id": 37705, + "id": 21192, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -361569,6 +367497,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -361579,7 +367516,7 @@ "frontmatter": {} }, { - "id": 37706, + "id": 21193, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -361595,6 +367532,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -361605,7 +367551,7 @@ "frontmatter": {} }, { - "id": 37707, + "id": 21194, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -361621,6 +367567,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -361632,21 +367587,21 @@ } ], "childrenIncludingDocuments": [ - 25401, - 25489, - 25495, - 25498, - 25502 + 8861, + 8949, + 8955, + 8958, + 8962 ], "groups": [ { "title": "Properties", "children": [ - 25401, - 25489, - 25495, - 25498, - 25502 + 8861, + 8949, + 8955, + 8958, + 8962 ] } ], @@ -361655,12 +367610,12 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 149, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L149" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L149" } ], "signatures": [ { - "id": 25394, + "id": 8854, "name": "createExchangeShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -361728,12 +367683,12 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 149, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L149" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L149" } ], "typeParameters": [ { - "id": 25395, + "id": 8855, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -361744,7 +367699,7 @@ } }, { - "id": 25396, + "id": 8856, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -361757,7 +367712,7 @@ ], "parameters": [ { - "id": 25397, + "id": 8857, "name": "container", "variant": "param", "kind": 32768, @@ -361781,14 +367736,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25398, + "id": 8858, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25399, + "id": 8859, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -361811,7 +367766,7 @@ } }, { - "id": 25400, + "id": 8860, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -361838,8 +367793,8 @@ { "title": "Properties", "children": [ - 25399, - 25400 + 8859, + 8860 ] } ], @@ -361910,7 +367865,7 @@ "typeArguments": [ { "type": "reference", - "target": 25386, + "target": 8846, "name": "CreateExchangeShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -361925,14 +367880,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -361947,7 +367902,7 @@ ] }, { - "id": 25505, + "id": 8965, "name": "order", "variant": "declaration", "kind": 1024, @@ -361965,7 +367920,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L33" } ], "type": { @@ -361979,7 +367934,7 @@ } }, { - "id": 25506, + "id": 8966, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -361997,7 +367952,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L37" } ], "type": { @@ -362011,7 +367966,7 @@ } }, { - "id": 25507, + "id": 8967, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -362029,7 +367984,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L41" } ], "type": { @@ -362043,7 +367998,7 @@ } }, { - "id": 25508, + "id": 8968, "name": "exchangeAddNewItemValidationStep", "variant": "declaration", "kind": 64, @@ -362078,7 +368033,7 @@ }, "children": [ { - "id": 25517, + "id": 8977, "name": "__type", "variant": "declaration", "kind": 1024, @@ -362096,7 +368051,7 @@ } }, { - "id": 25518, + "id": 8978, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -362118,8 +368073,8 @@ { "title": "Properties", "children": [ - 25517, - 25518 + 8977, + 8978 ] } ], @@ -362128,12 +368083,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L71" } ], "signatures": [ { - "id": 25509, + "id": 8969, "name": "exchangeAddNewItemValidationStep", "variant": "signature", "kind": 4096, @@ -362171,12 +368126,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L71" } ], "parameters": [ { - "id": 25510, + "id": 8970, "name": "input", "variant": "param", "kind": 32768, @@ -362186,7 +368141,7 @@ "types": [ { "type": "reference", - "target": 25503, + "target": 8963, "name": "ExchangeAddNewItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -362199,7 +368154,7 @@ "typeArguments": [ { "type": "reference", - "target": 25503, + "target": 8963, "name": "ExchangeAddNewItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -362232,14 +368187,14 @@ { "type": "reflection", "declaration": { - "id": 25511, + "id": 8971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25512, + "id": 8972, "name": "config", "variant": "declaration", "kind": 2048, @@ -362253,7 +368208,7 @@ ], "signatures": [ { - "id": 25513, + "id": 8973, "name": "config", "variant": "signature", "kind": 4096, @@ -362267,7 +368222,7 @@ ], "parameters": [ { - "id": 25514, + "id": 8974, "name": "config", "variant": "param", "kind": 32768, @@ -362278,14 +368233,14 @@ { "type": "reflection", "declaration": { - "id": 25515, + "id": 8975, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25516, + "id": 8976, "name": "name", "variant": "declaration", "kind": 1024, @@ -362309,7 +368264,7 @@ { "title": "Properties", "children": [ - 25516 + 8976 ] } ], @@ -362386,7 +368341,7 @@ { "title": "Methods", "children": [ - 25512 + 8972 ] } ], @@ -362420,7 +368375,7 @@ ] }, { - "id": 25519, + "id": 8979, "name": "orderExchangeAddNewItemWorkflowId", "variant": "declaration", "kind": 32, @@ -362432,7 +368387,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L84" } ], "type": { @@ -362442,7 +368397,7 @@ "defaultValue": "\"exchange-add-new-item\"" }, { - "id": 25520, + "id": 8980, "name": "orderExchangeAddNewItemWorkflow", "variant": "declaration", "kind": 64, @@ -362495,7 +368450,7 @@ }, "children": [ { - "id": 25528, + "id": 8988, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -362518,7 +368473,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25529, + "id": 8989, "name": "__type", "variant": "declaration", "kind": 65536, @@ -362532,7 +368487,7 @@ ], "signatures": [ { - "id": 25530, + "id": 8990, "name": "__type", "variant": "signature", "kind": 4096, @@ -362560,7 +368515,7 @@ ], "parameters": [ { - "id": 25531, + "id": 8991, "name": "param0", "variant": "param", "kind": 32768, @@ -362576,14 +368531,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25532, + "id": 8992, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25533, + "id": 8993, "name": "input", "variant": "declaration", "kind": 1024, @@ -362643,7 +368598,7 @@ { "title": "Properties", "children": [ - 25533 + 8993 ] } ], @@ -362664,14 +368619,14 @@ { "type": "reflection", "declaration": { - "id": 25534, + "id": 8994, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25547, + "id": 9007, "name": "id", "variant": "declaration", "kind": 1024, @@ -362717,7 +368672,7 @@ } }, { - "id": 25604, + "id": 9064, "name": "version", "variant": "declaration", "kind": 1024, @@ -362763,7 +368718,7 @@ } }, { - "id": 25605, + "id": 9065, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -362809,7 +368764,7 @@ } }, { - "id": 25574, + "id": 9034, "name": "status", "variant": "declaration", "kind": 1024, @@ -362865,7 +368820,7 @@ } }, { - "id": 25575, + "id": 9035, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -362922,7 +368877,7 @@ } }, { - "id": 25576, + "id": 9036, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -362979,7 +368934,7 @@ } }, { - "id": 25577, + "id": 9037, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -363036,7 +368991,7 @@ } }, { - "id": 25551, + "id": 9011, "name": "email", "variant": "declaration", "kind": 1024, @@ -363093,7 +369048,7 @@ } }, { - "id": 25578, + "id": 9038, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -363139,7 +369094,7 @@ } }, { - "id": 25579, + "id": 9039, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -363209,7 +369164,7 @@ } }, { - "id": 25580, + "id": 9040, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -363279,7 +369234,7 @@ } }, { - "id": 25606, + "id": 9066, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -363355,7 +369310,7 @@ } }, { - "id": 25607, + "id": 9067, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -363431,7 +369386,7 @@ } }, { - "id": 25608, + "id": 9068, "name": "summary", "variant": "declaration", "kind": 1024, @@ -363501,7 +369456,7 @@ } }, { - "id": 25550, + "id": 9010, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -363596,7 +369551,7 @@ } }, { - "id": 25603, + "id": 9063, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -363671,7 +369626,7 @@ } }, { - "id": 25548, + "id": 9008, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -363740,7 +369695,7 @@ } }, { - "id": 25549, + "id": 9009, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -363809,7 +369764,7 @@ } }, { - "id": 25581, + "id": 9041, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -363865,7 +369820,7 @@ } }, { - "id": 25582, + "id": 9042, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -363921,7 +369876,7 @@ } }, { - "id": 25583, + "id": 9043, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -363977,7 +369932,7 @@ } }, { - "id": 25555, + "id": 9015, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -364033,7 +369988,7 @@ } }, { - "id": 25556, + "id": 9016, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -364089,7 +370044,7 @@ } }, { - "id": 25557, + "id": 9017, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -364145,7 +370100,7 @@ } }, { - "id": 25552, + "id": 9012, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -364201,7 +370156,7 @@ } }, { - "id": 25553, + "id": 9013, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -364257,7 +370212,7 @@ } }, { - "id": 25554, + "id": 9014, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -364313,7 +370268,7 @@ } }, { - "id": 25558, + "id": 9018, "name": "total", "variant": "declaration", "kind": 1024, @@ -364369,7 +370324,7 @@ } }, { - "id": 25559, + "id": 9019, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -364425,7 +370380,7 @@ } }, { - "id": 25560, + "id": 9020, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -364481,7 +370436,7 @@ } }, { - "id": 25609, + "id": 9069, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -364537,7 +370492,7 @@ } }, { - "id": 25561, + "id": 9021, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -364593,7 +370548,7 @@ } }, { - "id": 25562, + "id": 9022, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -364649,7 +370604,7 @@ } }, { - "id": 25584, + "id": 9044, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -364705,7 +370660,7 @@ } }, { - "id": 25585, + "id": 9045, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -364761,7 +370716,7 @@ } }, { - "id": 25586, + "id": 9046, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -364817,7 +370772,7 @@ } }, { - "id": 25587, + "id": 9047, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -364873,7 +370828,7 @@ } }, { - "id": 25588, + "id": 9048, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -364929,7 +370884,7 @@ } }, { - "id": 25589, + "id": 9049, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -364985,7 +370940,7 @@ } }, { - "id": 25590, + "id": 9050, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -365041,7 +370996,7 @@ } }, { - "id": 25591, + "id": 9051, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -365097,7 +371052,7 @@ } }, { - "id": 25535, + "id": 8995, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -365153,7 +371108,7 @@ } }, { - "id": 25536, + "id": 8996, "name": "items", "variant": "declaration", "kind": 1024, @@ -365193,14 +371148,14 @@ { "type": "reflection", "declaration": { - "id": 25537, + "id": 8997, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25538, + "id": 8998, "name": "actions", "variant": "declaration", "kind": 1024, @@ -365232,7 +371187,7 @@ { "title": "Properties", "children": [ - 25538 + 8998 ] } ], @@ -365272,14 +371227,14 @@ { "type": "reflection", "declaration": { - "id": 25539, + "id": 8999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25540, + "id": 9000, "name": "actions", "variant": "declaration", "kind": 1024, @@ -365311,7 +371266,7 @@ { "title": "Properties", "children": [ - 25540 + 9000 ] } ], @@ -365335,7 +371290,7 @@ } }, { - "id": 25541, + "id": 9001, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -365375,14 +371330,14 @@ { "type": "reflection", "declaration": { - "id": 25542, + "id": 9002, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25543, + "id": 9003, "name": "actions", "variant": "declaration", "kind": 1024, @@ -365414,7 +371369,7 @@ { "title": "Properties", "children": [ - 25543 + 9003 ] } ], @@ -365454,14 +371409,14 @@ { "type": "reflection", "declaration": { - "id": 25544, + "id": 9004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25545, + "id": 9005, "name": "actions", "variant": "declaration", "kind": 1024, @@ -365493,7 +371448,7 @@ { "title": "Properties", "children": [ - 25545 + 9005 ] } ], @@ -365517,7 +371472,7 @@ } }, { - "id": 25546, + "id": 9006, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -365567,51 +371522,51 @@ { "title": "Properties", "children": [ - 25547, - 25604, - 25605, - 25574, - 25575, - 25576, - 25577, - 25551, - 25578, - 25579, - 25580, - 25606, - 25607, - 25608, - 25550, - 25603, - 25548, - 25549, - 25581, - 25582, - 25583, - 25555, - 25556, - 25557, - 25552, - 25553, - 25554, - 25558, - 25559, - 25560, - 25609, - 25561, - 25562, - 25584, - 25585, - 25586, - 25587, - 25588, - 25589, - 25590, - 25591, - 25535, - 25536, - 25541, - 25546 + 9007, + 9064, + 9065, + 9034, + 9035, + 9036, + 9037, + 9011, + 9038, + 9039, + 9040, + 9066, + 9067, + 9068, + 9010, + 9063, + 9008, + 9009, + 9041, + 9042, + 9043, + 9015, + 9016, + 9017, + 9012, + 9013, + 9014, + 9018, + 9019, + 9020, + 9069, + 9021, + 9022, + 9044, + 9045, + 9046, + 9047, + 9048, + 9049, + 9050, + 9051, + 8995, + 8996, + 9001, + 9006 ] } ], @@ -365656,14 +371611,14 @@ { "type": "reflection", "declaration": { - "id": 25610, + "id": 9070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25611, + "id": 9071, "name": "config", "variant": "declaration", "kind": 2048, @@ -365677,7 +371632,7 @@ ], "signatures": [ { - "id": 25612, + "id": 9072, "name": "config", "variant": "signature", "kind": 4096, @@ -365691,7 +371646,7 @@ ], "parameters": [ { - "id": 25613, + "id": 9073, "name": "config", "variant": "param", "kind": 32768, @@ -365702,14 +371657,14 @@ { "type": "reflection", "declaration": { - "id": 25614, + "id": 9074, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25615, + "id": 9075, "name": "name", "variant": "declaration", "kind": 1024, @@ -365733,7 +371688,7 @@ { "title": "Properties", "children": [ - 25615 + 9075 ] } ], @@ -365815,7 +371770,7 @@ { "title": "Methods", "children": [ - 25611 + 9071 ] } ], @@ -365856,7 +371811,7 @@ } }, { - "id": 25616, + "id": 9076, "name": "run", "variant": "declaration", "kind": 1024, @@ -365879,7 +371834,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25617, + "id": 9077, "name": "__type", "variant": "declaration", "kind": 65536, @@ -365893,7 +371848,7 @@ ], "signatures": [ { - "id": 25618, + "id": 9078, "name": "__type", "variant": "signature", "kind": 4096, @@ -365921,7 +371876,7 @@ ], "typeParameters": [ { - "id": 25619, + "id": 9079, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -365932,7 +371887,7 @@ } }, { - "id": 25620, + "id": 9080, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -365945,7 +371900,7 @@ ], "parameters": [ { - "id": 25621, + "id": 9081, "name": "args", "variant": "param", "kind": 32768, @@ -365978,7 +371933,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -365998,7 +371953,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -366031,7 +371986,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -366051,7 +372006,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -366071,7 +372026,7 @@ } }, { - "id": 25622, + "id": 9082, "name": "getName", "variant": "declaration", "kind": 1024, @@ -366094,7 +372049,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25623, + "id": 9083, "name": "__type", "variant": "declaration", "kind": 65536, @@ -366108,7 +372063,7 @@ ], "signatures": [ { - "id": 25624, + "id": 9084, "name": "__type", "variant": "signature", "kind": 4096, @@ -366130,7 +372085,7 @@ } }, { - "id": 25625, + "id": 9085, "name": "config", "variant": "declaration", "kind": 1024, @@ -366153,7 +372108,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25626, + "id": 9086, "name": "__type", "variant": "declaration", "kind": 65536, @@ -366167,7 +372122,7 @@ ], "signatures": [ { - "id": 25627, + "id": 9087, "name": "__type", "variant": "signature", "kind": 4096, @@ -366181,7 +372136,7 @@ ], "parameters": [ { - "id": 25628, + "id": 9088, "name": "config", "variant": "param", "kind": 32768, @@ -366207,7 +372162,7 @@ } }, { - "id": 25629, + "id": 9089, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -366235,7 +372190,7 @@ ], "documents": [ { - "id": 37708, + "id": 21195, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -366251,6 +372206,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -366261,7 +372225,7 @@ "frontmatter": {} }, { - "id": 37709, + "id": 21196, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -366277,6 +372241,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -366287,7 +372260,7 @@ "frontmatter": {} }, { - "id": 37710, + "id": 21197, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -366303,6 +372276,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -366313,7 +372295,7 @@ "frontmatter": {} }, { - "id": 37711, + "id": 21198, "name": "exchangeAddNewItemValidationStep", "variant": "document", "kind": 8388608, @@ -366329,6 +372311,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "8968" + } + ] } ], "modifierTags": [ @@ -366339,7 +372330,7 @@ "frontmatter": {} }, { - "id": 37712, + "id": 21199, "name": "addOrderLineItemsWorkflow", "variant": "document", "kind": 8388608, @@ -366355,6 +372346,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5841" + } + ] } ], "modifierTags": [ @@ -366365,7 +372365,7 @@ "frontmatter": {} }, { - "id": 37713, + "id": 21200, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -366381,6 +372381,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -366391,7 +372400,7 @@ "frontmatter": {} }, { - "id": 37714, + "id": 21201, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -366407,6 +372416,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -366417,7 +372435,7 @@ "frontmatter": {} }, { - "id": 37715, + "id": 21202, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -366433,6 +372451,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -366444,21 +372471,21 @@ } ], "childrenIncludingDocuments": [ - 25528, - 25616, - 25622, - 25625, - 25629 + 8988, + 9076, + 9082, + 9085, + 9089 ], "groups": [ { "title": "Properties", "children": [ - 25528, - 25616, - 25622, - 25625, - 25629 + 8988, + 9076, + 9082, + 9085, + 9089 ] } ], @@ -366467,12 +372494,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L110" } ], "signatures": [ { - "id": 25521, + "id": 8981, "name": "orderExchangeAddNewItemWorkflow", "variant": "signature", "kind": 4096, @@ -366528,12 +372555,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L110" } ], "typeParameters": [ { - "id": 25522, + "id": 8982, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -366544,7 +372571,7 @@ } }, { - "id": 25523, + "id": 8983, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -366557,7 +372584,7 @@ ], "parameters": [ { - "id": 25524, + "id": 8984, "name": "container", "variant": "param", "kind": 32768, @@ -366581,14 +372608,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25525, + "id": 8985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25526, + "id": 8986, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -366611,7 +372638,7 @@ } }, { - "id": 25527, + "id": 8987, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -366638,8 +372665,8 @@ { "title": "Properties", "children": [ - 25526, - 25527 + 8986, + 8987 ] } ], @@ -366728,14 +372755,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -366750,7 +372777,7 @@ ] }, { - "id": 25632, + "id": 9092, "name": "order", "variant": "declaration", "kind": 1024, @@ -366768,7 +372795,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L37" } ], "type": { @@ -366782,7 +372809,7 @@ } }, { - "id": 25633, + "id": 9093, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -366800,7 +372827,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L41" } ], "type": { @@ -366814,7 +372841,7 @@ } }, { - "id": 25634, + "id": 9094, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -366832,7 +372859,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L45" } ], "type": { @@ -366846,7 +372873,7 @@ } }, { - "id": 25635, + "id": 9095, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -366864,7 +372891,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L49" } ], "type": { @@ -366878,7 +372905,7 @@ } }, { - "id": 25636, + "id": 9096, "name": "items", "variant": "declaration", "kind": 1024, @@ -366896,7 +372923,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L53" } ], "type": { @@ -366918,7 +372945,7 @@ } }, { - "id": 25637, + "id": 9097, "name": "exchangeRequestItemReturnValidationStep", "variant": "declaration", "kind": 64, @@ -366953,7 +372980,7 @@ }, "children": [ { - "id": 25646, + "id": 9106, "name": "__type", "variant": "declaration", "kind": 1024, @@ -366971,7 +372998,7 @@ } }, { - "id": 25647, + "id": 9107, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -366993,8 +373020,8 @@ { "title": "Properties", "children": [ - 25646, - 25647 + 9106, + 9107 ] } ], @@ -367003,12 +373030,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L94" } ], "signatures": [ { - "id": 25638, + "id": 9098, "name": "exchangeRequestItemReturnValidationStep", "variant": "signature", "kind": 4096, @@ -367046,12 +373073,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L94" } ], "parameters": [ { - "id": 25639, + "id": 9099, "name": "input", "variant": "param", "kind": 32768, @@ -367061,7 +373088,7 @@ "types": [ { "type": "reference", - "target": 25630, + "target": 9090, "name": "ExchangeRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -367074,7 +373101,7 @@ "typeArguments": [ { "type": "reference", - "target": 25630, + "target": 9090, "name": "ExchangeRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -367107,14 +373134,14 @@ { "type": "reflection", "declaration": { - "id": 25640, + "id": 9100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25641, + "id": 9101, "name": "config", "variant": "declaration", "kind": 2048, @@ -367128,7 +373155,7 @@ ], "signatures": [ { - "id": 25642, + "id": 9102, "name": "config", "variant": "signature", "kind": 4096, @@ -367142,7 +373169,7 @@ ], "parameters": [ { - "id": 25643, + "id": 9103, "name": "config", "variant": "param", "kind": 32768, @@ -367153,14 +373180,14 @@ { "type": "reflection", "declaration": { - "id": 25644, + "id": 9104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25645, + "id": 9105, "name": "name", "variant": "declaration", "kind": 1024, @@ -367184,7 +373211,7 @@ { "title": "Properties", "children": [ - 25645 + 9105 ] } ], @@ -367261,7 +373288,7 @@ { "title": "Methods", "children": [ - 25641 + 9101 ] } ], @@ -367295,7 +373322,7 @@ ] }, { - "id": 25648, + "id": 9108, "name": "orderExchangeRequestItemReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -367307,7 +373334,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 111, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L111" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L111" } ], "type": { @@ -367317,7 +373344,7 @@ "defaultValue": "\"exchange-request-item-return\"" }, { - "id": 25649, + "id": 9109, "name": "orderExchangeRequestItemReturnWorkflow", "variant": "declaration", "kind": 64, @@ -367370,7 +373397,7 @@ }, "children": [ { - "id": 25657, + "id": 9117, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -367393,7 +373420,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25658, + "id": 9118, "name": "__type", "variant": "declaration", "kind": 65536, @@ -367407,7 +373434,7 @@ ], "signatures": [ { - "id": 25659, + "id": 9119, "name": "__type", "variant": "signature", "kind": 4096, @@ -367435,7 +373462,7 @@ ], "parameters": [ { - "id": 25660, + "id": 9120, "name": "param0", "variant": "param", "kind": 32768, @@ -367451,14 +373478,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25661, + "id": 9121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25662, + "id": 9122, "name": "input", "variant": "declaration", "kind": 1024, @@ -367518,7 +373545,7 @@ { "title": "Properties", "children": [ - 25662 + 9122 ] } ], @@ -367539,14 +373566,14 @@ { "type": "reflection", "declaration": { - "id": 25663, + "id": 9123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25676, + "id": 9136, "name": "id", "variant": "declaration", "kind": 1024, @@ -367592,7 +373619,7 @@ } }, { - "id": 25733, + "id": 9193, "name": "version", "variant": "declaration", "kind": 1024, @@ -367638,7 +373665,7 @@ } }, { - "id": 25734, + "id": 9194, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -367684,7 +373711,7 @@ } }, { - "id": 25703, + "id": 9163, "name": "status", "variant": "declaration", "kind": 1024, @@ -367740,7 +373767,7 @@ } }, { - "id": 25704, + "id": 9164, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -367797,7 +373824,7 @@ } }, { - "id": 25705, + "id": 9165, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -367854,7 +373881,7 @@ } }, { - "id": 25706, + "id": 9166, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -367911,7 +373938,7 @@ } }, { - "id": 25680, + "id": 9140, "name": "email", "variant": "declaration", "kind": 1024, @@ -367968,7 +373995,7 @@ } }, { - "id": 25707, + "id": 9167, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -368014,7 +374041,7 @@ } }, { - "id": 25708, + "id": 9168, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -368084,7 +374111,7 @@ } }, { - "id": 25709, + "id": 9169, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -368154,7 +374181,7 @@ } }, { - "id": 25735, + "id": 9195, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -368230,7 +374257,7 @@ } }, { - "id": 25736, + "id": 9196, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -368306,7 +374333,7 @@ } }, { - "id": 25737, + "id": 9197, "name": "summary", "variant": "declaration", "kind": 1024, @@ -368376,7 +374403,7 @@ } }, { - "id": 25679, + "id": 9139, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -368471,7 +374498,7 @@ } }, { - "id": 25732, + "id": 9192, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -368546,7 +374573,7 @@ } }, { - "id": 25677, + "id": 9137, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -368615,7 +374642,7 @@ } }, { - "id": 25678, + "id": 9138, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -368684,7 +374711,7 @@ } }, { - "id": 25710, + "id": 9170, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -368740,7 +374767,7 @@ } }, { - "id": 25711, + "id": 9171, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -368796,7 +374823,7 @@ } }, { - "id": 25712, + "id": 9172, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -368852,7 +374879,7 @@ } }, { - "id": 25684, + "id": 9144, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -368908,7 +374935,7 @@ } }, { - "id": 25685, + "id": 9145, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -368964,7 +374991,7 @@ } }, { - "id": 25686, + "id": 9146, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -369020,7 +375047,7 @@ } }, { - "id": 25681, + "id": 9141, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -369076,7 +375103,7 @@ } }, { - "id": 25682, + "id": 9142, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -369132,7 +375159,7 @@ } }, { - "id": 25683, + "id": 9143, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -369188,7 +375215,7 @@ } }, { - "id": 25687, + "id": 9147, "name": "total", "variant": "declaration", "kind": 1024, @@ -369244,7 +375271,7 @@ } }, { - "id": 25688, + "id": 9148, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -369300,7 +375327,7 @@ } }, { - "id": 25689, + "id": 9149, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -369356,7 +375383,7 @@ } }, { - "id": 25738, + "id": 9198, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -369412,7 +375439,7 @@ } }, { - "id": 25690, + "id": 9150, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -369468,7 +375495,7 @@ } }, { - "id": 25691, + "id": 9151, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -369524,7 +375551,7 @@ } }, { - "id": 25713, + "id": 9173, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -369580,7 +375607,7 @@ } }, { - "id": 25714, + "id": 9174, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -369636,7 +375663,7 @@ } }, { - "id": 25715, + "id": 9175, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -369692,7 +375719,7 @@ } }, { - "id": 25716, + "id": 9176, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -369748,7 +375775,7 @@ } }, { - "id": 25717, + "id": 9177, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -369804,7 +375831,7 @@ } }, { - "id": 25718, + "id": 9178, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -369860,7 +375887,7 @@ } }, { - "id": 25719, + "id": 9179, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -369916,7 +375943,7 @@ } }, { - "id": 25720, + "id": 9180, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -369972,7 +375999,7 @@ } }, { - "id": 25664, + "id": 9124, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -370028,7 +376055,7 @@ } }, { - "id": 25665, + "id": 9125, "name": "items", "variant": "declaration", "kind": 1024, @@ -370068,14 +376095,14 @@ { "type": "reflection", "declaration": { - "id": 25666, + "id": 9126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25667, + "id": 9127, "name": "actions", "variant": "declaration", "kind": 1024, @@ -370107,7 +376134,7 @@ { "title": "Properties", "children": [ - 25667 + 9127 ] } ], @@ -370147,14 +376174,14 @@ { "type": "reflection", "declaration": { - "id": 25668, + "id": 9128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25669, + "id": 9129, "name": "actions", "variant": "declaration", "kind": 1024, @@ -370186,7 +376213,7 @@ { "title": "Properties", "children": [ - 25669 + 9129 ] } ], @@ -370210,7 +376237,7 @@ } }, { - "id": 25670, + "id": 9130, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -370250,14 +376277,14 @@ { "type": "reflection", "declaration": { - "id": 25671, + "id": 9131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25672, + "id": 9132, "name": "actions", "variant": "declaration", "kind": 1024, @@ -370289,7 +376316,7 @@ { "title": "Properties", "children": [ - 25672 + 9132 ] } ], @@ -370329,14 +376356,14 @@ { "type": "reflection", "declaration": { - "id": 25673, + "id": 9133, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25674, + "id": 9134, "name": "actions", "variant": "declaration", "kind": 1024, @@ -370368,7 +376395,7 @@ { "title": "Properties", "children": [ - 25674 + 9134 ] } ], @@ -370392,7 +376419,7 @@ } }, { - "id": 25675, + "id": 9135, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -370442,51 +376469,51 @@ { "title": "Properties", "children": [ - 25676, - 25733, - 25734, - 25703, - 25704, - 25705, - 25706, - 25680, - 25707, - 25708, - 25709, - 25735, - 25736, - 25737, - 25679, - 25732, - 25677, - 25678, - 25710, - 25711, - 25712, - 25684, - 25685, - 25686, - 25681, - 25682, - 25683, - 25687, - 25688, - 25689, - 25738, - 25690, - 25691, - 25713, - 25714, - 25715, - 25716, - 25717, - 25718, - 25719, - 25720, - 25664, - 25665, - 25670, - 25675 + 9136, + 9193, + 9194, + 9163, + 9164, + 9165, + 9166, + 9140, + 9167, + 9168, + 9169, + 9195, + 9196, + 9197, + 9139, + 9192, + 9137, + 9138, + 9170, + 9171, + 9172, + 9144, + 9145, + 9146, + 9141, + 9142, + 9143, + 9147, + 9148, + 9149, + 9198, + 9150, + 9151, + 9173, + 9174, + 9175, + 9176, + 9177, + 9178, + 9179, + 9180, + 9124, + 9125, + 9130, + 9135 ] } ], @@ -370531,14 +376558,14 @@ { "type": "reflection", "declaration": { - "id": 25739, + "id": 9199, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25740, + "id": 9200, "name": "config", "variant": "declaration", "kind": 2048, @@ -370552,7 +376579,7 @@ ], "signatures": [ { - "id": 25741, + "id": 9201, "name": "config", "variant": "signature", "kind": 4096, @@ -370566,7 +376593,7 @@ ], "parameters": [ { - "id": 25742, + "id": 9202, "name": "config", "variant": "param", "kind": 32768, @@ -370577,14 +376604,14 @@ { "type": "reflection", "declaration": { - "id": 25743, + "id": 9203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25744, + "id": 9204, "name": "name", "variant": "declaration", "kind": 1024, @@ -370608,7 +376635,7 @@ { "title": "Properties", "children": [ - 25744 + 9204 ] } ], @@ -370690,7 +376717,7 @@ { "title": "Methods", "children": [ - 25740 + 9200 ] } ], @@ -370731,7 +376758,7 @@ } }, { - "id": 25745, + "id": 9205, "name": "run", "variant": "declaration", "kind": 1024, @@ -370754,7 +376781,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25746, + "id": 9206, "name": "__type", "variant": "declaration", "kind": 65536, @@ -370768,7 +376795,7 @@ ], "signatures": [ { - "id": 25747, + "id": 9207, "name": "__type", "variant": "signature", "kind": 4096, @@ -370796,7 +376823,7 @@ ], "typeParameters": [ { - "id": 25748, + "id": 9208, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -370807,7 +376834,7 @@ } }, { - "id": 25749, + "id": 9209, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -370820,7 +376847,7 @@ ], "parameters": [ { - "id": 25750, + "id": 9210, "name": "args", "variant": "param", "kind": 32768, @@ -370853,7 +376880,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -370873,7 +376900,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -370906,7 +376933,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -370926,7 +376953,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -370946,7 +376973,7 @@ } }, { - "id": 25751, + "id": 9211, "name": "getName", "variant": "declaration", "kind": 1024, @@ -370969,7 +376996,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25752, + "id": 9212, "name": "__type", "variant": "declaration", "kind": 65536, @@ -370983,7 +377010,7 @@ ], "signatures": [ { - "id": 25753, + "id": 9213, "name": "__type", "variant": "signature", "kind": 4096, @@ -371005,7 +377032,7 @@ } }, { - "id": 25754, + "id": 9214, "name": "config", "variant": "declaration", "kind": 1024, @@ -371028,7 +377055,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25755, + "id": 9215, "name": "__type", "variant": "declaration", "kind": 65536, @@ -371042,7 +377069,7 @@ ], "signatures": [ { - "id": 25756, + "id": 9216, "name": "__type", "variant": "signature", "kind": 4096, @@ -371056,7 +377083,7 @@ ], "parameters": [ { - "id": 25757, + "id": 9217, "name": "config", "variant": "param", "kind": 32768, @@ -371082,7 +377109,7 @@ } }, { - "id": 25758, + "id": 9218, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -371110,7 +377137,7 @@ ], "documents": [ { - "id": 37716, + "id": 21203, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -371126,6 +377153,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -371136,7 +377172,7 @@ "frontmatter": {} }, { - "id": 37717, + "id": 21204, "name": "when", "variant": "document", "kind": 8388608, @@ -371171,7 +377207,7 @@ "frontmatter": {}, "children": [ { - "id": 37718, + "id": 21205, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -371187,6 +377223,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -371199,7 +377244,7 @@ ] }, { - "id": 37719, + "id": 21206, "name": "when", "variant": "document", "kind": 8388608, @@ -371234,7 +377279,7 @@ "frontmatter": {}, "children": [ { - "id": 37720, + "id": 21207, "name": "createReturnsStep", "variant": "document", "kind": 8388608, @@ -371250,6 +377295,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5730" + } + ] } ], "modifierTags": [ @@ -371262,7 +377316,7 @@ ] }, { - "id": 37721, + "id": 21208, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -371278,6 +377332,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -371288,7 +377351,7 @@ "frontmatter": {} }, { - "id": 37722, + "id": 21209, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -371304,6 +377367,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -371314,7 +377386,7 @@ "frontmatter": {} }, { - "id": 37723, + "id": 21210, "name": "when", "variant": "document", "kind": 8388608, @@ -371349,7 +377421,7 @@ "frontmatter": {}, "children": [ { - "id": 37724, + "id": 21211, "name": "updateOrderChangesStep", "variant": "document", "kind": 8388608, @@ -371365,6 +377437,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5799" + } + ] } ], "modifierTags": [ @@ -371377,7 +377458,7 @@ ] }, { - "id": 37725, + "id": 21212, "name": "exchangeRequestItemReturnValidationStep", "variant": "document", "kind": 8388608, @@ -371393,6 +377474,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9097" + } + ] } ], "modifierTags": [ @@ -371403,7 +377493,7 @@ "frontmatter": {} }, { - "id": 37727, + "id": 21214, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -371419,6 +377509,15 @@ "text": "9" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -371429,7 +377528,7 @@ "frontmatter": {} }, { - "id": 37728, + "id": 21215, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -371445,6 +377544,15 @@ "text": "10" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -371456,21 +377564,21 @@ } ], "childrenIncludingDocuments": [ - 25657, - 25745, - 25751, - 25754, - 25758 + 9117, + 9205, + 9211, + 9214, + 9218 ], "groups": [ { "title": "Properties", "children": [ - 25657, - 25745, - 25751, - 25754, - 25758 + 9117, + 9205, + 9211, + 9214, + 9218 ] } ], @@ -371479,12 +377587,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 139, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L139" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L139" } ], "signatures": [ { - "id": 25650, + "id": 9110, "name": "orderExchangeRequestItemReturnWorkflow", "variant": "signature", "kind": 4096, @@ -371540,12 +377648,12 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 139, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L139" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L139" } ], "typeParameters": [ { - "id": 25651, + "id": 9111, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -371556,7 +377664,7 @@ } }, { - "id": 25652, + "id": 9112, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -371569,7 +377677,7 @@ ], "parameters": [ { - "id": 25653, + "id": 9113, "name": "container", "variant": "param", "kind": 32768, @@ -371593,14 +377701,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25654, + "id": 9114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25655, + "id": 9115, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -371623,7 +377731,7 @@ } }, { - "id": 25656, + "id": 9116, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -371650,8 +377758,8 @@ { "title": "Properties", "children": [ - 25655, - 25656 + 9115, + 9116 ] } ], @@ -371740,14 +377848,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -371762,7 +377870,7 @@ ] }, { - "id": 25761, + "id": 9221, "name": "order", "variant": "declaration", "kind": 1024, @@ -371780,7 +377888,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L36" } ], "type": { @@ -371794,7 +377902,7 @@ } }, { - "id": 25762, + "id": 9222, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -371812,7 +377920,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L40" } ], "type": { @@ -371826,7 +377934,7 @@ } }, { - "id": 25763, + "id": 9223, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -371844,7 +377952,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L44" } ], "type": { @@ -371858,7 +377966,7 @@ } }, { - "id": 25764, + "id": 9224, "name": "input", "variant": "declaration", "kind": 1024, @@ -371876,7 +377984,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L48" } ], "type": { @@ -371891,7 +377999,7 @@ } }, { - "id": 25765, + "id": 9225, "name": "removeExchangeItemActionValidationStep", "variant": "declaration", "kind": 64, @@ -371926,7 +378034,7 @@ }, "children": [ { - "id": 25774, + "id": 9234, "name": "__type", "variant": "declaration", "kind": 1024, @@ -371944,7 +378052,7 @@ } }, { - "id": 25775, + "id": 9235, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -371966,8 +378074,8 @@ { "title": "Properties", "children": [ - 25774, - 25775 + 9234, + 9235 ] } ], @@ -371976,12 +378084,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L84" } ], "signatures": [ { - "id": 25766, + "id": 9226, "name": "removeExchangeItemActionValidationStep", "variant": "signature", "kind": 4096, @@ -372019,12 +378127,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L84" } ], "parameters": [ { - "id": 25767, + "id": 9227, "name": "input", "variant": "param", "kind": 32768, @@ -372034,7 +378142,7 @@ "types": [ { "type": "reference", - "target": 25759, + "target": 9219, "name": "RemoveExchangeItemActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -372047,7 +378155,7 @@ "typeArguments": [ { "type": "reference", - "target": 25759, + "target": 9219, "name": "RemoveExchangeItemActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -372080,14 +378188,14 @@ { "type": "reflection", "declaration": { - "id": 25768, + "id": 9228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25769, + "id": 9229, "name": "config", "variant": "declaration", "kind": 2048, @@ -372101,7 +378209,7 @@ ], "signatures": [ { - "id": 25770, + "id": 9230, "name": "config", "variant": "signature", "kind": 4096, @@ -372115,7 +378223,7 @@ ], "parameters": [ { - "id": 25771, + "id": 9231, "name": "config", "variant": "param", "kind": 32768, @@ -372126,14 +378234,14 @@ { "type": "reflection", "declaration": { - "id": 25772, + "id": 9232, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25773, + "id": 9233, "name": "name", "variant": "declaration", "kind": 1024, @@ -372157,7 +378265,7 @@ { "title": "Properties", "children": [ - 25773 + 9233 ] } ], @@ -372234,7 +378342,7 @@ { "title": "Methods", "children": [ - 25769 + 9229 ] } ], @@ -372268,7 +378376,7 @@ ] }, { - "id": 25776, + "id": 9236, "name": "removeItemExchangeActionWorkflowId", "variant": "declaration", "kind": 32, @@ -372280,7 +378388,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L110" } ], "type": { @@ -372290,7 +378398,7 @@ "defaultValue": "\"remove-item-exchange-action\"" }, { - "id": 25777, + "id": 9237, "name": "removeItemExchangeActionWorkflow", "variant": "declaration", "kind": 64, @@ -372343,7 +378451,7 @@ }, "children": [ { - "id": 25785, + "id": 9245, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -372366,7 +378474,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25786, + "id": 9246, "name": "__type", "variant": "declaration", "kind": 65536, @@ -372380,7 +378488,7 @@ ], "signatures": [ { - "id": 25787, + "id": 9247, "name": "__type", "variant": "signature", "kind": 4096, @@ -372408,7 +378516,7 @@ ], "parameters": [ { - "id": 25788, + "id": 9248, "name": "param0", "variant": "param", "kind": 32768, @@ -372424,14 +378532,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25789, + "id": 9249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25790, + "id": 9250, "name": "input", "variant": "declaration", "kind": 1024, @@ -372491,7 +378599,7 @@ { "title": "Properties", "children": [ - 25790 + 9250 ] } ], @@ -372512,14 +378620,14 @@ { "type": "reflection", "declaration": { - "id": 25791, + "id": 9251, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25804, + "id": 9264, "name": "id", "variant": "declaration", "kind": 1024, @@ -372565,7 +378673,7 @@ } }, { - "id": 25861, + "id": 9321, "name": "version", "variant": "declaration", "kind": 1024, @@ -372611,7 +378719,7 @@ } }, { - "id": 25862, + "id": 9322, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -372657,7 +378765,7 @@ } }, { - "id": 25831, + "id": 9291, "name": "status", "variant": "declaration", "kind": 1024, @@ -372713,7 +378821,7 @@ } }, { - "id": 25832, + "id": 9292, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -372770,7 +378878,7 @@ } }, { - "id": 25833, + "id": 9293, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -372827,7 +378935,7 @@ } }, { - "id": 25834, + "id": 9294, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -372884,7 +378992,7 @@ } }, { - "id": 25808, + "id": 9268, "name": "email", "variant": "declaration", "kind": 1024, @@ -372941,7 +379049,7 @@ } }, { - "id": 25835, + "id": 9295, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -372987,7 +379095,7 @@ } }, { - "id": 25836, + "id": 9296, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -373057,7 +379165,7 @@ } }, { - "id": 25837, + "id": 9297, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -373127,7 +379235,7 @@ } }, { - "id": 25863, + "id": 9323, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -373203,7 +379311,7 @@ } }, { - "id": 25864, + "id": 9324, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -373279,7 +379387,7 @@ } }, { - "id": 25865, + "id": 9325, "name": "summary", "variant": "declaration", "kind": 1024, @@ -373349,7 +379457,7 @@ } }, { - "id": 25807, + "id": 9267, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -373444,7 +379552,7 @@ } }, { - "id": 25860, + "id": 9320, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -373519,7 +379627,7 @@ } }, { - "id": 25805, + "id": 9265, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -373588,7 +379696,7 @@ } }, { - "id": 25806, + "id": 9266, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -373657,7 +379765,7 @@ } }, { - "id": 25838, + "id": 9298, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -373713,7 +379821,7 @@ } }, { - "id": 25839, + "id": 9299, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -373769,7 +379877,7 @@ } }, { - "id": 25840, + "id": 9300, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -373825,7 +379933,7 @@ } }, { - "id": 25812, + "id": 9272, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -373881,7 +379989,7 @@ } }, { - "id": 25813, + "id": 9273, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -373937,7 +380045,7 @@ } }, { - "id": 25814, + "id": 9274, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -373993,7 +380101,7 @@ } }, { - "id": 25809, + "id": 9269, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -374049,7 +380157,7 @@ } }, { - "id": 25810, + "id": 9270, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -374105,7 +380213,7 @@ } }, { - "id": 25811, + "id": 9271, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -374161,7 +380269,7 @@ } }, { - "id": 25815, + "id": 9275, "name": "total", "variant": "declaration", "kind": 1024, @@ -374217,7 +380325,7 @@ } }, { - "id": 25816, + "id": 9276, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -374273,7 +380381,7 @@ } }, { - "id": 25817, + "id": 9277, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -374329,7 +380437,7 @@ } }, { - "id": 25866, + "id": 9326, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -374385,7 +380493,7 @@ } }, { - "id": 25818, + "id": 9278, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -374441,7 +380549,7 @@ } }, { - "id": 25819, + "id": 9279, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -374497,7 +380605,7 @@ } }, { - "id": 25841, + "id": 9301, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -374553,7 +380661,7 @@ } }, { - "id": 25842, + "id": 9302, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -374609,7 +380717,7 @@ } }, { - "id": 25843, + "id": 9303, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -374665,7 +380773,7 @@ } }, { - "id": 25844, + "id": 9304, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -374721,7 +380829,7 @@ } }, { - "id": 25845, + "id": 9305, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -374777,7 +380885,7 @@ } }, { - "id": 25846, + "id": 9306, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -374833,7 +380941,7 @@ } }, { - "id": 25847, + "id": 9307, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -374889,7 +380997,7 @@ } }, { - "id": 25848, + "id": 9308, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -374945,7 +381053,7 @@ } }, { - "id": 25792, + "id": 9252, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -375001,7 +381109,7 @@ } }, { - "id": 25793, + "id": 9253, "name": "items", "variant": "declaration", "kind": 1024, @@ -375041,14 +381149,14 @@ { "type": "reflection", "declaration": { - "id": 25794, + "id": 9254, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25795, + "id": 9255, "name": "actions", "variant": "declaration", "kind": 1024, @@ -375080,7 +381188,7 @@ { "title": "Properties", "children": [ - 25795 + 9255 ] } ], @@ -375120,14 +381228,14 @@ { "type": "reflection", "declaration": { - "id": 25796, + "id": 9256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25797, + "id": 9257, "name": "actions", "variant": "declaration", "kind": 1024, @@ -375159,7 +381267,7 @@ { "title": "Properties", "children": [ - 25797 + 9257 ] } ], @@ -375183,7 +381291,7 @@ } }, { - "id": 25798, + "id": 9258, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -375223,14 +381331,14 @@ { "type": "reflection", "declaration": { - "id": 25799, + "id": 9259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25800, + "id": 9260, "name": "actions", "variant": "declaration", "kind": 1024, @@ -375262,7 +381370,7 @@ { "title": "Properties", "children": [ - 25800 + 9260 ] } ], @@ -375302,14 +381410,14 @@ { "type": "reflection", "declaration": { - "id": 25801, + "id": 9261, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25802, + "id": 9262, "name": "actions", "variant": "declaration", "kind": 1024, @@ -375341,7 +381449,7 @@ { "title": "Properties", "children": [ - 25802 + 9262 ] } ], @@ -375365,7 +381473,7 @@ } }, { - "id": 25803, + "id": 9263, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -375415,51 +381523,51 @@ { "title": "Properties", "children": [ - 25804, - 25861, - 25862, - 25831, - 25832, - 25833, - 25834, - 25808, - 25835, - 25836, - 25837, - 25863, - 25864, - 25865, - 25807, - 25860, - 25805, - 25806, - 25838, - 25839, - 25840, - 25812, - 25813, - 25814, - 25809, - 25810, - 25811, - 25815, - 25816, - 25817, - 25866, - 25818, - 25819, - 25841, - 25842, - 25843, - 25844, - 25845, - 25846, - 25847, - 25848, - 25792, - 25793, - 25798, - 25803 + 9264, + 9321, + 9322, + 9291, + 9292, + 9293, + 9294, + 9268, + 9295, + 9296, + 9297, + 9323, + 9324, + 9325, + 9267, + 9320, + 9265, + 9266, + 9298, + 9299, + 9300, + 9272, + 9273, + 9274, + 9269, + 9270, + 9271, + 9275, + 9276, + 9277, + 9326, + 9278, + 9279, + 9301, + 9302, + 9303, + 9304, + 9305, + 9306, + 9307, + 9308, + 9252, + 9253, + 9258, + 9263 ] } ], @@ -375504,14 +381612,14 @@ { "type": "reflection", "declaration": { - "id": 25867, + "id": 9327, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25868, + "id": 9328, "name": "config", "variant": "declaration", "kind": 2048, @@ -375525,7 +381633,7 @@ ], "signatures": [ { - "id": 25869, + "id": 9329, "name": "config", "variant": "signature", "kind": 4096, @@ -375539,7 +381647,7 @@ ], "parameters": [ { - "id": 25870, + "id": 9330, "name": "config", "variant": "param", "kind": 32768, @@ -375550,14 +381658,14 @@ { "type": "reflection", "declaration": { - "id": 25871, + "id": 9331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25872, + "id": 9332, "name": "name", "variant": "declaration", "kind": 1024, @@ -375581,7 +381689,7 @@ { "title": "Properties", "children": [ - 25872 + 9332 ] } ], @@ -375663,7 +381771,7 @@ { "title": "Methods", "children": [ - 25868 + 9328 ] } ], @@ -375704,7 +381812,7 @@ } }, { - "id": 25873, + "id": 9333, "name": "run", "variant": "declaration", "kind": 1024, @@ -375727,7 +381835,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25874, + "id": 9334, "name": "__type", "variant": "declaration", "kind": 65536, @@ -375741,7 +381849,7 @@ ], "signatures": [ { - "id": 25875, + "id": 9335, "name": "__type", "variant": "signature", "kind": 4096, @@ -375769,7 +381877,7 @@ ], "typeParameters": [ { - "id": 25876, + "id": 9336, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -375780,7 +381888,7 @@ } }, { - "id": 25877, + "id": 9337, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -375793,7 +381901,7 @@ ], "parameters": [ { - "id": 25878, + "id": 9338, "name": "args", "variant": "param", "kind": 32768, @@ -375826,7 +381934,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -375846,7 +381954,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -375879,7 +381987,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -375899,7 +382007,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -375919,7 +382027,7 @@ } }, { - "id": 25879, + "id": 9339, "name": "getName", "variant": "declaration", "kind": 1024, @@ -375942,7 +382050,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25880, + "id": 9340, "name": "__type", "variant": "declaration", "kind": 65536, @@ -375956,7 +382064,7 @@ ], "signatures": [ { - "id": 25881, + "id": 9341, "name": "__type", "variant": "signature", "kind": 4096, @@ -375978,7 +382086,7 @@ } }, { - "id": 25882, + "id": 9342, "name": "config", "variant": "declaration", "kind": 1024, @@ -376001,7 +382109,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25883, + "id": 9343, "name": "__type", "variant": "declaration", "kind": 65536, @@ -376015,7 +382123,7 @@ ], "signatures": [ { - "id": 25884, + "id": 9344, "name": "__type", "variant": "signature", "kind": 4096, @@ -376029,7 +382137,7 @@ ], "parameters": [ { - "id": 25885, + "id": 9345, "name": "config", "variant": "param", "kind": 32768, @@ -376055,7 +382163,7 @@ } }, { - "id": 25886, + "id": 9346, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -376083,7 +382191,7 @@ ], "documents": [ { - "id": 37729, + "id": 21216, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -376099,6 +382207,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -376109,7 +382226,7 @@ "frontmatter": {} }, { - "id": 37730, + "id": 21217, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -376125,6 +382242,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -376135,7 +382261,7 @@ "frontmatter": {} }, { - "id": 37731, + "id": 21218, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -376151,6 +382277,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -376161,7 +382296,7 @@ "frontmatter": {} }, { - "id": 37732, + "id": 21219, "name": "removeExchangeItemActionValidationStep", "variant": "document", "kind": 8388608, @@ -376177,6 +382312,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9225" + } + ] } ], "modifierTags": [ @@ -376187,7 +382331,7 @@ "frontmatter": {} }, { - "id": 37733, + "id": 21220, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -376203,6 +382347,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -376213,7 +382366,7 @@ "frontmatter": {} }, { - "id": 37734, + "id": 21221, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -376229,6 +382382,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -376239,7 +382401,7 @@ "frontmatter": {} }, { - "id": 37735, + "id": 21222, "name": "when", "variant": "document", "kind": 8388608, @@ -376274,7 +382436,7 @@ "frontmatter": {}, "children": [ { - "id": 37736, + "id": 21223, "name": "removeExchangeShippingMethodWorkflow", "variant": "document", "kind": 8388608, @@ -376290,6 +382452,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9364" + } + ] } ], "modifierTags": [ @@ -376302,7 +382473,7 @@ ] }, { - "id": 37737, + "id": 21224, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -376318,6 +382489,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -376329,21 +382509,21 @@ } ], "childrenIncludingDocuments": [ - 25785, - 25873, - 25879, - 25882, - 25886 + 9245, + 9333, + 9339, + 9342, + 9346 ], "groups": [ { "title": "Properties", "children": [ - 25785, - 25873, - 25879, - 25882, - 25886 + 9245, + 9333, + 9339, + 9342, + 9346 ] } ], @@ -376352,12 +382532,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L131" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L131" } ], "signatures": [ { - "id": 25778, + "id": 9238, "name": "removeItemExchangeActionWorkflow", "variant": "signature", "kind": 4096, @@ -376413,12 +382593,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L131" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L131" } ], "typeParameters": [ { - "id": 25779, + "id": 9239, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -376429,7 +382609,7 @@ } }, { - "id": 25780, + "id": 9240, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -376442,7 +382622,7 @@ ], "parameters": [ { - "id": 25781, + "id": 9241, "name": "container", "variant": "param", "kind": 32768, @@ -376466,14 +382646,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25782, + "id": 9242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25783, + "id": 9243, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -376496,7 +382676,7 @@ } }, { - "id": 25784, + "id": 9244, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -376523,8 +382703,8 @@ { "title": "Properties", "children": [ - 25783, - 25784 + 9243, + 9244 ] } ], @@ -376613,14 +382793,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -376635,7 +382815,7 @@ ] }, { - "id": 25889, + "id": 9349, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -376653,7 +382833,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L33" } ], "type": { @@ -376667,7 +382847,7 @@ } }, { - "id": 25890, + "id": 9350, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -376685,7 +382865,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L37" } ], "type": { @@ -376699,7 +382879,7 @@ } }, { - "id": 25891, + "id": 9351, "name": "input", "variant": "declaration", "kind": 1024, @@ -376717,7 +382897,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L41" } ], "type": { @@ -376756,7 +382936,7 @@ } }, { - "id": 25892, + "id": 9352, "name": "removeExchangeShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -376791,7 +382971,7 @@ }, "children": [ { - "id": 25901, + "id": 9361, "name": "__type", "variant": "declaration", "kind": 1024, @@ -376809,7 +382989,7 @@ } }, { - "id": 25902, + "id": 9362, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -376831,8 +383011,8 @@ { "title": "Properties", "children": [ - 25901, - 25902 + 9361, + 9362 ] } ], @@ -376841,12 +383021,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L72" } ], "signatures": [ { - "id": 25893, + "id": 9353, "name": "removeExchangeShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -376884,12 +383064,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 72, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L72" } ], "parameters": [ { - "id": 25894, + "id": 9354, "name": "input", "variant": "param", "kind": 32768, @@ -376899,7 +383079,7 @@ "types": [ { "type": "reference", - "target": 25887, + "target": 9347, "name": "RemoveExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -376912,7 +383092,7 @@ "typeArguments": [ { "type": "reference", - "target": 25887, + "target": 9347, "name": "RemoveExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -376945,14 +383125,14 @@ { "type": "reflection", "declaration": { - "id": 25895, + "id": 9355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25896, + "id": 9356, "name": "config", "variant": "declaration", "kind": 2048, @@ -376966,7 +383146,7 @@ ], "signatures": [ { - "id": 25897, + "id": 9357, "name": "config", "variant": "signature", "kind": 4096, @@ -376980,7 +383160,7 @@ ], "parameters": [ { - "id": 25898, + "id": 9358, "name": "config", "variant": "param", "kind": 32768, @@ -376991,14 +383171,14 @@ { "type": "reflection", "declaration": { - "id": 25899, + "id": 9359, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25900, + "id": 9360, "name": "name", "variant": "declaration", "kind": 1024, @@ -377022,7 +383202,7 @@ { "title": "Properties", "children": [ - 25900 + 9360 ] } ], @@ -377099,7 +383279,7 @@ { "title": "Methods", "children": [ - 25896 + 9356 ] } ], @@ -377133,7 +383313,7 @@ ] }, { - "id": 25903, + "id": 9363, "name": "removeExchangeShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -377145,7 +383325,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 98, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L98" } ], "type": { @@ -377155,7 +383335,7 @@ "defaultValue": "\"remove-exchange-shipping-method\"" }, { - "id": 25904, + "id": 9364, "name": "removeExchangeShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -377199,7 +383379,7 @@ }, "children": [ { - "id": 25912, + "id": 9372, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -377222,7 +383402,7 @@ "type": { "type": "reflection", "declaration": { - "id": 25913, + "id": 9373, "name": "__type", "variant": "declaration", "kind": 65536, @@ -377236,7 +383416,7 @@ ], "signatures": [ { - "id": 25914, + "id": 9374, "name": "__type", "variant": "signature", "kind": 4096, @@ -377264,7 +383444,7 @@ ], "parameters": [ { - "id": 25915, + "id": 9375, "name": "param0", "variant": "param", "kind": 32768, @@ -377280,14 +383460,14 @@ "type": { "type": "reflection", "declaration": { - "id": 25916, + "id": 9376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25917, + "id": 9377, "name": "input", "variant": "declaration", "kind": 1024, @@ -377347,7 +383527,7 @@ { "title": "Properties", "children": [ - 25917 + 9377 ] } ], @@ -377368,14 +383548,14 @@ { "type": "reflection", "declaration": { - "id": 25918, + "id": 9378, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25931, + "id": 9391, "name": "id", "variant": "declaration", "kind": 1024, @@ -377421,7 +383601,7 @@ } }, { - "id": 25988, + "id": 9448, "name": "version", "variant": "declaration", "kind": 1024, @@ -377467,7 +383647,7 @@ } }, { - "id": 25989, + "id": 9449, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -377513,7 +383693,7 @@ } }, { - "id": 25958, + "id": 9418, "name": "status", "variant": "declaration", "kind": 1024, @@ -377569,7 +383749,7 @@ } }, { - "id": 25959, + "id": 9419, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -377626,7 +383806,7 @@ } }, { - "id": 25960, + "id": 9420, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -377683,7 +383863,7 @@ } }, { - "id": 25961, + "id": 9421, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -377740,7 +383920,7 @@ } }, { - "id": 25935, + "id": 9395, "name": "email", "variant": "declaration", "kind": 1024, @@ -377797,7 +383977,7 @@ } }, { - "id": 25962, + "id": 9422, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -377843,7 +384023,7 @@ } }, { - "id": 25963, + "id": 9423, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -377913,7 +384093,7 @@ } }, { - "id": 25964, + "id": 9424, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -377983,7 +384163,7 @@ } }, { - "id": 25990, + "id": 9450, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -378059,7 +384239,7 @@ } }, { - "id": 25991, + "id": 9451, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -378135,7 +384315,7 @@ } }, { - "id": 25992, + "id": 9452, "name": "summary", "variant": "declaration", "kind": 1024, @@ -378205,7 +384385,7 @@ } }, { - "id": 25934, + "id": 9394, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -378300,7 +384480,7 @@ } }, { - "id": 25987, + "id": 9447, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -378375,7 +384555,7 @@ } }, { - "id": 25932, + "id": 9392, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -378444,7 +384624,7 @@ } }, { - "id": 25933, + "id": 9393, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -378513,7 +384693,7 @@ } }, { - "id": 25965, + "id": 9425, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -378569,7 +384749,7 @@ } }, { - "id": 25966, + "id": 9426, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -378625,7 +384805,7 @@ } }, { - "id": 25967, + "id": 9427, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -378681,7 +384861,7 @@ } }, { - "id": 25939, + "id": 9399, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -378737,7 +384917,7 @@ } }, { - "id": 25940, + "id": 9400, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -378793,7 +384973,7 @@ } }, { - "id": 25941, + "id": 9401, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -378849,7 +385029,7 @@ } }, { - "id": 25936, + "id": 9396, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -378905,7 +385085,7 @@ } }, { - "id": 25937, + "id": 9397, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -378961,7 +385141,7 @@ } }, { - "id": 25938, + "id": 9398, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -379017,7 +385197,7 @@ } }, { - "id": 25942, + "id": 9402, "name": "total", "variant": "declaration", "kind": 1024, @@ -379073,7 +385253,7 @@ } }, { - "id": 25943, + "id": 9403, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -379129,7 +385309,7 @@ } }, { - "id": 25944, + "id": 9404, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -379185,7 +385365,7 @@ } }, { - "id": 25993, + "id": 9453, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -379241,7 +385421,7 @@ } }, { - "id": 25945, + "id": 9405, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -379297,7 +385477,7 @@ } }, { - "id": 25946, + "id": 9406, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -379353,7 +385533,7 @@ } }, { - "id": 25968, + "id": 9428, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -379409,7 +385589,7 @@ } }, { - "id": 25969, + "id": 9429, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -379465,7 +385645,7 @@ } }, { - "id": 25970, + "id": 9430, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -379521,7 +385701,7 @@ } }, { - "id": 25971, + "id": 9431, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -379577,7 +385757,7 @@ } }, { - "id": 25972, + "id": 9432, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -379633,7 +385813,7 @@ } }, { - "id": 25973, + "id": 9433, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -379689,7 +385869,7 @@ } }, { - "id": 25974, + "id": 9434, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -379745,7 +385925,7 @@ } }, { - "id": 25975, + "id": 9435, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -379801,7 +385981,7 @@ } }, { - "id": 25919, + "id": 9379, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -379857,7 +386037,7 @@ } }, { - "id": 25920, + "id": 9380, "name": "items", "variant": "declaration", "kind": 1024, @@ -379897,14 +386077,14 @@ { "type": "reflection", "declaration": { - "id": 25921, + "id": 9381, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25922, + "id": 9382, "name": "actions", "variant": "declaration", "kind": 1024, @@ -379936,7 +386116,7 @@ { "title": "Properties", "children": [ - 25922 + 9382 ] } ], @@ -379976,14 +386156,14 @@ { "type": "reflection", "declaration": { - "id": 25923, + "id": 9383, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25924, + "id": 9384, "name": "actions", "variant": "declaration", "kind": 1024, @@ -380015,7 +386195,7 @@ { "title": "Properties", "children": [ - 25924 + 9384 ] } ], @@ -380039,7 +386219,7 @@ } }, { - "id": 25925, + "id": 9385, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -380079,14 +386259,14 @@ { "type": "reflection", "declaration": { - "id": 25926, + "id": 9386, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25927, + "id": 9387, "name": "actions", "variant": "declaration", "kind": 1024, @@ -380118,7 +386298,7 @@ { "title": "Properties", "children": [ - 25927 + 9387 ] } ], @@ -380158,14 +386338,14 @@ { "type": "reflection", "declaration": { - "id": 25928, + "id": 9388, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25929, + "id": 9389, "name": "actions", "variant": "declaration", "kind": 1024, @@ -380197,7 +386377,7 @@ { "title": "Properties", "children": [ - 25929 + 9389 ] } ], @@ -380221,7 +386401,7 @@ } }, { - "id": 25930, + "id": 9390, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -380271,51 +386451,51 @@ { "title": "Properties", "children": [ - 25931, - 25988, - 25989, - 25958, - 25959, - 25960, - 25961, - 25935, - 25962, - 25963, - 25964, - 25990, - 25991, - 25992, - 25934, - 25987, - 25932, - 25933, - 25965, - 25966, - 25967, - 25939, - 25940, - 25941, - 25936, - 25937, - 25938, - 25942, - 25943, - 25944, - 25993, - 25945, - 25946, - 25968, - 25969, - 25970, - 25971, - 25972, - 25973, - 25974, - 25975, - 25919, - 25920, - 25925, - 25930 + 9391, + 9448, + 9449, + 9418, + 9419, + 9420, + 9421, + 9395, + 9422, + 9423, + 9424, + 9450, + 9451, + 9452, + 9394, + 9447, + 9392, + 9393, + 9425, + 9426, + 9427, + 9399, + 9400, + 9401, + 9396, + 9397, + 9398, + 9402, + 9403, + 9404, + 9453, + 9405, + 9406, + 9428, + 9429, + 9430, + 9431, + 9432, + 9433, + 9434, + 9435, + 9379, + 9380, + 9385, + 9390 ] } ], @@ -380360,14 +386540,14 @@ { "type": "reflection", "declaration": { - "id": 25994, + "id": 9454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25995, + "id": 9455, "name": "config", "variant": "declaration", "kind": 2048, @@ -380381,7 +386561,7 @@ ], "signatures": [ { - "id": 25996, + "id": 9456, "name": "config", "variant": "signature", "kind": 4096, @@ -380395,7 +386575,7 @@ ], "parameters": [ { - "id": 25997, + "id": 9457, "name": "config", "variant": "param", "kind": 32768, @@ -380406,14 +386586,14 @@ { "type": "reflection", "declaration": { - "id": 25998, + "id": 9458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25999, + "id": 9459, "name": "name", "variant": "declaration", "kind": 1024, @@ -380437,7 +386617,7 @@ { "title": "Properties", "children": [ - 25999 + 9459 ] } ], @@ -380519,7 +386699,7 @@ { "title": "Methods", "children": [ - 25995 + 9455 ] } ], @@ -380560,7 +386740,7 @@ } }, { - "id": 26000, + "id": 9460, "name": "run", "variant": "declaration", "kind": 1024, @@ -380583,7 +386763,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26001, + "id": 9461, "name": "__type", "variant": "declaration", "kind": 65536, @@ -380597,7 +386777,7 @@ ], "signatures": [ { - "id": 26002, + "id": 9462, "name": "__type", "variant": "signature", "kind": 4096, @@ -380625,7 +386805,7 @@ ], "typeParameters": [ { - "id": 26003, + "id": 9463, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -380636,7 +386816,7 @@ } }, { - "id": 26004, + "id": 9464, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -380649,7 +386829,7 @@ ], "parameters": [ { - "id": 26005, + "id": 9465, "name": "args", "variant": "param", "kind": 32768, @@ -380682,7 +386862,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -380702,7 +386882,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -380735,7 +386915,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -380755,7 +386935,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -380775,7 +386955,7 @@ } }, { - "id": 26006, + "id": 9466, "name": "getName", "variant": "declaration", "kind": 1024, @@ -380798,7 +386978,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26007, + "id": 9467, "name": "__type", "variant": "declaration", "kind": 65536, @@ -380812,7 +386992,7 @@ ], "signatures": [ { - "id": 26008, + "id": 9468, "name": "__type", "variant": "signature", "kind": 4096, @@ -380834,7 +387014,7 @@ } }, { - "id": 26009, + "id": 9469, "name": "config", "variant": "declaration", "kind": 1024, @@ -380857,7 +387037,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26010, + "id": 9470, "name": "__type", "variant": "declaration", "kind": 65536, @@ -380871,7 +387051,7 @@ ], "signatures": [ { - "id": 26011, + "id": 9471, "name": "__type", "variant": "signature", "kind": 4096, @@ -380885,7 +387065,7 @@ ], "parameters": [ { - "id": 26012, + "id": 9472, "name": "config", "variant": "param", "kind": 32768, @@ -380911,7 +387091,7 @@ } }, { - "id": 26013, + "id": 9473, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -380939,7 +387119,7 @@ ], "documents": [ { - "id": 37738, + "id": 21225, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -380955,6 +387135,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -380965,7 +387154,7 @@ "frontmatter": {} }, { - "id": 37739, + "id": 21226, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -380981,6 +387170,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -380991,7 +387189,7 @@ "frontmatter": {} }, { - "id": 37740, + "id": 21227, "name": "removeExchangeShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -381007,6 +387205,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9352" + } + ] } ], "modifierTags": [ @@ -381017,7 +387224,7 @@ "frontmatter": {} }, { - "id": 37741, + "id": 21228, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -381033,6 +387240,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -381043,7 +387259,7 @@ "frontmatter": {} }, { - "id": 37742, + "id": 21229, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -381059,6 +387275,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -381069,7 +387294,7 @@ "frontmatter": {} }, { - "id": 37743, + "id": 21230, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -381085,6 +387310,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -381096,21 +387330,21 @@ } ], "childrenIncludingDocuments": [ - 25912, - 26000, - 26006, - 26009, - 26013 + 9372, + 9460, + 9466, + 9469, + 9473 ], "groups": [ { "title": "Properties", "children": [ - 25912, - 26000, - 26006, - 26009, - 26013 + 9372, + 9460, + 9466, + 9469, + 9473 ] } ], @@ -381119,12 +387353,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L121" } ], "signatures": [ { - "id": 25905, + "id": 9365, "name": "removeExchangeShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -381171,12 +387405,12 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L121" } ], "typeParameters": [ { - "id": 25906, + "id": 9366, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -381187,7 +387421,7 @@ } }, { - "id": 25907, + "id": 9367, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -381200,7 +387434,7 @@ ], "parameters": [ { - "id": 25908, + "id": 9368, "name": "container", "variant": "param", "kind": 32768, @@ -381224,14 +387458,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 25909, + "id": 9369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25910, + "id": 9370, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -381254,7 +387488,7 @@ } }, { - "id": 25911, + "id": 9371, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -381281,8 +387515,8 @@ { "title": "Properties", "children": [ - 25910, - 25911 + 9370, + 9371 ] } ], @@ -381371,14 +387605,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -381393,7 +387627,7 @@ ] }, { - "id": 26016, + "id": 9476, "name": "order", "variant": "declaration", "kind": 1024, @@ -381411,7 +387645,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L34" } ], "type": { @@ -381425,7 +387659,7 @@ } }, { - "id": 26017, + "id": 9477, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -381443,7 +387677,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L38" } ], "type": { @@ -381457,7 +387691,7 @@ } }, { - "id": 26018, + "id": 9478, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -381475,7 +387709,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L42" } ], "type": { @@ -381489,7 +387723,7 @@ } }, { - "id": 26019, + "id": 9479, "name": "input", "variant": "declaration", "kind": 1024, @@ -381507,7 +387741,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L46" } ], "type": { @@ -381522,7 +387756,7 @@ } }, { - "id": 26020, + "id": 9480, "name": "updateExchangeAddItemValidationStep", "variant": "declaration", "kind": 64, @@ -381557,7 +387791,7 @@ }, "children": [ { - "id": 26029, + "id": 9489, "name": "__type", "variant": "declaration", "kind": 1024, @@ -381575,7 +387809,7 @@ } }, { - "id": 26030, + "id": 9490, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -381597,8 +387831,8 @@ { "title": "Properties", "children": [ - 26029, - 26030 + 9489, + 9490 ] } ], @@ -381607,12 +387841,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L84" } ], "signatures": [ { - "id": 26021, + "id": 9481, "name": "updateExchangeAddItemValidationStep", "variant": "signature", "kind": 4096, @@ -381650,12 +387884,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L84" } ], "parameters": [ { - "id": 26022, + "id": 9482, "name": "input", "variant": "param", "kind": 32768, @@ -381665,7 +387899,7 @@ "types": [ { "type": "reference", - "target": 26014, + "target": 9474, "name": "UpdateExchangeAddItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -381678,7 +387912,7 @@ "typeArguments": [ { "type": "reference", - "target": 26014, + "target": 9474, "name": "UpdateExchangeAddItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -381711,14 +387945,14 @@ { "type": "reflection", "declaration": { - "id": 26023, + "id": 9483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26024, + "id": 9484, "name": "config", "variant": "declaration", "kind": 2048, @@ -381732,7 +387966,7 @@ ], "signatures": [ { - "id": 26025, + "id": 9485, "name": "config", "variant": "signature", "kind": 4096, @@ -381746,7 +387980,7 @@ ], "parameters": [ { - "id": 26026, + "id": 9486, "name": "config", "variant": "param", "kind": 32768, @@ -381757,14 +387991,14 @@ { "type": "reflection", "declaration": { - "id": 26027, + "id": 9487, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26028, + "id": 9488, "name": "name", "variant": "declaration", "kind": 1024, @@ -381788,7 +388022,7 @@ { "title": "Properties", "children": [ - 26028 + 9488 ] } ], @@ -381865,7 +388099,7 @@ { "title": "Methods", "children": [ - 26024 + 9484 ] } ], @@ -381899,7 +388133,7 @@ ] }, { - "id": 26031, + "id": 9491, "name": "updateExchangeAddItemWorkflowId", "variant": "declaration", "kind": 32, @@ -381911,7 +388145,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L113" } ], "type": { @@ -381921,7 +388155,7 @@ "defaultValue": "\"update-exchange-add-item\"" }, { - "id": 26032, + "id": 9492, "name": "updateExchangeAddItemWorkflow", "variant": "declaration", "kind": 64, @@ -381965,7 +388199,7 @@ }, "children": [ { - "id": 26040, + "id": 9500, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -381988,7 +388222,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26041, + "id": 9501, "name": "__type", "variant": "declaration", "kind": 65536, @@ -382002,7 +388236,7 @@ ], "signatures": [ { - "id": 26042, + "id": 9502, "name": "__type", "variant": "signature", "kind": 4096, @@ -382030,7 +388264,7 @@ ], "parameters": [ { - "id": 26043, + "id": 9503, "name": "param0", "variant": "param", "kind": 32768, @@ -382046,14 +388280,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26044, + "id": 9504, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26045, + "id": 9505, "name": "input", "variant": "declaration", "kind": 1024, @@ -382113,7 +388347,7 @@ { "title": "Properties", "children": [ - 26045 + 9505 ] } ], @@ -382134,14 +388368,14 @@ { "type": "reflection", "declaration": { - "id": 26046, + "id": 9506, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26059, + "id": 9519, "name": "id", "variant": "declaration", "kind": 1024, @@ -382187,7 +388421,7 @@ } }, { - "id": 26116, + "id": 9576, "name": "version", "variant": "declaration", "kind": 1024, @@ -382233,7 +388467,7 @@ } }, { - "id": 26117, + "id": 9577, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -382279,7 +388513,7 @@ } }, { - "id": 26086, + "id": 9546, "name": "status", "variant": "declaration", "kind": 1024, @@ -382335,7 +388569,7 @@ } }, { - "id": 26087, + "id": 9547, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -382392,7 +388626,7 @@ } }, { - "id": 26088, + "id": 9548, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -382449,7 +388683,7 @@ } }, { - "id": 26089, + "id": 9549, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -382506,7 +388740,7 @@ } }, { - "id": 26063, + "id": 9523, "name": "email", "variant": "declaration", "kind": 1024, @@ -382563,7 +388797,7 @@ } }, { - "id": 26090, + "id": 9550, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -382609,7 +388843,7 @@ } }, { - "id": 26091, + "id": 9551, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -382679,7 +388913,7 @@ } }, { - "id": 26092, + "id": 9552, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -382749,7 +388983,7 @@ } }, { - "id": 26118, + "id": 9578, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -382825,7 +389059,7 @@ } }, { - "id": 26119, + "id": 9579, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -382901,7 +389135,7 @@ } }, { - "id": 26120, + "id": 9580, "name": "summary", "variant": "declaration", "kind": 1024, @@ -382971,7 +389205,7 @@ } }, { - "id": 26062, + "id": 9522, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -383066,7 +389300,7 @@ } }, { - "id": 26115, + "id": 9575, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -383141,7 +389375,7 @@ } }, { - "id": 26060, + "id": 9520, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -383210,7 +389444,7 @@ } }, { - "id": 26061, + "id": 9521, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -383279,7 +389513,7 @@ } }, { - "id": 26093, + "id": 9553, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -383335,7 +389569,7 @@ } }, { - "id": 26094, + "id": 9554, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -383391,7 +389625,7 @@ } }, { - "id": 26095, + "id": 9555, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -383447,7 +389681,7 @@ } }, { - "id": 26067, + "id": 9527, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -383503,7 +389737,7 @@ } }, { - "id": 26068, + "id": 9528, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -383559,7 +389793,7 @@ } }, { - "id": 26069, + "id": 9529, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -383615,7 +389849,7 @@ } }, { - "id": 26064, + "id": 9524, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -383671,7 +389905,7 @@ } }, { - "id": 26065, + "id": 9525, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -383727,7 +389961,7 @@ } }, { - "id": 26066, + "id": 9526, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -383783,7 +390017,7 @@ } }, { - "id": 26070, + "id": 9530, "name": "total", "variant": "declaration", "kind": 1024, @@ -383839,7 +390073,7 @@ } }, { - "id": 26071, + "id": 9531, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -383895,7 +390129,7 @@ } }, { - "id": 26072, + "id": 9532, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -383951,7 +390185,7 @@ } }, { - "id": 26121, + "id": 9581, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -384007,7 +390241,7 @@ } }, { - "id": 26073, + "id": 9533, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -384063,7 +390297,7 @@ } }, { - "id": 26074, + "id": 9534, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -384119,7 +390353,7 @@ } }, { - "id": 26096, + "id": 9556, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -384175,7 +390409,7 @@ } }, { - "id": 26097, + "id": 9557, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -384231,7 +390465,7 @@ } }, { - "id": 26098, + "id": 9558, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -384287,7 +390521,7 @@ } }, { - "id": 26099, + "id": 9559, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -384343,7 +390577,7 @@ } }, { - "id": 26100, + "id": 9560, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -384399,7 +390633,7 @@ } }, { - "id": 26101, + "id": 9561, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -384455,7 +390689,7 @@ } }, { - "id": 26102, + "id": 9562, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -384511,7 +390745,7 @@ } }, { - "id": 26103, + "id": 9563, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -384567,7 +390801,7 @@ } }, { - "id": 26047, + "id": 9507, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -384623,7 +390857,7 @@ } }, { - "id": 26048, + "id": 9508, "name": "items", "variant": "declaration", "kind": 1024, @@ -384663,14 +390897,14 @@ { "type": "reflection", "declaration": { - "id": 26049, + "id": 9509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26050, + "id": 9510, "name": "actions", "variant": "declaration", "kind": 1024, @@ -384702,7 +390936,7 @@ { "title": "Properties", "children": [ - 26050 + 9510 ] } ], @@ -384742,14 +390976,14 @@ { "type": "reflection", "declaration": { - "id": 26051, + "id": 9511, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26052, + "id": 9512, "name": "actions", "variant": "declaration", "kind": 1024, @@ -384781,7 +391015,7 @@ { "title": "Properties", "children": [ - 26052 + 9512 ] } ], @@ -384805,7 +391039,7 @@ } }, { - "id": 26053, + "id": 9513, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -384845,14 +391079,14 @@ { "type": "reflection", "declaration": { - "id": 26054, + "id": 9514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26055, + "id": 9515, "name": "actions", "variant": "declaration", "kind": 1024, @@ -384884,7 +391118,7 @@ { "title": "Properties", "children": [ - 26055 + 9515 ] } ], @@ -384924,14 +391158,14 @@ { "type": "reflection", "declaration": { - "id": 26056, + "id": 9516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26057, + "id": 9517, "name": "actions", "variant": "declaration", "kind": 1024, @@ -384963,7 +391197,7 @@ { "title": "Properties", "children": [ - 26057 + 9517 ] } ], @@ -384987,7 +391221,7 @@ } }, { - "id": 26058, + "id": 9518, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -385037,51 +391271,51 @@ { "title": "Properties", "children": [ - 26059, - 26116, - 26117, - 26086, - 26087, - 26088, - 26089, - 26063, - 26090, - 26091, - 26092, - 26118, - 26119, - 26120, - 26062, - 26115, - 26060, - 26061, - 26093, - 26094, - 26095, - 26067, - 26068, - 26069, - 26064, - 26065, - 26066, - 26070, - 26071, - 26072, - 26121, - 26073, - 26074, - 26096, - 26097, - 26098, - 26099, - 26100, - 26101, - 26102, - 26103, - 26047, - 26048, - 26053, - 26058 + 9519, + 9576, + 9577, + 9546, + 9547, + 9548, + 9549, + 9523, + 9550, + 9551, + 9552, + 9578, + 9579, + 9580, + 9522, + 9575, + 9520, + 9521, + 9553, + 9554, + 9555, + 9527, + 9528, + 9529, + 9524, + 9525, + 9526, + 9530, + 9531, + 9532, + 9581, + 9533, + 9534, + 9556, + 9557, + 9558, + 9559, + 9560, + 9561, + 9562, + 9563, + 9507, + 9508, + 9513, + 9518 ] } ], @@ -385126,14 +391360,14 @@ { "type": "reflection", "declaration": { - "id": 26122, + "id": 9582, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26123, + "id": 9583, "name": "config", "variant": "declaration", "kind": 2048, @@ -385147,7 +391381,7 @@ ], "signatures": [ { - "id": 26124, + "id": 9584, "name": "config", "variant": "signature", "kind": 4096, @@ -385161,7 +391395,7 @@ ], "parameters": [ { - "id": 26125, + "id": 9585, "name": "config", "variant": "param", "kind": 32768, @@ -385172,14 +391406,14 @@ { "type": "reflection", "declaration": { - "id": 26126, + "id": 9586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26127, + "id": 9587, "name": "name", "variant": "declaration", "kind": 1024, @@ -385203,7 +391437,7 @@ { "title": "Properties", "children": [ - 26127 + 9587 ] } ], @@ -385285,7 +391519,7 @@ { "title": "Methods", "children": [ - 26123 + 9583 ] } ], @@ -385326,7 +391560,7 @@ } }, { - "id": 26128, + "id": 9588, "name": "run", "variant": "declaration", "kind": 1024, @@ -385349,7 +391583,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26129, + "id": 9589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -385363,7 +391597,7 @@ ], "signatures": [ { - "id": 26130, + "id": 9590, "name": "__type", "variant": "signature", "kind": 4096, @@ -385391,7 +391625,7 @@ ], "typeParameters": [ { - "id": 26131, + "id": 9591, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -385402,7 +391636,7 @@ } }, { - "id": 26132, + "id": 9592, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -385415,7 +391649,7 @@ ], "parameters": [ { - "id": 26133, + "id": 9593, "name": "args", "variant": "param", "kind": 32768, @@ -385448,7 +391682,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -385468,7 +391702,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -385501,7 +391735,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -385521,7 +391755,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -385541,7 +391775,7 @@ } }, { - "id": 26134, + "id": 9594, "name": "getName", "variant": "declaration", "kind": 1024, @@ -385564,7 +391798,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26135, + "id": 9595, "name": "__type", "variant": "declaration", "kind": 65536, @@ -385578,7 +391812,7 @@ ], "signatures": [ { - "id": 26136, + "id": 9596, "name": "__type", "variant": "signature", "kind": 4096, @@ -385600,7 +391834,7 @@ } }, { - "id": 26137, + "id": 9597, "name": "config", "variant": "declaration", "kind": 1024, @@ -385623,7 +391857,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26138, + "id": 9598, "name": "__type", "variant": "declaration", "kind": 65536, @@ -385637,7 +391871,7 @@ ], "signatures": [ { - "id": 26139, + "id": 9599, "name": "__type", "variant": "signature", "kind": 4096, @@ -385651,7 +391885,7 @@ ], "parameters": [ { - "id": 26140, + "id": 9600, "name": "config", "variant": "param", "kind": 32768, @@ -385677,7 +391911,7 @@ } }, { - "id": 26141, + "id": 9601, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -385705,7 +391939,7 @@ ], "documents": [ { - "id": 37744, + "id": 21231, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -385721,6 +391955,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -385731,7 +391974,7 @@ "frontmatter": {} }, { - "id": 37745, + "id": 21232, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -385747,6 +391990,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -385757,7 +392009,7 @@ "frontmatter": {} }, { - "id": 37746, + "id": 21233, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -385773,6 +392025,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -385783,7 +392044,7 @@ "frontmatter": {} }, { - "id": 37747, + "id": 21234, "name": "updateExchangeAddItemValidationStep", "variant": "document", "kind": 8388608, @@ -385799,6 +392060,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9480" + } + ] } ], "modifierTags": [ @@ -385809,7 +392079,7 @@ "frontmatter": {} }, { - "id": 37748, + "id": 21235, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -385825,6 +392095,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -385835,7 +392114,7 @@ "frontmatter": {} }, { - "id": 37749, + "id": 21236, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -385851,6 +392130,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -385862,21 +392150,21 @@ } ], "childrenIncludingDocuments": [ - 26040, - 26128, - 26134, - 26137, - 26141 + 9500, + 9588, + 9594, + 9597, + 9601 ], "groups": [ { "title": "Properties", "children": [ - 26040, - 26128, - 26134, - 26137, - 26141 + 9500, + 9588, + 9594, + 9597, + 9601 ] } ], @@ -385885,12 +392173,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L137" } ], "signatures": [ { - "id": 26033, + "id": 9493, "name": "updateExchangeAddItemWorkflow", "variant": "signature", "kind": 4096, @@ -385937,12 +392225,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L137" } ], "typeParameters": [ { - "id": 26034, + "id": 9494, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -385953,7 +392241,7 @@ } }, { - "id": 26035, + "id": 9495, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -385966,7 +392254,7 @@ ], "parameters": [ { - "id": 26036, + "id": 9496, "name": "container", "variant": "param", "kind": 32768, @@ -385990,14 +392278,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26037, + "id": 9497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26038, + "id": 9498, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -386020,7 +392308,7 @@ } }, { - "id": 26039, + "id": 9499, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -386047,8 +392335,8 @@ { "title": "Properties", "children": [ - 26038, - 26039 + 9498, + 9499 ] } ], @@ -386137,14 +392425,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -386159,7 +392447,7 @@ ] }, { - "id": 26144, + "id": 9604, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -386177,7 +392465,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L37" } ], "type": { @@ -386191,7 +392479,7 @@ } }, { - "id": 26145, + "id": 9605, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -386209,7 +392497,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L41" } ], "type": { @@ -386223,7 +392511,7 @@ } }, { - "id": 26146, + "id": 9606, "name": "input", "variant": "declaration", "kind": 1024, @@ -386241,7 +392529,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L45" } ], "type": { @@ -386280,7 +392568,7 @@ } }, { - "id": 26147, + "id": 9607, "name": "updateExchangeShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -386315,7 +392603,7 @@ }, "children": [ { - "id": 26156, + "id": 9616, "name": "__type", "variant": "declaration", "kind": 1024, @@ -386333,7 +392621,7 @@ } }, { - "id": 26157, + "id": 9617, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -386355,8 +392643,8 @@ { "title": "Properties", "children": [ - 26156, - 26157 + 9616, + 9617 ] } ], @@ -386365,12 +392653,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L80" } ], "signatures": [ { - "id": 26148, + "id": 9608, "name": "updateExchangeShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -386408,12 +392696,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L80" } ], "parameters": [ { - "id": 26149, + "id": 9609, "name": "input", "variant": "param", "kind": 32768, @@ -386423,7 +392711,7 @@ "types": [ { "type": "reference", - "target": 26142, + "target": 9602, "name": "UpdateExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -386436,7 +392724,7 @@ "typeArguments": [ { "type": "reference", - "target": 26142, + "target": 9602, "name": "UpdateExchangeShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -386469,14 +392757,14 @@ { "type": "reflection", "declaration": { - "id": 26150, + "id": 9610, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26151, + "id": 9611, "name": "config", "variant": "declaration", "kind": 2048, @@ -386490,7 +392778,7 @@ ], "signatures": [ { - "id": 26152, + "id": 9612, "name": "config", "variant": "signature", "kind": 4096, @@ -386504,7 +392792,7 @@ ], "parameters": [ { - "id": 26153, + "id": 9613, "name": "config", "variant": "param", "kind": 32768, @@ -386515,14 +392803,14 @@ { "type": "reflection", "declaration": { - "id": 26154, + "id": 9614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26155, + "id": 9615, "name": "name", "variant": "declaration", "kind": 1024, @@ -386546,7 +392834,7 @@ { "title": "Properties", "children": [ - 26155 + 9615 ] } ], @@ -386623,7 +392911,7 @@ { "title": "Methods", "children": [ - 26151 + 9611 ] } ], @@ -386657,7 +392945,7 @@ ] }, { - "id": 26158, + "id": 9618, "name": "updateExchangeShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -386669,7 +392957,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 106, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L106" } ], "type": { @@ -386679,7 +392967,7 @@ "defaultValue": "\"update-exchange-shipping-method\"" }, { - "id": 26159, + "id": 9619, "name": "updateExchangeShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -386723,7 +393011,7 @@ }, "children": [ { - "id": 26167, + "id": 9627, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -386746,7 +393034,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26168, + "id": 9628, "name": "__type", "variant": "declaration", "kind": 65536, @@ -386760,7 +393048,7 @@ ], "signatures": [ { - "id": 26169, + "id": 9629, "name": "__type", "variant": "signature", "kind": 4096, @@ -386788,7 +393076,7 @@ ], "parameters": [ { - "id": 26170, + "id": 9630, "name": "param0", "variant": "param", "kind": 32768, @@ -386804,14 +393092,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26171, + "id": 9631, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26172, + "id": 9632, "name": "input", "variant": "declaration", "kind": 1024, @@ -386871,7 +393159,7 @@ { "title": "Properties", "children": [ - 26172 + 9632 ] } ], @@ -386892,14 +393180,14 @@ { "type": "reflection", "declaration": { - "id": 26173, + "id": 9633, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26186, + "id": 9646, "name": "id", "variant": "declaration", "kind": 1024, @@ -386945,7 +393233,7 @@ } }, { - "id": 26243, + "id": 9703, "name": "version", "variant": "declaration", "kind": 1024, @@ -386991,7 +393279,7 @@ } }, { - "id": 26244, + "id": 9704, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -387037,7 +393325,7 @@ } }, { - "id": 26213, + "id": 9673, "name": "status", "variant": "declaration", "kind": 1024, @@ -387093,7 +393381,7 @@ } }, { - "id": 26214, + "id": 9674, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -387150,7 +393438,7 @@ } }, { - "id": 26215, + "id": 9675, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -387207,7 +393495,7 @@ } }, { - "id": 26216, + "id": 9676, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -387264,7 +393552,7 @@ } }, { - "id": 26190, + "id": 9650, "name": "email", "variant": "declaration", "kind": 1024, @@ -387321,7 +393609,7 @@ } }, { - "id": 26217, + "id": 9677, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -387367,7 +393655,7 @@ } }, { - "id": 26218, + "id": 9678, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -387437,7 +393725,7 @@ } }, { - "id": 26219, + "id": 9679, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -387507,7 +393795,7 @@ } }, { - "id": 26245, + "id": 9705, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -387583,7 +393871,7 @@ } }, { - "id": 26246, + "id": 9706, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -387659,7 +393947,7 @@ } }, { - "id": 26247, + "id": 9707, "name": "summary", "variant": "declaration", "kind": 1024, @@ -387729,7 +394017,7 @@ } }, { - "id": 26189, + "id": 9649, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -387824,7 +394112,7 @@ } }, { - "id": 26242, + "id": 9702, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -387899,7 +394187,7 @@ } }, { - "id": 26187, + "id": 9647, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -387968,7 +394256,7 @@ } }, { - "id": 26188, + "id": 9648, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -388037,7 +394325,7 @@ } }, { - "id": 26220, + "id": 9680, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -388093,7 +394381,7 @@ } }, { - "id": 26221, + "id": 9681, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -388149,7 +394437,7 @@ } }, { - "id": 26222, + "id": 9682, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -388205,7 +394493,7 @@ } }, { - "id": 26194, + "id": 9654, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -388261,7 +394549,7 @@ } }, { - "id": 26195, + "id": 9655, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -388317,7 +394605,7 @@ } }, { - "id": 26196, + "id": 9656, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -388373,7 +394661,7 @@ } }, { - "id": 26191, + "id": 9651, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -388429,7 +394717,7 @@ } }, { - "id": 26192, + "id": 9652, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -388485,7 +394773,7 @@ } }, { - "id": 26193, + "id": 9653, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -388541,7 +394829,7 @@ } }, { - "id": 26197, + "id": 9657, "name": "total", "variant": "declaration", "kind": 1024, @@ -388597,7 +394885,7 @@ } }, { - "id": 26198, + "id": 9658, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -388653,7 +394941,7 @@ } }, { - "id": 26199, + "id": 9659, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -388709,7 +394997,7 @@ } }, { - "id": 26248, + "id": 9708, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -388765,7 +395053,7 @@ } }, { - "id": 26200, + "id": 9660, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -388821,7 +395109,7 @@ } }, { - "id": 26201, + "id": 9661, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -388877,7 +395165,7 @@ } }, { - "id": 26223, + "id": 9683, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -388933,7 +395221,7 @@ } }, { - "id": 26224, + "id": 9684, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -388989,7 +395277,7 @@ } }, { - "id": 26225, + "id": 9685, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -389045,7 +395333,7 @@ } }, { - "id": 26226, + "id": 9686, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -389101,7 +395389,7 @@ } }, { - "id": 26227, + "id": 9687, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -389157,7 +395445,7 @@ } }, { - "id": 26228, + "id": 9688, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -389213,7 +395501,7 @@ } }, { - "id": 26229, + "id": 9689, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -389269,7 +395557,7 @@ } }, { - "id": 26230, + "id": 9690, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -389325,7 +395613,7 @@ } }, { - "id": 26174, + "id": 9634, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -389381,7 +395669,7 @@ } }, { - "id": 26175, + "id": 9635, "name": "items", "variant": "declaration", "kind": 1024, @@ -389421,14 +395709,14 @@ { "type": "reflection", "declaration": { - "id": 26176, + "id": 9636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26177, + "id": 9637, "name": "actions", "variant": "declaration", "kind": 1024, @@ -389460,7 +395748,7 @@ { "title": "Properties", "children": [ - 26177 + 9637 ] } ], @@ -389500,14 +395788,14 @@ { "type": "reflection", "declaration": { - "id": 26178, + "id": 9638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26179, + "id": 9639, "name": "actions", "variant": "declaration", "kind": 1024, @@ -389539,7 +395827,7 @@ { "title": "Properties", "children": [ - 26179 + 9639 ] } ], @@ -389563,7 +395851,7 @@ } }, { - "id": 26180, + "id": 9640, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -389603,14 +395891,14 @@ { "type": "reflection", "declaration": { - "id": 26181, + "id": 9641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26182, + "id": 9642, "name": "actions", "variant": "declaration", "kind": 1024, @@ -389642,7 +395930,7 @@ { "title": "Properties", "children": [ - 26182 + 9642 ] } ], @@ -389682,14 +395970,14 @@ { "type": "reflection", "declaration": { - "id": 26183, + "id": 9643, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26184, + "id": 9644, "name": "actions", "variant": "declaration", "kind": 1024, @@ -389721,7 +396009,7 @@ { "title": "Properties", "children": [ - 26184 + 9644 ] } ], @@ -389745,7 +396033,7 @@ } }, { - "id": 26185, + "id": 9645, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -389795,51 +396083,51 @@ { "title": "Properties", "children": [ - 26186, - 26243, - 26244, - 26213, - 26214, - 26215, - 26216, - 26190, - 26217, - 26218, - 26219, - 26245, - 26246, - 26247, - 26189, - 26242, - 26187, - 26188, - 26220, - 26221, - 26222, - 26194, - 26195, - 26196, - 26191, - 26192, - 26193, - 26197, - 26198, - 26199, - 26248, - 26200, - 26201, - 26223, - 26224, - 26225, - 26226, - 26227, - 26228, - 26229, - 26230, - 26174, - 26175, - 26180, - 26185 + 9646, + 9703, + 9704, + 9673, + 9674, + 9675, + 9676, + 9650, + 9677, + 9678, + 9679, + 9705, + 9706, + 9707, + 9649, + 9702, + 9647, + 9648, + 9680, + 9681, + 9682, + 9654, + 9655, + 9656, + 9651, + 9652, + 9653, + 9657, + 9658, + 9659, + 9708, + 9660, + 9661, + 9683, + 9684, + 9685, + 9686, + 9687, + 9688, + 9689, + 9690, + 9634, + 9635, + 9640, + 9645 ] } ], @@ -389884,14 +396172,14 @@ { "type": "reflection", "declaration": { - "id": 26249, + "id": 9709, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26250, + "id": 9710, "name": "config", "variant": "declaration", "kind": 2048, @@ -389905,7 +396193,7 @@ ], "signatures": [ { - "id": 26251, + "id": 9711, "name": "config", "variant": "signature", "kind": 4096, @@ -389919,7 +396207,7 @@ ], "parameters": [ { - "id": 26252, + "id": 9712, "name": "config", "variant": "param", "kind": 32768, @@ -389930,14 +396218,14 @@ { "type": "reflection", "declaration": { - "id": 26253, + "id": 9713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26254, + "id": 9714, "name": "name", "variant": "declaration", "kind": 1024, @@ -389961,7 +396249,7 @@ { "title": "Properties", "children": [ - 26254 + 9714 ] } ], @@ -390043,7 +396331,7 @@ { "title": "Methods", "children": [ - 26250 + 9710 ] } ], @@ -390084,7 +396372,7 @@ } }, { - "id": 26255, + "id": 9715, "name": "run", "variant": "declaration", "kind": 1024, @@ -390107,7 +396395,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26256, + "id": 9716, "name": "__type", "variant": "declaration", "kind": 65536, @@ -390121,7 +396409,7 @@ ], "signatures": [ { - "id": 26257, + "id": 9717, "name": "__type", "variant": "signature", "kind": 4096, @@ -390149,7 +396437,7 @@ ], "typeParameters": [ { - "id": 26258, + "id": 9718, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -390160,7 +396448,7 @@ } }, { - "id": 26259, + "id": 9719, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -390173,7 +396461,7 @@ ], "parameters": [ { - "id": 26260, + "id": 9720, "name": "args", "variant": "param", "kind": 32768, @@ -390206,7 +396494,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -390226,7 +396514,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -390259,7 +396547,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -390279,7 +396567,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -390299,7 +396587,7 @@ } }, { - "id": 26261, + "id": 9721, "name": "getName", "variant": "declaration", "kind": 1024, @@ -390322,7 +396610,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26262, + "id": 9722, "name": "__type", "variant": "declaration", "kind": 65536, @@ -390336,7 +396624,7 @@ ], "signatures": [ { - "id": 26263, + "id": 9723, "name": "__type", "variant": "signature", "kind": 4096, @@ -390358,7 +396646,7 @@ } }, { - "id": 26264, + "id": 9724, "name": "config", "variant": "declaration", "kind": 1024, @@ -390381,7 +396669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26265, + "id": 9725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -390395,7 +396683,7 @@ ], "signatures": [ { - "id": 26266, + "id": 9726, "name": "__type", "variant": "signature", "kind": 4096, @@ -390409,7 +396697,7 @@ ], "parameters": [ { - "id": 26267, + "id": 9727, "name": "config", "variant": "param", "kind": 32768, @@ -390435,7 +396723,7 @@ } }, { - "id": 26268, + "id": 9728, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -390463,7 +396751,7 @@ ], "documents": [ { - "id": 37750, + "id": 21237, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -390479,6 +396767,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -390489,7 +396786,7 @@ "frontmatter": {} }, { - "id": 37751, + "id": 21238, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -390505,6 +396802,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -390515,7 +396821,7 @@ "frontmatter": {} }, { - "id": 37752, + "id": 21239, "name": "when", "variant": "document", "kind": 8388608, @@ -390550,7 +396856,7 @@ "frontmatter": {}, "children": [ { - "id": 37753, + "id": 21240, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -390566,6 +396872,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -390576,7 +396891,7 @@ "frontmatter": {} }, { - "id": 37754, + "id": 21241, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -390592,6 +396907,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -390604,7 +396928,7 @@ ] }, { - "id": 37755, + "id": 21242, "name": "updateExchangeShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -390620,6 +396944,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9607" + } + ] } ], "modifierTags": [ @@ -390630,7 +396963,7 @@ "frontmatter": {} }, { - "id": 37756, + "id": 21243, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -390646,6 +396979,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -390656,7 +396998,7 @@ "frontmatter": {} }, { - "id": 37757, + "id": 21244, "name": "updateOrderShippingMethodsStep", "variant": "document", "kind": 8388608, @@ -390672,6 +397014,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5828" + } + ] } ], "modifierTags": [ @@ -390682,7 +397033,7 @@ "frontmatter": {} }, { - "id": 37758, + "id": 21245, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -390698,6 +397049,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -390709,21 +397069,21 @@ } ], "childrenIncludingDocuments": [ - 26167, - 26255, - 26261, - 26264, - 26268 + 9627, + 9715, + 9721, + 9724, + 9728 ], "groups": [ { "title": "Properties", "children": [ - 26167, - 26255, - 26261, - 26264, - 26268 + 9627, + 9715, + 9721, + 9724, + 9728 ] } ], @@ -390732,12 +397092,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 132, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L132" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L132" } ], "signatures": [ { - "id": 26160, + "id": 9620, "name": "updateExchangeShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -390784,12 +397144,12 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 132, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L132" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L132" } ], "typeParameters": [ { - "id": 26161, + "id": 9621, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -390800,7 +397160,7 @@ } }, { - "id": 26162, + "id": 9622, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -390813,7 +397173,7 @@ ], "parameters": [ { - "id": 26163, + "id": 9623, "name": "container", "variant": "param", "kind": 32768, @@ -390837,14 +397197,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26164, + "id": 9624, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26165, + "id": 9625, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -390867,7 +397227,7 @@ } }, { - "id": 26166, + "id": 9626, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -390894,8 +397254,8 @@ { "title": "Properties", "children": [ - 26165, - 26166 + 9625, + 9626 ] } ], @@ -390984,14 +397344,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -391006,7 +397366,7 @@ ] }, { - "id": 26273, + "id": 9733, "name": "is_draft_order", "variant": "declaration", "kind": 1024, @@ -391026,7 +397386,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" } ], "type": { @@ -391035,7 +397395,7 @@ } }, { - "id": 26274, + "id": 9734, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -391055,7 +397415,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" } ], "type": { @@ -391064,7 +397424,7 @@ } }, { - "id": 26271, + "id": 9731, "name": "filters", "variant": "declaration", "kind": 1024, @@ -391084,20 +397444,20 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" } ], "type": { "type": "reflection", "declaration": { - "id": 26272, + "id": 9732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26273, + "id": 9733, "name": "is_draft_order", "variant": "declaration", "kind": 1024, @@ -391117,7 +397477,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" } ], "type": { @@ -391126,7 +397486,7 @@ } }, { - "id": 26274, + "id": 9734, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -391146,7 +397506,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" } ], "type": { @@ -391159,8 +397519,8 @@ { "title": "Properties", "children": [ - 26273, - 26274 + 9733, + 9734 ] } ], @@ -391169,14 +397529,14 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" } ] } } }, { - "id": 26275, + "id": 9735, "name": "fields", "variant": "declaration", "kind": 1024, @@ -391194,7 +397554,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L37" } ], "type": { @@ -391206,7 +397566,7 @@ } }, { - "id": 26276, + "id": 9736, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -391224,7 +397584,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L41" } ], "type": { @@ -391233,7 +397593,7 @@ } }, { - "id": 26277, + "id": 9737, "name": "version", "variant": "declaration", "kind": 1024, @@ -391253,7 +397613,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L46" } ], "type": { @@ -391262,7 +397622,7 @@ } }, { - "id": 26278, + "id": 9738, "name": "getOrderDetailWorkflowId", "variant": "declaration", "kind": 32, @@ -391274,7 +397634,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 49, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L49" } ], "type": { @@ -391284,7 +397644,7 @@ "defaultValue": "\"get-order-detail\"" }, { - "id": 26279, + "id": 9739, "name": "getOrderDetailWorkflow", "variant": "declaration", "kind": 64, @@ -391328,7 +397688,7 @@ }, "children": [ { - "id": 26287, + "id": 9747, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -391351,7 +397711,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26288, + "id": 9748, "name": "__type", "variant": "declaration", "kind": 65536, @@ -391365,7 +397725,7 @@ ], "signatures": [ { - "id": 26289, + "id": 9749, "name": "__type", "variant": "signature", "kind": 4096, @@ -391393,7 +397753,7 @@ ], "parameters": [ { - "id": 26290, + "id": 9750, "name": "param0", "variant": "param", "kind": 32768, @@ -391409,14 +397769,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26291, + "id": 9751, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26292, + "id": 9752, "name": "input", "variant": "declaration", "kind": 1024, @@ -391441,7 +397801,7 @@ "types": [ { "type": "reference", - "target": 26269, + "target": 9729, "name": "GetOrderDetailWorkflowInput", "package": "@medusajs/core-flows" }, @@ -391454,7 +397814,7 @@ "typeArguments": [ { "type": "reference", - "target": 26269, + "target": 9729, "name": "GetOrderDetailWorkflowInput", "package": "@medusajs/core-flows" } @@ -391470,7 +397830,7 @@ { "title": "Properties", "children": [ - 26292 + 9752 ] } ], @@ -391491,14 +397851,14 @@ { "type": "reflection", "declaration": { - "id": 26293, + "id": 9753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26298, + "id": 9758, "name": "id", "variant": "declaration", "kind": 1024, @@ -391544,7 +397904,7 @@ } }, { - "id": 26299, + "id": 9759, "name": "version", "variant": "declaration", "kind": 1024, @@ -391590,7 +397950,7 @@ } }, { - "id": 26300, + "id": 9760, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -391636,7 +397996,7 @@ } }, { - "id": 26301, + "id": 9761, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -391706,7 +398066,7 @@ } }, { - "id": 26302, + "id": 9762, "name": "status", "variant": "declaration", "kind": 1024, @@ -391762,7 +398122,7 @@ } }, { - "id": 26303, + "id": 9763, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -391819,7 +398179,7 @@ } }, { - "id": 26304, + "id": 9764, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -391876,7 +398236,7 @@ } }, { - "id": 26305, + "id": 9765, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -391933,7 +398293,7 @@ } }, { - "id": 26306, + "id": 9766, "name": "email", "variant": "declaration", "kind": 1024, @@ -391990,7 +398350,7 @@ } }, { - "id": 26307, + "id": 9767, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -392036,7 +398396,7 @@ } }, { - "id": 26308, + "id": 9768, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -392106,7 +398466,7 @@ } }, { - "id": 26309, + "id": 9769, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -392176,7 +398536,7 @@ } }, { - "id": 26310, + "id": 9770, "name": "items", "variant": "declaration", "kind": 1024, @@ -392252,7 +398612,7 @@ } }, { - "id": 26311, + "id": 9771, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -392328,7 +398688,7 @@ } }, { - "id": 26312, + "id": 9772, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -392404,7 +398764,7 @@ } }, { - "id": 26313, + "id": 9773, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -392480,7 +398840,7 @@ } }, { - "id": 26314, + "id": 9774, "name": "summary", "variant": "declaration", "kind": 1024, @@ -392550,7 +398910,7 @@ } }, { - "id": 26315, + "id": 9775, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -392645,7 +399005,7 @@ } }, { - "id": 26316, + "id": 9776, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -392720,7 +399080,7 @@ } }, { - "id": 26317, + "id": 9777, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -392789,7 +399149,7 @@ } }, { - "id": 26318, + "id": 9778, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -392858,7 +399218,7 @@ } }, { - "id": 26319, + "id": 9779, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -392914,7 +399274,7 @@ } }, { - "id": 26320, + "id": 9780, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -392970,7 +399330,7 @@ } }, { - "id": 26321, + "id": 9781, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -393026,7 +399386,7 @@ } }, { - "id": 26322, + "id": 9782, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -393082,7 +399442,7 @@ } }, { - "id": 26323, + "id": 9783, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -393138,7 +399498,7 @@ } }, { - "id": 26324, + "id": 9784, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -393194,7 +399554,7 @@ } }, { - "id": 26325, + "id": 9785, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -393250,7 +399610,7 @@ } }, { - "id": 26326, + "id": 9786, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -393306,7 +399666,7 @@ } }, { - "id": 26327, + "id": 9787, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -393362,7 +399722,7 @@ } }, { - "id": 26328, + "id": 9788, "name": "total", "variant": "declaration", "kind": 1024, @@ -393418,7 +399778,7 @@ } }, { - "id": 26329, + "id": 9789, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -393474,7 +399834,7 @@ } }, { - "id": 26330, + "id": 9790, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -393530,7 +399890,7 @@ } }, { - "id": 26331, + "id": 9791, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -393586,7 +399946,7 @@ } }, { - "id": 26332, + "id": 9792, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -393642,7 +400002,7 @@ } }, { - "id": 26333, + "id": 9793, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -393698,7 +400058,7 @@ } }, { - "id": 26334, + "id": 9794, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -393754,7 +400114,7 @@ } }, { - "id": 26335, + "id": 9795, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -393810,7 +400170,7 @@ } }, { - "id": 26336, + "id": 9796, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -393866,7 +400226,7 @@ } }, { - "id": 26337, + "id": 9797, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -393922,7 +400282,7 @@ } }, { - "id": 26338, + "id": 9798, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -393978,7 +400338,7 @@ } }, { - "id": 26339, + "id": 9799, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -394034,7 +400394,7 @@ } }, { - "id": 26340, + "id": 9800, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -394090,7 +400450,7 @@ } }, { - "id": 26341, + "id": 9801, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -394146,7 +400506,7 @@ } }, { - "id": 26294, + "id": 9754, "name": "payment_collections", "variant": "declaration", "kind": 1024, @@ -394211,7 +400571,7 @@ } }, { - "id": 26295, + "id": 9755, "name": "payment_status", "variant": "declaration", "kind": 1024, @@ -394267,7 +400627,7 @@ } }, { - "id": 26296, + "id": 9756, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -394332,7 +400692,7 @@ } }, { - "id": 26297, + "id": 9757, "name": "fulfillment_status", "variant": "declaration", "kind": 1024, @@ -394392,54 +400752,54 @@ { "title": "Properties", "children": [ - 26298, - 26299, - 26300, - 26301, - 26302, - 26303, - 26304, - 26305, - 26306, - 26307, - 26308, - 26309, - 26310, - 26311, - 26312, - 26313, - 26314, - 26315, - 26316, - 26317, - 26318, - 26319, - 26320, - 26321, - 26322, - 26323, - 26324, - 26325, - 26326, - 26327, - 26328, - 26329, - 26330, - 26331, - 26332, - 26333, - 26334, - 26335, - 26336, - 26337, - 26338, - 26339, - 26340, - 26341, - 26294, - 26295, - 26296, - 26297 + 9758, + 9759, + 9760, + 9761, + 9762, + 9763, + 9764, + 9765, + 9766, + 9767, + 9768, + 9769, + 9770, + 9771, + 9772, + 9773, + 9774, + 9775, + 9776, + 9777, + 9778, + 9779, + 9780, + 9781, + 9782, + 9783, + 9784, + 9785, + 9786, + 9787, + 9788, + 9789, + 9790, + 9791, + 9792, + 9793, + 9794, + 9795, + 9796, + 9797, + 9798, + 9799, + 9800, + 9801, + 9754, + 9755, + 9756, + 9757 ] } ], @@ -394484,14 +400844,14 @@ { "type": "reflection", "declaration": { - "id": 26364, + "id": 9824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26365, + "id": 9825, "name": "config", "variant": "declaration", "kind": 2048, @@ -394505,7 +400865,7 @@ ], "signatures": [ { - "id": 26366, + "id": 9826, "name": "config", "variant": "signature", "kind": 4096, @@ -394519,7 +400879,7 @@ ], "parameters": [ { - "id": 26367, + "id": 9827, "name": "config", "variant": "param", "kind": 32768, @@ -394530,14 +400890,14 @@ { "type": "reflection", "declaration": { - "id": 26368, + "id": 9828, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26369, + "id": 9829, "name": "name", "variant": "declaration", "kind": 1024, @@ -394561,7 +400921,7 @@ { "title": "Properties", "children": [ - 26369 + 9829 ] } ], @@ -394643,7 +401003,7 @@ { "title": "Methods", "children": [ - 26365 + 9825 ] } ], @@ -394684,7 +401044,7 @@ } }, { - "id": 26370, + "id": 9830, "name": "run", "variant": "declaration", "kind": 1024, @@ -394707,7 +401067,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26371, + "id": 9831, "name": "__type", "variant": "declaration", "kind": 65536, @@ -394721,7 +401081,7 @@ ], "signatures": [ { - "id": 26372, + "id": 9832, "name": "__type", "variant": "signature", "kind": 4096, @@ -394749,7 +401109,7 @@ ], "typeParameters": [ { - "id": 26373, + "id": 9833, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -394760,7 +401120,7 @@ } }, { - "id": 26374, + "id": 9834, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -394773,7 +401133,7 @@ ], "parameters": [ { - "id": 26375, + "id": 9835, "name": "args", "variant": "param", "kind": 32768, @@ -394806,7 +401166,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -394817,13 +401177,13 @@ }, "trueType": { "type": "reference", - "target": 26269, + "target": 9729, "name": "GetOrderDetailWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -394856,7 +401216,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -394876,7 +401236,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -394896,7 +401256,7 @@ } }, { - "id": 26376, + "id": 9836, "name": "getName", "variant": "declaration", "kind": 1024, @@ -394919,7 +401279,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26377, + "id": 9837, "name": "__type", "variant": "declaration", "kind": 65536, @@ -394933,7 +401293,7 @@ ], "signatures": [ { - "id": 26378, + "id": 9838, "name": "__type", "variant": "signature", "kind": 4096, @@ -394955,7 +401315,7 @@ } }, { - "id": 26379, + "id": 9839, "name": "config", "variant": "declaration", "kind": 1024, @@ -394978,7 +401338,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26380, + "id": 9840, "name": "__type", "variant": "declaration", "kind": 65536, @@ -394992,7 +401352,7 @@ ], "signatures": [ { - "id": 26381, + "id": 9841, "name": "__type", "variant": "signature", "kind": 4096, @@ -395006,7 +401366,7 @@ ], "parameters": [ { - "id": 26382, + "id": 9842, "name": "config", "variant": "param", "kind": 32768, @@ -395032,7 +401392,7 @@ } }, { - "id": 26383, + "id": 9843, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -395060,7 +401420,7 @@ ], "documents": [ { - "id": 37759, + "id": 21246, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -395076,6 +401436,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -395087,21 +401456,21 @@ } ], "childrenIncludingDocuments": [ - 26287, - 26370, - 26376, - 26379, - 26383 + 9747, + 9830, + 9836, + 9839, + 9843 ], "groups": [ { "title": "Properties", "children": [ - 26287, - 26370, - 26376, - 26379, - 26383 + 9747, + 9830, + 9836, + 9839, + 9843 ] } ], @@ -395110,12 +401479,12 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L71" } ], "signatures": [ { - "id": 26280, + "id": 9740, "name": "getOrderDetailWorkflow", "variant": "signature", "kind": 4096, @@ -395162,12 +401531,12 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L71" } ], "typeParameters": [ { - "id": 26281, + "id": 9741, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -395178,7 +401547,7 @@ } }, { - "id": 26282, + "id": 9742, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -395191,7 +401560,7 @@ ], "parameters": [ { - "id": 26283, + "id": 9743, "name": "container", "variant": "param", "kind": 32768, @@ -395215,14 +401584,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26284, + "id": 9744, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26285, + "id": 9745, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -395245,7 +401614,7 @@ } }, { - "id": 26286, + "id": 9746, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -395272,8 +401641,8 @@ { "title": "Properties", "children": [ - 26285, - 26286 + 9745, + 9746 ] } ], @@ -395344,7 +401713,7 @@ "typeArguments": [ { "type": "reference", - "target": 26269, + "target": 9729, "name": "GetOrderDetailWorkflowInput", "package": "@medusajs/core-flows" }, @@ -395359,14 +401728,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -395381,7 +401750,7 @@ ] }, { - "id": 26386, + "id": 9846, "name": "rows", "variant": "declaration", "kind": 1024, @@ -395399,7 +401768,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 26, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L26" } ], "type": { @@ -395416,7 +401785,7 @@ } }, { - "id": 26389, + "id": 9849, "name": "count", "variant": "declaration", "kind": 1024, @@ -395434,7 +401803,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 34, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" } ], "type": { @@ -395443,7 +401812,7 @@ } }, { - "id": 26390, + "id": 9850, "name": "skip", "variant": "declaration", "kind": 1024, @@ -395461,7 +401830,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 38, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" } ], "type": { @@ -395470,7 +401839,7 @@ } }, { - "id": 26391, + "id": 9851, "name": "take", "variant": "declaration", "kind": 1024, @@ -395488,7 +401857,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 42, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" } ], "type": { @@ -395497,7 +401866,7 @@ } }, { - "id": 26387, + "id": 9847, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -395515,20 +401884,20 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 30, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 26388, + "id": 9848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26389, + "id": 9849, "name": "count", "variant": "declaration", "kind": 1024, @@ -395546,7 +401915,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 34, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" } ], "type": { @@ -395555,7 +401924,7 @@ } }, { - "id": 26390, + "id": 9850, "name": "skip", "variant": "declaration", "kind": 1024, @@ -395573,7 +401942,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 38, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" } ], "type": { @@ -395582,7 +401951,7 @@ } }, { - "id": 26391, + "id": 9851, "name": "take", "variant": "declaration", "kind": 1024, @@ -395600,7 +401969,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 42, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" } ], "type": { @@ -395613,9 +401982,9 @@ { "title": "Properties", "children": [ - 26389, - 26390, - 26391 + 9849, + 9850, + 9851 ] } ], @@ -395624,14 +401993,14 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 30, "character": 16, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" } ] } } }, { - "id": 26394, + "id": 9854, "name": "fields", "variant": "declaration", "kind": 1024, @@ -395649,7 +402018,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L52" } ], "type": { @@ -395661,7 +402030,7 @@ } }, { - "id": 26397, + "id": 9857, "name": "skip", "variant": "declaration", "kind": 1024, @@ -395681,7 +402050,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 60, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" } ], "type": { @@ -395690,7 +402059,7 @@ } }, { - "id": 26398, + "id": 9858, "name": "take", "variant": "declaration", "kind": 1024, @@ -395710,7 +402079,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 64, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" } ], "type": { @@ -395719,7 +402088,7 @@ } }, { - "id": 26399, + "id": 9859, "name": "order", "variant": "declaration", "kind": 1024, @@ -395755,7 +402124,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 69, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" } ], "type": { @@ -395779,7 +402148,7 @@ } }, { - "id": 26395, + "id": 9855, "name": "variables", "variant": "declaration", "kind": 1024, @@ -395799,7 +402168,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 56, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" } ], "type": { @@ -395827,14 +402196,14 @@ { "type": "reflection", "declaration": { - "id": 26396, + "id": 9856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26397, + "id": 9857, "name": "skip", "variant": "declaration", "kind": 1024, @@ -395854,7 +402223,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 60, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" } ], "type": { @@ -395863,7 +402232,7 @@ } }, { - "id": 26398, + "id": 9858, "name": "take", "variant": "declaration", "kind": 1024, @@ -395883,7 +402252,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 64, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" } ], "type": { @@ -395892,7 +402261,7 @@ } }, { - "id": 26399, + "id": 9859, "name": "order", "variant": "declaration", "kind": 1024, @@ -395928,7 +402297,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 69, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" } ], "type": { @@ -395956,9 +402325,9 @@ { "title": "Properties", "children": [ - 26397, - 26398, - 26399 + 9857, + 9858, + 9859 ] } ], @@ -395967,7 +402336,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 56, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" } ] } @@ -395976,7 +402345,7 @@ } }, { - "id": 26400, + "id": 9860, "name": "getOrdersListWorkflowId", "variant": "declaration", "kind": 32, @@ -395988,7 +402357,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L73" } ], "type": { @@ -395998,7 +402367,7 @@ "defaultValue": "\"get-orders-list\"" }, { - "id": 26401, + "id": 9861, "name": "getOrdersListWorkflow", "variant": "declaration", "kind": 64, @@ -396054,7 +402423,7 @@ }, "children": [ { - "id": 26409, + "id": 9869, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -396077,7 +402446,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26410, + "id": 9870, "name": "__type", "variant": "declaration", "kind": 65536, @@ -396091,7 +402460,7 @@ ], "signatures": [ { - "id": 26411, + "id": 9871, "name": "__type", "variant": "signature", "kind": 4096, @@ -396119,7 +402488,7 @@ ], "parameters": [ { - "id": 26412, + "id": 9872, "name": "param0", "variant": "param", "kind": 32768, @@ -396135,14 +402504,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26413, + "id": 9873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26414, + "id": 9874, "name": "input", "variant": "declaration", "kind": 1024, @@ -396167,7 +402536,7 @@ "types": [ { "type": "reference", - "target": 26392, + "target": 9852, "name": "GetOrdersListWorkflowInput", "package": "@medusajs/core-flows" }, @@ -396180,7 +402549,7 @@ "typeArguments": [ { "type": "reference", - "target": 26392, + "target": 9852, "name": "GetOrdersListWorkflowInput", "package": "@medusajs/core-flows" } @@ -396196,7 +402565,7 @@ { "title": "Properties", "children": [ - 26414 + 9874 ] } ], @@ -396227,7 +402596,7 @@ "typeArguments": [ { "type": "reference", - "target": 26384, + "target": 9844, "name": "GetOrdersListWorkflowOutput", "package": "@medusajs/core-flows" } @@ -396238,14 +402607,14 @@ { "type": "reflection", "declaration": { - "id": 26415, + "id": 9875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26416, + "id": 9876, "name": "config", "variant": "declaration", "kind": 2048, @@ -396259,7 +402628,7 @@ ], "signatures": [ { - "id": 26417, + "id": 9877, "name": "config", "variant": "signature", "kind": 4096, @@ -396273,7 +402642,7 @@ ], "parameters": [ { - "id": 26418, + "id": 9878, "name": "config", "variant": "param", "kind": 32768, @@ -396284,14 +402653,14 @@ { "type": "reflection", "declaration": { - "id": 26419, + "id": 9879, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26420, + "id": 9880, "name": "name", "variant": "declaration", "kind": 1024, @@ -396315,7 +402684,7 @@ { "title": "Properties", "children": [ - 26420 + 9880 ] } ], @@ -396378,7 +402747,7 @@ "typeArguments": [ { "type": "reference", - "target": 26384, + "target": 9844, "name": "GetOrdersListWorkflowOutput", "package": "@medusajs/core-flows" } @@ -396394,7 +402763,7 @@ { "title": "Methods", "children": [ - 26416 + 9876 ] } ], @@ -396416,7 +402785,7 @@ "typeArguments": [ { "type": "reference", - "target": 26384, + "target": 9844, "name": "GetOrdersListWorkflowOutput", "package": "@medusajs/core-flows" } @@ -396432,7 +402801,7 @@ } }, { - "id": 26421, + "id": 9881, "name": "run", "variant": "declaration", "kind": 1024, @@ -396455,7 +402824,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26422, + "id": 9882, "name": "__type", "variant": "declaration", "kind": 65536, @@ -396469,7 +402838,7 @@ ], "signatures": [ { - "id": 26423, + "id": 9883, "name": "__type", "variant": "signature", "kind": 4096, @@ -396497,7 +402866,7 @@ ], "typeParameters": [ { - "id": 26424, + "id": 9884, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -396508,7 +402877,7 @@ } }, { - "id": 26425, + "id": 9885, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -396521,7 +402890,7 @@ ], "parameters": [ { - "id": 26426, + "id": 9886, "name": "args", "variant": "param", "kind": 32768, @@ -396554,7 +402923,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -396565,13 +402934,13 @@ }, "trueType": { "type": "reference", - "target": 26392, + "target": 9852, "name": "GetOrdersListWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -396604,7 +402973,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -396615,13 +402984,13 @@ }, "trueType": { "type": "reference", - "target": 26384, + "target": 9844, "name": "GetOrdersListWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -396641,7 +403010,7 @@ } }, { - "id": 26427, + "id": 9887, "name": "getName", "variant": "declaration", "kind": 1024, @@ -396664,7 +403033,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26428, + "id": 9888, "name": "__type", "variant": "declaration", "kind": 65536, @@ -396678,7 +403047,7 @@ ], "signatures": [ { - "id": 26429, + "id": 9889, "name": "__type", "variant": "signature", "kind": 4096, @@ -396700,7 +403069,7 @@ } }, { - "id": 26430, + "id": 9890, "name": "config", "variant": "declaration", "kind": 1024, @@ -396723,7 +403092,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26431, + "id": 9891, "name": "__type", "variant": "declaration", "kind": 65536, @@ -396737,7 +403106,7 @@ ], "signatures": [ { - "id": 26432, + "id": 9892, "name": "__type", "variant": "signature", "kind": 4096, @@ -396751,7 +403120,7 @@ ], "parameters": [ { - "id": 26433, + "id": 9893, "name": "config", "variant": "param", "kind": 32768, @@ -396777,7 +403146,7 @@ } }, { - "id": 26434, + "id": 9894, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -396805,7 +403174,7 @@ ], "documents": [ { - "id": 37760, + "id": 21247, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -396821,6 +403190,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -396832,21 +403210,21 @@ } ], "childrenIncludingDocuments": [ - 26409, - 26421, - 26427, - 26430, - 26434 + 9869, + 9881, + 9887, + 9890, + 9894 ], "groups": [ { "title": "Properties", "children": [ - 26409, - 26421, - 26427, - 26430, - 26434 + 9869, + 9881, + 9887, + 9890, + 9894 ] } ], @@ -396855,12 +403233,12 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L114" } ], "signatures": [ { - "id": 26402, + "id": 9862, "name": "getOrdersListWorkflow", "variant": "signature", "kind": 4096, @@ -396919,12 +403297,12 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L114" } ], "typeParameters": [ { - "id": 26403, + "id": 9863, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -396935,7 +403313,7 @@ } }, { - "id": 26404, + "id": 9864, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -396948,7 +403326,7 @@ ], "parameters": [ { - "id": 26405, + "id": 9865, "name": "container", "variant": "param", "kind": 32768, @@ -396972,14 +403350,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26406, + "id": 9866, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26407, + "id": 9867, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -397002,7 +403380,7 @@ } }, { - "id": 26408, + "id": 9868, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -397029,8 +403407,8 @@ { "title": "Properties", "children": [ - 26407, - 26408 + 9867, + 9868 ] } ], @@ -397101,26 +403479,26 @@ "typeArguments": [ { "type": "reference", - "target": 26392, + "target": 9852, "name": "GetOrdersListWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 26384, + "target": 9844, "name": "GetOrdersListWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -397135,7 +403513,7 @@ ] }, { - "id": 26439, + "id": 9899, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -397153,7 +403531,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" } ], "type": { @@ -397170,7 +403548,7 @@ } }, { - "id": 26437, + "id": 9897, "name": "order", "variant": "declaration", "kind": 1024, @@ -397188,7 +403566,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" } ], "type": { @@ -397206,14 +403584,14 @@ { "type": "reflection", "declaration": { - "id": 26438, + "id": 9898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26439, + "id": 9899, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -397231,7 +403609,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" } ], "type": { @@ -397252,7 +403630,7 @@ { "title": "Properties", "children": [ - 26439 + 9899 ] } ], @@ -397261,7 +403639,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 30, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" } ] } @@ -397270,7 +403648,7 @@ } }, { - "id": 26440, + "id": 9900, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -397288,7 +403666,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L39" } ], "type": { @@ -397302,7 +403680,7 @@ } }, { - "id": 26441, + "id": 9901, "name": "orderFulfillmentDeliverablilityValidationStepId", "variant": "declaration", "kind": 32, @@ -397314,7 +403692,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L42" } ], "type": { @@ -397324,7 +403702,7 @@ "defaultValue": "\"order-fulfillment-deliverability-validation\"" }, { - "id": 26442, + "id": 9902, "name": "orderFulfillmentDeliverablilityValidationStep", "variant": "declaration", "kind": 64, @@ -397359,7 +403737,7 @@ }, "children": [ { - "id": 26461, + "id": 9921, "name": "__type", "variant": "declaration", "kind": 1024, @@ -397377,7 +403755,7 @@ } }, { - "id": 26462, + "id": 9922, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -397399,8 +403777,8 @@ { "title": "Properties", "children": [ - 26461, - 26462 + 9921, + 9922 ] } ], @@ -397409,12 +403787,12 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L74" } ], "signatures": [ { - "id": 26443, + "id": 9903, "name": "orderFulfillmentDeliverablilityValidationStep", "variant": "signature", "kind": 4096, @@ -397452,12 +403830,12 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 74, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L74" } ], "parameters": [ { - "id": 26444, + "id": 9904, "name": "input", "variant": "param", "kind": 32768, @@ -397468,14 +403846,14 @@ { "type": "reflection", "declaration": { - "id": 26445, + "id": 9905, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26446, + "id": 9906, "name": "order", "variant": "declaration", "kind": 1024, @@ -397485,7 +403863,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -397503,14 +403881,14 @@ { "type": "reflection", "declaration": { - "id": 26447, + "id": 9907, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26448, + "id": 9908, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -397520,7 +403898,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -397541,7 +403919,7 @@ { "title": "Properties", "children": [ - 26448 + 9908 ] } ], @@ -397550,7 +403928,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ] } @@ -397559,7 +403937,7 @@ } }, { - "id": 26449, + "id": 9909, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -397569,7 +403947,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 81, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" } ], "type": { @@ -397587,8 +403965,8 @@ { "title": "Properties", "children": [ - 26446, - 26449 + 9906, + 9909 ] } ], @@ -397597,7 +403975,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 79, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L79" } ] } @@ -397612,14 +403990,14 @@ { "type": "reflection", "declaration": { - "id": 26450, + "id": 9910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26451, + "id": 9911, "name": "order", "variant": "declaration", "kind": 1024, @@ -397629,7 +404007,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -397647,14 +404025,14 @@ { "type": "reflection", "declaration": { - "id": 26452, + "id": 9912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26453, + "id": 9913, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -397664,7 +404042,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -397685,7 +404063,7 @@ { "title": "Properties", "children": [ - 26453 + 9913 ] } ], @@ -397694,7 +404072,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ] } @@ -397703,7 +404081,7 @@ } }, { - "id": 26454, + "id": 9914, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -397713,7 +404091,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 81, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" } ], "type": { @@ -397731,8 +404109,8 @@ { "title": "Properties", "children": [ - 26451, - 26454 + 9911, + 9914 ] } ], @@ -397741,7 +404119,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 79, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L79" } ] } @@ -397775,14 +404153,14 @@ { "type": "reflection", "declaration": { - "id": 26455, + "id": 9915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26456, + "id": 9916, "name": "config", "variant": "declaration", "kind": 2048, @@ -397796,7 +404174,7 @@ ], "signatures": [ { - "id": 26457, + "id": 9917, "name": "config", "variant": "signature", "kind": 4096, @@ -397810,7 +404188,7 @@ ], "parameters": [ { - "id": 26458, + "id": 9918, "name": "config", "variant": "param", "kind": 32768, @@ -397821,14 +404199,14 @@ { "type": "reflection", "declaration": { - "id": 26459, + "id": 9919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26460, + "id": 9920, "name": "name", "variant": "declaration", "kind": 1024, @@ -397852,7 +404230,7 @@ { "title": "Properties", "children": [ - 26460 + 9920 ] } ], @@ -397929,7 +404307,7 @@ { "title": "Methods", "children": [ - 26456 + 9916 ] } ], @@ -397963,7 +404341,7 @@ ] }, { - "id": 26448, + "id": 9908, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -397973,7 +404351,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -397990,7 +404368,7 @@ } }, { - "id": 26446, + "id": 9906, "name": "order", "variant": "declaration", "kind": 1024, @@ -398000,7 +404378,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -398018,14 +404396,14 @@ { "type": "reflection", "declaration": { - "id": 26447, + "id": 9907, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26448, + "id": 9908, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -398035,7 +404413,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -398056,7 +404434,7 @@ { "title": "Properties", "children": [ - 26448 + 9908 ] } ], @@ -398065,7 +404443,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ] } @@ -398074,7 +404452,7 @@ } }, { - "id": 26449, + "id": 9909, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -398084,7 +404462,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 81, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" } ], "type": { @@ -398098,7 +404476,7 @@ } }, { - "id": 26453, + "id": 9913, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -398108,7 +404486,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -398125,7 +404503,7 @@ } }, { - "id": 26451, + "id": 9911, "name": "order", "variant": "declaration", "kind": 1024, @@ -398135,7 +404513,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -398153,14 +404531,14 @@ { "type": "reflection", "declaration": { - "id": 26452, + "id": 9912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26453, + "id": 9913, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -398170,7 +404548,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ], "type": { @@ -398191,7 +404569,7 @@ { "title": "Properties", "children": [ - 26453 + 9913 ] } ], @@ -398200,7 +404578,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 80, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L80" } ] } @@ -398209,7 +404587,7 @@ } }, { - "id": 26454, + "id": 9914, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -398219,7 +404597,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 81, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L81" } ], "type": { @@ -398233,7 +404611,7 @@ } }, { - "id": 26465, + "id": 9925, "name": "orderId", "variant": "declaration", "kind": 1024, @@ -398251,7 +404629,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 136, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L136" } ], "type": { @@ -398260,7 +404638,7 @@ } }, { - "id": 26466, + "id": 9926, "name": "fulfillmentId", "variant": "declaration", "kind": 1024, @@ -398278,7 +404656,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 140, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L140" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L140" } ], "type": { @@ -398287,7 +404665,7 @@ } }, { - "id": 26467, + "id": 9927, "name": "markOrderFulfillmentAsDeliveredWorkflowId", "variant": "declaration", "kind": 32, @@ -398299,7 +404677,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 143, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L143" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L143" } ], "type": { @@ -398309,7 +404687,7 @@ "defaultValue": "\"mark-order-fulfillment-as-delivered-workflow\"" }, { - "id": 26468, + "id": 9928, "name": "markOrderFulfillmentAsDeliveredWorkflow", "variant": "declaration", "kind": 64, @@ -398362,7 +404740,7 @@ }, "children": [ { - "id": 26476, + "id": 9936, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -398385,7 +404763,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26477, + "id": 9937, "name": "__type", "variant": "declaration", "kind": 65536, @@ -398399,7 +404777,7 @@ ], "signatures": [ { - "id": 26478, + "id": 9938, "name": "__type", "variant": "signature", "kind": 4096, @@ -398427,7 +404805,7 @@ ], "parameters": [ { - "id": 26479, + "id": 9939, "name": "param0", "variant": "param", "kind": 32768, @@ -398443,14 +404821,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26480, + "id": 9940, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26481, + "id": 9941, "name": "input", "variant": "declaration", "kind": 1024, @@ -398475,7 +404853,7 @@ "types": [ { "type": "reference", - "target": 26463, + "target": 9923, "name": "MarkOrderFulfillmentAsDeliveredWorkflowInput", "package": "@medusajs/core-flows" }, @@ -398488,7 +404866,7 @@ "typeArguments": [ { "type": "reference", - "target": 26463, + "target": 9923, "name": "MarkOrderFulfillmentAsDeliveredWorkflowInput", "package": "@medusajs/core-flows" } @@ -398504,7 +404882,7 @@ { "title": "Properties", "children": [ - 26481 + 9941 ] } ], @@ -398529,7 +404907,7 @@ } }, { - "id": 26482, + "id": 9942, "name": "run", "variant": "declaration", "kind": 1024, @@ -398552,7 +404930,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26483, + "id": 9943, "name": "__type", "variant": "declaration", "kind": 65536, @@ -398566,7 +404944,7 @@ ], "signatures": [ { - "id": 26484, + "id": 9944, "name": "__type", "variant": "signature", "kind": 4096, @@ -398594,7 +404972,7 @@ ], "typeParameters": [ { - "id": 26485, + "id": 9945, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -398605,7 +404983,7 @@ } }, { - "id": 26486, + "id": 9946, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -398618,7 +404996,7 @@ ], "parameters": [ { - "id": 26487, + "id": 9947, "name": "args", "variant": "param", "kind": 32768, @@ -398651,7 +405029,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -398662,13 +405040,13 @@ }, "trueType": { "type": "reference", - "target": 26463, + "target": 9923, "name": "MarkOrderFulfillmentAsDeliveredWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -398701,7 +405079,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -398716,7 +405094,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -398736,7 +405114,7 @@ } }, { - "id": 26488, + "id": 9948, "name": "getName", "variant": "declaration", "kind": 1024, @@ -398759,7 +405137,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26489, + "id": 9949, "name": "__type", "variant": "declaration", "kind": 65536, @@ -398773,7 +405151,7 @@ ], "signatures": [ { - "id": 26490, + "id": 9950, "name": "__type", "variant": "signature", "kind": 4096, @@ -398795,7 +405173,7 @@ } }, { - "id": 26491, + "id": 9951, "name": "config", "variant": "declaration", "kind": 1024, @@ -398818,7 +405196,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26492, + "id": 9952, "name": "__type", "variant": "declaration", "kind": 65536, @@ -398832,7 +405210,7 @@ ], "signatures": [ { - "id": 26493, + "id": 9953, "name": "__type", "variant": "signature", "kind": 4096, @@ -398846,7 +405224,7 @@ ], "parameters": [ { - "id": 26494, + "id": 9954, "name": "config", "variant": "param", "kind": 32768, @@ -398872,7 +405250,7 @@ } }, { - "id": 26495, + "id": 9955, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -398900,7 +405278,7 @@ ], "documents": [ { - "id": 37761, + "id": 21248, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -398916,6 +405294,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -398926,7 +405313,7 @@ "frontmatter": {} }, { - "id": 37762, + "id": 21249, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -398942,6 +405329,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -398952,7 +405348,7 @@ "frontmatter": {} }, { - "id": 37763, + "id": 21250, "name": "orderFulfillmentDeliverablilityValidationStep", "variant": "document", "kind": 8388608, @@ -398968,6 +405364,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9902" + } + ] } ], "modifierTags": [ @@ -398978,7 +405383,7 @@ "frontmatter": {} }, { - "id": 37764, + "id": 21251, "name": "markFulfillmentAsDeliveredWorkflow", "variant": "document", "kind": 8388608, @@ -398994,6 +405399,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4269" + } + ] } ], "modifierTags": [ @@ -399004,7 +405418,7 @@ "frontmatter": {} }, { - "id": 37765, + "id": 21252, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -399020,6 +405434,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -399031,21 +405454,21 @@ } ], "childrenIncludingDocuments": [ - 26476, - 26482, - 26488, - 26491, - 26495 + 9936, + 9942, + 9948, + 9951, + 9955 ], "groups": [ { "title": "Properties", "children": [ - 26476, - 26482, - 26488, - 26491, - 26495 + 9936, + 9942, + 9948, + 9951, + 9955 ] } ], @@ -399054,12 +405477,12 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 165, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L165" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L165" } ], "signatures": [ { - "id": 26469, + "id": 9929, "name": "markOrderFulfillmentAsDeliveredWorkflow", "variant": "signature", "kind": 4096, @@ -399115,12 +405538,12 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 165, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L165" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L165" } ], "typeParameters": [ { - "id": 26470, + "id": 9930, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -399131,7 +405554,7 @@ } }, { - "id": 26471, + "id": 9931, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -399144,7 +405567,7 @@ ], "parameters": [ { - "id": 26472, + "id": 9932, "name": "container", "variant": "param", "kind": 32768, @@ -399168,14 +405591,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26473, + "id": 9933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26474, + "id": 9934, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -399198,7 +405621,7 @@ } }, { - "id": 26475, + "id": 9935, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -399225,8 +405648,8 @@ { "title": "Properties", "children": [ - 26474, - 26475 + 9934, + 9935 ] } ], @@ -399297,7 +405720,7 @@ "typeArguments": [ { "type": "reference", - "target": 26463, + "target": 9923, "name": "MarkOrderFulfillmentAsDeliveredWorkflowInput", "package": "@medusajs/core-flows" }, @@ -399307,14 +405730,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -399329,7 +405752,7 @@ ] }, { - "id": 26498, + "id": 9958, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -399347,7 +405770,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L23" } ], "type": { @@ -399361,7 +405784,7 @@ } }, { - "id": 26499, + "id": 9959, "name": "throwUnlessPaymentCollectionNotPaid", "variant": "declaration", "kind": 64, @@ -399396,7 +405819,7 @@ }, "children": [ { - "id": 26508, + "id": 9968, "name": "__type", "variant": "declaration", "kind": 1024, @@ -399414,7 +405837,7 @@ } }, { - "id": 26509, + "id": 9969, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -399436,8 +405859,8 @@ { "title": "Properties", "children": [ - 26508, - 26509 + 9968, + 9969 ] } ], @@ -399446,12 +405869,12 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L45" } ], "signatures": [ { - "id": 26500, + "id": 9960, "name": "throwUnlessPaymentCollectionNotPaid", "variant": "signature", "kind": 4096, @@ -399489,12 +405912,12 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L45" } ], "parameters": [ { - "id": 26501, + "id": 9961, "name": "input", "variant": "param", "kind": 32768, @@ -399504,7 +405927,7 @@ "types": [ { "type": "reference", - "target": 26496, + "target": 9956, "name": "ThrowUnlessPaymentCollectionNotePaidInput", "package": "@medusajs/core-flows" }, @@ -399517,7 +405940,7 @@ "typeArguments": [ { "type": "reference", - "target": 26496, + "target": 9956, "name": "ThrowUnlessPaymentCollectionNotePaidInput", "package": "@medusajs/core-flows" } @@ -399550,14 +405973,14 @@ { "type": "reflection", "declaration": { - "id": 26502, + "id": 9962, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26503, + "id": 9963, "name": "config", "variant": "declaration", "kind": 2048, @@ -399571,7 +405994,7 @@ ], "signatures": [ { - "id": 26504, + "id": 9964, "name": "config", "variant": "signature", "kind": 4096, @@ -399585,7 +406008,7 @@ ], "parameters": [ { - "id": 26505, + "id": 9965, "name": "config", "variant": "param", "kind": 32768, @@ -399596,14 +406019,14 @@ { "type": "reflection", "declaration": { - "id": 26506, + "id": 9966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26507, + "id": 9967, "name": "name", "variant": "declaration", "kind": 1024, @@ -399627,7 +406050,7 @@ { "title": "Properties", "children": [ - 26507 + 9967 ] } ], @@ -399704,7 +406127,7 @@ { "title": "Methods", "children": [ - 26503 + 9963 ] } ], @@ -399738,7 +406161,7 @@ ] }, { - "id": 26512, + "id": 9972, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -399756,7 +406179,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L64" } ], "type": { @@ -399765,7 +406188,7 @@ } }, { - "id": 26513, + "id": 9973, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -399783,7 +406206,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 68, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L68" } ], "type": { @@ -399792,7 +406215,7 @@ } }, { - "id": 26514, + "id": 9974, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -399812,7 +406235,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L72" } ], "type": { @@ -399821,7 +406244,7 @@ } }, { - "id": 26515, + "id": 9975, "name": "markPaymentCollectionAsPaidId", "variant": "declaration", "kind": 32, @@ -399833,7 +406256,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L76" } ], "type": { @@ -399843,7 +406266,7 @@ "defaultValue": "\"mark-payment-collection-as-paid\"" }, { - "id": 26516, + "id": 9976, "name": "markPaymentCollectionAsPaid", "variant": "declaration", "kind": 64, @@ -399888,7 +406311,7 @@ "content": [ { "kind": "text", - "text": "remote query,payment,workflow,logger,order,event bus" + "text": "remote query,payment,link,workflow,logger,order,event bus" } ] } @@ -399896,7 +406319,7 @@ }, "children": [ { - "id": 26524, + "id": 9984, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -399919,7 +406342,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26525, + "id": 9985, "name": "__type", "variant": "declaration", "kind": 65536, @@ -399933,7 +406356,7 @@ ], "signatures": [ { - "id": 26526, + "id": 9986, "name": "__type", "variant": "signature", "kind": 4096, @@ -399961,7 +406384,7 @@ ], "parameters": [ { - "id": 26527, + "id": 9987, "name": "param0", "variant": "param", "kind": 32768, @@ -399977,14 +406400,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26528, + "id": 9988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26529, + "id": 9989, "name": "input", "variant": "declaration", "kind": 1024, @@ -400009,7 +406432,7 @@ "types": [ { "type": "reference", - "target": 26510, + "target": 9970, "name": "MarkPaymentCollectionAsPaidInput", "package": "@medusajs/core-flows" }, @@ -400022,7 +406445,7 @@ "typeArguments": [ { "type": "reference", - "target": 26510, + "target": 9970, "name": "MarkPaymentCollectionAsPaidInput", "package": "@medusajs/core-flows" } @@ -400038,7 +406461,7 @@ { "title": "Properties", "children": [ - 26529 + 9989 ] } ], @@ -400059,14 +406482,14 @@ { "type": "reflection", "declaration": { - "id": 26530, + "id": 9990, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26531, + "id": 9991, "name": "id", "variant": "declaration", "kind": 1024, @@ -400112,7 +406535,7 @@ } }, { - "id": 26532, + "id": 9992, "name": "amount", "variant": "declaration", "kind": 1024, @@ -400168,7 +406591,7 @@ } }, { - "id": 26533, + "id": 9993, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -400221,7 +406644,7 @@ } }, { - "id": 26534, + "id": 9994, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -400274,7 +406697,7 @@ } }, { - "id": 26535, + "id": 9995, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -400327,7 +406750,7 @@ } }, { - "id": 26536, + "id": 9996, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -400373,7 +406796,7 @@ } }, { - "id": 26537, + "id": 9997, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -400419,7 +406842,7 @@ } }, { - "id": 26538, + "id": 9998, "name": "data", "variant": "declaration", "kind": 1024, @@ -400506,7 +406929,7 @@ } }, { - "id": 26539, + "id": 9999, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -400581,7 +407004,7 @@ } }, { - "id": 26540, + "id": 10000, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -400656,7 +407079,7 @@ } }, { - "id": 26541, + "id": 10001, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -400731,7 +407154,7 @@ } }, { - "id": 26542, + "id": 10002, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -400806,7 +407229,7 @@ } }, { - "id": 26543, + "id": 10003, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -400859,7 +407282,7 @@ } }, { - "id": 26544, + "id": 10004, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -400912,7 +407335,7 @@ } }, { - "id": 26545, + "id": 10005, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -400965,7 +407388,7 @@ } }, { - "id": 26546, + "id": 10006, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -401018,7 +407441,7 @@ } }, { - "id": 26547, + "id": 10007, "name": "captures", "variant": "declaration", "kind": 1024, @@ -401094,7 +407517,7 @@ } }, { - "id": 26548, + "id": 10008, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -401170,7 +407593,7 @@ } }, { - "id": 26549, + "id": 10009, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -401216,7 +407639,7 @@ } }, { - "id": 26550, + "id": 10010, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -401286,7 +407709,7 @@ } }, { - "id": 26551, + "id": 10011, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -401360,27 +407783,27 @@ { "title": "Properties", "children": [ - 26531, - 26532, - 26533, - 26534, - 26535, - 26536, - 26537, - 26538, - 26539, - 26540, - 26541, - 26542, - 26543, - 26544, - 26545, - 26546, - 26547, - 26548, - 26549, - 26550, - 26551 + 9991, + 9992, + 9993, + 9994, + 9995, + 9996, + 9997, + 9998, + 9999, + 10000, + 10001, + 10002, + 10003, + 10004, + 10005, + 10006, + 10007, + 10008, + 10009, + 10010, + 10011 ] } ], @@ -401425,14 +407848,14 @@ { "type": "reflection", "declaration": { - "id": 26552, + "id": 10012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26553, + "id": 10013, "name": "config", "variant": "declaration", "kind": 2048, @@ -401446,7 +407869,7 @@ ], "signatures": [ { - "id": 26554, + "id": 10014, "name": "config", "variant": "signature", "kind": 4096, @@ -401460,7 +407883,7 @@ ], "parameters": [ { - "id": 26555, + "id": 10015, "name": "config", "variant": "param", "kind": 32768, @@ -401471,14 +407894,14 @@ { "type": "reflection", "declaration": { - "id": 26556, + "id": 10016, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26557, + "id": 10017, "name": "name", "variant": "declaration", "kind": 1024, @@ -401502,7 +407925,7 @@ { "title": "Properties", "children": [ - 26557 + 10017 ] } ], @@ -401584,7 +408007,7 @@ { "title": "Methods", "children": [ - 26553 + 10013 ] } ], @@ -401625,7 +408048,7 @@ } }, { - "id": 26558, + "id": 10018, "name": "run", "variant": "declaration", "kind": 1024, @@ -401648,7 +408071,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26559, + "id": 10019, "name": "__type", "variant": "declaration", "kind": 65536, @@ -401662,7 +408085,7 @@ ], "signatures": [ { - "id": 26560, + "id": 10020, "name": "__type", "variant": "signature", "kind": 4096, @@ -401690,7 +408113,7 @@ ], "typeParameters": [ { - "id": 26561, + "id": 10021, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -401701,7 +408124,7 @@ } }, { - "id": 26562, + "id": 10022, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -401714,7 +408137,7 @@ ], "parameters": [ { - "id": 26563, + "id": 10023, "name": "args", "variant": "param", "kind": 32768, @@ -401747,7 +408170,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -401758,13 +408181,13 @@ }, "trueType": { "type": "reference", - "target": 26510, + "target": 9970, "name": "MarkPaymentCollectionAsPaidInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -401797,7 +408220,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -401817,7 +408240,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -401837,7 +408260,7 @@ } }, { - "id": 26564, + "id": 10024, "name": "getName", "variant": "declaration", "kind": 1024, @@ -401860,7 +408283,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26565, + "id": 10025, "name": "__type", "variant": "declaration", "kind": 65536, @@ -401874,7 +408297,7 @@ ], "signatures": [ { - "id": 26566, + "id": 10026, "name": "__type", "variant": "signature", "kind": 4096, @@ -401896,7 +408319,7 @@ } }, { - "id": 26567, + "id": 10027, "name": "config", "variant": "declaration", "kind": 1024, @@ -401919,7 +408342,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26568, + "id": 10028, "name": "__type", "variant": "declaration", "kind": 65536, @@ -401933,7 +408356,7 @@ ], "signatures": [ { - "id": 26569, + "id": 10029, "name": "__type", "variant": "signature", "kind": 4096, @@ -401947,7 +408370,7 @@ ], "parameters": [ { - "id": 26570, + "id": 10030, "name": "config", "variant": "param", "kind": 32768, @@ -401973,7 +408396,7 @@ } }, { - "id": 26571, + "id": 10031, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -402001,7 +408424,7 @@ ], "documents": [ { - "id": 37766, + "id": 21253, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -402017,6 +408440,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -402027,7 +408459,7 @@ "frontmatter": {} }, { - "id": 37767, + "id": 21254, "name": "throwUnlessPaymentCollectionNotPaid", "variant": "document", "kind": 8388608, @@ -402043,6 +408475,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "9959" + } + ] } ], "modifierTags": [ @@ -402053,7 +408494,7 @@ "frontmatter": {} }, { - "id": 37768, + "id": 21255, "name": "createPaymentSessionsWorkflow", "variant": "document", "kind": 8388608, @@ -402069,6 +408510,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14757" + } + ] } ], "modifierTags": [ @@ -402079,7 +408529,7 @@ "frontmatter": {} }, { - "id": 37769, + "id": 21256, "name": "authorizePaymentSessionStep", "variant": "document", "kind": 8388608, @@ -402095,6 +408545,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14273" + } + ] } ], "modifierTags": [ @@ -402105,7 +408564,7 @@ "frontmatter": {} }, { - "id": 37770, + "id": 21257, "name": "capturePaymentWorkflow", "variant": "document", "kind": 8388608, @@ -402121,6 +408580,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14422" + } + ] } ], "modifierTags": [ @@ -402132,21 +408600,21 @@ } ], "childrenIncludingDocuments": [ - 26524, - 26558, - 26564, - 26567, - 26571 + 9984, + 10018, + 10024, + 10027, + 10031 ], "groups": [ { "title": "Properties", "children": [ - 26524, - 26558, - 26564, - 26567, - 26571 + 9984, + 10018, + 10024, + 10027, + 10031 ] } ], @@ -402155,12 +408623,12 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 97, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L97" } ], "signatures": [ { - "id": 26517, + "id": 9977, "name": "markPaymentCollectionAsPaid", "variant": "signature", "kind": 4096, @@ -402205,7 +408673,7 @@ "content": [ { "kind": "text", - "text": "remote query,payment,workflow,logger,order,event bus" + "text": "remote query,payment,link,workflow,logger,order,event bus" } ] } @@ -402216,12 +408684,12 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 97, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L97" } ], "typeParameters": [ { - "id": 26518, + "id": 9978, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -402232,7 +408700,7 @@ } }, { - "id": 26519, + "id": 9979, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -402245,7 +408713,7 @@ ], "parameters": [ { - "id": 26520, + "id": 9980, "name": "container", "variant": "param", "kind": 32768, @@ -402269,14 +408737,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26521, + "id": 9981, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26522, + "id": 9982, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -402299,7 +408767,7 @@ } }, { - "id": 26523, + "id": 9983, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -402326,8 +408794,8 @@ { "title": "Properties", "children": [ - 26522, - 26523 + 9982, + 9983 ] } ], @@ -402398,7 +408866,7 @@ "typeArguments": [ { "type": "reference", - "target": 26510, + "target": 9970, "name": "MarkPaymentCollectionAsPaidInput", "package": "@medusajs/core-flows" }, @@ -402413,14 +408881,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -402435,7 +408903,7 @@ ] }, { - "id": 26574, + "id": 10034, "name": "order", "variant": "declaration", "kind": 1024, @@ -402453,7 +408921,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L24" } ], "type": { @@ -402467,7 +408935,7 @@ } }, { - "id": 26575, + "id": 10035, "name": "beginOrderEditValidationStep", "variant": "declaration", "kind": 64, @@ -402502,7 +408970,7 @@ }, "children": [ { - "id": 26584, + "id": 10044, "name": "__type", "variant": "declaration", "kind": 1024, @@ -402520,7 +408988,7 @@ } }, { - "id": 26585, + "id": 10045, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -402542,8 +409010,8 @@ { "title": "Properties", "children": [ - 26584, - 26585 + 10044, + 10045 ] } ], @@ -402552,12 +409020,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L46" } ], "signatures": [ { - "id": 26576, + "id": 10036, "name": "beginOrderEditValidationStep", "variant": "signature", "kind": 4096, @@ -402595,12 +409063,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L46" } ], "parameters": [ { - "id": 26577, + "id": 10037, "name": "input", "variant": "param", "kind": 32768, @@ -402610,7 +409078,7 @@ "types": [ { "type": "reference", - "target": 26572, + "target": 10032, "name": "BeginOrderEditValidationStepInput", "package": "@medusajs/core-flows" }, @@ -402623,7 +409091,7 @@ "typeArguments": [ { "type": "reference", - "target": 26572, + "target": 10032, "name": "BeginOrderEditValidationStepInput", "package": "@medusajs/core-flows" } @@ -402656,14 +409124,14 @@ { "type": "reflection", "declaration": { - "id": 26578, + "id": 10038, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26579, + "id": 10039, "name": "config", "variant": "declaration", "kind": 2048, @@ -402677,7 +409145,7 @@ ], "signatures": [ { - "id": 26580, + "id": 10040, "name": "config", "variant": "signature", "kind": 4096, @@ -402691,7 +409159,7 @@ ], "parameters": [ { - "id": 26581, + "id": 10041, "name": "config", "variant": "param", "kind": 32768, @@ -402702,14 +409170,14 @@ { "type": "reflection", "declaration": { - "id": 26582, + "id": 10042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26583, + "id": 10043, "name": "name", "variant": "declaration", "kind": 1024, @@ -402733,7 +409201,7 @@ { "title": "Properties", "children": [ - 26583 + 10043 ] } ], @@ -402810,7 +409278,7 @@ { "title": "Methods", "children": [ - 26579 + 10039 ] } ], @@ -402844,7 +409312,7 @@ ] }, { - "id": 26586, + "id": 10046, "name": "beginOrderEditOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -402856,7 +409324,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L53" } ], "type": { @@ -402866,7 +409334,7 @@ "defaultValue": "\"begin-order-edit-order\"" }, { - "id": 26587, + "id": 10047, "name": "beginOrderEditOrderWorkflow", "variant": "declaration", "kind": 64, @@ -402928,7 +409396,7 @@ }, "children": [ { - "id": 26595, + "id": 10055, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -402951,7 +409419,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26596, + "id": 10056, "name": "__type", "variant": "declaration", "kind": 65536, @@ -402965,7 +409433,7 @@ ], "signatures": [ { - "id": 26597, + "id": 10057, "name": "__type", "variant": "signature", "kind": 4096, @@ -402993,7 +409461,7 @@ ], "parameters": [ { - "id": 26598, + "id": 10058, "name": "param0", "variant": "param", "kind": 32768, @@ -403009,14 +409477,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26599, + "id": 10059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26600, + "id": 10060, "name": "input", "variant": "declaration", "kind": 1024, @@ -403076,7 +409544,7 @@ { "title": "Properties", "children": [ - 26600 + 10060 ] } ], @@ -403097,14 +409565,14 @@ { "type": "reflection", "declaration": { - "id": 26601, + "id": 10061, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26602, + "id": 10062, "name": "id", "variant": "declaration", "kind": 1024, @@ -403150,7 +409618,7 @@ } }, { - "id": 26603, + "id": 10063, "name": "version", "variant": "declaration", "kind": 1024, @@ -403196,7 +409664,7 @@ } }, { - "id": 26604, + "id": 10064, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -403285,7 +409753,7 @@ } }, { - "id": 26605, + "id": 10065, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -403331,7 +409799,7 @@ } }, { - "id": 26606, + "id": 10066, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -403377,7 +409845,7 @@ } }, { - "id": 26607, + "id": 10067, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -403423,7 +409891,7 @@ } }, { - "id": 26608, + "id": 10068, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -403469,7 +409937,7 @@ } }, { - "id": 26609, + "id": 10069, "name": "order", "variant": "declaration", "kind": 1024, @@ -403528,7 +409996,7 @@ } }, { - "id": 26610, + "id": 10070, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -403587,7 +410055,7 @@ } }, { - "id": 26611, + "id": 10071, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -403646,7 +410114,7 @@ } }, { - "id": 26612, + "id": 10072, "name": "claim", "variant": "declaration", "kind": 1024, @@ -403705,7 +410173,7 @@ } }, { - "id": 26613, + "id": 10073, "name": "actions", "variant": "declaration", "kind": 1024, @@ -403770,7 +410238,7 @@ } }, { - "id": 26614, + "id": 10074, "name": "status", "variant": "declaration", "kind": 1024, @@ -403826,7 +410294,7 @@ } }, { - "id": 26615, + "id": 10075, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -403885,7 +410353,7 @@ } }, { - "id": 26616, + "id": 10076, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -403962,7 +410430,7 @@ } }, { - "id": 26617, + "id": 10077, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -404021,7 +410489,7 @@ } }, { - "id": 26618, + "id": 10078, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -404098,7 +410566,7 @@ } }, { - "id": 26619, + "id": 10079, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -404157,7 +410625,7 @@ } }, { - "id": 26620, + "id": 10080, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -404216,7 +410684,7 @@ } }, { - "id": 26621, + "id": 10081, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -404305,7 +410773,7 @@ } }, { - "id": 26622, + "id": 10082, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -404382,7 +410850,7 @@ } }, { - "id": 26623, + "id": 10083, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -404441,7 +410909,7 @@ } }, { - "id": 26624, + "id": 10084, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -404518,7 +410986,7 @@ } }, { - "id": 26625, + "id": 10085, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -404587,7 +411055,7 @@ } }, { - "id": 26626, + "id": 10086, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -404660,31 +411128,31 @@ { "title": "Properties", "children": [ - 26602, - 26603, - 26604, - 26605, - 26606, - 26607, - 26608, - 26609, - 26610, - 26611, - 26612, - 26613, - 26614, - 26615, - 26616, - 26617, - 26618, - 26619, - 26620, - 26621, - 26622, - 26623, - 26624, - 26625, - 26626 + 10062, + 10063, + 10064, + 10065, + 10066, + 10067, + 10068, + 10069, + 10070, + 10071, + 10072, + 10073, + 10074, + 10075, + 10076, + 10077, + 10078, + 10079, + 10080, + 10081, + 10082, + 10083, + 10084, + 10085, + 10086 ] } ], @@ -404729,14 +411197,14 @@ { "type": "reflection", "declaration": { - "id": 26627, + "id": 10087, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26628, + "id": 10088, "name": "config", "variant": "declaration", "kind": 2048, @@ -404750,7 +411218,7 @@ ], "signatures": [ { - "id": 26629, + "id": 10089, "name": "config", "variant": "signature", "kind": 4096, @@ -404764,7 +411232,7 @@ ], "parameters": [ { - "id": 26630, + "id": 10090, "name": "config", "variant": "param", "kind": 32768, @@ -404775,14 +411243,14 @@ { "type": "reflection", "declaration": { - "id": 26631, + "id": 10091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26632, + "id": 10092, "name": "name", "variant": "declaration", "kind": 1024, @@ -404806,7 +411274,7 @@ { "title": "Properties", "children": [ - 26632 + 10092 ] } ], @@ -404888,7 +411356,7 @@ { "title": "Methods", "children": [ - 26628 + 10088 ] } ], @@ -404929,7 +411397,7 @@ } }, { - "id": 26633, + "id": 10093, "name": "run", "variant": "declaration", "kind": 1024, @@ -404952,7 +411420,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26634, + "id": 10094, "name": "__type", "variant": "declaration", "kind": 65536, @@ -404966,7 +411434,7 @@ ], "signatures": [ { - "id": 26635, + "id": 10095, "name": "__type", "variant": "signature", "kind": 4096, @@ -404994,7 +411462,7 @@ ], "typeParameters": [ { - "id": 26636, + "id": 10096, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -405005,7 +411473,7 @@ } }, { - "id": 26637, + "id": 10097, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -405018,7 +411486,7 @@ ], "parameters": [ { - "id": 26638, + "id": 10098, "name": "args", "variant": "param", "kind": 32768, @@ -405051,7 +411519,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -405071,7 +411539,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -405104,7 +411572,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -405124,7 +411592,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -405144,7 +411612,7 @@ } }, { - "id": 26639, + "id": 10099, "name": "getName", "variant": "declaration", "kind": 1024, @@ -405167,7 +411635,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26640, + "id": 10100, "name": "__type", "variant": "declaration", "kind": 65536, @@ -405181,7 +411649,7 @@ ], "signatures": [ { - "id": 26641, + "id": 10101, "name": "__type", "variant": "signature", "kind": 4096, @@ -405203,7 +411671,7 @@ } }, { - "id": 26642, + "id": 10102, "name": "config", "variant": "declaration", "kind": 1024, @@ -405226,7 +411694,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26643, + "id": 10103, "name": "__type", "variant": "declaration", "kind": 65536, @@ -405240,7 +411708,7 @@ ], "signatures": [ { - "id": 26644, + "id": 10104, "name": "__type", "variant": "signature", "kind": 4096, @@ -405254,7 +411722,7 @@ ], "parameters": [ { - "id": 26645, + "id": 10105, "name": "config", "variant": "param", "kind": 32768, @@ -405280,7 +411748,7 @@ } }, { - "id": 26646, + "id": 10106, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -405308,7 +411776,7 @@ ], "documents": [ { - "id": 37771, + "id": 21258, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -405324,6 +411792,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -405334,7 +411811,7 @@ "frontmatter": {} }, { - "id": 37772, + "id": 21259, "name": "beginOrderEditValidationStep", "variant": "document", "kind": 8388608, @@ -405350,6 +411827,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10035" + } + ] } ], "modifierTags": [ @@ -405360,7 +411846,7 @@ "frontmatter": {} }, { - "id": 37773, + "id": 21260, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -405376,6 +411862,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -405387,21 +411882,21 @@ } ], "childrenIncludingDocuments": [ - 26595, - 26633, - 26639, - 26642, - 26646 + 10055, + 10093, + 10099, + 10102, + 10106 ], "groups": [ { "title": "Properties", "children": [ - 26595, - 26633, - 26639, - 26642, - 26646 + 10055, + 10093, + 10099, + 10102, + 10106 ] } ], @@ -405410,12 +411905,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L76" } ], "signatures": [ { - "id": 26588, + "id": 10048, "name": "beginOrderEditOrderWorkflow", "variant": "signature", "kind": 4096, @@ -405480,12 +411975,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L76" } ], "typeParameters": [ { - "id": 26589, + "id": 10049, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -405496,7 +411991,7 @@ } }, { - "id": 26590, + "id": 10050, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -405509,7 +412004,7 @@ ], "parameters": [ { - "id": 26591, + "id": 10051, "name": "container", "variant": "param", "kind": 32768, @@ -405533,14 +412028,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26592, + "id": 10052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26593, + "id": 10053, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -405563,7 +412058,7 @@ } }, { - "id": 26594, + "id": 10054, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -405590,8 +412085,8 @@ { "title": "Properties", "children": [ - 26593, - 26594 + 10053, + 10054 ] } ], @@ -405680,14 +412175,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -405702,7 +412197,7 @@ ] }, { - "id": 26649, + "id": 10109, "name": "order", "variant": "declaration", "kind": 1024, @@ -405720,7 +412215,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L24" } ], "type": { @@ -405734,7 +412229,7 @@ } }, { - "id": 26650, + "id": 10110, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -405752,7 +412247,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L28" } ], "type": { @@ -405766,7 +412261,7 @@ } }, { - "id": 26651, + "id": 10111, "name": "cancelBeginOrderEditValidationStep", "variant": "declaration", "kind": 64, @@ -405801,7 +412296,7 @@ }, "children": [ { - "id": 26660, + "id": 10120, "name": "__type", "variant": "declaration", "kind": 1024, @@ -405819,7 +412314,7 @@ } }, { - "id": 26661, + "id": 10121, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -405841,8 +412336,8 @@ { "title": "Properties", "children": [ - 26660, - 26661 + 10120, + 10121 ] } ], @@ -405851,12 +412346,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L54" } ], "signatures": [ { - "id": 26652, + "id": 10112, "name": "cancelBeginOrderEditValidationStep", "variant": "signature", "kind": 4096, @@ -405894,12 +412389,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L54" } ], "parameters": [ { - "id": 26653, + "id": 10113, "name": "input", "variant": "param", "kind": 32768, @@ -405909,7 +412404,7 @@ "types": [ { "type": "reference", - "target": 26647, + "target": 10107, "name": "CancelBeginOrderEditValidationStepInput", "package": "@medusajs/core-flows" }, @@ -405922,7 +412417,7 @@ "typeArguments": [ { "type": "reference", - "target": 26647, + "target": 10107, "name": "CancelBeginOrderEditValidationStepInput", "package": "@medusajs/core-flows" } @@ -405955,14 +412450,14 @@ { "type": "reflection", "declaration": { - "id": 26654, + "id": 10114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26655, + "id": 10115, "name": "config", "variant": "declaration", "kind": 2048, @@ -405976,7 +412471,7 @@ ], "signatures": [ { - "id": 26656, + "id": 10116, "name": "config", "variant": "signature", "kind": 4096, @@ -405990,7 +412485,7 @@ ], "parameters": [ { - "id": 26657, + "id": 10117, "name": "config", "variant": "param", "kind": 32768, @@ -406001,14 +412496,14 @@ { "type": "reflection", "declaration": { - "id": 26658, + "id": 10118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26659, + "id": 10119, "name": "name", "variant": "declaration", "kind": 1024, @@ -406032,7 +412527,7 @@ { "title": "Properties", "children": [ - 26659 + 10119 ] } ], @@ -406109,7 +412604,7 @@ { "title": "Methods", "children": [ - 26655 + 10115 ] } ], @@ -406143,7 +412638,7 @@ ] }, { - "id": 26664, + "id": 10124, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -406161,7 +412656,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L72" } ], "type": { @@ -406170,7 +412665,7 @@ } }, { - "id": 26665, + "id": 10125, "name": "cancelBeginOrderEditWorkflowId", "variant": "declaration", "kind": 32, @@ -406182,7 +412677,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L75" } ], "type": { @@ -406192,7 +412687,7 @@ "defaultValue": "\"cancel-begin-order-edit\"" }, { - "id": 26666, + "id": 10126, "name": "cancelBeginOrderEditWorkflow", "variant": "declaration", "kind": 64, @@ -406236,7 +412731,7 @@ }, "children": [ { - "id": 26674, + "id": 10134, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -406259,7 +412754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26675, + "id": 10135, "name": "__type", "variant": "declaration", "kind": 65536, @@ -406273,7 +412768,7 @@ ], "signatures": [ { - "id": 26676, + "id": 10136, "name": "__type", "variant": "signature", "kind": 4096, @@ -406301,7 +412796,7 @@ ], "parameters": [ { - "id": 26677, + "id": 10137, "name": "param0", "variant": "param", "kind": 32768, @@ -406317,14 +412812,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26678, + "id": 10138, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26679, + "id": 10139, "name": "input", "variant": "declaration", "kind": 1024, @@ -406349,7 +412844,7 @@ "types": [ { "type": "reference", - "target": 26662, + "target": 10122, "name": "CancelBeginOrderEditWorkflowInput", "package": "@medusajs/core-flows" }, @@ -406362,7 +412857,7 @@ "typeArguments": [ { "type": "reference", - "target": 26662, + "target": 10122, "name": "CancelBeginOrderEditWorkflowInput", "package": "@medusajs/core-flows" } @@ -406378,7 +412873,7 @@ { "title": "Properties", "children": [ - 26679 + 10139 ] } ], @@ -406414,14 +412909,14 @@ { "type": "reflection", "declaration": { - "id": 26680, + "id": 10140, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26681, + "id": 10141, "name": "config", "variant": "declaration", "kind": 2048, @@ -406435,7 +412930,7 @@ ], "signatures": [ { - "id": 26682, + "id": 10142, "name": "config", "variant": "signature", "kind": 4096, @@ -406449,7 +412944,7 @@ ], "parameters": [ { - "id": 26683, + "id": 10143, "name": "config", "variant": "param", "kind": 32768, @@ -406460,14 +412955,14 @@ { "type": "reflection", "declaration": { - "id": 26684, + "id": 10144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26685, + "id": 10145, "name": "name", "variant": "declaration", "kind": 1024, @@ -406491,7 +412986,7 @@ { "title": "Properties", "children": [ - 26685 + 10145 ] } ], @@ -406568,7 +413063,7 @@ { "title": "Methods", "children": [ - 26681 + 10141 ] } ], @@ -406604,7 +413099,7 @@ } }, { - "id": 26686, + "id": 10146, "name": "run", "variant": "declaration", "kind": 1024, @@ -406627,7 +413122,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26687, + "id": 10147, "name": "__type", "variant": "declaration", "kind": 65536, @@ -406641,7 +413136,7 @@ ], "signatures": [ { - "id": 26688, + "id": 10148, "name": "__type", "variant": "signature", "kind": 4096, @@ -406669,7 +413164,7 @@ ], "typeParameters": [ { - "id": 26689, + "id": 10149, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -406680,7 +413175,7 @@ } }, { - "id": 26690, + "id": 10150, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -406693,7 +413188,7 @@ ], "parameters": [ { - "id": 26691, + "id": 10151, "name": "args", "variant": "param", "kind": 32768, @@ -406726,7 +413221,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -406737,13 +413232,13 @@ }, "trueType": { "type": "reference", - "target": 26662, + "target": 10122, "name": "CancelBeginOrderEditWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -406776,7 +413271,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -406791,7 +413286,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -406811,7 +413306,7 @@ } }, { - "id": 26692, + "id": 10152, "name": "getName", "variant": "declaration", "kind": 1024, @@ -406834,7 +413329,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26693, + "id": 10153, "name": "__type", "variant": "declaration", "kind": 65536, @@ -406848,7 +413343,7 @@ ], "signatures": [ { - "id": 26694, + "id": 10154, "name": "__type", "variant": "signature", "kind": 4096, @@ -406870,7 +413365,7 @@ } }, { - "id": 26695, + "id": 10155, "name": "config", "variant": "declaration", "kind": 1024, @@ -406893,7 +413388,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26696, + "id": 10156, "name": "__type", "variant": "declaration", "kind": 65536, @@ -406907,7 +413402,7 @@ ], "signatures": [ { - "id": 26697, + "id": 10157, "name": "__type", "variant": "signature", "kind": 4096, @@ -406921,7 +413416,7 @@ ], "parameters": [ { - "id": 26698, + "id": 10158, "name": "config", "variant": "param", "kind": 32768, @@ -406947,7 +413442,7 @@ } }, { - "id": 26699, + "id": 10159, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -406970,7 +413465,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26700, + "id": 10160, "name": "__type", "variant": "declaration", "kind": 65536, @@ -406984,14 +413479,14 @@ ], "indexSignatures": [ { - "id": 26701, + "id": 10161, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 26702, + "id": 10162, "name": "key", "variant": "param", "kind": 32768, @@ -407005,7 +413500,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26703, + "id": 10163, "name": "__type", "variant": "declaration", "kind": 65536, @@ -407019,7 +413514,7 @@ ], "signatures": [ { - "id": 26704, + "id": 10164, "name": "__type", "variant": "signature", "kind": 4096, @@ -407033,14 +413528,14 @@ ], "typeParameters": [ { - "id": 26705, + "id": 10165, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 26706, + "id": 10166, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -407049,7 +413544,7 @@ ], "parameters": [ { - "id": 26707, + "id": 10167, "name": "invoke", "variant": "param", "kind": 32768, @@ -407067,14 +413562,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -407085,7 +413580,7 @@ } }, { - "id": 26708, + "id": 10168, "name": "compensate", "variant": "param", "kind": 32768, @@ -407101,7 +413596,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -407128,7 +413623,7 @@ ], "documents": [ { - "id": 37774, + "id": 21261, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -407144,6 +413639,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -407154,7 +413658,7 @@ "frontmatter": {} }, { - "id": 37775, + "id": 21262, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -407170,6 +413674,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -407180,7 +413693,7 @@ "frontmatter": {} }, { - "id": 37776, + "id": 21263, "name": "cancelBeginOrderEditValidationStep", "variant": "document", "kind": 8388608, @@ -407196,6 +413709,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10111" + } + ] } ], "modifierTags": [ @@ -407206,7 +413728,7 @@ "frontmatter": {} }, { - "id": 37777, + "id": 21264, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -407222,6 +413744,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -407232,7 +413763,7 @@ "frontmatter": {} }, { - "id": 37778, + "id": 21265, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -407248,6 +413779,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -407259,21 +413799,21 @@ } ], "childrenIncludingDocuments": [ - 26674, - 26686, - 26692, - 26695, - 26699 + 10134, + 10146, + 10152, + 10155, + 10159 ], "groups": [ { "title": "Properties", "children": [ - 26674, - 26686, - 26692, - 26695, - 26699 + 10134, + 10146, + 10152, + 10155, + 10159 ] } ], @@ -407282,12 +413822,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 95, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L95" } ], "signatures": [ { - "id": 26667, + "id": 10127, "name": "cancelBeginOrderEditWorkflow", "variant": "signature", "kind": 4096, @@ -407334,12 +413874,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 95, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L95" } ], "typeParameters": [ { - "id": 26668, + "id": 10128, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -407350,7 +413890,7 @@ } }, { - "id": 26669, + "id": 10129, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -407363,7 +413903,7 @@ ], "parameters": [ { - "id": 26670, + "id": 10130, "name": "container", "variant": "param", "kind": 32768, @@ -407387,14 +413927,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26671, + "id": 10131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26672, + "id": 10132, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -407417,7 +413957,7 @@ } }, { - "id": 26673, + "id": 10133, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -407444,8 +413984,8 @@ { "title": "Properties", "children": [ - 26672, - 26673 + 10132, + 10133 ] } ], @@ -407516,7 +414056,7 @@ "typeArguments": [ { "type": "reference", - "target": 26662, + "target": 10122, "name": "CancelBeginOrderEditWorkflowInput", "package": "@medusajs/core-flows" }, @@ -407526,14 +414066,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -407548,7 +414088,7 @@ ] }, { - "id": 26711, + "id": 10171, "name": "order", "variant": "declaration", "kind": 1024, @@ -407566,7 +414106,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L37" } ], "type": { @@ -407580,7 +414120,7 @@ } }, { - "id": 26712, + "id": 10172, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -407598,7 +414138,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L41" } ], "type": { @@ -407612,7 +414152,7 @@ } }, { - "id": 26713, + "id": 10173, "name": "confirmOrderEditRequestValidationStep", "variant": "declaration", "kind": 64, @@ -407647,7 +414187,7 @@ }, "children": [ { - "id": 26722, + "id": 10182, "name": "__type", "variant": "declaration", "kind": 1024, @@ -407665,7 +414205,7 @@ } }, { - "id": 26723, + "id": 10183, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -407687,8 +414227,8 @@ { "title": "Properties", "children": [ - 26722, - 26723 + 10182, + 10183 ] } ], @@ -407697,12 +414237,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L67" } ], "signatures": [ { - "id": 26714, + "id": 10174, "name": "confirmOrderEditRequestValidationStep", "variant": "signature", "kind": 4096, @@ -407740,12 +414280,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L67" } ], "parameters": [ { - "id": 26715, + "id": 10175, "name": "input", "variant": "param", "kind": 32768, @@ -407755,7 +414295,7 @@ "types": [ { "type": "reference", - "target": 26709, + "target": 10169, "name": "ConfirmOrderEditRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -407768,7 +414308,7 @@ "typeArguments": [ { "type": "reference", - "target": 26709, + "target": 10169, "name": "ConfirmOrderEditRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -407801,14 +414341,14 @@ { "type": "reflection", "declaration": { - "id": 26716, + "id": 10176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26717, + "id": 10177, "name": "config", "variant": "declaration", "kind": 2048, @@ -407822,7 +414362,7 @@ ], "signatures": [ { - "id": 26718, + "id": 10178, "name": "config", "variant": "signature", "kind": 4096, @@ -407836,7 +414376,7 @@ ], "parameters": [ { - "id": 26719, + "id": 10179, "name": "config", "variant": "param", "kind": 32768, @@ -407847,14 +414387,14 @@ { "type": "reflection", "declaration": { - "id": 26720, + "id": 10180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26721, + "id": 10181, "name": "name", "variant": "declaration", "kind": 1024, @@ -407878,7 +414418,7 @@ { "title": "Properties", "children": [ - 26721 + 10181 ] } ], @@ -407955,7 +414495,7 @@ { "title": "Methods", "children": [ - 26717 + 10177 ] } ], @@ -407989,7 +414529,7 @@ ] }, { - "id": 26726, + "id": 10186, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -408007,7 +414547,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 85, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L85" } ], "type": { @@ -408016,7 +414556,7 @@ } }, { - "id": 26727, + "id": 10187, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -408036,7 +414576,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 89, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L89" } ], "type": { @@ -408045,7 +414585,7 @@ } }, { - "id": 26728, + "id": 10188, "name": "confirmOrderEditRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -408057,7 +414597,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L92" } ], "type": { @@ -408067,7 +414607,7 @@ "defaultValue": "\"confirm-order-edit-request\"" }, { - "id": 26729, + "id": 10189, "name": "confirmOrderEditRequestWorkflow", "variant": "declaration", "kind": 64, @@ -408120,7 +414660,7 @@ }, "children": [ { - "id": 26737, + "id": 10197, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -408143,7 +414683,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26738, + "id": 10198, "name": "__type", "variant": "declaration", "kind": 65536, @@ -408157,7 +414697,7 @@ ], "signatures": [ { - "id": 26739, + "id": 10199, "name": "__type", "variant": "signature", "kind": 4096, @@ -408185,7 +414725,7 @@ ], "parameters": [ { - "id": 26740, + "id": 10200, "name": "param0", "variant": "param", "kind": 32768, @@ -408201,14 +414741,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26741, + "id": 10201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26742, + "id": 10202, "name": "input", "variant": "declaration", "kind": 1024, @@ -408233,7 +414773,7 @@ "types": [ { "type": "reference", - "target": 26724, + "target": 10184, "name": "ConfirmOrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -408246,7 +414786,7 @@ "typeArguments": [ { "type": "reference", - "target": 26724, + "target": 10184, "name": "ConfirmOrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -408262,7 +414802,7 @@ { "title": "Properties", "children": [ - 26742 + 10202 ] } ], @@ -408283,14 +414823,14 @@ { "type": "reflection", "declaration": { - "id": 26743, + "id": 10203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26756, + "id": 10216, "name": "id", "variant": "declaration", "kind": 1024, @@ -408336,7 +414876,7 @@ } }, { - "id": 26813, + "id": 10273, "name": "version", "variant": "declaration", "kind": 1024, @@ -408382,7 +414922,7 @@ } }, { - "id": 26814, + "id": 10274, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -408428,7 +414968,7 @@ } }, { - "id": 26783, + "id": 10243, "name": "status", "variant": "declaration", "kind": 1024, @@ -408484,7 +415024,7 @@ } }, { - "id": 26784, + "id": 10244, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -408541,7 +415081,7 @@ } }, { - "id": 26785, + "id": 10245, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -408598,7 +415138,7 @@ } }, { - "id": 26786, + "id": 10246, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -408655,7 +415195,7 @@ } }, { - "id": 26760, + "id": 10220, "name": "email", "variant": "declaration", "kind": 1024, @@ -408712,7 +415252,7 @@ } }, { - "id": 26787, + "id": 10247, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -408758,7 +415298,7 @@ } }, { - "id": 26788, + "id": 10248, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -408828,7 +415368,7 @@ } }, { - "id": 26789, + "id": 10249, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -408898,7 +415438,7 @@ } }, { - "id": 26815, + "id": 10275, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -408974,7 +415514,7 @@ } }, { - "id": 26816, + "id": 10276, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -409050,7 +415590,7 @@ } }, { - "id": 26817, + "id": 10277, "name": "summary", "variant": "declaration", "kind": 1024, @@ -409120,7 +415660,7 @@ } }, { - "id": 26759, + "id": 10219, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -409215,7 +415755,7 @@ } }, { - "id": 26812, + "id": 10272, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -409290,7 +415830,7 @@ } }, { - "id": 26757, + "id": 10217, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -409359,7 +415899,7 @@ } }, { - "id": 26758, + "id": 10218, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -409428,7 +415968,7 @@ } }, { - "id": 26790, + "id": 10250, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -409484,7 +416024,7 @@ } }, { - "id": 26791, + "id": 10251, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -409540,7 +416080,7 @@ } }, { - "id": 26792, + "id": 10252, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -409596,7 +416136,7 @@ } }, { - "id": 26764, + "id": 10224, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -409652,7 +416192,7 @@ } }, { - "id": 26765, + "id": 10225, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -409708,7 +416248,7 @@ } }, { - "id": 26766, + "id": 10226, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -409764,7 +416304,7 @@ } }, { - "id": 26761, + "id": 10221, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -409820,7 +416360,7 @@ } }, { - "id": 26762, + "id": 10222, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -409876,7 +416416,7 @@ } }, { - "id": 26763, + "id": 10223, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -409932,7 +416472,7 @@ } }, { - "id": 26767, + "id": 10227, "name": "total", "variant": "declaration", "kind": 1024, @@ -409988,7 +416528,7 @@ } }, { - "id": 26768, + "id": 10228, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -410044,7 +416584,7 @@ } }, { - "id": 26769, + "id": 10229, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -410100,7 +416640,7 @@ } }, { - "id": 26818, + "id": 10278, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -410156,7 +416696,7 @@ } }, { - "id": 26770, + "id": 10230, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -410212,7 +416752,7 @@ } }, { - "id": 26771, + "id": 10231, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -410268,7 +416808,7 @@ } }, { - "id": 26793, + "id": 10253, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -410324,7 +416864,7 @@ } }, { - "id": 26794, + "id": 10254, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -410380,7 +416920,7 @@ } }, { - "id": 26795, + "id": 10255, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -410436,7 +416976,7 @@ } }, { - "id": 26796, + "id": 10256, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -410492,7 +417032,7 @@ } }, { - "id": 26797, + "id": 10257, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -410548,7 +417088,7 @@ } }, { - "id": 26798, + "id": 10258, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -410604,7 +417144,7 @@ } }, { - "id": 26799, + "id": 10259, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -410660,7 +417200,7 @@ } }, { - "id": 26800, + "id": 10260, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -410716,7 +417256,7 @@ } }, { - "id": 26744, + "id": 10204, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -410772,7 +417312,7 @@ } }, { - "id": 26745, + "id": 10205, "name": "items", "variant": "declaration", "kind": 1024, @@ -410812,14 +417352,14 @@ { "type": "reflection", "declaration": { - "id": 26746, + "id": 10206, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26747, + "id": 10207, "name": "actions", "variant": "declaration", "kind": 1024, @@ -410851,7 +417391,7 @@ { "title": "Properties", "children": [ - 26747 + 10207 ] } ], @@ -410891,14 +417431,14 @@ { "type": "reflection", "declaration": { - "id": 26748, + "id": 10208, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26749, + "id": 10209, "name": "actions", "variant": "declaration", "kind": 1024, @@ -410930,7 +417470,7 @@ { "title": "Properties", "children": [ - 26749 + 10209 ] } ], @@ -410954,7 +417494,7 @@ } }, { - "id": 26750, + "id": 10210, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -410994,14 +417534,14 @@ { "type": "reflection", "declaration": { - "id": 26751, + "id": 10211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26752, + "id": 10212, "name": "actions", "variant": "declaration", "kind": 1024, @@ -411033,7 +417573,7 @@ { "title": "Properties", "children": [ - 26752 + 10212 ] } ], @@ -411073,14 +417613,14 @@ { "type": "reflection", "declaration": { - "id": 26753, + "id": 10213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26754, + "id": 10214, "name": "actions", "variant": "declaration", "kind": 1024, @@ -411112,7 +417652,7 @@ { "title": "Properties", "children": [ - 26754 + 10214 ] } ], @@ -411136,7 +417676,7 @@ } }, { - "id": 26755, + "id": 10215, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -411186,51 +417726,51 @@ { "title": "Properties", "children": [ - 26756, - 26813, - 26814, - 26783, - 26784, - 26785, - 26786, - 26760, - 26787, - 26788, - 26789, - 26815, - 26816, - 26817, - 26759, - 26812, - 26757, - 26758, - 26790, - 26791, - 26792, - 26764, - 26765, - 26766, - 26761, - 26762, - 26763, - 26767, - 26768, - 26769, - 26818, - 26770, - 26771, - 26793, - 26794, - 26795, - 26796, - 26797, - 26798, - 26799, - 26800, - 26744, - 26745, - 26750, - 26755 + 10216, + 10273, + 10274, + 10243, + 10244, + 10245, + 10246, + 10220, + 10247, + 10248, + 10249, + 10275, + 10276, + 10277, + 10219, + 10272, + 10217, + 10218, + 10250, + 10251, + 10252, + 10224, + 10225, + 10226, + 10221, + 10222, + 10223, + 10227, + 10228, + 10229, + 10278, + 10230, + 10231, + 10253, + 10254, + 10255, + 10256, + 10257, + 10258, + 10259, + 10260, + 10204, + 10205, + 10210, + 10215 ] } ], @@ -411275,14 +417815,14 @@ { "type": "reflection", "declaration": { - "id": 26819, + "id": 10279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26820, + "id": 10280, "name": "config", "variant": "declaration", "kind": 2048, @@ -411296,7 +417836,7 @@ ], "signatures": [ { - "id": 26821, + "id": 10281, "name": "config", "variant": "signature", "kind": 4096, @@ -411310,7 +417850,7 @@ ], "parameters": [ { - "id": 26822, + "id": 10282, "name": "config", "variant": "param", "kind": 32768, @@ -411321,14 +417861,14 @@ { "type": "reflection", "declaration": { - "id": 26823, + "id": 10283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26824, + "id": 10284, "name": "name", "variant": "declaration", "kind": 1024, @@ -411352,7 +417892,7 @@ { "title": "Properties", "children": [ - 26824 + 10284 ] } ], @@ -411434,7 +417974,7 @@ { "title": "Methods", "children": [ - 26820 + 10280 ] } ], @@ -411475,7 +418015,7 @@ } }, { - "id": 26825, + "id": 10285, "name": "run", "variant": "declaration", "kind": 1024, @@ -411498,7 +418038,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26826, + "id": 10286, "name": "__type", "variant": "declaration", "kind": 65536, @@ -411512,7 +418052,7 @@ ], "signatures": [ { - "id": 26827, + "id": 10287, "name": "__type", "variant": "signature", "kind": 4096, @@ -411540,7 +418080,7 @@ ], "typeParameters": [ { - "id": 26828, + "id": 10288, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -411551,7 +418091,7 @@ } }, { - "id": 26829, + "id": 10289, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -411564,7 +418104,7 @@ ], "parameters": [ { - "id": 26830, + "id": 10290, "name": "args", "variant": "param", "kind": 32768, @@ -411597,7 +418137,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -411608,13 +418148,13 @@ }, "trueType": { "type": "reference", - "target": 26724, + "target": 10184, "name": "ConfirmOrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -411647,7 +418187,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -411667,7 +418207,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -411687,7 +418227,7 @@ } }, { - "id": 26831, + "id": 10291, "name": "getName", "variant": "declaration", "kind": 1024, @@ -411710,7 +418250,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26832, + "id": 10292, "name": "__type", "variant": "declaration", "kind": 65536, @@ -411724,7 +418264,7 @@ ], "signatures": [ { - "id": 26833, + "id": 10293, "name": "__type", "variant": "signature", "kind": 4096, @@ -411746,7 +418286,7 @@ } }, { - "id": 26834, + "id": 10294, "name": "config", "variant": "declaration", "kind": 1024, @@ -411769,7 +418309,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26835, + "id": 10295, "name": "__type", "variant": "declaration", "kind": 65536, @@ -411783,7 +418323,7 @@ ], "signatures": [ { - "id": 26836, + "id": 10296, "name": "__type", "variant": "signature", "kind": 4096, @@ -411797,7 +418337,7 @@ ], "parameters": [ { - "id": 26837, + "id": 10297, "name": "config", "variant": "param", "kind": 32768, @@ -411823,7 +418363,7 @@ } }, { - "id": 26838, + "id": 10298, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -411851,7 +418391,7 @@ ], "documents": [ { - "id": 37779, + "id": 21266, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -411867,6 +418407,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -411877,7 +418426,7 @@ "frontmatter": {} }, { - "id": 37780, + "id": 21267, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -411893,6 +418442,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -411903,7 +418461,7 @@ "frontmatter": {} }, { - "id": 37781, + "id": 21268, "name": "confirmOrderEditRequestValidationStep", "variant": "document", "kind": 8388608, @@ -411919,6 +418477,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10173" + } + ] } ], "modifierTags": [ @@ -411929,7 +418496,7 @@ "frontmatter": {} }, { - "id": 37782, + "id": 21269, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -411945,6 +418512,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -411955,7 +418531,7 @@ "frontmatter": {} }, { - "id": 37783, + "id": 21270, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -411971,6 +418547,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -411981,7 +418566,7 @@ "frontmatter": {} }, { - "id": 37784, + "id": 21271, "name": "deleteReservationsByLineItemsStep", "variant": "document", "kind": 8388608, @@ -411997,6 +418582,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18744" + } + ] } ], "modifierTags": [ @@ -412007,7 +418601,7 @@ "frontmatter": {} }, { - "id": 37785, + "id": 21272, "name": "reserveInventoryStep", "variant": "document", "kind": 8388608, @@ -412023,6 +418617,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "861" + } + ] } ], "modifierTags": [ @@ -412033,7 +418636,7 @@ "frontmatter": {} }, { - "id": 37786, + "id": 21273, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -412049,6 +418652,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14222" + } + ] } ], "modifierTags": [ @@ -412060,21 +418672,21 @@ } ], "childrenIncludingDocuments": [ - 26737, - 26825, - 26831, - 26834, - 26838 + 10197, + 10285, + 10291, + 10294, + 10298 ], "groups": [ { "title": "Properties", "children": [ - 26737, - 26825, - 26831, - 26834, - 26838 + 10197, + 10285, + 10291, + 10294, + 10298 ] } ], @@ -412083,12 +418695,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L112" } ], "signatures": [ { - "id": 26730, + "id": 10190, "name": "confirmOrderEditRequestWorkflow", "variant": "signature", "kind": 4096, @@ -412144,12 +418756,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L112" } ], "typeParameters": [ { - "id": 26731, + "id": 10191, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -412160,7 +418772,7 @@ } }, { - "id": 26732, + "id": 10192, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -412173,7 +418785,7 @@ ], "parameters": [ { - "id": 26733, + "id": 10193, "name": "container", "variant": "param", "kind": 32768, @@ -412197,14 +418809,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26734, + "id": 10194, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26735, + "id": 10195, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -412227,7 +418839,7 @@ } }, { - "id": 26736, + "id": 10196, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -412254,8 +418866,8 @@ { "title": "Properties", "children": [ - 26735, - 26736 + 10195, + 10196 ] } ], @@ -412326,7 +418938,7 @@ "typeArguments": [ { "type": "reference", - "target": 26724, + "target": 10184, "name": "ConfirmOrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -412341,14 +418953,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -412363,7 +418975,7 @@ ] }, { - "id": 26841, + "id": 10301, "name": "order", "variant": "declaration", "kind": 1024, @@ -412381,7 +418993,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L32" } ], "type": { @@ -412395,7 +419007,7 @@ } }, { - "id": 26842, + "id": 10302, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -412413,7 +419025,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L36" } ], "type": { @@ -412427,7 +419039,7 @@ } }, { - "id": 26843, + "id": 10303, "name": "createOrderEditShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -412453,7 +419065,7 @@ }, "children": [ { - "id": 26852, + "id": 10312, "name": "__type", "variant": "declaration", "kind": 1024, @@ -412471,7 +419083,7 @@ } }, { - "id": 26853, + "id": 10313, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -412493,8 +419105,8 @@ { "title": "Properties", "children": [ - 26852, - 26853 + 10312, + 10313 ] } ], @@ -412503,12 +419115,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L62" } ], "signatures": [ { - "id": 26844, + "id": 10304, "name": "createOrderEditShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -412537,12 +419149,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L62" } ], "parameters": [ { - "id": 26845, + "id": 10305, "name": "input", "variant": "param", "kind": 32768, @@ -412552,7 +419164,7 @@ "types": [ { "type": "reference", - "target": 26839, + "target": 10299, "name": "CreateOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -412565,7 +419177,7 @@ "typeArguments": [ { "type": "reference", - "target": 26839, + "target": 10299, "name": "CreateOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -412598,14 +419210,14 @@ { "type": "reflection", "declaration": { - "id": 26846, + "id": 10306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26847, + "id": 10307, "name": "config", "variant": "declaration", "kind": 2048, @@ -412619,7 +419231,7 @@ ], "signatures": [ { - "id": 26848, + "id": 10308, "name": "config", "variant": "signature", "kind": 4096, @@ -412633,7 +419245,7 @@ ], "parameters": [ { - "id": 26849, + "id": 10309, "name": "config", "variant": "param", "kind": 32768, @@ -412644,14 +419256,14 @@ { "type": "reflection", "declaration": { - "id": 26850, + "id": 10310, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26851, + "id": 10311, "name": "name", "variant": "declaration", "kind": 1024, @@ -412675,7 +419287,7 @@ { "title": "Properties", "children": [ - 26851 + 10311 ] } ], @@ -412752,7 +419364,7 @@ { "title": "Methods", "children": [ - 26847 + 10307 ] } ], @@ -412786,7 +419398,7 @@ ] }, { - "id": 26856, + "id": 10316, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -412804,7 +419416,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L80" } ], "type": { @@ -412813,7 +419425,7 @@ } }, { - "id": 26857, + "id": 10317, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -412831,7 +419443,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 84, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L84" } ], "type": { @@ -412840,7 +419452,7 @@ } }, { - "id": 26858, + "id": 10318, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -412860,7 +419472,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 89, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L89" } ], "type": { @@ -412883,7 +419495,7 @@ } }, { - "id": 26859, + "id": 10319, "name": "createOrderEditShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -412895,7 +419507,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L92" } ], "type": { @@ -412905,7 +419517,7 @@ "defaultValue": "\"create-order-edit-shipping-method\"" }, { - "id": 26860, + "id": 10320, "name": "createOrderEditShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -412958,7 +419570,7 @@ }, "children": [ { - "id": 26868, + "id": 10328, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -412981,7 +419593,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26869, + "id": 10329, "name": "__type", "variant": "declaration", "kind": 65536, @@ -412995,7 +419607,7 @@ ], "signatures": [ { - "id": 26870, + "id": 10330, "name": "__type", "variant": "signature", "kind": 4096, @@ -413023,7 +419635,7 @@ ], "parameters": [ { - "id": 26871, + "id": 10331, "name": "param0", "variant": "param", "kind": 32768, @@ -413039,14 +419651,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26872, + "id": 10332, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26873, + "id": 10333, "name": "input", "variant": "declaration", "kind": 1024, @@ -413071,7 +419683,7 @@ "types": [ { "type": "reference", - "target": 26854, + "target": 10314, "name": "CreateOrderEditShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -413084,7 +419696,7 @@ "typeArguments": [ { "type": "reference", - "target": 26854, + "target": 10314, "name": "CreateOrderEditShippingMethodWorkflowInput", "package": "@medusajs/core-flows" } @@ -413100,7 +419712,7 @@ { "title": "Properties", "children": [ - 26873 + 10333 ] } ], @@ -413121,14 +419733,14 @@ { "type": "reflection", "declaration": { - "id": 26874, + "id": 10334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26887, + "id": 10347, "name": "id", "variant": "declaration", "kind": 1024, @@ -413174,7 +419786,7 @@ } }, { - "id": 26944, + "id": 10404, "name": "version", "variant": "declaration", "kind": 1024, @@ -413220,7 +419832,7 @@ } }, { - "id": 26945, + "id": 10405, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -413266,7 +419878,7 @@ } }, { - "id": 26914, + "id": 10374, "name": "status", "variant": "declaration", "kind": 1024, @@ -413322,7 +419934,7 @@ } }, { - "id": 26915, + "id": 10375, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -413379,7 +419991,7 @@ } }, { - "id": 26916, + "id": 10376, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -413436,7 +420048,7 @@ } }, { - "id": 26917, + "id": 10377, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -413493,7 +420105,7 @@ } }, { - "id": 26891, + "id": 10351, "name": "email", "variant": "declaration", "kind": 1024, @@ -413550,7 +420162,7 @@ } }, { - "id": 26918, + "id": 10378, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -413596,7 +420208,7 @@ } }, { - "id": 26919, + "id": 10379, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -413666,7 +420278,7 @@ } }, { - "id": 26920, + "id": 10380, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -413736,7 +420348,7 @@ } }, { - "id": 26946, + "id": 10406, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -413812,7 +420424,7 @@ } }, { - "id": 26947, + "id": 10407, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -413888,7 +420500,7 @@ } }, { - "id": 26948, + "id": 10408, "name": "summary", "variant": "declaration", "kind": 1024, @@ -413958,7 +420570,7 @@ } }, { - "id": 26890, + "id": 10350, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -414053,7 +420665,7 @@ } }, { - "id": 26943, + "id": 10403, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -414128,7 +420740,7 @@ } }, { - "id": 26888, + "id": 10348, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -414197,7 +420809,7 @@ } }, { - "id": 26889, + "id": 10349, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -414266,7 +420878,7 @@ } }, { - "id": 26921, + "id": 10381, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -414322,7 +420934,7 @@ } }, { - "id": 26922, + "id": 10382, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -414378,7 +420990,7 @@ } }, { - "id": 26923, + "id": 10383, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -414434,7 +421046,7 @@ } }, { - "id": 26895, + "id": 10355, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -414490,7 +421102,7 @@ } }, { - "id": 26896, + "id": 10356, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -414546,7 +421158,7 @@ } }, { - "id": 26897, + "id": 10357, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -414602,7 +421214,7 @@ } }, { - "id": 26892, + "id": 10352, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -414658,7 +421270,7 @@ } }, { - "id": 26893, + "id": 10353, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -414714,7 +421326,7 @@ } }, { - "id": 26894, + "id": 10354, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -414770,7 +421382,7 @@ } }, { - "id": 26898, + "id": 10358, "name": "total", "variant": "declaration", "kind": 1024, @@ -414826,7 +421438,7 @@ } }, { - "id": 26899, + "id": 10359, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -414882,7 +421494,7 @@ } }, { - "id": 26900, + "id": 10360, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -414938,7 +421550,7 @@ } }, { - "id": 26949, + "id": 10409, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -414994,7 +421606,7 @@ } }, { - "id": 26901, + "id": 10361, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -415050,7 +421662,7 @@ } }, { - "id": 26902, + "id": 10362, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -415106,7 +421718,7 @@ } }, { - "id": 26924, + "id": 10384, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -415162,7 +421774,7 @@ } }, { - "id": 26925, + "id": 10385, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -415218,7 +421830,7 @@ } }, { - "id": 26926, + "id": 10386, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -415274,7 +421886,7 @@ } }, { - "id": 26927, + "id": 10387, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -415330,7 +421942,7 @@ } }, { - "id": 26928, + "id": 10388, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -415386,7 +421998,7 @@ } }, { - "id": 26929, + "id": 10389, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -415442,7 +422054,7 @@ } }, { - "id": 26930, + "id": 10390, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -415498,7 +422110,7 @@ } }, { - "id": 26931, + "id": 10391, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -415554,7 +422166,7 @@ } }, { - "id": 26875, + "id": 10335, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -415610,7 +422222,7 @@ } }, { - "id": 26876, + "id": 10336, "name": "items", "variant": "declaration", "kind": 1024, @@ -415650,14 +422262,14 @@ { "type": "reflection", "declaration": { - "id": 26877, + "id": 10337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26878, + "id": 10338, "name": "actions", "variant": "declaration", "kind": 1024, @@ -415689,7 +422301,7 @@ { "title": "Properties", "children": [ - 26878 + 10338 ] } ], @@ -415729,14 +422341,14 @@ { "type": "reflection", "declaration": { - "id": 26879, + "id": 10339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26880, + "id": 10340, "name": "actions", "variant": "declaration", "kind": 1024, @@ -415768,7 +422380,7 @@ { "title": "Properties", "children": [ - 26880 + 10340 ] } ], @@ -415792,7 +422404,7 @@ } }, { - "id": 26881, + "id": 10341, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -415832,14 +422444,14 @@ { "type": "reflection", "declaration": { - "id": 26882, + "id": 10342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26883, + "id": 10343, "name": "actions", "variant": "declaration", "kind": 1024, @@ -415871,7 +422483,7 @@ { "title": "Properties", "children": [ - 26883 + 10343 ] } ], @@ -415911,14 +422523,14 @@ { "type": "reflection", "declaration": { - "id": 26884, + "id": 10344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26885, + "id": 10345, "name": "actions", "variant": "declaration", "kind": 1024, @@ -415950,7 +422562,7 @@ { "title": "Properties", "children": [ - 26885 + 10345 ] } ], @@ -415974,7 +422586,7 @@ } }, { - "id": 26886, + "id": 10346, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -416024,51 +422636,51 @@ { "title": "Properties", "children": [ - 26887, - 26944, - 26945, - 26914, - 26915, - 26916, - 26917, - 26891, - 26918, - 26919, - 26920, - 26946, - 26947, - 26948, - 26890, - 26943, - 26888, - 26889, - 26921, - 26922, - 26923, - 26895, - 26896, - 26897, - 26892, - 26893, - 26894, - 26898, - 26899, - 26900, - 26949, - 26901, - 26902, - 26924, - 26925, - 26926, - 26927, - 26928, - 26929, - 26930, - 26931, - 26875, - 26876, - 26881, - 26886 + 10347, + 10404, + 10405, + 10374, + 10375, + 10376, + 10377, + 10351, + 10378, + 10379, + 10380, + 10406, + 10407, + 10408, + 10350, + 10403, + 10348, + 10349, + 10381, + 10382, + 10383, + 10355, + 10356, + 10357, + 10352, + 10353, + 10354, + 10358, + 10359, + 10360, + 10409, + 10361, + 10362, + 10384, + 10385, + 10386, + 10387, + 10388, + 10389, + 10390, + 10391, + 10335, + 10336, + 10341, + 10346 ] } ], @@ -416113,14 +422725,14 @@ { "type": "reflection", "declaration": { - "id": 26950, + "id": 10410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26951, + "id": 10411, "name": "config", "variant": "declaration", "kind": 2048, @@ -416134,7 +422746,7 @@ ], "signatures": [ { - "id": 26952, + "id": 10412, "name": "config", "variant": "signature", "kind": 4096, @@ -416148,7 +422760,7 @@ ], "parameters": [ { - "id": 26953, + "id": 10413, "name": "config", "variant": "param", "kind": 32768, @@ -416159,14 +422771,14 @@ { "type": "reflection", "declaration": { - "id": 26954, + "id": 10414, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26955, + "id": 10415, "name": "name", "variant": "declaration", "kind": 1024, @@ -416190,7 +422802,7 @@ { "title": "Properties", "children": [ - 26955 + 10415 ] } ], @@ -416272,7 +422884,7 @@ { "title": "Methods", "children": [ - 26951 + 10411 ] } ], @@ -416313,7 +422925,7 @@ } }, { - "id": 26956, + "id": 10416, "name": "run", "variant": "declaration", "kind": 1024, @@ -416336,7 +422948,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26957, + "id": 10417, "name": "__type", "variant": "declaration", "kind": 65536, @@ -416350,7 +422962,7 @@ ], "signatures": [ { - "id": 26958, + "id": 10418, "name": "__type", "variant": "signature", "kind": 4096, @@ -416378,7 +422990,7 @@ ], "typeParameters": [ { - "id": 26959, + "id": 10419, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -416389,7 +423001,7 @@ } }, { - "id": 26960, + "id": 10420, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -416402,7 +423014,7 @@ ], "parameters": [ { - "id": 26961, + "id": 10421, "name": "args", "variant": "param", "kind": 32768, @@ -416435,7 +423047,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -416446,13 +423058,13 @@ }, "trueType": { "type": "reference", - "target": 26854, + "target": 10314, "name": "CreateOrderEditShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -416485,7 +423097,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -416505,7 +423117,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -416525,7 +423137,7 @@ } }, { - "id": 26962, + "id": 10422, "name": "getName", "variant": "declaration", "kind": 1024, @@ -416548,7 +423160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26963, + "id": 10423, "name": "__type", "variant": "declaration", "kind": 65536, @@ -416562,7 +423174,7 @@ ], "signatures": [ { - "id": 26964, + "id": 10424, "name": "__type", "variant": "signature", "kind": 4096, @@ -416584,7 +423196,7 @@ } }, { - "id": 26965, + "id": 10425, "name": "config", "variant": "declaration", "kind": 1024, @@ -416607,7 +423219,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26966, + "id": 10426, "name": "__type", "variant": "declaration", "kind": 65536, @@ -416621,7 +423233,7 @@ ], "signatures": [ { - "id": 26967, + "id": 10427, "name": "__type", "variant": "signature", "kind": 4096, @@ -416635,7 +423247,7 @@ ], "parameters": [ { - "id": 26968, + "id": 10428, "name": "config", "variant": "param", "kind": 32768, @@ -416661,7 +423273,7 @@ } }, { - "id": 26969, + "id": 10429, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -416689,7 +423301,7 @@ ], "documents": [ { - "id": 37787, + "id": 21274, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -416705,6 +423317,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -416715,7 +423336,7 @@ "frontmatter": {} }, { - "id": 37788, + "id": 21275, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -416731,6 +423352,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -416741,7 +423371,7 @@ "frontmatter": {} }, { - "id": 37789, + "id": 21276, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -416757,6 +423387,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -416767,7 +423406,7 @@ "frontmatter": {} }, { - "id": 37790, + "id": 21277, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -416783,6 +423422,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -416793,7 +423441,7 @@ "frontmatter": {} }, { - "id": 37791, + "id": 21278, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -416809,6 +423457,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -416819,7 +423476,7 @@ "frontmatter": {} }, { - "id": 37792, + "id": 21279, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -416835,6 +423492,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -416846,21 +423512,21 @@ } ], "childrenIncludingDocuments": [ - 26868, - 26956, - 26962, - 26965, - 26969 + 10328, + 10416, + 10422, + 10425, + 10429 ], "groups": [ { "title": "Properties", "children": [ - 26868, - 26956, - 26962, - 26965, - 26969 + 10328, + 10416, + 10422, + 10425, + 10429 ] } ], @@ -416869,12 +423535,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L114" } ], "signatures": [ { - "id": 26861, + "id": 10321, "name": "createOrderEditShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -416930,12 +423596,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L114" } ], "typeParameters": [ { - "id": 26862, + "id": 10322, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -416946,7 +423612,7 @@ } }, { - "id": 26863, + "id": 10323, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -416959,7 +423625,7 @@ ], "parameters": [ { - "id": 26864, + "id": 10324, "name": "container", "variant": "param", "kind": 32768, @@ -416983,14 +423649,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26865, + "id": 10325, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26866, + "id": 10326, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -417013,7 +423679,7 @@ } }, { - "id": 26867, + "id": 10327, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -417040,8 +423706,8 @@ { "title": "Properties", "children": [ - 26866, - 26867 + 10326, + 10327 ] } ], @@ -417112,7 +423778,7 @@ "typeArguments": [ { "type": "reference", - "target": 26854, + "target": 10314, "name": "CreateOrderEditShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -417127,14 +423793,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -417149,7 +423815,7 @@ ] }, { - "id": 26972, + "id": 10432, "name": "order", "variant": "declaration", "kind": 1024, @@ -417167,7 +423833,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L32" } ], "type": { @@ -417181,7 +423847,7 @@ } }, { - "id": 26973, + "id": 10433, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -417199,7 +423865,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L36" } ], "type": { @@ -417213,7 +423879,7 @@ } }, { - "id": 26974, + "id": 10434, "name": "orderEditAddNewItemValidationStep", "variant": "declaration", "kind": 64, @@ -417248,7 +423914,7 @@ }, "children": [ { - "id": 26983, + "id": 10443, "name": "__type", "variant": "declaration", "kind": 1024, @@ -417266,7 +423932,7 @@ } }, { - "id": 26984, + "id": 10444, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -417288,8 +423954,8 @@ { "title": "Properties", "children": [ - 26983, - 26984 + 10443, + 10444 ] } ], @@ -417298,12 +423964,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L62" } ], "signatures": [ { - "id": 26975, + "id": 10435, "name": "orderEditAddNewItemValidationStep", "variant": "signature", "kind": 4096, @@ -417341,12 +424007,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L62" } ], "parameters": [ { - "id": 26976, + "id": 10436, "name": "input", "variant": "param", "kind": 32768, @@ -417356,7 +424022,7 @@ "types": [ { "type": "reference", - "target": 26970, + "target": 10430, "name": "OrderEditAddNewItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -417369,7 +424035,7 @@ "typeArguments": [ { "type": "reference", - "target": 26970, + "target": 10430, "name": "OrderEditAddNewItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -417402,14 +424068,14 @@ { "type": "reflection", "declaration": { - "id": 26977, + "id": 10437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26978, + "id": 10438, "name": "config", "variant": "declaration", "kind": 2048, @@ -417423,7 +424089,7 @@ ], "signatures": [ { - "id": 26979, + "id": 10439, "name": "config", "variant": "signature", "kind": 4096, @@ -417437,7 +424103,7 @@ ], "parameters": [ { - "id": 26980, + "id": 10440, "name": "config", "variant": "param", "kind": 32768, @@ -417448,14 +424114,14 @@ { "type": "reflection", "declaration": { - "id": 26981, + "id": 10441, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26982, + "id": 10442, "name": "name", "variant": "declaration", "kind": 1024, @@ -417479,7 +424145,7 @@ { "title": "Properties", "children": [ - 26982 + 10442 ] } ], @@ -417556,7 +424222,7 @@ { "title": "Methods", "children": [ - 26978 + 10438 ] } ], @@ -417590,7 +424256,7 @@ ] }, { - "id": 26985, + "id": 10445, "name": "orderEditAddNewItemWorkflowId", "variant": "declaration", "kind": 32, @@ -417602,7 +424268,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L73" } ], "type": { @@ -417612,7 +424278,7 @@ "defaultValue": "\"order-edit-add-new-item\"" }, { - "id": 26986, + "id": 10446, "name": "orderEditAddNewItemWorkflow", "variant": "declaration", "kind": 64, @@ -417665,7 +424331,7 @@ }, "children": [ { - "id": 26994, + "id": 10454, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -417688,7 +424354,7 @@ "type": { "type": "reflection", "declaration": { - "id": 26995, + "id": 10455, "name": "__type", "variant": "declaration", "kind": 65536, @@ -417702,7 +424368,7 @@ ], "signatures": [ { - "id": 26996, + "id": 10456, "name": "__type", "variant": "signature", "kind": 4096, @@ -417730,7 +424396,7 @@ ], "parameters": [ { - "id": 26997, + "id": 10457, "name": "param0", "variant": "param", "kind": 32768, @@ -417746,14 +424412,14 @@ "type": { "type": "reflection", "declaration": { - "id": 26998, + "id": 10458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26999, + "id": 10459, "name": "input", "variant": "declaration", "kind": 1024, @@ -417813,7 +424479,7 @@ { "title": "Properties", "children": [ - 26999 + 10459 ] } ], @@ -417834,14 +424500,14 @@ { "type": "reflection", "declaration": { - "id": 27000, + "id": 10460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27013, + "id": 10473, "name": "id", "variant": "declaration", "kind": 1024, @@ -417887,7 +424553,7 @@ } }, { - "id": 27070, + "id": 10530, "name": "version", "variant": "declaration", "kind": 1024, @@ -417933,7 +424599,7 @@ } }, { - "id": 27071, + "id": 10531, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -417979,7 +424645,7 @@ } }, { - "id": 27040, + "id": 10500, "name": "status", "variant": "declaration", "kind": 1024, @@ -418035,7 +424701,7 @@ } }, { - "id": 27041, + "id": 10501, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -418092,7 +424758,7 @@ } }, { - "id": 27042, + "id": 10502, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -418149,7 +424815,7 @@ } }, { - "id": 27043, + "id": 10503, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -418206,7 +424872,7 @@ } }, { - "id": 27017, + "id": 10477, "name": "email", "variant": "declaration", "kind": 1024, @@ -418263,7 +424929,7 @@ } }, { - "id": 27044, + "id": 10504, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -418309,7 +424975,7 @@ } }, { - "id": 27045, + "id": 10505, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -418379,7 +425045,7 @@ } }, { - "id": 27046, + "id": 10506, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -418449,7 +425115,7 @@ } }, { - "id": 27072, + "id": 10532, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -418525,7 +425191,7 @@ } }, { - "id": 27073, + "id": 10533, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -418601,7 +425267,7 @@ } }, { - "id": 27074, + "id": 10534, "name": "summary", "variant": "declaration", "kind": 1024, @@ -418671,7 +425337,7 @@ } }, { - "id": 27016, + "id": 10476, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -418766,7 +425432,7 @@ } }, { - "id": 27069, + "id": 10529, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -418841,7 +425507,7 @@ } }, { - "id": 27014, + "id": 10474, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -418910,7 +425576,7 @@ } }, { - "id": 27015, + "id": 10475, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -418979,7 +425645,7 @@ } }, { - "id": 27047, + "id": 10507, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -419035,7 +425701,7 @@ } }, { - "id": 27048, + "id": 10508, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -419091,7 +425757,7 @@ } }, { - "id": 27049, + "id": 10509, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -419147,7 +425813,7 @@ } }, { - "id": 27021, + "id": 10481, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -419203,7 +425869,7 @@ } }, { - "id": 27022, + "id": 10482, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -419259,7 +425925,7 @@ } }, { - "id": 27023, + "id": 10483, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -419315,7 +425981,7 @@ } }, { - "id": 27018, + "id": 10478, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -419371,7 +426037,7 @@ } }, { - "id": 27019, + "id": 10479, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -419427,7 +426093,7 @@ } }, { - "id": 27020, + "id": 10480, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -419483,7 +426149,7 @@ } }, { - "id": 27024, + "id": 10484, "name": "total", "variant": "declaration", "kind": 1024, @@ -419539,7 +426205,7 @@ } }, { - "id": 27025, + "id": 10485, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -419595,7 +426261,7 @@ } }, { - "id": 27026, + "id": 10486, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -419651,7 +426317,7 @@ } }, { - "id": 27075, + "id": 10535, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -419707,7 +426373,7 @@ } }, { - "id": 27027, + "id": 10487, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -419763,7 +426429,7 @@ } }, { - "id": 27028, + "id": 10488, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -419819,7 +426485,7 @@ } }, { - "id": 27050, + "id": 10510, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -419875,7 +426541,7 @@ } }, { - "id": 27051, + "id": 10511, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -419931,7 +426597,7 @@ } }, { - "id": 27052, + "id": 10512, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -419987,7 +426653,7 @@ } }, { - "id": 27053, + "id": 10513, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -420043,7 +426709,7 @@ } }, { - "id": 27054, + "id": 10514, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -420099,7 +426765,7 @@ } }, { - "id": 27055, + "id": 10515, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -420155,7 +426821,7 @@ } }, { - "id": 27056, + "id": 10516, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -420211,7 +426877,7 @@ } }, { - "id": 27057, + "id": 10517, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -420267,7 +426933,7 @@ } }, { - "id": 27001, + "id": 10461, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -420323,7 +426989,7 @@ } }, { - "id": 27002, + "id": 10462, "name": "items", "variant": "declaration", "kind": 1024, @@ -420363,14 +427029,14 @@ { "type": "reflection", "declaration": { - "id": 27003, + "id": 10463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27004, + "id": 10464, "name": "actions", "variant": "declaration", "kind": 1024, @@ -420402,7 +427068,7 @@ { "title": "Properties", "children": [ - 27004 + 10464 ] } ], @@ -420442,14 +427108,14 @@ { "type": "reflection", "declaration": { - "id": 27005, + "id": 10465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27006, + "id": 10466, "name": "actions", "variant": "declaration", "kind": 1024, @@ -420481,7 +427147,7 @@ { "title": "Properties", "children": [ - 27006 + 10466 ] } ], @@ -420505,7 +427171,7 @@ } }, { - "id": 27007, + "id": 10467, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -420545,14 +427211,14 @@ { "type": "reflection", "declaration": { - "id": 27008, + "id": 10468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27009, + "id": 10469, "name": "actions", "variant": "declaration", "kind": 1024, @@ -420584,7 +427250,7 @@ { "title": "Properties", "children": [ - 27009 + 10469 ] } ], @@ -420624,14 +427290,14 @@ { "type": "reflection", "declaration": { - "id": 27010, + "id": 10470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27011, + "id": 10471, "name": "actions", "variant": "declaration", "kind": 1024, @@ -420663,7 +427329,7 @@ { "title": "Properties", "children": [ - 27011 + 10471 ] } ], @@ -420687,7 +427353,7 @@ } }, { - "id": 27012, + "id": 10472, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -420737,51 +427403,51 @@ { "title": "Properties", "children": [ - 27013, - 27070, - 27071, - 27040, - 27041, - 27042, - 27043, - 27017, - 27044, - 27045, - 27046, - 27072, - 27073, - 27074, - 27016, - 27069, - 27014, - 27015, - 27047, - 27048, - 27049, - 27021, - 27022, - 27023, - 27018, - 27019, - 27020, - 27024, - 27025, - 27026, - 27075, - 27027, - 27028, - 27050, - 27051, - 27052, - 27053, - 27054, - 27055, - 27056, - 27057, - 27001, - 27002, - 27007, - 27012 + 10473, + 10530, + 10531, + 10500, + 10501, + 10502, + 10503, + 10477, + 10504, + 10505, + 10506, + 10532, + 10533, + 10534, + 10476, + 10529, + 10474, + 10475, + 10507, + 10508, + 10509, + 10481, + 10482, + 10483, + 10478, + 10479, + 10480, + 10484, + 10485, + 10486, + 10535, + 10487, + 10488, + 10510, + 10511, + 10512, + 10513, + 10514, + 10515, + 10516, + 10517, + 10461, + 10462, + 10467, + 10472 ] } ], @@ -420826,14 +427492,14 @@ { "type": "reflection", "declaration": { - "id": 27076, + "id": 10536, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27077, + "id": 10537, "name": "config", "variant": "declaration", "kind": 2048, @@ -420847,7 +427513,7 @@ ], "signatures": [ { - "id": 27078, + "id": 10538, "name": "config", "variant": "signature", "kind": 4096, @@ -420861,7 +427527,7 @@ ], "parameters": [ { - "id": 27079, + "id": 10539, "name": "config", "variant": "param", "kind": 32768, @@ -420872,14 +427538,14 @@ { "type": "reflection", "declaration": { - "id": 27080, + "id": 10540, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27081, + "id": 10541, "name": "name", "variant": "declaration", "kind": 1024, @@ -420903,7 +427569,7 @@ { "title": "Properties", "children": [ - 27081 + 10541 ] } ], @@ -420985,7 +427651,7 @@ { "title": "Methods", "children": [ - 27077 + 10537 ] } ], @@ -421026,7 +427692,7 @@ } }, { - "id": 27082, + "id": 10542, "name": "run", "variant": "declaration", "kind": 1024, @@ -421049,7 +427715,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27083, + "id": 10543, "name": "__type", "variant": "declaration", "kind": 65536, @@ -421063,7 +427729,7 @@ ], "signatures": [ { - "id": 27084, + "id": 10544, "name": "__type", "variant": "signature", "kind": 4096, @@ -421091,7 +427757,7 @@ ], "typeParameters": [ { - "id": 27085, + "id": 10545, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -421102,7 +427768,7 @@ } }, { - "id": 27086, + "id": 10546, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -421115,7 +427781,7 @@ ], "parameters": [ { - "id": 27087, + "id": 10547, "name": "args", "variant": "param", "kind": 32768, @@ -421148,7 +427814,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -421168,7 +427834,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -421201,7 +427867,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -421221,7 +427887,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -421241,7 +427907,7 @@ } }, { - "id": 27088, + "id": 10548, "name": "getName", "variant": "declaration", "kind": 1024, @@ -421264,7 +427930,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27089, + "id": 10549, "name": "__type", "variant": "declaration", "kind": 65536, @@ -421278,7 +427944,7 @@ ], "signatures": [ { - "id": 27090, + "id": 10550, "name": "__type", "variant": "signature", "kind": 4096, @@ -421300,7 +427966,7 @@ } }, { - "id": 27091, + "id": 10551, "name": "config", "variant": "declaration", "kind": 1024, @@ -421323,7 +427989,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27092, + "id": 10552, "name": "__type", "variant": "declaration", "kind": 65536, @@ -421337,7 +428003,7 @@ ], "signatures": [ { - "id": 27093, + "id": 10553, "name": "__type", "variant": "signature", "kind": 4096, @@ -421351,7 +428017,7 @@ ], "parameters": [ { - "id": 27094, + "id": 10554, "name": "config", "variant": "param", "kind": 32768, @@ -421377,7 +428043,7 @@ } }, { - "id": 27095, + "id": 10555, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -421405,7 +428071,7 @@ ], "documents": [ { - "id": 37793, + "id": 21280, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -421421,6 +428087,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -421431,7 +428106,7 @@ "frontmatter": {} }, { - "id": 37794, + "id": 21281, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -421447,6 +428122,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -421457,7 +428141,7 @@ "frontmatter": {} }, { - "id": 37795, + "id": 21282, "name": "orderEditAddNewItemValidationStep", "variant": "document", "kind": 8388608, @@ -421473,6 +428157,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10434" + } + ] } ], "modifierTags": [ @@ -421483,7 +428176,7 @@ "frontmatter": {} }, { - "id": 37796, + "id": 21283, "name": "addOrderLineItemsWorkflow", "variant": "document", "kind": 8388608, @@ -421499,6 +428192,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5841" + } + ] } ], "modifierTags": [ @@ -421509,7 +428211,7 @@ "frontmatter": {} }, { - "id": 37797, + "id": 21284, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -421525,6 +428227,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -421535,7 +428246,7 @@ "frontmatter": {} }, { - "id": 37798, + "id": 21285, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -421551,6 +428262,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -421561,7 +428281,7 @@ "frontmatter": {} }, { - "id": 37799, + "id": 21286, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -421577,6 +428297,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -421588,21 +428317,21 @@ } ], "childrenIncludingDocuments": [ - 26994, - 27082, - 27088, - 27091, - 27095 + 10454, + 10542, + 10548, + 10551, + 10555 ], "groups": [ { "title": "Properties", "children": [ - 26994, - 27082, - 27088, - 27091, - 27095 + 10454, + 10542, + 10548, + 10551, + 10555 ] } ], @@ -421611,12 +428340,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L99" } ], "signatures": [ { - "id": 26987, + "id": 10447, "name": "orderEditAddNewItemWorkflow", "variant": "signature", "kind": 4096, @@ -421672,12 +428401,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L99" } ], "typeParameters": [ { - "id": 26988, + "id": 10448, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -421688,7 +428417,7 @@ } }, { - "id": 26989, + "id": 10449, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -421701,7 +428430,7 @@ ], "parameters": [ { - "id": 26990, + "id": 10450, "name": "container", "variant": "param", "kind": 32768, @@ -421725,14 +428454,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 26991, + "id": 10451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26992, + "id": 10452, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -421755,7 +428484,7 @@ } }, { - "id": 26993, + "id": 10453, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -421782,8 +428511,8 @@ { "title": "Properties", "children": [ - 26992, - 26993 + 10452, + 10453 ] } ], @@ -421872,14 +428601,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -421894,7 +428623,7 @@ ] }, { - "id": 27098, + "id": 10558, "name": "order", "variant": "declaration", "kind": 1024, @@ -421912,7 +428641,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L35" } ], "type": { @@ -421926,7 +428655,7 @@ } }, { - "id": 27099, + "id": 10559, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -421944,7 +428673,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L39" } ], "type": { @@ -421958,7 +428687,7 @@ } }, { - "id": 27100, + "id": 10560, "name": "orderEditUpdateItemQuantityValidationStep", "variant": "declaration", "kind": 64, @@ -421993,7 +428722,7 @@ }, "children": [ { - "id": 27109, + "id": 10569, "name": "__type", "variant": "declaration", "kind": 1024, @@ -422011,7 +428740,7 @@ } }, { - "id": 27110, + "id": 10570, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -422033,8 +428762,8 @@ { "title": "Properties", "children": [ - 27109, - 27110 + 10569, + 10570 ] } ], @@ -422043,12 +428772,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L65" } ], "signatures": [ { - "id": 27101, + "id": 10561, "name": "orderEditUpdateItemQuantityValidationStep", "variant": "signature", "kind": 4096, @@ -422086,12 +428815,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L65" } ], "parameters": [ { - "id": 27102, + "id": 10562, "name": "input", "variant": "param", "kind": 32768, @@ -422101,7 +428830,7 @@ "types": [ { "type": "reference", - "target": 27096, + "target": 10556, "name": "OrderEditUpdateItemQuantityValidationStepInput", "package": "@medusajs/core-flows" }, @@ -422114,7 +428843,7 @@ "typeArguments": [ { "type": "reference", - "target": 27096, + "target": 10556, "name": "OrderEditUpdateItemQuantityValidationStepInput", "package": "@medusajs/core-flows" } @@ -422147,14 +428876,14 @@ { "type": "reflection", "declaration": { - "id": 27103, + "id": 10563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27104, + "id": 10564, "name": "config", "variant": "declaration", "kind": 2048, @@ -422168,7 +428897,7 @@ ], "signatures": [ { - "id": 27105, + "id": 10565, "name": "config", "variant": "signature", "kind": 4096, @@ -422182,7 +428911,7 @@ ], "parameters": [ { - "id": 27106, + "id": 10566, "name": "config", "variant": "param", "kind": 32768, @@ -422193,14 +428922,14 @@ { "type": "reflection", "declaration": { - "id": 27107, + "id": 10567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27108, + "id": 10568, "name": "name", "variant": "declaration", "kind": 1024, @@ -422224,7 +428953,7 @@ { "title": "Properties", "children": [ - 27108 + 10568 ] } ], @@ -422301,7 +429030,7 @@ { "title": "Methods", "children": [ - 27104 + 10564 ] } ], @@ -422335,7 +429064,7 @@ ] }, { - "id": 27111, + "id": 10571, "name": "orderEditUpdateItemQuantityWorkflowId", "variant": "declaration", "kind": 32, @@ -422347,7 +429076,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L76" } ], "type": { @@ -422357,7 +429086,7 @@ "defaultValue": "\"order-edit-update-item-quantity\"" }, { - "id": 27112, + "id": 10572, "name": "orderEditUpdateItemQuantityWorkflow", "variant": "declaration", "kind": 64, @@ -422410,7 +429139,7 @@ }, "children": [ { - "id": 27120, + "id": 10580, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -422433,7 +429162,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27121, + "id": 10581, "name": "__type", "variant": "declaration", "kind": 65536, @@ -422447,7 +429176,7 @@ ], "signatures": [ { - "id": 27122, + "id": 10582, "name": "__type", "variant": "signature", "kind": 4096, @@ -422475,7 +429204,7 @@ ], "parameters": [ { - "id": 27123, + "id": 10583, "name": "param0", "variant": "param", "kind": 32768, @@ -422491,14 +429220,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27124, + "id": 10584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27125, + "id": 10585, "name": "input", "variant": "declaration", "kind": 1024, @@ -422558,7 +429287,7 @@ { "title": "Properties", "children": [ - 27125 + 10585 ] } ], @@ -422579,14 +429308,14 @@ { "type": "reflection", "declaration": { - "id": 27126, + "id": 10586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27139, + "id": 10599, "name": "id", "variant": "declaration", "kind": 1024, @@ -422632,7 +429361,7 @@ } }, { - "id": 27196, + "id": 10656, "name": "version", "variant": "declaration", "kind": 1024, @@ -422678,7 +429407,7 @@ } }, { - "id": 27197, + "id": 10657, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -422724,7 +429453,7 @@ } }, { - "id": 27166, + "id": 10626, "name": "status", "variant": "declaration", "kind": 1024, @@ -422780,7 +429509,7 @@ } }, { - "id": 27167, + "id": 10627, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -422837,7 +429566,7 @@ } }, { - "id": 27168, + "id": 10628, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -422894,7 +429623,7 @@ } }, { - "id": 27169, + "id": 10629, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -422951,7 +429680,7 @@ } }, { - "id": 27143, + "id": 10603, "name": "email", "variant": "declaration", "kind": 1024, @@ -423008,7 +429737,7 @@ } }, { - "id": 27170, + "id": 10630, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -423054,7 +429783,7 @@ } }, { - "id": 27171, + "id": 10631, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -423124,7 +429853,7 @@ } }, { - "id": 27172, + "id": 10632, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -423194,7 +429923,7 @@ } }, { - "id": 27198, + "id": 10658, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -423270,7 +429999,7 @@ } }, { - "id": 27199, + "id": 10659, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -423346,7 +430075,7 @@ } }, { - "id": 27200, + "id": 10660, "name": "summary", "variant": "declaration", "kind": 1024, @@ -423416,7 +430145,7 @@ } }, { - "id": 27142, + "id": 10602, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -423511,7 +430240,7 @@ } }, { - "id": 27195, + "id": 10655, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -423586,7 +430315,7 @@ } }, { - "id": 27140, + "id": 10600, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -423655,7 +430384,7 @@ } }, { - "id": 27141, + "id": 10601, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -423724,7 +430453,7 @@ } }, { - "id": 27173, + "id": 10633, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -423780,7 +430509,7 @@ } }, { - "id": 27174, + "id": 10634, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -423836,7 +430565,7 @@ } }, { - "id": 27175, + "id": 10635, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -423892,7 +430621,7 @@ } }, { - "id": 27147, + "id": 10607, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -423948,7 +430677,7 @@ } }, { - "id": 27148, + "id": 10608, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -424004,7 +430733,7 @@ } }, { - "id": 27149, + "id": 10609, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -424060,7 +430789,7 @@ } }, { - "id": 27144, + "id": 10604, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -424116,7 +430845,7 @@ } }, { - "id": 27145, + "id": 10605, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -424172,7 +430901,7 @@ } }, { - "id": 27146, + "id": 10606, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -424228,7 +430957,7 @@ } }, { - "id": 27150, + "id": 10610, "name": "total", "variant": "declaration", "kind": 1024, @@ -424284,7 +431013,7 @@ } }, { - "id": 27151, + "id": 10611, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -424340,7 +431069,7 @@ } }, { - "id": 27152, + "id": 10612, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -424396,7 +431125,7 @@ } }, { - "id": 27201, + "id": 10661, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -424452,7 +431181,7 @@ } }, { - "id": 27153, + "id": 10613, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -424508,7 +431237,7 @@ } }, { - "id": 27154, + "id": 10614, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -424564,7 +431293,7 @@ } }, { - "id": 27176, + "id": 10636, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -424620,7 +431349,7 @@ } }, { - "id": 27177, + "id": 10637, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -424676,7 +431405,7 @@ } }, { - "id": 27178, + "id": 10638, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -424732,7 +431461,7 @@ } }, { - "id": 27179, + "id": 10639, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -424788,7 +431517,7 @@ } }, { - "id": 27180, + "id": 10640, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -424844,7 +431573,7 @@ } }, { - "id": 27181, + "id": 10641, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -424900,7 +431629,7 @@ } }, { - "id": 27182, + "id": 10642, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -424956,7 +431685,7 @@ } }, { - "id": 27183, + "id": 10643, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -425012,7 +431741,7 @@ } }, { - "id": 27127, + "id": 10587, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -425068,7 +431797,7 @@ } }, { - "id": 27128, + "id": 10588, "name": "items", "variant": "declaration", "kind": 1024, @@ -425108,14 +431837,14 @@ { "type": "reflection", "declaration": { - "id": 27129, + "id": 10589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27130, + "id": 10590, "name": "actions", "variant": "declaration", "kind": 1024, @@ -425147,7 +431876,7 @@ { "title": "Properties", "children": [ - 27130 + 10590 ] } ], @@ -425187,14 +431916,14 @@ { "type": "reflection", "declaration": { - "id": 27131, + "id": 10591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27132, + "id": 10592, "name": "actions", "variant": "declaration", "kind": 1024, @@ -425226,7 +431955,7 @@ { "title": "Properties", "children": [ - 27132 + 10592 ] } ], @@ -425250,7 +431979,7 @@ } }, { - "id": 27133, + "id": 10593, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -425290,14 +432019,14 @@ { "type": "reflection", "declaration": { - "id": 27134, + "id": 10594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27135, + "id": 10595, "name": "actions", "variant": "declaration", "kind": 1024, @@ -425329,7 +432058,7 @@ { "title": "Properties", "children": [ - 27135 + 10595 ] } ], @@ -425369,14 +432098,14 @@ { "type": "reflection", "declaration": { - "id": 27136, + "id": 10596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27137, + "id": 10597, "name": "actions", "variant": "declaration", "kind": 1024, @@ -425408,7 +432137,7 @@ { "title": "Properties", "children": [ - 27137 + 10597 ] } ], @@ -425432,7 +432161,7 @@ } }, { - "id": 27138, + "id": 10598, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -425482,51 +432211,51 @@ { "title": "Properties", "children": [ - 27139, - 27196, - 27197, - 27166, - 27167, - 27168, - 27169, - 27143, - 27170, - 27171, - 27172, - 27198, - 27199, - 27200, - 27142, - 27195, - 27140, - 27141, - 27173, - 27174, - 27175, - 27147, - 27148, - 27149, - 27144, - 27145, - 27146, - 27150, - 27151, - 27152, - 27201, - 27153, - 27154, - 27176, - 27177, - 27178, - 27179, - 27180, - 27181, - 27182, - 27183, - 27127, - 27128, - 27133, - 27138 + 10599, + 10656, + 10657, + 10626, + 10627, + 10628, + 10629, + 10603, + 10630, + 10631, + 10632, + 10658, + 10659, + 10660, + 10602, + 10655, + 10600, + 10601, + 10633, + 10634, + 10635, + 10607, + 10608, + 10609, + 10604, + 10605, + 10606, + 10610, + 10611, + 10612, + 10661, + 10613, + 10614, + 10636, + 10637, + 10638, + 10639, + 10640, + 10641, + 10642, + 10643, + 10587, + 10588, + 10593, + 10598 ] } ], @@ -425571,14 +432300,14 @@ { "type": "reflection", "declaration": { - "id": 27202, + "id": 10662, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27203, + "id": 10663, "name": "config", "variant": "declaration", "kind": 2048, @@ -425592,7 +432321,7 @@ ], "signatures": [ { - "id": 27204, + "id": 10664, "name": "config", "variant": "signature", "kind": 4096, @@ -425606,7 +432335,7 @@ ], "parameters": [ { - "id": 27205, + "id": 10665, "name": "config", "variant": "param", "kind": 32768, @@ -425617,14 +432346,14 @@ { "type": "reflection", "declaration": { - "id": 27206, + "id": 10666, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27207, + "id": 10667, "name": "name", "variant": "declaration", "kind": 1024, @@ -425648,7 +432377,7 @@ { "title": "Properties", "children": [ - 27207 + 10667 ] } ], @@ -425730,7 +432459,7 @@ { "title": "Methods", "children": [ - 27203 + 10663 ] } ], @@ -425771,7 +432500,7 @@ } }, { - "id": 27208, + "id": 10668, "name": "run", "variant": "declaration", "kind": 1024, @@ -425794,7 +432523,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27209, + "id": 10669, "name": "__type", "variant": "declaration", "kind": 65536, @@ -425808,7 +432537,7 @@ ], "signatures": [ { - "id": 27210, + "id": 10670, "name": "__type", "variant": "signature", "kind": 4096, @@ -425836,7 +432565,7 @@ ], "typeParameters": [ { - "id": 27211, + "id": 10671, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -425847,7 +432576,7 @@ } }, { - "id": 27212, + "id": 10672, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -425860,7 +432589,7 @@ ], "parameters": [ { - "id": 27213, + "id": 10673, "name": "args", "variant": "param", "kind": 32768, @@ -425893,7 +432622,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -425913,7 +432642,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -425946,7 +432675,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -425966,7 +432695,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -425986,7 +432715,7 @@ } }, { - "id": 27214, + "id": 10674, "name": "getName", "variant": "declaration", "kind": 1024, @@ -426009,7 +432738,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27215, + "id": 10675, "name": "__type", "variant": "declaration", "kind": 65536, @@ -426023,7 +432752,7 @@ ], "signatures": [ { - "id": 27216, + "id": 10676, "name": "__type", "variant": "signature", "kind": 4096, @@ -426045,7 +432774,7 @@ } }, { - "id": 27217, + "id": 10677, "name": "config", "variant": "declaration", "kind": 1024, @@ -426068,7 +432797,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27218, + "id": 10678, "name": "__type", "variant": "declaration", "kind": 65536, @@ -426082,7 +432811,7 @@ ], "signatures": [ { - "id": 27219, + "id": 10679, "name": "__type", "variant": "signature", "kind": 4096, @@ -426096,7 +432825,7 @@ ], "parameters": [ { - "id": 27220, + "id": 10680, "name": "config", "variant": "param", "kind": 32768, @@ -426122,7 +432851,7 @@ } }, { - "id": 27221, + "id": 10681, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -426150,7 +432879,7 @@ ], "documents": [ { - "id": 37800, + "id": 21287, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -426166,6 +432895,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -426176,7 +432914,7 @@ "frontmatter": {} }, { - "id": 37801, + "id": 21288, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -426192,6 +432930,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -426202,7 +432949,7 @@ "frontmatter": {} }, { - "id": 37802, + "id": 21289, "name": "orderEditUpdateItemQuantityValidationStep", "variant": "document", "kind": 8388608, @@ -426218,6 +432965,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10560" + } + ] } ], "modifierTags": [ @@ -426228,7 +432984,7 @@ "frontmatter": {} }, { - "id": 37803, + "id": 21290, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -426244,6 +433000,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -426254,7 +433019,7 @@ "frontmatter": {} }, { - "id": 37804, + "id": 21291, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -426270,6 +433035,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -426281,21 +433055,21 @@ } ], "childrenIncludingDocuments": [ - 27120, - 27208, - 27214, - 27217, - 27221 + 10580, + 10668, + 10674, + 10677, + 10681 ], "groups": [ { "title": "Properties", "children": [ - 27120, - 27208, - 27214, - 27217, - 27221 + 10580, + 10668, + 10674, + 10677, + 10681 ] } ], @@ -426304,12 +433078,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L103" } ], "signatures": [ { - "id": 27113, + "id": 10573, "name": "orderEditUpdateItemQuantityWorkflow", "variant": "signature", "kind": 4096, @@ -426365,12 +433139,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L103" } ], "typeParameters": [ { - "id": 27114, + "id": 10574, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -426381,7 +433155,7 @@ } }, { - "id": 27115, + "id": 10575, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -426394,7 +433168,7 @@ ], "parameters": [ { - "id": 27116, + "id": 10576, "name": "container", "variant": "param", "kind": 32768, @@ -426418,14 +433192,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27117, + "id": 10577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27118, + "id": 10578, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -426448,7 +433222,7 @@ } }, { - "id": 27119, + "id": 10579, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -426475,8 +433249,8 @@ { "title": "Properties", "children": [ - 27118, - 27119 + 10578, + 10579 ] } ], @@ -426565,14 +433339,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -426587,7 +433361,7 @@ ] }, { - "id": 27224, + "id": 10684, "name": "order", "variant": "declaration", "kind": 1024, @@ -426605,7 +433379,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L32" } ], "type": { @@ -426619,7 +433393,7 @@ } }, { - "id": 27225, + "id": 10685, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -426637,7 +433411,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L36" } ], "type": { @@ -426651,7 +433425,7 @@ } }, { - "id": 27226, + "id": 10686, "name": "input", "variant": "declaration", "kind": 1024, @@ -426669,7 +433443,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L40" } ], "type": { @@ -426684,7 +433458,7 @@ } }, { - "id": 27227, + "id": 10687, "name": "removeOrderEditItemActionValidationStep", "variant": "declaration", "kind": 64, @@ -426719,7 +433493,7 @@ }, "children": [ { - "id": 27236, + "id": 10696, "name": "__type", "variant": "declaration", "kind": 1024, @@ -426737,7 +433511,7 @@ } }, { - "id": 27237, + "id": 10697, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -426759,8 +433533,8 @@ { "title": "Properties", "children": [ - 27236, - 27237 + 10696, + 10697 ] } ], @@ -426769,12 +433543,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L71" } ], "signatures": [ { - "id": 27228, + "id": 10688, "name": "removeOrderEditItemActionValidationStep", "variant": "signature", "kind": 4096, @@ -426812,12 +433586,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L71" } ], "parameters": [ { - "id": 27229, + "id": 10689, "name": "input", "variant": "param", "kind": 32768, @@ -426827,7 +433601,7 @@ "types": [ { "type": "reference", - "target": 27222, + "target": 10682, "name": "RemoveOrderEditItemActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -426840,7 +433614,7 @@ "typeArguments": [ { "type": "reference", - "target": 27222, + "target": 10682, "name": "RemoveOrderEditItemActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -426873,14 +433647,14 @@ { "type": "reflection", "declaration": { - "id": 27230, + "id": 10690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27231, + "id": 10691, "name": "config", "variant": "declaration", "kind": 2048, @@ -426894,7 +433668,7 @@ ], "signatures": [ { - "id": 27232, + "id": 10692, "name": "config", "variant": "signature", "kind": 4096, @@ -426908,7 +433682,7 @@ ], "parameters": [ { - "id": 27233, + "id": 10693, "name": "config", "variant": "param", "kind": 32768, @@ -426919,14 +433693,14 @@ { "type": "reflection", "declaration": { - "id": 27234, + "id": 10694, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27235, + "id": 10695, "name": "name", "variant": "declaration", "kind": 1024, @@ -426950,7 +433724,7 @@ { "title": "Properties", "children": [ - 27235 + 10695 ] } ], @@ -427027,7 +433801,7 @@ { "title": "Methods", "children": [ - 27231 + 10691 ] } ], @@ -427061,7 +433835,7 @@ ] }, { - "id": 27238, + "id": 10698, "name": "removeItemOrderEditActionWorkflowId", "variant": "declaration", "kind": 32, @@ -427073,7 +433847,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 101, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L101" } ], "type": { @@ -427083,7 +433857,7 @@ "defaultValue": "\"remove-item-order edit-action\"" }, { - "id": 27239, + "id": 10699, "name": "removeItemOrderEditActionWorkflow", "variant": "declaration", "kind": 64, @@ -427127,7 +433901,7 @@ }, "children": [ { - "id": 27247, + "id": 10707, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -427150,7 +433924,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27248, + "id": 10708, "name": "__type", "variant": "declaration", "kind": 65536, @@ -427164,7 +433938,7 @@ ], "signatures": [ { - "id": 27249, + "id": 10709, "name": "__type", "variant": "signature", "kind": 4096, @@ -427192,7 +433966,7 @@ ], "parameters": [ { - "id": 27250, + "id": 10710, "name": "param0", "variant": "param", "kind": 32768, @@ -427208,14 +433982,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27251, + "id": 10711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27252, + "id": 10712, "name": "input", "variant": "declaration", "kind": 1024, @@ -427275,7 +434049,7 @@ { "title": "Properties", "children": [ - 27252 + 10712 ] } ], @@ -427296,14 +434070,14 @@ { "type": "reflection", "declaration": { - "id": 27253, + "id": 10713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27266, + "id": 10726, "name": "id", "variant": "declaration", "kind": 1024, @@ -427349,7 +434123,7 @@ } }, { - "id": 27323, + "id": 10783, "name": "version", "variant": "declaration", "kind": 1024, @@ -427395,7 +434169,7 @@ } }, { - "id": 27324, + "id": 10784, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -427441,7 +434215,7 @@ } }, { - "id": 27293, + "id": 10753, "name": "status", "variant": "declaration", "kind": 1024, @@ -427497,7 +434271,7 @@ } }, { - "id": 27294, + "id": 10754, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -427554,7 +434328,7 @@ } }, { - "id": 27295, + "id": 10755, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -427611,7 +434385,7 @@ } }, { - "id": 27296, + "id": 10756, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -427668,7 +434442,7 @@ } }, { - "id": 27270, + "id": 10730, "name": "email", "variant": "declaration", "kind": 1024, @@ -427725,7 +434499,7 @@ } }, { - "id": 27297, + "id": 10757, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -427771,7 +434545,7 @@ } }, { - "id": 27298, + "id": 10758, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -427841,7 +434615,7 @@ } }, { - "id": 27299, + "id": 10759, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -427911,7 +434685,7 @@ } }, { - "id": 27325, + "id": 10785, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -427987,7 +434761,7 @@ } }, { - "id": 27326, + "id": 10786, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -428063,7 +434837,7 @@ } }, { - "id": 27327, + "id": 10787, "name": "summary", "variant": "declaration", "kind": 1024, @@ -428133,7 +434907,7 @@ } }, { - "id": 27269, + "id": 10729, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -428228,7 +435002,7 @@ } }, { - "id": 27322, + "id": 10782, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -428303,7 +435077,7 @@ } }, { - "id": 27267, + "id": 10727, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -428372,7 +435146,7 @@ } }, { - "id": 27268, + "id": 10728, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -428441,7 +435215,7 @@ } }, { - "id": 27300, + "id": 10760, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -428497,7 +435271,7 @@ } }, { - "id": 27301, + "id": 10761, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -428553,7 +435327,7 @@ } }, { - "id": 27302, + "id": 10762, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -428609,7 +435383,7 @@ } }, { - "id": 27274, + "id": 10734, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -428665,7 +435439,7 @@ } }, { - "id": 27275, + "id": 10735, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -428721,7 +435495,7 @@ } }, { - "id": 27276, + "id": 10736, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -428777,7 +435551,7 @@ } }, { - "id": 27271, + "id": 10731, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -428833,7 +435607,7 @@ } }, { - "id": 27272, + "id": 10732, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -428889,7 +435663,7 @@ } }, { - "id": 27273, + "id": 10733, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -428945,7 +435719,7 @@ } }, { - "id": 27277, + "id": 10737, "name": "total", "variant": "declaration", "kind": 1024, @@ -429001,7 +435775,7 @@ } }, { - "id": 27278, + "id": 10738, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -429057,7 +435831,7 @@ } }, { - "id": 27279, + "id": 10739, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -429113,7 +435887,7 @@ } }, { - "id": 27328, + "id": 10788, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -429169,7 +435943,7 @@ } }, { - "id": 27280, + "id": 10740, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -429225,7 +435999,7 @@ } }, { - "id": 27281, + "id": 10741, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -429281,7 +436055,7 @@ } }, { - "id": 27303, + "id": 10763, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -429337,7 +436111,7 @@ } }, { - "id": 27304, + "id": 10764, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -429393,7 +436167,7 @@ } }, { - "id": 27305, + "id": 10765, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -429449,7 +436223,7 @@ } }, { - "id": 27306, + "id": 10766, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -429505,7 +436279,7 @@ } }, { - "id": 27307, + "id": 10767, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -429561,7 +436335,7 @@ } }, { - "id": 27308, + "id": 10768, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -429617,7 +436391,7 @@ } }, { - "id": 27309, + "id": 10769, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -429673,7 +436447,7 @@ } }, { - "id": 27310, + "id": 10770, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -429729,7 +436503,7 @@ } }, { - "id": 27254, + "id": 10714, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -429785,7 +436559,7 @@ } }, { - "id": 27255, + "id": 10715, "name": "items", "variant": "declaration", "kind": 1024, @@ -429825,14 +436599,14 @@ { "type": "reflection", "declaration": { - "id": 27256, + "id": 10716, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27257, + "id": 10717, "name": "actions", "variant": "declaration", "kind": 1024, @@ -429864,7 +436638,7 @@ { "title": "Properties", "children": [ - 27257 + 10717 ] } ], @@ -429904,14 +436678,14 @@ { "type": "reflection", "declaration": { - "id": 27258, + "id": 10718, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27259, + "id": 10719, "name": "actions", "variant": "declaration", "kind": 1024, @@ -429943,7 +436717,7 @@ { "title": "Properties", "children": [ - 27259 + 10719 ] } ], @@ -429967,7 +436741,7 @@ } }, { - "id": 27260, + "id": 10720, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -430007,14 +436781,14 @@ { "type": "reflection", "declaration": { - "id": 27261, + "id": 10721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27262, + "id": 10722, "name": "actions", "variant": "declaration", "kind": 1024, @@ -430046,7 +436820,7 @@ { "title": "Properties", "children": [ - 27262 + 10722 ] } ], @@ -430086,14 +436860,14 @@ { "type": "reflection", "declaration": { - "id": 27263, + "id": 10723, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27264, + "id": 10724, "name": "actions", "variant": "declaration", "kind": 1024, @@ -430125,7 +436899,7 @@ { "title": "Properties", "children": [ - 27264 + 10724 ] } ], @@ -430149,7 +436923,7 @@ } }, { - "id": 27265, + "id": 10725, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -430199,51 +436973,51 @@ { "title": "Properties", "children": [ - 27266, - 27323, - 27324, - 27293, - 27294, - 27295, - 27296, - 27270, - 27297, - 27298, - 27299, - 27325, - 27326, - 27327, - 27269, - 27322, - 27267, - 27268, - 27300, - 27301, - 27302, - 27274, - 27275, - 27276, - 27271, - 27272, - 27273, - 27277, - 27278, - 27279, - 27328, - 27280, - 27281, - 27303, - 27304, - 27305, - 27306, - 27307, - 27308, - 27309, - 27310, - 27254, - 27255, - 27260, - 27265 + 10726, + 10783, + 10784, + 10753, + 10754, + 10755, + 10756, + 10730, + 10757, + 10758, + 10759, + 10785, + 10786, + 10787, + 10729, + 10782, + 10727, + 10728, + 10760, + 10761, + 10762, + 10734, + 10735, + 10736, + 10731, + 10732, + 10733, + 10737, + 10738, + 10739, + 10788, + 10740, + 10741, + 10763, + 10764, + 10765, + 10766, + 10767, + 10768, + 10769, + 10770, + 10714, + 10715, + 10720, + 10725 ] } ], @@ -430288,14 +437062,14 @@ { "type": "reflection", "declaration": { - "id": 27329, + "id": 10789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27330, + "id": 10790, "name": "config", "variant": "declaration", "kind": 2048, @@ -430309,7 +437083,7 @@ ], "signatures": [ { - "id": 27331, + "id": 10791, "name": "config", "variant": "signature", "kind": 4096, @@ -430323,7 +437097,7 @@ ], "parameters": [ { - "id": 27332, + "id": 10792, "name": "config", "variant": "param", "kind": 32768, @@ -430334,14 +437108,14 @@ { "type": "reflection", "declaration": { - "id": 27333, + "id": 10793, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27334, + "id": 10794, "name": "name", "variant": "declaration", "kind": 1024, @@ -430365,7 +437139,7 @@ { "title": "Properties", "children": [ - 27334 + 10794 ] } ], @@ -430447,7 +437221,7 @@ { "title": "Methods", "children": [ - 27330 + 10790 ] } ], @@ -430488,7 +437262,7 @@ } }, { - "id": 27335, + "id": 10795, "name": "run", "variant": "declaration", "kind": 1024, @@ -430511,7 +437285,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27336, + "id": 10796, "name": "__type", "variant": "declaration", "kind": 65536, @@ -430525,7 +437299,7 @@ ], "signatures": [ { - "id": 27337, + "id": 10797, "name": "__type", "variant": "signature", "kind": 4096, @@ -430553,7 +437327,7 @@ ], "typeParameters": [ { - "id": 27338, + "id": 10798, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -430564,7 +437338,7 @@ } }, { - "id": 27339, + "id": 10799, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -430577,7 +437351,7 @@ ], "parameters": [ { - "id": 27340, + "id": 10800, "name": "args", "variant": "param", "kind": 32768, @@ -430610,7 +437384,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -430630,7 +437404,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -430663,7 +437437,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -430683,7 +437457,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -430703,7 +437477,7 @@ } }, { - "id": 27341, + "id": 10801, "name": "getName", "variant": "declaration", "kind": 1024, @@ -430726,7 +437500,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27342, + "id": 10802, "name": "__type", "variant": "declaration", "kind": 65536, @@ -430740,7 +437514,7 @@ ], "signatures": [ { - "id": 27343, + "id": 10803, "name": "__type", "variant": "signature", "kind": 4096, @@ -430762,7 +437536,7 @@ } }, { - "id": 27344, + "id": 10804, "name": "config", "variant": "declaration", "kind": 1024, @@ -430785,7 +437559,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27345, + "id": 10805, "name": "__type", "variant": "declaration", "kind": 65536, @@ -430799,7 +437573,7 @@ ], "signatures": [ { - "id": 27346, + "id": 10806, "name": "__type", "variant": "signature", "kind": 4096, @@ -430813,7 +437587,7 @@ ], "parameters": [ { - "id": 27347, + "id": 10807, "name": "config", "variant": "param", "kind": 32768, @@ -430839,7 +437613,7 @@ } }, { - "id": 27348, + "id": 10808, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -430867,7 +437641,7 @@ ], "documents": [ { - "id": 37805, + "id": 21292, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -430883,6 +437657,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -430893,7 +437676,7 @@ "frontmatter": {} }, { - "id": 37806, + "id": 21293, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -430909,6 +437692,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -430919,7 +437711,7 @@ "frontmatter": {} }, { - "id": 37807, + "id": 21294, "name": "removeOrderEditItemActionValidationStep", "variant": "document", "kind": 8388608, @@ -430935,6 +437727,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10687" + } + ] } ], "modifierTags": [ @@ -430945,7 +437746,7 @@ "frontmatter": {} }, { - "id": 37808, + "id": 21295, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -430961,6 +437762,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -430971,7 +437781,7 @@ "frontmatter": {} }, { - "id": 37809, + "id": 21296, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -430987,6 +437797,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -430998,21 +437817,21 @@ } ], "childrenIncludingDocuments": [ - 27247, - 27335, - 27341, - 27344, - 27348 + 10707, + 10795, + 10801, + 10804, + 10808 ], "groups": [ { "title": "Properties", "children": [ - 27247, - 27335, - 27341, - 27344, - 27348 + 10707, + 10795, + 10801, + 10804, + 10808 ] } ], @@ -431021,12 +437840,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L123" } ], "signatures": [ { - "id": 27240, + "id": 10700, "name": "removeItemOrderEditActionWorkflow", "variant": "signature", "kind": 4096, @@ -431073,12 +437892,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L123" } ], "typeParameters": [ { - "id": 27241, + "id": 10701, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -431089,7 +437908,7 @@ } }, { - "id": 27242, + "id": 10702, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -431102,7 +437921,7 @@ ], "parameters": [ { - "id": 27243, + "id": 10703, "name": "container", "variant": "param", "kind": 32768, @@ -431126,14 +437945,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27244, + "id": 10704, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27245, + "id": 10705, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -431156,7 +437975,7 @@ } }, { - "id": 27246, + "id": 10706, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -431183,8 +438002,8 @@ { "title": "Properties", "children": [ - 27245, - 27246 + 10705, + 10706 ] } ], @@ -431273,14 +438092,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -431295,7 +438114,7 @@ ] }, { - "id": 27351, + "id": 10811, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -431313,7 +438132,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L29" } ], "type": { @@ -431327,7 +438146,7 @@ } }, { - "id": 27352, + "id": 10812, "name": "input", "variant": "declaration", "kind": 1024, @@ -431345,7 +438164,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L33" } ], "type": { @@ -431384,7 +438203,7 @@ } }, { - "id": 27353, + "id": 10813, "name": "removeOrderEditShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -431419,7 +438238,7 @@ }, "children": [ { - "id": 27362, + "id": 10822, "name": "__type", "variant": "declaration", "kind": 1024, @@ -431437,7 +438256,7 @@ } }, { - "id": 27363, + "id": 10823, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -431459,8 +438278,8 @@ { "title": "Properties", "children": [ - 27362, - 27363 + 10822, + 10823 ] } ], @@ -431469,12 +438288,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L60" } ], "signatures": [ { - "id": 27354, + "id": 10814, "name": "removeOrderEditShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -431512,12 +438331,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L60" } ], "parameters": [ { - "id": 27355, + "id": 10815, "name": "input", "variant": "param", "kind": 32768, @@ -431527,7 +438346,7 @@ "types": [ { "type": "reference", - "target": 27349, + "target": 10809, "name": "RemoveOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -431540,7 +438359,7 @@ "typeArguments": [ { "type": "reference", - "target": 27349, + "target": 10809, "name": "RemoveOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -431573,14 +438392,14 @@ { "type": "reflection", "declaration": { - "id": 27356, + "id": 10816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27357, + "id": 10817, "name": "config", "variant": "declaration", "kind": 2048, @@ -431594,7 +438413,7 @@ ], "signatures": [ { - "id": 27358, + "id": 10818, "name": "config", "variant": "signature", "kind": 4096, @@ -431608,7 +438427,7 @@ ], "parameters": [ { - "id": 27359, + "id": 10819, "name": "config", "variant": "param", "kind": 32768, @@ -431619,14 +438438,14 @@ { "type": "reflection", "declaration": { - "id": 27360, + "id": 10820, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27361, + "id": 10821, "name": "name", "variant": "declaration", "kind": 1024, @@ -431650,7 +438469,7 @@ { "title": "Properties", "children": [ - 27361 + 10821 ] } ], @@ -431727,7 +438546,7 @@ { "title": "Methods", "children": [ - 27357 + 10817 ] } ], @@ -431761,7 +438580,7 @@ ] }, { - "id": 27364, + "id": 10824, "name": "removeOrderEditShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -431773,7 +438592,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L84" } ], "type": { @@ -431783,7 +438602,7 @@ "defaultValue": "\"remove-order-edit-shipping-method\"" }, { - "id": 27365, + "id": 10825, "name": "removeOrderEditShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -431827,7 +438646,7 @@ }, "children": [ { - "id": 27373, + "id": 10833, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -431850,7 +438669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27374, + "id": 10834, "name": "__type", "variant": "declaration", "kind": 65536, @@ -431864,7 +438683,7 @@ ], "signatures": [ { - "id": 27375, + "id": 10835, "name": "__type", "variant": "signature", "kind": 4096, @@ -431892,7 +438711,7 @@ ], "parameters": [ { - "id": 27376, + "id": 10836, "name": "param0", "variant": "param", "kind": 32768, @@ -431908,14 +438727,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27377, + "id": 10837, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27378, + "id": 10838, "name": "input", "variant": "declaration", "kind": 1024, @@ -431975,7 +438794,7 @@ { "title": "Properties", "children": [ - 27378 + 10838 ] } ], @@ -431996,14 +438815,14 @@ { "type": "reflection", "declaration": { - "id": 27379, + "id": 10839, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27392, + "id": 10852, "name": "id", "variant": "declaration", "kind": 1024, @@ -432049,7 +438868,7 @@ } }, { - "id": 27449, + "id": 10909, "name": "version", "variant": "declaration", "kind": 1024, @@ -432095,7 +438914,7 @@ } }, { - "id": 27450, + "id": 10910, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -432141,7 +438960,7 @@ } }, { - "id": 27419, + "id": 10879, "name": "status", "variant": "declaration", "kind": 1024, @@ -432197,7 +439016,7 @@ } }, { - "id": 27420, + "id": 10880, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -432254,7 +439073,7 @@ } }, { - "id": 27421, + "id": 10881, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -432311,7 +439130,7 @@ } }, { - "id": 27422, + "id": 10882, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -432368,7 +439187,7 @@ } }, { - "id": 27396, + "id": 10856, "name": "email", "variant": "declaration", "kind": 1024, @@ -432425,7 +439244,7 @@ } }, { - "id": 27423, + "id": 10883, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -432471,7 +439290,7 @@ } }, { - "id": 27424, + "id": 10884, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -432541,7 +439360,7 @@ } }, { - "id": 27425, + "id": 10885, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -432611,7 +439430,7 @@ } }, { - "id": 27451, + "id": 10911, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -432687,7 +439506,7 @@ } }, { - "id": 27452, + "id": 10912, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -432763,7 +439582,7 @@ } }, { - "id": 27453, + "id": 10913, "name": "summary", "variant": "declaration", "kind": 1024, @@ -432833,7 +439652,7 @@ } }, { - "id": 27395, + "id": 10855, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -432928,7 +439747,7 @@ } }, { - "id": 27448, + "id": 10908, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -433003,7 +439822,7 @@ } }, { - "id": 27393, + "id": 10853, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -433072,7 +439891,7 @@ } }, { - "id": 27394, + "id": 10854, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -433141,7 +439960,7 @@ } }, { - "id": 27426, + "id": 10886, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -433197,7 +440016,7 @@ } }, { - "id": 27427, + "id": 10887, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -433253,7 +440072,7 @@ } }, { - "id": 27428, + "id": 10888, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -433309,7 +440128,7 @@ } }, { - "id": 27400, + "id": 10860, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -433365,7 +440184,7 @@ } }, { - "id": 27401, + "id": 10861, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -433421,7 +440240,7 @@ } }, { - "id": 27402, + "id": 10862, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -433477,7 +440296,7 @@ } }, { - "id": 27397, + "id": 10857, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -433533,7 +440352,7 @@ } }, { - "id": 27398, + "id": 10858, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -433589,7 +440408,7 @@ } }, { - "id": 27399, + "id": 10859, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -433645,7 +440464,7 @@ } }, { - "id": 27403, + "id": 10863, "name": "total", "variant": "declaration", "kind": 1024, @@ -433701,7 +440520,7 @@ } }, { - "id": 27404, + "id": 10864, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -433757,7 +440576,7 @@ } }, { - "id": 27405, + "id": 10865, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -433813,7 +440632,7 @@ } }, { - "id": 27454, + "id": 10914, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -433869,7 +440688,7 @@ } }, { - "id": 27406, + "id": 10866, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -433925,7 +440744,7 @@ } }, { - "id": 27407, + "id": 10867, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -433981,7 +440800,7 @@ } }, { - "id": 27429, + "id": 10889, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -434037,7 +440856,7 @@ } }, { - "id": 27430, + "id": 10890, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -434093,7 +440912,7 @@ } }, { - "id": 27431, + "id": 10891, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -434149,7 +440968,7 @@ } }, { - "id": 27432, + "id": 10892, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -434205,7 +441024,7 @@ } }, { - "id": 27433, + "id": 10893, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -434261,7 +441080,7 @@ } }, { - "id": 27434, + "id": 10894, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -434317,7 +441136,7 @@ } }, { - "id": 27435, + "id": 10895, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -434373,7 +441192,7 @@ } }, { - "id": 27436, + "id": 10896, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -434429,7 +441248,7 @@ } }, { - "id": 27380, + "id": 10840, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -434485,7 +441304,7 @@ } }, { - "id": 27381, + "id": 10841, "name": "items", "variant": "declaration", "kind": 1024, @@ -434525,14 +441344,14 @@ { "type": "reflection", "declaration": { - "id": 27382, + "id": 10842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27383, + "id": 10843, "name": "actions", "variant": "declaration", "kind": 1024, @@ -434564,7 +441383,7 @@ { "title": "Properties", "children": [ - 27383 + 10843 ] } ], @@ -434604,14 +441423,14 @@ { "type": "reflection", "declaration": { - "id": 27384, + "id": 10844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27385, + "id": 10845, "name": "actions", "variant": "declaration", "kind": 1024, @@ -434643,7 +441462,7 @@ { "title": "Properties", "children": [ - 27385 + 10845 ] } ], @@ -434667,7 +441486,7 @@ } }, { - "id": 27386, + "id": 10846, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -434707,14 +441526,14 @@ { "type": "reflection", "declaration": { - "id": 27387, + "id": 10847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27388, + "id": 10848, "name": "actions", "variant": "declaration", "kind": 1024, @@ -434746,7 +441565,7 @@ { "title": "Properties", "children": [ - 27388 + 10848 ] } ], @@ -434786,14 +441605,14 @@ { "type": "reflection", "declaration": { - "id": 27389, + "id": 10849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27390, + "id": 10850, "name": "actions", "variant": "declaration", "kind": 1024, @@ -434825,7 +441644,7 @@ { "title": "Properties", "children": [ - 27390 + 10850 ] } ], @@ -434849,7 +441668,7 @@ } }, { - "id": 27391, + "id": 10851, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -434899,51 +441718,51 @@ { "title": "Properties", "children": [ - 27392, - 27449, - 27450, - 27419, - 27420, - 27421, - 27422, - 27396, - 27423, - 27424, - 27425, - 27451, - 27452, - 27453, - 27395, - 27448, - 27393, - 27394, - 27426, - 27427, - 27428, - 27400, - 27401, - 27402, - 27397, - 27398, - 27399, - 27403, - 27404, - 27405, - 27454, - 27406, - 27407, - 27429, - 27430, - 27431, - 27432, - 27433, - 27434, - 27435, - 27436, - 27380, - 27381, - 27386, - 27391 + 10852, + 10909, + 10910, + 10879, + 10880, + 10881, + 10882, + 10856, + 10883, + 10884, + 10885, + 10911, + 10912, + 10913, + 10855, + 10908, + 10853, + 10854, + 10886, + 10887, + 10888, + 10860, + 10861, + 10862, + 10857, + 10858, + 10859, + 10863, + 10864, + 10865, + 10914, + 10866, + 10867, + 10889, + 10890, + 10891, + 10892, + 10893, + 10894, + 10895, + 10896, + 10840, + 10841, + 10846, + 10851 ] } ], @@ -434988,14 +441807,14 @@ { "type": "reflection", "declaration": { - "id": 27455, + "id": 10915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27456, + "id": 10916, "name": "config", "variant": "declaration", "kind": 2048, @@ -435009,7 +441828,7 @@ ], "signatures": [ { - "id": 27457, + "id": 10917, "name": "config", "variant": "signature", "kind": 4096, @@ -435023,7 +441842,7 @@ ], "parameters": [ { - "id": 27458, + "id": 10918, "name": "config", "variant": "param", "kind": 32768, @@ -435034,14 +441853,14 @@ { "type": "reflection", "declaration": { - "id": 27459, + "id": 10919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27460, + "id": 10920, "name": "name", "variant": "declaration", "kind": 1024, @@ -435065,7 +441884,7 @@ { "title": "Properties", "children": [ - 27460 + 10920 ] } ], @@ -435147,7 +441966,7 @@ { "title": "Methods", "children": [ - 27456 + 10916 ] } ], @@ -435188,7 +442007,7 @@ } }, { - "id": 27461, + "id": 10921, "name": "run", "variant": "declaration", "kind": 1024, @@ -435211,7 +442030,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27462, + "id": 10922, "name": "__type", "variant": "declaration", "kind": 65536, @@ -435225,7 +442044,7 @@ ], "signatures": [ { - "id": 27463, + "id": 10923, "name": "__type", "variant": "signature", "kind": 4096, @@ -435253,7 +442072,7 @@ ], "typeParameters": [ { - "id": 27464, + "id": 10924, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -435264,7 +442083,7 @@ } }, { - "id": 27465, + "id": 10925, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -435277,7 +442096,7 @@ ], "parameters": [ { - "id": 27466, + "id": 10926, "name": "args", "variant": "param", "kind": 32768, @@ -435310,7 +442129,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -435330,7 +442149,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -435363,7 +442182,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -435383,7 +442202,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -435403,7 +442222,7 @@ } }, { - "id": 27467, + "id": 10927, "name": "getName", "variant": "declaration", "kind": 1024, @@ -435426,7 +442245,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27468, + "id": 10928, "name": "__type", "variant": "declaration", "kind": 65536, @@ -435440,7 +442259,7 @@ ], "signatures": [ { - "id": 27469, + "id": 10929, "name": "__type", "variant": "signature", "kind": 4096, @@ -435462,7 +442281,7 @@ } }, { - "id": 27470, + "id": 10930, "name": "config", "variant": "declaration", "kind": 1024, @@ -435485,7 +442304,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27471, + "id": 10931, "name": "__type", "variant": "declaration", "kind": 65536, @@ -435499,7 +442318,7 @@ ], "signatures": [ { - "id": 27472, + "id": 10932, "name": "__type", "variant": "signature", "kind": 4096, @@ -435513,7 +442332,7 @@ ], "parameters": [ { - "id": 27473, + "id": 10933, "name": "config", "variant": "param", "kind": 32768, @@ -435539,7 +442358,7 @@ } }, { - "id": 27474, + "id": 10934, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -435567,7 +442386,7 @@ ], "documents": [ { - "id": 37810, + "id": 21297, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -435583,6 +442402,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -435593,7 +442421,7 @@ "frontmatter": {} }, { - "id": 37811, + "id": 21298, "name": "removeOrderEditShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -435609,6 +442437,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10813" + } + ] } ], "modifierTags": [ @@ -435619,7 +442456,7 @@ "frontmatter": {} }, { - "id": 37812, + "id": 21299, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -435635,6 +442472,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -435645,7 +442491,7 @@ "frontmatter": {} }, { - "id": 37813, + "id": 21300, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -435661,6 +442507,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -435671,7 +442526,7 @@ "frontmatter": {} }, { - "id": 37814, + "id": 21301, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -435687,6 +442542,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -435698,21 +442562,21 @@ } ], "childrenIncludingDocuments": [ - 27373, - 27461, - 27467, - 27470, - 27474 + 10833, + 10921, + 10927, + 10930, + 10934 ], "groups": [ { "title": "Properties", "children": [ - 27373, - 27461, - 27467, - 27470, - 27474 + 10833, + 10921, + 10927, + 10930, + 10934 ] } ], @@ -435721,12 +442585,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 106, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L106" } ], "signatures": [ { - "id": 27366, + "id": 10826, "name": "removeOrderEditShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -435773,12 +442637,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 106, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L106" } ], "typeParameters": [ { - "id": 27367, + "id": 10827, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -435789,7 +442653,7 @@ } }, { - "id": 27368, + "id": 10828, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -435802,7 +442666,7 @@ ], "parameters": [ { - "id": 27369, + "id": 10829, "name": "container", "variant": "param", "kind": 32768, @@ -435826,14 +442690,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27370, + "id": 10830, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27371, + "id": 10831, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -435856,7 +442720,7 @@ } }, { - "id": 27372, + "id": 10832, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -435883,8 +442747,8 @@ { "title": "Properties", "children": [ - 27371, - 27372 + 10831, + 10832 ] } ], @@ -435973,14 +442837,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -435995,7 +442859,7 @@ ] }, { - "id": 27477, + "id": 10937, "name": "order", "variant": "declaration", "kind": 1024, @@ -436013,7 +442877,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L48" } ], "type": { @@ -436027,7 +442891,7 @@ } }, { - "id": 27478, + "id": 10938, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -436045,7 +442909,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L52" } ], "type": { @@ -436059,7 +442923,7 @@ } }, { - "id": 27479, + "id": 10939, "name": "requestOrderEditRequestValidationStep", "variant": "declaration", "kind": 64, @@ -436094,7 +442958,7 @@ }, "children": [ { - "id": 27488, + "id": 10948, "name": "__type", "variant": "declaration", "kind": 1024, @@ -436112,7 +442976,7 @@ } }, { - "id": 27489, + "id": 10949, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -436134,8 +442998,8 @@ { "title": "Properties", "children": [ - 27488, - 27489 + 10948, + 10949 ] } ], @@ -436144,12 +443008,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 78, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L78" } ], "signatures": [ { - "id": 27480, + "id": 10940, "name": "requestOrderEditRequestValidationStep", "variant": "signature", "kind": 4096, @@ -436187,12 +443051,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 78, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L78" } ], "parameters": [ { - "id": 27481, + "id": 10941, "name": "input", "variant": "param", "kind": 32768, @@ -436202,7 +443066,7 @@ "types": [ { "type": "reference", - "target": 27475, + "target": 10935, "name": "RequestOrderEditRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -436215,7 +443079,7 @@ "typeArguments": [ { "type": "reference", - "target": 27475, + "target": 10935, "name": "RequestOrderEditRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -436248,14 +443112,14 @@ { "type": "reflection", "declaration": { - "id": 27482, + "id": 10942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27483, + "id": 10943, "name": "config", "variant": "declaration", "kind": 2048, @@ -436269,7 +443133,7 @@ ], "signatures": [ { - "id": 27484, + "id": 10944, "name": "config", "variant": "signature", "kind": 4096, @@ -436283,7 +443147,7 @@ ], "parameters": [ { - "id": 27485, + "id": 10945, "name": "config", "variant": "param", "kind": 32768, @@ -436294,14 +443158,14 @@ { "type": "reflection", "declaration": { - "id": 27486, + "id": 10946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27487, + "id": 10947, "name": "name", "variant": "declaration", "kind": 1024, @@ -436325,7 +443189,7 @@ { "title": "Properties", "children": [ - 27487 + 10947 ] } ], @@ -436402,7 +443266,7 @@ { "title": "Methods", "children": [ - 27483 + 10943 ] } ], @@ -436436,7 +443300,7 @@ ] }, { - "id": 27492, + "id": 10952, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -436454,7 +443318,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L96" } ], "type": { @@ -436463,7 +443327,7 @@ } }, { - "id": 27493, + "id": 10953, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -436483,7 +443347,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 100, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L100" } ], "type": { @@ -436492,7 +443356,7 @@ } }, { - "id": 27494, + "id": 10954, "name": "requestOrderEditRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -436504,7 +443368,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L103" } ], "type": { @@ -436514,7 +443378,7 @@ "defaultValue": "\"order-edit-request\"" }, { - "id": 27495, + "id": 10955, "name": "requestOrderEditRequestWorkflow", "variant": "declaration", "kind": 64, @@ -436576,7 +443440,7 @@ }, "children": [ { - "id": 27503, + "id": 10963, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -436599,7 +443463,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27504, + "id": 10964, "name": "__type", "variant": "declaration", "kind": 65536, @@ -436613,7 +443477,7 @@ ], "signatures": [ { - "id": 27505, + "id": 10965, "name": "__type", "variant": "signature", "kind": 4096, @@ -436641,7 +443505,7 @@ ], "parameters": [ { - "id": 27506, + "id": 10966, "name": "param0", "variant": "param", "kind": 32768, @@ -436657,14 +443521,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27507, + "id": 10967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27508, + "id": 10968, "name": "input", "variant": "declaration", "kind": 1024, @@ -436689,7 +443553,7 @@ "types": [ { "type": "reference", - "target": 27490, + "target": 10950, "name": "OrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -436702,7 +443566,7 @@ "typeArguments": [ { "type": "reference", - "target": 27490, + "target": 10950, "name": "OrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -436718,7 +443582,7 @@ { "title": "Properties", "children": [ - 27508 + 10968 ] } ], @@ -436739,14 +443603,14 @@ { "type": "reflection", "declaration": { - "id": 27509, + "id": 10969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27522, + "id": 10982, "name": "id", "variant": "declaration", "kind": 1024, @@ -436792,7 +443656,7 @@ } }, { - "id": 27579, + "id": 11039, "name": "version", "variant": "declaration", "kind": 1024, @@ -436838,7 +443702,7 @@ } }, { - "id": 27580, + "id": 11040, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -436884,7 +443748,7 @@ } }, { - "id": 27549, + "id": 11009, "name": "status", "variant": "declaration", "kind": 1024, @@ -436940,7 +443804,7 @@ } }, { - "id": 27550, + "id": 11010, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -436997,7 +443861,7 @@ } }, { - "id": 27551, + "id": 11011, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -437054,7 +443918,7 @@ } }, { - "id": 27552, + "id": 11012, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -437111,7 +443975,7 @@ } }, { - "id": 27526, + "id": 10986, "name": "email", "variant": "declaration", "kind": 1024, @@ -437168,7 +444032,7 @@ } }, { - "id": 27553, + "id": 11013, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -437214,7 +444078,7 @@ } }, { - "id": 27554, + "id": 11014, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -437284,7 +444148,7 @@ } }, { - "id": 27555, + "id": 11015, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -437354,7 +444218,7 @@ } }, { - "id": 27581, + "id": 11041, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -437430,7 +444294,7 @@ } }, { - "id": 27582, + "id": 11042, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -437506,7 +444370,7 @@ } }, { - "id": 27583, + "id": 11043, "name": "summary", "variant": "declaration", "kind": 1024, @@ -437576,7 +444440,7 @@ } }, { - "id": 27525, + "id": 10985, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -437671,7 +444535,7 @@ } }, { - "id": 27578, + "id": 11038, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -437746,7 +444610,7 @@ } }, { - "id": 27523, + "id": 10983, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -437815,7 +444679,7 @@ } }, { - "id": 27524, + "id": 10984, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -437884,7 +444748,7 @@ } }, { - "id": 27556, + "id": 11016, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -437940,7 +444804,7 @@ } }, { - "id": 27557, + "id": 11017, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -437996,7 +444860,7 @@ } }, { - "id": 27558, + "id": 11018, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -438052,7 +444916,7 @@ } }, { - "id": 27530, + "id": 10990, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -438108,7 +444972,7 @@ } }, { - "id": 27531, + "id": 10991, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -438164,7 +445028,7 @@ } }, { - "id": 27532, + "id": 10992, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -438220,7 +445084,7 @@ } }, { - "id": 27527, + "id": 10987, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -438276,7 +445140,7 @@ } }, { - "id": 27528, + "id": 10988, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -438332,7 +445196,7 @@ } }, { - "id": 27529, + "id": 10989, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -438388,7 +445252,7 @@ } }, { - "id": 27533, + "id": 10993, "name": "total", "variant": "declaration", "kind": 1024, @@ -438444,7 +445308,7 @@ } }, { - "id": 27534, + "id": 10994, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -438500,7 +445364,7 @@ } }, { - "id": 27535, + "id": 10995, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -438556,7 +445420,7 @@ } }, { - "id": 27584, + "id": 11044, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -438612,7 +445476,7 @@ } }, { - "id": 27536, + "id": 10996, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -438668,7 +445532,7 @@ } }, { - "id": 27537, + "id": 10997, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -438724,7 +445588,7 @@ } }, { - "id": 27559, + "id": 11019, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -438780,7 +445644,7 @@ } }, { - "id": 27560, + "id": 11020, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -438836,7 +445700,7 @@ } }, { - "id": 27561, + "id": 11021, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -438892,7 +445756,7 @@ } }, { - "id": 27562, + "id": 11022, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -438948,7 +445812,7 @@ } }, { - "id": 27563, + "id": 11023, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -439004,7 +445868,7 @@ } }, { - "id": 27564, + "id": 11024, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -439060,7 +445924,7 @@ } }, { - "id": 27565, + "id": 11025, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -439116,7 +445980,7 @@ } }, { - "id": 27566, + "id": 11026, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -439172,7 +446036,7 @@ } }, { - "id": 27510, + "id": 10970, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -439228,7 +446092,7 @@ } }, { - "id": 27511, + "id": 10971, "name": "items", "variant": "declaration", "kind": 1024, @@ -439268,14 +446132,14 @@ { "type": "reflection", "declaration": { - "id": 27512, + "id": 10972, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27513, + "id": 10973, "name": "actions", "variant": "declaration", "kind": 1024, @@ -439307,7 +446171,7 @@ { "title": "Properties", "children": [ - 27513 + 10973 ] } ], @@ -439347,14 +446211,14 @@ { "type": "reflection", "declaration": { - "id": 27514, + "id": 10974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27515, + "id": 10975, "name": "actions", "variant": "declaration", "kind": 1024, @@ -439386,7 +446250,7 @@ { "title": "Properties", "children": [ - 27515 + 10975 ] } ], @@ -439410,7 +446274,7 @@ } }, { - "id": 27516, + "id": 10976, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -439450,14 +446314,14 @@ { "type": "reflection", "declaration": { - "id": 27517, + "id": 10977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27518, + "id": 10978, "name": "actions", "variant": "declaration", "kind": 1024, @@ -439489,7 +446353,7 @@ { "title": "Properties", "children": [ - 27518 + 10978 ] } ], @@ -439529,14 +446393,14 @@ { "type": "reflection", "declaration": { - "id": 27519, + "id": 10979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27520, + "id": 10980, "name": "actions", "variant": "declaration", "kind": 1024, @@ -439568,7 +446432,7 @@ { "title": "Properties", "children": [ - 27520 + 10980 ] } ], @@ -439592,7 +446456,7 @@ } }, { - "id": 27521, + "id": 10981, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -439642,51 +446506,51 @@ { "title": "Properties", "children": [ - 27522, - 27579, - 27580, - 27549, - 27550, - 27551, - 27552, - 27526, - 27553, - 27554, - 27555, - 27581, - 27582, - 27583, - 27525, - 27578, - 27523, - 27524, - 27556, - 27557, - 27558, - 27530, - 27531, - 27532, - 27527, - 27528, - 27529, - 27533, - 27534, - 27535, - 27584, - 27536, - 27537, - 27559, - 27560, - 27561, - 27562, - 27563, - 27564, - 27565, - 27566, - 27510, - 27511, - 27516, - 27521 + 10982, + 11039, + 11040, + 11009, + 11010, + 11011, + 11012, + 10986, + 11013, + 11014, + 11015, + 11041, + 11042, + 11043, + 10985, + 11038, + 10983, + 10984, + 11016, + 11017, + 11018, + 10990, + 10991, + 10992, + 10987, + 10988, + 10989, + 10993, + 10994, + 10995, + 11044, + 10996, + 10997, + 11019, + 11020, + 11021, + 11022, + 11023, + 11024, + 11025, + 11026, + 10970, + 10971, + 10976, + 10981 ] } ], @@ -439731,14 +446595,14 @@ { "type": "reflection", "declaration": { - "id": 27585, + "id": 11045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27586, + "id": 11046, "name": "config", "variant": "declaration", "kind": 2048, @@ -439752,7 +446616,7 @@ ], "signatures": [ { - "id": 27587, + "id": 11047, "name": "config", "variant": "signature", "kind": 4096, @@ -439766,7 +446630,7 @@ ], "parameters": [ { - "id": 27588, + "id": 11048, "name": "config", "variant": "param", "kind": 32768, @@ -439777,14 +446641,14 @@ { "type": "reflection", "declaration": { - "id": 27589, + "id": 11049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27590, + "id": 11050, "name": "name", "variant": "declaration", "kind": 1024, @@ -439808,7 +446672,7 @@ { "title": "Properties", "children": [ - 27590 + 11050 ] } ], @@ -439890,7 +446754,7 @@ { "title": "Methods", "children": [ - 27586 + 11046 ] } ], @@ -439931,7 +446795,7 @@ } }, { - "id": 27591, + "id": 11051, "name": "run", "variant": "declaration", "kind": 1024, @@ -439954,7 +446818,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27592, + "id": 11052, "name": "__type", "variant": "declaration", "kind": 65536, @@ -439968,7 +446832,7 @@ ], "signatures": [ { - "id": 27593, + "id": 11053, "name": "__type", "variant": "signature", "kind": 4096, @@ -439996,7 +446860,7 @@ ], "typeParameters": [ { - "id": 27594, + "id": 11054, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -440007,7 +446871,7 @@ } }, { - "id": 27595, + "id": 11055, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -440020,7 +446884,7 @@ ], "parameters": [ { - "id": 27596, + "id": 11056, "name": "args", "variant": "param", "kind": 32768, @@ -440053,7 +446917,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -440064,13 +446928,13 @@ }, "trueType": { "type": "reference", - "target": 27490, + "target": 10950, "name": "OrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -440103,7 +446967,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -440123,7 +446987,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -440143,7 +447007,7 @@ } }, { - "id": 27597, + "id": 11057, "name": "getName", "variant": "declaration", "kind": 1024, @@ -440166,7 +447030,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27598, + "id": 11058, "name": "__type", "variant": "declaration", "kind": 65536, @@ -440180,7 +447044,7 @@ ], "signatures": [ { - "id": 27599, + "id": 11059, "name": "__type", "variant": "signature", "kind": 4096, @@ -440202,7 +447066,7 @@ } }, { - "id": 27600, + "id": 11060, "name": "config", "variant": "declaration", "kind": 1024, @@ -440225,7 +447089,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27601, + "id": 11061, "name": "__type", "variant": "declaration", "kind": 65536, @@ -440239,7 +447103,7 @@ ], "signatures": [ { - "id": 27602, + "id": 11062, "name": "__type", "variant": "signature", "kind": 4096, @@ -440253,7 +447117,7 @@ ], "parameters": [ { - "id": 27603, + "id": 11063, "name": "config", "variant": "param", "kind": 32768, @@ -440279,7 +447143,7 @@ } }, { - "id": 27604, + "id": 11064, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -440307,7 +447171,7 @@ ], "documents": [ { - "id": 37815, + "id": 21302, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -440323,6 +447187,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -440333,7 +447206,7 @@ "frontmatter": {} }, { - "id": 37816, + "id": 21303, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -440349,6 +447222,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -440359,7 +447241,7 @@ "frontmatter": {} }, { - "id": 37817, + "id": 21304, "name": "requestOrderEditRequestValidationStep", "variant": "document", "kind": 8388608, @@ -440375,6 +447257,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "10939" + } + ] } ], "modifierTags": [ @@ -440385,7 +447276,7 @@ "frontmatter": {} }, { - "id": 37818, + "id": 21305, "name": "updateOrderChangesStep", "variant": "document", "kind": 8388608, @@ -440401,6 +447292,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5799" + } + ] } ], "modifierTags": [ @@ -440411,7 +447311,7 @@ "frontmatter": {} }, { - "id": 37819, + "id": 21306, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -440427,6 +447327,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14222" + } + ] } ], "modifierTags": [ @@ -440437,7 +447346,7 @@ "frontmatter": {} }, { - "id": 37820, + "id": 21307, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -440453,6 +447362,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -440464,21 +447382,21 @@ } ], "childrenIncludingDocuments": [ - 27503, - 27591, - 27597, - 27600, - 27604 + 10963, + 11051, + 11057, + 11060, + 11064 ], "groups": [ { "title": "Properties", "children": [ - 27503, - 27591, - 27597, - 27600, - 27604 + 10963, + 11051, + 11057, + 11060, + 11064 ] } ], @@ -440487,12 +447405,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L123" } ], "signatures": [ { - "id": 27496, + "id": 10956, "name": "requestOrderEditRequestWorkflow", "variant": "signature", "kind": 4096, @@ -440557,12 +447475,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L123" } ], "typeParameters": [ { - "id": 27497, + "id": 10957, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -440573,7 +447491,7 @@ } }, { - "id": 27498, + "id": 10958, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -440586,7 +447504,7 @@ ], "parameters": [ { - "id": 27499, + "id": 10959, "name": "container", "variant": "param", "kind": 32768, @@ -440610,14 +447528,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27500, + "id": 10960, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27501, + "id": 10961, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -440640,7 +447558,7 @@ } }, { - "id": 27502, + "id": 10962, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -440667,8 +447585,8 @@ { "title": "Properties", "children": [ - 27501, - 27502 + 10961, + 10962 ] } ], @@ -440739,7 +447657,7 @@ "typeArguments": [ { "type": "reference", - "target": 27490, + "target": 10950, "name": "OrderEditRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -440754,14 +447672,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -440776,7 +447694,7 @@ ] }, { - "id": 27607, + "id": 11067, "name": "order", "variant": "declaration", "kind": 1024, @@ -440794,7 +447712,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L33" } ], "type": { @@ -440808,7 +447726,7 @@ } }, { - "id": 27608, + "id": 11068, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -440826,7 +447744,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L37" } ], "type": { @@ -440840,7 +447758,7 @@ } }, { - "id": 27609, + "id": 11069, "name": "input", "variant": "declaration", "kind": 1024, @@ -440858,7 +447776,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L41" } ], "type": { @@ -440873,7 +447791,7 @@ } }, { - "id": 27610, + "id": 11070, "name": "updateOrderEditAddItemValidationStep", "variant": "declaration", "kind": 64, @@ -440908,7 +447826,7 @@ }, "children": [ { - "id": 27619, + "id": 11079, "name": "__type", "variant": "declaration", "kind": 1024, @@ -440926,7 +447844,7 @@ } }, { - "id": 27620, + "id": 11080, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -440948,8 +447866,8 @@ { "title": "Properties", "children": [ - 27619, - 27620 + 11079, + 11080 ] } ], @@ -440958,12 +447876,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L76" } ], "signatures": [ { - "id": 27611, + "id": 11071, "name": "updateOrderEditAddItemValidationStep", "variant": "signature", "kind": 4096, @@ -441001,12 +447919,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L76" } ], "parameters": [ { - "id": 27612, + "id": 11072, "name": "input", "variant": "param", "kind": 32768, @@ -441016,7 +447934,7 @@ "types": [ { "type": "reference", - "target": 27605, + "target": 11065, "name": "UpdateOrderEditAddItemValidationStepInput", "package": "@medusajs/core-flows" }, @@ -441029,7 +447947,7 @@ "typeArguments": [ { "type": "reference", - "target": 27605, + "target": 11065, "name": "UpdateOrderEditAddItemValidationStepInput", "package": "@medusajs/core-flows" } @@ -441062,14 +447980,14 @@ { "type": "reflection", "declaration": { - "id": 27613, + "id": 11073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27614, + "id": 11074, "name": "config", "variant": "declaration", "kind": 2048, @@ -441083,7 +448001,7 @@ ], "signatures": [ { - "id": 27615, + "id": 11075, "name": "config", "variant": "signature", "kind": 4096, @@ -441097,7 +448015,7 @@ ], "parameters": [ { - "id": 27616, + "id": 11076, "name": "config", "variant": "param", "kind": 32768, @@ -441108,14 +448026,14 @@ { "type": "reflection", "declaration": { - "id": 27617, + "id": 11077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27618, + "id": 11078, "name": "name", "variant": "declaration", "kind": 1024, @@ -441139,7 +448057,7 @@ { "title": "Properties", "children": [ - 27618 + 11078 ] } ], @@ -441216,7 +448134,7 @@ { "title": "Methods", "children": [ - 27614 + 11074 ] } ], @@ -441250,7 +448168,7 @@ ] }, { - "id": 27621, + "id": 11081, "name": "updateOrderEditAddItemWorkflowId", "variant": "declaration", "kind": 32, @@ -441262,7 +448180,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L103" } ], "type": { @@ -441272,7 +448190,7 @@ "defaultValue": "\"update-order-edit-add-item\"" }, { - "id": 27622, + "id": 11082, "name": "updateOrderEditAddItemWorkflow", "variant": "declaration", "kind": 64, @@ -441316,7 +448234,7 @@ }, "children": [ { - "id": 27630, + "id": 11090, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -441339,7 +448257,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27631, + "id": 11091, "name": "__type", "variant": "declaration", "kind": 65536, @@ -441353,7 +448271,7 @@ ], "signatures": [ { - "id": 27632, + "id": 11092, "name": "__type", "variant": "signature", "kind": 4096, @@ -441381,7 +448299,7 @@ ], "parameters": [ { - "id": 27633, + "id": 11093, "name": "param0", "variant": "param", "kind": 32768, @@ -441397,14 +448315,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27634, + "id": 11094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27635, + "id": 11095, "name": "input", "variant": "declaration", "kind": 1024, @@ -441464,7 +448382,7 @@ { "title": "Properties", "children": [ - 27635 + 11095 ] } ], @@ -441485,14 +448403,14 @@ { "type": "reflection", "declaration": { - "id": 27636, + "id": 11096, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27649, + "id": 11109, "name": "id", "variant": "declaration", "kind": 1024, @@ -441538,7 +448456,7 @@ } }, { - "id": 27706, + "id": 11166, "name": "version", "variant": "declaration", "kind": 1024, @@ -441584,7 +448502,7 @@ } }, { - "id": 27707, + "id": 11167, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -441630,7 +448548,7 @@ } }, { - "id": 27676, + "id": 11136, "name": "status", "variant": "declaration", "kind": 1024, @@ -441686,7 +448604,7 @@ } }, { - "id": 27677, + "id": 11137, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -441743,7 +448661,7 @@ } }, { - "id": 27678, + "id": 11138, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -441800,7 +448718,7 @@ } }, { - "id": 27679, + "id": 11139, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -441857,7 +448775,7 @@ } }, { - "id": 27653, + "id": 11113, "name": "email", "variant": "declaration", "kind": 1024, @@ -441914,7 +448832,7 @@ } }, { - "id": 27680, + "id": 11140, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -441960,7 +448878,7 @@ } }, { - "id": 27681, + "id": 11141, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -442030,7 +448948,7 @@ } }, { - "id": 27682, + "id": 11142, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -442100,7 +449018,7 @@ } }, { - "id": 27708, + "id": 11168, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -442176,7 +449094,7 @@ } }, { - "id": 27709, + "id": 11169, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -442252,7 +449170,7 @@ } }, { - "id": 27710, + "id": 11170, "name": "summary", "variant": "declaration", "kind": 1024, @@ -442322,7 +449240,7 @@ } }, { - "id": 27652, + "id": 11112, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -442417,7 +449335,7 @@ } }, { - "id": 27705, + "id": 11165, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -442492,7 +449410,7 @@ } }, { - "id": 27650, + "id": 11110, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -442561,7 +449479,7 @@ } }, { - "id": 27651, + "id": 11111, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -442630,7 +449548,7 @@ } }, { - "id": 27683, + "id": 11143, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -442686,7 +449604,7 @@ } }, { - "id": 27684, + "id": 11144, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -442742,7 +449660,7 @@ } }, { - "id": 27685, + "id": 11145, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -442798,7 +449716,7 @@ } }, { - "id": 27657, + "id": 11117, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -442854,7 +449772,7 @@ } }, { - "id": 27658, + "id": 11118, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -442910,7 +449828,7 @@ } }, { - "id": 27659, + "id": 11119, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -442966,7 +449884,7 @@ } }, { - "id": 27654, + "id": 11114, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -443022,7 +449940,7 @@ } }, { - "id": 27655, + "id": 11115, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -443078,7 +449996,7 @@ } }, { - "id": 27656, + "id": 11116, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -443134,7 +450052,7 @@ } }, { - "id": 27660, + "id": 11120, "name": "total", "variant": "declaration", "kind": 1024, @@ -443190,7 +450108,7 @@ } }, { - "id": 27661, + "id": 11121, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -443246,7 +450164,7 @@ } }, { - "id": 27662, + "id": 11122, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -443302,7 +450220,7 @@ } }, { - "id": 27711, + "id": 11171, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -443358,7 +450276,7 @@ } }, { - "id": 27663, + "id": 11123, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -443414,7 +450332,7 @@ } }, { - "id": 27664, + "id": 11124, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -443470,7 +450388,7 @@ } }, { - "id": 27686, + "id": 11146, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -443526,7 +450444,7 @@ } }, { - "id": 27687, + "id": 11147, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -443582,7 +450500,7 @@ } }, { - "id": 27688, + "id": 11148, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -443638,7 +450556,7 @@ } }, { - "id": 27689, + "id": 11149, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -443694,7 +450612,7 @@ } }, { - "id": 27690, + "id": 11150, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -443750,7 +450668,7 @@ } }, { - "id": 27691, + "id": 11151, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -443806,7 +450724,7 @@ } }, { - "id": 27692, + "id": 11152, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -443862,7 +450780,7 @@ } }, { - "id": 27693, + "id": 11153, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -443918,7 +450836,7 @@ } }, { - "id": 27637, + "id": 11097, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -443974,7 +450892,7 @@ } }, { - "id": 27638, + "id": 11098, "name": "items", "variant": "declaration", "kind": 1024, @@ -444014,14 +450932,14 @@ { "type": "reflection", "declaration": { - "id": 27639, + "id": 11099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27640, + "id": 11100, "name": "actions", "variant": "declaration", "kind": 1024, @@ -444053,7 +450971,7 @@ { "title": "Properties", "children": [ - 27640 + 11100 ] } ], @@ -444093,14 +451011,14 @@ { "type": "reflection", "declaration": { - "id": 27641, + "id": 11101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27642, + "id": 11102, "name": "actions", "variant": "declaration", "kind": 1024, @@ -444132,7 +451050,7 @@ { "title": "Properties", "children": [ - 27642 + 11102 ] } ], @@ -444156,7 +451074,7 @@ } }, { - "id": 27643, + "id": 11103, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -444196,14 +451114,14 @@ { "type": "reflection", "declaration": { - "id": 27644, + "id": 11104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27645, + "id": 11105, "name": "actions", "variant": "declaration", "kind": 1024, @@ -444235,7 +451153,7 @@ { "title": "Properties", "children": [ - 27645 + 11105 ] } ], @@ -444275,14 +451193,14 @@ { "type": "reflection", "declaration": { - "id": 27646, + "id": 11106, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27647, + "id": 11107, "name": "actions", "variant": "declaration", "kind": 1024, @@ -444314,7 +451232,7 @@ { "title": "Properties", "children": [ - 27647 + 11107 ] } ], @@ -444338,7 +451256,7 @@ } }, { - "id": 27648, + "id": 11108, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -444388,51 +451306,51 @@ { "title": "Properties", "children": [ - 27649, - 27706, - 27707, - 27676, - 27677, - 27678, - 27679, - 27653, - 27680, - 27681, - 27682, - 27708, - 27709, - 27710, - 27652, - 27705, - 27650, - 27651, - 27683, - 27684, - 27685, - 27657, - 27658, - 27659, - 27654, - 27655, - 27656, - 27660, - 27661, - 27662, - 27711, - 27663, - 27664, - 27686, - 27687, - 27688, - 27689, - 27690, - 27691, - 27692, - 27693, - 27637, - 27638, - 27643, - 27648 + 11109, + 11166, + 11167, + 11136, + 11137, + 11138, + 11139, + 11113, + 11140, + 11141, + 11142, + 11168, + 11169, + 11170, + 11112, + 11165, + 11110, + 11111, + 11143, + 11144, + 11145, + 11117, + 11118, + 11119, + 11114, + 11115, + 11116, + 11120, + 11121, + 11122, + 11171, + 11123, + 11124, + 11146, + 11147, + 11148, + 11149, + 11150, + 11151, + 11152, + 11153, + 11097, + 11098, + 11103, + 11108 ] } ], @@ -444477,14 +451395,14 @@ { "type": "reflection", "declaration": { - "id": 27712, + "id": 11172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27713, + "id": 11173, "name": "config", "variant": "declaration", "kind": 2048, @@ -444498,7 +451416,7 @@ ], "signatures": [ { - "id": 27714, + "id": 11174, "name": "config", "variant": "signature", "kind": 4096, @@ -444512,7 +451430,7 @@ ], "parameters": [ { - "id": 27715, + "id": 11175, "name": "config", "variant": "param", "kind": 32768, @@ -444523,14 +451441,14 @@ { "type": "reflection", "declaration": { - "id": 27716, + "id": 11176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27717, + "id": 11177, "name": "name", "variant": "declaration", "kind": 1024, @@ -444554,7 +451472,7 @@ { "title": "Properties", "children": [ - 27717 + 11177 ] } ], @@ -444636,7 +451554,7 @@ { "title": "Methods", "children": [ - 27713 + 11173 ] } ], @@ -444677,7 +451595,7 @@ } }, { - "id": 27718, + "id": 11178, "name": "run", "variant": "declaration", "kind": 1024, @@ -444700,7 +451618,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27719, + "id": 11179, "name": "__type", "variant": "declaration", "kind": 65536, @@ -444714,7 +451632,7 @@ ], "signatures": [ { - "id": 27720, + "id": 11180, "name": "__type", "variant": "signature", "kind": 4096, @@ -444742,7 +451660,7 @@ ], "typeParameters": [ { - "id": 27721, + "id": 11181, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -444753,7 +451671,7 @@ } }, { - "id": 27722, + "id": 11182, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -444766,7 +451684,7 @@ ], "parameters": [ { - "id": 27723, + "id": 11183, "name": "args", "variant": "param", "kind": 32768, @@ -444799,7 +451717,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -444819,7 +451737,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -444852,7 +451770,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -444872,7 +451790,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -444892,7 +451810,7 @@ } }, { - "id": 27724, + "id": 11184, "name": "getName", "variant": "declaration", "kind": 1024, @@ -444915,7 +451833,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27725, + "id": 11185, "name": "__type", "variant": "declaration", "kind": 65536, @@ -444929,7 +451847,7 @@ ], "signatures": [ { - "id": 27726, + "id": 11186, "name": "__type", "variant": "signature", "kind": 4096, @@ -444951,7 +451869,7 @@ } }, { - "id": 27727, + "id": 11187, "name": "config", "variant": "declaration", "kind": 1024, @@ -444974,7 +451892,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27728, + "id": 11188, "name": "__type", "variant": "declaration", "kind": 65536, @@ -444988,7 +451906,7 @@ ], "signatures": [ { - "id": 27729, + "id": 11189, "name": "__type", "variant": "signature", "kind": 4096, @@ -445002,7 +451920,7 @@ ], "parameters": [ { - "id": 27730, + "id": 11190, "name": "config", "variant": "param", "kind": 32768, @@ -445028,7 +451946,7 @@ } }, { - "id": 27731, + "id": 11191, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -445056,7 +451974,7 @@ ], "documents": [ { - "id": 37821, + "id": 21308, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -445072,6 +451990,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -445082,7 +452009,7 @@ "frontmatter": {} }, { - "id": 37822, + "id": 21309, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -445098,6 +452025,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -445108,7 +452044,7 @@ "frontmatter": {} }, { - "id": 37823, + "id": 21310, "name": "updateOrderEditAddItemValidationStep", "variant": "document", "kind": 8388608, @@ -445124,6 +452060,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11070" + } + ] } ], "modifierTags": [ @@ -445134,7 +452079,7 @@ "frontmatter": {} }, { - "id": 37824, + "id": 21311, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -445150,6 +452095,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -445160,7 +452114,7 @@ "frontmatter": {} }, { - "id": 37825, + "id": 21312, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -445176,6 +452130,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -445187,21 +452150,21 @@ } ], "childrenIncludingDocuments": [ - 27630, - 27718, - 27724, - 27727, - 27731 + 11090, + 11178, + 11184, + 11187, + 11191 ], "groups": [ { "title": "Properties", "children": [ - 27630, - 27718, - 27724, - 27727, - 27731 + 11090, + 11178, + 11184, + 11187, + 11191 ] } ], @@ -445210,12 +452173,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L127" } ], "signatures": [ { - "id": 27623, + "id": 11083, "name": "updateOrderEditAddItemWorkflow", "variant": "signature", "kind": 4096, @@ -445262,12 +452225,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L127" } ], "typeParameters": [ { - "id": 27624, + "id": 11084, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -445278,7 +452241,7 @@ } }, { - "id": 27625, + "id": 11085, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -445291,7 +452254,7 @@ ], "parameters": [ { - "id": 27626, + "id": 11086, "name": "container", "variant": "param", "kind": 32768, @@ -445315,14 +452278,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27627, + "id": 11087, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27628, + "id": 11088, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -445345,7 +452308,7 @@ } }, { - "id": 27629, + "id": 11089, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -445372,8 +452335,8 @@ { "title": "Properties", "children": [ - 27628, - 27629 + 11088, + 11089 ] } ], @@ -445462,14 +452425,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -445484,7 +452447,7 @@ ] }, { - "id": 27734, + "id": 11194, "name": "order", "variant": "declaration", "kind": 1024, @@ -445502,7 +452465,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L33" } ], "type": { @@ -445516,7 +452479,7 @@ } }, { - "id": 27735, + "id": 11195, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -445534,7 +452497,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L37" } ], "type": { @@ -445548,7 +452511,7 @@ } }, { - "id": 27736, + "id": 11196, "name": "input", "variant": "declaration", "kind": 1024, @@ -445566,7 +452529,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L41" } ], "type": { @@ -445581,7 +452544,7 @@ } }, { - "id": 27737, + "id": 11197, "name": "updateOrderEditItemQuantityValidationStep", "variant": "declaration", "kind": 64, @@ -445616,7 +452579,7 @@ }, "children": [ { - "id": 27746, + "id": 11206, "name": "__type", "variant": "declaration", "kind": 1024, @@ -445634,7 +452597,7 @@ } }, { - "id": 27747, + "id": 11207, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -445656,8 +452619,8 @@ { "title": "Properties", "children": [ - 27746, - 27747 + 11206, + 11207 ] } ], @@ -445666,12 +452629,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L76" } ], "signatures": [ { - "id": 27738, + "id": 11198, "name": "updateOrderEditItemQuantityValidationStep", "variant": "signature", "kind": 4096, @@ -445709,12 +452672,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 76, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L76" } ], "parameters": [ { - "id": 27739, + "id": 11199, "name": "input", "variant": "param", "kind": 32768, @@ -445724,7 +452687,7 @@ "types": [ { "type": "reference", - "target": 27732, + "target": 11192, "name": "UpdateOrderEditItemQuantityValidationStepInput", "package": "@medusajs/core-flows" }, @@ -445737,7 +452700,7 @@ "typeArguments": [ { "type": "reference", - "target": 27732, + "target": 11192, "name": "UpdateOrderEditItemQuantityValidationStepInput", "package": "@medusajs/core-flows" } @@ -445770,14 +452733,14 @@ { "type": "reflection", "declaration": { - "id": 27740, + "id": 11200, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27741, + "id": 11201, "name": "config", "variant": "declaration", "kind": 2048, @@ -445791,7 +452754,7 @@ ], "signatures": [ { - "id": 27742, + "id": 11202, "name": "config", "variant": "signature", "kind": 4096, @@ -445805,7 +452768,7 @@ ], "parameters": [ { - "id": 27743, + "id": 11203, "name": "config", "variant": "param", "kind": 32768, @@ -445816,14 +452779,14 @@ { "type": "reflection", "declaration": { - "id": 27744, + "id": 11204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27745, + "id": 11205, "name": "name", "variant": "declaration", "kind": 1024, @@ -445847,7 +452810,7 @@ { "title": "Properties", "children": [ - 27745 + 11205 ] } ], @@ -445924,7 +452887,7 @@ { "title": "Methods", "children": [ - 27741 + 11201 ] } ], @@ -445958,7 +452921,7 @@ ] }, { - "id": 27748, + "id": 11208, "name": "updateOrderEditItemQuantityWorkflowId", "variant": "declaration", "kind": 32, @@ -445970,7 +452933,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L103" } ], "type": { @@ -445980,7 +452943,7 @@ "defaultValue": "\"update-order-edit-update-quantity\"" }, { - "id": 27749, + "id": 11209, "name": "updateOrderEditItemQuantityWorkflow", "variant": "declaration", "kind": 64, @@ -446024,7 +452987,7 @@ }, "children": [ { - "id": 27757, + "id": 11217, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -446047,7 +453010,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27758, + "id": 11218, "name": "__type", "variant": "declaration", "kind": 65536, @@ -446061,7 +453024,7 @@ ], "signatures": [ { - "id": 27759, + "id": 11219, "name": "__type", "variant": "signature", "kind": 4096, @@ -446089,7 +453052,7 @@ ], "parameters": [ { - "id": 27760, + "id": 11220, "name": "param0", "variant": "param", "kind": 32768, @@ -446105,14 +453068,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27761, + "id": 11221, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27762, + "id": 11222, "name": "input", "variant": "declaration", "kind": 1024, @@ -446172,7 +453135,7 @@ { "title": "Properties", "children": [ - 27762 + 11222 ] } ], @@ -446193,14 +453156,14 @@ { "type": "reflection", "declaration": { - "id": 27763, + "id": 11223, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27776, + "id": 11236, "name": "id", "variant": "declaration", "kind": 1024, @@ -446246,7 +453209,7 @@ } }, { - "id": 27833, + "id": 11293, "name": "version", "variant": "declaration", "kind": 1024, @@ -446292,7 +453255,7 @@ } }, { - "id": 27834, + "id": 11294, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -446338,7 +453301,7 @@ } }, { - "id": 27803, + "id": 11263, "name": "status", "variant": "declaration", "kind": 1024, @@ -446394,7 +453357,7 @@ } }, { - "id": 27804, + "id": 11264, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -446451,7 +453414,7 @@ } }, { - "id": 27805, + "id": 11265, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -446508,7 +453471,7 @@ } }, { - "id": 27806, + "id": 11266, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -446565,7 +453528,7 @@ } }, { - "id": 27780, + "id": 11240, "name": "email", "variant": "declaration", "kind": 1024, @@ -446622,7 +453585,7 @@ } }, { - "id": 27807, + "id": 11267, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -446668,7 +453631,7 @@ } }, { - "id": 27808, + "id": 11268, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -446738,7 +453701,7 @@ } }, { - "id": 27809, + "id": 11269, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -446808,7 +453771,7 @@ } }, { - "id": 27835, + "id": 11295, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -446884,7 +453847,7 @@ } }, { - "id": 27836, + "id": 11296, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -446960,7 +453923,7 @@ } }, { - "id": 27837, + "id": 11297, "name": "summary", "variant": "declaration", "kind": 1024, @@ -447030,7 +453993,7 @@ } }, { - "id": 27779, + "id": 11239, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -447125,7 +454088,7 @@ } }, { - "id": 27832, + "id": 11292, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -447200,7 +454163,7 @@ } }, { - "id": 27777, + "id": 11237, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -447269,7 +454232,7 @@ } }, { - "id": 27778, + "id": 11238, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -447338,7 +454301,7 @@ } }, { - "id": 27810, + "id": 11270, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -447394,7 +454357,7 @@ } }, { - "id": 27811, + "id": 11271, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -447450,7 +454413,7 @@ } }, { - "id": 27812, + "id": 11272, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -447506,7 +454469,7 @@ } }, { - "id": 27784, + "id": 11244, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -447562,7 +454525,7 @@ } }, { - "id": 27785, + "id": 11245, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -447618,7 +454581,7 @@ } }, { - "id": 27786, + "id": 11246, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -447674,7 +454637,7 @@ } }, { - "id": 27781, + "id": 11241, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -447730,7 +454693,7 @@ } }, { - "id": 27782, + "id": 11242, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -447786,7 +454749,7 @@ } }, { - "id": 27783, + "id": 11243, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -447842,7 +454805,7 @@ } }, { - "id": 27787, + "id": 11247, "name": "total", "variant": "declaration", "kind": 1024, @@ -447898,7 +454861,7 @@ } }, { - "id": 27788, + "id": 11248, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -447954,7 +454917,7 @@ } }, { - "id": 27789, + "id": 11249, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -448010,7 +454973,7 @@ } }, { - "id": 27838, + "id": 11298, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -448066,7 +455029,7 @@ } }, { - "id": 27790, + "id": 11250, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -448122,7 +455085,7 @@ } }, { - "id": 27791, + "id": 11251, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -448178,7 +455141,7 @@ } }, { - "id": 27813, + "id": 11273, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -448234,7 +455197,7 @@ } }, { - "id": 27814, + "id": 11274, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -448290,7 +455253,7 @@ } }, { - "id": 27815, + "id": 11275, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -448346,7 +455309,7 @@ } }, { - "id": 27816, + "id": 11276, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -448402,7 +455365,7 @@ } }, { - "id": 27817, + "id": 11277, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -448458,7 +455421,7 @@ } }, { - "id": 27818, + "id": 11278, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -448514,7 +455477,7 @@ } }, { - "id": 27819, + "id": 11279, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -448570,7 +455533,7 @@ } }, { - "id": 27820, + "id": 11280, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -448626,7 +455589,7 @@ } }, { - "id": 27764, + "id": 11224, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -448682,7 +455645,7 @@ } }, { - "id": 27765, + "id": 11225, "name": "items", "variant": "declaration", "kind": 1024, @@ -448722,14 +455685,14 @@ { "type": "reflection", "declaration": { - "id": 27766, + "id": 11226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27767, + "id": 11227, "name": "actions", "variant": "declaration", "kind": 1024, @@ -448761,7 +455724,7 @@ { "title": "Properties", "children": [ - 27767 + 11227 ] } ], @@ -448801,14 +455764,14 @@ { "type": "reflection", "declaration": { - "id": 27768, + "id": 11228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27769, + "id": 11229, "name": "actions", "variant": "declaration", "kind": 1024, @@ -448840,7 +455803,7 @@ { "title": "Properties", "children": [ - 27769 + 11229 ] } ], @@ -448864,7 +455827,7 @@ } }, { - "id": 27770, + "id": 11230, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -448904,14 +455867,14 @@ { "type": "reflection", "declaration": { - "id": 27771, + "id": 11231, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27772, + "id": 11232, "name": "actions", "variant": "declaration", "kind": 1024, @@ -448943,7 +455906,7 @@ { "title": "Properties", "children": [ - 27772 + 11232 ] } ], @@ -448983,14 +455946,14 @@ { "type": "reflection", "declaration": { - "id": 27773, + "id": 11233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27774, + "id": 11234, "name": "actions", "variant": "declaration", "kind": 1024, @@ -449022,7 +455985,7 @@ { "title": "Properties", "children": [ - 27774 + 11234 ] } ], @@ -449046,7 +456009,7 @@ } }, { - "id": 27775, + "id": 11235, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -449096,51 +456059,51 @@ { "title": "Properties", "children": [ - 27776, - 27833, - 27834, - 27803, - 27804, - 27805, - 27806, - 27780, - 27807, - 27808, - 27809, - 27835, - 27836, - 27837, - 27779, - 27832, - 27777, - 27778, - 27810, - 27811, - 27812, - 27784, - 27785, - 27786, - 27781, - 27782, - 27783, - 27787, - 27788, - 27789, - 27838, - 27790, - 27791, - 27813, - 27814, - 27815, - 27816, - 27817, - 27818, - 27819, - 27820, - 27764, - 27765, - 27770, - 27775 + 11236, + 11293, + 11294, + 11263, + 11264, + 11265, + 11266, + 11240, + 11267, + 11268, + 11269, + 11295, + 11296, + 11297, + 11239, + 11292, + 11237, + 11238, + 11270, + 11271, + 11272, + 11244, + 11245, + 11246, + 11241, + 11242, + 11243, + 11247, + 11248, + 11249, + 11298, + 11250, + 11251, + 11273, + 11274, + 11275, + 11276, + 11277, + 11278, + 11279, + 11280, + 11224, + 11225, + 11230, + 11235 ] } ], @@ -449185,14 +456148,14 @@ { "type": "reflection", "declaration": { - "id": 27839, + "id": 11299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27840, + "id": 11300, "name": "config", "variant": "declaration", "kind": 2048, @@ -449206,7 +456169,7 @@ ], "signatures": [ { - "id": 27841, + "id": 11301, "name": "config", "variant": "signature", "kind": 4096, @@ -449220,7 +456183,7 @@ ], "parameters": [ { - "id": 27842, + "id": 11302, "name": "config", "variant": "param", "kind": 32768, @@ -449231,14 +456194,14 @@ { "type": "reflection", "declaration": { - "id": 27843, + "id": 11303, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27844, + "id": 11304, "name": "name", "variant": "declaration", "kind": 1024, @@ -449262,7 +456225,7 @@ { "title": "Properties", "children": [ - 27844 + 11304 ] } ], @@ -449344,7 +456307,7 @@ { "title": "Methods", "children": [ - 27840 + 11300 ] } ], @@ -449385,7 +456348,7 @@ } }, { - "id": 27845, + "id": 11305, "name": "run", "variant": "declaration", "kind": 1024, @@ -449408,7 +456371,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27846, + "id": 11306, "name": "__type", "variant": "declaration", "kind": 65536, @@ -449422,7 +456385,7 @@ ], "signatures": [ { - "id": 27847, + "id": 11307, "name": "__type", "variant": "signature", "kind": 4096, @@ -449450,7 +456413,7 @@ ], "typeParameters": [ { - "id": 27848, + "id": 11308, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -449461,7 +456424,7 @@ } }, { - "id": 27849, + "id": 11309, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -449474,7 +456437,7 @@ ], "parameters": [ { - "id": 27850, + "id": 11310, "name": "args", "variant": "param", "kind": 32768, @@ -449507,7 +456470,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -449527,7 +456490,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -449560,7 +456523,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -449580,7 +456543,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -449600,7 +456563,7 @@ } }, { - "id": 27851, + "id": 11311, "name": "getName", "variant": "declaration", "kind": 1024, @@ -449623,7 +456586,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27852, + "id": 11312, "name": "__type", "variant": "declaration", "kind": 65536, @@ -449637,7 +456600,7 @@ ], "signatures": [ { - "id": 27853, + "id": 11313, "name": "__type", "variant": "signature", "kind": 4096, @@ -449659,7 +456622,7 @@ } }, { - "id": 27854, + "id": 11314, "name": "config", "variant": "declaration", "kind": 1024, @@ -449682,7 +456645,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27855, + "id": 11315, "name": "__type", "variant": "declaration", "kind": 65536, @@ -449696,7 +456659,7 @@ ], "signatures": [ { - "id": 27856, + "id": 11316, "name": "__type", "variant": "signature", "kind": 4096, @@ -449710,7 +456673,7 @@ ], "parameters": [ { - "id": 27857, + "id": 11317, "name": "config", "variant": "param", "kind": 32768, @@ -449736,7 +456699,7 @@ } }, { - "id": 27858, + "id": 11318, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -449764,7 +456727,7 @@ ], "documents": [ { - "id": 37826, + "id": 21313, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -449780,6 +456743,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -449790,7 +456762,7 @@ "frontmatter": {} }, { - "id": 37827, + "id": 21314, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -449806,6 +456778,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -449816,7 +456797,7 @@ "frontmatter": {} }, { - "id": 37828, + "id": 21315, "name": "updateOrderEditItemQuantityValidationStep", "variant": "document", "kind": 8388608, @@ -449832,6 +456813,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11197" + } + ] } ], "modifierTags": [ @@ -449842,7 +456832,7 @@ "frontmatter": {} }, { - "id": 37829, + "id": 21316, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -449858,6 +456848,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -449868,7 +456867,7 @@ "frontmatter": {} }, { - "id": 37830, + "id": 21317, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -449884,6 +456883,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -449895,21 +456903,21 @@ } ], "childrenIncludingDocuments": [ - 27757, - 27845, - 27851, - 27854, - 27858 + 11217, + 11305, + 11311, + 11314, + 11318 ], "groups": [ { "title": "Properties", "children": [ - 27757, - 27845, - 27851, - 27854, - 27858 + 11217, + 11305, + 11311, + 11314, + 11318 ] } ], @@ -449918,12 +456926,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L127" } ], "signatures": [ { - "id": 27750, + "id": 11210, "name": "updateOrderEditItemQuantityWorkflow", "variant": "signature", "kind": 4096, @@ -449970,12 +456978,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 127, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L127" } ], "typeParameters": [ { - "id": 27751, + "id": 11211, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -449986,7 +456994,7 @@ } }, { - "id": 27752, + "id": 11212, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -449999,7 +457007,7 @@ ], "parameters": [ { - "id": 27753, + "id": 11213, "name": "container", "variant": "param", "kind": 32768, @@ -450023,14 +457031,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27754, + "id": 11214, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27755, + "id": 11215, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -450053,7 +457061,7 @@ } }, { - "id": 27756, + "id": 11216, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -450080,8 +457088,8 @@ { "title": "Properties", "children": [ - 27755, - 27756 + 11215, + 11216 ] } ], @@ -450170,14 +457178,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -450192,7 +457200,7 @@ ] }, { - "id": 27861, + "id": 11321, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -450210,7 +457218,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L34" } ], "type": { @@ -450224,7 +457232,7 @@ } }, { - "id": 27862, + "id": 11322, "name": "input", "variant": "declaration", "kind": 1024, @@ -450242,7 +457250,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L38" } ], "type": { @@ -450281,7 +457289,7 @@ } }, { - "id": 27863, + "id": 11323, "name": "updateOrderEditShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -450316,7 +457324,7 @@ }, "children": [ { - "id": 27872, + "id": 11332, "name": "__type", "variant": "declaration", "kind": 1024, @@ -450334,7 +457342,7 @@ } }, { - "id": 27873, + "id": 11333, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -450356,8 +457364,8 @@ { "title": "Properties", "children": [ - 27872, - 27873 + 11332, + 11333 ] } ], @@ -450366,12 +457374,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 68, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L68" } ], "signatures": [ { - "id": 27864, + "id": 11324, "name": "updateOrderEditShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -450409,12 +457417,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 68, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L68" } ], "parameters": [ { - "id": 27865, + "id": 11325, "name": "input", "variant": "param", "kind": 32768, @@ -450424,7 +457432,7 @@ "types": [ { "type": "reference", - "target": 27859, + "target": 11319, "name": "UpdateOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -450437,7 +457445,7 @@ "typeArguments": [ { "type": "reference", - "target": 27859, + "target": 11319, "name": "UpdateOrderEditShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -450470,14 +457478,14 @@ { "type": "reflection", "declaration": { - "id": 27866, + "id": 11326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27867, + "id": 11327, "name": "config", "variant": "declaration", "kind": 2048, @@ -450491,7 +457499,7 @@ ], "signatures": [ { - "id": 27868, + "id": 11328, "name": "config", "variant": "signature", "kind": 4096, @@ -450505,7 +457513,7 @@ ], "parameters": [ { - "id": 27869, + "id": 11329, "name": "config", "variant": "param", "kind": 32768, @@ -450516,14 +457524,14 @@ { "type": "reflection", "declaration": { - "id": 27870, + "id": 11330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27871, + "id": 11331, "name": "name", "variant": "declaration", "kind": 1024, @@ -450547,7 +457555,7 @@ { "title": "Properties", "children": [ - 27871 + 11331 ] } ], @@ -450624,7 +457632,7 @@ { "title": "Methods", "children": [ - 27867 + 11327 ] } ], @@ -450658,7 +457666,7 @@ ] }, { - "id": 27874, + "id": 11334, "name": "updateOrderEditShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -450670,7 +457678,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L92" } ], "type": { @@ -450680,7 +457688,7 @@ "defaultValue": "\"update-order-edit-shipping-method\"" }, { - "id": 27875, + "id": 11335, "name": "updateOrderEditShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -450724,7 +457732,7 @@ }, "children": [ { - "id": 27883, + "id": 11343, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -450747,7 +457755,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27884, + "id": 11344, "name": "__type", "variant": "declaration", "kind": 65536, @@ -450761,7 +457769,7 @@ ], "signatures": [ { - "id": 27885, + "id": 11345, "name": "__type", "variant": "signature", "kind": 4096, @@ -450789,7 +457797,7 @@ ], "parameters": [ { - "id": 27886, + "id": 11346, "name": "param0", "variant": "param", "kind": 32768, @@ -450805,14 +457813,14 @@ "type": { "type": "reflection", "declaration": { - "id": 27887, + "id": 11347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27888, + "id": 11348, "name": "input", "variant": "declaration", "kind": 1024, @@ -450872,7 +457880,7 @@ { "title": "Properties", "children": [ - 27888 + 11348 ] } ], @@ -450893,14 +457901,14 @@ { "type": "reflection", "declaration": { - "id": 27889, + "id": 11349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27902, + "id": 11362, "name": "id", "variant": "declaration", "kind": 1024, @@ -450946,7 +457954,7 @@ } }, { - "id": 27959, + "id": 11419, "name": "version", "variant": "declaration", "kind": 1024, @@ -450992,7 +458000,7 @@ } }, { - "id": 27960, + "id": 11420, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -451038,7 +458046,7 @@ } }, { - "id": 27929, + "id": 11389, "name": "status", "variant": "declaration", "kind": 1024, @@ -451094,7 +458102,7 @@ } }, { - "id": 27930, + "id": 11390, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -451151,7 +458159,7 @@ } }, { - "id": 27931, + "id": 11391, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -451208,7 +458216,7 @@ } }, { - "id": 27932, + "id": 11392, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -451265,7 +458273,7 @@ } }, { - "id": 27906, + "id": 11366, "name": "email", "variant": "declaration", "kind": 1024, @@ -451322,7 +458330,7 @@ } }, { - "id": 27933, + "id": 11393, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -451368,7 +458376,7 @@ } }, { - "id": 27934, + "id": 11394, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -451438,7 +458446,7 @@ } }, { - "id": 27935, + "id": 11395, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -451508,7 +458516,7 @@ } }, { - "id": 27961, + "id": 11421, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -451584,7 +458592,7 @@ } }, { - "id": 27962, + "id": 11422, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -451660,7 +458668,7 @@ } }, { - "id": 27963, + "id": 11423, "name": "summary", "variant": "declaration", "kind": 1024, @@ -451730,7 +458738,7 @@ } }, { - "id": 27905, + "id": 11365, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -451825,7 +458833,7 @@ } }, { - "id": 27958, + "id": 11418, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -451900,7 +458908,7 @@ } }, { - "id": 27903, + "id": 11363, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -451969,7 +458977,7 @@ } }, { - "id": 27904, + "id": 11364, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -452038,7 +459046,7 @@ } }, { - "id": 27936, + "id": 11396, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -452094,7 +459102,7 @@ } }, { - "id": 27937, + "id": 11397, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -452150,7 +459158,7 @@ } }, { - "id": 27938, + "id": 11398, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -452206,7 +459214,7 @@ } }, { - "id": 27910, + "id": 11370, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -452262,7 +459270,7 @@ } }, { - "id": 27911, + "id": 11371, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -452318,7 +459326,7 @@ } }, { - "id": 27912, + "id": 11372, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -452374,7 +459382,7 @@ } }, { - "id": 27907, + "id": 11367, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -452430,7 +459438,7 @@ } }, { - "id": 27908, + "id": 11368, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -452486,7 +459494,7 @@ } }, { - "id": 27909, + "id": 11369, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -452542,7 +459550,7 @@ } }, { - "id": 27913, + "id": 11373, "name": "total", "variant": "declaration", "kind": 1024, @@ -452598,7 +459606,7 @@ } }, { - "id": 27914, + "id": 11374, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -452654,7 +459662,7 @@ } }, { - "id": 27915, + "id": 11375, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -452710,7 +459718,7 @@ } }, { - "id": 27964, + "id": 11424, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -452766,7 +459774,7 @@ } }, { - "id": 27916, + "id": 11376, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -452822,7 +459830,7 @@ } }, { - "id": 27917, + "id": 11377, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -452878,7 +459886,7 @@ } }, { - "id": 27939, + "id": 11399, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -452934,7 +459942,7 @@ } }, { - "id": 27940, + "id": 11400, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -452990,7 +459998,7 @@ } }, { - "id": 27941, + "id": 11401, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -453046,7 +460054,7 @@ } }, { - "id": 27942, + "id": 11402, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -453102,7 +460110,7 @@ } }, { - "id": 27943, + "id": 11403, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -453158,7 +460166,7 @@ } }, { - "id": 27944, + "id": 11404, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -453214,7 +460222,7 @@ } }, { - "id": 27945, + "id": 11405, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -453270,7 +460278,7 @@ } }, { - "id": 27946, + "id": 11406, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -453326,7 +460334,7 @@ } }, { - "id": 27890, + "id": 11350, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -453382,7 +460390,7 @@ } }, { - "id": 27891, + "id": 11351, "name": "items", "variant": "declaration", "kind": 1024, @@ -453422,14 +460430,14 @@ { "type": "reflection", "declaration": { - "id": 27892, + "id": 11352, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27893, + "id": 11353, "name": "actions", "variant": "declaration", "kind": 1024, @@ -453461,7 +460469,7 @@ { "title": "Properties", "children": [ - 27893 + 11353 ] } ], @@ -453501,14 +460509,14 @@ { "type": "reflection", "declaration": { - "id": 27894, + "id": 11354, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27895, + "id": 11355, "name": "actions", "variant": "declaration", "kind": 1024, @@ -453540,7 +460548,7 @@ { "title": "Properties", "children": [ - 27895 + 11355 ] } ], @@ -453564,7 +460572,7 @@ } }, { - "id": 27896, + "id": 11356, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -453604,14 +460612,14 @@ { "type": "reflection", "declaration": { - "id": 27897, + "id": 11357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27898, + "id": 11358, "name": "actions", "variant": "declaration", "kind": 1024, @@ -453643,7 +460651,7 @@ { "title": "Properties", "children": [ - 27898 + 11358 ] } ], @@ -453683,14 +460691,14 @@ { "type": "reflection", "declaration": { - "id": 27899, + "id": 11359, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27900, + "id": 11360, "name": "actions", "variant": "declaration", "kind": 1024, @@ -453722,7 +460730,7 @@ { "title": "Properties", "children": [ - 27900 + 11360 ] } ], @@ -453746,7 +460754,7 @@ } }, { - "id": 27901, + "id": 11361, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -453796,51 +460804,51 @@ { "title": "Properties", "children": [ - 27902, - 27959, - 27960, - 27929, - 27930, - 27931, - 27932, - 27906, - 27933, - 27934, - 27935, - 27961, - 27962, - 27963, - 27905, - 27958, - 27903, - 27904, - 27936, - 27937, - 27938, - 27910, - 27911, - 27912, - 27907, - 27908, - 27909, - 27913, - 27914, - 27915, - 27964, - 27916, - 27917, - 27939, - 27940, - 27941, - 27942, - 27943, - 27944, - 27945, - 27946, - 27890, - 27891, - 27896, - 27901 + 11362, + 11419, + 11420, + 11389, + 11390, + 11391, + 11392, + 11366, + 11393, + 11394, + 11395, + 11421, + 11422, + 11423, + 11365, + 11418, + 11363, + 11364, + 11396, + 11397, + 11398, + 11370, + 11371, + 11372, + 11367, + 11368, + 11369, + 11373, + 11374, + 11375, + 11424, + 11376, + 11377, + 11399, + 11400, + 11401, + 11402, + 11403, + 11404, + 11405, + 11406, + 11350, + 11351, + 11356, + 11361 ] } ], @@ -453885,14 +460893,14 @@ { "type": "reflection", "declaration": { - "id": 27965, + "id": 11425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27966, + "id": 11426, "name": "config", "variant": "declaration", "kind": 2048, @@ -453906,7 +460914,7 @@ ], "signatures": [ { - "id": 27967, + "id": 11427, "name": "config", "variant": "signature", "kind": 4096, @@ -453920,7 +460928,7 @@ ], "parameters": [ { - "id": 27968, + "id": 11428, "name": "config", "variant": "param", "kind": 32768, @@ -453931,14 +460939,14 @@ { "type": "reflection", "declaration": { - "id": 27969, + "id": 11429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27970, + "id": 11430, "name": "name", "variant": "declaration", "kind": 1024, @@ -453962,7 +460970,7 @@ { "title": "Properties", "children": [ - 27970 + 11430 ] } ], @@ -454044,7 +461052,7 @@ { "title": "Methods", "children": [ - 27966 + 11426 ] } ], @@ -454085,7 +461093,7 @@ } }, { - "id": 27971, + "id": 11431, "name": "run", "variant": "declaration", "kind": 1024, @@ -454108,7 +461116,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27972, + "id": 11432, "name": "__type", "variant": "declaration", "kind": 65536, @@ -454122,7 +461130,7 @@ ], "signatures": [ { - "id": 27973, + "id": 11433, "name": "__type", "variant": "signature", "kind": 4096, @@ -454150,7 +461158,7 @@ ], "typeParameters": [ { - "id": 27974, + "id": 11434, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -454161,7 +461169,7 @@ } }, { - "id": 27975, + "id": 11435, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -454174,7 +461182,7 @@ ], "parameters": [ { - "id": 27976, + "id": 11436, "name": "args", "variant": "param", "kind": 32768, @@ -454207,7 +461215,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -454227,7 +461235,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -454260,7 +461268,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -454280,7 +461288,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -454300,7 +461308,7 @@ } }, { - "id": 27977, + "id": 11437, "name": "getName", "variant": "declaration", "kind": 1024, @@ -454323,7 +461331,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27978, + "id": 11438, "name": "__type", "variant": "declaration", "kind": 65536, @@ -454337,7 +461345,7 @@ ], "signatures": [ { - "id": 27979, + "id": 11439, "name": "__type", "variant": "signature", "kind": 4096, @@ -454359,7 +461367,7 @@ } }, { - "id": 27980, + "id": 11440, "name": "config", "variant": "declaration", "kind": 1024, @@ -454382,7 +461390,7 @@ "type": { "type": "reflection", "declaration": { - "id": 27981, + "id": 11441, "name": "__type", "variant": "declaration", "kind": 65536, @@ -454396,7 +461404,7 @@ ], "signatures": [ { - "id": 27982, + "id": 11442, "name": "__type", "variant": "signature", "kind": 4096, @@ -454410,7 +461418,7 @@ ], "parameters": [ { - "id": 27983, + "id": 11443, "name": "config", "variant": "param", "kind": 32768, @@ -454436,7 +461444,7 @@ } }, { - "id": 27984, + "id": 11444, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -454464,7 +461472,7 @@ ], "documents": [ { - "id": 37831, + "id": 21318, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -454480,6 +461488,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -454490,7 +461507,7 @@ "frontmatter": {} }, { - "id": 37832, + "id": 21319, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -454506,6 +461523,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -454516,7 +461542,7 @@ "frontmatter": {} }, { - "id": 37833, + "id": 21320, "name": "when", "variant": "document", "kind": 8388608, @@ -454551,7 +461577,7 @@ "frontmatter": {}, "children": [ { - "id": 37834, + "id": 21321, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -454567,6 +461593,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -454577,7 +461612,7 @@ "frontmatter": {} }, { - "id": 37835, + "id": 21322, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -454593,6 +461628,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -454605,7 +461649,7 @@ ] }, { - "id": 37836, + "id": 21323, "name": "updateOrderEditShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -454621,6 +461665,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11323" + } + ] } ], "modifierTags": [ @@ -454631,7 +461684,7 @@ "frontmatter": {} }, { - "id": 37837, + "id": 21324, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -454647,6 +461700,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -454657,7 +461719,7 @@ "frontmatter": {} }, { - "id": 37838, + "id": 21325, "name": "updateOrderShippingMethodsStep", "variant": "document", "kind": 8388608, @@ -454673,6 +461735,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5828" + } + ] } ], "modifierTags": [ @@ -454683,7 +461754,7 @@ "frontmatter": {} }, { - "id": 37839, + "id": 21326, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -454699,6 +461770,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -454710,21 +461790,21 @@ } ], "childrenIncludingDocuments": [ - 27883, - 27971, - 27977, - 27980, - 27984 + 11343, + 11431, + 11437, + 11440, + 11444 ], "groups": [ { "title": "Properties", "children": [ - 27883, - 27971, - 27977, - 27980, - 27984 + 11343, + 11431, + 11437, + 11440, + 11444 ] } ], @@ -454733,12 +461813,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 117, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L117" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L117" } ], "signatures": [ { - "id": 27876, + "id": 11336, "name": "updateOrderEditShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -454785,12 +461865,12 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 117, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L117" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L117" } ], "typeParameters": [ { - "id": 27877, + "id": 11337, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -454801,7 +461881,7 @@ } }, { - "id": 27878, + "id": 11338, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -454814,7 +461894,7 @@ ], "parameters": [ { - "id": 27879, + "id": 11339, "name": "container", "variant": "param", "kind": 32768, @@ -454838,14 +461918,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 27880, + "id": 11340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27881, + "id": 11341, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -454868,7 +461948,7 @@ } }, { - "id": 27882, + "id": 11342, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -454895,8 +461975,8 @@ { "title": "Properties", "children": [ - 27881, - 27882 + 11341, + 11342 ] } ], @@ -454985,14 +462065,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -455007,7 +462087,7 @@ ] }, { - "id": 27987, + "id": 11447, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -455025,7 +462105,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L25" } ], "type": { @@ -455039,7 +462119,7 @@ } }, { - "id": 27988, + "id": 11448, "name": "order", "variant": "declaration", "kind": 1024, @@ -455057,7 +462137,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L29" } ], "type": { @@ -455071,7 +462151,7 @@ } }, { - "id": 27989, + "id": 11449, "name": "beginReceiveReturnValidationStep", "variant": "declaration", "kind": 64, @@ -455106,7 +462186,7 @@ }, "children": [ { - "id": 27998, + "id": 11458, "name": "__type", "variant": "declaration", "kind": 1024, @@ -455124,7 +462204,7 @@ } }, { - "id": 27999, + "id": 11459, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -455146,8 +462226,8 @@ { "title": "Properties", "children": [ - 27998, - 27999 + 11458, + 11459 ] } ], @@ -455156,12 +462236,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 55, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L55" } ], "signatures": [ { - "id": 27990, + "id": 11450, "name": "beginReceiveReturnValidationStep", "variant": "signature", "kind": 4096, @@ -455199,12 +462279,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 55, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L55" } ], "parameters": [ { - "id": 27991, + "id": 11451, "name": "input", "variant": "param", "kind": 32768, @@ -455214,7 +462294,7 @@ "types": [ { "type": "reference", - "target": 27985, + "target": 11445, "name": "BeginReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -455227,7 +462307,7 @@ "typeArguments": [ { "type": "reference", - "target": 27985, + "target": 11445, "name": "BeginReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -455260,14 +462340,14 @@ { "type": "reflection", "declaration": { - "id": 27992, + "id": 11452, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27993, + "id": 11453, "name": "config", "variant": "declaration", "kind": 2048, @@ -455281,7 +462361,7 @@ ], "signatures": [ { - "id": 27994, + "id": 11454, "name": "config", "variant": "signature", "kind": 4096, @@ -455295,7 +462375,7 @@ ], "parameters": [ { - "id": 27995, + "id": 11455, "name": "config", "variant": "param", "kind": 32768, @@ -455306,14 +462386,14 @@ { "type": "reflection", "declaration": { - "id": 27996, + "id": 11456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27997, + "id": 11457, "name": "name", "variant": "declaration", "kind": 1024, @@ -455337,7 +462417,7 @@ { "title": "Properties", "children": [ - 27997 + 11457 ] } ], @@ -455414,7 +462494,7 @@ { "title": "Methods", "children": [ - 27993 + 11453 ] } ], @@ -455448,7 +462528,7 @@ ] }, { - "id": 28000, + "id": 11460, "name": "beginReceiveReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -455460,7 +462540,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 69, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L69" } ], "type": { @@ -455470,7 +462550,7 @@ "defaultValue": "\"begin-receive-return\"" }, { - "id": 28001, + "id": 11461, "name": "beginReceiveReturnWorkflow", "variant": "declaration", "kind": 64, @@ -455523,7 +462603,7 @@ }, "children": [ { - "id": 28009, + "id": 11469, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -455546,7 +462626,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28010, + "id": 11470, "name": "__type", "variant": "declaration", "kind": 65536, @@ -455560,7 +462640,7 @@ ], "signatures": [ { - "id": 28011, + "id": 11471, "name": "__type", "variant": "signature", "kind": 4096, @@ -455588,7 +462668,7 @@ ], "parameters": [ { - "id": 28012, + "id": 11472, "name": "param0", "variant": "param", "kind": 32768, @@ -455604,14 +462684,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28013, + "id": 11473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28014, + "id": 11474, "name": "input", "variant": "declaration", "kind": 1024, @@ -455671,7 +462751,7 @@ { "title": "Properties", "children": [ - 28014 + 11474 ] } ], @@ -455692,14 +462772,14 @@ { "type": "reflection", "declaration": { - "id": 28015, + "id": 11475, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28016, + "id": 11476, "name": "id", "variant": "declaration", "kind": 1024, @@ -455745,7 +462825,7 @@ } }, { - "id": 28017, + "id": 11477, "name": "version", "variant": "declaration", "kind": 1024, @@ -455791,7 +462871,7 @@ } }, { - "id": 28018, + "id": 11478, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -455880,7 +462960,7 @@ } }, { - "id": 28019, + "id": 11479, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -455926,7 +463006,7 @@ } }, { - "id": 28020, + "id": 11480, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -455972,7 +463052,7 @@ } }, { - "id": 28021, + "id": 11481, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -456018,7 +463098,7 @@ } }, { - "id": 28022, + "id": 11482, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -456064,7 +463144,7 @@ } }, { - "id": 28023, + "id": 11483, "name": "order", "variant": "declaration", "kind": 1024, @@ -456123,7 +463203,7 @@ } }, { - "id": 28024, + "id": 11484, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -456182,7 +463262,7 @@ } }, { - "id": 28025, + "id": 11485, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -456241,7 +463321,7 @@ } }, { - "id": 28026, + "id": 11486, "name": "claim", "variant": "declaration", "kind": 1024, @@ -456300,7 +463380,7 @@ } }, { - "id": 28027, + "id": 11487, "name": "actions", "variant": "declaration", "kind": 1024, @@ -456365,7 +463445,7 @@ } }, { - "id": 28028, + "id": 11488, "name": "status", "variant": "declaration", "kind": 1024, @@ -456421,7 +463501,7 @@ } }, { - "id": 28029, + "id": 11489, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -456480,7 +463560,7 @@ } }, { - "id": 28030, + "id": 11490, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -456557,7 +463637,7 @@ } }, { - "id": 28031, + "id": 11491, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -456616,7 +463696,7 @@ } }, { - "id": 28032, + "id": 11492, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -456693,7 +463773,7 @@ } }, { - "id": 28033, + "id": 11493, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -456752,7 +463832,7 @@ } }, { - "id": 28034, + "id": 11494, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -456811,7 +463891,7 @@ } }, { - "id": 28035, + "id": 11495, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -456900,7 +463980,7 @@ } }, { - "id": 28036, + "id": 11496, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -456977,7 +464057,7 @@ } }, { - "id": 28037, + "id": 11497, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -457036,7 +464116,7 @@ } }, { - "id": 28038, + "id": 11498, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -457113,7 +464193,7 @@ } }, { - "id": 28039, + "id": 11499, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -457182,7 +464262,7 @@ } }, { - "id": 28040, + "id": 11500, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -457255,31 +464335,31 @@ { "title": "Properties", "children": [ - 28016, - 28017, - 28018, - 28019, - 28020, - 28021, - 28022, - 28023, - 28024, - 28025, - 28026, - 28027, - 28028, - 28029, - 28030, - 28031, - 28032, - 28033, - 28034, - 28035, - 28036, - 28037, - 28038, - 28039, - 28040 + 11476, + 11477, + 11478, + 11479, + 11480, + 11481, + 11482, + 11483, + 11484, + 11485, + 11486, + 11487, + 11488, + 11489, + 11490, + 11491, + 11492, + 11493, + 11494, + 11495, + 11496, + 11497, + 11498, + 11499, + 11500 ] } ], @@ -457324,14 +464404,14 @@ { "type": "reflection", "declaration": { - "id": 28041, + "id": 11501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28042, + "id": 11502, "name": "config", "variant": "declaration", "kind": 2048, @@ -457345,7 +464425,7 @@ ], "signatures": [ { - "id": 28043, + "id": 11503, "name": "config", "variant": "signature", "kind": 4096, @@ -457359,7 +464439,7 @@ ], "parameters": [ { - "id": 28044, + "id": 11504, "name": "config", "variant": "param", "kind": 32768, @@ -457370,14 +464450,14 @@ { "type": "reflection", "declaration": { - "id": 28045, + "id": 11505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28046, + "id": 11506, "name": "name", "variant": "declaration", "kind": 1024, @@ -457401,7 +464481,7 @@ { "title": "Properties", "children": [ - 28046 + 11506 ] } ], @@ -457483,7 +464563,7 @@ { "title": "Methods", "children": [ - 28042 + 11502 ] } ], @@ -457524,7 +464604,7 @@ } }, { - "id": 28047, + "id": 11507, "name": "run", "variant": "declaration", "kind": 1024, @@ -457547,7 +464627,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28048, + "id": 11508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -457561,7 +464641,7 @@ ], "signatures": [ { - "id": 28049, + "id": 11509, "name": "__type", "variant": "signature", "kind": 4096, @@ -457589,7 +464669,7 @@ ], "typeParameters": [ { - "id": 28050, + "id": 11510, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -457600,7 +464680,7 @@ } }, { - "id": 28051, + "id": 11511, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -457613,7 +464693,7 @@ ], "parameters": [ { - "id": 28052, + "id": 11512, "name": "args", "variant": "param", "kind": 32768, @@ -457646,7 +464726,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -457666,7 +464746,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -457699,7 +464779,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -457719,7 +464799,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -457739,7 +464819,7 @@ } }, { - "id": 28053, + "id": 11513, "name": "getName", "variant": "declaration", "kind": 1024, @@ -457762,7 +464842,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28054, + "id": 11514, "name": "__type", "variant": "declaration", "kind": 65536, @@ -457776,7 +464856,7 @@ ], "signatures": [ { - "id": 28055, + "id": 11515, "name": "__type", "variant": "signature", "kind": 4096, @@ -457798,7 +464878,7 @@ } }, { - "id": 28056, + "id": 11516, "name": "config", "variant": "declaration", "kind": 1024, @@ -457821,7 +464901,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28057, + "id": 11517, "name": "__type", "variant": "declaration", "kind": 65536, @@ -457835,7 +464915,7 @@ ], "signatures": [ { - "id": 28058, + "id": 11518, "name": "__type", "variant": "signature", "kind": 4096, @@ -457849,7 +464929,7 @@ ], "parameters": [ { - "id": 28059, + "id": 11519, "name": "config", "variant": "param", "kind": 32768, @@ -457875,7 +464955,7 @@ } }, { - "id": 28060, + "id": 11520, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -457903,7 +464983,7 @@ ], "documents": [ { - "id": 37840, + "id": 21327, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -457919,6 +464999,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -457929,7 +465018,7 @@ "frontmatter": {} }, { - "id": 37841, + "id": 21328, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -457945,6 +465034,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -457955,7 +465053,7 @@ "frontmatter": {} }, { - "id": 37842, + "id": 21329, "name": "beginReceiveReturnValidationStep", "variant": "document", "kind": 8388608, @@ -457971,6 +465069,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11449" + } + ] } ], "modifierTags": [ @@ -457981,7 +465088,7 @@ "frontmatter": {} }, { - "id": 37843, + "id": 21330, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -457997,6 +465104,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -458008,21 +465124,21 @@ } ], "childrenIncludingDocuments": [ - 28009, - 28047, - 28053, - 28056, - 28060 + 11469, + 11507, + 11513, + 11516, + 11520 ], "groups": [ { "title": "Properties", "children": [ - 28009, - 28047, - 28053, - 28056, - 28060 + 11469, + 11507, + 11513, + 11516, + 11520 ] } ], @@ -458031,12 +465147,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 91, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L91" } ], "signatures": [ { - "id": 28002, + "id": 11462, "name": "beginReceiveReturnWorkflow", "variant": "signature", "kind": 4096, @@ -458092,12 +465208,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 91, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L91" } ], "typeParameters": [ { - "id": 28003, + "id": 11463, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -458108,7 +465224,7 @@ } }, { - "id": 28004, + "id": 11464, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -458121,7 +465237,7 @@ ], "parameters": [ { - "id": 28005, + "id": 11465, "name": "container", "variant": "param", "kind": 32768, @@ -458145,14 +465261,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28006, + "id": 11466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28007, + "id": 11467, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -458175,7 +465291,7 @@ } }, { - "id": 28008, + "id": 11468, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -458202,8 +465318,8 @@ { "title": "Properties", "children": [ - 28007, - 28008 + 11467, + 11468 ] } ], @@ -458292,14 +465408,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -458314,7 +465430,7 @@ ] }, { - "id": 28063, + "id": 11523, "name": "order", "variant": "declaration", "kind": 1024, @@ -458332,7 +465448,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L24" } ], "type": { @@ -458346,7 +465462,7 @@ } }, { - "id": 28064, + "id": 11524, "name": "beginReturnOrderValidationStep", "variant": "declaration", "kind": 64, @@ -458381,7 +465497,7 @@ }, "children": [ { - "id": 28073, + "id": 11533, "name": "__type", "variant": "declaration", "kind": 1024, @@ -458399,7 +465515,7 @@ } }, { - "id": 28074, + "id": 11534, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -458421,8 +465537,8 @@ { "title": "Properties", "children": [ - 28073, - 28074 + 11533, + 11534 ] } ], @@ -458431,12 +465547,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L46" } ], "signatures": [ { - "id": 28065, + "id": 11525, "name": "beginReturnOrderValidationStep", "variant": "signature", "kind": 4096, @@ -458474,12 +465590,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L46" } ], "parameters": [ { - "id": 28066, + "id": 11526, "name": "input", "variant": "param", "kind": 32768, @@ -458489,7 +465605,7 @@ "types": [ { "type": "reference", - "target": 28061, + "target": 11521, "name": "BeginReturnOrderValidationStepInput", "package": "@medusajs/core-flows" }, @@ -458502,7 +465618,7 @@ "typeArguments": [ { "type": "reference", - "target": 28061, + "target": 11521, "name": "BeginReturnOrderValidationStepInput", "package": "@medusajs/core-flows" } @@ -458535,14 +465651,14 @@ { "type": "reflection", "declaration": { - "id": 28067, + "id": 11527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28068, + "id": 11528, "name": "config", "variant": "declaration", "kind": 2048, @@ -458556,7 +465672,7 @@ ], "signatures": [ { - "id": 28069, + "id": 11529, "name": "config", "variant": "signature", "kind": 4096, @@ -458570,7 +465686,7 @@ ], "parameters": [ { - "id": 28070, + "id": 11530, "name": "config", "variant": "param", "kind": 32768, @@ -458581,14 +465697,14 @@ { "type": "reflection", "declaration": { - "id": 28071, + "id": 11531, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28072, + "id": 11532, "name": "name", "variant": "declaration", "kind": 1024, @@ -458612,7 +465728,7 @@ { "title": "Properties", "children": [ - 28072 + 11532 ] } ], @@ -458689,7 +465805,7 @@ { "title": "Methods", "children": [ - 28068 + 11528 ] } ], @@ -458723,7 +465839,7 @@ ] }, { - "id": 28075, + "id": 11535, "name": "beginReturnOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -458735,7 +465851,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L53" } ], "type": { @@ -458745,7 +465861,7 @@ "defaultValue": "\"begin-return-order\"" }, { - "id": 28076, + "id": 11536, "name": "beginReturnOrderWorkflow", "variant": "declaration", "kind": 64, @@ -458798,7 +465914,7 @@ }, "children": [ { - "id": 28084, + "id": 11544, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -458821,7 +465937,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28085, + "id": 11545, "name": "__type", "variant": "declaration", "kind": 65536, @@ -458835,7 +465951,7 @@ ], "signatures": [ { - "id": 28086, + "id": 11546, "name": "__type", "variant": "signature", "kind": 4096, @@ -458863,7 +465979,7 @@ ], "parameters": [ { - "id": 28087, + "id": 11547, "name": "param0", "variant": "param", "kind": 32768, @@ -458879,14 +465995,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28088, + "id": 11548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28089, + "id": 11549, "name": "input", "variant": "declaration", "kind": 1024, @@ -458946,7 +466062,7 @@ { "title": "Properties", "children": [ - 28089 + 11549 ] } ], @@ -458967,14 +466083,14 @@ { "type": "reflection", "declaration": { - "id": 28090, + "id": 11550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28091, + "id": 11551, "name": "id", "variant": "declaration", "kind": 1024, @@ -459020,7 +466136,7 @@ } }, { - "id": 28092, + "id": 11552, "name": "version", "variant": "declaration", "kind": 1024, @@ -459066,7 +466182,7 @@ } }, { - "id": 28093, + "id": 11553, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -459155,7 +466271,7 @@ } }, { - "id": 28094, + "id": 11554, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -459201,7 +466317,7 @@ } }, { - "id": 28095, + "id": 11555, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -459247,7 +466363,7 @@ } }, { - "id": 28096, + "id": 11556, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -459293,7 +466409,7 @@ } }, { - "id": 28097, + "id": 11557, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -459339,7 +466455,7 @@ } }, { - "id": 28098, + "id": 11558, "name": "order", "variant": "declaration", "kind": 1024, @@ -459398,7 +466514,7 @@ } }, { - "id": 28099, + "id": 11559, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -459457,7 +466573,7 @@ } }, { - "id": 28100, + "id": 11560, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -459516,7 +466632,7 @@ } }, { - "id": 28101, + "id": 11561, "name": "claim", "variant": "declaration", "kind": 1024, @@ -459575,7 +466691,7 @@ } }, { - "id": 28102, + "id": 11562, "name": "actions", "variant": "declaration", "kind": 1024, @@ -459640,7 +466756,7 @@ } }, { - "id": 28103, + "id": 11563, "name": "status", "variant": "declaration", "kind": 1024, @@ -459696,7 +466812,7 @@ } }, { - "id": 28104, + "id": 11564, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -459755,7 +466871,7 @@ } }, { - "id": 28105, + "id": 11565, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -459832,7 +466948,7 @@ } }, { - "id": 28106, + "id": 11566, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -459891,7 +467007,7 @@ } }, { - "id": 28107, + "id": 11567, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -459968,7 +467084,7 @@ } }, { - "id": 28108, + "id": 11568, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -460027,7 +467143,7 @@ } }, { - "id": 28109, + "id": 11569, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -460086,7 +467202,7 @@ } }, { - "id": 28110, + "id": 11570, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -460175,7 +467291,7 @@ } }, { - "id": 28111, + "id": 11571, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -460252,7 +467368,7 @@ } }, { - "id": 28112, + "id": 11572, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -460311,7 +467427,7 @@ } }, { - "id": 28113, + "id": 11573, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -460388,7 +467504,7 @@ } }, { - "id": 28114, + "id": 11574, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -460457,7 +467573,7 @@ } }, { - "id": 28115, + "id": 11575, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -460530,31 +467646,31 @@ { "title": "Properties", "children": [ - 28091, - 28092, - 28093, - 28094, - 28095, - 28096, - 28097, - 28098, - 28099, - 28100, - 28101, - 28102, - 28103, - 28104, - 28105, - 28106, - 28107, - 28108, - 28109, - 28110, - 28111, - 28112, - 28113, - 28114, - 28115 + 11551, + 11552, + 11553, + 11554, + 11555, + 11556, + 11557, + 11558, + 11559, + 11560, + 11561, + 11562, + 11563, + 11564, + 11565, + 11566, + 11567, + 11568, + 11569, + 11570, + 11571, + 11572, + 11573, + 11574, + 11575 ] } ], @@ -460599,14 +467715,14 @@ { "type": "reflection", "declaration": { - "id": 28116, + "id": 11576, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28117, + "id": 11577, "name": "config", "variant": "declaration", "kind": 2048, @@ -460620,7 +467736,7 @@ ], "signatures": [ { - "id": 28118, + "id": 11578, "name": "config", "variant": "signature", "kind": 4096, @@ -460634,7 +467750,7 @@ ], "parameters": [ { - "id": 28119, + "id": 11579, "name": "config", "variant": "param", "kind": 32768, @@ -460645,14 +467761,14 @@ { "type": "reflection", "declaration": { - "id": 28120, + "id": 11580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28121, + "id": 11581, "name": "name", "variant": "declaration", "kind": 1024, @@ -460676,7 +467792,7 @@ { "title": "Properties", "children": [ - 28121 + 11581 ] } ], @@ -460758,7 +467874,7 @@ { "title": "Methods", "children": [ - 28117 + 11577 ] } ], @@ -460799,7 +467915,7 @@ } }, { - "id": 28122, + "id": 11582, "name": "run", "variant": "declaration", "kind": 1024, @@ -460822,7 +467938,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28123, + "id": 11583, "name": "__type", "variant": "declaration", "kind": 65536, @@ -460836,7 +467952,7 @@ ], "signatures": [ { - "id": 28124, + "id": 11584, "name": "__type", "variant": "signature", "kind": 4096, @@ -460864,7 +467980,7 @@ ], "typeParameters": [ { - "id": 28125, + "id": 11585, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -460875,7 +467991,7 @@ } }, { - "id": 28126, + "id": 11586, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -460888,7 +468004,7 @@ ], "parameters": [ { - "id": 28127, + "id": 11587, "name": "args", "variant": "param", "kind": 32768, @@ -460921,7 +468037,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -460941,7 +468057,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -460974,7 +468090,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -460994,7 +468110,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -461014,7 +468130,7 @@ } }, { - "id": 28128, + "id": 11588, "name": "getName", "variant": "declaration", "kind": 1024, @@ -461037,7 +468153,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28129, + "id": 11589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -461051,7 +468167,7 @@ ], "signatures": [ { - "id": 28130, + "id": 11590, "name": "__type", "variant": "signature", "kind": 4096, @@ -461073,7 +468189,7 @@ } }, { - "id": 28131, + "id": 11591, "name": "config", "variant": "declaration", "kind": 1024, @@ -461096,7 +468212,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28132, + "id": 11592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -461110,7 +468226,7 @@ ], "signatures": [ { - "id": 28133, + "id": 11593, "name": "__type", "variant": "signature", "kind": 4096, @@ -461124,7 +468240,7 @@ ], "parameters": [ { - "id": 28134, + "id": 11594, "name": "config", "variant": "param", "kind": 32768, @@ -461150,7 +468266,7 @@ } }, { - "id": 28135, + "id": 11595, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -461178,7 +468294,7 @@ ], "documents": [ { - "id": 37844, + "id": 21331, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -461194,6 +468310,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -461204,7 +468329,7 @@ "frontmatter": {} }, { - "id": 37845, + "id": 21332, "name": "beginReturnOrderValidationStep", "variant": "document", "kind": 8388608, @@ -461220,6 +468345,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11524" + } + ] } ], "modifierTags": [ @@ -461230,7 +468364,7 @@ "frontmatter": {} }, { - "id": 37846, + "id": 21333, "name": "createReturnsStep", "variant": "document", "kind": 8388608, @@ -461246,6 +468380,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5730" + } + ] } ], "modifierTags": [ @@ -461256,7 +468399,7 @@ "frontmatter": {} }, { - "id": 37847, + "id": 21334, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -461272,6 +468415,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -461283,21 +468435,21 @@ } ], "childrenIncludingDocuments": [ - 28084, - 28122, - 28128, - 28131, - 28135 + 11544, + 11582, + 11588, + 11591, + 11595 ], "groups": [ { "title": "Properties", "children": [ - 28084, - 28122, - 28128, - 28131, - 28135 + 11544, + 11582, + 11588, + 11591, + 11595 ] } ], @@ -461306,12 +468458,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L75" } ], "signatures": [ { - "id": 28077, + "id": 11537, "name": "beginReturnOrderWorkflow", "variant": "signature", "kind": 4096, @@ -461367,12 +468519,12 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 75, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L75" } ], "typeParameters": [ { - "id": 28078, + "id": 11538, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -461383,7 +468535,7 @@ } }, { - "id": 28079, + "id": 11539, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -461396,7 +468548,7 @@ ], "parameters": [ { - "id": 28080, + "id": 11540, "name": "container", "variant": "param", "kind": 32768, @@ -461420,14 +468572,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28081, + "id": 11541, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28082, + "id": 11542, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -461450,7 +468602,7 @@ } }, { - "id": 28083, + "id": 11543, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -461477,8 +468629,8 @@ { "title": "Properties", "children": [ - 28082, - 28083 + 11542, + 11543 ] } ], @@ -461567,14 +468719,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -461589,7 +468741,7 @@ ] }, { - "id": 28138, + "id": 11598, "name": "order", "variant": "declaration", "kind": 1024, @@ -461607,7 +468759,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L22" } ], "type": { @@ -461621,7 +468773,7 @@ } }, { - "id": 28139, + "id": 11599, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -461639,7 +468791,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L26" } ], "type": { @@ -461653,7 +468805,7 @@ } }, { - "id": 28140, + "id": 11600, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -461671,7 +468823,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L30" } ], "type": { @@ -461685,7 +468837,7 @@ } }, { - "id": 28141, + "id": 11601, "name": "cancelReceiveReturnValidationStep", "variant": "declaration", "kind": 64, @@ -461720,7 +468872,7 @@ }, "children": [ { - "id": 28150, + "id": 11610, "name": "__type", "variant": "declaration", "kind": 1024, @@ -461738,7 +468890,7 @@ } }, { - "id": 28151, + "id": 11611, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -461760,8 +468912,8 @@ { "title": "Properties", "children": [ - 28150, - 28151 + 11610, + 11611 ] } ], @@ -461770,12 +468922,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L60" } ], "signatures": [ { - "id": 28142, + "id": 11602, "name": "cancelReceiveReturnValidationStep", "variant": "signature", "kind": 4096, @@ -461813,12 +468965,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L60" } ], "parameters": [ { - "id": 28143, + "id": 11603, "name": "input", "variant": "param", "kind": 32768, @@ -461828,7 +468980,7 @@ "types": [ { "type": "reference", - "target": 28136, + "target": 11596, "name": "CancelReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -461841,7 +468993,7 @@ "typeArguments": [ { "type": "reference", - "target": 28136, + "target": 11596, "name": "CancelReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -461874,14 +469026,14 @@ { "type": "reflection", "declaration": { - "id": 28144, + "id": 11604, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28145, + "id": 11605, "name": "config", "variant": "declaration", "kind": 2048, @@ -461895,7 +469047,7 @@ ], "signatures": [ { - "id": 28146, + "id": 11606, "name": "config", "variant": "signature", "kind": 4096, @@ -461909,7 +469061,7 @@ ], "parameters": [ { - "id": 28147, + "id": 11607, "name": "config", "variant": "param", "kind": 32768, @@ -461920,14 +469072,14 @@ { "type": "reflection", "declaration": { - "id": 28148, + "id": 11608, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28149, + "id": 11609, "name": "name", "variant": "declaration", "kind": 1024, @@ -461951,7 +469103,7 @@ { "title": "Properties", "children": [ - 28149 + 11609 ] } ], @@ -462028,7 +469180,7 @@ { "title": "Methods", "children": [ - 28145 + 11605 ] } ], @@ -462062,7 +469214,7 @@ ] }, { - "id": 28154, + "id": 11614, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -462080,7 +469232,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L80" } ], "type": { @@ -462089,7 +469241,7 @@ } }, { - "id": 28155, + "id": 11615, "name": "cancelReturnReceiveWorkflowId", "variant": "declaration", "kind": 32, @@ -462101,7 +469253,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L83" } ], "type": { @@ -462111,7 +469263,7 @@ "defaultValue": "\"cancel-receive-return\"" }, { - "id": 28156, + "id": 11616, "name": "cancelReturnReceiveWorkflow", "variant": "declaration", "kind": 64, @@ -462155,7 +469307,7 @@ }, "children": [ { - "id": 28164, + "id": 11624, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -462178,7 +469330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28165, + "id": 11625, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462192,7 +469344,7 @@ ], "signatures": [ { - "id": 28166, + "id": 11626, "name": "__type", "variant": "signature", "kind": 4096, @@ -462220,7 +469372,7 @@ ], "parameters": [ { - "id": 28167, + "id": 11627, "name": "param0", "variant": "param", "kind": 32768, @@ -462236,14 +469388,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28168, + "id": 11628, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28169, + "id": 11629, "name": "input", "variant": "declaration", "kind": 1024, @@ -462268,7 +469420,7 @@ "types": [ { "type": "reference", - "target": 28152, + "target": 11612, "name": "CancelReturnReceiveWorkflowInput", "package": "@medusajs/core-flows" }, @@ -462281,7 +469433,7 @@ "typeArguments": [ { "type": "reference", - "target": 28152, + "target": 11612, "name": "CancelReturnReceiveWorkflowInput", "package": "@medusajs/core-flows" } @@ -462297,7 +469449,7 @@ { "title": "Properties", "children": [ - 28169 + 11629 ] } ], @@ -462333,14 +469485,14 @@ { "type": "reflection", "declaration": { - "id": 28170, + "id": 11630, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28171, + "id": 11631, "name": "config", "variant": "declaration", "kind": 2048, @@ -462354,7 +469506,7 @@ ], "signatures": [ { - "id": 28172, + "id": 11632, "name": "config", "variant": "signature", "kind": 4096, @@ -462368,7 +469520,7 @@ ], "parameters": [ { - "id": 28173, + "id": 11633, "name": "config", "variant": "param", "kind": 32768, @@ -462379,14 +469531,14 @@ { "type": "reflection", "declaration": { - "id": 28174, + "id": 11634, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28175, + "id": 11635, "name": "name", "variant": "declaration", "kind": 1024, @@ -462410,7 +469562,7 @@ { "title": "Properties", "children": [ - 28175 + 11635 ] } ], @@ -462487,7 +469639,7 @@ { "title": "Methods", "children": [ - 28171 + 11631 ] } ], @@ -462523,7 +469675,7 @@ } }, { - "id": 28176, + "id": 11636, "name": "run", "variant": "declaration", "kind": 1024, @@ -462546,7 +469698,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28177, + "id": 11637, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462560,7 +469712,7 @@ ], "signatures": [ { - "id": 28178, + "id": 11638, "name": "__type", "variant": "signature", "kind": 4096, @@ -462588,7 +469740,7 @@ ], "typeParameters": [ { - "id": 28179, + "id": 11639, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -462599,7 +469751,7 @@ } }, { - "id": 28180, + "id": 11640, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -462612,7 +469764,7 @@ ], "parameters": [ { - "id": 28181, + "id": 11641, "name": "args", "variant": "param", "kind": 32768, @@ -462645,7 +469797,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -462656,13 +469808,13 @@ }, "trueType": { "type": "reference", - "target": 28152, + "target": 11612, "name": "CancelReturnReceiveWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -462695,7 +469847,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -462710,7 +469862,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -462730,7 +469882,7 @@ } }, { - "id": 28182, + "id": 11642, "name": "getName", "variant": "declaration", "kind": 1024, @@ -462753,7 +469905,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28183, + "id": 11643, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462767,7 +469919,7 @@ ], "signatures": [ { - "id": 28184, + "id": 11644, "name": "__type", "variant": "signature", "kind": 4096, @@ -462789,7 +469941,7 @@ } }, { - "id": 28185, + "id": 11645, "name": "config", "variant": "declaration", "kind": 1024, @@ -462812,7 +469964,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28186, + "id": 11646, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462826,7 +469978,7 @@ ], "signatures": [ { - "id": 28187, + "id": 11647, "name": "__type", "variant": "signature", "kind": 4096, @@ -462840,7 +469992,7 @@ ], "parameters": [ { - "id": 28188, + "id": 11648, "name": "config", "variant": "param", "kind": 32768, @@ -462866,7 +470018,7 @@ } }, { - "id": 28189, + "id": 11649, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -462889,7 +470041,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28190, + "id": 11650, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462903,14 +470055,14 @@ ], "indexSignatures": [ { - "id": 28191, + "id": 11651, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 28192, + "id": 11652, "name": "key", "variant": "param", "kind": 32768, @@ -462924,7 +470076,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28193, + "id": 11653, "name": "__type", "variant": "declaration", "kind": 65536, @@ -462938,7 +470090,7 @@ ], "signatures": [ { - "id": 28194, + "id": 11654, "name": "__type", "variant": "signature", "kind": 4096, @@ -462952,14 +470104,14 @@ ], "typeParameters": [ { - "id": 28195, + "id": 11655, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 28196, + "id": 11656, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -462968,7 +470120,7 @@ ], "parameters": [ { - "id": 28197, + "id": 11657, "name": "invoke", "variant": "param", "kind": 32768, @@ -462986,14 +470138,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -463004,7 +470156,7 @@ } }, { - "id": 28198, + "id": 11658, "name": "compensate", "variant": "param", "kind": 32768, @@ -463020,7 +470172,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -463047,7 +470199,7 @@ ], "documents": [ { - "id": 37848, + "id": 21335, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -463063,6 +470215,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -463073,7 +470234,7 @@ "frontmatter": {} }, { - "id": 37849, + "id": 21336, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -463089,6 +470250,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -463099,7 +470269,7 @@ "frontmatter": {} }, { - "id": 37850, + "id": 21337, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -463115,6 +470285,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -463125,7 +470304,7 @@ "frontmatter": {} }, { - "id": 37851, + "id": 21338, "name": "cancelReceiveReturnValidationStep", "variant": "document", "kind": 8388608, @@ -463141,6 +470320,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11601" + } + ] } ], "modifierTags": [ @@ -463151,7 +470339,7 @@ "frontmatter": {} }, { - "id": 37852, + "id": 21339, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -463167,6 +470355,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -463178,21 +470375,21 @@ } ], "childrenIncludingDocuments": [ - 28164, - 28176, - 28182, - 28185, - 28189 + 11624, + 11636, + 11642, + 11645, + 11649 ], "groups": [ { "title": "Properties", "children": [ - 28164, - 28176, - 28182, - 28185, - 28189 + 11624, + 11636, + 11642, + 11645, + 11649 ] } ], @@ -463201,12 +470398,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L103" } ], "signatures": [ { - "id": 28157, + "id": 11617, "name": "cancelReturnReceiveWorkflow", "variant": "signature", "kind": 4096, @@ -463253,12 +470450,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L103" } ], "typeParameters": [ { - "id": 28158, + "id": 11618, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -463269,7 +470466,7 @@ } }, { - "id": 28159, + "id": 11619, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -463282,7 +470479,7 @@ ], "parameters": [ { - "id": 28160, + "id": 11620, "name": "container", "variant": "param", "kind": 32768, @@ -463306,14 +470503,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28161, + "id": 11621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28162, + "id": 11622, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -463336,7 +470533,7 @@ } }, { - "id": 28163, + "id": 11623, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -463363,8 +470560,8 @@ { "title": "Properties", "children": [ - 28162, - 28163 + 11622, + 11623 ] } ], @@ -463435,7 +470632,7 @@ "typeArguments": [ { "type": "reference", - "target": 28152, + "target": 11612, "name": "CancelReturnReceiveWorkflowInput", "package": "@medusajs/core-flows" }, @@ -463445,14 +470642,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -463467,7 +470664,7 @@ ] }, { - "id": 28201, + "id": 11661, "name": "order", "variant": "declaration", "kind": 1024, @@ -463485,7 +470682,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L28" } ], "type": { @@ -463499,7 +470696,7 @@ } }, { - "id": 28202, + "id": 11662, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -463517,7 +470714,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L32" } ], "type": { @@ -463531,7 +470728,7 @@ } }, { - "id": 28203, + "id": 11663, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -463549,7 +470746,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L36" } ], "type": { @@ -463563,7 +470760,7 @@ } }, { - "id": 28204, + "id": 11664, "name": "cancelRequestReturnValidationStep", "variant": "declaration", "kind": 64, @@ -463598,7 +470795,7 @@ }, "children": [ { - "id": 28213, + "id": 11673, "name": "__type", "variant": "declaration", "kind": 1024, @@ -463616,7 +470813,7 @@ } }, { - "id": 28214, + "id": 11674, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -463638,8 +470835,8 @@ { "title": "Properties", "children": [ - 28213, - 28214 + 11673, + 11674 ] } ], @@ -463648,12 +470845,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L67" } ], "signatures": [ { - "id": 28205, + "id": 11665, "name": "cancelRequestReturnValidationStep", "variant": "signature", "kind": 4096, @@ -463691,12 +470888,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L67" } ], "parameters": [ { - "id": 28206, + "id": 11666, "name": "input", "variant": "param", "kind": 32768, @@ -463706,7 +470903,7 @@ "types": [ { "type": "reference", - "target": 28199, + "target": 11659, "name": "CancelRequestReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -463719,7 +470916,7 @@ "typeArguments": [ { "type": "reference", - "target": 28199, + "target": 11659, "name": "CancelRequestReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -463752,14 +470949,14 @@ { "type": "reflection", "declaration": { - "id": 28207, + "id": 11667, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28208, + "id": 11668, "name": "config", "variant": "declaration", "kind": 2048, @@ -463773,7 +470970,7 @@ ], "signatures": [ { - "id": 28209, + "id": 11669, "name": "config", "variant": "signature", "kind": 4096, @@ -463787,7 +470984,7 @@ ], "parameters": [ { - "id": 28210, + "id": 11670, "name": "config", "variant": "param", "kind": 32768, @@ -463798,14 +470995,14 @@ { "type": "reflection", "declaration": { - "id": 28211, + "id": 11671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28212, + "id": 11672, "name": "name", "variant": "declaration", "kind": 1024, @@ -463829,7 +471026,7 @@ { "title": "Properties", "children": [ - 28212 + 11672 ] } ], @@ -463906,7 +471103,7 @@ { "title": "Methods", "children": [ - 28208 + 11668 ] } ], @@ -463940,7 +471137,7 @@ ] }, { - "id": 28217, + "id": 11677, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -463958,7 +471155,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 87, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L87" } ], "type": { @@ -463967,7 +471164,7 @@ } }, { - "id": 28218, + "id": 11678, "name": "cancelReturnRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -463979,7 +471176,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L90" } ], "type": { @@ -463989,7 +471186,7 @@ "defaultValue": "\"cancel-return-request\"" }, { - "id": 28219, + "id": 11679, "name": "cancelReturnRequestWorkflow", "variant": "declaration", "kind": 64, @@ -464033,7 +471230,7 @@ }, "children": [ { - "id": 28227, + "id": 11687, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -464056,7 +471253,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28228, + "id": 11688, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464070,7 +471267,7 @@ ], "signatures": [ { - "id": 28229, + "id": 11689, "name": "__type", "variant": "signature", "kind": 4096, @@ -464098,7 +471295,7 @@ ], "parameters": [ { - "id": 28230, + "id": 11690, "name": "param0", "variant": "param", "kind": 32768, @@ -464114,14 +471311,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28231, + "id": 11691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28232, + "id": 11692, "name": "input", "variant": "declaration", "kind": 1024, @@ -464146,7 +471343,7 @@ "types": [ { "type": "reference", - "target": 28215, + "target": 11675, "name": "CancelRequestReturnWorkflowInput", "package": "@medusajs/core-flows" }, @@ -464159,7 +471356,7 @@ "typeArguments": [ { "type": "reference", - "target": 28215, + "target": 11675, "name": "CancelRequestReturnWorkflowInput", "package": "@medusajs/core-flows" } @@ -464175,7 +471372,7 @@ { "title": "Properties", "children": [ - 28232 + 11692 ] } ], @@ -464211,14 +471408,14 @@ { "type": "reflection", "declaration": { - "id": 28233, + "id": 11693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28234, + "id": 11694, "name": "config", "variant": "declaration", "kind": 2048, @@ -464232,7 +471429,7 @@ ], "signatures": [ { - "id": 28235, + "id": 11695, "name": "config", "variant": "signature", "kind": 4096, @@ -464246,7 +471443,7 @@ ], "parameters": [ { - "id": 28236, + "id": 11696, "name": "config", "variant": "param", "kind": 32768, @@ -464257,14 +471454,14 @@ { "type": "reflection", "declaration": { - "id": 28237, + "id": 11697, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28238, + "id": 11698, "name": "name", "variant": "declaration", "kind": 1024, @@ -464288,7 +471485,7 @@ { "title": "Properties", "children": [ - 28238 + 11698 ] } ], @@ -464365,7 +471562,7 @@ { "title": "Methods", "children": [ - 28234 + 11694 ] } ], @@ -464401,7 +471598,7 @@ } }, { - "id": 28239, + "id": 11699, "name": "run", "variant": "declaration", "kind": 1024, @@ -464424,7 +471621,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28240, + "id": 11700, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464438,7 +471635,7 @@ ], "signatures": [ { - "id": 28241, + "id": 11701, "name": "__type", "variant": "signature", "kind": 4096, @@ -464466,7 +471663,7 @@ ], "typeParameters": [ { - "id": 28242, + "id": 11702, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -464477,7 +471674,7 @@ } }, { - "id": 28243, + "id": 11703, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -464490,7 +471687,7 @@ ], "parameters": [ { - "id": 28244, + "id": 11704, "name": "args", "variant": "param", "kind": 32768, @@ -464523,7 +471720,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464534,13 +471731,13 @@ }, "trueType": { "type": "reference", - "target": 28215, + "target": 11675, "name": "CancelRequestReturnWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464573,7 +471770,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464588,7 +471785,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464608,7 +471805,7 @@ } }, { - "id": 28245, + "id": 11705, "name": "getName", "variant": "declaration", "kind": 1024, @@ -464631,7 +471828,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28246, + "id": 11706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464645,7 +471842,7 @@ ], "signatures": [ { - "id": 28247, + "id": 11707, "name": "__type", "variant": "signature", "kind": 4096, @@ -464667,7 +471864,7 @@ } }, { - "id": 28248, + "id": 11708, "name": "config", "variant": "declaration", "kind": 1024, @@ -464690,7 +471887,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28249, + "id": 11709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464704,7 +471901,7 @@ ], "signatures": [ { - "id": 28250, + "id": 11710, "name": "__type", "variant": "signature", "kind": 4096, @@ -464718,7 +471915,7 @@ ], "parameters": [ { - "id": 28251, + "id": 11711, "name": "config", "variant": "param", "kind": 32768, @@ -464744,7 +471941,7 @@ } }, { - "id": 28252, + "id": 11712, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -464767,7 +471964,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28253, + "id": 11713, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464781,14 +471978,14 @@ ], "indexSignatures": [ { - "id": 28254, + "id": 11714, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 28255, + "id": 11715, "name": "key", "variant": "param", "kind": 32768, @@ -464802,7 +471999,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28256, + "id": 11716, "name": "__type", "variant": "declaration", "kind": 65536, @@ -464816,7 +472013,7 @@ ], "signatures": [ { - "id": 28257, + "id": 11717, "name": "__type", "variant": "signature", "kind": 4096, @@ -464830,14 +472027,14 @@ ], "typeParameters": [ { - "id": 28258, + "id": 11718, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 28259, + "id": 11719, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -464846,7 +472043,7 @@ ], "parameters": [ { - "id": 28260, + "id": 11720, "name": "invoke", "variant": "param", "kind": 32768, @@ -464864,14 +472061,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464882,7 +472079,7 @@ } }, { - "id": 28261, + "id": 11721, "name": "compensate", "variant": "param", "kind": 32768, @@ -464898,7 +472095,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -464925,7 +472122,7 @@ ], "documents": [ { - "id": 37853, + "id": 21340, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -464941,6 +472138,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -464951,7 +472157,7 @@ "frontmatter": {} }, { - "id": 37854, + "id": 21341, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -464967,6 +472173,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -464977,7 +472192,7 @@ "frontmatter": {} }, { - "id": 37855, + "id": 21342, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -464993,6 +472208,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -465003,7 +472227,7 @@ "frontmatter": {} }, { - "id": 37856, + "id": 21343, "name": "cancelRequestReturnValidationStep", "variant": "document", "kind": 8388608, @@ -465019,6 +472243,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11664" + } + ] } ], "modifierTags": [ @@ -465029,7 +472262,7 @@ "frontmatter": {} }, { - "id": 37857, + "id": 21344, "name": "deleteReturnsStep", "variant": "document", "kind": 8388608, @@ -465045,6 +472278,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5745" + } + ] } ], "modifierTags": [ @@ -465055,7 +472297,7 @@ "frontmatter": {} }, { - "id": 37858, + "id": 21345, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -465071,6 +472313,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -465081,7 +472332,7 @@ "frontmatter": {} }, { - "id": 37859, + "id": 21346, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -465097,6 +472348,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -465108,21 +472368,21 @@ } ], "childrenIncludingDocuments": [ - 28227, - 28239, - 28245, - 28248, - 28252 + 11687, + 11699, + 11705, + 11708, + 11712 ], "groups": [ { "title": "Properties", "children": [ - 28227, - 28239, - 28245, - 28248, - 28252 + 11687, + 11699, + 11705, + 11708, + 11712 ] } ], @@ -465131,12 +472391,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L110" } ], "signatures": [ { - "id": 28220, + "id": 11680, "name": "cancelReturnRequestWorkflow", "variant": "signature", "kind": 4096, @@ -465183,12 +472443,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L110" } ], "typeParameters": [ { - "id": 28221, + "id": 11681, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -465199,7 +472459,7 @@ } }, { - "id": 28222, + "id": 11682, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -465212,7 +472472,7 @@ ], "parameters": [ { - "id": 28223, + "id": 11683, "name": "container", "variant": "param", "kind": 32768, @@ -465236,14 +472496,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28224, + "id": 11684, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28225, + "id": 11685, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -465266,7 +472526,7 @@ } }, { - "id": 28226, + "id": 11686, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -465293,8 +472553,8 @@ { "title": "Properties", "children": [ - 28225, - 28226 + 11685, + 11686 ] } ], @@ -465365,7 +472625,7 @@ "typeArguments": [ { "type": "reference", - "target": 28215, + "target": 11675, "name": "CancelRequestReturnWorkflowInput", "package": "@medusajs/core-flows" }, @@ -465375,14 +472635,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -465397,7 +472657,7 @@ ] }, { - "id": 28264, + "id": 11724, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -465415,7 +472675,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L24" } ], "type": { @@ -465429,7 +472689,7 @@ } }, { - "id": 28265, + "id": 11725, "name": "input", "variant": "declaration", "kind": 1024, @@ -465447,7 +472707,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L28" } ], "type": { @@ -465462,7 +472722,7 @@ } }, { - "id": 28266, + "id": 11726, "name": "cancelReturnValidateOrder", "variant": "declaration", "kind": 64, @@ -465497,7 +472757,7 @@ }, "children": [ { - "id": 28275, + "id": 11735, "name": "__type", "variant": "declaration", "kind": 1024, @@ -465515,7 +472775,7 @@ } }, { - "id": 28276, + "id": 11736, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -465537,8 +472797,8 @@ { "title": "Properties", "children": [ - 28275, - 28276 + 11735, + 11736 ] } ], @@ -465547,12 +472807,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L54" } ], "signatures": [ { - "id": 28267, + "id": 11727, "name": "cancelReturnValidateOrder", "variant": "signature", "kind": 4096, @@ -465590,12 +472850,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L54" } ], "parameters": [ { - "id": 28268, + "id": 11728, "name": "input", "variant": "param", "kind": 32768, @@ -465605,7 +472865,7 @@ "types": [ { "type": "reference", - "target": 28262, + "target": 11722, "name": "CancelReturnValidateOrderInput", "package": "@medusajs/core-flows" }, @@ -465618,7 +472878,7 @@ "typeArguments": [ { "type": "reference", - "target": 28262, + "target": 11722, "name": "CancelReturnValidateOrderInput", "package": "@medusajs/core-flows" } @@ -465651,14 +472911,14 @@ { "type": "reflection", "declaration": { - "id": 28269, + "id": 11729, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28270, + "id": 11730, "name": "config", "variant": "declaration", "kind": 2048, @@ -465672,7 +472932,7 @@ ], "signatures": [ { - "id": 28271, + "id": 11731, "name": "config", "variant": "signature", "kind": 4096, @@ -465686,7 +472946,7 @@ ], "parameters": [ { - "id": 28272, + "id": 11732, "name": "config", "variant": "param", "kind": 32768, @@ -465697,14 +472957,14 @@ { "type": "reflection", "declaration": { - "id": 28273, + "id": 11733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28274, + "id": 11734, "name": "name", "variant": "declaration", "kind": 1024, @@ -465728,7 +472988,7 @@ { "title": "Properties", "children": [ - 28274 + 11734 ] } ], @@ -465805,7 +473065,7 @@ { "title": "Methods", "children": [ - 28270 + 11730 ] } ], @@ -465839,7 +473099,7 @@ ] }, { - "id": 28277, + "id": 11737, "name": "cancelReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -465851,7 +473111,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 93, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L93" } ], "type": { @@ -465861,7 +473121,7 @@ "defaultValue": "\"cancel-return\"" }, { - "id": 28278, + "id": 11738, "name": "cancelReturnWorkflow", "variant": "declaration", "kind": 64, @@ -465905,7 +473165,7 @@ }, "children": [ { - "id": 28286, + "id": 11746, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -465928,7 +473188,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28287, + "id": 11747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -465942,7 +473202,7 @@ ], "signatures": [ { - "id": 28288, + "id": 11748, "name": "__type", "variant": "signature", "kind": 4096, @@ -465970,7 +473230,7 @@ ], "parameters": [ { - "id": 28289, + "id": 11749, "name": "param0", "variant": "param", "kind": 32768, @@ -465986,14 +473246,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28290, + "id": 11750, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28291, + "id": 11751, "name": "input", "variant": "declaration", "kind": 1024, @@ -466053,7 +473313,7 @@ { "title": "Properties", "children": [ - 28291 + 11751 ] } ], @@ -466089,14 +473349,14 @@ { "type": "reflection", "declaration": { - "id": 28292, + "id": 11752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28293, + "id": 11753, "name": "config", "variant": "declaration", "kind": 2048, @@ -466110,7 +473370,7 @@ ], "signatures": [ { - "id": 28294, + "id": 11754, "name": "config", "variant": "signature", "kind": 4096, @@ -466124,7 +473384,7 @@ ], "parameters": [ { - "id": 28295, + "id": 11755, "name": "config", "variant": "param", "kind": 32768, @@ -466135,14 +473395,14 @@ { "type": "reflection", "declaration": { - "id": 28296, + "id": 11756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28297, + "id": 11757, "name": "name", "variant": "declaration", "kind": 1024, @@ -466166,7 +473426,7 @@ { "title": "Properties", "children": [ - 28297 + 11757 ] } ], @@ -466243,7 +473503,7 @@ { "title": "Methods", "children": [ - 28293 + 11753 ] } ], @@ -466279,7 +473539,7 @@ } }, { - "id": 28298, + "id": 11758, "name": "run", "variant": "declaration", "kind": 1024, @@ -466302,7 +473562,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28299, + "id": 11759, "name": "__type", "variant": "declaration", "kind": 65536, @@ -466316,7 +473576,7 @@ ], "signatures": [ { - "id": 28300, + "id": 11760, "name": "__type", "variant": "signature", "kind": 4096, @@ -466344,7 +473604,7 @@ ], "typeParameters": [ { - "id": 28301, + "id": 11761, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -466355,7 +473615,7 @@ } }, { - "id": 28302, + "id": 11762, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -466368,7 +473628,7 @@ ], "parameters": [ { - "id": 28303, + "id": 11763, "name": "args", "variant": "param", "kind": 32768, @@ -466401,7 +473661,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466421,7 +473681,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466454,7 +473714,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466469,7 +473729,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466489,7 +473749,7 @@ } }, { - "id": 28304, + "id": 11764, "name": "getName", "variant": "declaration", "kind": 1024, @@ -466512,7 +473772,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28305, + "id": 11765, "name": "__type", "variant": "declaration", "kind": 65536, @@ -466526,7 +473786,7 @@ ], "signatures": [ { - "id": 28306, + "id": 11766, "name": "__type", "variant": "signature", "kind": 4096, @@ -466548,7 +473808,7 @@ } }, { - "id": 28307, + "id": 11767, "name": "config", "variant": "declaration", "kind": 1024, @@ -466571,7 +473831,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28308, + "id": 11768, "name": "__type", "variant": "declaration", "kind": 65536, @@ -466585,7 +473845,7 @@ ], "signatures": [ { - "id": 28309, + "id": 11769, "name": "__type", "variant": "signature", "kind": 4096, @@ -466599,7 +473859,7 @@ ], "parameters": [ { - "id": 28310, + "id": 11770, "name": "config", "variant": "param", "kind": 32768, @@ -466625,7 +473885,7 @@ } }, { - "id": 28311, + "id": 11771, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -466648,7 +473908,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28312, + "id": 11772, "name": "__type", "variant": "declaration", "kind": 65536, @@ -466662,14 +473922,14 @@ ], "indexSignatures": [ { - "id": 28313, + "id": 11773, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 28314, + "id": 11774, "name": "key", "variant": "param", "kind": 32768, @@ -466683,7 +473943,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28315, + "id": 11775, "name": "__type", "variant": "declaration", "kind": 65536, @@ -466697,7 +473957,7 @@ ], "signatures": [ { - "id": 28316, + "id": 11776, "name": "__type", "variant": "signature", "kind": 4096, @@ -466711,14 +473971,14 @@ ], "typeParameters": [ { - "id": 28317, + "id": 11777, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 28318, + "id": 11778, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -466727,7 +473987,7 @@ ], "parameters": [ { - "id": 28319, + "id": 11779, "name": "invoke", "variant": "param", "kind": 32768, @@ -466745,14 +474005,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466763,7 +474023,7 @@ } }, { - "id": 28320, + "id": 11780, "name": "compensate", "variant": "param", "kind": 32768, @@ -466779,7 +474039,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -466806,7 +474066,7 @@ ], "documents": [ { - "id": 37860, + "id": 21347, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -466822,6 +474082,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -466832,7 +474101,7 @@ "frontmatter": {} }, { - "id": 37861, + "id": 21348, "name": "cancelReturnValidateOrder", "variant": "document", "kind": 8388608, @@ -466848,6 +474117,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11726" + } + ] } ], "modifierTags": [ @@ -466858,7 +474136,7 @@ "frontmatter": {} }, { - "id": 37862, + "id": 21349, "name": "cancelOrderReturnStep", "variant": "document", "kind": 8388608, @@ -466874,6 +474152,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5687" + } + ] } ], "modifierTags": [ @@ -466885,21 +474172,21 @@ } ], "childrenIncludingDocuments": [ - 28286, - 28298, - 28304, - 28307, - 28311 + 11746, + 11758, + 11764, + 11767, + 11771 ], "groups": [ { "title": "Properties", "children": [ - 28286, - 28298, - 28304, - 28307, - 28311 + 11746, + 11758, + 11764, + 11767, + 11771 ] } ], @@ -466908,12 +474195,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L113" } ], "signatures": [ { - "id": 28279, + "id": 11739, "name": "cancelReturnWorkflow", "variant": "signature", "kind": 4096, @@ -466960,12 +474247,12 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L113" } ], "typeParameters": [ { - "id": 28280, + "id": 11740, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -466976,7 +474263,7 @@ } }, { - "id": 28281, + "id": 11741, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -466989,7 +474276,7 @@ ], "parameters": [ { - "id": 28282, + "id": 11742, "name": "container", "variant": "param", "kind": 32768, @@ -467013,14 +474300,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28283, + "id": 11743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28284, + "id": 11744, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -467043,7 +474330,7 @@ } }, { - "id": 28285, + "id": 11745, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -467070,8 +474357,8 @@ { "title": "Properties", "children": [ - 28284, - 28285 + 11744, + 11745 ] } ], @@ -467155,14 +474442,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -467177,7 +474464,7 @@ ] }, { - "id": 28323, + "id": 11783, "name": "order", "variant": "declaration", "kind": 1024, @@ -467195,7 +474482,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L45" } ], "type": { @@ -467209,7 +474496,7 @@ } }, { - "id": 28324, + "id": 11784, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -467227,7 +474514,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L49" } ], "type": { @@ -467241,7 +474528,7 @@ } }, { - "id": 28325, + "id": 11785, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -467259,7 +474546,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L53" } ], "type": { @@ -467273,7 +474560,7 @@ } }, { - "id": 28326, + "id": 11786, "name": "confirmReceiveReturnValidationStep", "variant": "declaration", "kind": 64, @@ -467308,7 +474595,7 @@ }, "children": [ { - "id": 28335, + "id": 11795, "name": "__type", "variant": "declaration", "kind": 1024, @@ -467326,7 +474613,7 @@ } }, { - "id": 28336, + "id": 11796, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -467348,8 +474635,8 @@ { "title": "Properties", "children": [ - 28335, - 28336 + 11795, + 11796 ] } ], @@ -467358,12 +474645,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L83" } ], "signatures": [ { - "id": 28327, + "id": 11787, "name": "confirmReceiveReturnValidationStep", "variant": "signature", "kind": 4096, @@ -467401,12 +474688,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 83, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L83" } ], "parameters": [ { - "id": 28328, + "id": 11788, "name": "input", "variant": "param", "kind": 32768, @@ -467416,7 +474703,7 @@ "types": [ { "type": "reference", - "target": 28321, + "target": 11781, "name": "ConfirmReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -467429,7 +474716,7 @@ "typeArguments": [ { "type": "reference", - "target": 28321, + "target": 11781, "name": "ConfirmReceiveReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -467462,14 +474749,14 @@ { "type": "reflection", "declaration": { - "id": 28329, + "id": 11789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28330, + "id": 11790, "name": "config", "variant": "declaration", "kind": 2048, @@ -467483,7 +474770,7 @@ ], "signatures": [ { - "id": 28331, + "id": 11791, "name": "config", "variant": "signature", "kind": 4096, @@ -467497,7 +474784,7 @@ ], "parameters": [ { - "id": 28332, + "id": 11792, "name": "config", "variant": "param", "kind": 32768, @@ -467508,14 +474795,14 @@ { "type": "reflection", "declaration": { - "id": 28333, + "id": 11793, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28334, + "id": 11794, "name": "name", "variant": "declaration", "kind": 1024, @@ -467539,7 +474826,7 @@ { "title": "Properties", "children": [ - 28334 + 11794 ] } ], @@ -467616,7 +474903,7 @@ { "title": "Methods", "children": [ - 28330 + 11790 ] } ], @@ -467650,7 +474937,7 @@ ] }, { - "id": 28339, + "id": 11799, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -467668,7 +474955,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 174, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L174" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L174" } ], "type": { @@ -467677,7 +474964,7 @@ } }, { - "id": 28340, + "id": 11800, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -467697,7 +474984,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 178, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L178" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L178" } ], "type": { @@ -467706,7 +474993,7 @@ } }, { - "id": 28341, + "id": 11801, "name": "confirmReturnReceiveWorkflowId", "variant": "declaration", "kind": 32, @@ -467718,7 +475005,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 181, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L181" } ], "type": { @@ -467728,7 +475015,7 @@ "defaultValue": "\"confirm-return-receive\"" }, { - "id": 28342, + "id": 11802, "name": "confirmReturnReceiveWorkflow", "variant": "declaration", "kind": 64, @@ -467772,7 +475059,7 @@ }, "children": [ { - "id": 28350, + "id": 11810, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -467795,7 +475082,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28351, + "id": 11811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -467809,7 +475096,7 @@ ], "signatures": [ { - "id": 28352, + "id": 11812, "name": "__type", "variant": "signature", "kind": 4096, @@ -467837,7 +475124,7 @@ ], "parameters": [ { - "id": 28353, + "id": 11813, "name": "param0", "variant": "param", "kind": 32768, @@ -467853,14 +475140,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28354, + "id": 11814, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28355, + "id": 11815, "name": "input", "variant": "declaration", "kind": 1024, @@ -467885,7 +475172,7 @@ "types": [ { "type": "reference", - "target": 28337, + "target": 11797, "name": "ConfirmReceiveReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -467898,7 +475185,7 @@ "typeArguments": [ { "type": "reference", - "target": 28337, + "target": 11797, "name": "ConfirmReceiveReturnRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -467914,7 +475201,7 @@ { "title": "Properties", "children": [ - 28355 + 11815 ] } ], @@ -467935,14 +475222,14 @@ { "type": "reflection", "declaration": { - "id": 28356, + "id": 11816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28369, + "id": 11829, "name": "id", "variant": "declaration", "kind": 1024, @@ -467988,7 +475275,7 @@ } }, { - "id": 28426, + "id": 11886, "name": "version", "variant": "declaration", "kind": 1024, @@ -468034,7 +475321,7 @@ } }, { - "id": 28427, + "id": 11887, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -468080,7 +475367,7 @@ } }, { - "id": 28396, + "id": 11856, "name": "status", "variant": "declaration", "kind": 1024, @@ -468136,7 +475423,7 @@ } }, { - "id": 28397, + "id": 11857, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -468193,7 +475480,7 @@ } }, { - "id": 28398, + "id": 11858, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -468250,7 +475537,7 @@ } }, { - "id": 28399, + "id": 11859, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -468307,7 +475594,7 @@ } }, { - "id": 28373, + "id": 11833, "name": "email", "variant": "declaration", "kind": 1024, @@ -468364,7 +475651,7 @@ } }, { - "id": 28400, + "id": 11860, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -468410,7 +475697,7 @@ } }, { - "id": 28401, + "id": 11861, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -468480,7 +475767,7 @@ } }, { - "id": 28402, + "id": 11862, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -468550,7 +475837,7 @@ } }, { - "id": 28428, + "id": 11888, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -468626,7 +475913,7 @@ } }, { - "id": 28429, + "id": 11889, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -468702,7 +475989,7 @@ } }, { - "id": 28430, + "id": 11890, "name": "summary", "variant": "declaration", "kind": 1024, @@ -468772,7 +476059,7 @@ } }, { - "id": 28372, + "id": 11832, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -468867,7 +476154,7 @@ } }, { - "id": 28425, + "id": 11885, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -468942,7 +476229,7 @@ } }, { - "id": 28370, + "id": 11830, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -469011,7 +476298,7 @@ } }, { - "id": 28371, + "id": 11831, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -469080,7 +476367,7 @@ } }, { - "id": 28403, + "id": 11863, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -469136,7 +476423,7 @@ } }, { - "id": 28404, + "id": 11864, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -469192,7 +476479,7 @@ } }, { - "id": 28405, + "id": 11865, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -469248,7 +476535,7 @@ } }, { - "id": 28377, + "id": 11837, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -469304,7 +476591,7 @@ } }, { - "id": 28378, + "id": 11838, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -469360,7 +476647,7 @@ } }, { - "id": 28379, + "id": 11839, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -469416,7 +476703,7 @@ } }, { - "id": 28374, + "id": 11834, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -469472,7 +476759,7 @@ } }, { - "id": 28375, + "id": 11835, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -469528,7 +476815,7 @@ } }, { - "id": 28376, + "id": 11836, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -469584,7 +476871,7 @@ } }, { - "id": 28380, + "id": 11840, "name": "total", "variant": "declaration", "kind": 1024, @@ -469640,7 +476927,7 @@ } }, { - "id": 28381, + "id": 11841, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -469696,7 +476983,7 @@ } }, { - "id": 28382, + "id": 11842, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -469752,7 +477039,7 @@ } }, { - "id": 28431, + "id": 11891, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -469808,7 +477095,7 @@ } }, { - "id": 28383, + "id": 11843, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -469864,7 +477151,7 @@ } }, { - "id": 28384, + "id": 11844, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -469920,7 +477207,7 @@ } }, { - "id": 28406, + "id": 11866, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -469976,7 +477263,7 @@ } }, { - "id": 28407, + "id": 11867, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -470032,7 +477319,7 @@ } }, { - "id": 28408, + "id": 11868, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -470088,7 +477375,7 @@ } }, { - "id": 28409, + "id": 11869, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -470144,7 +477431,7 @@ } }, { - "id": 28410, + "id": 11870, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -470200,7 +477487,7 @@ } }, { - "id": 28411, + "id": 11871, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -470256,7 +477543,7 @@ } }, { - "id": 28412, + "id": 11872, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -470312,7 +477599,7 @@ } }, { - "id": 28413, + "id": 11873, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -470368,7 +477655,7 @@ } }, { - "id": 28357, + "id": 11817, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -470424,7 +477711,7 @@ } }, { - "id": 28358, + "id": 11818, "name": "items", "variant": "declaration", "kind": 1024, @@ -470464,14 +477751,14 @@ { "type": "reflection", "declaration": { - "id": 28359, + "id": 11819, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28360, + "id": 11820, "name": "actions", "variant": "declaration", "kind": 1024, @@ -470503,7 +477790,7 @@ { "title": "Properties", "children": [ - 28360 + 11820 ] } ], @@ -470543,14 +477830,14 @@ { "type": "reflection", "declaration": { - "id": 28361, + "id": 11821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28362, + "id": 11822, "name": "actions", "variant": "declaration", "kind": 1024, @@ -470582,7 +477869,7 @@ { "title": "Properties", "children": [ - 28362 + 11822 ] } ], @@ -470606,7 +477893,7 @@ } }, { - "id": 28363, + "id": 11823, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -470646,14 +477933,14 @@ { "type": "reflection", "declaration": { - "id": 28364, + "id": 11824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28365, + "id": 11825, "name": "actions", "variant": "declaration", "kind": 1024, @@ -470685,7 +477972,7 @@ { "title": "Properties", "children": [ - 28365 + 11825 ] } ], @@ -470725,14 +478012,14 @@ { "type": "reflection", "declaration": { - "id": 28366, + "id": 11826, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28367, + "id": 11827, "name": "actions", "variant": "declaration", "kind": 1024, @@ -470764,7 +478051,7 @@ { "title": "Properties", "children": [ - 28367 + 11827 ] } ], @@ -470788,7 +478075,7 @@ } }, { - "id": 28368, + "id": 11828, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -470838,51 +478125,51 @@ { "title": "Properties", "children": [ - 28369, - 28426, - 28427, - 28396, - 28397, - 28398, - 28399, - 28373, - 28400, - 28401, - 28402, - 28428, - 28429, - 28430, - 28372, - 28425, - 28370, - 28371, - 28403, - 28404, - 28405, - 28377, - 28378, - 28379, - 28374, - 28375, - 28376, - 28380, - 28381, - 28382, - 28431, - 28383, - 28384, - 28406, - 28407, - 28408, - 28409, - 28410, - 28411, - 28412, - 28413, - 28357, - 28358, - 28363, - 28368 + 11829, + 11886, + 11887, + 11856, + 11857, + 11858, + 11859, + 11833, + 11860, + 11861, + 11862, + 11888, + 11889, + 11890, + 11832, + 11885, + 11830, + 11831, + 11863, + 11864, + 11865, + 11837, + 11838, + 11839, + 11834, + 11835, + 11836, + 11840, + 11841, + 11842, + 11891, + 11843, + 11844, + 11866, + 11867, + 11868, + 11869, + 11870, + 11871, + 11872, + 11873, + 11817, + 11818, + 11823, + 11828 ] } ], @@ -470927,14 +478214,14 @@ { "type": "reflection", "declaration": { - "id": 28432, + "id": 11892, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28433, + "id": 11893, "name": "config", "variant": "declaration", "kind": 2048, @@ -470948,7 +478235,7 @@ ], "signatures": [ { - "id": 28434, + "id": 11894, "name": "config", "variant": "signature", "kind": 4096, @@ -470962,7 +478249,7 @@ ], "parameters": [ { - "id": 28435, + "id": 11895, "name": "config", "variant": "param", "kind": 32768, @@ -470973,14 +478260,14 @@ { "type": "reflection", "declaration": { - "id": 28436, + "id": 11896, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28437, + "id": 11897, "name": "name", "variant": "declaration", "kind": 1024, @@ -471004,7 +478291,7 @@ { "title": "Properties", "children": [ - 28437 + 11897 ] } ], @@ -471086,7 +478373,7 @@ { "title": "Methods", "children": [ - 28433 + 11893 ] } ], @@ -471127,7 +478414,7 @@ } }, { - "id": 28438, + "id": 11898, "name": "run", "variant": "declaration", "kind": 1024, @@ -471150,7 +478437,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28439, + "id": 11899, "name": "__type", "variant": "declaration", "kind": 65536, @@ -471164,7 +478451,7 @@ ], "signatures": [ { - "id": 28440, + "id": 11900, "name": "__type", "variant": "signature", "kind": 4096, @@ -471192,7 +478479,7 @@ ], "typeParameters": [ { - "id": 28441, + "id": 11901, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -471203,7 +478490,7 @@ } }, { - "id": 28442, + "id": 11902, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -471216,7 +478503,7 @@ ], "parameters": [ { - "id": 28443, + "id": 11903, "name": "args", "variant": "param", "kind": 32768, @@ -471249,7 +478536,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -471260,13 +478547,13 @@ }, "trueType": { "type": "reference", - "target": 28337, + "target": 11797, "name": "ConfirmReceiveReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -471299,7 +478586,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -471319,7 +478606,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -471339,7 +478626,7 @@ } }, { - "id": 28444, + "id": 11904, "name": "getName", "variant": "declaration", "kind": 1024, @@ -471362,7 +478649,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28445, + "id": 11905, "name": "__type", "variant": "declaration", "kind": 65536, @@ -471376,7 +478663,7 @@ ], "signatures": [ { - "id": 28446, + "id": 11906, "name": "__type", "variant": "signature", "kind": 4096, @@ -471398,7 +478685,7 @@ } }, { - "id": 28447, + "id": 11907, "name": "config", "variant": "declaration", "kind": 1024, @@ -471421,7 +478708,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28448, + "id": 11908, "name": "__type", "variant": "declaration", "kind": 65536, @@ -471435,7 +478722,7 @@ ], "signatures": [ { - "id": 28449, + "id": 11909, "name": "__type", "variant": "signature", "kind": 4096, @@ -471449,7 +478736,7 @@ ], "parameters": [ { - "id": 28450, + "id": 11910, "name": "config", "variant": "param", "kind": 32768, @@ -471475,7 +478762,7 @@ } }, { - "id": 28451, + "id": 11911, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -471503,7 +478790,7 @@ ], "documents": [ { - "id": 37863, + "id": 21350, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -471519,6 +478806,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -471529,7 +478825,7 @@ "frontmatter": {} }, { - "id": 37864, + "id": 21351, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -471545,6 +478841,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -471555,7 +478860,7 @@ "frontmatter": {} }, { - "id": 37865, + "id": 21352, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -471571,6 +478876,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -471581,7 +478895,7 @@ "frontmatter": {} }, { - "id": 37866, + "id": 21353, "name": "confirmReceiveReturnValidationStep", "variant": "document", "kind": 8388608, @@ -471597,6 +478911,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11786" + } + ] } ], "modifierTags": [ @@ -471607,7 +478930,7 @@ "frontmatter": {} }, { - "id": 37867, + "id": 21354, "name": "updateReturnsStep", "variant": "document", "kind": 8388608, @@ -471623,6 +478946,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5769" + } + ] } ], "modifierTags": [ @@ -471633,7 +478965,7 @@ "frontmatter": {} }, { - "id": 37868, + "id": 21355, "name": "updateReturnItemsStep", "variant": "document", "kind": 8388608, @@ -471649,6 +478981,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5762" + } + ] } ], "modifierTags": [ @@ -471659,7 +479000,7 @@ "frontmatter": {} }, { - "id": 37869, + "id": 21356, "name": "adjustInventoryLevelsStep", "variant": "document", "kind": 8388608, @@ -471675,6 +479016,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4863" + } + ] } ], "modifierTags": [ @@ -471685,7 +479035,7 @@ "frontmatter": {} }, { - "id": 37870, + "id": 21357, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -471701,6 +479051,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -471711,7 +479070,7 @@ "frontmatter": {} }, { - "id": 37871, + "id": 21358, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -471727,6 +479086,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -471738,21 +479106,21 @@ } ], "childrenIncludingDocuments": [ - 28350, - 28438, - 28444, - 28447, - 28451 + 11810, + 11898, + 11904, + 11907, + 11911 ], "groups": [ { "title": "Properties", "children": [ - 28350, - 28438, - 28444, - 28447, - 28451 + 11810, + 11898, + 11904, + 11907, + 11911 ] } ], @@ -471761,12 +479129,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 201, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L201" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L201" } ], "signatures": [ { - "id": 28343, + "id": 11803, "name": "confirmReturnReceiveWorkflow", "variant": "signature", "kind": 4096, @@ -471813,12 +479181,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 201, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L201" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L201" } ], "typeParameters": [ { - "id": 28344, + "id": 11804, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -471829,7 +479197,7 @@ } }, { - "id": 28345, + "id": 11805, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -471842,7 +479210,7 @@ ], "parameters": [ { - "id": 28346, + "id": 11806, "name": "container", "variant": "param", "kind": 32768, @@ -471866,14 +479234,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28347, + "id": 11807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28348, + "id": 11808, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -471896,7 +479264,7 @@ } }, { - "id": 28349, + "id": 11809, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -471923,8 +479291,8 @@ { "title": "Properties", "children": [ - 28348, - 28349 + 11808, + 11809 ] } ], @@ -471995,7 +479363,7 @@ "typeArguments": [ { "type": "reference", - "target": 28337, + "target": 11797, "name": "ConfirmReceiveReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -472010,14 +479378,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -472032,7 +479400,7 @@ ] }, { - "id": 28454, + "id": 11914, "name": "order", "variant": "declaration", "kind": 1024, @@ -472050,7 +479418,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L47" } ], "type": { @@ -472064,7 +479432,7 @@ } }, { - "id": 28455, + "id": 11915, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -472082,7 +479450,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L51" } ], "type": { @@ -472096,7 +479464,7 @@ } }, { - "id": 28456, + "id": 11916, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -472114,7 +479482,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L55" } ], "type": { @@ -472128,7 +479496,7 @@ } }, { - "id": 28457, + "id": 11917, "name": "confirmReturnRequestValidationStep", "variant": "declaration", "kind": 64, @@ -472163,7 +479531,7 @@ }, "children": [ { - "id": 28466, + "id": 11926, "name": "__type", "variant": "declaration", "kind": 1024, @@ -472181,7 +479549,7 @@ } }, { - "id": 28467, + "id": 11927, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -472203,8 +479571,8 @@ { "title": "Properties", "children": [ - 28466, - 28467 + 11926, + 11927 ] } ], @@ -472213,12 +479581,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 85, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L85" } ], "signatures": [ { - "id": 28458, + "id": 11918, "name": "confirmReturnRequestValidationStep", "variant": "signature", "kind": 4096, @@ -472256,12 +479624,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 85, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L85" } ], "parameters": [ { - "id": 28459, + "id": 11919, "name": "input", "variant": "param", "kind": 32768, @@ -472271,7 +479639,7 @@ "types": [ { "type": "reference", - "target": 28452, + "target": 11912, "name": "ConfirmReturnRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -472284,7 +479652,7 @@ "typeArguments": [ { "type": "reference", - "target": 28452, + "target": 11912, "name": "ConfirmReturnRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -472317,14 +479685,14 @@ { "type": "reflection", "declaration": { - "id": 28460, + "id": 11920, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28461, + "id": 11921, "name": "config", "variant": "declaration", "kind": 2048, @@ -472338,7 +479706,7 @@ ], "signatures": [ { - "id": 28462, + "id": 11922, "name": "config", "variant": "signature", "kind": 4096, @@ -472352,7 +479720,7 @@ ], "parameters": [ { - "id": 28463, + "id": 11923, "name": "config", "variant": "param", "kind": 32768, @@ -472363,14 +479731,14 @@ { "type": "reflection", "declaration": { - "id": 28464, + "id": 11924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28465, + "id": 11925, "name": "name", "variant": "declaration", "kind": 1024, @@ -472394,7 +479762,7 @@ { "title": "Properties", "children": [ - 28465 + 11925 ] } ], @@ -472471,7 +479839,7 @@ { "title": "Methods", "children": [ - 28461 + 11921 ] } ], @@ -472505,7 +479873,7 @@ ] }, { - "id": 28470, + "id": 11930, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -472523,7 +479891,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 213, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L213" } ], "type": { @@ -472532,7 +479900,7 @@ } }, { - "id": 28471, + "id": 11931, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -472552,7 +479920,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 217, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L217" } ], "type": { @@ -472561,7 +479929,7 @@ } }, { - "id": 28472, + "id": 11932, "name": "confirmReturnRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -472573,7 +479941,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 220, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L220" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L220" } ], "type": { @@ -472583,7 +479951,7 @@ "defaultValue": "\"confirm-return-request\"" }, { - "id": 28473, + "id": 11933, "name": "confirmReturnRequestWorkflow", "variant": "declaration", "kind": 64, @@ -472592,7 +479960,7 @@ "summary": [ { "kind": "text", - "text": "This workflow confirms a return request. It's used by the \n[Confirm Return Request Admin API Route](https://docs.medusajs.com/api/admin#returns_postreturnsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a return request\nin your custom flow." + "text": "This workflow confirms a return request. It's used by the\n[Confirm Return Request Admin API Route](https://docs.medusajs.com/api/admin#returns_postreturnsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a return request\nin your custom flow." } ], "blockTags": [ @@ -472636,7 +480004,7 @@ }, "children": [ { - "id": 28481, + "id": 11941, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -472659,7 +480027,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28482, + "id": 11942, "name": "__type", "variant": "declaration", "kind": 65536, @@ -472673,7 +480041,7 @@ ], "signatures": [ { - "id": 28483, + "id": 11943, "name": "__type", "variant": "signature", "kind": 4096, @@ -472701,7 +480069,7 @@ ], "parameters": [ { - "id": 28484, + "id": 11944, "name": "param0", "variant": "param", "kind": 32768, @@ -472717,14 +480085,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28485, + "id": 11945, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28486, + "id": 11946, "name": "input", "variant": "declaration", "kind": 1024, @@ -472749,7 +480117,7 @@ "types": [ { "type": "reference", - "target": 28468, + "target": 11928, "name": "ConfirmReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -472762,7 +480130,7 @@ "typeArguments": [ { "type": "reference", - "target": 28468, + "target": 11928, "name": "ConfirmReturnRequestWorkflowInput", "package": "@medusajs/core-flows" } @@ -472778,7 +480146,7 @@ { "title": "Properties", "children": [ - 28486 + 11946 ] } ], @@ -472799,14 +480167,14 @@ { "type": "reflection", "declaration": { - "id": 28487, + "id": 11947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28500, + "id": 11960, "name": "id", "variant": "declaration", "kind": 1024, @@ -472852,7 +480220,7 @@ } }, { - "id": 28557, + "id": 12017, "name": "version", "variant": "declaration", "kind": 1024, @@ -472898,7 +480266,7 @@ } }, { - "id": 28558, + "id": 12018, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -472944,7 +480312,7 @@ } }, { - "id": 28527, + "id": 11987, "name": "status", "variant": "declaration", "kind": 1024, @@ -473000,7 +480368,7 @@ } }, { - "id": 28528, + "id": 11988, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -473057,7 +480425,7 @@ } }, { - "id": 28529, + "id": 11989, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -473114,7 +480482,7 @@ } }, { - "id": 28530, + "id": 11990, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -473171,7 +480539,7 @@ } }, { - "id": 28504, + "id": 11964, "name": "email", "variant": "declaration", "kind": 1024, @@ -473228,7 +480596,7 @@ } }, { - "id": 28531, + "id": 11991, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -473274,7 +480642,7 @@ } }, { - "id": 28532, + "id": 11992, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -473344,7 +480712,7 @@ } }, { - "id": 28533, + "id": 11993, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -473414,7 +480782,7 @@ } }, { - "id": 28559, + "id": 12019, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -473490,7 +480858,7 @@ } }, { - "id": 28560, + "id": 12020, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -473566,7 +480934,7 @@ } }, { - "id": 28561, + "id": 12021, "name": "summary", "variant": "declaration", "kind": 1024, @@ -473636,7 +481004,7 @@ } }, { - "id": 28503, + "id": 11963, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -473731,7 +481099,7 @@ } }, { - "id": 28556, + "id": 12016, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -473806,7 +481174,7 @@ } }, { - "id": 28501, + "id": 11961, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -473875,7 +481243,7 @@ } }, { - "id": 28502, + "id": 11962, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -473944,7 +481312,7 @@ } }, { - "id": 28534, + "id": 11994, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -474000,7 +481368,7 @@ } }, { - "id": 28535, + "id": 11995, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -474056,7 +481424,7 @@ } }, { - "id": 28536, + "id": 11996, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -474112,7 +481480,7 @@ } }, { - "id": 28508, + "id": 11968, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -474168,7 +481536,7 @@ } }, { - "id": 28509, + "id": 11969, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -474224,7 +481592,7 @@ } }, { - "id": 28510, + "id": 11970, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -474280,7 +481648,7 @@ } }, { - "id": 28505, + "id": 11965, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -474336,7 +481704,7 @@ } }, { - "id": 28506, + "id": 11966, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -474392,7 +481760,7 @@ } }, { - "id": 28507, + "id": 11967, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -474448,7 +481816,7 @@ } }, { - "id": 28511, + "id": 11971, "name": "total", "variant": "declaration", "kind": 1024, @@ -474504,7 +481872,7 @@ } }, { - "id": 28512, + "id": 11972, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -474560,7 +481928,7 @@ } }, { - "id": 28513, + "id": 11973, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -474616,7 +481984,7 @@ } }, { - "id": 28562, + "id": 12022, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -474672,7 +482040,7 @@ } }, { - "id": 28514, + "id": 11974, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -474728,7 +482096,7 @@ } }, { - "id": 28515, + "id": 11975, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -474784,7 +482152,7 @@ } }, { - "id": 28537, + "id": 11997, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -474840,7 +482208,7 @@ } }, { - "id": 28538, + "id": 11998, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -474896,7 +482264,7 @@ } }, { - "id": 28539, + "id": 11999, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -474952,7 +482320,7 @@ } }, { - "id": 28540, + "id": 12000, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -475008,7 +482376,7 @@ } }, { - "id": 28541, + "id": 12001, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -475064,7 +482432,7 @@ } }, { - "id": 28542, + "id": 12002, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -475120,7 +482488,7 @@ } }, { - "id": 28543, + "id": 12003, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -475176,7 +482544,7 @@ } }, { - "id": 28544, + "id": 12004, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -475232,7 +482600,7 @@ } }, { - "id": 28488, + "id": 11948, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -475288,7 +482656,7 @@ } }, { - "id": 28489, + "id": 11949, "name": "items", "variant": "declaration", "kind": 1024, @@ -475328,14 +482696,14 @@ { "type": "reflection", "declaration": { - "id": 28490, + "id": 11950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28491, + "id": 11951, "name": "actions", "variant": "declaration", "kind": 1024, @@ -475367,7 +482735,7 @@ { "title": "Properties", "children": [ - 28491 + 11951 ] } ], @@ -475407,14 +482775,14 @@ { "type": "reflection", "declaration": { - "id": 28492, + "id": 11952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28493, + "id": 11953, "name": "actions", "variant": "declaration", "kind": 1024, @@ -475446,7 +482814,7 @@ { "title": "Properties", "children": [ - 28493 + 11953 ] } ], @@ -475470,7 +482838,7 @@ } }, { - "id": 28494, + "id": 11954, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -475510,14 +482878,14 @@ { "type": "reflection", "declaration": { - "id": 28495, + "id": 11955, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28496, + "id": 11956, "name": "actions", "variant": "declaration", "kind": 1024, @@ -475549,7 +482917,7 @@ { "title": "Properties", "children": [ - 28496 + 11956 ] } ], @@ -475589,14 +482957,14 @@ { "type": "reflection", "declaration": { - "id": 28497, + "id": 11957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28498, + "id": 11958, "name": "actions", "variant": "declaration", "kind": 1024, @@ -475628,7 +482996,7 @@ { "title": "Properties", "children": [ - 28498 + 11958 ] } ], @@ -475652,7 +483020,7 @@ } }, { - "id": 28499, + "id": 11959, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -475702,51 +483070,51 @@ { "title": "Properties", "children": [ - 28500, - 28557, - 28558, - 28527, - 28528, - 28529, - 28530, - 28504, - 28531, - 28532, - 28533, - 28559, - 28560, - 28561, - 28503, - 28556, - 28501, - 28502, - 28534, - 28535, - 28536, - 28508, - 28509, - 28510, - 28505, - 28506, - 28507, - 28511, - 28512, - 28513, - 28562, - 28514, - 28515, - 28537, - 28538, - 28539, - 28540, - 28541, - 28542, - 28543, - 28544, - 28488, - 28489, - 28494, - 28499 + 11960, + 12017, + 12018, + 11987, + 11988, + 11989, + 11990, + 11964, + 11991, + 11992, + 11993, + 12019, + 12020, + 12021, + 11963, + 12016, + 11961, + 11962, + 11994, + 11995, + 11996, + 11968, + 11969, + 11970, + 11965, + 11966, + 11967, + 11971, + 11972, + 11973, + 12022, + 11974, + 11975, + 11997, + 11998, + 11999, + 12000, + 12001, + 12002, + 12003, + 12004, + 11948, + 11949, + 11954, + 11959 ] } ], @@ -475791,14 +483159,14 @@ { "type": "reflection", "declaration": { - "id": 28563, + "id": 12023, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28564, + "id": 12024, "name": "config", "variant": "declaration", "kind": 2048, @@ -475812,7 +483180,7 @@ ], "signatures": [ { - "id": 28565, + "id": 12025, "name": "config", "variant": "signature", "kind": 4096, @@ -475826,7 +483194,7 @@ ], "parameters": [ { - "id": 28566, + "id": 12026, "name": "config", "variant": "param", "kind": 32768, @@ -475837,14 +483205,14 @@ { "type": "reflection", "declaration": { - "id": 28567, + "id": 12027, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28568, + "id": 12028, "name": "name", "variant": "declaration", "kind": 1024, @@ -475868,7 +483236,7 @@ { "title": "Properties", "children": [ - 28568 + 12028 ] } ], @@ -475950,7 +483318,7 @@ { "title": "Methods", "children": [ - 28564 + 12024 ] } ], @@ -475991,7 +483359,7 @@ } }, { - "id": 28569, + "id": 12029, "name": "run", "variant": "declaration", "kind": 1024, @@ -476014,7 +483382,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28570, + "id": 12030, "name": "__type", "variant": "declaration", "kind": 65536, @@ -476028,7 +483396,7 @@ ], "signatures": [ { - "id": 28571, + "id": 12031, "name": "__type", "variant": "signature", "kind": 4096, @@ -476056,7 +483424,7 @@ ], "typeParameters": [ { - "id": 28572, + "id": 12032, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -476067,7 +483435,7 @@ } }, { - "id": 28573, + "id": 12033, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -476080,7 +483448,7 @@ ], "parameters": [ { - "id": 28574, + "id": 12034, "name": "args", "variant": "param", "kind": 32768, @@ -476113,7 +483481,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -476124,13 +483492,13 @@ }, "trueType": { "type": "reference", - "target": 28468, + "target": 11928, "name": "ConfirmReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -476163,7 +483531,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -476183,7 +483551,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -476203,7 +483571,7 @@ } }, { - "id": 28575, + "id": 12035, "name": "getName", "variant": "declaration", "kind": 1024, @@ -476226,7 +483594,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28576, + "id": 12036, "name": "__type", "variant": "declaration", "kind": 65536, @@ -476240,7 +483608,7 @@ ], "signatures": [ { - "id": 28577, + "id": 12037, "name": "__type", "variant": "signature", "kind": 4096, @@ -476262,7 +483630,7 @@ } }, { - "id": 28578, + "id": 12038, "name": "config", "variant": "declaration", "kind": 1024, @@ -476285,7 +483653,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28579, + "id": 12039, "name": "__type", "variant": "declaration", "kind": 65536, @@ -476299,7 +483667,7 @@ ], "signatures": [ { - "id": 28580, + "id": 12040, "name": "__type", "variant": "signature", "kind": 4096, @@ -476313,7 +483681,7 @@ ], "parameters": [ { - "id": 28581, + "id": 12041, "name": "config", "variant": "param", "kind": 32768, @@ -476339,7 +483707,7 @@ } }, { - "id": 28582, + "id": 12042, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -476367,7 +483735,7 @@ ], "documents": [ { - "id": 37872, + "id": 21359, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -476383,6 +483751,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -476393,7 +483770,7 @@ "frontmatter": {} }, { - "id": 37873, + "id": 21360, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -476409,6 +483786,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -476419,7 +483805,7 @@ "frontmatter": {} }, { - "id": 37874, + "id": 21361, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -476435,6 +483821,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -476445,7 +483840,7 @@ "frontmatter": {} }, { - "id": 37875, + "id": 21362, "name": "confirmReturnRequestValidationStep", "variant": "document", "kind": 8388608, @@ -476461,6 +483856,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "11917" + } + ] } ], "modifierTags": [ @@ -476471,7 +483875,7 @@ "frontmatter": {} }, { - "id": 37876, + "id": 21363, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -476487,6 +483891,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -476497,7 +483910,7 @@ "frontmatter": {} }, { - "id": 37877, + "id": 21364, "name": "when", "variant": "document", "kind": 8388608, @@ -476532,7 +483945,7 @@ "frontmatter": {}, "children": [ { - "id": 37878, + "id": 21365, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -476548,6 +483961,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -476558,7 +483980,7 @@ "frontmatter": {} }, { - "id": 37879, + "id": 21366, "name": "createReturnFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -476574,6 +483996,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3901" + } + ] } ], "modifierTags": [ @@ -476584,7 +484015,7 @@ "frontmatter": {} }, { - "id": 37880, + "id": 21367, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -476600,6 +484031,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -476612,7 +484052,7 @@ ] }, { - "id": 37881, + "id": 21368, "name": "updateReturnsStep", "variant": "document", "kind": 8388608, @@ -476628,6 +484068,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5769" + } + ] } ], "modifierTags": [ @@ -476638,7 +484087,7 @@ "frontmatter": {} }, { - "id": 37882, + "id": 21369, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -476654,6 +484103,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -476664,7 +484122,7 @@ "frontmatter": {} }, { - "id": 37883, + "id": 21370, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -476680,6 +484138,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14222" + } + ] } ], "modifierTags": [ @@ -476691,21 +484158,21 @@ } ], "childrenIncludingDocuments": [ - 28481, - 28569, - 28575, - 28578, - 28582 + 11941, + 12029, + 12035, + 12038, + 12042 ], "groups": [ { "title": "Properties", "children": [ - 28481, - 28569, - 28575, - 28578, - 28582 + 11941, + 12029, + 12035, + 12038, + 12042 ] } ], @@ -476714,12 +484181,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 240, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L240" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L240" } ], "signatures": [ { - "id": 28474, + "id": 11934, "name": "confirmReturnRequestWorkflow", "variant": "signature", "kind": 4096, @@ -476728,7 +484195,7 @@ "summary": [ { "kind": "text", - "text": "This workflow confirms a return request. It's used by the \n[Confirm Return Request Admin API Route](https://docs.medusajs.com/api/admin#returns_postreturnsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a return request\nin your custom flow." + "text": "This workflow confirms a return request. It's used by the\n[Confirm Return Request Admin API Route](https://docs.medusajs.com/api/admin#returns_postreturnsidrequest).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to confirm a return request\nin your custom flow." } ], "blockTags": [ @@ -476775,12 +484242,12 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 240, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L240" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L240" } ], "typeParameters": [ { - "id": 28475, + "id": 11935, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -476791,7 +484258,7 @@ } }, { - "id": 28476, + "id": 11936, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -476804,7 +484271,7 @@ ], "parameters": [ { - "id": 28477, + "id": 11937, "name": "container", "variant": "param", "kind": 32768, @@ -476828,14 +484295,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28478, + "id": 11938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28479, + "id": 11939, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -476858,7 +484325,7 @@ } }, { - "id": 28480, + "id": 11940, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -476885,8 +484352,8 @@ { "title": "Properties", "children": [ - 28479, - 28480 + 11939, + 11940 ] } ], @@ -476957,7 +484424,7 @@ "typeArguments": [ { "type": "reference", - "target": 28468, + "target": 11928, "name": "ConfirmReturnRequestWorkflowInput", "package": "@medusajs/core-flows" }, @@ -476972,14 +484439,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -476994,7 +484461,7 @@ ] }, { - "id": 28585, + "id": 12045, "name": "order", "variant": "declaration", "kind": 1024, @@ -477012,7 +484479,7 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 219, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L219" } ], "type": { @@ -477021,7 +484488,7 @@ } }, { - "id": 28586, + "id": 12046, "name": "input", "variant": "declaration", "kind": 1024, @@ -477039,7 +484506,7 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 223, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L223" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L223" } ], "type": { @@ -477054,7 +484521,7 @@ } }, { - "id": 28587, + "id": 12047, "name": "createCompleteReturnValidationStep", "variant": "declaration", "kind": 64, @@ -477063,7 +484530,7 @@ "summary": [ { "kind": "text", - "text": "This step validates that a return can be created and completed for an order.\nIf the order is canceled, the items do not exist in the order, \nthe return reasons are invalid, or the refund amount is greater than the order total, \nthe step will throw an error.\n\n:::note\n\nYou can retrieve an order details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" + "text": "This step validates that a return can be created and completed for an order.\nIf the order is canceled, the items do not exist in the order,\nthe return reasons are invalid, or the refund amount is greater than the order total,\nthe step will throw an error.\n\n:::note\n\nYou can retrieve an order details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" } ], "blockTags": [ @@ -477089,7 +484556,7 @@ }, "children": [ { - "id": 28596, + "id": 12056, "name": "__type", "variant": "declaration", "kind": 1024, @@ -477107,7 +484574,7 @@ } }, { - "id": 28597, + "id": 12057, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -477129,8 +484596,8 @@ { "title": "Properties", "children": [ - 28596, - 28597 + 12056, + 12057 ] } ], @@ -477139,12 +484606,12 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 256, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L256" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L256" } ], "signatures": [ { - "id": 28588, + "id": 12048, "name": "createCompleteReturnValidationStep", "variant": "signature", "kind": 4096, @@ -477153,7 +484620,7 @@ "summary": [ { "kind": "text", - "text": "This step validates that a return can be created and completed for an order.\nIf the order is canceled, the items do not exist in the order, \nthe return reasons are invalid, or the refund amount is greater than the order total, \nthe step will throw an error.\n\n:::note\n\nYou can retrieve an order details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" + "text": "This step validates that a return can be created and completed for an order.\nIf the order is canceled, the items do not exist in the order,\nthe return reasons are invalid, or the refund amount is greater than the order total,\nthe step will throw an error.\n\n:::note\n\nYou can retrieve an order details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" } ], "blockTags": [ @@ -477182,12 +484649,12 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 256, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L256" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L256" } ], "parameters": [ { - "id": 28589, + "id": 12049, "name": "input", "variant": "param", "kind": 32768, @@ -477197,7 +484664,7 @@ "types": [ { "type": "reference", - "target": 28583, + "target": 12043, "name": "CreateCompleteReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -477210,7 +484677,7 @@ "typeArguments": [ { "type": "reference", - "target": 28583, + "target": 12043, "name": "CreateCompleteReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -477243,14 +484710,14 @@ { "type": "reflection", "declaration": { - "id": 28590, + "id": 12050, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28591, + "id": 12051, "name": "config", "variant": "declaration", "kind": 2048, @@ -477264,7 +484731,7 @@ ], "signatures": [ { - "id": 28592, + "id": 12052, "name": "config", "variant": "signature", "kind": 4096, @@ -477278,7 +484745,7 @@ ], "parameters": [ { - "id": 28593, + "id": 12053, "name": "config", "variant": "param", "kind": 32768, @@ -477289,14 +484756,14 @@ { "type": "reflection", "declaration": { - "id": 28594, + "id": 12054, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28595, + "id": 12055, "name": "name", "variant": "declaration", "kind": 1024, @@ -477320,7 +484787,7 @@ { "title": "Properties", "children": [ - 28595 + 12055 ] } ], @@ -477397,7 +484864,7 @@ { "title": "Methods", "children": [ - 28591 + 12051 ] } ], @@ -477431,7 +484898,7 @@ ] }, { - "id": 28598, + "id": 12058, "name": "createAndCompleteReturnOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -477441,9 +484908,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", - "line": 282, + "line": 279, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L282" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L279" } ], "type": { @@ -477453,7 +484920,7 @@ "defaultValue": "\"create-complete-return-order\"" }, { - "id": 28599, + "id": 12059, "name": "createAndCompleteReturnOrderWorkflow", "variant": "declaration", "kind": 64, @@ -477462,7 +484929,7 @@ "summary": [ { "kind": "text", - "text": "This workflow creates and completes a return from the storefront. The admin would receive the return and \nprocess it from the dashboard. This workflow is used by the \n[Create Return Store API Route](https://docs.medusajs.com/api/store#return_postreturn).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to create a return\nfor an order in your custom flow." + "text": "This workflow creates and completes a return from the storefront. The admin would receive the return and\nprocess it from the dashboard. This workflow is used by the\n[Create Return Store API Route](https://docs.medusajs.com/api/store#return_postreturn).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to create a return\nfor an order in your custom flow." } ], "blockTags": [ @@ -477506,7 +484973,7 @@ }, "children": [ { - "id": 28607, + "id": 12067, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -477529,7 +484996,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28608, + "id": 12068, "name": "__type", "variant": "declaration", "kind": 65536, @@ -477543,7 +485010,7 @@ ], "signatures": [ { - "id": 28609, + "id": 12069, "name": "__type", "variant": "signature", "kind": 4096, @@ -477571,7 +485038,7 @@ ], "parameters": [ { - "id": 28610, + "id": 12070, "name": "param0", "variant": "param", "kind": 32768, @@ -477587,14 +485054,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28611, + "id": 12071, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28612, + "id": 12072, "name": "input", "variant": "declaration", "kind": 1024, @@ -477654,7 +485121,7 @@ { "title": "Properties", "children": [ - 28612 + 12072 ] } ], @@ -477690,14 +485157,14 @@ { "type": "reflection", "declaration": { - "id": 28613, + "id": 12073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28614, + "id": 12074, "name": "config", "variant": "declaration", "kind": 2048, @@ -477711,7 +485178,7 @@ ], "signatures": [ { - "id": 28615, + "id": 12075, "name": "config", "variant": "signature", "kind": 4096, @@ -477725,7 +485192,7 @@ ], "parameters": [ { - "id": 28616, + "id": 12076, "name": "config", "variant": "param", "kind": 32768, @@ -477736,14 +485203,14 @@ { "type": "reflection", "declaration": { - "id": 28617, + "id": 12077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28618, + "id": 12078, "name": "name", "variant": "declaration", "kind": 1024, @@ -477767,7 +485234,7 @@ { "title": "Properties", "children": [ - 28618 + 12078 ] } ], @@ -477844,7 +485311,7 @@ { "title": "Methods", "children": [ - 28614 + 12074 ] } ], @@ -477880,7 +485347,7 @@ } }, { - "id": 28619, + "id": 12079, "name": "run", "variant": "declaration", "kind": 1024, @@ -477903,7 +485370,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28620, + "id": 12080, "name": "__type", "variant": "declaration", "kind": 65536, @@ -477917,7 +485384,7 @@ ], "signatures": [ { - "id": 28621, + "id": 12081, "name": "__type", "variant": "signature", "kind": 4096, @@ -477945,7 +485412,7 @@ ], "typeParameters": [ { - "id": 28622, + "id": 12082, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -477956,7 +485423,7 @@ } }, { - "id": 28623, + "id": 12083, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -477969,7 +485436,7 @@ ], "parameters": [ { - "id": 28624, + "id": 12084, "name": "args", "variant": "param", "kind": 32768, @@ -478002,7 +485469,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478022,7 +485489,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478055,7 +485522,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478070,7 +485537,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478090,7 +485557,7 @@ } }, { - "id": 28625, + "id": 12085, "name": "getName", "variant": "declaration", "kind": 1024, @@ -478113,7 +485580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28626, + "id": 12086, "name": "__type", "variant": "declaration", "kind": 65536, @@ -478127,7 +485594,7 @@ ], "signatures": [ { - "id": 28627, + "id": 12087, "name": "__type", "variant": "signature", "kind": 4096, @@ -478149,7 +485616,7 @@ } }, { - "id": 28628, + "id": 12088, "name": "config", "variant": "declaration", "kind": 1024, @@ -478172,7 +485639,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28629, + "id": 12089, "name": "__type", "variant": "declaration", "kind": 65536, @@ -478186,7 +485653,7 @@ ], "signatures": [ { - "id": 28630, + "id": 12090, "name": "__type", "variant": "signature", "kind": 4096, @@ -478200,7 +485667,7 @@ ], "parameters": [ { - "id": 28631, + "id": 12091, "name": "config", "variant": "param", "kind": 32768, @@ -478226,7 +485693,7 @@ } }, { - "id": 28632, + "id": 12092, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -478249,7 +485716,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28633, + "id": 12093, "name": "__type", "variant": "declaration", "kind": 65536, @@ -478263,14 +485730,14 @@ ], "indexSignatures": [ { - "id": 28634, + "id": 12094, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 28635, + "id": 12095, "name": "key", "variant": "param", "kind": 32768, @@ -478284,7 +485751,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28636, + "id": 12096, "name": "__type", "variant": "declaration", "kind": 65536, @@ -478298,7 +485765,7 @@ ], "signatures": [ { - "id": 28637, + "id": 12097, "name": "__type", "variant": "signature", "kind": 4096, @@ -478312,14 +485779,14 @@ ], "typeParameters": [ { - "id": 28638, + "id": 12098, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 28639, + "id": 12099, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -478328,7 +485795,7 @@ ], "parameters": [ { - "id": 28640, + "id": 12100, "name": "invoke", "variant": "param", "kind": 32768, @@ -478346,14 +485813,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478364,7 +485831,7 @@ } }, { - "id": 28641, + "id": 12101, "name": "compensate", "variant": "param", "kind": 32768, @@ -478380,7 +485847,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478407,7 +485874,7 @@ ], "documents": [ { - "id": 37884, + "id": 21371, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -478423,6 +485890,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -478433,7 +485909,7 @@ "frontmatter": {} }, { - "id": 37885, + "id": 21372, "name": "createCompleteReturnValidationStep", "variant": "document", "kind": 8388608, @@ -478449,6 +485925,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12047" + } + ] } ], "modifierTags": [ @@ -478459,7 +485944,7 @@ "frontmatter": {} }, { - "id": 37886, + "id": 21373, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -478475,6 +485960,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -478485,7 +485979,7 @@ "frontmatter": {} }, { - "id": 37887, + "id": 21374, "name": "createReturnFulfillmentWorkflow", "variant": "document", "kind": 8388608, @@ -478501,6 +485995,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3901" + } + ] } ], "modifierTags": [ @@ -478511,7 +486014,7 @@ "frontmatter": {} }, { - "id": 37888, + "id": 21375, "name": "createCompleteReturnStep", "variant": "document", "kind": 8388608, @@ -478527,6 +486030,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5693" + } + ] } ], "modifierTags": [ @@ -478537,7 +486049,7 @@ "frontmatter": {} }, { - "id": 37889, + "id": 21376, "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -478553,6 +486065,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -478563,7 +486084,7 @@ "frontmatter": {} }, { - "id": 37890, + "id": 21377, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -478579,6 +486100,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -478589,7 +486119,7 @@ "frontmatter": {} }, { - "id": 37891, + "id": 21378, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -478605,6 +486135,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -478616,35 +486155,35 @@ } ], "childrenIncludingDocuments": [ - 28607, - 28619, - 28625, - 28628, - 28632 + 12067, + 12079, + 12085, + 12088, + 12092 ], "groups": [ { "title": "Properties", "children": [ - 28607, - 28619, - 28625, - 28628, - 28632 + 12067, + 12079, + 12085, + 12088, + 12092 ] } ], "sources": [ { "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", - "line": 310, + "line": 307, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L310" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L307" } ], "signatures": [ { - "id": 28600, + "id": 12060, "name": "createAndCompleteReturnOrderWorkflow", "variant": "signature", "kind": 4096, @@ -478653,7 +486192,7 @@ "summary": [ { "kind": "text", - "text": "This workflow creates and completes a return from the storefront. The admin would receive the return and \nprocess it from the dashboard. This workflow is used by the \n[Create Return Store API Route](https://docs.medusajs.com/api/store#return_postreturn).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to create a return\nfor an order in your custom flow." + "text": "This workflow creates and completes a return from the storefront. The admin would receive the return and\nprocess it from the dashboard. This workflow is used by the\n[Create Return Store API Route](https://docs.medusajs.com/api/store#return_postreturn).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to create a return\nfor an order in your custom flow." } ], "blockTags": [ @@ -478698,14 +486237,14 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", - "line": 310, + "line": 307, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L310" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L307" } ], "typeParameters": [ { - "id": 28601, + "id": 12061, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -478716,7 +486255,7 @@ } }, { - "id": 28602, + "id": 12062, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -478729,7 +486268,7 @@ ], "parameters": [ { - "id": 28603, + "id": 12063, "name": "container", "variant": "param", "kind": 32768, @@ -478753,14 +486292,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28604, + "id": 12064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28605, + "id": 12065, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -478783,7 +486322,7 @@ } }, { - "id": 28606, + "id": 12066, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -478810,8 +486349,8 @@ { "title": "Properties", "children": [ - 28605, - 28606 + 12065, + 12066 ] } ], @@ -478895,14 +486434,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -478917,7 +486456,7 @@ ] }, { - "id": 28644, + "id": 12104, "name": "order", "variant": "declaration", "kind": 1024, @@ -478935,7 +486474,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L33" } ], "type": { @@ -478949,7 +486488,7 @@ } }, { - "id": 28645, + "id": 12105, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -478967,7 +486506,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L37" } ], "type": { @@ -478981,7 +486520,7 @@ } }, { - "id": 28646, + "id": 12106, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -478999,7 +486538,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L41" } ], "type": { @@ -479013,7 +486552,7 @@ } }, { - "id": 28647, + "id": 12107, "name": "createReturnShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -479048,7 +486587,7 @@ }, "children": [ { - "id": 28656, + "id": 12116, "name": "__type", "variant": "declaration", "kind": 1024, @@ -479066,7 +486605,7 @@ } }, { - "id": 28657, + "id": 12117, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -479088,8 +486627,8 @@ { "title": "Properties", "children": [ - 28656, - 28657 + 12116, + 12117 ] } ], @@ -479098,12 +486637,12 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L71" } ], "signatures": [ { - "id": 28648, + "id": 12108, "name": "createReturnShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -479141,12 +486680,12 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L71" } ], "parameters": [ { - "id": 28649, + "id": 12109, "name": "input", "variant": "param", "kind": 32768, @@ -479156,7 +486695,7 @@ "types": [ { "type": "reference", - "target": 28642, + "target": 12102, "name": "CreateReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -479169,7 +486708,7 @@ "typeArguments": [ { "type": "reference", - "target": 28642, + "target": 12102, "name": "CreateReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -479202,14 +486741,14 @@ { "type": "reflection", "declaration": { - "id": 28650, + "id": 12110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28651, + "id": 12111, "name": "config", "variant": "declaration", "kind": 2048, @@ -479223,7 +486762,7 @@ ], "signatures": [ { - "id": 28652, + "id": 12112, "name": "config", "variant": "signature", "kind": 4096, @@ -479237,7 +486776,7 @@ ], "parameters": [ { - "id": 28653, + "id": 12113, "name": "config", "variant": "param", "kind": 32768, @@ -479248,14 +486787,14 @@ { "type": "reflection", "declaration": { - "id": 28654, + "id": 12114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28655, + "id": 12115, "name": "name", "variant": "declaration", "kind": 1024, @@ -479279,7 +486818,7 @@ { "title": "Properties", "children": [ - 28655 + 12115 ] } ], @@ -479356,7 +486895,7 @@ { "title": "Methods", "children": [ - 28651 + 12111 ] } ], @@ -479390,7 +486929,7 @@ ] }, { - "id": 28660, + "id": 12120, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -479408,7 +486947,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L91" } ], "type": { @@ -479417,7 +486956,7 @@ } }, { - "id": 28661, + "id": 12121, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -479437,7 +486976,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 95, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L95" } ], "type": { @@ -479446,7 +486985,7 @@ } }, { - "id": 28662, + "id": 12122, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -479466,7 +487005,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 99, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L99" } ], "type": { @@ -479475,7 +487014,7 @@ } }, { - "id": 28663, + "id": 12123, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -479493,7 +487032,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L103" } ], "type": { @@ -479502,7 +487041,7 @@ } }, { - "id": 28664, + "id": 12124, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -479522,7 +487061,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 108, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L108" } ], "type": { @@ -479545,7 +487084,7 @@ } }, { - "id": 28665, + "id": 12125, "name": "createReturnShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -479557,7 +487096,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 111, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L111" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L111" } ], "type": { @@ -479567,7 +487106,7 @@ "defaultValue": "\"create-return-shipping-method\"" }, { - "id": 28666, + "id": 12126, "name": "createReturnShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -479620,7 +487159,7 @@ }, "children": [ { - "id": 28674, + "id": 12134, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -479643,7 +487182,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28675, + "id": 12135, "name": "__type", "variant": "declaration", "kind": 65536, @@ -479657,7 +487196,7 @@ ], "signatures": [ { - "id": 28676, + "id": 12136, "name": "__type", "variant": "signature", "kind": 4096, @@ -479685,7 +487224,7 @@ ], "parameters": [ { - "id": 28677, + "id": 12137, "name": "param0", "variant": "param", "kind": 32768, @@ -479701,14 +487240,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28678, + "id": 12138, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28679, + "id": 12139, "name": "input", "variant": "declaration", "kind": 1024, @@ -479733,7 +487272,7 @@ "types": [ { "type": "reference", - "target": 28658, + "target": 12118, "name": "CreateReturnShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -479746,7 +487285,7 @@ "typeArguments": [ { "type": "reference", - "target": 28658, + "target": 12118, "name": "CreateReturnShippingMethodWorkflowInput", "package": "@medusajs/core-flows" } @@ -479762,7 +487301,7 @@ { "title": "Properties", "children": [ - 28679 + 12139 ] } ], @@ -479783,14 +487322,14 @@ { "type": "reflection", "declaration": { - "id": 28680, + "id": 12140, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28693, + "id": 12153, "name": "id", "variant": "declaration", "kind": 1024, @@ -479836,7 +487375,7 @@ } }, { - "id": 28750, + "id": 12210, "name": "version", "variant": "declaration", "kind": 1024, @@ -479882,7 +487421,7 @@ } }, { - "id": 28751, + "id": 12211, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -479928,7 +487467,7 @@ } }, { - "id": 28720, + "id": 12180, "name": "status", "variant": "declaration", "kind": 1024, @@ -479984,7 +487523,7 @@ } }, { - "id": 28721, + "id": 12181, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -480041,7 +487580,7 @@ } }, { - "id": 28722, + "id": 12182, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -480098,7 +487637,7 @@ } }, { - "id": 28723, + "id": 12183, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -480155,7 +487694,7 @@ } }, { - "id": 28697, + "id": 12157, "name": "email", "variant": "declaration", "kind": 1024, @@ -480212,7 +487751,7 @@ } }, { - "id": 28724, + "id": 12184, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -480258,7 +487797,7 @@ } }, { - "id": 28725, + "id": 12185, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -480328,7 +487867,7 @@ } }, { - "id": 28726, + "id": 12186, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -480398,7 +487937,7 @@ } }, { - "id": 28752, + "id": 12212, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -480474,7 +488013,7 @@ } }, { - "id": 28753, + "id": 12213, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -480550,7 +488089,7 @@ } }, { - "id": 28754, + "id": 12214, "name": "summary", "variant": "declaration", "kind": 1024, @@ -480620,7 +488159,7 @@ } }, { - "id": 28696, + "id": 12156, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -480715,7 +488254,7 @@ } }, { - "id": 28749, + "id": 12209, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -480790,7 +488329,7 @@ } }, { - "id": 28694, + "id": 12154, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -480859,7 +488398,7 @@ } }, { - "id": 28695, + "id": 12155, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -480928,7 +488467,7 @@ } }, { - "id": 28727, + "id": 12187, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -480984,7 +488523,7 @@ } }, { - "id": 28728, + "id": 12188, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -481040,7 +488579,7 @@ } }, { - "id": 28729, + "id": 12189, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -481096,7 +488635,7 @@ } }, { - "id": 28701, + "id": 12161, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -481152,7 +488691,7 @@ } }, { - "id": 28702, + "id": 12162, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -481208,7 +488747,7 @@ } }, { - "id": 28703, + "id": 12163, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -481264,7 +488803,7 @@ } }, { - "id": 28698, + "id": 12158, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -481320,7 +488859,7 @@ } }, { - "id": 28699, + "id": 12159, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -481376,7 +488915,7 @@ } }, { - "id": 28700, + "id": 12160, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -481432,7 +488971,7 @@ } }, { - "id": 28704, + "id": 12164, "name": "total", "variant": "declaration", "kind": 1024, @@ -481488,7 +489027,7 @@ } }, { - "id": 28705, + "id": 12165, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -481544,7 +489083,7 @@ } }, { - "id": 28706, + "id": 12166, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -481600,7 +489139,7 @@ } }, { - "id": 28755, + "id": 12215, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -481656,7 +489195,7 @@ } }, { - "id": 28707, + "id": 12167, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -481712,7 +489251,7 @@ } }, { - "id": 28708, + "id": 12168, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -481768,7 +489307,7 @@ } }, { - "id": 28730, + "id": 12190, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -481824,7 +489363,7 @@ } }, { - "id": 28731, + "id": 12191, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -481880,7 +489419,7 @@ } }, { - "id": 28732, + "id": 12192, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -481936,7 +489475,7 @@ } }, { - "id": 28733, + "id": 12193, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -481992,7 +489531,7 @@ } }, { - "id": 28734, + "id": 12194, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -482048,7 +489587,7 @@ } }, { - "id": 28735, + "id": 12195, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -482104,7 +489643,7 @@ } }, { - "id": 28736, + "id": 12196, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -482160,7 +489699,7 @@ } }, { - "id": 28737, + "id": 12197, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -482216,7 +489755,7 @@ } }, { - "id": 28681, + "id": 12141, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -482272,7 +489811,7 @@ } }, { - "id": 28682, + "id": 12142, "name": "items", "variant": "declaration", "kind": 1024, @@ -482312,14 +489851,14 @@ { "type": "reflection", "declaration": { - "id": 28683, + "id": 12143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28684, + "id": 12144, "name": "actions", "variant": "declaration", "kind": 1024, @@ -482351,7 +489890,7 @@ { "title": "Properties", "children": [ - 28684 + 12144 ] } ], @@ -482391,14 +489930,14 @@ { "type": "reflection", "declaration": { - "id": 28685, + "id": 12145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28686, + "id": 12146, "name": "actions", "variant": "declaration", "kind": 1024, @@ -482430,7 +489969,7 @@ { "title": "Properties", "children": [ - 28686 + 12146 ] } ], @@ -482454,7 +489993,7 @@ } }, { - "id": 28687, + "id": 12147, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -482494,14 +490033,14 @@ { "type": "reflection", "declaration": { - "id": 28688, + "id": 12148, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28689, + "id": 12149, "name": "actions", "variant": "declaration", "kind": 1024, @@ -482533,7 +490072,7 @@ { "title": "Properties", "children": [ - 28689 + 12149 ] } ], @@ -482573,14 +490112,14 @@ { "type": "reflection", "declaration": { - "id": 28690, + "id": 12150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28691, + "id": 12151, "name": "actions", "variant": "declaration", "kind": 1024, @@ -482612,7 +490151,7 @@ { "title": "Properties", "children": [ - 28691 + 12151 ] } ], @@ -482636,7 +490175,7 @@ } }, { - "id": 28692, + "id": 12152, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -482686,51 +490225,51 @@ { "title": "Properties", "children": [ - 28693, - 28750, - 28751, - 28720, - 28721, - 28722, - 28723, - 28697, - 28724, - 28725, - 28726, - 28752, - 28753, - 28754, - 28696, - 28749, - 28694, - 28695, - 28727, - 28728, - 28729, - 28701, - 28702, - 28703, - 28698, - 28699, - 28700, - 28704, - 28705, - 28706, - 28755, - 28707, - 28708, - 28730, - 28731, - 28732, - 28733, - 28734, - 28735, - 28736, - 28737, - 28681, - 28682, - 28687, - 28692 + 12153, + 12210, + 12211, + 12180, + 12181, + 12182, + 12183, + 12157, + 12184, + 12185, + 12186, + 12212, + 12213, + 12214, + 12156, + 12209, + 12154, + 12155, + 12187, + 12188, + 12189, + 12161, + 12162, + 12163, + 12158, + 12159, + 12160, + 12164, + 12165, + 12166, + 12215, + 12167, + 12168, + 12190, + 12191, + 12192, + 12193, + 12194, + 12195, + 12196, + 12197, + 12141, + 12142, + 12147, + 12152 ] } ], @@ -482775,14 +490314,14 @@ { "type": "reflection", "declaration": { - "id": 28756, + "id": 12216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28757, + "id": 12217, "name": "config", "variant": "declaration", "kind": 2048, @@ -482796,7 +490335,7 @@ ], "signatures": [ { - "id": 28758, + "id": 12218, "name": "config", "variant": "signature", "kind": 4096, @@ -482810,7 +490349,7 @@ ], "parameters": [ { - "id": 28759, + "id": 12219, "name": "config", "variant": "param", "kind": 32768, @@ -482821,14 +490360,14 @@ { "type": "reflection", "declaration": { - "id": 28760, + "id": 12220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28761, + "id": 12221, "name": "name", "variant": "declaration", "kind": 1024, @@ -482852,7 +490391,7 @@ { "title": "Properties", "children": [ - 28761 + 12221 ] } ], @@ -482934,7 +490473,7 @@ { "title": "Methods", "children": [ - 28757 + 12217 ] } ], @@ -482975,7 +490514,7 @@ } }, { - "id": 28762, + "id": 12222, "name": "run", "variant": "declaration", "kind": 1024, @@ -482998,7 +490537,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28763, + "id": 12223, "name": "__type", "variant": "declaration", "kind": 65536, @@ -483012,7 +490551,7 @@ ], "signatures": [ { - "id": 28764, + "id": 12224, "name": "__type", "variant": "signature", "kind": 4096, @@ -483040,7 +490579,7 @@ ], "typeParameters": [ { - "id": 28765, + "id": 12225, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -483051,7 +490590,7 @@ } }, { - "id": 28766, + "id": 12226, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -483064,7 +490603,7 @@ ], "parameters": [ { - "id": 28767, + "id": 12227, "name": "args", "variant": "param", "kind": 32768, @@ -483097,7 +490636,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -483108,13 +490647,13 @@ }, "trueType": { "type": "reference", - "target": 28658, + "target": 12118, "name": "CreateReturnShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -483147,7 +490686,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -483167,7 +490706,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -483187,7 +490726,7 @@ } }, { - "id": 28768, + "id": 12228, "name": "getName", "variant": "declaration", "kind": 1024, @@ -483210,7 +490749,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28769, + "id": 12229, "name": "__type", "variant": "declaration", "kind": 65536, @@ -483224,7 +490763,7 @@ ], "signatures": [ { - "id": 28770, + "id": 12230, "name": "__type", "variant": "signature", "kind": 4096, @@ -483246,7 +490785,7 @@ } }, { - "id": 28771, + "id": 12231, "name": "config", "variant": "declaration", "kind": 1024, @@ -483269,7 +490808,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28772, + "id": 12232, "name": "__type", "variant": "declaration", "kind": 65536, @@ -483283,7 +490822,7 @@ ], "signatures": [ { - "id": 28773, + "id": 12233, "name": "__type", "variant": "signature", "kind": 4096, @@ -483297,7 +490836,7 @@ ], "parameters": [ { - "id": 28774, + "id": 12234, "name": "config", "variant": "param", "kind": 32768, @@ -483323,7 +490862,7 @@ } }, { - "id": 28775, + "id": 12235, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -483351,7 +490890,7 @@ ], "documents": [ { - "id": 37892, + "id": 21379, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -483367,6 +490906,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -483377,7 +490925,7 @@ "frontmatter": {} }, { - "id": 37893, + "id": 21380, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -483393,6 +490941,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -483403,7 +490960,7 @@ "frontmatter": {} }, { - "id": 37894, + "id": 21381, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -483419,6 +490976,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -483429,7 +490995,7 @@ "frontmatter": {} }, { - "id": 37895, + "id": 21382, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -483445,6 +491011,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -483455,7 +491030,7 @@ "frontmatter": {} }, { - "id": 37896, + "id": 21383, "name": "createReturnShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -483471,6 +491046,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12107" + } + ] } ], "modifierTags": [ @@ -483481,7 +491065,7 @@ "frontmatter": {} }, { - "id": 37897, + "id": 21384, "name": "updateOrderTaxLinesWorkflow", "variant": "document", "kind": 8388608, @@ -483497,6 +491081,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13667" + } + ] } ], "modifierTags": [ @@ -483507,7 +491100,7 @@ "frontmatter": {} }, { - "id": 37898, + "id": 21385, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -483523,6 +491116,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -483533,7 +491135,7 @@ "frontmatter": {} }, { - "id": 37899, + "id": 21386, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -483549,6 +491151,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -483560,21 +491171,21 @@ } ], "childrenIncludingDocuments": [ - 28674, - 28762, - 28768, - 28771, - 28775 + 12134, + 12222, + 12228, + 12231, + 12235 ], "groups": [ { "title": "Properties", "children": [ - 28674, - 28762, - 28768, - 28771, - 28775 + 12134, + 12222, + 12228, + 12231, + 12235 ] } ], @@ -483583,12 +491194,12 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 133, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L133" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L133" } ], "signatures": [ { - "id": 28667, + "id": 12127, "name": "createReturnShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -483644,12 +491255,12 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 133, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L133" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L133" } ], "typeParameters": [ { - "id": 28668, + "id": 12128, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -483660,7 +491271,7 @@ } }, { - "id": 28669, + "id": 12129, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -483673,7 +491284,7 @@ ], "parameters": [ { - "id": 28670, + "id": 12130, "name": "container", "variant": "param", "kind": 32768, @@ -483697,14 +491308,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28671, + "id": 12131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28672, + "id": 12132, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -483727,7 +491338,7 @@ } }, { - "id": 28673, + "id": 12133, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -483754,8 +491365,8 @@ { "title": "Properties", "children": [ - 28672, - 28673 + 12132, + 12133 ] } ], @@ -483826,7 +491437,7 @@ "typeArguments": [ { "type": "reference", - "target": 28658, + "target": 12118, "name": "CreateReturnShippingMethodWorkflowInput", "package": "@medusajs/core-flows" }, @@ -483841,14 +491452,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -483863,7 +491474,7 @@ ] }, { - "id": 28778, + "id": 12238, "name": "order", "variant": "declaration", "kind": 1024, @@ -483881,7 +491492,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L32" } ], "type": { @@ -483919,7 +491530,7 @@ } }, { - "id": 28779, + "id": 12239, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -483937,7 +491548,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L36" } ], "type": { @@ -483951,7 +491562,7 @@ } }, { - "id": 28780, + "id": 12240, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -483969,7 +491580,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L40" } ], "type": { @@ -483983,7 +491594,7 @@ } }, { - "id": 28781, + "id": 12241, "name": "items", "variant": "declaration", "kind": 1024, @@ -484001,7 +491612,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L44" } ], "type": { @@ -484023,7 +491634,7 @@ } }, { - "id": 28782, + "id": 12242, "name": "dismissItemReturnRequestValidationStep", "variant": "declaration", "kind": 64, @@ -484058,7 +491669,7 @@ }, "children": [ { - "id": 28791, + "id": 12251, "name": "__type", "variant": "declaration", "kind": 1024, @@ -484076,7 +491687,7 @@ } }, { - "id": 28792, + "id": 12252, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -484098,8 +491709,8 @@ { "title": "Properties", "children": [ - 28791, - 28792 + 12251, + 12252 ] } ], @@ -484108,12 +491719,12 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 86, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L86" } ], "signatures": [ { - "id": 28783, + "id": 12243, "name": "dismissItemReturnRequestValidationStep", "variant": "signature", "kind": 4096, @@ -484151,12 +491762,12 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 86, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L86" } ], "parameters": [ { - "id": 28784, + "id": 12244, "name": "input", "variant": "param", "kind": 32768, @@ -484166,7 +491777,7 @@ "types": [ { "type": "reference", - "target": 28776, + "target": 12236, "name": "DismissItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -484179,7 +491790,7 @@ "typeArguments": [ { "type": "reference", - "target": 28776, + "target": 12236, "name": "DismissItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -484212,14 +491823,14 @@ { "type": "reflection", "declaration": { - "id": 28785, + "id": 12245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28786, + "id": 12246, "name": "config", "variant": "declaration", "kind": 2048, @@ -484233,7 +491844,7 @@ ], "signatures": [ { - "id": 28787, + "id": 12247, "name": "config", "variant": "signature", "kind": 4096, @@ -484247,7 +491858,7 @@ ], "parameters": [ { - "id": 28788, + "id": 12248, "name": "config", "variant": "param", "kind": 32768, @@ -484258,14 +491869,14 @@ { "type": "reflection", "declaration": { - "id": 28789, + "id": 12249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28790, + "id": 12250, "name": "name", "variant": "declaration", "kind": 1024, @@ -484289,7 +491900,7 @@ { "title": "Properties", "children": [ - 28790 + 12250 ] } ], @@ -484366,7 +491977,7 @@ { "title": "Methods", "children": [ - 28786 + 12246 ] } ], @@ -484400,7 +492011,7 @@ ] }, { - "id": 28794, + "id": 12254, "name": "dismissItemReturnRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -484412,7 +492023,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L112" } ], "type": { @@ -484422,7 +492033,7 @@ "defaultValue": "\"dismiss-item-return-request\"" }, { - "id": 28795, + "id": 12255, "name": "dismissItemReturnRequestWorkflow", "variant": "declaration", "kind": 64, @@ -484475,7 +492086,7 @@ }, "children": [ { - "id": 28803, + "id": 12263, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -484498,7 +492109,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28804, + "id": 12264, "name": "__type", "variant": "declaration", "kind": 65536, @@ -484512,7 +492123,7 @@ ], "signatures": [ { - "id": 28805, + "id": 12265, "name": "__type", "variant": "signature", "kind": 4096, @@ -484540,7 +492151,7 @@ ], "parameters": [ { - "id": 28806, + "id": 12266, "name": "param0", "variant": "param", "kind": 32768, @@ -484556,14 +492167,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28807, + "id": 12267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28808, + "id": 12268, "name": "input", "variant": "declaration", "kind": 1024, @@ -484623,7 +492234,7 @@ { "title": "Properties", "children": [ - 28808 + 12268 ] } ], @@ -484644,14 +492255,14 @@ { "type": "reflection", "declaration": { - "id": 28809, + "id": 12269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28822, + "id": 12282, "name": "id", "variant": "declaration", "kind": 1024, @@ -484697,7 +492308,7 @@ } }, { - "id": 28879, + "id": 12339, "name": "version", "variant": "declaration", "kind": 1024, @@ -484743,7 +492354,7 @@ } }, { - "id": 28880, + "id": 12340, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -484789,7 +492400,7 @@ } }, { - "id": 28849, + "id": 12309, "name": "status", "variant": "declaration", "kind": 1024, @@ -484845,7 +492456,7 @@ } }, { - "id": 28850, + "id": 12310, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -484902,7 +492513,7 @@ } }, { - "id": 28851, + "id": 12311, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -484959,7 +492570,7 @@ } }, { - "id": 28852, + "id": 12312, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -485016,7 +492627,7 @@ } }, { - "id": 28826, + "id": 12286, "name": "email", "variant": "declaration", "kind": 1024, @@ -485073,7 +492684,7 @@ } }, { - "id": 28853, + "id": 12313, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -485119,7 +492730,7 @@ } }, { - "id": 28854, + "id": 12314, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -485189,7 +492800,7 @@ } }, { - "id": 28855, + "id": 12315, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -485259,7 +492870,7 @@ } }, { - "id": 28881, + "id": 12341, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -485335,7 +492946,7 @@ } }, { - "id": 28882, + "id": 12342, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -485411,7 +493022,7 @@ } }, { - "id": 28883, + "id": 12343, "name": "summary", "variant": "declaration", "kind": 1024, @@ -485481,7 +493092,7 @@ } }, { - "id": 28825, + "id": 12285, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -485576,7 +493187,7 @@ } }, { - "id": 28878, + "id": 12338, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -485651,7 +493262,7 @@ } }, { - "id": 28823, + "id": 12283, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -485720,7 +493331,7 @@ } }, { - "id": 28824, + "id": 12284, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -485789,7 +493400,7 @@ } }, { - "id": 28856, + "id": 12316, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -485845,7 +493456,7 @@ } }, { - "id": 28857, + "id": 12317, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -485901,7 +493512,7 @@ } }, { - "id": 28858, + "id": 12318, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -485957,7 +493568,7 @@ } }, { - "id": 28830, + "id": 12290, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -486013,7 +493624,7 @@ } }, { - "id": 28831, + "id": 12291, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -486069,7 +493680,7 @@ } }, { - "id": 28832, + "id": 12292, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -486125,7 +493736,7 @@ } }, { - "id": 28827, + "id": 12287, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -486181,7 +493792,7 @@ } }, { - "id": 28828, + "id": 12288, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -486237,7 +493848,7 @@ } }, { - "id": 28829, + "id": 12289, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -486293,7 +493904,7 @@ } }, { - "id": 28833, + "id": 12293, "name": "total", "variant": "declaration", "kind": 1024, @@ -486349,7 +493960,7 @@ } }, { - "id": 28834, + "id": 12294, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -486405,7 +494016,7 @@ } }, { - "id": 28835, + "id": 12295, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -486461,7 +494072,7 @@ } }, { - "id": 28884, + "id": 12344, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -486517,7 +494128,7 @@ } }, { - "id": 28836, + "id": 12296, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -486573,7 +494184,7 @@ } }, { - "id": 28837, + "id": 12297, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -486629,7 +494240,7 @@ } }, { - "id": 28859, + "id": 12319, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -486685,7 +494296,7 @@ } }, { - "id": 28860, + "id": 12320, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -486741,7 +494352,7 @@ } }, { - "id": 28861, + "id": 12321, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -486797,7 +494408,7 @@ } }, { - "id": 28862, + "id": 12322, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -486853,7 +494464,7 @@ } }, { - "id": 28863, + "id": 12323, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -486909,7 +494520,7 @@ } }, { - "id": 28864, + "id": 12324, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -486965,7 +494576,7 @@ } }, { - "id": 28865, + "id": 12325, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -487021,7 +494632,7 @@ } }, { - "id": 28866, + "id": 12326, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -487077,7 +494688,7 @@ } }, { - "id": 28810, + "id": 12270, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -487133,7 +494744,7 @@ } }, { - "id": 28811, + "id": 12271, "name": "items", "variant": "declaration", "kind": 1024, @@ -487173,14 +494784,14 @@ { "type": "reflection", "declaration": { - "id": 28812, + "id": 12272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28813, + "id": 12273, "name": "actions", "variant": "declaration", "kind": 1024, @@ -487212,7 +494823,7 @@ { "title": "Properties", "children": [ - 28813 + 12273 ] } ], @@ -487252,14 +494863,14 @@ { "type": "reflection", "declaration": { - "id": 28814, + "id": 12274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28815, + "id": 12275, "name": "actions", "variant": "declaration", "kind": 1024, @@ -487291,7 +494902,7 @@ { "title": "Properties", "children": [ - 28815 + 12275 ] } ], @@ -487315,7 +494926,7 @@ } }, { - "id": 28816, + "id": 12276, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -487355,14 +494966,14 @@ { "type": "reflection", "declaration": { - "id": 28817, + "id": 12277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28818, + "id": 12278, "name": "actions", "variant": "declaration", "kind": 1024, @@ -487394,7 +495005,7 @@ { "title": "Properties", "children": [ - 28818 + 12278 ] } ], @@ -487434,14 +495045,14 @@ { "type": "reflection", "declaration": { - "id": 28819, + "id": 12279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28820, + "id": 12280, "name": "actions", "variant": "declaration", "kind": 1024, @@ -487473,7 +495084,7 @@ { "title": "Properties", "children": [ - 28820 + 12280 ] } ], @@ -487497,7 +495108,7 @@ } }, { - "id": 28821, + "id": 12281, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -487547,51 +495158,51 @@ { "title": "Properties", "children": [ - 28822, - 28879, - 28880, - 28849, - 28850, - 28851, - 28852, - 28826, - 28853, - 28854, - 28855, - 28881, - 28882, - 28883, - 28825, - 28878, - 28823, - 28824, - 28856, - 28857, - 28858, - 28830, - 28831, - 28832, - 28827, - 28828, - 28829, - 28833, - 28834, - 28835, - 28884, - 28836, - 28837, - 28859, - 28860, - 28861, - 28862, - 28863, - 28864, - 28865, - 28866, - 28810, - 28811, - 28816, - 28821 + 12282, + 12339, + 12340, + 12309, + 12310, + 12311, + 12312, + 12286, + 12313, + 12314, + 12315, + 12341, + 12342, + 12343, + 12285, + 12338, + 12283, + 12284, + 12316, + 12317, + 12318, + 12290, + 12291, + 12292, + 12287, + 12288, + 12289, + 12293, + 12294, + 12295, + 12344, + 12296, + 12297, + 12319, + 12320, + 12321, + 12322, + 12323, + 12324, + 12325, + 12326, + 12270, + 12271, + 12276, + 12281 ] } ], @@ -487636,14 +495247,14 @@ { "type": "reflection", "declaration": { - "id": 28885, + "id": 12345, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28886, + "id": 12346, "name": "config", "variant": "declaration", "kind": 2048, @@ -487657,7 +495268,7 @@ ], "signatures": [ { - "id": 28887, + "id": 12347, "name": "config", "variant": "signature", "kind": 4096, @@ -487671,7 +495282,7 @@ ], "parameters": [ { - "id": 28888, + "id": 12348, "name": "config", "variant": "param", "kind": 32768, @@ -487682,14 +495293,14 @@ { "type": "reflection", "declaration": { - "id": 28889, + "id": 12349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28890, + "id": 12350, "name": "name", "variant": "declaration", "kind": 1024, @@ -487713,7 +495324,7 @@ { "title": "Properties", "children": [ - 28890 + 12350 ] } ], @@ -487795,7 +495406,7 @@ { "title": "Methods", "children": [ - 28886 + 12346 ] } ], @@ -487836,7 +495447,7 @@ } }, { - "id": 28891, + "id": 12351, "name": "run", "variant": "declaration", "kind": 1024, @@ -487859,7 +495470,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28892, + "id": 12352, "name": "__type", "variant": "declaration", "kind": 65536, @@ -487873,7 +495484,7 @@ ], "signatures": [ { - "id": 28893, + "id": 12353, "name": "__type", "variant": "signature", "kind": 4096, @@ -487901,7 +495512,7 @@ ], "typeParameters": [ { - "id": 28894, + "id": 12354, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -487912,7 +495523,7 @@ } }, { - "id": 28895, + "id": 12355, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -487925,7 +495536,7 @@ ], "parameters": [ { - "id": 28896, + "id": 12356, "name": "args", "variant": "param", "kind": 32768, @@ -487958,7 +495569,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -487978,7 +495589,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -488011,7 +495622,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -488031,7 +495642,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -488051,7 +495662,7 @@ } }, { - "id": 28897, + "id": 12357, "name": "getName", "variant": "declaration", "kind": 1024, @@ -488074,7 +495685,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28898, + "id": 12358, "name": "__type", "variant": "declaration", "kind": 65536, @@ -488088,7 +495699,7 @@ ], "signatures": [ { - "id": 28899, + "id": 12359, "name": "__type", "variant": "signature", "kind": 4096, @@ -488110,7 +495721,7 @@ } }, { - "id": 28900, + "id": 12360, "name": "config", "variant": "declaration", "kind": 1024, @@ -488133,7 +495744,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28901, + "id": 12361, "name": "__type", "variant": "declaration", "kind": 65536, @@ -488147,7 +495758,7 @@ ], "signatures": [ { - "id": 28902, + "id": 12362, "name": "__type", "variant": "signature", "kind": 4096, @@ -488161,7 +495772,7 @@ ], "parameters": [ { - "id": 28903, + "id": 12363, "name": "config", "variant": "param", "kind": 32768, @@ -488187,7 +495798,7 @@ } }, { - "id": 28904, + "id": 12364, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -488215,7 +495826,7 @@ ], "documents": [ { - "id": 37900, + "id": 21387, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -488231,6 +495842,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -488241,7 +495861,7 @@ "frontmatter": {} }, { - "id": 37901, + "id": 21388, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -488257,6 +495877,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -488267,7 +495896,7 @@ "frontmatter": {} }, { - "id": 37902, + "id": 21389, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -488283,6 +495912,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -488293,7 +495931,7 @@ "frontmatter": {} }, { - "id": 37903, + "id": 21390, "name": "dismissItemReturnRequestValidationStep", "variant": "document", "kind": 8388608, @@ -488309,6 +495947,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12242" + } + ] } ], "modifierTags": [ @@ -488319,7 +495966,7 @@ "frontmatter": {} }, { - "id": 37904, + "id": 21391, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -488335,6 +495982,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -488345,7 +496001,7 @@ "frontmatter": {} }, { - "id": 37905, + "id": 21392, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -488361,6 +496017,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -488372,21 +496037,21 @@ } ], "childrenIncludingDocuments": [ - 28803, - 28891, - 28897, - 28900, - 28904 + 12263, + 12351, + 12357, + 12360, + 12364 ], "groups": [ { "title": "Properties", "children": [ - 28803, - 28891, - 28897, - 28900, - 28904 + 12263, + 12351, + 12357, + 12360, + 12364 ] } ], @@ -488395,12 +496060,12 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 140, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L140" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L140" } ], "signatures": [ { - "id": 28796, + "id": 12256, "name": "dismissItemReturnRequestWorkflow", "variant": "signature", "kind": 4096, @@ -488456,12 +496121,12 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 140, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L140" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L140" } ], "typeParameters": [ { - "id": 28797, + "id": 12257, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -488472,7 +496137,7 @@ } }, { - "id": 28798, + "id": 12258, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -488485,7 +496150,7 @@ ], "parameters": [ { - "id": 28799, + "id": 12259, "name": "container", "variant": "param", "kind": 32768, @@ -488509,14 +496174,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28800, + "id": 12260, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28801, + "id": 12261, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -488539,7 +496204,7 @@ } }, { - "id": 28802, + "id": 12262, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -488566,8 +496231,8 @@ { "title": "Properties", "children": [ - 28801, - 28802 + 12261, + 12262 ] } ], @@ -488656,14 +496321,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -488678,7 +496343,7 @@ ] }, { - "id": 28907, + "id": 12367, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -488696,7 +496361,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L24" } ], "type": { @@ -488710,7 +496375,7 @@ } }, { - "id": 28908, + "id": 12368, "name": "input", "variant": "declaration", "kind": 1024, @@ -488728,7 +496393,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L28" } ], "type": { @@ -488743,7 +496408,7 @@ } }, { - "id": 28909, + "id": 12369, "name": "receiveCompleteReturnValidationStep", "variant": "declaration", "kind": 64, @@ -488778,7 +496443,7 @@ }, "children": [ { - "id": 28918, + "id": 12378, "name": "__type", "variant": "declaration", "kind": 1024, @@ -488796,7 +496461,7 @@ } }, { - "id": 28919, + "id": 12379, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -488818,8 +496483,8 @@ { "title": "Properties", "children": [ - 28918, - 28919 + 12378, + 12379 ] } ], @@ -488828,12 +496493,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L59" } ], "signatures": [ { - "id": 28910, + "id": 12370, "name": "receiveCompleteReturnValidationStep", "variant": "signature", "kind": 4096, @@ -488871,12 +496536,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L59" } ], "parameters": [ { - "id": 28911, + "id": 12371, "name": "input", "variant": "param", "kind": 32768, @@ -488886,7 +496551,7 @@ "types": [ { "type": "reference", - "target": 28905, + "target": 12365, "name": "ReceiveCompleteReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -488899,7 +496564,7 @@ "typeArguments": [ { "type": "reference", - "target": 28905, + "target": 12365, "name": "ReceiveCompleteReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -488932,14 +496597,14 @@ { "type": "reflection", "declaration": { - "id": 28912, + "id": 12372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28913, + "id": 12373, "name": "config", "variant": "declaration", "kind": 2048, @@ -488953,7 +496618,7 @@ ], "signatures": [ { - "id": 28914, + "id": 12374, "name": "config", "variant": "signature", "kind": 4096, @@ -488967,7 +496632,7 @@ ], "parameters": [ { - "id": 28915, + "id": 12375, "name": "config", "variant": "param", "kind": 32768, @@ -488978,14 +496643,14 @@ { "type": "reflection", "declaration": { - "id": 28916, + "id": 12376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28917, + "id": 12377, "name": "name", "variant": "declaration", "kind": 1024, @@ -489009,7 +496674,7 @@ { "title": "Properties", "children": [ - 28917 + 12377 ] } ], @@ -489086,7 +496751,7 @@ { "title": "Methods", "children": [ - 28913 + 12373 ] } ], @@ -489120,7 +496785,7 @@ ] }, { - "id": 28920, + "id": 12380, "name": "receiveAndCompleteReturnOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -489132,7 +496797,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L73" } ], "type": { @@ -489142,7 +496807,7 @@ "defaultValue": "\"receive-return-order\"" }, { - "id": 28921, + "id": 12381, "name": "receiveAndCompleteReturnOrderWorkflow", "variant": "declaration", "kind": 64, @@ -489186,7 +496851,7 @@ }, "children": [ { - "id": 28929, + "id": 12389, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -489209,7 +496874,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28930, + "id": 12390, "name": "__type", "variant": "declaration", "kind": 65536, @@ -489223,7 +496888,7 @@ ], "signatures": [ { - "id": 28931, + "id": 12391, "name": "__type", "variant": "signature", "kind": 4096, @@ -489251,7 +496916,7 @@ ], "parameters": [ { - "id": 28932, + "id": 12392, "name": "param0", "variant": "param", "kind": 32768, @@ -489267,14 +496932,14 @@ "type": { "type": "reflection", "declaration": { - "id": 28933, + "id": 12393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28934, + "id": 12394, "name": "input", "variant": "declaration", "kind": 1024, @@ -489334,7 +496999,7 @@ { "title": "Properties", "children": [ - 28934 + 12394 ] } ], @@ -489355,14 +497020,14 @@ { "type": "reflection", "declaration": { - "id": 28935, + "id": 12395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28936, + "id": 12396, "name": "id", "variant": "declaration", "kind": 1024, @@ -489408,7 +497073,7 @@ } }, { - "id": 28937, + "id": 12397, "name": "status", "variant": "declaration", "kind": 1024, @@ -489464,7 +497129,7 @@ } }, { - "id": 28938, + "id": 12398, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -489517,7 +497182,7 @@ } }, { - "id": 28939, + "id": 12399, "name": "raw_refund_amount", "variant": "declaration", "kind": 1024, @@ -489570,7 +497235,7 @@ } }, { - "id": 28940, + "id": 12400, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -489616,7 +497281,7 @@ } }, { - "id": 28941, + "id": 12401, "name": "order", "variant": "declaration", "kind": 1024, @@ -489683,7 +497348,7 @@ } }, { - "id": 28942, + "id": 12402, "name": "items", "variant": "declaration", "kind": 1024, @@ -489745,7 +497410,7 @@ } }, { - "id": 28943, + "id": 12403, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -489802,7 +497467,7 @@ } }, { - "id": 28944, + "id": 12404, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -489869,7 +497534,7 @@ } }, { - "id": 28945, + "id": 12405, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -489926,7 +497591,7 @@ } }, { - "id": 28946, + "id": 12406, "name": "claim", "variant": "declaration", "kind": 1024, @@ -489993,7 +497658,7 @@ } }, { - "id": 28947, + "id": 12407, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -490039,7 +497704,7 @@ } }, { - "id": 28948, + "id": 12408, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -490096,7 +497761,7 @@ } }, { - "id": 28949, + "id": 12409, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -490153,7 +497818,7 @@ } }, { - "id": 28950, + "id": 12410, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -490218,7 +497883,7 @@ } }, { - "id": 28951, + "id": 12411, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -490291,7 +497956,7 @@ } }, { - "id": 28952, + "id": 12412, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -490364,7 +498029,7 @@ } }, { - "id": 28953, + "id": 12413, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -490453,7 +498118,7 @@ } }, { - "id": 28954, + "id": 12414, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -490528,7 +498193,7 @@ } }, { - "id": 28955, + "id": 12415, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -490603,7 +498268,7 @@ } }, { - "id": 28956, + "id": 12416, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -490678,7 +498343,7 @@ } }, { - "id": 28957, + "id": 12417, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -490753,7 +498418,7 @@ } }, { - "id": 28958, + "id": 12418, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -490828,7 +498493,7 @@ } }, { - "id": 28959, + "id": 12419, "name": "received_at", "variant": "declaration", "kind": 1024, @@ -490907,30 +498572,30 @@ { "title": "Properties", "children": [ - 28936, - 28937, - 28938, - 28939, - 28940, - 28941, - 28942, - 28943, - 28944, - 28945, - 28946, - 28947, - 28948, - 28949, - 28950, - 28951, - 28952, - 28953, - 28954, - 28955, - 28956, - 28957, - 28958, - 28959 + 12396, + 12397, + 12398, + 12399, + 12400, + 12401, + 12402, + 12403, + 12404, + 12405, + 12406, + 12407, + 12408, + 12409, + 12410, + 12411, + 12412, + 12413, + 12414, + 12415, + 12416, + 12417, + 12418, + 12419 ] } ], @@ -490984,14 +498649,14 @@ { "type": "reflection", "declaration": { - "id": 28960, + "id": 12420, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28961, + "id": 12421, "name": "config", "variant": "declaration", "kind": 2048, @@ -491005,7 +498670,7 @@ ], "signatures": [ { - "id": 28962, + "id": 12422, "name": "config", "variant": "signature", "kind": 4096, @@ -491019,7 +498684,7 @@ ], "parameters": [ { - "id": 28963, + "id": 12423, "name": "config", "variant": "param", "kind": 32768, @@ -491030,14 +498695,14 @@ { "type": "reflection", "declaration": { - "id": 28964, + "id": 12424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28965, + "id": 12425, "name": "name", "variant": "declaration", "kind": 1024, @@ -491061,7 +498726,7 @@ { "title": "Properties", "children": [ - 28965 + 12425 ] } ], @@ -491152,7 +498817,7 @@ { "title": "Methods", "children": [ - 28961 + 12421 ] } ], @@ -491202,7 +498867,7 @@ } }, { - "id": 28966, + "id": 12426, "name": "run", "variant": "declaration", "kind": 1024, @@ -491225,7 +498890,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28967, + "id": 12427, "name": "__type", "variant": "declaration", "kind": 65536, @@ -491239,7 +498904,7 @@ ], "signatures": [ { - "id": 28968, + "id": 12428, "name": "__type", "variant": "signature", "kind": 4096, @@ -491267,7 +498932,7 @@ ], "typeParameters": [ { - "id": 28969, + "id": 12429, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -491278,7 +498943,7 @@ } }, { - "id": 28970, + "id": 12430, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -491291,7 +498956,7 @@ ], "parameters": [ { - "id": 28971, + "id": 12431, "name": "args", "variant": "param", "kind": 32768, @@ -491324,7 +498989,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -491344,7 +499009,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -491377,7 +499042,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -491406,7 +499071,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -491426,7 +499091,7 @@ } }, { - "id": 28972, + "id": 12432, "name": "getName", "variant": "declaration", "kind": 1024, @@ -491449,7 +499114,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28973, + "id": 12433, "name": "__type", "variant": "declaration", "kind": 65536, @@ -491463,7 +499128,7 @@ ], "signatures": [ { - "id": 28974, + "id": 12434, "name": "__type", "variant": "signature", "kind": 4096, @@ -491485,7 +499150,7 @@ } }, { - "id": 28975, + "id": 12435, "name": "config", "variant": "declaration", "kind": 1024, @@ -491508,7 +499173,7 @@ "type": { "type": "reflection", "declaration": { - "id": 28976, + "id": 12436, "name": "__type", "variant": "declaration", "kind": 65536, @@ -491522,7 +499187,7 @@ ], "signatures": [ { - "id": 28977, + "id": 12437, "name": "__type", "variant": "signature", "kind": 4096, @@ -491536,7 +499201,7 @@ ], "parameters": [ { - "id": 28978, + "id": 12438, "name": "config", "variant": "param", "kind": 32768, @@ -491562,7 +499227,7 @@ } }, { - "id": 28979, + "id": 12439, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -491590,7 +499255,7 @@ ], "documents": [ { - "id": 37906, + "id": 21393, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -491606,6 +499271,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -491616,7 +499290,7 @@ "frontmatter": {} }, { - "id": 37907, + "id": 21394, "name": "receiveCompleteReturnValidationStep", "variant": "document", "kind": 8388608, @@ -491632,6 +499306,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12369" + } + ] } ], "modifierTags": [ @@ -491643,21 +499326,21 @@ } ], "childrenIncludingDocuments": [ - 28929, - 28966, - 28972, - 28975, - 28979 + 12389, + 12426, + 12432, + 12435, + 12439 ], "groups": [ { "title": "Properties", "children": [ - 28929, - 28966, - 28972, - 28975, - 28979 + 12389, + 12426, + 12432, + 12435, + 12439 ] } ], @@ -491666,12 +499349,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 98, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L98" } ], "signatures": [ { - "id": 28922, + "id": 12382, "name": "receiveAndCompleteReturnOrderWorkflow", "variant": "signature", "kind": 4096, @@ -491718,12 +499401,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 98, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L98" } ], "typeParameters": [ { - "id": 28923, + "id": 12383, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -491734,7 +499417,7 @@ } }, { - "id": 28924, + "id": 12384, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -491747,7 +499430,7 @@ ], "parameters": [ { - "id": 28925, + "id": 12385, "name": "container", "variant": "param", "kind": 32768, @@ -491771,14 +499454,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 28926, + "id": 12386, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28927, + "id": 12387, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -491801,7 +499484,7 @@ } }, { - "id": 28928, + "id": 12388, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -491828,8 +499511,8 @@ { "title": "Properties", "children": [ - 28927, - 28928 + 12387, + 12388 ] } ], @@ -491927,14 +499610,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -491949,7 +499632,7 @@ ] }, { - "id": 28982, + "id": 12442, "name": "order", "variant": "declaration", "kind": 1024, @@ -491967,7 +499650,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L32" } ], "type": { @@ -492005,7 +499688,7 @@ } }, { - "id": 28983, + "id": 12443, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -492023,7 +499706,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L36" } ], "type": { @@ -492037,7 +499720,7 @@ } }, { - "id": 28984, + "id": 12444, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -492055,7 +499738,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L40" } ], "type": { @@ -492069,7 +499752,7 @@ } }, { - "id": 28985, + "id": 12445, "name": "items", "variant": "declaration", "kind": 1024, @@ -492087,7 +499770,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L44" } ], "type": { @@ -492109,7 +499792,7 @@ } }, { - "id": 28986, + "id": 12446, "name": "receiveItemReturnRequestValidationStep", "variant": "declaration", "kind": 64, @@ -492144,7 +499827,7 @@ }, "children": [ { - "id": 28995, + "id": 12455, "name": "__type", "variant": "declaration", "kind": 1024, @@ -492162,7 +499845,7 @@ } }, { - "id": 28996, + "id": 12456, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -492184,8 +499867,8 @@ { "title": "Properties", "children": [ - 28995, - 28996 + 12455, + 12456 ] } ], @@ -492194,12 +499877,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L81" } ], "signatures": [ { - "id": 28987, + "id": 12447, "name": "receiveItemReturnRequestValidationStep", "variant": "signature", "kind": 4096, @@ -492237,12 +499920,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L81" } ], "parameters": [ { - "id": 28988, + "id": 12448, "name": "input", "variant": "param", "kind": 32768, @@ -492252,7 +499935,7 @@ "types": [ { "type": "reference", - "target": 28980, + "target": 12440, "name": "ReceiveItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -492265,7 +499948,7 @@ "typeArguments": [ { "type": "reference", - "target": 28980, + "target": 12440, "name": "ReceiveItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -492298,14 +499981,14 @@ { "type": "reflection", "declaration": { - "id": 28989, + "id": 12449, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28990, + "id": 12450, "name": "config", "variant": "declaration", "kind": 2048, @@ -492319,7 +500002,7 @@ ], "signatures": [ { - "id": 28991, + "id": 12451, "name": "config", "variant": "signature", "kind": 4096, @@ -492333,7 +500016,7 @@ ], "parameters": [ { - "id": 28992, + "id": 12452, "name": "config", "variant": "param", "kind": 32768, @@ -492344,14 +500027,14 @@ { "type": "reflection", "declaration": { - "id": 28993, + "id": 12453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28994, + "id": 12454, "name": "name", "variant": "declaration", "kind": 1024, @@ -492375,7 +500058,7 @@ { "title": "Properties", "children": [ - 28994 + 12454 ] } ], @@ -492452,7 +500135,7 @@ { "title": "Methods", "children": [ - 28990 + 12450 ] } ], @@ -492486,7 +500169,7 @@ ] }, { - "id": 28997, + "id": 12457, "name": "receiveItemReturnRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -492498,7 +500181,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L99" } ], "type": { @@ -492508,7 +500191,7 @@ "defaultValue": "\"receive-item-return-request\"" }, { - "id": 28998, + "id": 12458, "name": "receiveItemReturnRequestWorkflow", "variant": "declaration", "kind": 64, @@ -492561,7 +500244,7 @@ }, "children": [ { - "id": 29006, + "id": 12466, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -492584,7 +500267,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29007, + "id": 12467, "name": "__type", "variant": "declaration", "kind": 65536, @@ -492598,7 +500281,7 @@ ], "signatures": [ { - "id": 29008, + "id": 12468, "name": "__type", "variant": "signature", "kind": 4096, @@ -492626,7 +500309,7 @@ ], "parameters": [ { - "id": 29009, + "id": 12469, "name": "param0", "variant": "param", "kind": 32768, @@ -492642,14 +500325,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29010, + "id": 12470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29011, + "id": 12471, "name": "input", "variant": "declaration", "kind": 1024, @@ -492709,7 +500392,7 @@ { "title": "Properties", "children": [ - 29011 + 12471 ] } ], @@ -492730,14 +500413,14 @@ { "type": "reflection", "declaration": { - "id": 29012, + "id": 12472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29025, + "id": 12485, "name": "id", "variant": "declaration", "kind": 1024, @@ -492783,7 +500466,7 @@ } }, { - "id": 29082, + "id": 12542, "name": "version", "variant": "declaration", "kind": 1024, @@ -492829,7 +500512,7 @@ } }, { - "id": 29083, + "id": 12543, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -492875,7 +500558,7 @@ } }, { - "id": 29052, + "id": 12512, "name": "status", "variant": "declaration", "kind": 1024, @@ -492931,7 +500614,7 @@ } }, { - "id": 29053, + "id": 12513, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -492988,7 +500671,7 @@ } }, { - "id": 29054, + "id": 12514, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -493045,7 +500728,7 @@ } }, { - "id": 29055, + "id": 12515, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -493102,7 +500785,7 @@ } }, { - "id": 29029, + "id": 12489, "name": "email", "variant": "declaration", "kind": 1024, @@ -493159,7 +500842,7 @@ } }, { - "id": 29056, + "id": 12516, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -493205,7 +500888,7 @@ } }, { - "id": 29057, + "id": 12517, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -493275,7 +500958,7 @@ } }, { - "id": 29058, + "id": 12518, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -493345,7 +501028,7 @@ } }, { - "id": 29084, + "id": 12544, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -493421,7 +501104,7 @@ } }, { - "id": 29085, + "id": 12545, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -493497,7 +501180,7 @@ } }, { - "id": 29086, + "id": 12546, "name": "summary", "variant": "declaration", "kind": 1024, @@ -493567,7 +501250,7 @@ } }, { - "id": 29028, + "id": 12488, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -493662,7 +501345,7 @@ } }, { - "id": 29081, + "id": 12541, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -493737,7 +501420,7 @@ } }, { - "id": 29026, + "id": 12486, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -493806,7 +501489,7 @@ } }, { - "id": 29027, + "id": 12487, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -493875,7 +501558,7 @@ } }, { - "id": 29059, + "id": 12519, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -493931,7 +501614,7 @@ } }, { - "id": 29060, + "id": 12520, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -493987,7 +501670,7 @@ } }, { - "id": 29061, + "id": 12521, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -494043,7 +501726,7 @@ } }, { - "id": 29033, + "id": 12493, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -494099,7 +501782,7 @@ } }, { - "id": 29034, + "id": 12494, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -494155,7 +501838,7 @@ } }, { - "id": 29035, + "id": 12495, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -494211,7 +501894,7 @@ } }, { - "id": 29030, + "id": 12490, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -494267,7 +501950,7 @@ } }, { - "id": 29031, + "id": 12491, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -494323,7 +502006,7 @@ } }, { - "id": 29032, + "id": 12492, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -494379,7 +502062,7 @@ } }, { - "id": 29036, + "id": 12496, "name": "total", "variant": "declaration", "kind": 1024, @@ -494435,7 +502118,7 @@ } }, { - "id": 29037, + "id": 12497, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -494491,7 +502174,7 @@ } }, { - "id": 29038, + "id": 12498, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -494547,7 +502230,7 @@ } }, { - "id": 29087, + "id": 12547, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -494603,7 +502286,7 @@ } }, { - "id": 29039, + "id": 12499, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -494659,7 +502342,7 @@ } }, { - "id": 29040, + "id": 12500, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -494715,7 +502398,7 @@ } }, { - "id": 29062, + "id": 12522, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -494771,7 +502454,7 @@ } }, { - "id": 29063, + "id": 12523, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -494827,7 +502510,7 @@ } }, { - "id": 29064, + "id": 12524, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -494883,7 +502566,7 @@ } }, { - "id": 29065, + "id": 12525, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -494939,7 +502622,7 @@ } }, { - "id": 29066, + "id": 12526, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -494995,7 +502678,7 @@ } }, { - "id": 29067, + "id": 12527, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -495051,7 +502734,7 @@ } }, { - "id": 29068, + "id": 12528, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -495107,7 +502790,7 @@ } }, { - "id": 29069, + "id": 12529, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -495163,7 +502846,7 @@ } }, { - "id": 29013, + "id": 12473, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -495219,7 +502902,7 @@ } }, { - "id": 29014, + "id": 12474, "name": "items", "variant": "declaration", "kind": 1024, @@ -495259,14 +502942,14 @@ { "type": "reflection", "declaration": { - "id": 29015, + "id": 12475, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29016, + "id": 12476, "name": "actions", "variant": "declaration", "kind": 1024, @@ -495298,7 +502981,7 @@ { "title": "Properties", "children": [ - 29016 + 12476 ] } ], @@ -495338,14 +503021,14 @@ { "type": "reflection", "declaration": { - "id": 29017, + "id": 12477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29018, + "id": 12478, "name": "actions", "variant": "declaration", "kind": 1024, @@ -495377,7 +503060,7 @@ { "title": "Properties", "children": [ - 29018 + 12478 ] } ], @@ -495401,7 +503084,7 @@ } }, { - "id": 29019, + "id": 12479, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -495441,14 +503124,14 @@ { "type": "reflection", "declaration": { - "id": 29020, + "id": 12480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29021, + "id": 12481, "name": "actions", "variant": "declaration", "kind": 1024, @@ -495480,7 +503163,7 @@ { "title": "Properties", "children": [ - 29021 + 12481 ] } ], @@ -495520,14 +503203,14 @@ { "type": "reflection", "declaration": { - "id": 29022, + "id": 12482, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29023, + "id": 12483, "name": "actions", "variant": "declaration", "kind": 1024, @@ -495559,7 +503242,7 @@ { "title": "Properties", "children": [ - 29023 + 12483 ] } ], @@ -495583,7 +503266,7 @@ } }, { - "id": 29024, + "id": 12484, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -495633,51 +503316,51 @@ { "title": "Properties", "children": [ - 29025, - 29082, - 29083, - 29052, - 29053, - 29054, - 29055, - 29029, - 29056, - 29057, - 29058, - 29084, - 29085, - 29086, - 29028, - 29081, - 29026, - 29027, - 29059, - 29060, - 29061, - 29033, - 29034, - 29035, - 29030, - 29031, - 29032, - 29036, - 29037, - 29038, - 29087, - 29039, - 29040, - 29062, - 29063, - 29064, - 29065, - 29066, - 29067, - 29068, - 29069, - 29013, - 29014, - 29019, - 29024 + 12485, + 12542, + 12543, + 12512, + 12513, + 12514, + 12515, + 12489, + 12516, + 12517, + 12518, + 12544, + 12545, + 12546, + 12488, + 12541, + 12486, + 12487, + 12519, + 12520, + 12521, + 12493, + 12494, + 12495, + 12490, + 12491, + 12492, + 12496, + 12497, + 12498, + 12547, + 12499, + 12500, + 12522, + 12523, + 12524, + 12525, + 12526, + 12527, + 12528, + 12529, + 12473, + 12474, + 12479, + 12484 ] } ], @@ -495722,14 +503405,14 @@ { "type": "reflection", "declaration": { - "id": 29088, + "id": 12548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29089, + "id": 12549, "name": "config", "variant": "declaration", "kind": 2048, @@ -495743,7 +503426,7 @@ ], "signatures": [ { - "id": 29090, + "id": 12550, "name": "config", "variant": "signature", "kind": 4096, @@ -495757,7 +503440,7 @@ ], "parameters": [ { - "id": 29091, + "id": 12551, "name": "config", "variant": "param", "kind": 32768, @@ -495768,14 +503451,14 @@ { "type": "reflection", "declaration": { - "id": 29092, + "id": 12552, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29093, + "id": 12553, "name": "name", "variant": "declaration", "kind": 1024, @@ -495799,7 +503482,7 @@ { "title": "Properties", "children": [ - 29093 + 12553 ] } ], @@ -495881,7 +503564,7 @@ { "title": "Methods", "children": [ - 29089 + 12549 ] } ], @@ -495922,7 +503605,7 @@ } }, { - "id": 29094, + "id": 12554, "name": "run", "variant": "declaration", "kind": 1024, @@ -495945,7 +503628,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29095, + "id": 12555, "name": "__type", "variant": "declaration", "kind": 65536, @@ -495959,7 +503642,7 @@ ], "signatures": [ { - "id": 29096, + "id": 12556, "name": "__type", "variant": "signature", "kind": 4096, @@ -495987,7 +503670,7 @@ ], "typeParameters": [ { - "id": 29097, + "id": 12557, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -495998,7 +503681,7 @@ } }, { - "id": 29098, + "id": 12558, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -496011,7 +503694,7 @@ ], "parameters": [ { - "id": 29099, + "id": 12559, "name": "args", "variant": "param", "kind": 32768, @@ -496044,7 +503727,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -496064,7 +503747,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -496097,7 +503780,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -496117,7 +503800,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -496137,7 +503820,7 @@ } }, { - "id": 29100, + "id": 12560, "name": "getName", "variant": "declaration", "kind": 1024, @@ -496160,7 +503843,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29101, + "id": 12561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -496174,7 +503857,7 @@ ], "signatures": [ { - "id": 29102, + "id": 12562, "name": "__type", "variant": "signature", "kind": 4096, @@ -496196,7 +503879,7 @@ } }, { - "id": 29103, + "id": 12563, "name": "config", "variant": "declaration", "kind": 1024, @@ -496219,7 +503902,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29104, + "id": 12564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -496233,7 +503916,7 @@ ], "signatures": [ { - "id": 29105, + "id": 12565, "name": "__type", "variant": "signature", "kind": 4096, @@ -496247,7 +503930,7 @@ ], "parameters": [ { - "id": 29106, + "id": 12566, "name": "config", "variant": "param", "kind": 32768, @@ -496273,7 +503956,7 @@ } }, { - "id": 29107, + "id": 12567, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -496301,7 +503984,7 @@ ], "documents": [ { - "id": 37908, + "id": 21395, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -496317,6 +504000,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -496327,7 +504019,7 @@ "frontmatter": {} }, { - "id": 37909, + "id": 21396, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -496343,6 +504035,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -496353,7 +504054,7 @@ "frontmatter": {} }, { - "id": 37910, + "id": 21397, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -496369,6 +504070,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -496379,7 +504089,7 @@ "frontmatter": {} }, { - "id": 37911, + "id": 21398, "name": "receiveItemReturnRequestValidationStep", "variant": "document", "kind": 8388608, @@ -496395,6 +504105,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12446" + } + ] } ], "modifierTags": [ @@ -496405,7 +504124,7 @@ "frontmatter": {} }, { - "id": 37912, + "id": 21399, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -496421,6 +504140,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -496431,7 +504159,7 @@ "frontmatter": {} }, { - "id": 37913, + "id": 21400, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -496447,6 +504175,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -496458,21 +504195,21 @@ } ], "childrenIncludingDocuments": [ - 29006, - 29094, - 29100, - 29103, - 29107 + 12466, + 12554, + 12560, + 12563, + 12567 ], "groups": [ { "title": "Properties", "children": [ - 29006, - 29094, - 29100, - 29103, - 29107 + 12466, + 12554, + 12560, + 12563, + 12567 ] } ], @@ -496481,12 +504218,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 125, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L125" } ], "signatures": [ { - "id": 28999, + "id": 12459, "name": "receiveItemReturnRequestWorkflow", "variant": "signature", "kind": 4096, @@ -496542,12 +504279,12 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 125, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L125" } ], "typeParameters": [ { - "id": 29000, + "id": 12460, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -496558,7 +504295,7 @@ } }, { - "id": 29001, + "id": 12461, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -496571,7 +504308,7 @@ ], "parameters": [ { - "id": 29002, + "id": 12462, "name": "container", "variant": "param", "kind": 32768, @@ -496595,14 +504332,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29003, + "id": 12463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29004, + "id": 12464, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -496625,7 +504362,7 @@ } }, { - "id": 29005, + "id": 12465, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -496652,8 +504389,8 @@ { "title": "Properties", "children": [ - 29004, - 29005 + 12464, + 12465 ] } ], @@ -496742,14 +504479,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -496764,7 +504501,7 @@ ] }, { - "id": 29110, + "id": 12570, "name": "order", "variant": "declaration", "kind": 1024, @@ -496782,7 +504519,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L33" } ], "type": { @@ -496796,7 +504533,7 @@ } }, { - "id": 29111, + "id": 12571, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -496814,7 +504551,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L37" } ], "type": { @@ -496828,7 +504565,7 @@ } }, { - "id": 29112, + "id": 12572, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -496846,7 +504583,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L41" } ], "type": { @@ -496860,7 +504597,7 @@ } }, { - "id": 29113, + "id": 12573, "name": "input", "variant": "declaration", "kind": 1024, @@ -496878,7 +504615,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L45" } ], "type": { @@ -496893,7 +504630,7 @@ } }, { - "id": 29114, + "id": 12574, "name": "removeItemReceiveReturnActionValidationStep", "variant": "declaration", "kind": 64, @@ -496928,7 +504665,7 @@ }, "children": [ { - "id": 29123, + "id": 12583, "name": "__type", "variant": "declaration", "kind": 1024, @@ -496946,7 +504683,7 @@ } }, { - "id": 29124, + "id": 12584, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -496968,8 +504705,8 @@ { "title": "Properties", "children": [ - 29123, - 29124 + 12583, + 12584 ] } ], @@ -496978,12 +504715,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L81" } ], "signatures": [ { - "id": 29115, + "id": 12575, "name": "removeItemReceiveReturnActionValidationStep", "variant": "signature", "kind": 4096, @@ -497021,12 +504758,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 81, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L81" } ], "parameters": [ { - "id": 29116, + "id": 12576, "name": "input", "variant": "param", "kind": 32768, @@ -497036,7 +504773,7 @@ "types": [ { "type": "reference", - "target": 29108, + "target": 12568, "name": "RemoveItemReceiveReturnActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -497049,7 +504786,7 @@ "typeArguments": [ { "type": "reference", - "target": 29108, + "target": 12568, "name": "RemoveItemReceiveReturnActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -497082,14 +504819,14 @@ { "type": "reflection", "declaration": { - "id": 29117, + "id": 12577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29118, + "id": 12578, "name": "config", "variant": "declaration", "kind": 2048, @@ -497103,7 +504840,7 @@ ], "signatures": [ { - "id": 29119, + "id": 12579, "name": "config", "variant": "signature", "kind": 4096, @@ -497117,7 +504854,7 @@ ], "parameters": [ { - "id": 29120, + "id": 12580, "name": "config", "variant": "param", "kind": 32768, @@ -497128,14 +504865,14 @@ { "type": "reflection", "declaration": { - "id": 29121, + "id": 12581, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29122, + "id": 12582, "name": "name", "variant": "declaration", "kind": 1024, @@ -497159,7 +504896,7 @@ { "title": "Properties", "children": [ - 29122 + 12582 ] } ], @@ -497236,7 +504973,7 @@ { "title": "Methods", "children": [ - 29118 + 12578 ] } ], @@ -497270,7 +505007,7 @@ ] }, { - "id": 29125, + "id": 12585, "name": "removeItemReceiveReturnActionWorkflowId", "variant": "declaration", "kind": 32, @@ -497282,7 +505019,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 114, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L114" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L114" } ], "type": { @@ -497292,7 +505029,7 @@ "defaultValue": "\"remove-item-receive-return-action\"" }, { - "id": 29126, + "id": 12586, "name": "removeItemReceiveReturnActionWorkflow", "variant": "declaration", "kind": 64, @@ -497336,7 +505073,7 @@ }, "children": [ { - "id": 29134, + "id": 12594, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -497359,7 +505096,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29135, + "id": 12595, "name": "__type", "variant": "declaration", "kind": 65536, @@ -497373,7 +505110,7 @@ ], "signatures": [ { - "id": 29136, + "id": 12596, "name": "__type", "variant": "signature", "kind": 4096, @@ -497401,7 +505138,7 @@ ], "parameters": [ { - "id": 29137, + "id": 12597, "name": "param0", "variant": "param", "kind": 32768, @@ -497417,14 +505154,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29138, + "id": 12598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29139, + "id": 12599, "name": "input", "variant": "declaration", "kind": 1024, @@ -497484,7 +505221,7 @@ { "title": "Properties", "children": [ - 29139 + 12599 ] } ], @@ -497505,14 +505242,14 @@ { "type": "reflection", "declaration": { - "id": 29140, + "id": 12600, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29153, + "id": 12613, "name": "id", "variant": "declaration", "kind": 1024, @@ -497558,7 +505295,7 @@ } }, { - "id": 29210, + "id": 12670, "name": "version", "variant": "declaration", "kind": 1024, @@ -497604,7 +505341,7 @@ } }, { - "id": 29211, + "id": 12671, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -497650,7 +505387,7 @@ } }, { - "id": 29180, + "id": 12640, "name": "status", "variant": "declaration", "kind": 1024, @@ -497706,7 +505443,7 @@ } }, { - "id": 29181, + "id": 12641, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -497763,7 +505500,7 @@ } }, { - "id": 29182, + "id": 12642, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -497820,7 +505557,7 @@ } }, { - "id": 29183, + "id": 12643, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -497877,7 +505614,7 @@ } }, { - "id": 29157, + "id": 12617, "name": "email", "variant": "declaration", "kind": 1024, @@ -497934,7 +505671,7 @@ } }, { - "id": 29184, + "id": 12644, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -497980,7 +505717,7 @@ } }, { - "id": 29185, + "id": 12645, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -498050,7 +505787,7 @@ } }, { - "id": 29186, + "id": 12646, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -498120,7 +505857,7 @@ } }, { - "id": 29212, + "id": 12672, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -498196,7 +505933,7 @@ } }, { - "id": 29213, + "id": 12673, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -498272,7 +506009,7 @@ } }, { - "id": 29214, + "id": 12674, "name": "summary", "variant": "declaration", "kind": 1024, @@ -498342,7 +506079,7 @@ } }, { - "id": 29156, + "id": 12616, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -498437,7 +506174,7 @@ } }, { - "id": 29209, + "id": 12669, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -498512,7 +506249,7 @@ } }, { - "id": 29154, + "id": 12614, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -498581,7 +506318,7 @@ } }, { - "id": 29155, + "id": 12615, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -498650,7 +506387,7 @@ } }, { - "id": 29187, + "id": 12647, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -498706,7 +506443,7 @@ } }, { - "id": 29188, + "id": 12648, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -498762,7 +506499,7 @@ } }, { - "id": 29189, + "id": 12649, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -498818,7 +506555,7 @@ } }, { - "id": 29161, + "id": 12621, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -498874,7 +506611,7 @@ } }, { - "id": 29162, + "id": 12622, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -498930,7 +506667,7 @@ } }, { - "id": 29163, + "id": 12623, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -498986,7 +506723,7 @@ } }, { - "id": 29158, + "id": 12618, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -499042,7 +506779,7 @@ } }, { - "id": 29159, + "id": 12619, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -499098,7 +506835,7 @@ } }, { - "id": 29160, + "id": 12620, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -499154,7 +506891,7 @@ } }, { - "id": 29164, + "id": 12624, "name": "total", "variant": "declaration", "kind": 1024, @@ -499210,7 +506947,7 @@ } }, { - "id": 29165, + "id": 12625, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -499266,7 +507003,7 @@ } }, { - "id": 29166, + "id": 12626, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -499322,7 +507059,7 @@ } }, { - "id": 29215, + "id": 12675, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -499378,7 +507115,7 @@ } }, { - "id": 29167, + "id": 12627, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -499434,7 +507171,7 @@ } }, { - "id": 29168, + "id": 12628, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -499490,7 +507227,7 @@ } }, { - "id": 29190, + "id": 12650, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -499546,7 +507283,7 @@ } }, { - "id": 29191, + "id": 12651, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -499602,7 +507339,7 @@ } }, { - "id": 29192, + "id": 12652, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -499658,7 +507395,7 @@ } }, { - "id": 29193, + "id": 12653, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -499714,7 +507451,7 @@ } }, { - "id": 29194, + "id": 12654, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -499770,7 +507507,7 @@ } }, { - "id": 29195, + "id": 12655, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -499826,7 +507563,7 @@ } }, { - "id": 29196, + "id": 12656, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -499882,7 +507619,7 @@ } }, { - "id": 29197, + "id": 12657, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -499938,7 +507675,7 @@ } }, { - "id": 29141, + "id": 12601, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -499994,7 +507731,7 @@ } }, { - "id": 29142, + "id": 12602, "name": "items", "variant": "declaration", "kind": 1024, @@ -500034,14 +507771,14 @@ { "type": "reflection", "declaration": { - "id": 29143, + "id": 12603, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29144, + "id": 12604, "name": "actions", "variant": "declaration", "kind": 1024, @@ -500073,7 +507810,7 @@ { "title": "Properties", "children": [ - 29144 + 12604 ] } ], @@ -500113,14 +507850,14 @@ { "type": "reflection", "declaration": { - "id": 29145, + "id": 12605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29146, + "id": 12606, "name": "actions", "variant": "declaration", "kind": 1024, @@ -500152,7 +507889,7 @@ { "title": "Properties", "children": [ - 29146 + 12606 ] } ], @@ -500176,7 +507913,7 @@ } }, { - "id": 29147, + "id": 12607, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -500216,14 +507953,14 @@ { "type": "reflection", "declaration": { - "id": 29148, + "id": 12608, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29149, + "id": 12609, "name": "actions", "variant": "declaration", "kind": 1024, @@ -500255,7 +507992,7 @@ { "title": "Properties", "children": [ - 29149 + 12609 ] } ], @@ -500295,14 +508032,14 @@ { "type": "reflection", "declaration": { - "id": 29150, + "id": 12610, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29151, + "id": 12611, "name": "actions", "variant": "declaration", "kind": 1024, @@ -500334,7 +508071,7 @@ { "title": "Properties", "children": [ - 29151 + 12611 ] } ], @@ -500358,7 +508095,7 @@ } }, { - "id": 29152, + "id": 12612, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -500408,51 +508145,51 @@ { "title": "Properties", "children": [ - 29153, - 29210, - 29211, - 29180, - 29181, - 29182, - 29183, - 29157, - 29184, - 29185, - 29186, - 29212, - 29213, - 29214, - 29156, - 29209, - 29154, - 29155, - 29187, - 29188, - 29189, - 29161, - 29162, - 29163, - 29158, - 29159, - 29160, - 29164, - 29165, - 29166, - 29215, - 29167, - 29168, - 29190, - 29191, - 29192, - 29193, - 29194, - 29195, - 29196, - 29197, - 29141, - 29142, - 29147, - 29152 + 12613, + 12670, + 12671, + 12640, + 12641, + 12642, + 12643, + 12617, + 12644, + 12645, + 12646, + 12672, + 12673, + 12674, + 12616, + 12669, + 12614, + 12615, + 12647, + 12648, + 12649, + 12621, + 12622, + 12623, + 12618, + 12619, + 12620, + 12624, + 12625, + 12626, + 12675, + 12627, + 12628, + 12650, + 12651, + 12652, + 12653, + 12654, + 12655, + 12656, + 12657, + 12601, + 12602, + 12607, + 12612 ] } ], @@ -500497,14 +508234,14 @@ { "type": "reflection", "declaration": { - "id": 29216, + "id": 12676, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29217, + "id": 12677, "name": "config", "variant": "declaration", "kind": 2048, @@ -500518,7 +508255,7 @@ ], "signatures": [ { - "id": 29218, + "id": 12678, "name": "config", "variant": "signature", "kind": 4096, @@ -500532,7 +508269,7 @@ ], "parameters": [ { - "id": 29219, + "id": 12679, "name": "config", "variant": "param", "kind": 32768, @@ -500543,14 +508280,14 @@ { "type": "reflection", "declaration": { - "id": 29220, + "id": 12680, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29221, + "id": 12681, "name": "name", "variant": "declaration", "kind": 1024, @@ -500574,7 +508311,7 @@ { "title": "Properties", "children": [ - 29221 + 12681 ] } ], @@ -500656,7 +508393,7 @@ { "title": "Methods", "children": [ - 29217 + 12677 ] } ], @@ -500697,7 +508434,7 @@ } }, { - "id": 29222, + "id": 12682, "name": "run", "variant": "declaration", "kind": 1024, @@ -500720,7 +508457,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29223, + "id": 12683, "name": "__type", "variant": "declaration", "kind": 65536, @@ -500734,7 +508471,7 @@ ], "signatures": [ { - "id": 29224, + "id": 12684, "name": "__type", "variant": "signature", "kind": 4096, @@ -500762,7 +508499,7 @@ ], "typeParameters": [ { - "id": 29225, + "id": 12685, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -500773,7 +508510,7 @@ } }, { - "id": 29226, + "id": 12686, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -500786,7 +508523,7 @@ ], "parameters": [ { - "id": 29227, + "id": 12687, "name": "args", "variant": "param", "kind": 32768, @@ -500819,7 +508556,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -500839,7 +508576,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -500872,7 +508609,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -500892,7 +508629,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -500912,7 +508649,7 @@ } }, { - "id": 29228, + "id": 12688, "name": "getName", "variant": "declaration", "kind": 1024, @@ -500935,7 +508672,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29229, + "id": 12689, "name": "__type", "variant": "declaration", "kind": 65536, @@ -500949,7 +508686,7 @@ ], "signatures": [ { - "id": 29230, + "id": 12690, "name": "__type", "variant": "signature", "kind": 4096, @@ -500971,7 +508708,7 @@ } }, { - "id": 29231, + "id": 12691, "name": "config", "variant": "declaration", "kind": 1024, @@ -500994,7 +508731,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29232, + "id": 12692, "name": "__type", "variant": "declaration", "kind": 65536, @@ -501008,7 +508745,7 @@ ], "signatures": [ { - "id": 29233, + "id": 12693, "name": "__type", "variant": "signature", "kind": 4096, @@ -501022,7 +508759,7 @@ ], "parameters": [ { - "id": 29234, + "id": 12694, "name": "config", "variant": "param", "kind": 32768, @@ -501048,7 +508785,7 @@ } }, { - "id": 29235, + "id": 12695, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -501076,7 +508813,7 @@ ], "documents": [ { - "id": 37914, + "id": 21401, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -501092,6 +508829,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -501102,7 +508848,7 @@ "frontmatter": {} }, { - "id": 37915, + "id": 21402, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -501118,6 +508864,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -501128,7 +508883,7 @@ "frontmatter": {} }, { - "id": 37916, + "id": 21403, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -501144,6 +508899,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -501154,7 +508918,7 @@ "frontmatter": {} }, { - "id": 37917, + "id": 21404, "name": "removeItemReceiveReturnActionValidationStep", "variant": "document", "kind": 8388608, @@ -501170,6 +508934,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12574" + } + ] } ], "modifierTags": [ @@ -501180,7 +508953,7 @@ "frontmatter": {} }, { - "id": 37918, + "id": 21405, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -501196,6 +508969,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -501206,7 +508988,7 @@ "frontmatter": {} }, { - "id": 37919, + "id": 21406, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -501222,6 +509004,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -501233,21 +509024,21 @@ } ], "childrenIncludingDocuments": [ - 29134, - 29222, - 29228, - 29231, - 29235 + 12594, + 12682, + 12688, + 12691, + 12695 ], "groups": [ { "title": "Properties", "children": [ - 29134, - 29222, - 29228, - 29231, - 29235 + 12594, + 12682, + 12688, + 12691, + 12695 ] } ], @@ -501256,12 +509047,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 136, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L136" } ], "signatures": [ { - "id": 29127, + "id": 12587, "name": "removeItemReceiveReturnActionWorkflow", "variant": "signature", "kind": 4096, @@ -501308,12 +509099,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 136, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L136" } ], "typeParameters": [ { - "id": 29128, + "id": 12588, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -501324,7 +509115,7 @@ } }, { - "id": 29129, + "id": 12589, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -501337,7 +509128,7 @@ ], "parameters": [ { - "id": 29130, + "id": 12590, "name": "container", "variant": "param", "kind": 32768, @@ -501361,14 +509152,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29131, + "id": 12591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29132, + "id": 12592, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -501391,7 +509182,7 @@ } }, { - "id": 29133, + "id": 12593, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -501418,8 +509209,8 @@ { "title": "Properties", "children": [ - 29132, - 29133 + 12592, + 12593 ] } ], @@ -501508,14 +509299,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -501530,7 +509321,7 @@ ] }, { - "id": 29238, + "id": 12698, "name": "order", "variant": "declaration", "kind": 1024, @@ -501548,7 +509339,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L37" } ], "type": { @@ -501562,7 +509353,7 @@ } }, { - "id": 29239, + "id": 12699, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -501580,7 +509371,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L41" } ], "type": { @@ -501594,7 +509385,7 @@ } }, { - "id": 29240, + "id": 12700, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -501612,7 +509403,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L45" } ], "type": { @@ -501626,7 +509417,7 @@ } }, { - "id": 29241, + "id": 12701, "name": "input", "variant": "declaration", "kind": 1024, @@ -501644,7 +509435,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L49" } ], "type": { @@ -501659,7 +509450,7 @@ } }, { - "id": 29242, + "id": 12702, "name": "removeReturnItemActionValidationStep", "variant": "declaration", "kind": 64, @@ -501694,7 +509485,7 @@ }, "children": [ { - "id": 29251, + "id": 12711, "name": "__type", "variant": "declaration", "kind": 1024, @@ -501712,7 +509503,7 @@ } }, { - "id": 29252, + "id": 12712, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -501734,8 +509525,8 @@ { "title": "Properties", "children": [ - 29251, - 29252 + 12711, + 12712 ] } ], @@ -501744,12 +509535,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 85, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L85" } ], "signatures": [ { - "id": 29243, + "id": 12703, "name": "removeReturnItemActionValidationStep", "variant": "signature", "kind": 4096, @@ -501787,12 +509578,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 85, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L85" } ], "parameters": [ { - "id": 29244, + "id": 12704, "name": "input", "variant": "param", "kind": 32768, @@ -501802,7 +509593,7 @@ "types": [ { "type": "reference", - "target": 29236, + "target": 12696, "name": "RemoveItemReturnActionValidationStepInput", "package": "@medusajs/core-flows" }, @@ -501815,7 +509606,7 @@ "typeArguments": [ { "type": "reference", - "target": 29236, + "target": 12696, "name": "RemoveItemReturnActionValidationStepInput", "package": "@medusajs/core-flows" } @@ -501848,14 +509639,14 @@ { "type": "reflection", "declaration": { - "id": 29245, + "id": 12705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29246, + "id": 12706, "name": "config", "variant": "declaration", "kind": 2048, @@ -501869,7 +509660,7 @@ ], "signatures": [ { - "id": 29247, + "id": 12707, "name": "config", "variant": "signature", "kind": 4096, @@ -501883,7 +509674,7 @@ ], "parameters": [ { - "id": 29248, + "id": 12708, "name": "config", "variant": "param", "kind": 32768, @@ -501894,14 +509685,14 @@ { "type": "reflection", "declaration": { - "id": 29249, + "id": 12709, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29250, + "id": 12710, "name": "name", "variant": "declaration", "kind": 1024, @@ -501925,7 +509716,7 @@ { "title": "Properties", "children": [ - 29250 + 12710 ] } ], @@ -502002,7 +509793,7 @@ { "title": "Methods", "children": [ - 29246 + 12706 ] } ], @@ -502036,7 +509827,7 @@ ] }, { - "id": 29253, + "id": 12713, "name": "removeItemReturnActionWorkflowId", "variant": "declaration", "kind": 32, @@ -502048,7 +509839,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 113, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L113" } ], "type": { @@ -502058,7 +509849,7 @@ "defaultValue": "\"remove-item-return-action\"" }, { - "id": 29254, + "id": 12714, "name": "removeItemReturnActionWorkflow", "variant": "declaration", "kind": 64, @@ -502111,7 +509902,7 @@ }, "children": [ { - "id": 29262, + "id": 12722, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -502134,7 +509925,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29263, + "id": 12723, "name": "__type", "variant": "declaration", "kind": 65536, @@ -502148,7 +509939,7 @@ ], "signatures": [ { - "id": 29264, + "id": 12724, "name": "__type", "variant": "signature", "kind": 4096, @@ -502176,7 +509967,7 @@ ], "parameters": [ { - "id": 29265, + "id": 12725, "name": "param0", "variant": "param", "kind": 32768, @@ -502192,14 +509983,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29266, + "id": 12726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29267, + "id": 12727, "name": "input", "variant": "declaration", "kind": 1024, @@ -502259,7 +510050,7 @@ { "title": "Properties", "children": [ - 29267 + 12727 ] } ], @@ -502280,14 +510071,14 @@ { "type": "reflection", "declaration": { - "id": 29268, + "id": 12728, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29281, + "id": 12741, "name": "id", "variant": "declaration", "kind": 1024, @@ -502333,7 +510124,7 @@ } }, { - "id": 29338, + "id": 12798, "name": "version", "variant": "declaration", "kind": 1024, @@ -502379,7 +510170,7 @@ } }, { - "id": 29339, + "id": 12799, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -502425,7 +510216,7 @@ } }, { - "id": 29308, + "id": 12768, "name": "status", "variant": "declaration", "kind": 1024, @@ -502481,7 +510272,7 @@ } }, { - "id": 29309, + "id": 12769, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -502538,7 +510329,7 @@ } }, { - "id": 29310, + "id": 12770, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -502595,7 +510386,7 @@ } }, { - "id": 29311, + "id": 12771, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -502652,7 +510443,7 @@ } }, { - "id": 29285, + "id": 12745, "name": "email", "variant": "declaration", "kind": 1024, @@ -502709,7 +510500,7 @@ } }, { - "id": 29312, + "id": 12772, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -502755,7 +510546,7 @@ } }, { - "id": 29313, + "id": 12773, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -502825,7 +510616,7 @@ } }, { - "id": 29314, + "id": 12774, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -502895,7 +510686,7 @@ } }, { - "id": 29340, + "id": 12800, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -502971,7 +510762,7 @@ } }, { - "id": 29341, + "id": 12801, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -503047,7 +510838,7 @@ } }, { - "id": 29342, + "id": 12802, "name": "summary", "variant": "declaration", "kind": 1024, @@ -503117,7 +510908,7 @@ } }, { - "id": 29284, + "id": 12744, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -503212,7 +511003,7 @@ } }, { - "id": 29337, + "id": 12797, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -503287,7 +511078,7 @@ } }, { - "id": 29282, + "id": 12742, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -503356,7 +511147,7 @@ } }, { - "id": 29283, + "id": 12743, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -503425,7 +511216,7 @@ } }, { - "id": 29315, + "id": 12775, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -503481,7 +511272,7 @@ } }, { - "id": 29316, + "id": 12776, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -503537,7 +511328,7 @@ } }, { - "id": 29317, + "id": 12777, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -503593,7 +511384,7 @@ } }, { - "id": 29289, + "id": 12749, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -503649,7 +511440,7 @@ } }, { - "id": 29290, + "id": 12750, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -503705,7 +511496,7 @@ } }, { - "id": 29291, + "id": 12751, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -503761,7 +511552,7 @@ } }, { - "id": 29286, + "id": 12746, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -503817,7 +511608,7 @@ } }, { - "id": 29287, + "id": 12747, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -503873,7 +511664,7 @@ } }, { - "id": 29288, + "id": 12748, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -503929,7 +511720,7 @@ } }, { - "id": 29292, + "id": 12752, "name": "total", "variant": "declaration", "kind": 1024, @@ -503985,7 +511776,7 @@ } }, { - "id": 29293, + "id": 12753, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -504041,7 +511832,7 @@ } }, { - "id": 29294, + "id": 12754, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -504097,7 +511888,7 @@ } }, { - "id": 29343, + "id": 12803, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -504153,7 +511944,7 @@ } }, { - "id": 29295, + "id": 12755, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -504209,7 +512000,7 @@ } }, { - "id": 29296, + "id": 12756, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -504265,7 +512056,7 @@ } }, { - "id": 29318, + "id": 12778, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -504321,7 +512112,7 @@ } }, { - "id": 29319, + "id": 12779, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -504377,7 +512168,7 @@ } }, { - "id": 29320, + "id": 12780, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -504433,7 +512224,7 @@ } }, { - "id": 29321, + "id": 12781, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -504489,7 +512280,7 @@ } }, { - "id": 29322, + "id": 12782, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -504545,7 +512336,7 @@ } }, { - "id": 29323, + "id": 12783, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -504601,7 +512392,7 @@ } }, { - "id": 29324, + "id": 12784, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -504657,7 +512448,7 @@ } }, { - "id": 29325, + "id": 12785, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -504713,7 +512504,7 @@ } }, { - "id": 29269, + "id": 12729, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -504769,7 +512560,7 @@ } }, { - "id": 29270, + "id": 12730, "name": "items", "variant": "declaration", "kind": 1024, @@ -504809,14 +512600,14 @@ { "type": "reflection", "declaration": { - "id": 29271, + "id": 12731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29272, + "id": 12732, "name": "actions", "variant": "declaration", "kind": 1024, @@ -504848,7 +512639,7 @@ { "title": "Properties", "children": [ - 29272 + 12732 ] } ], @@ -504888,14 +512679,14 @@ { "type": "reflection", "declaration": { - "id": 29273, + "id": 12733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29274, + "id": 12734, "name": "actions", "variant": "declaration", "kind": 1024, @@ -504927,7 +512718,7 @@ { "title": "Properties", "children": [ - 29274 + 12734 ] } ], @@ -504951,7 +512742,7 @@ } }, { - "id": 29275, + "id": 12735, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -504991,14 +512782,14 @@ { "type": "reflection", "declaration": { - "id": 29276, + "id": 12736, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29277, + "id": 12737, "name": "actions", "variant": "declaration", "kind": 1024, @@ -505030,7 +512821,7 @@ { "title": "Properties", "children": [ - 29277 + 12737 ] } ], @@ -505070,14 +512861,14 @@ { "type": "reflection", "declaration": { - "id": 29278, + "id": 12738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29279, + "id": 12739, "name": "actions", "variant": "declaration", "kind": 1024, @@ -505109,7 +512900,7 @@ { "title": "Properties", "children": [ - 29279 + 12739 ] } ], @@ -505133,7 +512924,7 @@ } }, { - "id": 29280, + "id": 12740, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -505183,51 +512974,51 @@ { "title": "Properties", "children": [ - 29281, - 29338, - 29339, - 29308, - 29309, - 29310, - 29311, - 29285, - 29312, - 29313, - 29314, - 29340, - 29341, - 29342, - 29284, - 29337, - 29282, - 29283, - 29315, - 29316, - 29317, - 29289, - 29290, - 29291, - 29286, - 29287, - 29288, - 29292, - 29293, - 29294, - 29343, - 29295, - 29296, - 29318, - 29319, - 29320, - 29321, - 29322, - 29323, - 29324, - 29325, - 29269, - 29270, - 29275, - 29280 + 12741, + 12798, + 12799, + 12768, + 12769, + 12770, + 12771, + 12745, + 12772, + 12773, + 12774, + 12800, + 12801, + 12802, + 12744, + 12797, + 12742, + 12743, + 12775, + 12776, + 12777, + 12749, + 12750, + 12751, + 12746, + 12747, + 12748, + 12752, + 12753, + 12754, + 12803, + 12755, + 12756, + 12778, + 12779, + 12780, + 12781, + 12782, + 12783, + 12784, + 12785, + 12729, + 12730, + 12735, + 12740 ] } ], @@ -505272,14 +513063,14 @@ { "type": "reflection", "declaration": { - "id": 29344, + "id": 12804, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29345, + "id": 12805, "name": "config", "variant": "declaration", "kind": 2048, @@ -505293,7 +513084,7 @@ ], "signatures": [ { - "id": 29346, + "id": 12806, "name": "config", "variant": "signature", "kind": 4096, @@ -505307,7 +513098,7 @@ ], "parameters": [ { - "id": 29347, + "id": 12807, "name": "config", "variant": "param", "kind": 32768, @@ -505318,14 +513109,14 @@ { "type": "reflection", "declaration": { - "id": 29348, + "id": 12808, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29349, + "id": 12809, "name": "name", "variant": "declaration", "kind": 1024, @@ -505349,7 +513140,7 @@ { "title": "Properties", "children": [ - 29349 + 12809 ] } ], @@ -505431,7 +513222,7 @@ { "title": "Methods", "children": [ - 29345 + 12805 ] } ], @@ -505472,7 +513263,7 @@ } }, { - "id": 29350, + "id": 12810, "name": "run", "variant": "declaration", "kind": 1024, @@ -505495,7 +513286,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29351, + "id": 12811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -505509,7 +513300,7 @@ ], "signatures": [ { - "id": 29352, + "id": 12812, "name": "__type", "variant": "signature", "kind": 4096, @@ -505537,7 +513328,7 @@ ], "typeParameters": [ { - "id": 29353, + "id": 12813, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -505548,7 +513339,7 @@ } }, { - "id": 29354, + "id": 12814, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -505561,7 +513352,7 @@ ], "parameters": [ { - "id": 29355, + "id": 12815, "name": "args", "variant": "param", "kind": 32768, @@ -505594,7 +513385,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -505614,7 +513405,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -505647,7 +513438,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -505667,7 +513458,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -505687,7 +513478,7 @@ } }, { - "id": 29356, + "id": 12816, "name": "getName", "variant": "declaration", "kind": 1024, @@ -505710,7 +513501,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29357, + "id": 12817, "name": "__type", "variant": "declaration", "kind": 65536, @@ -505724,7 +513515,7 @@ ], "signatures": [ { - "id": 29358, + "id": 12818, "name": "__type", "variant": "signature", "kind": 4096, @@ -505746,7 +513537,7 @@ } }, { - "id": 29359, + "id": 12819, "name": "config", "variant": "declaration", "kind": 1024, @@ -505769,7 +513560,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29360, + "id": 12820, "name": "__type", "variant": "declaration", "kind": 65536, @@ -505783,7 +513574,7 @@ ], "signatures": [ { - "id": 29361, + "id": 12821, "name": "__type", "variant": "signature", "kind": 4096, @@ -505797,7 +513588,7 @@ ], "parameters": [ { - "id": 29362, + "id": 12822, "name": "config", "variant": "param", "kind": 32768, @@ -505823,7 +513614,7 @@ } }, { - "id": 29363, + "id": 12823, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -505851,7 +513642,7 @@ ], "documents": [ { - "id": 37920, + "id": 21407, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -505867,6 +513658,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -505877,7 +513677,7 @@ "frontmatter": {} }, { - "id": 37921, + "id": 21408, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -505893,6 +513693,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -505903,7 +513712,7 @@ "frontmatter": {} }, { - "id": 37922, + "id": 21409, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -505919,6 +513728,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -505929,7 +513747,7 @@ "frontmatter": {} }, { - "id": 37923, + "id": 21410, "name": "removeReturnItemActionValidationStep", "variant": "document", "kind": 8388608, @@ -505945,6 +513763,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12702" + } + ] } ], "modifierTags": [ @@ -505955,7 +513782,7 @@ "frontmatter": {} }, { - "id": 37924, + "id": 21411, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -505971,6 +513798,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -505981,7 +513817,7 @@ "frontmatter": {} }, { - "id": 37925, + "id": 21412, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -505997,6 +513833,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -506007,7 +513852,7 @@ "frontmatter": {} }, { - "id": 37926, + "id": 21413, "name": "when", "variant": "document", "kind": 8388608, @@ -506042,7 +513887,7 @@ "frontmatter": {}, "children": [ { - "id": 37927, + "id": 21414, "name": "removeReturnShippingMethodWorkflow", "variant": "document", "kind": 8388608, @@ -506058,6 +513903,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12841" + } + ] } ], "modifierTags": [ @@ -506068,7 +513922,7 @@ "frontmatter": {} }, { - "id": 37928, + "id": 21415, "name": "updateReturnWorkflow", "variant": "document", "kind": 8388608, @@ -506084,6 +513938,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13351" + } + ] } ], "modifierTags": [ @@ -506096,7 +513959,7 @@ ] }, { - "id": 37929, + "id": 21416, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -506112,6 +513975,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -506123,21 +513995,21 @@ } ], "childrenIncludingDocuments": [ - 29262, - 29350, - 29356, - 29359, - 29363 + 12722, + 12810, + 12816, + 12819, + 12823 ], "groups": [ { "title": "Properties", "children": [ - 29262, - 29350, - 29356, - 29359, - 29363 + 12722, + 12810, + 12816, + 12819, + 12823 ] } ], @@ -506146,12 +514018,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 134, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L134" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L134" } ], "signatures": [ { - "id": 29255, + "id": 12715, "name": "removeItemReturnActionWorkflow", "variant": "signature", "kind": 4096, @@ -506207,12 +514079,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 134, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L134" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L134" } ], "typeParameters": [ { - "id": 29256, + "id": 12716, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -506223,7 +514095,7 @@ } }, { - "id": 29257, + "id": 12717, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -506236,7 +514108,7 @@ ], "parameters": [ { - "id": 29258, + "id": 12718, "name": "container", "variant": "param", "kind": 32768, @@ -506260,14 +514132,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29259, + "id": 12719, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29260, + "id": 12720, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -506290,7 +514162,7 @@ } }, { - "id": 29261, + "id": 12721, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -506317,8 +514189,8 @@ { "title": "Properties", "children": [ - 29260, - 29261 + 12720, + 12721 ] } ], @@ -506407,14 +514279,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -506429,7 +514301,7 @@ ] }, { - "id": 29366, + "id": 12826, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -506447,7 +514319,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L33" } ], "type": { @@ -506461,7 +514333,7 @@ } }, { - "id": 29367, + "id": 12827, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -506479,7 +514351,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L37" } ], "type": { @@ -506493,7 +514365,7 @@ } }, { - "id": 29368, + "id": 12828, "name": "input", "variant": "declaration", "kind": 1024, @@ -506511,7 +514383,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L41" } ], "type": { @@ -506550,7 +514422,7 @@ } }, { - "id": 29369, + "id": 12829, "name": "removeReturnShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -506585,7 +514457,7 @@ }, "children": [ { - "id": 29378, + "id": 12838, "name": "__type", "variant": "declaration", "kind": 1024, @@ -506603,7 +514475,7 @@ } }, { - "id": 29379, + "id": 12839, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -506625,8 +514497,8 @@ { "title": "Properties", "children": [ - 29378, - 29379 + 12838, + 12839 ] } ], @@ -506635,12 +514507,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L73" } ], "signatures": [ { - "id": 29370, + "id": 12830, "name": "removeReturnShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -506678,12 +514550,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L73" } ], "parameters": [ { - "id": 29371, + "id": 12831, "name": "input", "variant": "param", "kind": 32768, @@ -506693,7 +514565,7 @@ "types": [ { "type": "reference", - "target": 29364, + "target": 12824, "name": "RemoveReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -506706,7 +514578,7 @@ "typeArguments": [ { "type": "reference", - "target": 29364, + "target": 12824, "name": "RemoveReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -506739,14 +514611,14 @@ { "type": "reflection", "declaration": { - "id": 29372, + "id": 12832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29373, + "id": 12833, "name": "config", "variant": "declaration", "kind": 2048, @@ -506760,7 +514632,7 @@ ], "signatures": [ { - "id": 29374, + "id": 12834, "name": "config", "variant": "signature", "kind": 4096, @@ -506774,7 +514646,7 @@ ], "parameters": [ { - "id": 29375, + "id": 12835, "name": "config", "variant": "param", "kind": 32768, @@ -506785,14 +514657,14 @@ { "type": "reflection", "declaration": { - "id": 29376, + "id": 12836, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29377, + "id": 12837, "name": "name", "variant": "declaration", "kind": 1024, @@ -506816,7 +514688,7 @@ { "title": "Properties", "children": [ - 29377 + 12837 ] } ], @@ -506893,7 +514765,7 @@ { "title": "Methods", "children": [ - 29373 + 12833 ] } ], @@ -506927,7 +514799,7 @@ ] }, { - "id": 29380, + "id": 12840, "name": "removeReturnShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -506939,7 +514811,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 99, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L99" } ], "type": { @@ -506949,7 +514821,7 @@ "defaultValue": "\"remove-return-shipping-method\"" }, { - "id": 29381, + "id": 12841, "name": "removeReturnShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -506993,7 +514865,7 @@ }, "children": [ { - "id": 29389, + "id": 12849, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -507016,7 +514888,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29390, + "id": 12850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -507030,7 +514902,7 @@ ], "signatures": [ { - "id": 29391, + "id": 12851, "name": "__type", "variant": "signature", "kind": 4096, @@ -507058,7 +514930,7 @@ ], "parameters": [ { - "id": 29392, + "id": 12852, "name": "param0", "variant": "param", "kind": 32768, @@ -507074,14 +514946,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29393, + "id": 12853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29394, + "id": 12854, "name": "input", "variant": "declaration", "kind": 1024, @@ -507141,7 +515013,7 @@ { "title": "Properties", "children": [ - 29394 + 12854 ] } ], @@ -507162,14 +515034,14 @@ { "type": "reflection", "declaration": { - "id": 29395, + "id": 12855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29408, + "id": 12868, "name": "id", "variant": "declaration", "kind": 1024, @@ -507215,7 +515087,7 @@ } }, { - "id": 29465, + "id": 12925, "name": "version", "variant": "declaration", "kind": 1024, @@ -507261,7 +515133,7 @@ } }, { - "id": 29466, + "id": 12926, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -507307,7 +515179,7 @@ } }, { - "id": 29435, + "id": 12895, "name": "status", "variant": "declaration", "kind": 1024, @@ -507363,7 +515235,7 @@ } }, { - "id": 29436, + "id": 12896, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -507420,7 +515292,7 @@ } }, { - "id": 29437, + "id": 12897, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -507477,7 +515349,7 @@ } }, { - "id": 29438, + "id": 12898, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -507534,7 +515406,7 @@ } }, { - "id": 29412, + "id": 12872, "name": "email", "variant": "declaration", "kind": 1024, @@ -507591,7 +515463,7 @@ } }, { - "id": 29439, + "id": 12899, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -507637,7 +515509,7 @@ } }, { - "id": 29440, + "id": 12900, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -507707,7 +515579,7 @@ } }, { - "id": 29441, + "id": 12901, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -507777,7 +515649,7 @@ } }, { - "id": 29467, + "id": 12927, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -507853,7 +515725,7 @@ } }, { - "id": 29468, + "id": 12928, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -507929,7 +515801,7 @@ } }, { - "id": 29469, + "id": 12929, "name": "summary", "variant": "declaration", "kind": 1024, @@ -507999,7 +515871,7 @@ } }, { - "id": 29411, + "id": 12871, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -508094,7 +515966,7 @@ } }, { - "id": 29464, + "id": 12924, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -508169,7 +516041,7 @@ } }, { - "id": 29409, + "id": 12869, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -508238,7 +516110,7 @@ } }, { - "id": 29410, + "id": 12870, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -508307,7 +516179,7 @@ } }, { - "id": 29442, + "id": 12902, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -508363,7 +516235,7 @@ } }, { - "id": 29443, + "id": 12903, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -508419,7 +516291,7 @@ } }, { - "id": 29444, + "id": 12904, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -508475,7 +516347,7 @@ } }, { - "id": 29416, + "id": 12876, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -508531,7 +516403,7 @@ } }, { - "id": 29417, + "id": 12877, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -508587,7 +516459,7 @@ } }, { - "id": 29418, + "id": 12878, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -508643,7 +516515,7 @@ } }, { - "id": 29413, + "id": 12873, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -508699,7 +516571,7 @@ } }, { - "id": 29414, + "id": 12874, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -508755,7 +516627,7 @@ } }, { - "id": 29415, + "id": 12875, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -508811,7 +516683,7 @@ } }, { - "id": 29419, + "id": 12879, "name": "total", "variant": "declaration", "kind": 1024, @@ -508867,7 +516739,7 @@ } }, { - "id": 29420, + "id": 12880, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -508923,7 +516795,7 @@ } }, { - "id": 29421, + "id": 12881, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -508979,7 +516851,7 @@ } }, { - "id": 29470, + "id": 12930, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -509035,7 +516907,7 @@ } }, { - "id": 29422, + "id": 12882, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -509091,7 +516963,7 @@ } }, { - "id": 29423, + "id": 12883, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -509147,7 +517019,7 @@ } }, { - "id": 29445, + "id": 12905, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -509203,7 +517075,7 @@ } }, { - "id": 29446, + "id": 12906, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -509259,7 +517131,7 @@ } }, { - "id": 29447, + "id": 12907, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -509315,7 +517187,7 @@ } }, { - "id": 29448, + "id": 12908, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -509371,7 +517243,7 @@ } }, { - "id": 29449, + "id": 12909, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -509427,7 +517299,7 @@ } }, { - "id": 29450, + "id": 12910, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -509483,7 +517355,7 @@ } }, { - "id": 29451, + "id": 12911, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -509539,7 +517411,7 @@ } }, { - "id": 29452, + "id": 12912, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -509595,7 +517467,7 @@ } }, { - "id": 29396, + "id": 12856, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -509651,7 +517523,7 @@ } }, { - "id": 29397, + "id": 12857, "name": "items", "variant": "declaration", "kind": 1024, @@ -509691,14 +517563,14 @@ { "type": "reflection", "declaration": { - "id": 29398, + "id": 12858, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29399, + "id": 12859, "name": "actions", "variant": "declaration", "kind": 1024, @@ -509730,7 +517602,7 @@ { "title": "Properties", "children": [ - 29399 + 12859 ] } ], @@ -509770,14 +517642,14 @@ { "type": "reflection", "declaration": { - "id": 29400, + "id": 12860, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29401, + "id": 12861, "name": "actions", "variant": "declaration", "kind": 1024, @@ -509809,7 +517681,7 @@ { "title": "Properties", "children": [ - 29401 + 12861 ] } ], @@ -509833,7 +517705,7 @@ } }, { - "id": 29402, + "id": 12862, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -509873,14 +517745,14 @@ { "type": "reflection", "declaration": { - "id": 29403, + "id": 12863, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29404, + "id": 12864, "name": "actions", "variant": "declaration", "kind": 1024, @@ -509912,7 +517784,7 @@ { "title": "Properties", "children": [ - 29404 + 12864 ] } ], @@ -509952,14 +517824,14 @@ { "type": "reflection", "declaration": { - "id": 29405, + "id": 12865, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29406, + "id": 12866, "name": "actions", "variant": "declaration", "kind": 1024, @@ -509991,7 +517863,7 @@ { "title": "Properties", "children": [ - 29406 + 12866 ] } ], @@ -510015,7 +517887,7 @@ } }, { - "id": 29407, + "id": 12867, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -510065,51 +517937,51 @@ { "title": "Properties", "children": [ - 29408, - 29465, - 29466, - 29435, - 29436, - 29437, - 29438, - 29412, - 29439, - 29440, - 29441, - 29467, - 29468, - 29469, - 29411, - 29464, - 29409, - 29410, - 29442, - 29443, - 29444, - 29416, - 29417, - 29418, - 29413, - 29414, - 29415, - 29419, - 29420, - 29421, - 29470, - 29422, - 29423, - 29445, - 29446, - 29447, - 29448, - 29449, - 29450, - 29451, - 29452, - 29396, - 29397, - 29402, - 29407 + 12868, + 12925, + 12926, + 12895, + 12896, + 12897, + 12898, + 12872, + 12899, + 12900, + 12901, + 12927, + 12928, + 12929, + 12871, + 12924, + 12869, + 12870, + 12902, + 12903, + 12904, + 12876, + 12877, + 12878, + 12873, + 12874, + 12875, + 12879, + 12880, + 12881, + 12930, + 12882, + 12883, + 12905, + 12906, + 12907, + 12908, + 12909, + 12910, + 12911, + 12912, + 12856, + 12857, + 12862, + 12867 ] } ], @@ -510154,14 +518026,14 @@ { "type": "reflection", "declaration": { - "id": 29471, + "id": 12931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29472, + "id": 12932, "name": "config", "variant": "declaration", "kind": 2048, @@ -510175,7 +518047,7 @@ ], "signatures": [ { - "id": 29473, + "id": 12933, "name": "config", "variant": "signature", "kind": 4096, @@ -510189,7 +518061,7 @@ ], "parameters": [ { - "id": 29474, + "id": 12934, "name": "config", "variant": "param", "kind": 32768, @@ -510200,14 +518072,14 @@ { "type": "reflection", "declaration": { - "id": 29475, + "id": 12935, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29476, + "id": 12936, "name": "name", "variant": "declaration", "kind": 1024, @@ -510231,7 +518103,7 @@ { "title": "Properties", "children": [ - 29476 + 12936 ] } ], @@ -510313,7 +518185,7 @@ { "title": "Methods", "children": [ - 29472 + 12932 ] } ], @@ -510354,7 +518226,7 @@ } }, { - "id": 29477, + "id": 12937, "name": "run", "variant": "declaration", "kind": 1024, @@ -510377,7 +518249,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29478, + "id": 12938, "name": "__type", "variant": "declaration", "kind": 65536, @@ -510391,7 +518263,7 @@ ], "signatures": [ { - "id": 29479, + "id": 12939, "name": "__type", "variant": "signature", "kind": 4096, @@ -510419,7 +518291,7 @@ ], "typeParameters": [ { - "id": 29480, + "id": 12940, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -510430,7 +518302,7 @@ } }, { - "id": 29481, + "id": 12941, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -510443,7 +518315,7 @@ ], "parameters": [ { - "id": 29482, + "id": 12942, "name": "args", "variant": "param", "kind": 32768, @@ -510476,7 +518348,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -510496,7 +518368,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -510529,7 +518401,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -510549,7 +518421,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -510569,7 +518441,7 @@ } }, { - "id": 29483, + "id": 12943, "name": "getName", "variant": "declaration", "kind": 1024, @@ -510592,7 +518464,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29484, + "id": 12944, "name": "__type", "variant": "declaration", "kind": 65536, @@ -510606,7 +518478,7 @@ ], "signatures": [ { - "id": 29485, + "id": 12945, "name": "__type", "variant": "signature", "kind": 4096, @@ -510628,7 +518500,7 @@ } }, { - "id": 29486, + "id": 12946, "name": "config", "variant": "declaration", "kind": 1024, @@ -510651,7 +518523,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29487, + "id": 12947, "name": "__type", "variant": "declaration", "kind": 65536, @@ -510665,7 +518537,7 @@ ], "signatures": [ { - "id": 29488, + "id": 12948, "name": "__type", "variant": "signature", "kind": 4096, @@ -510679,7 +518551,7 @@ ], "parameters": [ { - "id": 29489, + "id": 12949, "name": "config", "variant": "param", "kind": 32768, @@ -510705,7 +518577,7 @@ } }, { - "id": 29490, + "id": 12950, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -510733,7 +518605,7 @@ ], "documents": [ { - "id": 37930, + "id": 21417, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -510749,6 +518621,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -510759,7 +518640,7 @@ "frontmatter": {} }, { - "id": 37931, + "id": 21418, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -510775,6 +518656,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -510785,7 +518675,7 @@ "frontmatter": {} }, { - "id": 37932, + "id": 21419, "name": "removeReturnShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -510801,6 +518691,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12829" + } + ] } ], "modifierTags": [ @@ -510811,7 +518710,7 @@ "frontmatter": {} }, { - "id": 37933, + "id": 21420, "name": "deleteOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -510827,6 +518726,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5498" + } + ] } ], "modifierTags": [ @@ -510837,7 +518745,7 @@ "frontmatter": {} }, { - "id": 37934, + "id": 21421, "name": "deleteOrderShippingMethods", "variant": "document", "kind": 8388608, @@ -510853,6 +518761,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5519" + } + ] } ], "modifierTags": [ @@ -510863,7 +518780,7 @@ "frontmatter": {} }, { - "id": 37935, + "id": 21422, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -510879,6 +518796,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -510890,21 +518816,21 @@ } ], "childrenIncludingDocuments": [ - 29389, - 29477, - 29483, - 29486, - 29490 + 12849, + 12937, + 12943, + 12946, + 12950 ], "groups": [ { "title": "Properties", "children": [ - 29389, - 29477, - 29483, - 29486, - 29490 + 12849, + 12937, + 12943, + 12946, + 12950 ] } ], @@ -510913,12 +518839,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L121" } ], "signatures": [ { - "id": 29382, + "id": 12842, "name": "removeReturnShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -510965,12 +518891,12 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 121, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L121" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L121" } ], "typeParameters": [ { - "id": 29383, + "id": 12843, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -510981,7 +518907,7 @@ } }, { - "id": 29384, + "id": 12844, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -510994,7 +518920,7 @@ ], "parameters": [ { - "id": 29385, + "id": 12845, "name": "container", "variant": "param", "kind": 32768, @@ -511018,14 +518944,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29386, + "id": 12846, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29387, + "id": 12847, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -511048,7 +518974,7 @@ } }, { - "id": 29388, + "id": 12848, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -511075,8 +519001,8 @@ { "title": "Properties", "children": [ - 29387, - 29388 + 12847, + 12848 ] } ], @@ -511165,14 +519091,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -511187,7 +519113,7 @@ ] }, { - "id": 29493, + "id": 12953, "name": "order", "variant": "declaration", "kind": 1024, @@ -511205,7 +519131,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L33" } ], "type": { @@ -511243,7 +519169,7 @@ } }, { - "id": 29494, + "id": 12954, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -511261,7 +519187,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L37" } ], "type": { @@ -511275,7 +519201,7 @@ } }, { - "id": 29495, + "id": 12955, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -511293,7 +519219,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L41" } ], "type": { @@ -511307,7 +519233,7 @@ } }, { - "id": 29496, + "id": 12956, "name": "items", "variant": "declaration", "kind": 1024, @@ -511325,7 +519251,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L45" } ], "type": { @@ -511347,7 +519273,7 @@ } }, { - "id": 29497, + "id": 12957, "name": "requestItemReturnValidationStep", "variant": "declaration", "kind": 64, @@ -511382,7 +519308,7 @@ }, "children": [ { - "id": 29506, + "id": 12966, "name": "__type", "variant": "declaration", "kind": 1024, @@ -511400,7 +519326,7 @@ } }, { - "id": 29507, + "id": 12967, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -511422,8 +519348,8 @@ { "title": "Properties", "children": [ - 29506, - 29507 + 12966, + 12967 ] } ], @@ -511432,12 +519358,12 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 88, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L88" } ], "signatures": [ { - "id": 29498, + "id": 12958, "name": "requestItemReturnValidationStep", "variant": "signature", "kind": 4096, @@ -511475,12 +519401,12 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 88, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L88" } ], "parameters": [ { - "id": 29499, + "id": 12959, "name": "input", "variant": "param", "kind": 32768, @@ -511490,7 +519416,7 @@ "types": [ { "type": "reference", - "target": 29491, + "target": 12951, "name": "RequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -511503,7 +519429,7 @@ "typeArguments": [ { "type": "reference", - "target": 29491, + "target": 12951, "name": "RequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -511536,14 +519462,14 @@ { "type": "reflection", "declaration": { - "id": 29500, + "id": 12960, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29501, + "id": 12961, "name": "config", "variant": "declaration", "kind": 2048, @@ -511557,7 +519483,7 @@ ], "signatures": [ { - "id": 29502, + "id": 12962, "name": "config", "variant": "signature", "kind": 4096, @@ -511571,7 +519497,7 @@ ], "parameters": [ { - "id": 29503, + "id": 12963, "name": "config", "variant": "param", "kind": 32768, @@ -511582,14 +519508,14 @@ { "type": "reflection", "declaration": { - "id": 29504, + "id": 12964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29505, + "id": 12965, "name": "name", "variant": "declaration", "kind": 1024, @@ -511613,7 +519539,7 @@ { "title": "Properties", "children": [ - 29505 + 12965 ] } ], @@ -511690,7 +519616,7 @@ { "title": "Methods", "children": [ - 29501 + 12961 ] } ], @@ -511724,7 +519650,7 @@ ] }, { - "id": 29508, + "id": 12968, "name": "requestItemReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -511736,7 +519662,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 111, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L111" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L111" } ], "type": { @@ -511746,7 +519672,7 @@ "defaultValue": "\"request-item-return\"" }, { - "id": 29509, + "id": 12969, "name": "requestItemReturnWorkflow", "variant": "declaration", "kind": 64, @@ -511799,7 +519725,7 @@ }, "children": [ { - "id": 29517, + "id": 12977, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -511822,7 +519748,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29518, + "id": 12978, "name": "__type", "variant": "declaration", "kind": 65536, @@ -511836,7 +519762,7 @@ ], "signatures": [ { - "id": 29519, + "id": 12979, "name": "__type", "variant": "signature", "kind": 4096, @@ -511864,7 +519790,7 @@ ], "parameters": [ { - "id": 29520, + "id": 12980, "name": "param0", "variant": "param", "kind": 32768, @@ -511880,14 +519806,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29521, + "id": 12981, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29522, + "id": 12982, "name": "input", "variant": "declaration", "kind": 1024, @@ -511947,7 +519873,7 @@ { "title": "Properties", "children": [ - 29522 + 12982 ] } ], @@ -511968,14 +519894,14 @@ { "type": "reflection", "declaration": { - "id": 29523, + "id": 12983, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29536, + "id": 12996, "name": "id", "variant": "declaration", "kind": 1024, @@ -512021,7 +519947,7 @@ } }, { - "id": 29593, + "id": 13053, "name": "version", "variant": "declaration", "kind": 1024, @@ -512067,7 +519993,7 @@ } }, { - "id": 29594, + "id": 13054, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -512113,7 +520039,7 @@ } }, { - "id": 29563, + "id": 13023, "name": "status", "variant": "declaration", "kind": 1024, @@ -512169,7 +520095,7 @@ } }, { - "id": 29564, + "id": 13024, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -512226,7 +520152,7 @@ } }, { - "id": 29565, + "id": 13025, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -512283,7 +520209,7 @@ } }, { - "id": 29566, + "id": 13026, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -512340,7 +520266,7 @@ } }, { - "id": 29540, + "id": 13000, "name": "email", "variant": "declaration", "kind": 1024, @@ -512397,7 +520323,7 @@ } }, { - "id": 29567, + "id": 13027, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -512443,7 +520369,7 @@ } }, { - "id": 29568, + "id": 13028, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -512513,7 +520439,7 @@ } }, { - "id": 29569, + "id": 13029, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -512583,7 +520509,7 @@ } }, { - "id": 29595, + "id": 13055, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -512659,7 +520585,7 @@ } }, { - "id": 29596, + "id": 13056, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -512735,7 +520661,7 @@ } }, { - "id": 29597, + "id": 13057, "name": "summary", "variant": "declaration", "kind": 1024, @@ -512805,7 +520731,7 @@ } }, { - "id": 29539, + "id": 12999, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -512900,7 +520826,7 @@ } }, { - "id": 29592, + "id": 13052, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -512975,7 +520901,7 @@ } }, { - "id": 29537, + "id": 12997, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -513044,7 +520970,7 @@ } }, { - "id": 29538, + "id": 12998, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -513113,7 +521039,7 @@ } }, { - "id": 29570, + "id": 13030, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -513169,7 +521095,7 @@ } }, { - "id": 29571, + "id": 13031, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -513225,7 +521151,7 @@ } }, { - "id": 29572, + "id": 13032, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -513281,7 +521207,7 @@ } }, { - "id": 29544, + "id": 13004, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -513337,7 +521263,7 @@ } }, { - "id": 29545, + "id": 13005, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -513393,7 +521319,7 @@ } }, { - "id": 29546, + "id": 13006, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -513449,7 +521375,7 @@ } }, { - "id": 29541, + "id": 13001, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -513505,7 +521431,7 @@ } }, { - "id": 29542, + "id": 13002, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -513561,7 +521487,7 @@ } }, { - "id": 29543, + "id": 13003, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -513617,7 +521543,7 @@ } }, { - "id": 29547, + "id": 13007, "name": "total", "variant": "declaration", "kind": 1024, @@ -513673,7 +521599,7 @@ } }, { - "id": 29548, + "id": 13008, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -513729,7 +521655,7 @@ } }, { - "id": 29549, + "id": 13009, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -513785,7 +521711,7 @@ } }, { - "id": 29598, + "id": 13058, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -513841,7 +521767,7 @@ } }, { - "id": 29550, + "id": 13010, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -513897,7 +521823,7 @@ } }, { - "id": 29551, + "id": 13011, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -513953,7 +521879,7 @@ } }, { - "id": 29573, + "id": 13033, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -514009,7 +521935,7 @@ } }, { - "id": 29574, + "id": 13034, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -514065,7 +521991,7 @@ } }, { - "id": 29575, + "id": 13035, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -514121,7 +522047,7 @@ } }, { - "id": 29576, + "id": 13036, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -514177,7 +522103,7 @@ } }, { - "id": 29577, + "id": 13037, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -514233,7 +522159,7 @@ } }, { - "id": 29578, + "id": 13038, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -514289,7 +522215,7 @@ } }, { - "id": 29579, + "id": 13039, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -514345,7 +522271,7 @@ } }, { - "id": 29580, + "id": 13040, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -514401,7 +522327,7 @@ } }, { - "id": 29524, + "id": 12984, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -514457,7 +522383,7 @@ } }, { - "id": 29525, + "id": 12985, "name": "items", "variant": "declaration", "kind": 1024, @@ -514497,14 +522423,14 @@ { "type": "reflection", "declaration": { - "id": 29526, + "id": 12986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29527, + "id": 12987, "name": "actions", "variant": "declaration", "kind": 1024, @@ -514536,7 +522462,7 @@ { "title": "Properties", "children": [ - 29527 + 12987 ] } ], @@ -514576,14 +522502,14 @@ { "type": "reflection", "declaration": { - "id": 29528, + "id": 12988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29529, + "id": 12989, "name": "actions", "variant": "declaration", "kind": 1024, @@ -514615,7 +522541,7 @@ { "title": "Properties", "children": [ - 29529 + 12989 ] } ], @@ -514639,7 +522565,7 @@ } }, { - "id": 29530, + "id": 12990, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -514679,14 +522605,14 @@ { "type": "reflection", "declaration": { - "id": 29531, + "id": 12991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29532, + "id": 12992, "name": "actions", "variant": "declaration", "kind": 1024, @@ -514718,7 +522644,7 @@ { "title": "Properties", "children": [ - 29532 + 12992 ] } ], @@ -514758,14 +522684,14 @@ { "type": "reflection", "declaration": { - "id": 29533, + "id": 12993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29534, + "id": 12994, "name": "actions", "variant": "declaration", "kind": 1024, @@ -514797,7 +522723,7 @@ { "title": "Properties", "children": [ - 29534 + 12994 ] } ], @@ -514821,7 +522747,7 @@ } }, { - "id": 29535, + "id": 12995, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -514871,51 +522797,51 @@ { "title": "Properties", "children": [ - 29536, - 29593, - 29594, - 29563, - 29564, - 29565, - 29566, - 29540, - 29567, - 29568, - 29569, - 29595, - 29596, - 29597, - 29539, - 29592, - 29537, - 29538, - 29570, - 29571, - 29572, - 29544, - 29545, - 29546, - 29541, - 29542, - 29543, - 29547, - 29548, - 29549, - 29598, - 29550, - 29551, - 29573, - 29574, - 29575, - 29576, - 29577, - 29578, - 29579, - 29580, - 29524, - 29525, - 29530, - 29535 + 12996, + 13053, + 13054, + 13023, + 13024, + 13025, + 13026, + 13000, + 13027, + 13028, + 13029, + 13055, + 13056, + 13057, + 12999, + 13052, + 12997, + 12998, + 13030, + 13031, + 13032, + 13004, + 13005, + 13006, + 13001, + 13002, + 13003, + 13007, + 13008, + 13009, + 13058, + 13010, + 13011, + 13033, + 13034, + 13035, + 13036, + 13037, + 13038, + 13039, + 13040, + 12984, + 12985, + 12990, + 12995 ] } ], @@ -514960,14 +522886,14 @@ { "type": "reflection", "declaration": { - "id": 29599, + "id": 13059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29600, + "id": 13060, "name": "config", "variant": "declaration", "kind": 2048, @@ -514981,7 +522907,7 @@ ], "signatures": [ { - "id": 29601, + "id": 13061, "name": "config", "variant": "signature", "kind": 4096, @@ -514995,7 +522921,7 @@ ], "parameters": [ { - "id": 29602, + "id": 13062, "name": "config", "variant": "param", "kind": 32768, @@ -515006,14 +522932,14 @@ { "type": "reflection", "declaration": { - "id": 29603, + "id": 13063, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29604, + "id": 13064, "name": "name", "variant": "declaration", "kind": 1024, @@ -515037,7 +522963,7 @@ { "title": "Properties", "children": [ - 29604 + 13064 ] } ], @@ -515119,7 +523045,7 @@ { "title": "Methods", "children": [ - 29600 + 13060 ] } ], @@ -515160,7 +523086,7 @@ } }, { - "id": 29605, + "id": 13065, "name": "run", "variant": "declaration", "kind": 1024, @@ -515183,7 +523109,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29606, + "id": 13066, "name": "__type", "variant": "declaration", "kind": 65536, @@ -515197,7 +523123,7 @@ ], "signatures": [ { - "id": 29607, + "id": 13067, "name": "__type", "variant": "signature", "kind": 4096, @@ -515225,7 +523151,7 @@ ], "typeParameters": [ { - "id": 29608, + "id": 13068, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -515236,7 +523162,7 @@ } }, { - "id": 29609, + "id": 13069, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -515249,7 +523175,7 @@ ], "parameters": [ { - "id": 29610, + "id": 13070, "name": "args", "variant": "param", "kind": 32768, @@ -515282,7 +523208,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -515302,7 +523228,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -515335,7 +523261,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -515355,7 +523281,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -515375,7 +523301,7 @@ } }, { - "id": 29611, + "id": 13071, "name": "getName", "variant": "declaration", "kind": 1024, @@ -515398,7 +523324,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29612, + "id": 13072, "name": "__type", "variant": "declaration", "kind": 65536, @@ -515412,7 +523338,7 @@ ], "signatures": [ { - "id": 29613, + "id": 13073, "name": "__type", "variant": "signature", "kind": 4096, @@ -515434,7 +523360,7 @@ } }, { - "id": 29614, + "id": 13074, "name": "config", "variant": "declaration", "kind": 1024, @@ -515457,7 +523383,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29615, + "id": 13075, "name": "__type", "variant": "declaration", "kind": 65536, @@ -515471,7 +523397,7 @@ ], "signatures": [ { - "id": 29616, + "id": 13076, "name": "__type", "variant": "signature", "kind": 4096, @@ -515485,7 +523411,7 @@ ], "parameters": [ { - "id": 29617, + "id": 13077, "name": "config", "variant": "param", "kind": 32768, @@ -515511,7 +523437,7 @@ } }, { - "id": 29618, + "id": 13078, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -515539,7 +523465,7 @@ ], "documents": [ { - "id": 37936, + "id": 21423, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -515555,6 +523481,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -515565,7 +523500,7 @@ "frontmatter": {} }, { - "id": 37937, + "id": 21424, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -515581,6 +523516,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -515591,7 +523535,7 @@ "frontmatter": {} }, { - "id": 37938, + "id": 21425, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -515607,6 +523551,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -515617,7 +523570,7 @@ "frontmatter": {} }, { - "id": 37939, + "id": 21426, "name": "requestItemReturnValidationStep", "variant": "document", "kind": 8388608, @@ -515633,6 +523586,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "12957" + } + ] } ], "modifierTags": [ @@ -515643,7 +523605,7 @@ "frontmatter": {} }, { - "id": 37940, + "id": 21427, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -515659,6 +523621,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -515669,7 +523640,7 @@ "frontmatter": {} }, { - "id": 37941, + "id": 21428, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -515685,6 +523656,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -515696,21 +523676,21 @@ } ], "childrenIncludingDocuments": [ - 29517, - 29605, - 29611, - 29614, - 29618 + 12977, + 13065, + 13071, + 13074, + 13078 ], "groups": [ { "title": "Properties", "children": [ - 29517, - 29605, - 29611, - 29614, - 29618 + 12977, + 13065, + 13071, + 13074, + 13078 ] } ], @@ -515719,12 +523699,12 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L137" } ], "signatures": [ { - "id": 29510, + "id": 12970, "name": "requestItemReturnWorkflow", "variant": "signature", "kind": 4096, @@ -515780,12 +523760,12 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 137, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L137" } ], "typeParameters": [ { - "id": 29511, + "id": 12971, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -515796,7 +523776,7 @@ } }, { - "id": 29512, + "id": 12972, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -515809,7 +523789,7 @@ ], "parameters": [ { - "id": 29513, + "id": 12973, "name": "container", "variant": "param", "kind": 32768, @@ -515833,14 +523813,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29514, + "id": 12974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29515, + "id": 12975, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -515863,7 +523843,7 @@ } }, { - "id": 29516, + "id": 12976, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -515890,8 +523870,8 @@ { "title": "Properties", "children": [ - 29515, - 29516 + 12975, + 12976 ] } ], @@ -515980,14 +523960,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -516002,7 +523982,7 @@ ] }, { - "id": 29621, + "id": 13081, "name": "order", "variant": "declaration", "kind": 1024, @@ -516020,7 +524000,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L34" } ], "type": { @@ -516034,7 +524014,7 @@ } }, { - "id": 29622, + "id": 13082, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -516052,7 +524032,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L38" } ], "type": { @@ -516066,7 +524046,7 @@ } }, { - "id": 29623, + "id": 13083, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -516084,7 +524064,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L42" } ], "type": { @@ -516098,7 +524078,7 @@ } }, { - "id": 29624, + "id": 13084, "name": "input", "variant": "declaration", "kind": 1024, @@ -516116,7 +524096,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L46" } ], "type": { @@ -516131,7 +524111,7 @@ } }, { - "id": 29625, + "id": 13085, "name": "updateReceiveItemReturnRequestValidationStep", "variant": "declaration", "kind": 64, @@ -516166,7 +524146,7 @@ }, "children": [ { - "id": 29634, + "id": 13094, "name": "__type", "variant": "declaration", "kind": 1024, @@ -516184,7 +524164,7 @@ } }, { - "id": 29635, + "id": 13095, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -516206,8 +524186,8 @@ { "title": "Properties", "children": [ - 29634, - 29635 + 13094, + 13095 ] } ], @@ -516216,12 +524196,12 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L90" } ], "signatures": [ { - "id": 29626, + "id": 13086, "name": "updateReceiveItemReturnRequestValidationStep", "variant": "signature", "kind": 4096, @@ -516259,12 +524239,12 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L90" } ], "parameters": [ { - "id": 29627, + "id": 13087, "name": "input", "variant": "param", "kind": 32768, @@ -516274,7 +524254,7 @@ "types": [ { "type": "reference", - "target": 29619, + "target": 13079, "name": "UpdateReceiveItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -516287,7 +524267,7 @@ "typeArguments": [ { "type": "reference", - "target": 29619, + "target": 13079, "name": "UpdateReceiveItemReturnRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -516320,14 +524300,14 @@ { "type": "reflection", "declaration": { - "id": 29628, + "id": 13088, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29629, + "id": 13089, "name": "config", "variant": "declaration", "kind": 2048, @@ -516341,7 +524321,7 @@ ], "signatures": [ { - "id": 29630, + "id": 13090, "name": "config", "variant": "signature", "kind": 4096, @@ -516355,7 +524335,7 @@ ], "parameters": [ { - "id": 29631, + "id": 13091, "name": "config", "variant": "param", "kind": 32768, @@ -516366,14 +524346,14 @@ { "type": "reflection", "declaration": { - "id": 29632, + "id": 13092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29633, + "id": 13093, "name": "name", "variant": "declaration", "kind": 1024, @@ -516397,7 +524377,7 @@ { "title": "Properties", "children": [ - 29633 + 13093 ] } ], @@ -516474,7 +524454,7 @@ { "title": "Methods", "children": [ - 29629 + 13089 ] } ], @@ -516508,7 +524488,7 @@ ] }, { - "id": 29636, + "id": 13096, "name": "updateReceiveItemReturnRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -516520,7 +524500,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 126, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L126" } ], "type": { @@ -516530,7 +524510,7 @@ "defaultValue": "\"update-receive-item-return-request\"" }, { - "id": 29637, + "id": 13097, "name": "updateReceiveItemReturnRequestWorkflow", "variant": "declaration", "kind": 64, @@ -516574,7 +524554,7 @@ }, "children": [ { - "id": 29645, + "id": 13105, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -516597,7 +524577,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29646, + "id": 13106, "name": "__type", "variant": "declaration", "kind": 65536, @@ -516611,7 +524591,7 @@ ], "signatures": [ { - "id": 29647, + "id": 13107, "name": "__type", "variant": "signature", "kind": 4096, @@ -516639,7 +524619,7 @@ ], "parameters": [ { - "id": 29648, + "id": 13108, "name": "param0", "variant": "param", "kind": 32768, @@ -516655,14 +524635,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29649, + "id": 13109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29650, + "id": 13110, "name": "input", "variant": "declaration", "kind": 1024, @@ -516722,7 +524702,7 @@ { "title": "Properties", "children": [ - 29650 + 13110 ] } ], @@ -516743,14 +524723,14 @@ { "type": "reflection", "declaration": { - "id": 29651, + "id": 13111, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29664, + "id": 13124, "name": "id", "variant": "declaration", "kind": 1024, @@ -516796,7 +524776,7 @@ } }, { - "id": 29721, + "id": 13181, "name": "version", "variant": "declaration", "kind": 1024, @@ -516842,7 +524822,7 @@ } }, { - "id": 29722, + "id": 13182, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -516888,7 +524868,7 @@ } }, { - "id": 29691, + "id": 13151, "name": "status", "variant": "declaration", "kind": 1024, @@ -516944,7 +524924,7 @@ } }, { - "id": 29692, + "id": 13152, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -517001,7 +524981,7 @@ } }, { - "id": 29693, + "id": 13153, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -517058,7 +525038,7 @@ } }, { - "id": 29694, + "id": 13154, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -517115,7 +525095,7 @@ } }, { - "id": 29668, + "id": 13128, "name": "email", "variant": "declaration", "kind": 1024, @@ -517172,7 +525152,7 @@ } }, { - "id": 29695, + "id": 13155, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -517218,7 +525198,7 @@ } }, { - "id": 29696, + "id": 13156, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -517288,7 +525268,7 @@ } }, { - "id": 29697, + "id": 13157, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -517358,7 +525338,7 @@ } }, { - "id": 29723, + "id": 13183, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -517434,7 +525414,7 @@ } }, { - "id": 29724, + "id": 13184, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -517510,7 +525490,7 @@ } }, { - "id": 29725, + "id": 13185, "name": "summary", "variant": "declaration", "kind": 1024, @@ -517580,7 +525560,7 @@ } }, { - "id": 29667, + "id": 13127, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -517675,7 +525655,7 @@ } }, { - "id": 29720, + "id": 13180, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -517750,7 +525730,7 @@ } }, { - "id": 29665, + "id": 13125, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -517819,7 +525799,7 @@ } }, { - "id": 29666, + "id": 13126, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -517888,7 +525868,7 @@ } }, { - "id": 29698, + "id": 13158, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -517944,7 +525924,7 @@ } }, { - "id": 29699, + "id": 13159, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -518000,7 +525980,7 @@ } }, { - "id": 29700, + "id": 13160, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -518056,7 +526036,7 @@ } }, { - "id": 29672, + "id": 13132, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -518112,7 +526092,7 @@ } }, { - "id": 29673, + "id": 13133, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -518168,7 +526148,7 @@ } }, { - "id": 29674, + "id": 13134, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -518224,7 +526204,7 @@ } }, { - "id": 29669, + "id": 13129, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -518280,7 +526260,7 @@ } }, { - "id": 29670, + "id": 13130, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -518336,7 +526316,7 @@ } }, { - "id": 29671, + "id": 13131, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -518392,7 +526372,7 @@ } }, { - "id": 29675, + "id": 13135, "name": "total", "variant": "declaration", "kind": 1024, @@ -518448,7 +526428,7 @@ } }, { - "id": 29676, + "id": 13136, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -518504,7 +526484,7 @@ } }, { - "id": 29677, + "id": 13137, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -518560,7 +526540,7 @@ } }, { - "id": 29726, + "id": 13186, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -518616,7 +526596,7 @@ } }, { - "id": 29678, + "id": 13138, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -518672,7 +526652,7 @@ } }, { - "id": 29679, + "id": 13139, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -518728,7 +526708,7 @@ } }, { - "id": 29701, + "id": 13161, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -518784,7 +526764,7 @@ } }, { - "id": 29702, + "id": 13162, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -518840,7 +526820,7 @@ } }, { - "id": 29703, + "id": 13163, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -518896,7 +526876,7 @@ } }, { - "id": 29704, + "id": 13164, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -518952,7 +526932,7 @@ } }, { - "id": 29705, + "id": 13165, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -519008,7 +526988,7 @@ } }, { - "id": 29706, + "id": 13166, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -519064,7 +527044,7 @@ } }, { - "id": 29707, + "id": 13167, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -519120,7 +527100,7 @@ } }, { - "id": 29708, + "id": 13168, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -519176,7 +527156,7 @@ } }, { - "id": 29652, + "id": 13112, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -519232,7 +527212,7 @@ } }, { - "id": 29653, + "id": 13113, "name": "items", "variant": "declaration", "kind": 1024, @@ -519272,14 +527252,14 @@ { "type": "reflection", "declaration": { - "id": 29654, + "id": 13114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29655, + "id": 13115, "name": "actions", "variant": "declaration", "kind": 1024, @@ -519311,7 +527291,7 @@ { "title": "Properties", "children": [ - 29655 + 13115 ] } ], @@ -519351,14 +527331,14 @@ { "type": "reflection", "declaration": { - "id": 29656, + "id": 13116, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29657, + "id": 13117, "name": "actions", "variant": "declaration", "kind": 1024, @@ -519390,7 +527370,7 @@ { "title": "Properties", "children": [ - 29657 + 13117 ] } ], @@ -519414,7 +527394,7 @@ } }, { - "id": 29658, + "id": 13118, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -519454,14 +527434,14 @@ { "type": "reflection", "declaration": { - "id": 29659, + "id": 13119, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29660, + "id": 13120, "name": "actions", "variant": "declaration", "kind": 1024, @@ -519493,7 +527473,7 @@ { "title": "Properties", "children": [ - 29660 + 13120 ] } ], @@ -519533,14 +527513,14 @@ { "type": "reflection", "declaration": { - "id": 29661, + "id": 13121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29662, + "id": 13122, "name": "actions", "variant": "declaration", "kind": 1024, @@ -519572,7 +527552,7 @@ { "title": "Properties", "children": [ - 29662 + 13122 ] } ], @@ -519596,7 +527576,7 @@ } }, { - "id": 29663, + "id": 13123, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -519646,51 +527626,51 @@ { "title": "Properties", "children": [ - 29664, - 29721, - 29722, - 29691, - 29692, - 29693, - 29694, - 29668, - 29695, - 29696, - 29697, - 29723, - 29724, - 29725, - 29667, - 29720, - 29665, - 29666, - 29698, - 29699, - 29700, - 29672, - 29673, - 29674, - 29669, - 29670, - 29671, - 29675, - 29676, - 29677, - 29726, - 29678, - 29679, - 29701, - 29702, - 29703, - 29704, - 29705, - 29706, - 29707, - 29708, - 29652, - 29653, - 29658, - 29663 + 13124, + 13181, + 13182, + 13151, + 13152, + 13153, + 13154, + 13128, + 13155, + 13156, + 13157, + 13183, + 13184, + 13185, + 13127, + 13180, + 13125, + 13126, + 13158, + 13159, + 13160, + 13132, + 13133, + 13134, + 13129, + 13130, + 13131, + 13135, + 13136, + 13137, + 13186, + 13138, + 13139, + 13161, + 13162, + 13163, + 13164, + 13165, + 13166, + 13167, + 13168, + 13112, + 13113, + 13118, + 13123 ] } ], @@ -519735,14 +527715,14 @@ { "type": "reflection", "declaration": { - "id": 29727, + "id": 13187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29728, + "id": 13188, "name": "config", "variant": "declaration", "kind": 2048, @@ -519756,7 +527736,7 @@ ], "signatures": [ { - "id": 29729, + "id": 13189, "name": "config", "variant": "signature", "kind": 4096, @@ -519770,7 +527750,7 @@ ], "parameters": [ { - "id": 29730, + "id": 13190, "name": "config", "variant": "param", "kind": 32768, @@ -519781,14 +527761,14 @@ { "type": "reflection", "declaration": { - "id": 29731, + "id": 13191, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29732, + "id": 13192, "name": "name", "variant": "declaration", "kind": 1024, @@ -519812,7 +527792,7 @@ { "title": "Properties", "children": [ - 29732 + 13192 ] } ], @@ -519894,7 +527874,7 @@ { "title": "Methods", "children": [ - 29728 + 13188 ] } ], @@ -519935,7 +527915,7 @@ } }, { - "id": 29733, + "id": 13193, "name": "run", "variant": "declaration", "kind": 1024, @@ -519958,7 +527938,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29734, + "id": 13194, "name": "__type", "variant": "declaration", "kind": 65536, @@ -519972,7 +527952,7 @@ ], "signatures": [ { - "id": 29735, + "id": 13195, "name": "__type", "variant": "signature", "kind": 4096, @@ -520000,7 +527980,7 @@ ], "typeParameters": [ { - "id": 29736, + "id": 13196, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -520011,7 +527991,7 @@ } }, { - "id": 29737, + "id": 13197, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -520024,7 +528004,7 @@ ], "parameters": [ { - "id": 29738, + "id": 13198, "name": "args", "variant": "param", "kind": 32768, @@ -520057,7 +528037,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -520077,7 +528057,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -520110,7 +528090,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -520130,7 +528110,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -520150,7 +528130,7 @@ } }, { - "id": 29739, + "id": 13199, "name": "getName", "variant": "declaration", "kind": 1024, @@ -520173,7 +528153,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29740, + "id": 13200, "name": "__type", "variant": "declaration", "kind": 65536, @@ -520187,7 +528167,7 @@ ], "signatures": [ { - "id": 29741, + "id": 13201, "name": "__type", "variant": "signature", "kind": 4096, @@ -520209,7 +528189,7 @@ } }, { - "id": 29742, + "id": 13202, "name": "config", "variant": "declaration", "kind": 1024, @@ -520232,7 +528212,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29743, + "id": 13203, "name": "__type", "variant": "declaration", "kind": 65536, @@ -520246,7 +528226,7 @@ ], "signatures": [ { - "id": 29744, + "id": 13204, "name": "__type", "variant": "signature", "kind": 4096, @@ -520260,7 +528240,7 @@ ], "parameters": [ { - "id": 29745, + "id": 13205, "name": "config", "variant": "param", "kind": 32768, @@ -520286,7 +528266,7 @@ } }, { - "id": 29746, + "id": 13206, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -520314,7 +528294,7 @@ ], "documents": [ { - "id": 37942, + "id": 21429, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -520330,6 +528310,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -520340,7 +528329,7 @@ "frontmatter": {} }, { - "id": 37943, + "id": 21430, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -520356,6 +528345,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -520366,7 +528364,7 @@ "frontmatter": {} }, { - "id": 37944, + "id": 21431, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -520382,6 +528380,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -520392,7 +528399,7 @@ "frontmatter": {} }, { - "id": 37945, + "id": 21432, "name": "updateReceiveItemReturnRequestValidationStep", "variant": "document", "kind": 8388608, @@ -520408,6 +528415,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13085" + } + ] } ], "modifierTags": [ @@ -520418,7 +528434,7 @@ "frontmatter": {} }, { - "id": 37946, + "id": 21433, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -520434,6 +528450,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -520444,7 +528469,7 @@ "frontmatter": {} }, { - "id": 37947, + "id": 21434, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -520460,6 +528485,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -520471,21 +528505,21 @@ } ], "childrenIncludingDocuments": [ - 29645, - 29733, - 29739, - 29742, - 29746 + 13105, + 13193, + 13199, + 13202, + 13206 ], "groups": [ { "title": "Properties", "children": [ - 29645, - 29733, - 29739, - 29742, - 29746 + 13105, + 13193, + 13199, + 13202, + 13206 ] } ], @@ -520494,12 +528528,12 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 151, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L151" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L151" } ], "signatures": [ { - "id": 29638, + "id": 13098, "name": "updateReceiveItemReturnRequestWorkflow", "variant": "signature", "kind": 4096, @@ -520546,12 +528580,12 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 151, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L151" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L151" } ], "typeParameters": [ { - "id": 29639, + "id": 13099, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -520562,7 +528596,7 @@ } }, { - "id": 29640, + "id": 13100, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -520575,7 +528609,7 @@ ], "parameters": [ { - "id": 29641, + "id": 13101, "name": "container", "variant": "param", "kind": 32768, @@ -520599,14 +528633,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29642, + "id": 13102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29643, + "id": 13103, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -520629,7 +528663,7 @@ } }, { - "id": 29644, + "id": 13104, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -520656,8 +528690,8 @@ { "title": "Properties", "children": [ - 29643, - 29644 + 13103, + 13104 ] } ], @@ -520746,14 +528780,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -520768,7 +528802,7 @@ ] }, { - "id": 29749, + "id": 13209, "name": "order", "variant": "declaration", "kind": 1024, @@ -520786,7 +528820,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L39" } ], "type": { @@ -520800,7 +528834,7 @@ } }, { - "id": 29750, + "id": 13210, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -520818,7 +528852,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L43" } ], "type": { @@ -520832,7 +528866,7 @@ } }, { - "id": 29751, + "id": 13211, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -520850,7 +528884,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L47" } ], "type": { @@ -520864,7 +528898,7 @@ } }, { - "id": 29752, + "id": 13212, "name": "input", "variant": "declaration", "kind": 1024, @@ -520882,7 +528916,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L51" } ], "type": { @@ -520897,7 +528931,7 @@ } }, { - "id": 29753, + "id": 13213, "name": "updateRequestItemReturnValidationStep", "variant": "declaration", "kind": 64, @@ -520932,7 +528966,7 @@ }, "children": [ { - "id": 29762, + "id": 13222, "name": "__type", "variant": "declaration", "kind": 1024, @@ -520950,7 +528984,7 @@ } }, { - "id": 29763, + "id": 13223, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -520972,8 +529006,8 @@ { "title": "Properties", "children": [ - 29762, - 29763 + 13222, + 13223 ] } ], @@ -520982,12 +529016,12 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L90" } ], "signatures": [ { - "id": 29754, + "id": 13214, "name": "updateRequestItemReturnValidationStep", "variant": "signature", "kind": 4096, @@ -521025,12 +529059,12 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 90, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L90" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L90" } ], "parameters": [ { - "id": 29755, + "id": 13215, "name": "input", "variant": "param", "kind": 32768, @@ -521040,7 +529074,7 @@ "types": [ { "type": "reference", - "target": 29747, + "target": 13207, "name": "UpdateRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -521053,7 +529087,7 @@ "typeArguments": [ { "type": "reference", - "target": 29747, + "target": 13207, "name": "UpdateRequestItemReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -521086,14 +529120,14 @@ { "type": "reflection", "declaration": { - "id": 29756, + "id": 13216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29757, + "id": 13217, "name": "config", "variant": "declaration", "kind": 2048, @@ -521107,7 +529141,7 @@ ], "signatures": [ { - "id": 29758, + "id": 13218, "name": "config", "variant": "signature", "kind": 4096, @@ -521121,7 +529155,7 @@ ], "parameters": [ { - "id": 29759, + "id": 13219, "name": "config", "variant": "param", "kind": 32768, @@ -521132,14 +529166,14 @@ { "type": "reflection", "declaration": { - "id": 29760, + "id": 13220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29761, + "id": 13221, "name": "name", "variant": "declaration", "kind": 1024, @@ -521163,7 +529197,7 @@ { "title": "Properties", "children": [ - 29761 + 13221 ] } ], @@ -521240,7 +529274,7 @@ { "title": "Methods", "children": [ - 29757 + 13217 ] } ], @@ -521274,7 +529308,7 @@ ] }, { - "id": 29764, + "id": 13224, "name": "updateRequestItemReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -521286,7 +529320,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L131" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L131" } ], "type": { @@ -521296,7 +529330,7 @@ "defaultValue": "\"update-request-item-return\"" }, { - "id": 29765, + "id": 13225, "name": "updateRequestItemReturnWorkflow", "variant": "declaration", "kind": 64, @@ -521340,7 +529374,7 @@ }, "children": [ { - "id": 29773, + "id": 13233, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -521363,7 +529397,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29774, + "id": 13234, "name": "__type", "variant": "declaration", "kind": 65536, @@ -521377,7 +529411,7 @@ ], "signatures": [ { - "id": 29775, + "id": 13235, "name": "__type", "variant": "signature", "kind": 4096, @@ -521405,7 +529439,7 @@ ], "parameters": [ { - "id": 29776, + "id": 13236, "name": "param0", "variant": "param", "kind": 32768, @@ -521421,14 +529455,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29777, + "id": 13237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29778, + "id": 13238, "name": "input", "variant": "declaration", "kind": 1024, @@ -521488,7 +529522,7 @@ { "title": "Properties", "children": [ - 29778 + 13238 ] } ], @@ -521509,14 +529543,14 @@ { "type": "reflection", "declaration": { - "id": 29779, + "id": 13239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29792, + "id": 13252, "name": "id", "variant": "declaration", "kind": 1024, @@ -521562,7 +529596,7 @@ } }, { - "id": 29849, + "id": 13309, "name": "version", "variant": "declaration", "kind": 1024, @@ -521608,7 +529642,7 @@ } }, { - "id": 29850, + "id": 13310, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -521654,7 +529688,7 @@ } }, { - "id": 29819, + "id": 13279, "name": "status", "variant": "declaration", "kind": 1024, @@ -521710,7 +529744,7 @@ } }, { - "id": 29820, + "id": 13280, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -521767,7 +529801,7 @@ } }, { - "id": 29821, + "id": 13281, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -521824,7 +529858,7 @@ } }, { - "id": 29822, + "id": 13282, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -521881,7 +529915,7 @@ } }, { - "id": 29796, + "id": 13256, "name": "email", "variant": "declaration", "kind": 1024, @@ -521938,7 +529972,7 @@ } }, { - "id": 29823, + "id": 13283, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -521984,7 +530018,7 @@ } }, { - "id": 29824, + "id": 13284, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -522054,7 +530088,7 @@ } }, { - "id": 29825, + "id": 13285, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -522124,7 +530158,7 @@ } }, { - "id": 29851, + "id": 13311, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -522200,7 +530234,7 @@ } }, { - "id": 29852, + "id": 13312, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -522276,7 +530310,7 @@ } }, { - "id": 29853, + "id": 13313, "name": "summary", "variant": "declaration", "kind": 1024, @@ -522346,7 +530380,7 @@ } }, { - "id": 29795, + "id": 13255, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -522441,7 +530475,7 @@ } }, { - "id": 29848, + "id": 13308, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -522516,7 +530550,7 @@ } }, { - "id": 29793, + "id": 13253, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -522585,7 +530619,7 @@ } }, { - "id": 29794, + "id": 13254, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -522654,7 +530688,7 @@ } }, { - "id": 29826, + "id": 13286, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -522710,7 +530744,7 @@ } }, { - "id": 29827, + "id": 13287, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -522766,7 +530800,7 @@ } }, { - "id": 29828, + "id": 13288, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -522822,7 +530856,7 @@ } }, { - "id": 29800, + "id": 13260, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -522878,7 +530912,7 @@ } }, { - "id": 29801, + "id": 13261, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -522934,7 +530968,7 @@ } }, { - "id": 29802, + "id": 13262, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -522990,7 +531024,7 @@ } }, { - "id": 29797, + "id": 13257, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -523046,7 +531080,7 @@ } }, { - "id": 29798, + "id": 13258, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -523102,7 +531136,7 @@ } }, { - "id": 29799, + "id": 13259, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -523158,7 +531192,7 @@ } }, { - "id": 29803, + "id": 13263, "name": "total", "variant": "declaration", "kind": 1024, @@ -523214,7 +531248,7 @@ } }, { - "id": 29804, + "id": 13264, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -523270,7 +531304,7 @@ } }, { - "id": 29805, + "id": 13265, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -523326,7 +531360,7 @@ } }, { - "id": 29854, + "id": 13314, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -523382,7 +531416,7 @@ } }, { - "id": 29806, + "id": 13266, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -523438,7 +531472,7 @@ } }, { - "id": 29807, + "id": 13267, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -523494,7 +531528,7 @@ } }, { - "id": 29829, + "id": 13289, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -523550,7 +531584,7 @@ } }, { - "id": 29830, + "id": 13290, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -523606,7 +531640,7 @@ } }, { - "id": 29831, + "id": 13291, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -523662,7 +531696,7 @@ } }, { - "id": 29832, + "id": 13292, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -523718,7 +531752,7 @@ } }, { - "id": 29833, + "id": 13293, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -523774,7 +531808,7 @@ } }, { - "id": 29834, + "id": 13294, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -523830,7 +531864,7 @@ } }, { - "id": 29835, + "id": 13295, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -523886,7 +531920,7 @@ } }, { - "id": 29836, + "id": 13296, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -523942,7 +531976,7 @@ } }, { - "id": 29780, + "id": 13240, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -523998,7 +532032,7 @@ } }, { - "id": 29781, + "id": 13241, "name": "items", "variant": "declaration", "kind": 1024, @@ -524038,14 +532072,14 @@ { "type": "reflection", "declaration": { - "id": 29782, + "id": 13242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29783, + "id": 13243, "name": "actions", "variant": "declaration", "kind": 1024, @@ -524077,7 +532111,7 @@ { "title": "Properties", "children": [ - 29783 + 13243 ] } ], @@ -524117,14 +532151,14 @@ { "type": "reflection", "declaration": { - "id": 29784, + "id": 13244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29785, + "id": 13245, "name": "actions", "variant": "declaration", "kind": 1024, @@ -524156,7 +532190,7 @@ { "title": "Properties", "children": [ - 29785 + 13245 ] } ], @@ -524180,7 +532214,7 @@ } }, { - "id": 29786, + "id": 13246, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -524220,14 +532254,14 @@ { "type": "reflection", "declaration": { - "id": 29787, + "id": 13247, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29788, + "id": 13248, "name": "actions", "variant": "declaration", "kind": 1024, @@ -524259,7 +532293,7 @@ { "title": "Properties", "children": [ - 29788 + 13248 ] } ], @@ -524299,14 +532333,14 @@ { "type": "reflection", "declaration": { - "id": 29789, + "id": 13249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29790, + "id": 13250, "name": "actions", "variant": "declaration", "kind": 1024, @@ -524338,7 +532372,7 @@ { "title": "Properties", "children": [ - 29790 + 13250 ] } ], @@ -524362,7 +532396,7 @@ } }, { - "id": 29791, + "id": 13251, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -524412,51 +532446,51 @@ { "title": "Properties", "children": [ - 29792, - 29849, - 29850, - 29819, - 29820, - 29821, - 29822, - 29796, - 29823, - 29824, - 29825, - 29851, - 29852, - 29853, - 29795, - 29848, - 29793, - 29794, - 29826, - 29827, - 29828, - 29800, - 29801, - 29802, - 29797, - 29798, - 29799, - 29803, - 29804, - 29805, - 29854, - 29806, - 29807, - 29829, - 29830, - 29831, - 29832, - 29833, - 29834, - 29835, - 29836, - 29780, - 29781, - 29786, - 29791 + 13252, + 13309, + 13310, + 13279, + 13280, + 13281, + 13282, + 13256, + 13283, + 13284, + 13285, + 13311, + 13312, + 13313, + 13255, + 13308, + 13253, + 13254, + 13286, + 13287, + 13288, + 13260, + 13261, + 13262, + 13257, + 13258, + 13259, + 13263, + 13264, + 13265, + 13314, + 13266, + 13267, + 13289, + 13290, + 13291, + 13292, + 13293, + 13294, + 13295, + 13296, + 13240, + 13241, + 13246, + 13251 ] } ], @@ -524501,14 +532535,14 @@ { "type": "reflection", "declaration": { - "id": 29855, + "id": 13315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29856, + "id": 13316, "name": "config", "variant": "declaration", "kind": 2048, @@ -524522,7 +532556,7 @@ ], "signatures": [ { - "id": 29857, + "id": 13317, "name": "config", "variant": "signature", "kind": 4096, @@ -524536,7 +532570,7 @@ ], "parameters": [ { - "id": 29858, + "id": 13318, "name": "config", "variant": "param", "kind": 32768, @@ -524547,14 +532581,14 @@ { "type": "reflection", "declaration": { - "id": 29859, + "id": 13319, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29860, + "id": 13320, "name": "name", "variant": "declaration", "kind": 1024, @@ -524578,7 +532612,7 @@ { "title": "Properties", "children": [ - 29860 + 13320 ] } ], @@ -524660,7 +532694,7 @@ { "title": "Methods", "children": [ - 29856 + 13316 ] } ], @@ -524701,7 +532735,7 @@ } }, { - "id": 29861, + "id": 13321, "name": "run", "variant": "declaration", "kind": 1024, @@ -524724,7 +532758,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29862, + "id": 13322, "name": "__type", "variant": "declaration", "kind": 65536, @@ -524738,7 +532772,7 @@ ], "signatures": [ { - "id": 29863, + "id": 13323, "name": "__type", "variant": "signature", "kind": 4096, @@ -524766,7 +532800,7 @@ ], "typeParameters": [ { - "id": 29864, + "id": 13324, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -524777,7 +532811,7 @@ } }, { - "id": 29865, + "id": 13325, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -524790,7 +532824,7 @@ ], "parameters": [ { - "id": 29866, + "id": 13326, "name": "args", "variant": "param", "kind": 32768, @@ -524823,7 +532857,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -524843,7 +532877,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -524876,7 +532910,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -524896,7 +532930,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -524916,7 +532950,7 @@ } }, { - "id": 29867, + "id": 13327, "name": "getName", "variant": "declaration", "kind": 1024, @@ -524939,7 +532973,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29868, + "id": 13328, "name": "__type", "variant": "declaration", "kind": 65536, @@ -524953,7 +532987,7 @@ ], "signatures": [ { - "id": 29869, + "id": 13329, "name": "__type", "variant": "signature", "kind": 4096, @@ -524975,7 +533009,7 @@ } }, { - "id": 29870, + "id": 13330, "name": "config", "variant": "declaration", "kind": 1024, @@ -524998,7 +533032,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29871, + "id": 13331, "name": "__type", "variant": "declaration", "kind": 65536, @@ -525012,7 +533046,7 @@ ], "signatures": [ { - "id": 29872, + "id": 13332, "name": "__type", "variant": "signature", "kind": 4096, @@ -525026,7 +533060,7 @@ ], "parameters": [ { - "id": 29873, + "id": 13333, "name": "config", "variant": "param", "kind": 32768, @@ -525052,7 +533086,7 @@ } }, { - "id": 29874, + "id": 13334, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -525080,7 +533114,7 @@ ], "documents": [ { - "id": 37948, + "id": 21435, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -525096,6 +533130,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -525106,7 +533149,7 @@ "frontmatter": {} }, { - "id": 37949, + "id": 21436, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -525122,6 +533165,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -525132,7 +533184,7 @@ "frontmatter": {} }, { - "id": 37950, + "id": 21437, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -525148,6 +533200,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -525158,7 +533219,7 @@ "frontmatter": {} }, { - "id": 37951, + "id": 21438, "name": "updateRequestItemReturnValidationStep", "variant": "document", "kind": 8388608, @@ -525174,6 +533235,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13213" + } + ] } ], "modifierTags": [ @@ -525184,7 +533254,7 @@ "frontmatter": {} }, { - "id": 37952, + "id": 21439, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -525200,6 +533270,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -525210,7 +533289,7 @@ "frontmatter": {} }, { - "id": 37953, + "id": 21440, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -525226,6 +533305,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -525237,21 +533325,21 @@ } ], "childrenIncludingDocuments": [ - 29773, - 29861, - 29867, - 29870, - 29874 + 13233, + 13321, + 13327, + 13330, + 13334 ], "groups": [ { "title": "Properties", "children": [ - 29773, - 29861, - 29867, - 29870, - 29874 + 13233, + 13321, + 13327, + 13330, + 13334 ] } ], @@ -525260,12 +533348,12 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 155, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L155" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L155" } ], "signatures": [ { - "id": 29766, + "id": 13226, "name": "updateRequestItemReturnWorkflow", "variant": "signature", "kind": 4096, @@ -525312,12 +533400,12 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 155, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L155" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L155" } ], "typeParameters": [ { - "id": 29767, + "id": 13227, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -525328,7 +533416,7 @@ } }, { - "id": 29768, + "id": 13228, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -525341,7 +533429,7 @@ ], "parameters": [ { - "id": 29769, + "id": 13229, "name": "container", "variant": "param", "kind": 32768, @@ -525365,14 +533453,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29770, + "id": 13230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29771, + "id": 13231, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -525395,7 +533483,7 @@ } }, { - "id": 29772, + "id": 13232, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -525422,8 +533510,8 @@ { "title": "Properties", "children": [ - 29771, - 29772 + 13231, + 13232 ] } ], @@ -525512,14 +533600,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -525534,7 +533622,7 @@ ] }, { - "id": 29877, + "id": 13337, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -525552,7 +533640,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L30" } ], "type": { @@ -525566,7 +533654,7 @@ } }, { - "id": 29878, + "id": 13338, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -525584,7 +533672,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L34" } ], "type": { @@ -525598,7 +533686,7 @@ } }, { - "id": 29879, + "id": 13339, "name": "updateReturnValidationStep", "variant": "declaration", "kind": 64, @@ -525633,7 +533721,7 @@ }, "children": [ { - "id": 29888, + "id": 13348, "name": "__type", "variant": "declaration", "kind": 1024, @@ -525651,7 +533739,7 @@ } }, { - "id": 29889, + "id": 13349, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -525673,8 +533761,8 @@ { "title": "Properties", "children": [ - 29888, - 29889 + 13348, + 13349 ] } ], @@ -525683,12 +533771,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L60" } ], "signatures": [ { - "id": 29880, + "id": 13340, "name": "updateReturnValidationStep", "variant": "signature", "kind": 4096, @@ -525726,12 +533814,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L60" } ], "parameters": [ { - "id": 29881, + "id": 13341, "name": "input", "variant": "param", "kind": 32768, @@ -525741,7 +533829,7 @@ "types": [ { "type": "reference", - "target": 29875, + "target": 13335, "name": "UpdateReturnValidationStepInput", "package": "@medusajs/core-flows" }, @@ -525754,7 +533842,7 @@ "typeArguments": [ { "type": "reference", - "target": 29875, + "target": 13335, "name": "UpdateReturnValidationStepInput", "package": "@medusajs/core-flows" } @@ -525787,14 +533875,14 @@ { "type": "reflection", "declaration": { - "id": 29882, + "id": 13342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29883, + "id": 13343, "name": "config", "variant": "declaration", "kind": 2048, @@ -525808,7 +533896,7 @@ ], "signatures": [ { - "id": 29884, + "id": 13344, "name": "config", "variant": "signature", "kind": 4096, @@ -525822,7 +533910,7 @@ ], "parameters": [ { - "id": 29885, + "id": 13345, "name": "config", "variant": "param", "kind": 32768, @@ -525833,14 +533921,14 @@ { "type": "reflection", "declaration": { - "id": 29886, + "id": 13346, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29887, + "id": 13347, "name": "name", "variant": "declaration", "kind": 1024, @@ -525864,7 +533952,7 @@ { "title": "Properties", "children": [ - 29887 + 13347 ] } ], @@ -525941,7 +534029,7 @@ { "title": "Methods", "children": [ - 29883 + 13343 ] } ], @@ -525975,7 +534063,7 @@ ] }, { - "id": 29890, + "id": 13350, "name": "updateReturnWorkflowId", "variant": "declaration", "kind": 32, @@ -525987,7 +534075,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L71" } ], "type": { @@ -525997,7 +534085,7 @@ "defaultValue": "\"update-return\"" }, { - "id": 29891, + "id": 13351, "name": "updateReturnWorkflow", "variant": "declaration", "kind": 64, @@ -526041,7 +534129,7 @@ }, "children": [ { - "id": 29899, + "id": 13359, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -526064,7 +534152,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29900, + "id": 13360, "name": "__type", "variant": "declaration", "kind": 65536, @@ -526078,7 +534166,7 @@ ], "signatures": [ { - "id": 29901, + "id": 13361, "name": "__type", "variant": "signature", "kind": 4096, @@ -526106,7 +534194,7 @@ ], "parameters": [ { - "id": 29902, + "id": 13362, "name": "param0", "variant": "param", "kind": 32768, @@ -526122,14 +534210,14 @@ "type": { "type": "reflection", "declaration": { - "id": 29903, + "id": 13363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29904, + "id": 13364, "name": "input", "variant": "declaration", "kind": 1024, @@ -526189,7 +534277,7 @@ { "title": "Properties", "children": [ - 29904 + 13364 ] } ], @@ -526210,14 +534298,14 @@ { "type": "reflection", "declaration": { - "id": 29905, + "id": 13365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29918, + "id": 13378, "name": "id", "variant": "declaration", "kind": 1024, @@ -526263,7 +534351,7 @@ } }, { - "id": 29975, + "id": 13435, "name": "version", "variant": "declaration", "kind": 1024, @@ -526309,7 +534397,7 @@ } }, { - "id": 29976, + "id": 13436, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -526355,7 +534443,7 @@ } }, { - "id": 29945, + "id": 13405, "name": "status", "variant": "declaration", "kind": 1024, @@ -526411,7 +534499,7 @@ } }, { - "id": 29946, + "id": 13406, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -526468,7 +534556,7 @@ } }, { - "id": 29947, + "id": 13407, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -526525,7 +534613,7 @@ } }, { - "id": 29948, + "id": 13408, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -526582,7 +534670,7 @@ } }, { - "id": 29922, + "id": 13382, "name": "email", "variant": "declaration", "kind": 1024, @@ -526639,7 +534727,7 @@ } }, { - "id": 29949, + "id": 13409, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -526685,7 +534773,7 @@ } }, { - "id": 29950, + "id": 13410, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -526755,7 +534843,7 @@ } }, { - "id": 29951, + "id": 13411, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -526825,7 +534913,7 @@ } }, { - "id": 29977, + "id": 13437, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -526901,7 +534989,7 @@ } }, { - "id": 29978, + "id": 13438, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -526977,7 +535065,7 @@ } }, { - "id": 29979, + "id": 13439, "name": "summary", "variant": "declaration", "kind": 1024, @@ -527047,7 +535135,7 @@ } }, { - "id": 29921, + "id": 13381, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -527142,7 +535230,7 @@ } }, { - "id": 29974, + "id": 13434, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -527217,7 +535305,7 @@ } }, { - "id": 29919, + "id": 13379, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -527286,7 +535374,7 @@ } }, { - "id": 29920, + "id": 13380, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -527355,7 +535443,7 @@ } }, { - "id": 29952, + "id": 13412, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -527411,7 +535499,7 @@ } }, { - "id": 29953, + "id": 13413, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -527467,7 +535555,7 @@ } }, { - "id": 29954, + "id": 13414, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -527523,7 +535611,7 @@ } }, { - "id": 29926, + "id": 13386, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -527579,7 +535667,7 @@ } }, { - "id": 29927, + "id": 13387, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -527635,7 +535723,7 @@ } }, { - "id": 29928, + "id": 13388, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -527691,7 +535779,7 @@ } }, { - "id": 29923, + "id": 13383, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -527747,7 +535835,7 @@ } }, { - "id": 29924, + "id": 13384, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -527803,7 +535891,7 @@ } }, { - "id": 29925, + "id": 13385, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -527859,7 +535947,7 @@ } }, { - "id": 29929, + "id": 13389, "name": "total", "variant": "declaration", "kind": 1024, @@ -527915,7 +536003,7 @@ } }, { - "id": 29930, + "id": 13390, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -527971,7 +536059,7 @@ } }, { - "id": 29931, + "id": 13391, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -528027,7 +536115,7 @@ } }, { - "id": 29980, + "id": 13440, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -528083,7 +536171,7 @@ } }, { - "id": 29932, + "id": 13392, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -528139,7 +536227,7 @@ } }, { - "id": 29933, + "id": 13393, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -528195,7 +536283,7 @@ } }, { - "id": 29955, + "id": 13415, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -528251,7 +536339,7 @@ } }, { - "id": 29956, + "id": 13416, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -528307,7 +536395,7 @@ } }, { - "id": 29957, + "id": 13417, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -528363,7 +536451,7 @@ } }, { - "id": 29958, + "id": 13418, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -528419,7 +536507,7 @@ } }, { - "id": 29959, + "id": 13419, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -528475,7 +536563,7 @@ } }, { - "id": 29960, + "id": 13420, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -528531,7 +536619,7 @@ } }, { - "id": 29961, + "id": 13421, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -528587,7 +536675,7 @@ } }, { - "id": 29962, + "id": 13422, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -528643,7 +536731,7 @@ } }, { - "id": 29906, + "id": 13366, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -528699,7 +536787,7 @@ } }, { - "id": 29907, + "id": 13367, "name": "items", "variant": "declaration", "kind": 1024, @@ -528739,14 +536827,14 @@ { "type": "reflection", "declaration": { - "id": 29908, + "id": 13368, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29909, + "id": 13369, "name": "actions", "variant": "declaration", "kind": 1024, @@ -528778,7 +536866,7 @@ { "title": "Properties", "children": [ - 29909 + 13369 ] } ], @@ -528818,14 +536906,14 @@ { "type": "reflection", "declaration": { - "id": 29910, + "id": 13370, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29911, + "id": 13371, "name": "actions", "variant": "declaration", "kind": 1024, @@ -528857,7 +536945,7 @@ { "title": "Properties", "children": [ - 29911 + 13371 ] } ], @@ -528881,7 +536969,7 @@ } }, { - "id": 29912, + "id": 13372, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -528921,14 +537009,14 @@ { "type": "reflection", "declaration": { - "id": 29913, + "id": 13373, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29914, + "id": 13374, "name": "actions", "variant": "declaration", "kind": 1024, @@ -528960,7 +537048,7 @@ { "title": "Properties", "children": [ - 29914 + 13374 ] } ], @@ -529000,14 +537088,14 @@ { "type": "reflection", "declaration": { - "id": 29915, + "id": 13375, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29916, + "id": 13376, "name": "actions", "variant": "declaration", "kind": 1024, @@ -529039,7 +537127,7 @@ { "title": "Properties", "children": [ - 29916 + 13376 ] } ], @@ -529063,7 +537151,7 @@ } }, { - "id": 29917, + "id": 13377, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -529113,51 +537201,51 @@ { "title": "Properties", "children": [ - 29918, - 29975, - 29976, - 29945, - 29946, - 29947, - 29948, - 29922, - 29949, - 29950, - 29951, - 29977, - 29978, - 29979, - 29921, - 29974, - 29919, - 29920, - 29952, - 29953, - 29954, - 29926, - 29927, - 29928, - 29923, - 29924, - 29925, - 29929, - 29930, - 29931, - 29980, - 29932, - 29933, - 29955, - 29956, - 29957, - 29958, - 29959, - 29960, - 29961, - 29962, - 29906, - 29907, - 29912, - 29917 + 13378, + 13435, + 13436, + 13405, + 13406, + 13407, + 13408, + 13382, + 13409, + 13410, + 13411, + 13437, + 13438, + 13439, + 13381, + 13434, + 13379, + 13380, + 13412, + 13413, + 13414, + 13386, + 13387, + 13388, + 13383, + 13384, + 13385, + 13389, + 13390, + 13391, + 13440, + 13392, + 13393, + 13415, + 13416, + 13417, + 13418, + 13419, + 13420, + 13421, + 13422, + 13366, + 13367, + 13372, + 13377 ] } ], @@ -529202,14 +537290,14 @@ { "type": "reflection", "declaration": { - "id": 29981, + "id": 13441, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29982, + "id": 13442, "name": "config", "variant": "declaration", "kind": 2048, @@ -529223,7 +537311,7 @@ ], "signatures": [ { - "id": 29983, + "id": 13443, "name": "config", "variant": "signature", "kind": 4096, @@ -529237,7 +537325,7 @@ ], "parameters": [ { - "id": 29984, + "id": 13444, "name": "config", "variant": "param", "kind": 32768, @@ -529248,14 +537336,14 @@ { "type": "reflection", "declaration": { - "id": 29985, + "id": 13445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29986, + "id": 13446, "name": "name", "variant": "declaration", "kind": 1024, @@ -529279,7 +537367,7 @@ { "title": "Properties", "children": [ - 29986 + 13446 ] } ], @@ -529361,7 +537449,7 @@ { "title": "Methods", "children": [ - 29982 + 13442 ] } ], @@ -529402,7 +537490,7 @@ } }, { - "id": 29987, + "id": 13447, "name": "run", "variant": "declaration", "kind": 1024, @@ -529425,7 +537513,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29988, + "id": 13448, "name": "__type", "variant": "declaration", "kind": 65536, @@ -529439,7 +537527,7 @@ ], "signatures": [ { - "id": 29989, + "id": 13449, "name": "__type", "variant": "signature", "kind": 4096, @@ -529467,7 +537555,7 @@ ], "typeParameters": [ { - "id": 29990, + "id": 13450, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -529478,7 +537566,7 @@ } }, { - "id": 29991, + "id": 13451, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -529491,7 +537579,7 @@ ], "parameters": [ { - "id": 29992, + "id": 13452, "name": "args", "variant": "param", "kind": 32768, @@ -529524,7 +537612,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -529544,7 +537632,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -529577,7 +537665,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -529597,7 +537685,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -529617,7 +537705,7 @@ } }, { - "id": 29993, + "id": 13453, "name": "getName", "variant": "declaration", "kind": 1024, @@ -529640,7 +537728,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29994, + "id": 13454, "name": "__type", "variant": "declaration", "kind": 65536, @@ -529654,7 +537742,7 @@ ], "signatures": [ { - "id": 29995, + "id": 13455, "name": "__type", "variant": "signature", "kind": 4096, @@ -529676,7 +537764,7 @@ } }, { - "id": 29996, + "id": 13456, "name": "config", "variant": "declaration", "kind": 1024, @@ -529699,7 +537787,7 @@ "type": { "type": "reflection", "declaration": { - "id": 29997, + "id": 13457, "name": "__type", "variant": "declaration", "kind": 65536, @@ -529713,7 +537801,7 @@ ], "signatures": [ { - "id": 29998, + "id": 13458, "name": "__type", "variant": "signature", "kind": 4096, @@ -529727,7 +537815,7 @@ ], "parameters": [ { - "id": 29999, + "id": 13459, "name": "config", "variant": "param", "kind": 32768, @@ -529753,7 +537841,7 @@ } }, { - "id": 30000, + "id": 13460, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -529781,7 +537869,7 @@ ], "documents": [ { - "id": 37954, + "id": 21441, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -529797,6 +537885,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -529807,7 +537904,7 @@ "frontmatter": {} }, { - "id": 37955, + "id": 21442, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -529823,6 +537920,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -529833,7 +537939,7 @@ "frontmatter": {} }, { - "id": 37956, + "id": 21443, "name": "updateReturnValidationStep", "variant": "document", "kind": 8388608, @@ -529849,6 +537955,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13339" + } + ] } ], "modifierTags": [ @@ -529859,7 +537974,7 @@ "frontmatter": {} }, { - "id": 37957, + "id": 21444, "name": "updateReturnsStep", "variant": "document", "kind": 8388608, @@ -529875,6 +537990,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5769" + } + ] } ], "modifierTags": [ @@ -529885,7 +538009,7 @@ "frontmatter": {} }, { - "id": 37958, + "id": 21445, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -529901,6 +538025,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -529912,21 +538045,21 @@ } ], "childrenIncludingDocuments": [ - 29899, - 29987, - 29993, - 29996, - 30000 + 13359, + 13447, + 13453, + 13456, + 13460 ], "groups": [ { "title": "Properties", "children": [ - 29899, - 29987, - 29993, - 29996, - 30000 + 13359, + 13447, + 13453, + 13456, + 13460 ] } ], @@ -529935,12 +538068,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L92" } ], "signatures": [ { - "id": 29892, + "id": 13352, "name": "updateReturnWorkflow", "variant": "signature", "kind": 4096, @@ -529987,12 +538120,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L92" } ], "typeParameters": [ { - "id": 29893, + "id": 13353, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -530003,7 +538136,7 @@ } }, { - "id": 29894, + "id": 13354, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -530016,7 +538149,7 @@ ], "parameters": [ { - "id": 29895, + "id": 13355, "name": "container", "variant": "param", "kind": 32768, @@ -530040,14 +538173,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 29896, + "id": 13356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29897, + "id": 13357, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -530070,7 +538203,7 @@ } }, { - "id": 29898, + "id": 13358, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -530097,8 +538230,8 @@ { "title": "Properties", "children": [ - 29897, - 29898 + 13357, + 13358 ] } ], @@ -530187,14 +538320,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -530209,7 +538342,7 @@ ] }, { - "id": 30003, + "id": 13463, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -530227,7 +538360,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L37" } ], "type": { @@ -530241,7 +538374,7 @@ } }, { - "id": 30004, + "id": 13464, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -530259,7 +538392,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L41" } ], "type": { @@ -530273,7 +538406,7 @@ } }, { - "id": 30005, + "id": 13465, "name": "input", "variant": "declaration", "kind": 1024, @@ -530291,7 +538424,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L45" } ], "type": { @@ -530330,7 +538463,7 @@ } }, { - "id": 30006, + "id": 13466, "name": "updateReturnShippingMethodValidationStep", "variant": "declaration", "kind": 64, @@ -530365,7 +538498,7 @@ }, "children": [ { - "id": 30015, + "id": 13475, "name": "__type", "variant": "declaration", "kind": 1024, @@ -530383,7 +538516,7 @@ } }, { - "id": 30016, + "id": 13476, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -530405,8 +538538,8 @@ { "title": "Properties", "children": [ - 30015, - 30016 + 13475, + 13476 ] } ], @@ -530415,12 +538548,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 77, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L77" } ], "signatures": [ { - "id": 30007, + "id": 13467, "name": "updateReturnShippingMethodValidationStep", "variant": "signature", "kind": 4096, @@ -530458,12 +538591,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 77, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L77" } ], "parameters": [ { - "id": 30008, + "id": 13468, "name": "input", "variant": "param", "kind": 32768, @@ -530473,7 +538606,7 @@ "types": [ { "type": "reference", - "target": 30001, + "target": 13461, "name": "UpdateReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" }, @@ -530486,7 +538619,7 @@ "typeArguments": [ { "type": "reference", - "target": 30001, + "target": 13461, "name": "UpdateReturnShippingMethodValidationStepInput", "package": "@medusajs/core-flows" } @@ -530519,14 +538652,14 @@ { "type": "reflection", "declaration": { - "id": 30009, + "id": 13469, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30010, + "id": 13470, "name": "config", "variant": "declaration", "kind": 2048, @@ -530540,7 +538673,7 @@ ], "signatures": [ { - "id": 30011, + "id": 13471, "name": "config", "variant": "signature", "kind": 4096, @@ -530554,7 +538687,7 @@ ], "parameters": [ { - "id": 30012, + "id": 13472, "name": "config", "variant": "param", "kind": 32768, @@ -530565,14 +538698,14 @@ { "type": "reflection", "declaration": { - "id": 30013, + "id": 13473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30014, + "id": 13474, "name": "name", "variant": "declaration", "kind": 1024, @@ -530596,7 +538729,7 @@ { "title": "Properties", "children": [ - 30014 + 13474 ] } ], @@ -530673,7 +538806,7 @@ { "title": "Methods", "children": [ - 30010 + 13470 ] } ], @@ -530707,7 +538840,7 @@ ] }, { - "id": 30017, + "id": 13477, "name": "updateReturnShippingMethodWorkflowId", "variant": "declaration", "kind": 32, @@ -530719,7 +538852,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L103" } ], "type": { @@ -530729,7 +538862,7 @@ "defaultValue": "\"update-return-shipping-method\"" }, { - "id": 30018, + "id": 13478, "name": "updateReturnShippingMethodWorkflow", "variant": "declaration", "kind": 64, @@ -530773,7 +538906,7 @@ }, "children": [ { - "id": 30026, + "id": 13486, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -530796,7 +538929,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30027, + "id": 13487, "name": "__type", "variant": "declaration", "kind": 65536, @@ -530810,7 +538943,7 @@ ], "signatures": [ { - "id": 30028, + "id": 13488, "name": "__type", "variant": "signature", "kind": 4096, @@ -530838,7 +538971,7 @@ ], "parameters": [ { - "id": 30029, + "id": 13489, "name": "param0", "variant": "param", "kind": 32768, @@ -530854,14 +538987,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30030, + "id": 13490, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30031, + "id": 13491, "name": "input", "variant": "declaration", "kind": 1024, @@ -530921,7 +539054,7 @@ { "title": "Properties", "children": [ - 30031 + 13491 ] } ], @@ -530942,14 +539075,14 @@ { "type": "reflection", "declaration": { - "id": 30032, + "id": 13492, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30045, + "id": 13505, "name": "id", "variant": "declaration", "kind": 1024, @@ -530995,7 +539128,7 @@ } }, { - "id": 30102, + "id": 13562, "name": "version", "variant": "declaration", "kind": 1024, @@ -531041,7 +539174,7 @@ } }, { - "id": 30103, + "id": 13563, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -531087,7 +539220,7 @@ } }, { - "id": 30072, + "id": 13532, "name": "status", "variant": "declaration", "kind": 1024, @@ -531143,7 +539276,7 @@ } }, { - "id": 30073, + "id": 13533, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -531200,7 +539333,7 @@ } }, { - "id": 30074, + "id": 13534, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -531257,7 +539390,7 @@ } }, { - "id": 30075, + "id": 13535, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -531314,7 +539447,7 @@ } }, { - "id": 30049, + "id": 13509, "name": "email", "variant": "declaration", "kind": 1024, @@ -531371,7 +539504,7 @@ } }, { - "id": 30076, + "id": 13536, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -531417,7 +539550,7 @@ } }, { - "id": 30077, + "id": 13537, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -531487,7 +539620,7 @@ } }, { - "id": 30078, + "id": 13538, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -531557,7 +539690,7 @@ } }, { - "id": 30104, + "id": 13564, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -531633,7 +539766,7 @@ } }, { - "id": 30105, + "id": 13565, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -531709,7 +539842,7 @@ } }, { - "id": 30106, + "id": 13566, "name": "summary", "variant": "declaration", "kind": 1024, @@ -531779,7 +539912,7 @@ } }, { - "id": 30048, + "id": 13508, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -531874,7 +540007,7 @@ } }, { - "id": 30101, + "id": 13561, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -531949,7 +540082,7 @@ } }, { - "id": 30046, + "id": 13506, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -532018,7 +540151,7 @@ } }, { - "id": 30047, + "id": 13507, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -532087,7 +540220,7 @@ } }, { - "id": 30079, + "id": 13539, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -532143,7 +540276,7 @@ } }, { - "id": 30080, + "id": 13540, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -532199,7 +540332,7 @@ } }, { - "id": 30081, + "id": 13541, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -532255,7 +540388,7 @@ } }, { - "id": 30053, + "id": 13513, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -532311,7 +540444,7 @@ } }, { - "id": 30054, + "id": 13514, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -532367,7 +540500,7 @@ } }, { - "id": 30055, + "id": 13515, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -532423,7 +540556,7 @@ } }, { - "id": 30050, + "id": 13510, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -532479,7 +540612,7 @@ } }, { - "id": 30051, + "id": 13511, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -532535,7 +540668,7 @@ } }, { - "id": 30052, + "id": 13512, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -532591,7 +540724,7 @@ } }, { - "id": 30056, + "id": 13516, "name": "total", "variant": "declaration", "kind": 1024, @@ -532647,7 +540780,7 @@ } }, { - "id": 30057, + "id": 13517, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -532703,7 +540836,7 @@ } }, { - "id": 30058, + "id": 13518, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -532759,7 +540892,7 @@ } }, { - "id": 30107, + "id": 13567, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -532815,7 +540948,7 @@ } }, { - "id": 30059, + "id": 13519, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -532871,7 +541004,7 @@ } }, { - "id": 30060, + "id": 13520, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -532927,7 +541060,7 @@ } }, { - "id": 30082, + "id": 13542, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -532983,7 +541116,7 @@ } }, { - "id": 30083, + "id": 13543, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -533039,7 +541172,7 @@ } }, { - "id": 30084, + "id": 13544, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -533095,7 +541228,7 @@ } }, { - "id": 30085, + "id": 13545, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -533151,7 +541284,7 @@ } }, { - "id": 30086, + "id": 13546, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -533207,7 +541340,7 @@ } }, { - "id": 30087, + "id": 13547, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -533263,7 +541396,7 @@ } }, { - "id": 30088, + "id": 13548, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -533319,7 +541452,7 @@ } }, { - "id": 30089, + "id": 13549, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -533375,7 +541508,7 @@ } }, { - "id": 30033, + "id": 13493, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -533431,7 +541564,7 @@ } }, { - "id": 30034, + "id": 13494, "name": "items", "variant": "declaration", "kind": 1024, @@ -533471,14 +541604,14 @@ { "type": "reflection", "declaration": { - "id": 30035, + "id": 13495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30036, + "id": 13496, "name": "actions", "variant": "declaration", "kind": 1024, @@ -533510,7 +541643,7 @@ { "title": "Properties", "children": [ - 30036 + 13496 ] } ], @@ -533550,14 +541683,14 @@ { "type": "reflection", "declaration": { - "id": 30037, + "id": 13497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30038, + "id": 13498, "name": "actions", "variant": "declaration", "kind": 1024, @@ -533589,7 +541722,7 @@ { "title": "Properties", "children": [ - 30038 + 13498 ] } ], @@ -533613,7 +541746,7 @@ } }, { - "id": 30039, + "id": 13499, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -533653,14 +541786,14 @@ { "type": "reflection", "declaration": { - "id": 30040, + "id": 13500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30041, + "id": 13501, "name": "actions", "variant": "declaration", "kind": 1024, @@ -533692,7 +541825,7 @@ { "title": "Properties", "children": [ - 30041 + 13501 ] } ], @@ -533732,14 +541865,14 @@ { "type": "reflection", "declaration": { - "id": 30042, + "id": 13502, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30043, + "id": 13503, "name": "actions", "variant": "declaration", "kind": 1024, @@ -533771,7 +541904,7 @@ { "title": "Properties", "children": [ - 30043 + 13503 ] } ], @@ -533795,7 +541928,7 @@ } }, { - "id": 30044, + "id": 13504, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -533845,51 +541978,51 @@ { "title": "Properties", "children": [ - 30045, - 30102, - 30103, - 30072, - 30073, - 30074, - 30075, - 30049, - 30076, - 30077, - 30078, - 30104, - 30105, - 30106, - 30048, - 30101, - 30046, - 30047, - 30079, - 30080, - 30081, - 30053, - 30054, - 30055, - 30050, - 30051, - 30052, - 30056, - 30057, - 30058, - 30107, - 30059, - 30060, - 30082, - 30083, - 30084, - 30085, - 30086, - 30087, - 30088, - 30089, - 30033, - 30034, - 30039, - 30044 + 13505, + 13562, + 13563, + 13532, + 13533, + 13534, + 13535, + 13509, + 13536, + 13537, + 13538, + 13564, + 13565, + 13566, + 13508, + 13561, + 13506, + 13507, + 13539, + 13540, + 13541, + 13513, + 13514, + 13515, + 13510, + 13511, + 13512, + 13516, + 13517, + 13518, + 13567, + 13519, + 13520, + 13542, + 13543, + 13544, + 13545, + 13546, + 13547, + 13548, + 13549, + 13493, + 13494, + 13499, + 13504 ] } ], @@ -533934,14 +542067,14 @@ { "type": "reflection", "declaration": { - "id": 30108, + "id": 13568, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30109, + "id": 13569, "name": "config", "variant": "declaration", "kind": 2048, @@ -533955,7 +542088,7 @@ ], "signatures": [ { - "id": 30110, + "id": 13570, "name": "config", "variant": "signature", "kind": 4096, @@ -533969,7 +542102,7 @@ ], "parameters": [ { - "id": 30111, + "id": 13571, "name": "config", "variant": "param", "kind": 32768, @@ -533980,14 +542113,14 @@ { "type": "reflection", "declaration": { - "id": 30112, + "id": 13572, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30113, + "id": 13573, "name": "name", "variant": "declaration", "kind": 1024, @@ -534011,7 +542144,7 @@ { "title": "Properties", "children": [ - 30113 + 13573 ] } ], @@ -534093,7 +542226,7 @@ { "title": "Methods", "children": [ - 30109 + 13569 ] } ], @@ -534134,7 +542267,7 @@ } }, { - "id": 30114, + "id": 13574, "name": "run", "variant": "declaration", "kind": 1024, @@ -534157,7 +542290,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30115, + "id": 13575, "name": "__type", "variant": "declaration", "kind": 65536, @@ -534171,7 +542304,7 @@ ], "signatures": [ { - "id": 30116, + "id": 13576, "name": "__type", "variant": "signature", "kind": 4096, @@ -534199,7 +542332,7 @@ ], "typeParameters": [ { - "id": 30117, + "id": 13577, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -534210,7 +542343,7 @@ } }, { - "id": 30118, + "id": 13578, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -534223,7 +542356,7 @@ ], "parameters": [ { - "id": 30119, + "id": 13579, "name": "args", "variant": "param", "kind": 32768, @@ -534256,7 +542389,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -534276,7 +542409,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -534309,7 +542442,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -534329,7 +542462,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -534349,7 +542482,7 @@ } }, { - "id": 30120, + "id": 13580, "name": "getName", "variant": "declaration", "kind": 1024, @@ -534372,7 +542505,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30121, + "id": 13581, "name": "__type", "variant": "declaration", "kind": 65536, @@ -534386,7 +542519,7 @@ ], "signatures": [ { - "id": 30122, + "id": 13582, "name": "__type", "variant": "signature", "kind": 4096, @@ -534408,7 +542541,7 @@ } }, { - "id": 30123, + "id": 13583, "name": "config", "variant": "declaration", "kind": 1024, @@ -534431,7 +542564,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30124, + "id": 13584, "name": "__type", "variant": "declaration", "kind": 65536, @@ -534445,7 +542578,7 @@ ], "signatures": [ { - "id": 30125, + "id": 13585, "name": "__type", "variant": "signature", "kind": 4096, @@ -534459,7 +542592,7 @@ ], "parameters": [ { - "id": 30126, + "id": 13586, "name": "config", "variant": "param", "kind": 32768, @@ -534485,7 +542618,7 @@ } }, { - "id": 30127, + "id": 13587, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -534513,7 +542646,7 @@ ], "documents": [ { - "id": 37959, + "id": 21446, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -534529,6 +542662,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -534539,7 +542681,7 @@ "frontmatter": {} }, { - "id": 37960, + "id": 21447, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -534555,6 +542697,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -534565,7 +542716,7 @@ "frontmatter": {} }, { - "id": 37961, + "id": 21448, "name": "when", "variant": "document", "kind": 8388608, @@ -534600,7 +542751,7 @@ "frontmatter": {}, "children": [ { - "id": 37962, + "id": 21449, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -534616,6 +542767,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -534626,7 +542786,7 @@ "frontmatter": {} }, { - "id": 37963, + "id": 21450, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -534642,6 +542802,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -534654,7 +542823,7 @@ ] }, { - "id": 37964, + "id": 21451, "name": "updateReturnShippingMethodValidationStep", "variant": "document", "kind": 8388608, @@ -534670,6 +542839,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13466" + } + ] } ], "modifierTags": [ @@ -534680,7 +542858,7 @@ "frontmatter": {} }, { - "id": 37965, + "id": 21452, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -534696,6 +542874,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -534706,7 +542893,7 @@ "frontmatter": {} }, { - "id": 37966, + "id": 21453, "name": "updateOrderShippingMethodsStep", "variant": "document", "kind": 8388608, @@ -534722,6 +542909,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5828" + } + ] } ], "modifierTags": [ @@ -534732,7 +542928,7 @@ "frontmatter": {} }, { - "id": 37967, + "id": 21454, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -534748,6 +542944,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -534759,21 +542964,21 @@ } ], "childrenIncludingDocuments": [ - 30026, - 30114, - 30120, - 30123, - 30127 + 13486, + 13574, + 13580, + 13583, + 13587 ], "groups": [ { "title": "Properties", "children": [ - 30026, - 30114, - 30120, - 30123, - 30127 + 13486, + 13574, + 13580, + 13583, + 13587 ] } ], @@ -534782,12 +542987,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L128" } ], "signatures": [ { - "id": 30019, + "id": 13479, "name": "updateReturnShippingMethodWorkflow", "variant": "signature", "kind": 4096, @@ -534834,12 +543039,12 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L128" } ], "typeParameters": [ { - "id": 30020, + "id": 13480, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -534850,7 +543055,7 @@ } }, { - "id": 30021, + "id": 13481, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -534863,7 +543068,7 @@ ], "parameters": [ { - "id": 30022, + "id": 13482, "name": "container", "variant": "param", "kind": 32768, @@ -534887,14 +543092,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30023, + "id": 13483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30024, + "id": 13484, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -534917,7 +543122,7 @@ } }, { - "id": 30025, + "id": 13485, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -534944,8 +543149,8 @@ { "title": "Properties", "children": [ - 30024, - 30025 + 13484, + 13485 ] } ], @@ -535034,14 +543239,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -535056,7 +543261,7 @@ ] }, { - "id": 30128, + "id": 13588, "name": "updateOrderChangeActionsWorkflowId", "variant": "declaration", "kind": 32, @@ -535068,7 +543273,7 @@ "fileName": "core-flows/src/order/workflows/update-order-change-actions.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L12" } ], "type": { @@ -535078,7 +543283,7 @@ "defaultValue": "\"update-order-change-actions\"" }, { - "id": 30129, + "id": 13589, "name": "updateOrderChangeActionsWorkflow", "variant": "declaration", "kind": 64, @@ -535113,7 +543318,7 @@ }, "children": [ { - "id": 30137, + "id": 13597, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -535136,7 +543341,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30138, + "id": 13598, "name": "__type", "variant": "declaration", "kind": 65536, @@ -535150,7 +543355,7 @@ ], "signatures": [ { - "id": 30139, + "id": 13599, "name": "__type", "variant": "signature", "kind": 4096, @@ -535178,7 +543383,7 @@ ], "parameters": [ { - "id": 30140, + "id": 13600, "name": "param0", "variant": "param", "kind": 32768, @@ -535194,14 +543399,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30141, + "id": 13601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30142, + "id": 13602, "name": "input", "variant": "declaration", "kind": 1024, @@ -535267,7 +543472,7 @@ { "title": "Properties", "children": [ - 30142 + 13602 ] } ], @@ -535360,14 +543565,14 @@ { "type": "reflection", "declaration": { - "id": 30143, + "id": 13603, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30144, + "id": 13604, "name": "config", "variant": "declaration", "kind": 2048, @@ -535381,7 +543586,7 @@ ], "signatures": [ { - "id": 30145, + "id": 13605, "name": "config", "variant": "signature", "kind": 4096, @@ -535395,7 +543600,7 @@ ], "parameters": [ { - "id": 30146, + "id": 13606, "name": "config", "variant": "param", "kind": 32768, @@ -535406,14 +543611,14 @@ { "type": "reflection", "declaration": { - "id": 30147, + "id": 13607, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30148, + "id": 13608, "name": "name", "variant": "declaration", "kind": 1024, @@ -535437,7 +543642,7 @@ { "title": "Properties", "children": [ - 30148 + 13608 ] } ], @@ -535522,7 +543727,7 @@ { "title": "Methods", "children": [ - 30144 + 13604 ] } ], @@ -535566,7 +543771,7 @@ } }, { - "id": 30149, + "id": 13609, "name": "run", "variant": "declaration", "kind": 1024, @@ -535589,7 +543794,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30150, + "id": 13610, "name": "__type", "variant": "declaration", "kind": 65536, @@ -535603,7 +543808,7 @@ ], "signatures": [ { - "id": 30151, + "id": 13611, "name": "__type", "variant": "signature", "kind": 4096, @@ -535631,7 +543836,7 @@ ], "typeParameters": [ { - "id": 30152, + "id": 13612, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -535642,7 +543847,7 @@ } }, { - "id": 30153, + "id": 13613, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -535655,7 +543860,7 @@ ], "parameters": [ { - "id": 30154, + "id": 13614, "name": "args", "variant": "param", "kind": 32768, @@ -535688,7 +543893,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -535711,7 +543916,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -535744,7 +543949,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -535767,7 +543972,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -535787,7 +543992,7 @@ } }, { - "id": 30155, + "id": 13615, "name": "getName", "variant": "declaration", "kind": 1024, @@ -535810,7 +544015,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30156, + "id": 13616, "name": "__type", "variant": "declaration", "kind": 65536, @@ -535824,7 +544029,7 @@ ], "signatures": [ { - "id": 30157, + "id": 13617, "name": "__type", "variant": "signature", "kind": 4096, @@ -535846,7 +544051,7 @@ } }, { - "id": 30158, + "id": 13618, "name": "config", "variant": "declaration", "kind": 1024, @@ -535869,7 +544074,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30159, + "id": 13619, "name": "__type", "variant": "declaration", "kind": 65536, @@ -535883,7 +544088,7 @@ ], "signatures": [ { - "id": 30160, + "id": 13620, "name": "__type", "variant": "signature", "kind": 4096, @@ -535897,7 +544102,7 @@ ], "parameters": [ { - "id": 30161, + "id": 13621, "name": "config", "variant": "param", "kind": 32768, @@ -535923,7 +544128,7 @@ } }, { - "id": 30162, + "id": 13622, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -535951,7 +544156,7 @@ ], "documents": [ { - "id": 37968, + "id": 21455, "name": "updateOrderChangeActionsStep", "variant": "document", "kind": 8388608, @@ -535967,6 +544172,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5786" + } + ] } ], "modifierTags": [ @@ -535978,21 +544192,21 @@ } ], "childrenIncludingDocuments": [ - 30137, - 30149, - 30155, - 30158, - 30162 + 13597, + 13609, + 13615, + 13618, + 13622 ], "groups": [ { "title": "Properties", "children": [ - 30137, - 30149, - 30155, - 30158, - 30162 + 13597, + 13609, + 13615, + 13618, + 13622 ] } ], @@ -536001,12 +544215,12 @@ "fileName": "core-flows/src/order/workflows/update-order-change-actions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L23" } ], "signatures": [ { - "id": 30130, + "id": 13590, "name": "updateOrderChangeActionsWorkflow", "variant": "signature", "kind": 4096, @@ -536044,12 +544258,12 @@ "fileName": "core-flows/src/order/workflows/update-order-change-actions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-change-actions.ts#L23" } ], "typeParameters": [ { - "id": 30131, + "id": 13591, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -536060,7 +544274,7 @@ } }, { - "id": 30132, + "id": 13592, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -536073,7 +544287,7 @@ ], "parameters": [ { - "id": 30133, + "id": 13593, "name": "container", "variant": "param", "kind": 32768, @@ -536097,14 +544311,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30134, + "id": 13594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30135, + "id": 13595, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -536127,7 +544341,7 @@ } }, { - "id": 30136, + "id": 13596, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -536154,8 +544368,8 @@ { "title": "Properties", "children": [ - 30135, - 30136 + 13595, + 13596 ] } ], @@ -536250,14 +544464,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -536272,7 +544486,7 @@ ] }, { - "id": 30163, + "id": 13623, "name": "updateOrderChangesWorkflowId", "variant": "declaration", "kind": 32, @@ -536284,7 +544498,7 @@ "fileName": "core-flows/src/order/workflows/update-order-changes.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L12" } ], "type": { @@ -536294,7 +544508,7 @@ "defaultValue": "\"update-order-change\"" }, { - "id": 30164, + "id": 13624, "name": "updateOrderChangesWorkflow", "variant": "declaration", "kind": 64, @@ -536329,7 +544543,7 @@ }, "children": [ { - "id": 30172, + "id": 13632, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -536352,7 +544566,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30173, + "id": 13633, "name": "__type", "variant": "declaration", "kind": 65536, @@ -536366,7 +544580,7 @@ ], "signatures": [ { - "id": 30174, + "id": 13634, "name": "__type", "variant": "signature", "kind": 4096, @@ -536394,7 +544608,7 @@ ], "parameters": [ { - "id": 30175, + "id": 13635, "name": "param0", "variant": "param", "kind": 32768, @@ -536410,14 +544624,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30176, + "id": 13636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30177, + "id": 13637, "name": "input", "variant": "declaration", "kind": 1024, @@ -536483,7 +544697,7 @@ { "title": "Properties", "children": [ - 30177 + 13637 ] } ], @@ -536576,14 +544790,14 @@ { "type": "reflection", "declaration": { - "id": 30178, + "id": 13638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30179, + "id": 13639, "name": "config", "variant": "declaration", "kind": 2048, @@ -536597,7 +544811,7 @@ ], "signatures": [ { - "id": 30180, + "id": 13640, "name": "config", "variant": "signature", "kind": 4096, @@ -536611,7 +544825,7 @@ ], "parameters": [ { - "id": 30181, + "id": 13641, "name": "config", "variant": "param", "kind": 32768, @@ -536622,14 +544836,14 @@ { "type": "reflection", "declaration": { - "id": 30182, + "id": 13642, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30183, + "id": 13643, "name": "name", "variant": "declaration", "kind": 1024, @@ -536653,7 +544867,7 @@ { "title": "Properties", "children": [ - 30183 + 13643 ] } ], @@ -536738,7 +544952,7 @@ { "title": "Methods", "children": [ - 30179 + 13639 ] } ], @@ -536782,7 +544996,7 @@ } }, { - "id": 30184, + "id": 13644, "name": "run", "variant": "declaration", "kind": 1024, @@ -536805,7 +545019,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30185, + "id": 13645, "name": "__type", "variant": "declaration", "kind": 65536, @@ -536819,7 +545033,7 @@ ], "signatures": [ { - "id": 30186, + "id": 13646, "name": "__type", "variant": "signature", "kind": 4096, @@ -536847,7 +545061,7 @@ ], "typeParameters": [ { - "id": 30187, + "id": 13647, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -536858,7 +545072,7 @@ } }, { - "id": 30188, + "id": 13648, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -536871,7 +545085,7 @@ ], "parameters": [ { - "id": 30189, + "id": 13649, "name": "args", "variant": "param", "kind": 32768, @@ -536904,7 +545118,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -536927,7 +545141,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -536960,7 +545174,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -536983,7 +545197,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -537003,7 +545217,7 @@ } }, { - "id": 30190, + "id": 13650, "name": "getName", "variant": "declaration", "kind": 1024, @@ -537026,7 +545240,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30191, + "id": 13651, "name": "__type", "variant": "declaration", "kind": 65536, @@ -537040,7 +545254,7 @@ ], "signatures": [ { - "id": 30192, + "id": 13652, "name": "__type", "variant": "signature", "kind": 4096, @@ -537062,7 +545276,7 @@ } }, { - "id": 30193, + "id": 13653, "name": "config", "variant": "declaration", "kind": 1024, @@ -537085,7 +545299,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30194, + "id": 13654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -537099,7 +545313,7 @@ ], "signatures": [ { - "id": 30195, + "id": 13655, "name": "__type", "variant": "signature", "kind": 4096, @@ -537113,7 +545327,7 @@ ], "parameters": [ { - "id": 30196, + "id": 13656, "name": "config", "variant": "param", "kind": 32768, @@ -537139,7 +545353,7 @@ } }, { - "id": 30197, + "id": 13657, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -537167,7 +545381,7 @@ ], "documents": [ { - "id": 37969, + "id": 21456, "name": "updateOrderChangesStep", "variant": "document", "kind": 8388608, @@ -537183,6 +545397,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5799" + } + ] } ], "modifierTags": [ @@ -537194,21 +545417,21 @@ } ], "childrenIncludingDocuments": [ - 30172, - 30184, - 30190, - 30193, - 30197 + 13632, + 13644, + 13650, + 13653, + 13657 ], "groups": [ { "title": "Properties", "children": [ - 30172, - 30184, - 30190, - 30193, - 30197 + 13632, + 13644, + 13650, + 13653, + 13657 ] } ], @@ -537217,12 +545440,12 @@ "fileName": "core-flows/src/order/workflows/update-order-changes.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L23" } ], "signatures": [ { - "id": 30165, + "id": 13625, "name": "updateOrderChangesWorkflow", "variant": "signature", "kind": 4096, @@ -537260,12 +545483,12 @@ "fileName": "core-flows/src/order/workflows/update-order-changes.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order-changes.ts#L23" } ], "typeParameters": [ { - "id": 30166, + "id": 13626, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -537276,7 +545499,7 @@ } }, { - "id": 30167, + "id": 13627, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -537289,7 +545512,7 @@ ], "parameters": [ { - "id": 30168, + "id": 13628, "name": "container", "variant": "param", "kind": 32768, @@ -537313,14 +545536,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30169, + "id": 13629, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30170, + "id": 13630, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -537343,7 +545566,7 @@ } }, { - "id": 30171, + "id": 13631, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -537370,8 +545593,8 @@ { "title": "Properties", "children": [ - 30170, - 30171 + 13630, + 13631 ] } ], @@ -537466,14 +545689,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -537488,7 +545711,7 @@ ] }, { - "id": 30200, + "id": 13660, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -537506,7 +545729,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 129, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L129" } ], "type": { @@ -537515,7 +545738,7 @@ } }, { - "id": 30201, + "id": 13661, "name": "item_ids", "variant": "declaration", "kind": 1024, @@ -537535,7 +545758,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 133, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L133" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L133" } ], "type": { @@ -537547,7 +545770,7 @@ } }, { - "id": 30202, + "id": 13662, "name": "shipping_method_ids", "variant": "declaration", "kind": 1024, @@ -537567,7 +545790,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 137, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L137" } ], "type": { @@ -537579,7 +545802,7 @@ } }, { - "id": 30203, + "id": 13663, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -537599,7 +545822,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 143, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L143" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L143" } ], "type": { @@ -537608,7 +545831,7 @@ } }, { - "id": 30204, + "id": 13664, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -537628,7 +545851,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 147, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L147" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L147" } ], "type": { @@ -537637,7 +545860,7 @@ } }, { - "id": 30205, + "id": 13665, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -537657,7 +545880,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 151, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L151" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L151" } ], "type": { @@ -537678,7 +545901,7 @@ } }, { - "id": 30206, + "id": 13666, "name": "updateOrderTaxLinesWorkflowId", "variant": "declaration", "kind": 32, @@ -537690,7 +545913,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 154, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L154" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L154" } ], "type": { @@ -537700,7 +545923,7 @@ "defaultValue": "\"update-order-tax-lines\"" }, { - "id": 30207, + "id": 13667, "name": "updateOrderTaxLinesWorkflow", "variant": "declaration", "kind": 64, @@ -537753,7 +545976,7 @@ }, "children": [ { - "id": 30215, + "id": 13675, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -537776,7 +545999,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30216, + "id": 13676, "name": "__type", "variant": "declaration", "kind": 65536, @@ -537790,7 +546013,7 @@ ], "signatures": [ { - "id": 30217, + "id": 13677, "name": "__type", "variant": "signature", "kind": 4096, @@ -537818,7 +546041,7 @@ ], "parameters": [ { - "id": 30218, + "id": 13678, "name": "param0", "variant": "param", "kind": 32768, @@ -537834,14 +546057,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30219, + "id": 13679, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30220, + "id": 13680, "name": "input", "variant": "declaration", "kind": 1024, @@ -537866,7 +546089,7 @@ "types": [ { "type": "reference", - "target": 30198, + "target": 13658, "name": "UpdateOrderTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -537879,7 +546102,7 @@ "typeArguments": [ { "type": "reference", - "target": 30198, + "target": 13658, "name": "UpdateOrderTaxLinesWorkflowInput", "package": "@medusajs/core-flows" } @@ -537895,7 +546118,7 @@ { "title": "Properties", "children": [ - 30220 + 13680 ] } ], @@ -537931,14 +546154,14 @@ { "type": "reflection", "declaration": { - "id": 30221, + "id": 13681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30222, + "id": 13682, "name": "config", "variant": "declaration", "kind": 2048, @@ -537952,7 +546175,7 @@ ], "signatures": [ { - "id": 30223, + "id": 13683, "name": "config", "variant": "signature", "kind": 4096, @@ -537966,7 +546189,7 @@ ], "parameters": [ { - "id": 30224, + "id": 13684, "name": "config", "variant": "param", "kind": 32768, @@ -537977,14 +546200,14 @@ { "type": "reflection", "declaration": { - "id": 30225, + "id": 13685, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30226, + "id": 13686, "name": "name", "variant": "declaration", "kind": 1024, @@ -538008,7 +546231,7 @@ { "title": "Properties", "children": [ - 30226 + 13686 ] } ], @@ -538085,7 +546308,7 @@ { "title": "Methods", "children": [ - 30222 + 13682 ] } ], @@ -538121,7 +546344,7 @@ } }, { - "id": 30227, + "id": 13687, "name": "run", "variant": "declaration", "kind": 1024, @@ -538144,7 +546367,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30228, + "id": 13688, "name": "__type", "variant": "declaration", "kind": 65536, @@ -538158,7 +546381,7 @@ ], "signatures": [ { - "id": 30229, + "id": 13689, "name": "__type", "variant": "signature", "kind": 4096, @@ -538186,7 +546409,7 @@ ], "typeParameters": [ { - "id": 30230, + "id": 13690, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -538197,7 +546420,7 @@ } }, { - "id": 30231, + "id": 13691, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -538210,7 +546433,7 @@ ], "parameters": [ { - "id": 30232, + "id": 13692, "name": "args", "variant": "param", "kind": 32768, @@ -538243,7 +546466,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538254,13 +546477,13 @@ }, "trueType": { "type": "reference", - "target": 30198, + "target": 13658, "name": "UpdateOrderTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538293,7 +546516,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538308,7 +546531,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538328,7 +546551,7 @@ } }, { - "id": 30233, + "id": 13693, "name": "getName", "variant": "declaration", "kind": 1024, @@ -538351,7 +546574,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30234, + "id": 13694, "name": "__type", "variant": "declaration", "kind": 65536, @@ -538365,7 +546588,7 @@ ], "signatures": [ { - "id": 30235, + "id": 13695, "name": "__type", "variant": "signature", "kind": 4096, @@ -538387,7 +546610,7 @@ } }, { - "id": 30236, + "id": 13696, "name": "config", "variant": "declaration", "kind": 1024, @@ -538410,7 +546633,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30237, + "id": 13697, "name": "__type", "variant": "declaration", "kind": 65536, @@ -538424,7 +546647,7 @@ ], "signatures": [ { - "id": 30238, + "id": 13698, "name": "__type", "variant": "signature", "kind": 4096, @@ -538438,7 +546661,7 @@ ], "parameters": [ { - "id": 30239, + "id": 13699, "name": "config", "variant": "param", "kind": 32768, @@ -538464,7 +546687,7 @@ } }, { - "id": 30240, + "id": 13700, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -538487,7 +546710,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30241, + "id": 13701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -538501,14 +546724,14 @@ ], "indexSignatures": [ { - "id": 30242, + "id": 13702, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 30243, + "id": 13703, "name": "key", "variant": "param", "kind": 32768, @@ -538522,7 +546745,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30244, + "id": 13704, "name": "__type", "variant": "declaration", "kind": 65536, @@ -538536,7 +546759,7 @@ ], "signatures": [ { - "id": 30245, + "id": 13705, "name": "__type", "variant": "signature", "kind": 4096, @@ -538550,14 +546773,14 @@ ], "typeParameters": [ { - "id": 30246, + "id": 13706, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 30247, + "id": 13707, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -538566,7 +546789,7 @@ ], "parameters": [ { - "id": 30248, + "id": 13708, "name": "invoke", "variant": "param", "kind": 32768, @@ -538584,14 +546807,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538602,7 +546825,7 @@ } }, { - "id": 30249, + "id": 13709, "name": "compensate", "variant": "param", "kind": 32768, @@ -538618,7 +546841,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -538645,7 +546868,7 @@ ], "documents": [ { - "id": 37970, + "id": 21457, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -538661,6 +546884,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -538671,7 +546903,7 @@ "frontmatter": {} }, { - "id": 37971, + "id": 21458, "name": "when", "variant": "document", "kind": 8388608, @@ -538706,7 +546938,7 @@ "frontmatter": {}, "children": [ { - "id": 37972, + "id": 21459, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -538722,6 +546954,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -538734,7 +546975,7 @@ ] }, { - "id": 37973, + "id": 21460, "name": "when", "variant": "document", "kind": 8388608, @@ -538769,7 +547010,7 @@ "frontmatter": {}, "children": [ { - "id": 37974, + "id": 21461, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -538785,6 +547026,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -538797,7 +547047,7 @@ ] }, { - "id": 37975, + "id": 21462, "name": "getItemTaxLinesStep", "variant": "document", "kind": 8388608, @@ -538813,6 +547063,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19890" + } + ] } ], "modifierTags": [ @@ -538823,7 +547082,7 @@ "frontmatter": {} }, { - "id": 37976, + "id": 21463, "name": "setOrderTaxLinesForItemsStep", "variant": "document", "kind": 8388608, @@ -538839,6 +547098,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5779" + } + ] } ], "modifierTags": [ @@ -538850,21 +547118,21 @@ } ], "childrenIncludingDocuments": [ - 30215, - 30227, - 30233, - 30236, - 30240 + 13675, + 13687, + 13693, + 13696, + 13700 ], "groups": [ { "title": "Properties", "children": [ - 30215, - 30227, - 30233, - 30236, - 30240 + 13675, + 13687, + 13693, + 13696, + 13700 ] } ], @@ -538873,12 +547141,12 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 176, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L176" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L176" } ], "signatures": [ { - "id": 30208, + "id": 13668, "name": "updateOrderTaxLinesWorkflow", "variant": "signature", "kind": 4096, @@ -538934,12 +547202,12 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 176, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L176" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L176" } ], "typeParameters": [ { - "id": 30209, + "id": 13669, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -538950,7 +547218,7 @@ } }, { - "id": 30210, + "id": 13670, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -538963,7 +547231,7 @@ ], "parameters": [ { - "id": 30211, + "id": 13671, "name": "container", "variant": "param", "kind": 32768, @@ -538987,14 +547255,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30212, + "id": 13672, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30213, + "id": 13673, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -539017,7 +547285,7 @@ } }, { - "id": 30214, + "id": 13674, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -539044,8 +547312,8 @@ { "title": "Properties", "children": [ - 30213, - 30214 + 13673, + 13674 ] } ], @@ -539116,7 +547384,7 @@ "typeArguments": [ { "type": "reference", - "target": 30198, + "target": 13658, "name": "UpdateOrderTaxLinesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -539126,14 +547394,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -539148,7 +547416,7 @@ ] }, { - "id": 30252, + "id": 13712, "name": "order", "variant": "declaration", "kind": 1024, @@ -539166,7 +547434,7 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L31" } ], "type": { @@ -539180,7 +547448,7 @@ } }, { - "id": 30253, + "id": 13713, "name": "customer", "variant": "declaration", "kind": 1024, @@ -539198,7 +547466,7 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L35" } ], "type": { @@ -539212,7 +547480,7 @@ } }, { - "id": 30254, + "id": 13714, "name": "requestOrderTransferValidationStep", "variant": "declaration", "kind": 64, @@ -539247,7 +547515,7 @@ }, "children": [ { - "id": 30263, + "id": 13723, "name": "__type", "variant": "declaration", "kind": 1024, @@ -539265,7 +547533,7 @@ } }, { - "id": 30264, + "id": 13724, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -539287,8 +547555,8 @@ { "title": "Properties", "children": [ - 30263, - 30264 + 13723, + 13724 ] } ], @@ -539297,12 +547565,12 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L62" } ], "signatures": [ { - "id": 30255, + "id": 13715, "name": "requestOrderTransferValidationStep", "variant": "signature", "kind": 4096, @@ -539340,12 +547608,12 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L62" } ], "parameters": [ { - "id": 30256, + "id": 13716, "name": "input", "variant": "param", "kind": 32768, @@ -539355,7 +547623,7 @@ "types": [ { "type": "reference", - "target": 30250, + "target": 13710, "name": "RequestOrderTransferValidationStepInput", "package": "@medusajs/core-flows" }, @@ -539368,7 +547636,7 @@ "typeArguments": [ { "type": "reference", - "target": 30250, + "target": 13710, "name": "RequestOrderTransferValidationStepInput", "package": "@medusajs/core-flows" } @@ -539401,14 +547669,14 @@ { "type": "reflection", "declaration": { - "id": 30257, + "id": 13717, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30258, + "id": 13718, "name": "config", "variant": "declaration", "kind": 2048, @@ -539422,7 +547690,7 @@ ], "signatures": [ { - "id": 30259, + "id": 13719, "name": "config", "variant": "signature", "kind": 4096, @@ -539436,7 +547704,7 @@ ], "parameters": [ { - "id": 30260, + "id": 13720, "name": "config", "variant": "param", "kind": 32768, @@ -539447,14 +547715,14 @@ { "type": "reflection", "declaration": { - "id": 30261, + "id": 13721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30262, + "id": 13722, "name": "name", "variant": "declaration", "kind": 1024, @@ -539478,7 +547746,7 @@ { "title": "Properties", "children": [ - 30262 + 13722 ] } ], @@ -539555,7 +547823,7 @@ { "title": "Methods", "children": [ - 30258 + 13718 ] } ], @@ -539589,7 +547857,7 @@ ] }, { - "id": 30265, + "id": 13725, "name": "requestOrderTransferWorkflowId", "variant": "declaration", "kind": 32, @@ -539601,7 +547869,7 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 86, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L86" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L86" } ], "type": { @@ -539611,7 +547879,7 @@ "defaultValue": "\"request-order-transfer-workflow\"" }, { - "id": 30266, + "id": 13726, "name": "requestOrderTransferWorkflow", "variant": "declaration", "kind": 64, @@ -539672,7 +547940,7 @@ }, "children": [ { - "id": 30274, + "id": 13734, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -539695,7 +547963,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30275, + "id": 13735, "name": "__type", "variant": "declaration", "kind": 65536, @@ -539709,7 +547977,7 @@ ], "signatures": [ { - "id": 30276, + "id": 13736, "name": "__type", "variant": "signature", "kind": 4096, @@ -539737,7 +548005,7 @@ ], "parameters": [ { - "id": 30277, + "id": 13737, "name": "param0", "variant": "param", "kind": 32768, @@ -539753,14 +548021,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30278, + "id": 13738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30279, + "id": 13739, "name": "input", "variant": "declaration", "kind": 1024, @@ -539820,7 +548088,7 @@ { "title": "Properties", "children": [ - 30279 + 13739 ] } ], @@ -539841,14 +548109,14 @@ { "type": "reflection", "declaration": { - "id": 30280, + "id": 13740, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30293, + "id": 13753, "name": "id", "variant": "declaration", "kind": 1024, @@ -539894,7 +548162,7 @@ } }, { - "id": 30350, + "id": 13810, "name": "version", "variant": "declaration", "kind": 1024, @@ -539940,7 +548208,7 @@ } }, { - "id": 30351, + "id": 13811, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -539986,7 +548254,7 @@ } }, { - "id": 30320, + "id": 13780, "name": "status", "variant": "declaration", "kind": 1024, @@ -540042,7 +548310,7 @@ } }, { - "id": 30321, + "id": 13781, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -540099,7 +548367,7 @@ } }, { - "id": 30322, + "id": 13782, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -540156,7 +548424,7 @@ } }, { - "id": 30323, + "id": 13783, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -540213,7 +548481,7 @@ } }, { - "id": 30297, + "id": 13757, "name": "email", "variant": "declaration", "kind": 1024, @@ -540270,7 +548538,7 @@ } }, { - "id": 30324, + "id": 13784, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -540316,7 +548584,7 @@ } }, { - "id": 30325, + "id": 13785, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -540386,7 +548654,7 @@ } }, { - "id": 30326, + "id": 13786, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -540456,7 +548724,7 @@ } }, { - "id": 30352, + "id": 13812, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -540532,7 +548800,7 @@ } }, { - "id": 30353, + "id": 13813, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -540608,7 +548876,7 @@ } }, { - "id": 30354, + "id": 13814, "name": "summary", "variant": "declaration", "kind": 1024, @@ -540678,7 +548946,7 @@ } }, { - "id": 30296, + "id": 13756, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -540773,7 +549041,7 @@ } }, { - "id": 30349, + "id": 13809, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -540848,7 +549116,7 @@ } }, { - "id": 30294, + "id": 13754, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -540917,7 +549185,7 @@ } }, { - "id": 30295, + "id": 13755, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -540986,7 +549254,7 @@ } }, { - "id": 30327, + "id": 13787, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -541042,7 +549310,7 @@ } }, { - "id": 30328, + "id": 13788, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -541098,7 +549366,7 @@ } }, { - "id": 30329, + "id": 13789, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -541154,7 +549422,7 @@ } }, { - "id": 30301, + "id": 13761, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -541210,7 +549478,7 @@ } }, { - "id": 30302, + "id": 13762, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -541266,7 +549534,7 @@ } }, { - "id": 30303, + "id": 13763, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -541322,7 +549590,7 @@ } }, { - "id": 30298, + "id": 13758, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -541378,7 +549646,7 @@ } }, { - "id": 30299, + "id": 13759, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -541434,7 +549702,7 @@ } }, { - "id": 30300, + "id": 13760, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -541490,7 +549758,7 @@ } }, { - "id": 30304, + "id": 13764, "name": "total", "variant": "declaration", "kind": 1024, @@ -541546,7 +549814,7 @@ } }, { - "id": 30305, + "id": 13765, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -541602,7 +549870,7 @@ } }, { - "id": 30306, + "id": 13766, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -541658,7 +549926,7 @@ } }, { - "id": 30355, + "id": 13815, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -541714,7 +549982,7 @@ } }, { - "id": 30307, + "id": 13767, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -541770,7 +550038,7 @@ } }, { - "id": 30308, + "id": 13768, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -541826,7 +550094,7 @@ } }, { - "id": 30330, + "id": 13790, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -541882,7 +550150,7 @@ } }, { - "id": 30331, + "id": 13791, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -541938,7 +550206,7 @@ } }, { - "id": 30332, + "id": 13792, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -541994,7 +550262,7 @@ } }, { - "id": 30333, + "id": 13793, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -542050,7 +550318,7 @@ } }, { - "id": 30334, + "id": 13794, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -542106,7 +550374,7 @@ } }, { - "id": 30335, + "id": 13795, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -542162,7 +550430,7 @@ } }, { - "id": 30336, + "id": 13796, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -542218,7 +550486,7 @@ } }, { - "id": 30337, + "id": 13797, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -542274,7 +550542,7 @@ } }, { - "id": 30281, + "id": 13741, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -542330,7 +550598,7 @@ } }, { - "id": 30282, + "id": 13742, "name": "items", "variant": "declaration", "kind": 1024, @@ -542370,14 +550638,14 @@ { "type": "reflection", "declaration": { - "id": 30283, + "id": 13743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30284, + "id": 13744, "name": "actions", "variant": "declaration", "kind": 1024, @@ -542409,7 +550677,7 @@ { "title": "Properties", "children": [ - 30284 + 13744 ] } ], @@ -542449,14 +550717,14 @@ { "type": "reflection", "declaration": { - "id": 30285, + "id": 13745, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30286, + "id": 13746, "name": "actions", "variant": "declaration", "kind": 1024, @@ -542488,7 +550756,7 @@ { "title": "Properties", "children": [ - 30286 + 13746 ] } ], @@ -542512,7 +550780,7 @@ } }, { - "id": 30287, + "id": 13747, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -542552,14 +550820,14 @@ { "type": "reflection", "declaration": { - "id": 30288, + "id": 13748, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30289, + "id": 13749, "name": "actions", "variant": "declaration", "kind": 1024, @@ -542591,7 +550859,7 @@ { "title": "Properties", "children": [ - 30289 + 13749 ] } ], @@ -542631,14 +550899,14 @@ { "type": "reflection", "declaration": { - "id": 30290, + "id": 13750, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30291, + "id": 13751, "name": "actions", "variant": "declaration", "kind": 1024, @@ -542670,7 +550938,7 @@ { "title": "Properties", "children": [ - 30291 + 13751 ] } ], @@ -542694,7 +550962,7 @@ } }, { - "id": 30292, + "id": 13752, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -542744,51 +551012,51 @@ { "title": "Properties", "children": [ - 30293, - 30350, - 30351, - 30320, - 30321, - 30322, - 30323, - 30297, - 30324, - 30325, - 30326, - 30352, - 30353, - 30354, - 30296, - 30349, - 30294, - 30295, - 30327, - 30328, - 30329, - 30301, - 30302, - 30303, - 30298, - 30299, - 30300, - 30304, - 30305, - 30306, - 30355, - 30307, - 30308, - 30330, - 30331, - 30332, - 30333, - 30334, - 30335, - 30336, - 30337, - 30281, - 30282, - 30287, - 30292 + 13753, + 13810, + 13811, + 13780, + 13781, + 13782, + 13783, + 13757, + 13784, + 13785, + 13786, + 13812, + 13813, + 13814, + 13756, + 13809, + 13754, + 13755, + 13787, + 13788, + 13789, + 13761, + 13762, + 13763, + 13758, + 13759, + 13760, + 13764, + 13765, + 13766, + 13815, + 13767, + 13768, + 13790, + 13791, + 13792, + 13793, + 13794, + 13795, + 13796, + 13797, + 13741, + 13742, + 13747, + 13752 ] } ], @@ -542833,14 +551101,14 @@ { "type": "reflection", "declaration": { - "id": 30356, + "id": 13816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30357, + "id": 13817, "name": "config", "variant": "declaration", "kind": 2048, @@ -542854,7 +551122,7 @@ ], "signatures": [ { - "id": 30358, + "id": 13818, "name": "config", "variant": "signature", "kind": 4096, @@ -542868,7 +551136,7 @@ ], "parameters": [ { - "id": 30359, + "id": 13819, "name": "config", "variant": "param", "kind": 32768, @@ -542879,14 +551147,14 @@ { "type": "reflection", "declaration": { - "id": 30360, + "id": 13820, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30361, + "id": 13821, "name": "name", "variant": "declaration", "kind": 1024, @@ -542910,7 +551178,7 @@ { "title": "Properties", "children": [ - 30361 + 13821 ] } ], @@ -542992,7 +551260,7 @@ { "title": "Methods", "children": [ - 30357 + 13817 ] } ], @@ -543033,7 +551301,7 @@ } }, { - "id": 30362, + "id": 13822, "name": "run", "variant": "declaration", "kind": 1024, @@ -543056,7 +551324,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30363, + "id": 13823, "name": "__type", "variant": "declaration", "kind": 65536, @@ -543070,7 +551338,7 @@ ], "signatures": [ { - "id": 30364, + "id": 13824, "name": "__type", "variant": "signature", "kind": 4096, @@ -543098,7 +551366,7 @@ ], "typeParameters": [ { - "id": 30365, + "id": 13825, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -543109,7 +551377,7 @@ } }, { - "id": 30366, + "id": 13826, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -543122,7 +551390,7 @@ ], "parameters": [ { - "id": 30367, + "id": 13827, "name": "args", "variant": "param", "kind": 32768, @@ -543155,7 +551423,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -543175,7 +551443,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -543208,7 +551476,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -543228,7 +551496,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -543248,7 +551516,7 @@ } }, { - "id": 30368, + "id": 13828, "name": "getName", "variant": "declaration", "kind": 1024, @@ -543271,7 +551539,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30369, + "id": 13829, "name": "__type", "variant": "declaration", "kind": 65536, @@ -543285,7 +551553,7 @@ ], "signatures": [ { - "id": 30370, + "id": 13830, "name": "__type", "variant": "signature", "kind": 4096, @@ -543307,7 +551575,7 @@ } }, { - "id": 30371, + "id": 13831, "name": "config", "variant": "declaration", "kind": 1024, @@ -543330,7 +551598,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30372, + "id": 13832, "name": "__type", "variant": "declaration", "kind": 65536, @@ -543344,7 +551612,7 @@ ], "signatures": [ { - "id": 30373, + "id": 13833, "name": "__type", "variant": "signature", "kind": 4096, @@ -543358,7 +551626,7 @@ ], "parameters": [ { - "id": 30374, + "id": 13834, "name": "config", "variant": "param", "kind": 32768, @@ -543384,7 +551652,7 @@ } }, { - "id": 30375, + "id": 13835, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -543412,7 +551680,7 @@ ], "documents": [ { - "id": 37977, + "id": 21464, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -543428,6 +551696,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -543438,7 +551715,7 @@ "frontmatter": {} }, { - "id": 37978, + "id": 21465, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -543454,6 +551731,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -543464,7 +551750,7 @@ "frontmatter": {} }, { - "id": 37979, + "id": 21466, "name": "requestOrderTransferValidationStep", "variant": "document", "kind": 8388608, @@ -543480,6 +551766,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13714" + } + ] } ], "modifierTags": [ @@ -543490,7 +551785,7 @@ "frontmatter": {} }, { - "id": 37980, + "id": 21467, "name": "createOrderChangeStep", "variant": "document", "kind": 8388608, @@ -543506,6 +551801,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5426" + } + ] } ], "modifierTags": [ @@ -543516,7 +551820,7 @@ "frontmatter": {} }, { - "id": 37981, + "id": 21468, "name": "createOrderChangeActionsWorkflow", "variant": "document", "kind": 8388608, @@ -543532,6 +551836,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7919" + } + ] } ], "modifierTags": [ @@ -543542,7 +551855,7 @@ "frontmatter": {} }, { - "id": 37982, + "id": 21469, "name": "updateOrderChangesStep", "variant": "document", "kind": 8388608, @@ -543558,6 +551871,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5799" + } + ] } ], "modifierTags": [ @@ -543568,7 +551890,7 @@ "frontmatter": {} }, { - "id": 37983, + "id": 21470, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -543584,6 +551906,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -543594,7 +551925,7 @@ "frontmatter": {} }, { - "id": 37984, + "id": 21471, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -543610,6 +551941,15 @@ "text": "8" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -543621,21 +551961,21 @@ } ], "childrenIncludingDocuments": [ - 30274, - 30362, - 30368, - 30371, - 30375 + 13734, + 13822, + 13828, + 13831, + 13835 ], "groups": [ { "title": "Properties", "children": [ - 30274, - 30362, - 30368, - 30371, - 30375 + 13734, + 13822, + 13828, + 13831, + 13835 ] } ], @@ -543644,12 +551984,12 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L110" } ], "signatures": [ { - "id": 30267, + "id": 13727, "name": "requestOrderTransferWorkflow", "variant": "signature", "kind": 4096, @@ -543713,12 +552053,12 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 110, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L110" } ], "typeParameters": [ { - "id": 30268, + "id": 13728, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -543729,7 +552069,7 @@ } }, { - "id": 30269, + "id": 13729, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -543742,7 +552082,7 @@ ], "parameters": [ { - "id": 30270, + "id": 13730, "name": "container", "variant": "param", "kind": 32768, @@ -543766,14 +552106,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30271, + "id": 13731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30272, + "id": 13732, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -543796,7 +552136,7 @@ } }, { - "id": 30273, + "id": 13733, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -543823,8 +552163,8 @@ { "title": "Properties", "children": [ - 30272, - 30273 + 13732, + 13733 ] } ], @@ -543913,14 +552253,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -543935,7 +552275,7 @@ ] }, { - "id": 30378, + "id": 13838, "name": "token", "variant": "declaration", "kind": 1024, @@ -543953,7 +552293,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L32" } ], "type": { @@ -543962,7 +552302,7 @@ } }, { - "id": 30379, + "id": 13839, "name": "order", "variant": "declaration", "kind": 1024, @@ -543980,7 +552320,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L36" } ], "type": { @@ -543994,7 +552334,7 @@ } }, { - "id": 30380, + "id": 13840, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -544012,7 +552352,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L40" } ], "type": { @@ -544026,7 +552366,7 @@ } }, { - "id": 30381, + "id": 13841, "name": "acceptOrderTransferValidationStep", "variant": "declaration", "kind": 64, @@ -544061,7 +552401,7 @@ }, "children": [ { - "id": 30398, + "id": 13858, "name": "__type", "variant": "declaration", "kind": 1024, @@ -544079,7 +552419,7 @@ } }, { - "id": 30399, + "id": 13859, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -544101,8 +552441,8 @@ { "title": "Properties", "children": [ - 30398, - 30399 + 13858, + 13859 ] } ], @@ -544111,12 +552451,12 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L67" } ], "signatures": [ { - "id": 30382, + "id": 13842, "name": "acceptOrderTransferValidationStep", "variant": "signature", "kind": 4096, @@ -544154,12 +552494,12 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L67" } ], "parameters": [ { - "id": 30383, + "id": 13843, "name": "input", "variant": "param", "kind": 32768, @@ -544170,14 +552510,14 @@ { "type": "reflection", "declaration": { - "id": 30384, + "id": 13844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30385, + "id": 13845, "name": "token", "variant": "declaration", "kind": 1024, @@ -544187,7 +552527,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 74, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" } ], "type": { @@ -544196,7 +552536,7 @@ } }, { - "id": 30386, + "id": 13846, "name": "order", "variant": "declaration", "kind": 1024, @@ -544206,7 +552546,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 75, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" } ], "type": { @@ -544220,7 +552560,7 @@ } }, { - "id": 30387, + "id": 13847, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -544230,7 +552570,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" } ], "type": { @@ -544248,9 +552588,9 @@ { "title": "Properties", "children": [ - 30385, - 30386, - 30387 + 13845, + 13846, + 13847 ] } ], @@ -544259,7 +552599,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 73, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L73" } ] } @@ -544274,14 +552614,14 @@ { "type": "reflection", "declaration": { - "id": 30388, + "id": 13848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30389, + "id": 13849, "name": "token", "variant": "declaration", "kind": 1024, @@ -544291,7 +552631,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 74, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" } ], "type": { @@ -544300,7 +552640,7 @@ } }, { - "id": 30390, + "id": 13850, "name": "order", "variant": "declaration", "kind": 1024, @@ -544310,7 +552650,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 75, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" } ], "type": { @@ -544324,7 +552664,7 @@ } }, { - "id": 30391, + "id": 13851, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -544334,7 +552674,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" } ], "type": { @@ -544352,9 +552692,9 @@ { "title": "Properties", "children": [ - 30389, - 30390, - 30391 + 13849, + 13850, + 13851 ] } ], @@ -544363,7 +552703,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 73, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L73" } ] } @@ -544397,14 +552737,14 @@ { "type": "reflection", "declaration": { - "id": 30392, + "id": 13852, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30393, + "id": 13853, "name": "config", "variant": "declaration", "kind": 2048, @@ -544418,7 +552758,7 @@ ], "signatures": [ { - "id": 30394, + "id": 13854, "name": "config", "variant": "signature", "kind": 4096, @@ -544432,7 +552772,7 @@ ], "parameters": [ { - "id": 30395, + "id": 13855, "name": "config", "variant": "param", "kind": 32768, @@ -544443,14 +552783,14 @@ { "type": "reflection", "declaration": { - "id": 30396, + "id": 13856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30397, + "id": 13857, "name": "name", "variant": "declaration", "kind": 1024, @@ -544474,7 +552814,7 @@ { "title": "Properties", "children": [ - 30397 + 13857 ] } ], @@ -544551,7 +552891,7 @@ { "title": "Methods", "children": [ - 30393 + 13853 ] } ], @@ -544585,7 +552925,7 @@ ] }, { - "id": 30385, + "id": 13845, "name": "token", "variant": "declaration", "kind": 1024, @@ -544595,7 +552935,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 74, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" } ], "type": { @@ -544604,7 +552944,7 @@ } }, { - "id": 30386, + "id": 13846, "name": "order", "variant": "declaration", "kind": 1024, @@ -544614,7 +552954,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 75, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" } ], "type": { @@ -544628,7 +552968,7 @@ } }, { - "id": 30387, + "id": 13847, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -544638,7 +552978,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" } ], "type": { @@ -544652,7 +552992,7 @@ } }, { - "id": 30389, + "id": 13849, "name": "token", "variant": "declaration", "kind": 1024, @@ -544662,7 +553002,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 74, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L74" } ], "type": { @@ -544671,7 +553011,7 @@ } }, { - "id": 30390, + "id": 13850, "name": "order", "variant": "declaration", "kind": 1024, @@ -544681,7 +553021,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 75, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L75" } ], "type": { @@ -544695,7 +553035,7 @@ } }, { - "id": 30391, + "id": 13851, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -544705,7 +553045,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 76, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L76" } ], "type": { @@ -544719,7 +553059,7 @@ } }, { - "id": 30400, + "id": 13860, "name": "acceptOrderTransferWorkflowId", "variant": "declaration", "kind": 32, @@ -544731,7 +553071,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 96, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L96" } ], "type": { @@ -544741,7 +553081,7 @@ "defaultValue": "\"accept-order-transfer-workflow\"" }, { - "id": 30401, + "id": 13861, "name": "acceptOrderTransferWorkflow", "variant": "declaration", "kind": 64, @@ -544759,7 +553099,7 @@ }, { "kind": "text", - "text": ". This workflow is used by the \n[Accept Order Transfer Store API Route](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to build a custom flow\naround accepting an order transfer." + "text": ". This workflow is used by the\n[Accept Order Transfer Store API Route](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to build a custom flow\naround accepting an order transfer." } ], "blockTags": [ @@ -544794,7 +553134,7 @@ }, "children": [ { - "id": 30409, + "id": 13869, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -544817,7 +553157,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30410, + "id": 13870, "name": "__type", "variant": "declaration", "kind": 65536, @@ -544831,7 +553171,7 @@ ], "signatures": [ { - "id": 30411, + "id": 13871, "name": "__type", "variant": "signature", "kind": 4096, @@ -544859,7 +553199,7 @@ ], "parameters": [ { - "id": 30412, + "id": 13872, "name": "param0", "variant": "param", "kind": 32768, @@ -544875,14 +553215,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30413, + "id": 13873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30414, + "id": 13874, "name": "input", "variant": "declaration", "kind": 1024, @@ -544942,7 +553282,7 @@ { "title": "Properties", "children": [ - 30414 + 13874 ] } ], @@ -544963,14 +553303,14 @@ { "type": "reflection", "declaration": { - "id": 30415, + "id": 13875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30428, + "id": 13888, "name": "id", "variant": "declaration", "kind": 1024, @@ -545016,7 +553356,7 @@ } }, { - "id": 30485, + "id": 13945, "name": "version", "variant": "declaration", "kind": 1024, @@ -545062,7 +553402,7 @@ } }, { - "id": 30486, + "id": 13946, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -545108,7 +553448,7 @@ } }, { - "id": 30455, + "id": 13915, "name": "status", "variant": "declaration", "kind": 1024, @@ -545164,7 +553504,7 @@ } }, { - "id": 30456, + "id": 13916, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -545221,7 +553561,7 @@ } }, { - "id": 30457, + "id": 13917, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -545278,7 +553618,7 @@ } }, { - "id": 30458, + "id": 13918, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -545335,7 +553675,7 @@ } }, { - "id": 30432, + "id": 13892, "name": "email", "variant": "declaration", "kind": 1024, @@ -545392,7 +553732,7 @@ } }, { - "id": 30459, + "id": 13919, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -545438,7 +553778,7 @@ } }, { - "id": 30460, + "id": 13920, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -545508,7 +553848,7 @@ } }, { - "id": 30461, + "id": 13921, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -545578,7 +553918,7 @@ } }, { - "id": 30487, + "id": 13947, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -545654,7 +553994,7 @@ } }, { - "id": 30488, + "id": 13948, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -545730,7 +554070,7 @@ } }, { - "id": 30489, + "id": 13949, "name": "summary", "variant": "declaration", "kind": 1024, @@ -545800,7 +554140,7 @@ } }, { - "id": 30431, + "id": 13891, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -545895,7 +554235,7 @@ } }, { - "id": 30484, + "id": 13944, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -545970,7 +554310,7 @@ } }, { - "id": 30429, + "id": 13889, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -546039,7 +554379,7 @@ } }, { - "id": 30430, + "id": 13890, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -546108,7 +554448,7 @@ } }, { - "id": 30462, + "id": 13922, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -546164,7 +554504,7 @@ } }, { - "id": 30463, + "id": 13923, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -546220,7 +554560,7 @@ } }, { - "id": 30464, + "id": 13924, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -546276,7 +554616,7 @@ } }, { - "id": 30436, + "id": 13896, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -546332,7 +554672,7 @@ } }, { - "id": 30437, + "id": 13897, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -546388,7 +554728,7 @@ } }, { - "id": 30438, + "id": 13898, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -546444,7 +554784,7 @@ } }, { - "id": 30433, + "id": 13893, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -546500,7 +554840,7 @@ } }, { - "id": 30434, + "id": 13894, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -546556,7 +554896,7 @@ } }, { - "id": 30435, + "id": 13895, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -546612,7 +554952,7 @@ } }, { - "id": 30439, + "id": 13899, "name": "total", "variant": "declaration", "kind": 1024, @@ -546668,7 +555008,7 @@ } }, { - "id": 30440, + "id": 13900, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -546724,7 +555064,7 @@ } }, { - "id": 30441, + "id": 13901, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -546780,7 +555120,7 @@ } }, { - "id": 30490, + "id": 13950, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -546836,7 +555176,7 @@ } }, { - "id": 30442, + "id": 13902, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -546892,7 +555232,7 @@ } }, { - "id": 30443, + "id": 13903, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -546948,7 +555288,7 @@ } }, { - "id": 30465, + "id": 13925, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -547004,7 +555344,7 @@ } }, { - "id": 30466, + "id": 13926, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -547060,7 +555400,7 @@ } }, { - "id": 30467, + "id": 13927, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -547116,7 +555456,7 @@ } }, { - "id": 30468, + "id": 13928, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -547172,7 +555512,7 @@ } }, { - "id": 30469, + "id": 13929, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -547228,7 +555568,7 @@ } }, { - "id": 30470, + "id": 13930, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -547284,7 +555624,7 @@ } }, { - "id": 30471, + "id": 13931, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -547340,7 +555680,7 @@ } }, { - "id": 30472, + "id": 13932, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -547396,7 +555736,7 @@ } }, { - "id": 30416, + "id": 13876, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -547452,7 +555792,7 @@ } }, { - "id": 30417, + "id": 13877, "name": "items", "variant": "declaration", "kind": 1024, @@ -547492,14 +555832,14 @@ { "type": "reflection", "declaration": { - "id": 30418, + "id": 13878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30419, + "id": 13879, "name": "actions", "variant": "declaration", "kind": 1024, @@ -547531,7 +555871,7 @@ { "title": "Properties", "children": [ - 30419 + 13879 ] } ], @@ -547571,14 +555911,14 @@ { "type": "reflection", "declaration": { - "id": 30420, + "id": 13880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30421, + "id": 13881, "name": "actions", "variant": "declaration", "kind": 1024, @@ -547610,7 +555950,7 @@ { "title": "Properties", "children": [ - 30421 + 13881 ] } ], @@ -547634,7 +555974,7 @@ } }, { - "id": 30422, + "id": 13882, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -547674,14 +556014,14 @@ { "type": "reflection", "declaration": { - "id": 30423, + "id": 13883, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30424, + "id": 13884, "name": "actions", "variant": "declaration", "kind": 1024, @@ -547713,7 +556053,7 @@ { "title": "Properties", "children": [ - 30424 + 13884 ] } ], @@ -547753,14 +556093,14 @@ { "type": "reflection", "declaration": { - "id": 30425, + "id": 13885, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30426, + "id": 13886, "name": "actions", "variant": "declaration", "kind": 1024, @@ -547792,7 +556132,7 @@ { "title": "Properties", "children": [ - 30426 + 13886 ] } ], @@ -547816,7 +556156,7 @@ } }, { - "id": 30427, + "id": 13887, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -547866,51 +556206,51 @@ { "title": "Properties", "children": [ - 30428, - 30485, - 30486, - 30455, - 30456, - 30457, - 30458, - 30432, - 30459, - 30460, - 30461, - 30487, - 30488, - 30489, - 30431, - 30484, - 30429, - 30430, - 30462, - 30463, - 30464, - 30436, - 30437, - 30438, - 30433, - 30434, - 30435, - 30439, - 30440, - 30441, - 30490, - 30442, - 30443, - 30465, - 30466, - 30467, - 30468, - 30469, - 30470, - 30471, - 30472, - 30416, - 30417, - 30422, - 30427 + 13888, + 13945, + 13946, + 13915, + 13916, + 13917, + 13918, + 13892, + 13919, + 13920, + 13921, + 13947, + 13948, + 13949, + 13891, + 13944, + 13889, + 13890, + 13922, + 13923, + 13924, + 13896, + 13897, + 13898, + 13893, + 13894, + 13895, + 13899, + 13900, + 13901, + 13950, + 13902, + 13903, + 13925, + 13926, + 13927, + 13928, + 13929, + 13930, + 13931, + 13932, + 13876, + 13877, + 13882, + 13887 ] } ], @@ -547955,14 +556295,14 @@ { "type": "reflection", "declaration": { - "id": 30491, + "id": 13951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30492, + "id": 13952, "name": "config", "variant": "declaration", "kind": 2048, @@ -547976,7 +556316,7 @@ ], "signatures": [ { - "id": 30493, + "id": 13953, "name": "config", "variant": "signature", "kind": 4096, @@ -547990,7 +556330,7 @@ ], "parameters": [ { - "id": 30494, + "id": 13954, "name": "config", "variant": "param", "kind": 32768, @@ -548001,14 +556341,14 @@ { "type": "reflection", "declaration": { - "id": 30495, + "id": 13955, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30496, + "id": 13956, "name": "name", "variant": "declaration", "kind": 1024, @@ -548032,7 +556372,7 @@ { "title": "Properties", "children": [ - 30496 + 13956 ] } ], @@ -548114,7 +556454,7 @@ { "title": "Methods", "children": [ - 30492 + 13952 ] } ], @@ -548155,7 +556495,7 @@ } }, { - "id": 30497, + "id": 13957, "name": "run", "variant": "declaration", "kind": 1024, @@ -548178,7 +556518,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30498, + "id": 13958, "name": "__type", "variant": "declaration", "kind": 65536, @@ -548192,7 +556532,7 @@ ], "signatures": [ { - "id": 30499, + "id": 13959, "name": "__type", "variant": "signature", "kind": 4096, @@ -548220,7 +556560,7 @@ ], "typeParameters": [ { - "id": 30500, + "id": 13960, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -548231,7 +556571,7 @@ } }, { - "id": 30501, + "id": 13961, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -548244,7 +556584,7 @@ ], "parameters": [ { - "id": 30502, + "id": 13962, "name": "args", "variant": "param", "kind": 32768, @@ -548277,7 +556617,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -548297,7 +556637,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -548330,7 +556670,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -548350,7 +556690,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -548370,7 +556710,7 @@ } }, { - "id": 30503, + "id": 13963, "name": "getName", "variant": "declaration", "kind": 1024, @@ -548393,7 +556733,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30504, + "id": 13964, "name": "__type", "variant": "declaration", "kind": 65536, @@ -548407,7 +556747,7 @@ ], "signatures": [ { - "id": 30505, + "id": 13965, "name": "__type", "variant": "signature", "kind": 4096, @@ -548429,7 +556769,7 @@ } }, { - "id": 30506, + "id": 13966, "name": "config", "variant": "declaration", "kind": 1024, @@ -548452,7 +556792,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30507, + "id": 13967, "name": "__type", "variant": "declaration", "kind": 65536, @@ -548466,7 +556806,7 @@ ], "signatures": [ { - "id": 30508, + "id": 13968, "name": "__type", "variant": "signature", "kind": 4096, @@ -548480,7 +556820,7 @@ ], "parameters": [ { - "id": 30509, + "id": 13969, "name": "config", "variant": "param", "kind": 32768, @@ -548506,7 +556846,7 @@ } }, { - "id": 30510, + "id": 13970, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -548534,7 +556874,7 @@ ], "documents": [ { - "id": 37985, + "id": 21472, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -548550,6 +556890,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -548560,7 +556909,7 @@ "frontmatter": {} }, { - "id": 37986, + "id": 21473, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -548576,6 +556925,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -548586,7 +556944,7 @@ "frontmatter": {} }, { - "id": 37987, + "id": 21474, "name": "acceptOrderTransferValidationStep", "variant": "document", "kind": 8388608, @@ -548602,6 +556960,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13841" + } + ] } ], "modifierTags": [ @@ -548612,7 +556979,7 @@ "frontmatter": {} }, { - "id": 37988, + "id": 21475, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -548628,6 +556995,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -548639,21 +557015,21 @@ } ], "childrenIncludingDocuments": [ - 30409, - 30497, - 30503, - 30506, - 30510 + 13869, + 13957, + 13963, + 13966, + 13970 ], "groups": [ { "title": "Properties", "children": [ - 30409, - 30497, - 30503, - 30506, - 30510 + 13869, + 13957, + 13963, + 13966, + 13970 ] } ], @@ -548662,12 +557038,12 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 117, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L117" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L117" } ], "signatures": [ { - "id": 30402, + "id": 13862, "name": "acceptOrderTransferWorkflow", "variant": "signature", "kind": 4096, @@ -548685,7 +557061,7 @@ }, { "kind": "text", - "text": ". This workflow is used by the \n[Accept Order Transfer Store API Route](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to build a custom flow\naround accepting an order transfer." + "text": ". This workflow is used by the\n[Accept Order Transfer Store API Route](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to build a custom flow\naround accepting an order transfer." } ], "blockTags": [ @@ -548723,12 +557099,12 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 117, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L117" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L117" } ], "typeParameters": [ { - "id": 30403, + "id": 13863, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -548739,7 +557115,7 @@ } }, { - "id": 30404, + "id": 13864, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -548752,7 +557128,7 @@ ], "parameters": [ { - "id": 30405, + "id": 13865, "name": "container", "variant": "param", "kind": 32768, @@ -548776,14 +557152,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30406, + "id": 13866, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30407, + "id": 13867, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -548806,7 +557182,7 @@ } }, { - "id": 30408, + "id": 13868, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -548833,8 +557209,8 @@ { "title": "Properties", "children": [ - 30407, - 30408 + 13867, + 13868 ] } ], @@ -548923,14 +557299,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -548945,7 +557321,7 @@ ] }, { - "id": 30513, + "id": 13973, "name": "order", "variant": "declaration", "kind": 1024, @@ -548963,7 +557339,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L31" } ], "type": { @@ -548977,7 +557353,7 @@ } }, { - "id": 30514, + "id": 13974, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -548995,7 +557371,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L35" } ], "type": { @@ -549009,7 +557385,7 @@ } }, { - "id": 30515, + "id": 13975, "name": "input", "variant": "declaration", "kind": 1024, @@ -549027,7 +557403,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L39" } ], "type": { @@ -549042,7 +557418,7 @@ } }, { - "id": 30516, + "id": 13976, "name": "cancelTransferOrderRequestValidationStep", "variant": "declaration", "kind": 64, @@ -549077,7 +557453,7 @@ }, "children": [ { - "id": 30525, + "id": 13985, "name": "__type", "variant": "declaration", "kind": 1024, @@ -549095,7 +557471,7 @@ } }, { - "id": 30526, + "id": 13986, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -549117,8 +557493,8 @@ { "title": "Properties", "children": [ - 30525, - 30526 + 13985, + 13986 ] } ], @@ -549127,12 +557503,12 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L71" } ], "signatures": [ { - "id": 30517, + "id": 13977, "name": "cancelTransferOrderRequestValidationStep", "variant": "signature", "kind": 4096, @@ -549170,12 +557546,12 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L71" } ], "parameters": [ { - "id": 30518, + "id": 13978, "name": "input", "variant": "param", "kind": 32768, @@ -549185,7 +557561,7 @@ "types": [ { "type": "reference", - "target": 30511, + "target": 13971, "name": "CancelTransferOrderRequestValidationStep", "package": "@medusajs/core-flows" }, @@ -549198,7 +557574,7 @@ "typeArguments": [ { "type": "reference", - "target": 30511, + "target": 13971, "name": "CancelTransferOrderRequestValidationStep", "package": "@medusajs/core-flows" } @@ -549231,14 +557607,14 @@ { "type": "reflection", "declaration": { - "id": 30519, + "id": 13979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30520, + "id": 13980, "name": "config", "variant": "declaration", "kind": 2048, @@ -549252,7 +557628,7 @@ ], "signatures": [ { - "id": 30521, + "id": 13981, "name": "config", "variant": "signature", "kind": 4096, @@ -549266,7 +557642,7 @@ ], "parameters": [ { - "id": 30522, + "id": 13982, "name": "config", "variant": "param", "kind": 32768, @@ -549277,14 +557653,14 @@ { "type": "reflection", "declaration": { - "id": 30523, + "id": 13983, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30524, + "id": 13984, "name": "name", "variant": "declaration", "kind": 1024, @@ -549308,7 +557684,7 @@ { "title": "Properties", "children": [ - 30524 + 13984 ] } ], @@ -549385,7 +557761,7 @@ { "title": "Methods", "children": [ - 30520 + 13980 ] } ], @@ -549419,7 +557795,7 @@ ] }, { - "id": 30527, + "id": 13987, "name": "cancelTransferOrderRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -549431,7 +557807,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 98, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L98" } ], "type": { @@ -549441,7 +557817,7 @@ "defaultValue": "\"cancel-transfer-order-request\"" }, { - "id": 30528, + "id": 13988, "name": "cancelOrderTransferRequestWorkflow", "variant": "declaration", "kind": 64, @@ -549485,7 +557861,7 @@ }, "children": [ { - "id": 30536, + "id": 13996, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -549508,7 +557884,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30537, + "id": 13997, "name": "__type", "variant": "declaration", "kind": 65536, @@ -549522,7 +557898,7 @@ ], "signatures": [ { - "id": 30538, + "id": 13998, "name": "__type", "variant": "signature", "kind": 4096, @@ -549550,7 +557926,7 @@ ], "parameters": [ { - "id": 30539, + "id": 13999, "name": "param0", "variant": "param", "kind": 32768, @@ -549566,14 +557942,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30540, + "id": 14000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30541, + "id": 14001, "name": "input", "variant": "declaration", "kind": 1024, @@ -549633,7 +558009,7 @@ { "title": "Properties", "children": [ - 30541 + 14001 ] } ], @@ -549669,14 +558045,14 @@ { "type": "reflection", "declaration": { - "id": 30542, + "id": 14002, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30543, + "id": 14003, "name": "config", "variant": "declaration", "kind": 2048, @@ -549690,7 +558066,7 @@ ], "signatures": [ { - "id": 30544, + "id": 14004, "name": "config", "variant": "signature", "kind": 4096, @@ -549704,7 +558080,7 @@ ], "parameters": [ { - "id": 30545, + "id": 14005, "name": "config", "variant": "param", "kind": 32768, @@ -549715,14 +558091,14 @@ { "type": "reflection", "declaration": { - "id": 30546, + "id": 14006, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30547, + "id": 14007, "name": "name", "variant": "declaration", "kind": 1024, @@ -549746,7 +558122,7 @@ { "title": "Properties", "children": [ - 30547 + 14007 ] } ], @@ -549823,7 +558199,7 @@ { "title": "Methods", "children": [ - 30543 + 14003 ] } ], @@ -549859,7 +558235,7 @@ } }, { - "id": 30548, + "id": 14008, "name": "run", "variant": "declaration", "kind": 1024, @@ -549882,7 +558258,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30549, + "id": 14009, "name": "__type", "variant": "declaration", "kind": 65536, @@ -549896,7 +558272,7 @@ ], "signatures": [ { - "id": 30550, + "id": 14010, "name": "__type", "variant": "signature", "kind": 4096, @@ -549924,7 +558300,7 @@ ], "typeParameters": [ { - "id": 30551, + "id": 14011, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -549935,7 +558311,7 @@ } }, { - "id": 30552, + "id": 14012, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -549948,7 +558324,7 @@ ], "parameters": [ { - "id": 30553, + "id": 14013, "name": "args", "variant": "param", "kind": 32768, @@ -549981,7 +558357,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550001,7 +558377,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550034,7 +558410,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550049,7 +558425,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550069,7 +558445,7 @@ } }, { - "id": 30554, + "id": 14014, "name": "getName", "variant": "declaration", "kind": 1024, @@ -550092,7 +558468,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30555, + "id": 14015, "name": "__type", "variant": "declaration", "kind": 65536, @@ -550106,7 +558482,7 @@ ], "signatures": [ { - "id": 30556, + "id": 14016, "name": "__type", "variant": "signature", "kind": 4096, @@ -550128,7 +558504,7 @@ } }, { - "id": 30557, + "id": 14017, "name": "config", "variant": "declaration", "kind": 1024, @@ -550151,7 +558527,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30558, + "id": 14018, "name": "__type", "variant": "declaration", "kind": 65536, @@ -550165,7 +558541,7 @@ ], "signatures": [ { - "id": 30559, + "id": 14019, "name": "__type", "variant": "signature", "kind": 4096, @@ -550179,7 +558555,7 @@ ], "parameters": [ { - "id": 30560, + "id": 14020, "name": "config", "variant": "param", "kind": 32768, @@ -550205,7 +558581,7 @@ } }, { - "id": 30561, + "id": 14021, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -550228,7 +558604,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30562, + "id": 14022, "name": "__type", "variant": "declaration", "kind": 65536, @@ -550242,14 +558618,14 @@ ], "indexSignatures": [ { - "id": 30563, + "id": 14023, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 30564, + "id": 14024, "name": "key", "variant": "param", "kind": 32768, @@ -550263,7 +558639,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30565, + "id": 14025, "name": "__type", "variant": "declaration", "kind": 65536, @@ -550277,7 +558653,7 @@ ], "signatures": [ { - "id": 30566, + "id": 14026, "name": "__type", "variant": "signature", "kind": 4096, @@ -550291,14 +558667,14 @@ ], "typeParameters": [ { - "id": 30567, + "id": 14027, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 30568, + "id": 14028, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -550307,7 +558683,7 @@ ], "parameters": [ { - "id": 30569, + "id": 14029, "name": "invoke", "variant": "param", "kind": 32768, @@ -550325,14 +558701,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550343,7 +558719,7 @@ } }, { - "id": 30570, + "id": 14030, "name": "compensate", "variant": "param", "kind": 32768, @@ -550359,7 +558735,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550386,7 +558762,7 @@ ], "documents": [ { - "id": 37989, + "id": 21476, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -550402,6 +558778,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -550412,7 +558797,7 @@ "frontmatter": {} }, { - "id": 37990, + "id": 21477, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -550428,6 +558813,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -550438,7 +558832,7 @@ "frontmatter": {} }, { - "id": 37991, + "id": 21478, "name": "cancelTransferOrderRequestValidationStep", "variant": "document", "kind": 8388608, @@ -550454,6 +558848,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "13976" + } + ] } ], "modifierTags": [ @@ -550464,7 +558867,7 @@ "frontmatter": {} }, { - "id": 37992, + "id": 21479, "name": "deleteOrderChangesStep", "variant": "document", "kind": 8388608, @@ -550480,6 +558883,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5506" + } + ] } ], "modifierTags": [ @@ -550491,21 +558903,21 @@ } ], "childrenIncludingDocuments": [ - 30536, - 30548, - 30554, - 30557, - 30561 + 13996, + 14008, + 14014, + 14017, + 14021 ], "groups": [ { "title": "Properties", "children": [ - 30536, - 30548, - 30554, - 30557, - 30561 + 13996, + 14008, + 14014, + 14017, + 14021 ] } ], @@ -550514,12 +558926,12 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 122, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L122" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L122" } ], "signatures": [ { - "id": 30529, + "id": 13989, "name": "cancelOrderTransferRequestWorkflow", "variant": "signature", "kind": 4096, @@ -550566,12 +558978,12 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 122, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L122" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L122" } ], "typeParameters": [ { - "id": 30530, + "id": 13990, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -550582,7 +558994,7 @@ } }, { - "id": 30531, + "id": 13991, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -550595,7 +559007,7 @@ ], "parameters": [ { - "id": 30532, + "id": 13992, "name": "container", "variant": "param", "kind": 32768, @@ -550619,14 +559031,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30533, + "id": 13993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30534, + "id": 13994, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -550649,7 +559061,7 @@ } }, { - "id": 30535, + "id": 13995, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -550676,8 +559088,8 @@ { "title": "Properties", "children": [ - 30534, - 30535 + 13994, + 13995 ] } ], @@ -550761,14 +559173,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -550783,7 +559195,7 @@ ] }, { - "id": 30573, + "id": 14033, "name": "order", "variant": "declaration", "kind": 1024, @@ -550801,7 +559213,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L32" } ], "type": { @@ -550815,7 +559227,7 @@ } }, { - "id": 30574, + "id": 14034, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -550833,7 +559245,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L36" } ], "type": { @@ -550847,7 +559259,7 @@ } }, { - "id": 30575, + "id": 14035, "name": "input", "variant": "declaration", "kind": 1024, @@ -550865,7 +559277,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L40" } ], "type": { @@ -550880,7 +559292,7 @@ } }, { - "id": 30576, + "id": 14036, "name": "declineTransferOrderRequestValidationStep", "variant": "declaration", "kind": 64, @@ -550889,7 +559301,7 @@ "summary": [ { "kind": "text", - "text": "This step validates that a requested order transfer can be declineed.\nIf the provided token doesn't match the token of the transfer request, \nthe step throws an error.\n\n:::note\n\nYou can retrieve an order and order change details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" + "text": "This step validates that a requested order transfer can be declineed.\nIf the provided token doesn't match the token of the transfer request,\nthe step throws an error.\n\n:::note\n\nYou can retrieve an order and order change details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" } ], "blockTags": [ @@ -550915,7 +559327,7 @@ }, "children": [ { - "id": 30585, + "id": 14045, "name": "__type", "variant": "declaration", "kind": 1024, @@ -550933,7 +559345,7 @@ } }, { - "id": 30586, + "id": 14046, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -550955,8 +559367,8 @@ { "title": "Properties", "children": [ - 30585, - 30586 + 14045, + 14046 ] } ], @@ -550965,12 +559377,12 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L71" } ], "signatures": [ { - "id": 30577, + "id": 14037, "name": "declineTransferOrderRequestValidationStep", "variant": "signature", "kind": 4096, @@ -550979,7 +559391,7 @@ "summary": [ { "kind": "text", - "text": "This step validates that a requested order transfer can be declineed.\nIf the provided token doesn't match the token of the transfer request, \nthe step throws an error.\n\n:::note\n\nYou can retrieve an order and order change details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" + "text": "This step validates that a requested order transfer can be declineed.\nIf the provided token doesn't match the token of the transfer request,\nthe step throws an error.\n\n:::note\n\nYou can retrieve an order and order change details using [Query](https://docs.medusajs.com/learn/fundamentals/module-links/query),\nor [useQueryGraphStep](https://docs.medusajs.com/resources/references/medusa-workflows/steps/useQueryGraphStep).\n\n:::" } ], "blockTags": [ @@ -551008,12 +559420,12 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 71, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L71" } ], "parameters": [ { - "id": 30578, + "id": 14038, "name": "input", "variant": "param", "kind": 32768, @@ -551023,7 +559435,7 @@ "types": [ { "type": "reference", - "target": 30571, + "target": 14031, "name": "DeclineTransferOrderRequestValidationStepInput", "package": "@medusajs/core-flows" }, @@ -551036,7 +559448,7 @@ "typeArguments": [ { "type": "reference", - "target": 30571, + "target": 14031, "name": "DeclineTransferOrderRequestValidationStepInput", "package": "@medusajs/core-flows" } @@ -551069,14 +559481,14 @@ { "type": "reflection", "declaration": { - "id": 30579, + "id": 14039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30580, + "id": 14040, "name": "config", "variant": "declaration", "kind": 2048, @@ -551090,7 +559502,7 @@ ], "signatures": [ { - "id": 30581, + "id": 14041, "name": "config", "variant": "signature", "kind": 4096, @@ -551104,7 +559516,7 @@ ], "parameters": [ { - "id": 30582, + "id": 14042, "name": "config", "variant": "param", "kind": 32768, @@ -551115,14 +559527,14 @@ { "type": "reflection", "declaration": { - "id": 30583, + "id": 14043, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30584, + "id": 14044, "name": "name", "variant": "declaration", "kind": 1024, @@ -551146,7 +559558,7 @@ { "title": "Properties", "children": [ - 30584 + 14044 ] } ], @@ -551223,7 +559635,7 @@ { "title": "Methods", "children": [ - 30580 + 14040 ] } ], @@ -551257,7 +559669,7 @@ ] }, { - "id": 30587, + "id": 14047, "name": "declineTransferOrderRequestWorkflowId", "variant": "declaration", "kind": 32, @@ -551269,7 +559681,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 91, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L91" } ], "type": { @@ -551279,7 +559691,7 @@ "defaultValue": "\"decline-transfer-order-request\"" }, { - "id": 30588, + "id": 14048, "name": "declineOrderTransferRequestWorkflow", "variant": "declaration", "kind": 64, @@ -551323,7 +559735,7 @@ }, "children": [ { - "id": 30596, + "id": 14056, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -551346,7 +559758,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30597, + "id": 14057, "name": "__type", "variant": "declaration", "kind": 65536, @@ -551360,7 +559772,7 @@ ], "signatures": [ { - "id": 30598, + "id": 14058, "name": "__type", "variant": "signature", "kind": 4096, @@ -551388,7 +559800,7 @@ ], "parameters": [ { - "id": 30599, + "id": 14059, "name": "param0", "variant": "param", "kind": 32768, @@ -551404,14 +559816,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30600, + "id": 14060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30601, + "id": 14061, "name": "input", "variant": "declaration", "kind": 1024, @@ -551471,7 +559883,7 @@ { "title": "Properties", "children": [ - 30601 + 14061 ] } ], @@ -551507,14 +559919,14 @@ { "type": "reflection", "declaration": { - "id": 30602, + "id": 14062, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30603, + "id": 14063, "name": "config", "variant": "declaration", "kind": 2048, @@ -551528,7 +559940,7 @@ ], "signatures": [ { - "id": 30604, + "id": 14064, "name": "config", "variant": "signature", "kind": 4096, @@ -551542,7 +559954,7 @@ ], "parameters": [ { - "id": 30605, + "id": 14065, "name": "config", "variant": "param", "kind": 32768, @@ -551553,14 +559965,14 @@ { "type": "reflection", "declaration": { - "id": 30606, + "id": 14066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30607, + "id": 14067, "name": "name", "variant": "declaration", "kind": 1024, @@ -551584,7 +559996,7 @@ { "title": "Properties", "children": [ - 30607 + 14067 ] } ], @@ -551661,7 +560073,7 @@ { "title": "Methods", "children": [ - 30603 + 14063 ] } ], @@ -551697,7 +560109,7 @@ } }, { - "id": 30608, + "id": 14068, "name": "run", "variant": "declaration", "kind": 1024, @@ -551720,7 +560132,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30609, + "id": 14069, "name": "__type", "variant": "declaration", "kind": 65536, @@ -551734,7 +560146,7 @@ ], "signatures": [ { - "id": 30610, + "id": 14070, "name": "__type", "variant": "signature", "kind": 4096, @@ -551762,7 +560174,7 @@ ], "typeParameters": [ { - "id": 30611, + "id": 14071, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -551773,7 +560185,7 @@ } }, { - "id": 30612, + "id": 14072, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -551786,7 +560198,7 @@ ], "parameters": [ { - "id": 30613, + "id": 14073, "name": "args", "variant": "param", "kind": 32768, @@ -551819,7 +560231,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -551839,7 +560251,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -551872,7 +560284,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -551887,7 +560299,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -551907,7 +560319,7 @@ } }, { - "id": 30614, + "id": 14074, "name": "getName", "variant": "declaration", "kind": 1024, @@ -551930,7 +560342,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30615, + "id": 14075, "name": "__type", "variant": "declaration", "kind": 65536, @@ -551944,7 +560356,7 @@ ], "signatures": [ { - "id": 30616, + "id": 14076, "name": "__type", "variant": "signature", "kind": 4096, @@ -551966,7 +560378,7 @@ } }, { - "id": 30617, + "id": 14077, "name": "config", "variant": "declaration", "kind": 1024, @@ -551989,7 +560401,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30618, + "id": 14078, "name": "__type", "variant": "declaration", "kind": 65536, @@ -552003,7 +560415,7 @@ ], "signatures": [ { - "id": 30619, + "id": 14079, "name": "__type", "variant": "signature", "kind": 4096, @@ -552017,7 +560429,7 @@ ], "parameters": [ { - "id": 30620, + "id": 14080, "name": "config", "variant": "param", "kind": 32768, @@ -552043,7 +560455,7 @@ } }, { - "id": 30621, + "id": 14081, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -552066,7 +560478,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30622, + "id": 14082, "name": "__type", "variant": "declaration", "kind": 65536, @@ -552080,14 +560492,14 @@ ], "indexSignatures": [ { - "id": 30623, + "id": 14083, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 30624, + "id": 14084, "name": "key", "variant": "param", "kind": 32768, @@ -552101,7 +560513,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30625, + "id": 14085, "name": "__type", "variant": "declaration", "kind": 65536, @@ -552115,7 +560527,7 @@ ], "signatures": [ { - "id": 30626, + "id": 14086, "name": "__type", "variant": "signature", "kind": 4096, @@ -552129,14 +560541,14 @@ ], "typeParameters": [ { - "id": 30627, + "id": 14087, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 30628, + "id": 14088, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -552145,7 +560557,7 @@ ], "parameters": [ { - "id": 30629, + "id": 14089, "name": "invoke", "variant": "param", "kind": 32768, @@ -552163,14 +560575,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -552181,7 +560593,7 @@ } }, { - "id": 30630, + "id": 14090, "name": "compensate", "variant": "param", "kind": 32768, @@ -552197,7 +560609,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -552224,7 +560636,7 @@ ], "documents": [ { - "id": 37993, + "id": 21480, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -552240,6 +560652,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -552250,7 +560671,7 @@ "frontmatter": {} }, { - "id": 37994, + "id": 21481, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -552266,6 +560687,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -552276,7 +560706,7 @@ "frontmatter": {} }, { - "id": 37995, + "id": 21482, "name": "declineTransferOrderRequestValidationStep", "variant": "document", "kind": 8388608, @@ -552292,6 +560722,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14036" + } + ] } ], "modifierTags": [ @@ -552302,7 +560741,7 @@ "frontmatter": {} }, { - "id": 37996, + "id": 21483, "name": "declineOrderChangeStep", "variant": "document", "kind": 8388608, @@ -552318,6 +560757,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5477" + } + ] } ], "modifierTags": [ @@ -552329,21 +560777,21 @@ } ], "childrenIncludingDocuments": [ - 30596, - 30608, - 30614, - 30617, - 30621 + 14056, + 14068, + 14074, + 14077, + 14081 ], "groups": [ { "title": "Properties", "children": [ - 30596, - 30608, - 30614, - 30617, - 30621 + 14056, + 14068, + 14074, + 14077, + 14081 ] } ], @@ -552352,12 +560800,12 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L112" } ], "signatures": [ { - "id": 30589, + "id": 14049, "name": "declineOrderTransferRequestWorkflow", "variant": "signature", "kind": 4096, @@ -552404,12 +560852,12 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 112, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L112" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L112" } ], "typeParameters": [ { - "id": 30590, + "id": 14050, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -552420,7 +560868,7 @@ } }, { - "id": 30591, + "id": 14051, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -552433,7 +560881,7 @@ ], "parameters": [ { - "id": 30592, + "id": 14052, "name": "container", "variant": "param", "kind": 32768, @@ -552457,14 +560905,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30593, + "id": 14053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30594, + "id": 14054, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -552487,7 +560935,7 @@ } }, { - "id": 30595, + "id": 14055, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -552514,8 +560962,8 @@ { "title": "Properties", "children": [ - 30594, - 30595 + 14054, + 14055 ] } ], @@ -552599,14 +561047,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -552621,7 +561069,7 @@ ] }, { - "id": 30633, + "id": 14093, "name": "order", "variant": "declaration", "kind": 1024, @@ -552639,7 +561087,7 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L35" } ], "type": { @@ -552653,7 +561101,7 @@ } }, { - "id": 30634, + "id": 14094, "name": "input", "variant": "declaration", "kind": 1024, @@ -552671,7 +561119,7 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L39" } ], "type": { @@ -552686,7 +561134,7 @@ } }, { - "id": 30635, + "id": 14095, "name": "updateOrderValidationStep", "variant": "declaration", "kind": 64, @@ -552721,7 +561169,7 @@ }, "children": [ { - "id": 30644, + "id": 14104, "name": "__type", "variant": "declaration", "kind": 1024, @@ -552739,7 +561187,7 @@ } }, { - "id": 30645, + "id": 14105, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -552761,8 +561209,8 @@ { "title": "Properties", "children": [ - 30644, - 30645 + 14104, + 14105 ] } ], @@ -552771,12 +561219,12 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L65" } ], "signatures": [ { - "id": 30636, + "id": 14096, "name": "updateOrderValidationStep", "variant": "signature", "kind": 4096, @@ -552814,12 +561262,12 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 65, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L65" } ], "parameters": [ { - "id": 30637, + "id": 14097, "name": "input", "variant": "param", "kind": 32768, @@ -552829,7 +561277,7 @@ "types": [ { "type": "reference", - "target": 30631, + "target": 14091, "name": "UpdateOrderValidationStepInput", "package": "@medusajs/core-flows" }, @@ -552842,7 +561290,7 @@ "typeArguments": [ { "type": "reference", - "target": 30631, + "target": 14091, "name": "UpdateOrderValidationStepInput", "package": "@medusajs/core-flows" } @@ -552875,14 +561323,14 @@ { "type": "reflection", "declaration": { - "id": 30638, + "id": 14098, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30639, + "id": 14099, "name": "config", "variant": "declaration", "kind": 2048, @@ -552896,7 +561344,7 @@ ], "signatures": [ { - "id": 30640, + "id": 14100, "name": "config", "variant": "signature", "kind": 4096, @@ -552910,7 +561358,7 @@ ], "parameters": [ { - "id": 30641, + "id": 14101, "name": "config", "variant": "param", "kind": 32768, @@ -552921,14 +561369,14 @@ { "type": "reflection", "declaration": { - "id": 30642, + "id": 14102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30643, + "id": 14103, "name": "name", "variant": "declaration", "kind": 1024, @@ -552952,7 +561400,7 @@ { "title": "Properties", "children": [ - 30643 + 14103 ] } ], @@ -553029,7 +561477,7 @@ { "title": "Methods", "children": [ - 30639 + 14099 ] } ], @@ -553063,7 +561511,7 @@ ] }, { - "id": 30646, + "id": 14106, "name": "updateOrderWorkflowId", "variant": "declaration", "kind": 32, @@ -553075,7 +561523,7 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 101, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L101" } ], "type": { @@ -553085,7 +561533,7 @@ "defaultValue": "\"update-order-workflow\"" }, { - "id": 30647, + "id": 14107, "name": "updateOrderWorkflow", "variant": "declaration", "kind": 64, @@ -553129,7 +561577,7 @@ }, "children": [ { - "id": 30655, + "id": 14115, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -553152,7 +561600,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30656, + "id": 14116, "name": "__type", "variant": "declaration", "kind": 65536, @@ -553166,7 +561614,7 @@ ], "signatures": [ { - "id": 30657, + "id": 14117, "name": "__type", "variant": "signature", "kind": 4096, @@ -553194,7 +561642,7 @@ ], "parameters": [ { - "id": 30658, + "id": 14118, "name": "param0", "variant": "param", "kind": 32768, @@ -553210,14 +561658,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30659, + "id": 14119, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30660, + "id": 14120, "name": "input", "variant": "declaration", "kind": 1024, @@ -553277,7 +561725,7 @@ { "title": "Properties", "children": [ - 30660 + 14120 ] } ], @@ -553298,14 +561746,14 @@ { "type": "reflection", "declaration": { - "id": 30661, + "id": 14121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30674, + "id": 14134, "name": "id", "variant": "declaration", "kind": 1024, @@ -553351,7 +561799,7 @@ } }, { - "id": 30731, + "id": 14191, "name": "version", "variant": "declaration", "kind": 1024, @@ -553397,7 +561845,7 @@ } }, { - "id": 30732, + "id": 14192, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -553443,7 +561891,7 @@ } }, { - "id": 30701, + "id": 14161, "name": "status", "variant": "declaration", "kind": 1024, @@ -553499,7 +561947,7 @@ } }, { - "id": 30702, + "id": 14162, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -553556,7 +562004,7 @@ } }, { - "id": 30703, + "id": 14163, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -553613,7 +562061,7 @@ } }, { - "id": 30704, + "id": 14164, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -553670,7 +562118,7 @@ } }, { - "id": 30678, + "id": 14138, "name": "email", "variant": "declaration", "kind": 1024, @@ -553727,7 +562175,7 @@ } }, { - "id": 30705, + "id": 14165, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -553773,7 +562221,7 @@ } }, { - "id": 30706, + "id": 14166, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -553843,7 +562291,7 @@ } }, { - "id": 30707, + "id": 14167, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -553913,7 +562361,7 @@ } }, { - "id": 30733, + "id": 14193, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -553989,7 +562437,7 @@ } }, { - "id": 30734, + "id": 14194, "name": "credit_lines", "variant": "declaration", "kind": 1024, @@ -554065,7 +562513,7 @@ } }, { - "id": 30735, + "id": 14195, "name": "summary", "variant": "declaration", "kind": 1024, @@ -554135,7 +562583,7 @@ } }, { - "id": 30677, + "id": 14137, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -554230,7 +562678,7 @@ } }, { - "id": 30730, + "id": 14190, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -554305,7 +562753,7 @@ } }, { - "id": 30675, + "id": 14135, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -554374,7 +562822,7 @@ } }, { - "id": 30676, + "id": 14136, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -554443,7 +562891,7 @@ } }, { - "id": 30708, + "id": 14168, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -554499,7 +562947,7 @@ } }, { - "id": 30709, + "id": 14169, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -554555,7 +563003,7 @@ } }, { - "id": 30710, + "id": 14170, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -554611,7 +563059,7 @@ } }, { - "id": 30682, + "id": 14142, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -554667,7 +563115,7 @@ } }, { - "id": 30683, + "id": 14143, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -554723,7 +563171,7 @@ } }, { - "id": 30684, + "id": 14144, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -554779,7 +563227,7 @@ } }, { - "id": 30679, + "id": 14139, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -554835,7 +563283,7 @@ } }, { - "id": 30680, + "id": 14140, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -554891,7 +563339,7 @@ } }, { - "id": 30681, + "id": 14141, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -554947,7 +563395,7 @@ } }, { - "id": 30685, + "id": 14145, "name": "total", "variant": "declaration", "kind": 1024, @@ -555003,7 +563451,7 @@ } }, { - "id": 30686, + "id": 14146, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -555059,7 +563507,7 @@ } }, { - "id": 30687, + "id": 14147, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -555115,7 +563563,7 @@ } }, { - "id": 30736, + "id": 14196, "name": "discount_subtotal", "variant": "declaration", "kind": 1024, @@ -555171,7 +563619,7 @@ } }, { - "id": 30688, + "id": 14148, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -555227,7 +563675,7 @@ } }, { - "id": 30689, + "id": 14149, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -555283,7 +563731,7 @@ } }, { - "id": 30711, + "id": 14171, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -555339,7 +563787,7 @@ } }, { - "id": 30712, + "id": 14172, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -555395,7 +563843,7 @@ } }, { - "id": 30713, + "id": 14173, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -555451,7 +563899,7 @@ } }, { - "id": 30714, + "id": 14174, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -555507,7 +563955,7 @@ } }, { - "id": 30715, + "id": 14175, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -555563,7 +564011,7 @@ } }, { - "id": 30716, + "id": 14176, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -555619,7 +564067,7 @@ } }, { - "id": 30717, + "id": 14177, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -555675,7 +564123,7 @@ } }, { - "id": 30718, + "id": 14178, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -555731,7 +564179,7 @@ } }, { - "id": 30662, + "id": 14122, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -555787,7 +564235,7 @@ } }, { - "id": 30663, + "id": 14123, "name": "items", "variant": "declaration", "kind": 1024, @@ -555827,14 +564275,14 @@ { "type": "reflection", "declaration": { - "id": 30664, + "id": 14124, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30665, + "id": 14125, "name": "actions", "variant": "declaration", "kind": 1024, @@ -555866,7 +564314,7 @@ { "title": "Properties", "children": [ - 30665 + 14125 ] } ], @@ -555906,14 +564354,14 @@ { "type": "reflection", "declaration": { - "id": 30666, + "id": 14126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30667, + "id": 14127, "name": "actions", "variant": "declaration", "kind": 1024, @@ -555945,7 +564393,7 @@ { "title": "Properties", "children": [ - 30667 + 14127 ] } ], @@ -555969,7 +564417,7 @@ } }, { - "id": 30668, + "id": 14128, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -556009,14 +564457,14 @@ { "type": "reflection", "declaration": { - "id": 30669, + "id": 14129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30670, + "id": 14130, "name": "actions", "variant": "declaration", "kind": 1024, @@ -556048,7 +564496,7 @@ { "title": "Properties", "children": [ - 30670 + 14130 ] } ], @@ -556088,14 +564536,14 @@ { "type": "reflection", "declaration": { - "id": 30671, + "id": 14131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30672, + "id": 14132, "name": "actions", "variant": "declaration", "kind": 1024, @@ -556127,7 +564575,7 @@ { "title": "Properties", "children": [ - 30672 + 14132 ] } ], @@ -556151,7 +564599,7 @@ } }, { - "id": 30673, + "id": 14133, "name": "return_requested_total", "variant": "declaration", "kind": 1024, @@ -556201,51 +564649,51 @@ { "title": "Properties", "children": [ - 30674, - 30731, - 30732, - 30701, - 30702, - 30703, - 30704, - 30678, - 30705, - 30706, - 30707, - 30733, - 30734, - 30735, - 30677, - 30730, - 30675, - 30676, - 30708, - 30709, - 30710, - 30682, - 30683, - 30684, - 30679, - 30680, - 30681, - 30685, - 30686, - 30687, - 30736, - 30688, - 30689, - 30711, - 30712, - 30713, - 30714, - 30715, - 30716, - 30717, - 30718, - 30662, - 30663, - 30668, - 30673 + 14134, + 14191, + 14192, + 14161, + 14162, + 14163, + 14164, + 14138, + 14165, + 14166, + 14167, + 14193, + 14194, + 14195, + 14137, + 14190, + 14135, + 14136, + 14168, + 14169, + 14170, + 14142, + 14143, + 14144, + 14139, + 14140, + 14141, + 14145, + 14146, + 14147, + 14196, + 14148, + 14149, + 14171, + 14172, + 14173, + 14174, + 14175, + 14176, + 14177, + 14178, + 14122, + 14123, + 14128, + 14133 ] } ], @@ -556290,14 +564738,14 @@ { "type": "reflection", "declaration": { - "id": 30737, + "id": 14197, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30738, + "id": 14198, "name": "config", "variant": "declaration", "kind": 2048, @@ -556311,7 +564759,7 @@ ], "signatures": [ { - "id": 30739, + "id": 14199, "name": "config", "variant": "signature", "kind": 4096, @@ -556325,7 +564773,7 @@ ], "parameters": [ { - "id": 30740, + "id": 14200, "name": "config", "variant": "param", "kind": 32768, @@ -556336,14 +564784,14 @@ { "type": "reflection", "declaration": { - "id": 30741, + "id": 14201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30742, + "id": 14202, "name": "name", "variant": "declaration", "kind": 1024, @@ -556367,7 +564815,7 @@ { "title": "Properties", "children": [ - 30742 + 14202 ] } ], @@ -556449,7 +564897,7 @@ { "title": "Methods", "children": [ - 30738 + 14198 ] } ], @@ -556490,7 +564938,7 @@ } }, { - "id": 30743, + "id": 14203, "name": "run", "variant": "declaration", "kind": 1024, @@ -556513,7 +564961,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30744, + "id": 14204, "name": "__type", "variant": "declaration", "kind": 65536, @@ -556527,7 +564975,7 @@ ], "signatures": [ { - "id": 30745, + "id": 14205, "name": "__type", "variant": "signature", "kind": 4096, @@ -556555,7 +565003,7 @@ ], "typeParameters": [ { - "id": 30746, + "id": 14206, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -556566,7 +565014,7 @@ } }, { - "id": 30747, + "id": 14207, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -556579,7 +565027,7 @@ ], "parameters": [ { - "id": 30748, + "id": 14208, "name": "args", "variant": "param", "kind": 32768, @@ -556612,7 +565060,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -556632,7 +565080,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -556665,7 +565113,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -556685,7 +565133,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -556705,7 +565153,7 @@ } }, { - "id": 30749, + "id": 14209, "name": "getName", "variant": "declaration", "kind": 1024, @@ -556728,7 +565176,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30750, + "id": 14210, "name": "__type", "variant": "declaration", "kind": 65536, @@ -556742,7 +565190,7 @@ ], "signatures": [ { - "id": 30751, + "id": 14211, "name": "__type", "variant": "signature", "kind": 4096, @@ -556764,7 +565212,7 @@ } }, { - "id": 30752, + "id": 14212, "name": "config", "variant": "declaration", "kind": 1024, @@ -556787,7 +565235,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30753, + "id": 14213, "name": "__type", "variant": "declaration", "kind": 65536, @@ -556801,7 +565249,7 @@ ], "signatures": [ { - "id": 30754, + "id": 14214, "name": "__type", "variant": "signature", "kind": 4096, @@ -556815,7 +565263,7 @@ ], "parameters": [ { - "id": 30755, + "id": 14215, "name": "config", "variant": "param", "kind": 32768, @@ -556841,7 +565289,7 @@ } }, { - "id": 30756, + "id": 14216, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -556869,7 +565317,7 @@ ], "documents": [ { - "id": 37997, + "id": 21484, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -556885,6 +565333,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -556895,7 +565352,7 @@ "frontmatter": {} }, { - "id": 37998, + "id": 21485, "name": "updateOrderValidationStep", "variant": "document", "kind": 8388608, @@ -556911,6 +565368,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14095" + } + ] } ], "modifierTags": [ @@ -556921,7 +565387,7 @@ "frontmatter": {} }, { - "id": 37999, + "id": 21486, "name": "updateOrdersStep", "variant": "document", "kind": 8388608, @@ -556937,6 +565403,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5815" + } + ] } ], "modifierTags": [ @@ -556947,7 +565422,7 @@ "frontmatter": {} }, { - "id": 38000, + "id": 21487, "name": "registerOrderChangesStep", "variant": "document", "kind": 8388608, @@ -556963,6 +565438,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5675" + } + ] } ], "modifierTags": [ @@ -556973,7 +565457,7 @@ "frontmatter": {} }, { - "id": 38001, + "id": 21488, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -556989,6 +565473,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -556999,7 +565492,7 @@ "frontmatter": {} }, { - "id": 38002, + "id": 21489, "name": "previewOrderChangeStep", "variant": "document", "kind": 8388608, @@ -557015,6 +565508,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5580" + } + ] } ], "modifierTags": [ @@ -557026,21 +565528,21 @@ } ], "childrenIncludingDocuments": [ - 30655, - 30743, - 30749, - 30752, - 30756 + 14115, + 14203, + 14209, + 14212, + 14216 ], "groups": [ { "title": "Properties", "children": [ - 30655, - 30743, - 30749, - 30752, - 30756 + 14115, + 14203, + 14209, + 14212, + 14216 ] } ], @@ -557049,12 +565551,12 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L123" } ], "signatures": [ { - "id": 30648, + "id": 14108, "name": "updateOrderWorkflow", "variant": "signature", "kind": 4096, @@ -557101,12 +565603,12 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L123" } ], "typeParameters": [ { - "id": 30649, + "id": 14109, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -557117,7 +565619,7 @@ } }, { - "id": 30650, + "id": 14110, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -557130,7 +565632,7 @@ ], "parameters": [ { - "id": 30651, + "id": 14111, "name": "container", "variant": "param", "kind": 32768, @@ -557154,14 +565656,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30652, + "id": 14112, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30653, + "id": 14113, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -557184,7 +565686,7 @@ } }, { - "id": 30654, + "id": 14114, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -557211,8 +565713,8 @@ { "title": "Properties", "children": [ - 30653, - 30654 + 14113, + 14114 ] } ], @@ -557301,14 +565803,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -557323,7 +565825,7 @@ ] }, { - "id": 30759, + "id": 14219, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -557341,7 +565843,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L25" } ], "type": { @@ -557350,7 +565852,7 @@ } }, { - "id": 30760, + "id": 14220, "name": "amount", "variant": "declaration", "kind": 1024, @@ -557378,7 +565880,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L32" } ], "type": { @@ -557387,7 +565889,7 @@ } }, { - "id": 30761, + "id": 14221, "name": "createOrUpdateOrderPaymentCollectionWorkflowId", "variant": "declaration", "kind": 32, @@ -557399,7 +565901,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L35" } ], "type": { @@ -557409,7 +565911,7 @@ "defaultValue": "\"create-or-update-order-payment-collection\"" }, { - "id": 30762, + "id": 14222, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "declaration", "kind": 64, @@ -557424,7 +565926,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createOrderPaymentCollectionWorkflow", - "target": 24498 + "target": 7958 }, { "kind": "text", @@ -557472,7 +565974,7 @@ }, "children": [ { - "id": 30773, + "id": 14233, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -557495,7 +565997,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30774, + "id": 14234, "name": "__type", "variant": "declaration", "kind": 65536, @@ -557509,7 +566011,7 @@ ], "signatures": [ { - "id": 30775, + "id": 14235, "name": "__type", "variant": "signature", "kind": 4096, @@ -557537,7 +566039,7 @@ ], "parameters": [ { - "id": 30776, + "id": 14236, "name": "param0", "variant": "param", "kind": 32768, @@ -557553,14 +566055,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30777, + "id": 14237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30778, + "id": 14238, "name": "input", "variant": "declaration", "kind": 1024, @@ -557586,14 +566088,14 @@ { "type": "reflection", "declaration": { - "id": 30779, + "id": 14239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30780, + "id": 14240, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -557603,7 +566105,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -557612,7 +566114,7 @@ } }, { - "id": 30781, + "id": 14241, "name": "amount", "variant": "declaration", "kind": 1024, @@ -557624,7 +566126,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -557637,8 +566139,8 @@ { "title": "Properties", "children": [ - 30780, - 30781 + 14240, + 14241 ] } ], @@ -557647,7 +566149,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 60, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" } ] } @@ -557662,14 +566164,14 @@ { "type": "reflection", "declaration": { - "id": 30782, + "id": 14242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30783, + "id": 14243, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -557679,7 +566181,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -557688,7 +566190,7 @@ } }, { - "id": 30784, + "id": 14244, "name": "amount", "variant": "declaration", "kind": 1024, @@ -557700,7 +566202,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -557713,8 +566215,8 @@ { "title": "Properties", "children": [ - 30783, - 30784 + 14243, + 14244 ] } ], @@ -557723,7 +566225,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 60, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" } ] } @@ -557740,7 +566242,7 @@ { "title": "Properties", "children": [ - 30778 + 14238 ] } ], @@ -557833,14 +566335,14 @@ { "type": "reflection", "declaration": { - "id": 30785, + "id": 14245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30786, + "id": 14246, "name": "config", "variant": "declaration", "kind": 2048, @@ -557854,7 +566356,7 @@ ], "signatures": [ { - "id": 30787, + "id": 14247, "name": "config", "variant": "signature", "kind": 4096, @@ -557868,7 +566370,7 @@ ], "parameters": [ { - "id": 30788, + "id": 14248, "name": "config", "variant": "param", "kind": 32768, @@ -557879,14 +566381,14 @@ { "type": "reflection", "declaration": { - "id": 30789, + "id": 14249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30790, + "id": 14250, "name": "name", "variant": "declaration", "kind": 1024, @@ -557910,7 +566412,7 @@ { "title": "Properties", "children": [ - 30790 + 14250 ] } ], @@ -557995,7 +566497,7 @@ { "title": "Methods", "children": [ - 30786 + 14246 ] } ], @@ -558039,7 +566541,7 @@ } }, { - "id": 30791, + "id": 14251, "name": "run", "variant": "declaration", "kind": 1024, @@ -558062,7 +566564,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30792, + "id": 14252, "name": "__type", "variant": "declaration", "kind": 65536, @@ -558076,7 +566578,7 @@ ], "signatures": [ { - "id": 30793, + "id": 14253, "name": "__type", "variant": "signature", "kind": 4096, @@ -558104,7 +566606,7 @@ ], "typeParameters": [ { - "id": 30794, + "id": 14254, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -558115,7 +566617,7 @@ } }, { - "id": 30795, + "id": 14255, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -558128,7 +566630,7 @@ ], "parameters": [ { - "id": 30796, + "id": 14256, "name": "args", "variant": "param", "kind": 32768, @@ -558161,7 +566663,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -558173,14 +566675,14 @@ "trueType": { "type": "reflection", "declaration": { - "id": 30797, + "id": 14257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30798, + "id": 14258, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -558190,7 +566692,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -558199,7 +566701,7 @@ } }, { - "id": 30799, + "id": 14259, "name": "amount", "variant": "declaration", "kind": 1024, @@ -558211,7 +566713,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -558224,8 +566726,8 @@ { "title": "Properties", "children": [ - 30798, - 30799 + 14258, + 14259 ] } ], @@ -558234,14 +566736,14 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 60, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" } ] } }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -558274,7 +566776,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -558297,7 +566799,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -558317,7 +566819,7 @@ } }, { - "id": 30800, + "id": 14260, "name": "getName", "variant": "declaration", "kind": 1024, @@ -558340,7 +566842,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30801, + "id": 14261, "name": "__type", "variant": "declaration", "kind": 65536, @@ -558354,7 +566856,7 @@ ], "signatures": [ { - "id": 30802, + "id": 14262, "name": "__type", "variant": "signature", "kind": 4096, @@ -558376,7 +566878,7 @@ } }, { - "id": 30803, + "id": 14263, "name": "config", "variant": "declaration", "kind": 1024, @@ -558399,7 +566901,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30804, + "id": 14264, "name": "__type", "variant": "declaration", "kind": 65536, @@ -558413,7 +566915,7 @@ ], "signatures": [ { - "id": 30805, + "id": 14265, "name": "__type", "variant": "signature", "kind": 4096, @@ -558427,7 +566929,7 @@ ], "parameters": [ { - "id": 30806, + "id": 14266, "name": "config", "variant": "param", "kind": 32768, @@ -558453,7 +566955,7 @@ } }, { - "id": 30807, + "id": 14267, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -558481,7 +566983,7 @@ ], "documents": [ { - "id": 38003, + "id": 21490, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -558497,6 +566999,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -558507,7 +567018,7 @@ "frontmatter": {} }, { - "id": 38004, + "id": 21491, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -558523,6 +567034,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -558533,7 +567053,7 @@ "frontmatter": {} }, { - "id": 38005, + "id": 21492, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -558549,6 +567069,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -558559,7 +567088,7 @@ "frontmatter": {} }, { - "id": 38006, + "id": 21493, "name": "when", "variant": "document", "kind": 8388608, @@ -558594,7 +567123,7 @@ "frontmatter": {}, "children": [ { - "id": 38007, + "id": 21494, "name": "updatePaymentCollectionStep", "variant": "document", "kind": 8388608, @@ -558610,6 +567139,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14696" + } + ] } ], "modifierTags": [ @@ -558622,7 +567160,7 @@ ] }, { - "id": 38008, + "id": 21495, "name": "when", "variant": "document", "kind": 8388608, @@ -558657,7 +567195,7 @@ "frontmatter": {}, "children": [ { - "id": 38009, + "id": 21496, "name": "createOrderPaymentCollectionWorkflow", "variant": "document", "kind": 8388608, @@ -558673,6 +567211,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "7958" + } + ] } ], "modifierTags": [ @@ -558686,21 +567233,21 @@ } ], "childrenIncludingDocuments": [ - 30773, - 30791, - 30800, - 30803, - 30807 + 14233, + 14251, + 14260, + 14263, + 14267 ], "groups": [ { "title": "Properties", "children": [ - 30773, - 30791, - 30800, - 30803, - 30807 + 14233, + 14251, + 14260, + 14263, + 14267 ] } ], @@ -558709,12 +567256,12 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L57" } ], "signatures": [ { - "id": 30763, + "id": 14223, "name": "createOrUpdateOrderPaymentCollectionWorkflow", "variant": "signature", "kind": 4096, @@ -558729,7 +567276,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createOrderPaymentCollectionWorkflow", - "target": 24498 + "target": 7958 }, { "kind": "text", @@ -558780,12 +567327,12 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L57" } ], "typeParameters": [ { - "id": 30764, + "id": 14224, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -558796,7 +567343,7 @@ } }, { - "id": 30765, + "id": 14225, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -558809,7 +567356,7 @@ ], "parameters": [ { - "id": 30766, + "id": 14226, "name": "container", "variant": "param", "kind": 32768, @@ -558833,14 +567380,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30767, + "id": 14227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30768, + "id": 14228, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -558863,7 +567410,7 @@ } }, { - "id": 30769, + "id": 14229, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -558890,8 +567437,8 @@ { "title": "Properties", "children": [ - 30768, - 30769 + 14228, + 14229 ] } ], @@ -558963,14 +567510,14 @@ { "type": "reflection", "declaration": { - "id": 30770, + "id": 14230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30771, + "id": 14231, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -558980,7 +567527,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -558989,7 +567536,7 @@ } }, { - "id": 30772, + "id": 14232, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559001,7 +567548,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -559014,8 +567561,8 @@ { "title": "Properties", "children": [ - 30771, - 30772 + 14231, + 14232 ] } ], @@ -559024,7 +567571,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 60, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L60" } ] } @@ -559043,14 +567590,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -559065,7 +567612,7 @@ ] }, { - "id": 30771, + "id": 14231, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -559075,7 +567622,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -559084,7 +567631,7 @@ } }, { - "id": 30772, + "id": 14232, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559096,7 +567643,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -559105,7 +567652,7 @@ } }, { - "id": 30780, + "id": 14240, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -559115,7 +567662,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -559124,7 +567671,7 @@ } }, { - "id": 30781, + "id": 14241, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559136,7 +567683,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -559145,7 +567692,7 @@ } }, { - "id": 30783, + "id": 14243, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -559155,7 +567702,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -559164,7 +567711,7 @@ } }, { - "id": 30784, + "id": 14244, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559176,7 +567723,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -559185,7 +567732,7 @@ } }, { - "id": 30798, + "id": 14258, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -559195,7 +567742,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 61, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L61" } ], "type": { @@ -559204,7 +567751,7 @@ } }, { - "id": 30799, + "id": 14259, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559216,7 +567763,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L62" } ], "type": { @@ -559229,21 +567776,21 @@ ] }, { - "id": 16582, + "id": 42, "name": "Payment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16583, + "id": 43, "name": "Steps_Payment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 30810, + "id": 14270, "name": "id", "variant": "declaration", "kind": 1024, @@ -559261,7 +567808,7 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L21" } ], "type": { @@ -559270,11 +567817,13 @@ } }, { - "id": 30811, + "id": 14271, "name": "context", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { @@ -559288,7 +567837,7 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L26" } ], "type": { @@ -559312,7 +567861,7 @@ } }, { - "id": 30812, + "id": 14272, "name": "authorizePaymentSessionStepId", "variant": "declaration", "kind": 32, @@ -559324,7 +567873,7 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L29" } ], "type": { @@ -559334,7 +567883,7 @@ "defaultValue": "\"authorize-payment-session-step\"" }, { - "id": 30813, + "id": 14273, "name": "authorizePaymentSessionStep", "variant": "declaration", "kind": 64, @@ -559387,7 +567936,7 @@ }, "children": [ { - "id": 30844, + "id": 14304, "name": "__type", "variant": "declaration", "kind": 1024, @@ -559405,7 +567954,7 @@ } }, { - "id": 30845, + "id": 14305, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -559427,8 +567976,8 @@ { "title": "Properties", "children": [ - 30844, - 30845 + 14304, + 14305 ] } ], @@ -559437,12 +567986,12 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L39" } ], "signatures": [ { - "id": 30814, + "id": 14274, "name": "authorizePaymentSessionStep", "variant": "signature", "kind": 4096, @@ -559498,12 +568047,12 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L39" } ], "parameters": [ { - "id": 30815, + "id": 14275, "name": "input", "variant": "param", "kind": 32768, @@ -559513,7 +568062,7 @@ "types": [ { "type": "reference", - "target": 30808, + "target": 14268, "name": "AuthorizePaymentSessionStepInput", "package": "@medusajs/core-flows" }, @@ -559526,7 +568075,7 @@ "typeArguments": [ { "type": "reference", - "target": 30808, + "target": 14268, "name": "AuthorizePaymentSessionStepInput", "package": "@medusajs/core-flows" } @@ -559544,14 +568093,14 @@ { "type": "reflection", "declaration": { - "id": 30816, + "id": 14276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30817, + "id": 14277, "name": "id", "variant": "declaration", "kind": 1024, @@ -559597,7 +568146,7 @@ } }, { - "id": 30818, + "id": 14278, "name": "amount", "variant": "declaration", "kind": 1024, @@ -559653,7 +568202,7 @@ } }, { - "id": 30819, + "id": 14279, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -559706,7 +568255,7 @@ } }, { - "id": 30820, + "id": 14280, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -559759,7 +568308,7 @@ } }, { - "id": 30821, + "id": 14281, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -559812,7 +568361,7 @@ } }, { - "id": 30822, + "id": 14282, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -559858,7 +568407,7 @@ } }, { - "id": 30823, + "id": 14283, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -559904,7 +568453,7 @@ } }, { - "id": 30824, + "id": 14284, "name": "data", "variant": "declaration", "kind": 1024, @@ -559991,7 +568540,7 @@ } }, { - "id": 30825, + "id": 14285, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -560066,7 +568615,7 @@ } }, { - "id": 30826, + "id": 14286, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -560141,7 +568690,7 @@ } }, { - "id": 30827, + "id": 14287, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -560216,7 +568765,7 @@ } }, { - "id": 30828, + "id": 14288, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -560291,7 +568840,7 @@ } }, { - "id": 30829, + "id": 14289, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -560344,7 +568893,7 @@ } }, { - "id": 30830, + "id": 14290, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -560397,7 +568946,7 @@ } }, { - "id": 30831, + "id": 14291, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -560450,7 +568999,7 @@ } }, { - "id": 30832, + "id": 14292, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -560503,7 +569052,7 @@ } }, { - "id": 30833, + "id": 14293, "name": "captures", "variant": "declaration", "kind": 1024, @@ -560579,7 +569128,7 @@ } }, { - "id": 30834, + "id": 14294, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -560655,7 +569204,7 @@ } }, { - "id": 30835, + "id": 14295, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -560701,7 +569250,7 @@ } }, { - "id": 30836, + "id": 14296, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -560771,7 +569320,7 @@ } }, { - "id": 30837, + "id": 14297, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -560845,27 +569394,27 @@ { "title": "Properties", "children": [ - 30817, - 30818, - 30819, - 30820, - 30821, - 30822, - 30823, - 30824, - 30825, - 30826, - 30827, - 30828, - 30829, - 30830, - 30831, - 30832, - 30833, - 30834, - 30835, - 30836, - 30837 + 14277, + 14278, + 14279, + 14280, + 14281, + 14282, + 14283, + 14284, + 14285, + 14286, + 14287, + 14288, + 14289, + 14290, + 14291, + 14292, + 14293, + 14294, + 14295, + 14296, + 14297 ] } ], @@ -560910,14 +569459,14 @@ { "type": "reflection", "declaration": { - "id": 30838, + "id": 14298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30839, + "id": 14299, "name": "config", "variant": "declaration", "kind": 2048, @@ -560931,7 +569480,7 @@ ], "signatures": [ { - "id": 30840, + "id": 14300, "name": "config", "variant": "signature", "kind": 4096, @@ -560945,7 +569494,7 @@ ], "parameters": [ { - "id": 30841, + "id": 14301, "name": "config", "variant": "param", "kind": 32768, @@ -560956,14 +569505,14 @@ { "type": "reflection", "declaration": { - "id": 30842, + "id": 14302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30843, + "id": 14303, "name": "name", "variant": "declaration", "kind": 1024, @@ -560987,7 +569536,7 @@ { "title": "Properties", "children": [ - 30843 + 14303 ] } ], @@ -561069,7 +569618,7 @@ { "title": "Methods", "children": [ - 30839 + 14299 ] } ], @@ -561108,7 +569657,7 @@ ] }, { - "id": 30848, + "id": 14308, "name": "paymentIds", "variant": "declaration", "kind": 1024, @@ -561126,7 +569675,7 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L16" } ], "type": { @@ -561147,7 +569696,7 @@ } }, { - "id": 30849, + "id": 14309, "name": "cancelPaymentStepId", "variant": "declaration", "kind": 32, @@ -561159,7 +569708,7 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L19" } ], "type": { @@ -561169,7 +569718,7 @@ "defaultValue": "\"cancel-payment-step\"" }, { - "id": 30850, + "id": 14310, "name": "cancelPaymentStep", "variant": "declaration", "kind": 64, @@ -561195,7 +569744,7 @@ }, "children": [ { - "id": 30859, + "id": 14319, "name": "__type", "variant": "declaration", "kind": 1024, @@ -561213,7 +569762,7 @@ } }, { - "id": 30860, + "id": 14320, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -561235,8 +569784,8 @@ { "title": "Properties", "children": [ - 30859, - 30860 + 14319, + 14320 ] } ], @@ -561245,12 +569794,12 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L23" } ], "signatures": [ { - "id": 30851, + "id": 14311, "name": "cancelPaymentStep", "variant": "signature", "kind": 4096, @@ -561279,12 +569828,12 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L23" } ], "parameters": [ { - "id": 30852, + "id": 14312, "name": "input", "variant": "param", "kind": 32768, @@ -561294,7 +569843,7 @@ "types": [ { "type": "reference", - "target": 30846, + "target": 14306, "name": "CancelPaymentStepInput", "package": "@medusajs/core-flows" }, @@ -561307,7 +569856,7 @@ "typeArguments": [ { "type": "reference", - "target": 30846, + "target": 14306, "name": "CancelPaymentStepInput", "package": "@medusajs/core-flows" } @@ -561340,14 +569889,14 @@ { "type": "reflection", "declaration": { - "id": 30853, + "id": 14313, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30854, + "id": 14314, "name": "config", "variant": "declaration", "kind": 2048, @@ -561361,7 +569910,7 @@ ], "signatures": [ { - "id": 30855, + "id": 14315, "name": "config", "variant": "signature", "kind": 4096, @@ -561375,7 +569924,7 @@ ], "parameters": [ { - "id": 30856, + "id": 14316, "name": "config", "variant": "param", "kind": 32768, @@ -561386,14 +569935,14 @@ { "type": "reflection", "declaration": { - "id": 30857, + "id": 14317, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30858, + "id": 14318, "name": "name", "variant": "declaration", "kind": 1024, @@ -561417,7 +569966,7 @@ { "title": "Properties", "children": [ - 30858 + 14318 ] } ], @@ -561494,7 +570043,7 @@ { "title": "Methods", "children": [ - 30854 + 14314 ] } ], @@ -561528,7 +570077,7 @@ ] }, { - "id": 30863, + "id": 14323, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -561546,7 +570095,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L15" } ], "type": { @@ -561555,7 +570104,7 @@ } }, { - "id": 30864, + "id": 14324, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -561575,7 +570124,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L19" } ], "type": { @@ -561584,7 +570133,7 @@ } }, { - "id": 30865, + "id": 14325, "name": "amount", "variant": "declaration", "kind": 1024, @@ -561604,7 +570153,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L23" } ], "type": { @@ -561618,7 +570167,7 @@ } }, { - "id": 30866, + "id": 14326, "name": "capturePaymentStepId", "variant": "declaration", "kind": 32, @@ -561630,7 +570179,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L26" } ], "type": { @@ -561640,7 +570189,7 @@ "defaultValue": "\"capture-payment-step\"" }, { - "id": 30867, + "id": 14327, "name": "capturePaymentStep", "variant": "declaration", "kind": 64, @@ -561666,7 +570215,7 @@ }, "children": [ { - "id": 30898, + "id": 14358, "name": "__type", "variant": "declaration", "kind": 1024, @@ -561684,7 +570233,7 @@ } }, { - "id": 30899, + "id": 14359, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -561706,8 +570255,8 @@ { "title": "Properties", "children": [ - 30898, - 30899 + 14358, + 14359 ] } ], @@ -561716,12 +570265,12 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L30" } ], "signatures": [ { - "id": 30868, + "id": 14328, "name": "capturePaymentStep", "variant": "signature", "kind": 4096, @@ -561750,12 +570299,12 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L30" } ], "parameters": [ { - "id": 30869, + "id": 14329, "name": "input", "variant": "param", "kind": 32768, @@ -561765,7 +570314,7 @@ "types": [ { "type": "reference", - "target": 30861, + "target": 14321, "name": "CapturePaymentStepInput", "package": "@medusajs/core-flows" }, @@ -561778,7 +570327,7 @@ "typeArguments": [ { "type": "reference", - "target": 30861, + "target": 14321, "name": "CapturePaymentStepInput", "package": "@medusajs/core-flows" } @@ -561796,14 +570345,14 @@ { "type": "reflection", "declaration": { - "id": 30870, + "id": 14330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30871, + "id": 14331, "name": "id", "variant": "declaration", "kind": 1024, @@ -561849,7 +570398,7 @@ } }, { - "id": 30872, + "id": 14332, "name": "amount", "variant": "declaration", "kind": 1024, @@ -561905,7 +570454,7 @@ } }, { - "id": 30873, + "id": 14333, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -561958,7 +570507,7 @@ } }, { - "id": 30874, + "id": 14334, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -562011,7 +570560,7 @@ } }, { - "id": 30875, + "id": 14335, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -562064,7 +570613,7 @@ } }, { - "id": 30876, + "id": 14336, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -562110,7 +570659,7 @@ } }, { - "id": 30877, + "id": 14337, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -562156,7 +570705,7 @@ } }, { - "id": 30878, + "id": 14338, "name": "data", "variant": "declaration", "kind": 1024, @@ -562243,7 +570792,7 @@ } }, { - "id": 30879, + "id": 14339, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -562318,7 +570867,7 @@ } }, { - "id": 30880, + "id": 14340, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -562393,7 +570942,7 @@ } }, { - "id": 30881, + "id": 14341, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -562468,7 +571017,7 @@ } }, { - "id": 30882, + "id": 14342, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -562543,7 +571092,7 @@ } }, { - "id": 30883, + "id": 14343, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -562596,7 +571145,7 @@ } }, { - "id": 30884, + "id": 14344, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -562649,7 +571198,7 @@ } }, { - "id": 30885, + "id": 14345, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -562702,7 +571251,7 @@ } }, { - "id": 30886, + "id": 14346, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -562755,7 +571304,7 @@ } }, { - "id": 30887, + "id": 14347, "name": "captures", "variant": "declaration", "kind": 1024, @@ -562831,7 +571380,7 @@ } }, { - "id": 30888, + "id": 14348, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -562907,7 +571456,7 @@ } }, { - "id": 30889, + "id": 14349, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -562953,7 +571502,7 @@ } }, { - "id": 30890, + "id": 14350, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -563023,7 +571572,7 @@ } }, { - "id": 30891, + "id": 14351, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -563097,27 +571646,27 @@ { "title": "Properties", "children": [ - 30871, - 30872, - 30873, - 30874, - 30875, - 30876, - 30877, - 30878, - 30879, - 30880, - 30881, - 30882, - 30883, - 30884, - 30885, - 30886, - 30887, - 30888, - 30889, - 30890, - 30891 + 14331, + 14332, + 14333, + 14334, + 14335, + 14336, + 14337, + 14338, + 14339, + 14340, + 14341, + 14342, + 14343, + 14344, + 14345, + 14346, + 14347, + 14348, + 14349, + 14350, + 14351 ] } ], @@ -563162,14 +571711,14 @@ { "type": "reflection", "declaration": { - "id": 30892, + "id": 14352, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30893, + "id": 14353, "name": "config", "variant": "declaration", "kind": 2048, @@ -563183,7 +571732,7 @@ ], "signatures": [ { - "id": 30894, + "id": 14354, "name": "config", "variant": "signature", "kind": 4096, @@ -563197,7 +571746,7 @@ ], "parameters": [ { - "id": 30895, + "id": 14355, "name": "config", "variant": "param", "kind": 32768, @@ -563208,14 +571757,14 @@ { "type": "reflection", "declaration": { - "id": 30896, + "id": 14356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30897, + "id": 14357, "name": "name", "variant": "declaration", "kind": 1024, @@ -563239,7 +571788,7 @@ { "title": "Properties", "children": [ - 30897 + 14357 ] } ], @@ -563321,7 +571870,7 @@ { "title": "Methods", "children": [ - 30893 + 14353 ] } ], @@ -563360,7 +571909,7 @@ ] }, { - "id": 30902, + "id": 14362, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -563378,7 +571927,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L15" } ], "type": { @@ -563387,7 +571936,7 @@ } }, { - "id": 30903, + "id": 14363, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -563407,7 +571956,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L19" } ], "type": { @@ -563416,7 +571965,7 @@ } }, { - "id": 30904, + "id": 14364, "name": "amount", "variant": "declaration", "kind": 1024, @@ -563436,7 +571985,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L23" } ], "type": { @@ -563450,7 +571999,7 @@ } }, { - "id": 30905, + "id": 14365, "name": "refundPaymentStepId", "variant": "declaration", "kind": 32, @@ -563462,7 +572011,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L26" } ], "type": { @@ -563472,7 +572021,7 @@ "defaultValue": "\"refund-payment-step\"" }, { - "id": 30906, + "id": 14366, "name": "refundPaymentStep", "variant": "declaration", "kind": 64, @@ -563498,7 +572047,7 @@ }, "children": [ { - "id": 30937, + "id": 14397, "name": "__type", "variant": "declaration", "kind": 1024, @@ -563516,7 +572065,7 @@ } }, { - "id": 30938, + "id": 14398, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -563538,8 +572087,8 @@ { "title": "Properties", "children": [ - 30937, - 30938 + 14397, + 14398 ] } ], @@ -563548,12 +572097,12 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L30" } ], "signatures": [ { - "id": 30907, + "id": 14367, "name": "refundPaymentStep", "variant": "signature", "kind": 4096, @@ -563582,12 +572131,12 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L30" } ], "parameters": [ { - "id": 30908, + "id": 14368, "name": "input", "variant": "param", "kind": 32768, @@ -563597,7 +572146,7 @@ "types": [ { "type": "reference", - "target": 30900, + "target": 14360, "name": "RefundPaymentStepInput", "package": "@medusajs/core-flows" }, @@ -563610,7 +572159,7 @@ "typeArguments": [ { "type": "reference", - "target": 30900, + "target": 14360, "name": "RefundPaymentStepInput", "package": "@medusajs/core-flows" } @@ -563628,14 +572177,14 @@ { "type": "reflection", "declaration": { - "id": 30909, + "id": 14369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30910, + "id": 14370, "name": "id", "variant": "declaration", "kind": 1024, @@ -563681,7 +572230,7 @@ } }, { - "id": 30911, + "id": 14371, "name": "amount", "variant": "declaration", "kind": 1024, @@ -563737,7 +572286,7 @@ } }, { - "id": 30912, + "id": 14372, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -563790,7 +572339,7 @@ } }, { - "id": 30913, + "id": 14373, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -563843,7 +572392,7 @@ } }, { - "id": 30914, + "id": 14374, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -563896,7 +572445,7 @@ } }, { - "id": 30915, + "id": 14375, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -563942,7 +572491,7 @@ } }, { - "id": 30916, + "id": 14376, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -563988,7 +572537,7 @@ } }, { - "id": 30917, + "id": 14377, "name": "data", "variant": "declaration", "kind": 1024, @@ -564075,7 +572624,7 @@ } }, { - "id": 30918, + "id": 14378, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -564150,7 +572699,7 @@ } }, { - "id": 30919, + "id": 14379, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -564225,7 +572774,7 @@ } }, { - "id": 30920, + "id": 14380, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -564300,7 +572849,7 @@ } }, { - "id": 30921, + "id": 14381, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -564375,7 +572924,7 @@ } }, { - "id": 30922, + "id": 14382, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -564428,7 +572977,7 @@ } }, { - "id": 30923, + "id": 14383, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -564481,7 +573030,7 @@ } }, { - "id": 30924, + "id": 14384, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -564534,7 +573083,7 @@ } }, { - "id": 30925, + "id": 14385, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -564587,7 +573136,7 @@ } }, { - "id": 30926, + "id": 14386, "name": "captures", "variant": "declaration", "kind": 1024, @@ -564663,7 +573212,7 @@ } }, { - "id": 30927, + "id": 14387, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -564739,7 +573288,7 @@ } }, { - "id": 30928, + "id": 14388, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -564785,7 +573334,7 @@ } }, { - "id": 30929, + "id": 14389, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -564855,7 +573404,7 @@ } }, { - "id": 30930, + "id": 14390, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -564929,27 +573478,27 @@ { "title": "Properties", "children": [ - 30910, - 30911, - 30912, - 30913, - 30914, - 30915, - 30916, - 30917, - 30918, - 30919, - 30920, - 30921, - 30922, - 30923, - 30924, - 30925, - 30926, - 30927, - 30928, - 30929, - 30930 + 14370, + 14371, + 14372, + 14373, + 14374, + 14375, + 14376, + 14377, + 14378, + 14379, + 14380, + 14381, + 14382, + 14383, + 14384, + 14385, + 14386, + 14387, + 14388, + 14389, + 14390 ] } ], @@ -564994,14 +573543,14 @@ { "type": "reflection", "declaration": { - "id": 30931, + "id": 14391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30932, + "id": 14392, "name": "config", "variant": "declaration", "kind": 2048, @@ -565015,7 +573564,7 @@ ], "signatures": [ { - "id": 30933, + "id": 14393, "name": "config", "variant": "signature", "kind": 4096, @@ -565029,7 +573578,7 @@ ], "parameters": [ { - "id": 30934, + "id": 14394, "name": "config", "variant": "param", "kind": 32768, @@ -565040,14 +573589,14 @@ { "type": "reflection", "declaration": { - "id": 30935, + "id": 14395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30936, + "id": 14396, "name": "name", "variant": "declaration", "kind": 1024, @@ -565071,7 +573620,7 @@ { "title": "Properties", "children": [ - 30936 + 14396 ] } ], @@ -565153,7 +573702,7 @@ { "title": "Methods", "children": [ - 30932 + 14392 ] } ], @@ -565192,7 +573741,7 @@ ] }, { - "id": 30941, + "id": 14401, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -565210,7 +573759,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L22" } ], "type": { @@ -565219,7 +573768,7 @@ } }, { - "id": 30942, + "id": 14402, "name": "amount", "variant": "declaration", "kind": 1024, @@ -565237,7 +573786,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L26" } ], "type": { @@ -565251,7 +573800,7 @@ } }, { - "id": 30943, + "id": 14403, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -565271,7 +573820,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L30" } ], "type": { @@ -565280,7 +573829,7 @@ } }, { - "id": 30944, + "id": 14404, "name": "refundPaymentsStepId", "variant": "declaration", "kind": 32, @@ -565292,7 +573841,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L33" } ], "type": { @@ -565302,7 +573851,7 @@ "defaultValue": "\"refund-payments-step\"" }, { - "id": 30945, + "id": 14405, "name": "refundPaymentsStep", "variant": "declaration", "kind": 64, @@ -565328,7 +573877,7 @@ }, "children": [ { - "id": 30954, + "id": 14414, "name": "__type", "variant": "declaration", "kind": 1024, @@ -565346,7 +573895,7 @@ } }, { - "id": 30955, + "id": 14415, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -565368,8 +573917,8 @@ { "title": "Properties", "children": [ - 30954, - 30955 + 14414, + 14415 ] } ], @@ -565378,12 +573927,12 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L37" } ], "signatures": [ { - "id": 30946, + "id": 14406, "name": "refundPaymentsStep", "variant": "signature", "kind": 4096, @@ -565412,12 +573961,12 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L37" } ], "parameters": [ { - "id": 30947, + "id": 14407, "name": "input", "variant": "param", "kind": 32768, @@ -565427,7 +573976,7 @@ "types": [ { "type": "reference", - "target": 30939, + "target": 14399, "name": "RefundPaymentsStepInput", "package": "@medusajs/core-flows" }, @@ -565440,7 +573989,7 @@ "typeArguments": [ { "type": "reference", - "target": 30939, + "target": 14399, "name": "RefundPaymentsStepInput", "package": "@medusajs/core-flows" } @@ -565530,14 +574079,14 @@ { "type": "reflection", "declaration": { - "id": 30948, + "id": 14408, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30949, + "id": 14409, "name": "config", "variant": "declaration", "kind": 2048, @@ -565551,7 +574100,7 @@ ], "signatures": [ { - "id": 30950, + "id": 14410, "name": "config", "variant": "signature", "kind": 4096, @@ -565565,7 +574114,7 @@ ], "parameters": [ { - "id": 30951, + "id": 14411, "name": "config", "variant": "param", "kind": 32768, @@ -565576,14 +574125,14 @@ { "type": "reflection", "declaration": { - "id": 30952, + "id": 14412, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30953, + "id": 14413, "name": "name", "variant": "declaration", "kind": 1024, @@ -565607,7 +574156,7 @@ { "title": "Properties", "children": [ - 30953 + 14413 ] } ], @@ -565692,7 +574241,7 @@ { "title": "Methods", "children": [ - 30949 + 14409 ] } ], @@ -565736,14 +574285,14 @@ ] }, { - "id": 16584, + "id": 44, "name": "Workflows_Payment", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 30958, + "id": 14418, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -565761,7 +574310,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L21" } ], "type": { @@ -565770,7 +574319,7 @@ } }, { - "id": 30959, + "id": 14419, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -565790,7 +574339,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L25" } ], "type": { @@ -565799,7 +574348,7 @@ } }, { - "id": 30960, + "id": 14420, "name": "amount", "variant": "declaration", "kind": 1024, @@ -565819,7 +574368,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L29" } ], "type": { @@ -565833,7 +574382,7 @@ } }, { - "id": 30961, + "id": 14421, "name": "capturePaymentWorkflowId", "variant": "declaration", "kind": 32, @@ -565845,7 +574394,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L32" } ], "type": { @@ -565855,7 +574404,7 @@ "defaultValue": "\"capture-payment-workflow\"" }, { - "id": 30962, + "id": 14422, "name": "capturePaymentWorkflow", "variant": "declaration", "kind": 64, @@ -565864,7 +574413,7 @@ "summary": [ { "kind": "text", - "text": "This workflow captures a payment. It's used by the \n[Capture Payment Admin API Route](https://docs.medusajs.com/api/admin#payments_postpaymentsidcapture).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you\nto capture a payment in your custom flows." + "text": "This workflow captures a payment. It's used by the\n[Capture Payment Admin API Route](https://docs.medusajs.com/api/admin#payments_postpaymentsidcapture).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you\nto capture a payment in your custom flows." } ], "blockTags": [ @@ -565899,7 +574448,7 @@ }, "children": [ { - "id": 30970, + "id": 14430, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -565922,7 +574471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 30971, + "id": 14431, "name": "__type", "variant": "declaration", "kind": 65536, @@ -565936,7 +574485,7 @@ ], "signatures": [ { - "id": 30972, + "id": 14432, "name": "__type", "variant": "signature", "kind": 4096, @@ -565964,7 +574513,7 @@ ], "parameters": [ { - "id": 30973, + "id": 14433, "name": "param0", "variant": "param", "kind": 32768, @@ -565980,14 +574529,14 @@ "type": { "type": "reflection", "declaration": { - "id": 30974, + "id": 14434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30975, + "id": 14435, "name": "input", "variant": "declaration", "kind": 1024, @@ -566012,7 +574561,7 @@ "types": [ { "type": "reference", - "target": 30956, + "target": 14416, "name": "CapturePaymentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -566025,7 +574574,7 @@ "typeArguments": [ { "type": "reference", - "target": 30956, + "target": 14416, "name": "CapturePaymentWorkflowInput", "package": "@medusajs/core-flows" } @@ -566041,7 +574590,7 @@ { "title": "Properties", "children": [ - 30975 + 14435 ] } ], @@ -566062,14 +574611,14 @@ { "type": "reflection", "declaration": { - "id": 30976, + "id": 14436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30977, + "id": 14437, "name": "id", "variant": "declaration", "kind": 1024, @@ -566115,7 +574664,7 @@ } }, { - "id": 30978, + "id": 14438, "name": "amount", "variant": "declaration", "kind": 1024, @@ -566171,7 +574720,7 @@ } }, { - "id": 30979, + "id": 14439, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -566224,7 +574773,7 @@ } }, { - "id": 30980, + "id": 14440, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -566277,7 +574826,7 @@ } }, { - "id": 30981, + "id": 14441, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -566330,7 +574879,7 @@ } }, { - "id": 30982, + "id": 14442, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -566376,7 +574925,7 @@ } }, { - "id": 30983, + "id": 14443, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -566422,7 +574971,7 @@ } }, { - "id": 30984, + "id": 14444, "name": "data", "variant": "declaration", "kind": 1024, @@ -566509,7 +575058,7 @@ } }, { - "id": 30985, + "id": 14445, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -566584,7 +575133,7 @@ } }, { - "id": 30986, + "id": 14446, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -566659,7 +575208,7 @@ } }, { - "id": 30987, + "id": 14447, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -566734,7 +575283,7 @@ } }, { - "id": 30988, + "id": 14448, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -566809,7 +575358,7 @@ } }, { - "id": 30989, + "id": 14449, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -566862,7 +575411,7 @@ } }, { - "id": 30990, + "id": 14450, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -566915,7 +575464,7 @@ } }, { - "id": 30991, + "id": 14451, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -566968,7 +575517,7 @@ } }, { - "id": 30992, + "id": 14452, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -567021,7 +575570,7 @@ } }, { - "id": 30993, + "id": 14453, "name": "captures", "variant": "declaration", "kind": 1024, @@ -567097,7 +575646,7 @@ } }, { - "id": 30994, + "id": 14454, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -567173,7 +575722,7 @@ } }, { - "id": 30995, + "id": 14455, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -567219,7 +575768,7 @@ } }, { - "id": 30996, + "id": 14456, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -567289,7 +575838,7 @@ } }, { - "id": 30997, + "id": 14457, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -567363,27 +575912,27 @@ { "title": "Properties", "children": [ - 30977, - 30978, - 30979, - 30980, - 30981, - 30982, - 30983, - 30984, - 30985, - 30986, - 30987, - 30988, - 30989, - 30990, - 30991, - 30992, - 30993, - 30994, - 30995, - 30996, - 30997 + 14437, + 14438, + 14439, + 14440, + 14441, + 14442, + 14443, + 14444, + 14445, + 14446, + 14447, + 14448, + 14449, + 14450, + 14451, + 14452, + 14453, + 14454, + 14455, + 14456, + 14457 ] } ], @@ -567428,14 +575977,14 @@ { "type": "reflection", "declaration": { - "id": 30998, + "id": 14458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30999, + "id": 14459, "name": "config", "variant": "declaration", "kind": 2048, @@ -567449,7 +575998,7 @@ ], "signatures": [ { - "id": 31000, + "id": 14460, "name": "config", "variant": "signature", "kind": 4096, @@ -567463,7 +576012,7 @@ ], "parameters": [ { - "id": 31001, + "id": 14461, "name": "config", "variant": "param", "kind": 32768, @@ -567474,14 +576023,14 @@ { "type": "reflection", "declaration": { - "id": 31002, + "id": 14462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31003, + "id": 14463, "name": "name", "variant": "declaration", "kind": 1024, @@ -567505,7 +576054,7 @@ { "title": "Properties", "children": [ - 31003 + 14463 ] } ], @@ -567587,7 +576136,7 @@ { "title": "Methods", "children": [ - 30999 + 14459 ] } ], @@ -567628,7 +576177,7 @@ } }, { - "id": 31004, + "id": 14464, "name": "run", "variant": "declaration", "kind": 1024, @@ -567651,7 +576200,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31005, + "id": 14465, "name": "__type", "variant": "declaration", "kind": 65536, @@ -567665,7 +576214,7 @@ ], "signatures": [ { - "id": 31006, + "id": 14466, "name": "__type", "variant": "signature", "kind": 4096, @@ -567693,7 +576242,7 @@ ], "typeParameters": [ { - "id": 31007, + "id": 14467, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -567704,7 +576253,7 @@ } }, { - "id": 31008, + "id": 14468, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -567717,7 +576266,7 @@ ], "parameters": [ { - "id": 31009, + "id": 14469, "name": "args", "variant": "param", "kind": 32768, @@ -567750,7 +576299,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -567761,13 +576310,13 @@ }, "trueType": { "type": "reference", - "target": 30956, + "target": 14416, "name": "CapturePaymentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -567800,7 +576349,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -567820,7 +576369,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -567840,7 +576389,7 @@ } }, { - "id": 31010, + "id": 14470, "name": "getName", "variant": "declaration", "kind": 1024, @@ -567863,7 +576412,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31011, + "id": 14471, "name": "__type", "variant": "declaration", "kind": 65536, @@ -567877,7 +576426,7 @@ ], "signatures": [ { - "id": 31012, + "id": 14472, "name": "__type", "variant": "signature", "kind": 4096, @@ -567899,7 +576448,7 @@ } }, { - "id": 31013, + "id": 14473, "name": "config", "variant": "declaration", "kind": 1024, @@ -567922,7 +576471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31014, + "id": 14474, "name": "__type", "variant": "declaration", "kind": 65536, @@ -567936,7 +576485,7 @@ ], "signatures": [ { - "id": 31015, + "id": 14475, "name": "__type", "variant": "signature", "kind": 4096, @@ -567950,7 +576499,7 @@ ], "parameters": [ { - "id": 31016, + "id": 14476, "name": "config", "variant": "param", "kind": 32768, @@ -567976,7 +576525,7 @@ } }, { - "id": 31017, + "id": 14477, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -568004,7 +576553,7 @@ ], "documents": [ { - "id": 38010, + "id": 21497, "name": "capturePaymentStep", "variant": "document", "kind": 8388608, @@ -568020,6 +576569,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14327" + } + ] } ], "modifierTags": [ @@ -568030,7 +576588,7 @@ "frontmatter": {} }, { - "id": 38011, + "id": 21498, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -568046,6 +576604,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -568056,7 +576623,7 @@ "frontmatter": {} }, { - "id": 38012, + "id": 21499, "name": "when", "variant": "document", "kind": 8388608, @@ -568091,7 +576658,7 @@ "frontmatter": {}, "children": [ { - "id": 38013, + "id": 21500, "name": "addOrderTransactionStep", "variant": "document", "kind": 8388608, @@ -568107,6 +576674,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5294" + } + ] } ], "modifierTags": [ @@ -568119,7 +576695,7 @@ ] }, { - "id": 38014, + "id": 21501, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -568135,6 +576711,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -568146,21 +576731,21 @@ } ], "childrenIncludingDocuments": [ - 30970, - 31004, - 31010, - 31013, - 31017 + 14430, + 14464, + 14470, + 14473, + 14477 ], "groups": [ { "title": "Properties", "children": [ - 30970, - 31004, - 31010, - 31013, - 31017 + 14430, + 14464, + 14470, + 14473, + 14477 ] } ], @@ -568169,12 +576754,12 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L52" } ], "signatures": [ { - "id": 30963, + "id": 14423, "name": "capturePaymentWorkflow", "variant": "signature", "kind": 4096, @@ -568183,7 +576768,7 @@ "summary": [ { "kind": "text", - "text": "This workflow captures a payment. It's used by the \n[Capture Payment Admin API Route](https://docs.medusajs.com/api/admin#payments_postpaymentsidcapture).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you\nto capture a payment in your custom flows." + "text": "This workflow captures a payment. It's used by the\n[Capture Payment Admin API Route](https://docs.medusajs.com/api/admin#payments_postpaymentsidcapture).\n\nYou can use this workflow within your own customizations or custom workflows, allowing you\nto capture a payment in your custom flows." } ], "blockTags": [ @@ -568221,12 +576806,12 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L52" } ], "typeParameters": [ { - "id": 30964, + "id": 14424, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -568237,7 +576822,7 @@ } }, { - "id": 30965, + "id": 14425, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -568250,7 +576835,7 @@ ], "parameters": [ { - "id": 30966, + "id": 14426, "name": "container", "variant": "param", "kind": 32768, @@ -568274,14 +576859,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30967, + "id": 14427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30968, + "id": 14428, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -568304,7 +576889,7 @@ } }, { - "id": 30969, + "id": 14429, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -568331,8 +576916,8 @@ { "title": "Properties", "children": [ - 30968, - 30969 + 14428, + 14429 ] } ], @@ -568403,7 +576988,7 @@ "typeArguments": [ { "type": "reference", - "target": 30956, + "target": 14416, "name": "CapturePaymentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -568418,14 +577003,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -568440,7 +577025,7 @@ ] }, { - "id": 31018, + "id": 14478, "name": "processPaymentWorkflowId", "variant": "declaration", "kind": 32, @@ -568452,7 +577037,7 @@ "fileName": "core-flows/src/payment/workflows/process-payment.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/process-payment.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/process-payment.ts#L14" } ], "type": { @@ -568462,7 +577047,7 @@ "defaultValue": "\"process-payment-workflow\"" }, { - "id": 31019, + "id": 14479, "name": "processPaymentWorkflow", "variant": "declaration", "kind": 64, @@ -568515,7 +577100,7 @@ }, "children": [ { - "id": 31027, + "id": 14487, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -568538,7 +577123,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31028, + "id": 14488, "name": "__type", "variant": "declaration", "kind": 65536, @@ -568552,7 +577137,7 @@ ], "signatures": [ { - "id": 31029, + "id": 14489, "name": "__type", "variant": "signature", "kind": 4096, @@ -568580,7 +577165,7 @@ ], "parameters": [ { - "id": 31030, + "id": 14490, "name": "param0", "variant": "param", "kind": 32768, @@ -568596,14 +577181,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31031, + "id": 14491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31032, + "id": 14492, "name": "input", "variant": "declaration", "kind": 1024, @@ -568663,7 +577248,7 @@ { "title": "Properties", "children": [ - 31032 + 14492 ] } ], @@ -568699,14 +577284,14 @@ { "type": "reflection", "declaration": { - "id": 31033, + "id": 14493, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31034, + "id": 14494, "name": "config", "variant": "declaration", "kind": 2048, @@ -568720,7 +577305,7 @@ ], "signatures": [ { - "id": 31035, + "id": 14495, "name": "config", "variant": "signature", "kind": 4096, @@ -568734,7 +577319,7 @@ ], "parameters": [ { - "id": 31036, + "id": 14496, "name": "config", "variant": "param", "kind": 32768, @@ -568745,14 +577330,14 @@ { "type": "reflection", "declaration": { - "id": 31037, + "id": 14497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31038, + "id": 14498, "name": "name", "variant": "declaration", "kind": 1024, @@ -568776,7 +577361,7 @@ { "title": "Properties", "children": [ - 31038 + 14498 ] } ], @@ -568853,7 +577438,7 @@ { "title": "Methods", "children": [ - 31034 + 14494 ] } ], @@ -568889,7 +577474,7 @@ } }, { - "id": 31039, + "id": 14499, "name": "run", "variant": "declaration", "kind": 1024, @@ -568912,7 +577497,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31040, + "id": 14500, "name": "__type", "variant": "declaration", "kind": 65536, @@ -568926,7 +577511,7 @@ ], "signatures": [ { - "id": 31041, + "id": 14501, "name": "__type", "variant": "signature", "kind": 4096, @@ -568954,7 +577539,7 @@ ], "typeParameters": [ { - "id": 31042, + "id": 14502, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -568965,7 +577550,7 @@ } }, { - "id": 31043, + "id": 14503, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -568978,7 +577563,7 @@ ], "parameters": [ { - "id": 31044, + "id": 14504, "name": "args", "variant": "param", "kind": 32768, @@ -569011,7 +577596,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569031,7 +577616,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569064,7 +577649,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569079,7 +577664,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569099,7 +577684,7 @@ } }, { - "id": 31045, + "id": 14505, "name": "getName", "variant": "declaration", "kind": 1024, @@ -569122,7 +577707,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31046, + "id": 14506, "name": "__type", "variant": "declaration", "kind": 65536, @@ -569136,7 +577721,7 @@ ], "signatures": [ { - "id": 31047, + "id": 14507, "name": "__type", "variant": "signature", "kind": 4096, @@ -569158,7 +577743,7 @@ } }, { - "id": 31048, + "id": 14508, "name": "config", "variant": "declaration", "kind": 1024, @@ -569181,7 +577766,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31049, + "id": 14509, "name": "__type", "variant": "declaration", "kind": 65536, @@ -569195,7 +577780,7 @@ ], "signatures": [ { - "id": 31050, + "id": 14510, "name": "__type", "variant": "signature", "kind": 4096, @@ -569209,7 +577794,7 @@ ], "parameters": [ { - "id": 31051, + "id": 14511, "name": "config", "variant": "param", "kind": 32768, @@ -569235,7 +577820,7 @@ } }, { - "id": 31052, + "id": 14512, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -569258,7 +577843,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31053, + "id": 14513, "name": "__type", "variant": "declaration", "kind": 65536, @@ -569272,14 +577857,14 @@ ], "indexSignatures": [ { - "id": 31054, + "id": 14514, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31055, + "id": 14515, "name": "key", "variant": "param", "kind": 32768, @@ -569293,7 +577878,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31056, + "id": 14516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -569307,7 +577892,7 @@ ], "signatures": [ { - "id": 31057, + "id": 14517, "name": "__type", "variant": "signature", "kind": 4096, @@ -569321,14 +577906,14 @@ ], "typeParameters": [ { - "id": 31058, + "id": 14518, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 31059, + "id": 14519, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -569337,7 +577922,7 @@ ], "parameters": [ { - "id": 31060, + "id": 14520, "name": "invoke", "variant": "param", "kind": 32768, @@ -569355,14 +577940,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569373,7 +577958,7 @@ } }, { - "id": 31061, + "id": 14521, "name": "compensate", "variant": "param", "kind": 32768, @@ -569389,7 +577974,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569416,7 +578001,7 @@ ], "documents": [ { - "id": 38015, + "id": 21502, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -569432,6 +578017,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -569442,7 +578036,7 @@ "frontmatter": {} }, { - "id": 38016, + "id": 21503, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -569458,6 +578052,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -569468,7 +578071,7 @@ "frontmatter": {} }, { - "id": 38017, + "id": 21504, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -569484,6 +578087,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -569494,7 +578106,7 @@ "frontmatter": {} }, { - "id": 38019, + "id": 21506, "name": "when", "variant": "document", "kind": 8388608, @@ -569529,7 +578141,7 @@ "frontmatter": {}, "children": [ { - "id": 38020, + "id": 21507, "name": "capturePaymentWorkflow", "variant": "document", "kind": 8388608, @@ -569545,6 +578157,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14422" + } + ] } ], "modifierTags": [ @@ -569557,7 +578178,7 @@ ] }, { - "id": 38021, + "id": 21508, "name": "when", "variant": "document", "kind": 8388608, @@ -569592,7 +578213,7 @@ "frontmatter": {}, "children": [ { - "id": 38022, + "id": 21509, "name": "authorizePaymentSessionStep", "variant": "document", "kind": 8388608, @@ -569608,6 +578229,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14273" + } + ] } ], "modifierTags": [ @@ -569621,21 +578251,21 @@ } ], "childrenIncludingDocuments": [ - 31027, - 31039, - 31045, - 31048, - 31052 + 14487, + 14499, + 14505, + 14508, + 14512 ], "groups": [ { "title": "Properties", "children": [ - 31027, - 31039, - 31045, - 31048, - 31052 + 14487, + 14499, + 14505, + 14508, + 14512 ] } ], @@ -569644,12 +578274,12 @@ "fileName": "core-flows/src/payment/workflows/process-payment.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/process-payment.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/process-payment.ts#L39" } ], "signatures": [ { - "id": 31020, + "id": 14480, "name": "processPaymentWorkflow", "variant": "signature", "kind": 4096, @@ -569705,12 +578335,12 @@ "fileName": "core-flows/src/payment/workflows/process-payment.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/process-payment.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/process-payment.ts#L39" } ], "typeParameters": [ { - "id": 31021, + "id": 14481, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -569721,7 +578351,7 @@ } }, { - "id": 31022, + "id": 14482, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -569734,7 +578364,7 @@ ], "parameters": [ { - "id": 31023, + "id": 14483, "name": "container", "variant": "param", "kind": 32768, @@ -569758,14 +578388,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31024, + "id": 14484, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31025, + "id": 14485, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -569788,7 +578418,7 @@ } }, { - "id": 31026, + "id": 14486, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -569815,8 +578445,8 @@ { "title": "Properties", "children": [ - 31025, - 31026 + 14485, + 14486 ] } ], @@ -569900,14 +578530,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -569922,7 +578552,7 @@ ] }, { - "id": 31064, + "id": 14524, "name": "order", "variant": "declaration", "kind": 1024, @@ -569940,7 +578570,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L22" } ], "type": { @@ -569954,7 +578584,7 @@ } }, { - "id": 31065, + "id": 14525, "name": "payment", "variant": "declaration", "kind": 1024, @@ -569972,7 +578602,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L26" } ], "type": { @@ -569986,7 +578616,7 @@ } }, { - "id": 31066, + "id": 14526, "name": "amount", "variant": "declaration", "kind": 1024, @@ -570006,7 +578636,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L30" } ], "type": { @@ -570020,7 +578650,7 @@ } }, { - "id": 31067, + "id": 14527, "name": "validateRefundStep", "variant": "declaration", "kind": 64, @@ -570055,7 +578685,7 @@ }, "children": [ { - "id": 31076, + "id": 14536, "name": "__type", "variant": "declaration", "kind": 1024, @@ -570073,7 +578703,7 @@ } }, { - "id": 31077, + "id": 14537, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -570095,8 +578725,8 @@ { "title": "Properties", "children": [ - 31076, - 31077 + 14536, + 14537 ] } ], @@ -570105,12 +578735,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L57" } ], "signatures": [ { - "id": 31068, + "id": 14528, "name": "validateRefundStep", "variant": "signature", "kind": 4096, @@ -570148,12 +578778,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L57" } ], "parameters": [ { - "id": 31069, + "id": 14529, "name": "input", "variant": "param", "kind": 32768, @@ -570163,7 +578793,7 @@ "types": [ { "type": "reference", - "target": 31062, + "target": 14522, "name": "ValidateRefundStepInput", "package": "@medusajs/core-flows" }, @@ -570176,7 +578806,7 @@ "typeArguments": [ { "type": "reference", - "target": 31062, + "target": 14522, "name": "ValidateRefundStepInput", "package": "@medusajs/core-flows" } @@ -570209,14 +578839,14 @@ { "type": "reflection", "declaration": { - "id": 31070, + "id": 14530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31071, + "id": 14531, "name": "config", "variant": "declaration", "kind": 2048, @@ -570230,7 +578860,7 @@ ], "signatures": [ { - "id": 31072, + "id": 14532, "name": "config", "variant": "signature", "kind": 4096, @@ -570244,7 +578874,7 @@ ], "parameters": [ { - "id": 31073, + "id": 14533, "name": "config", "variant": "param", "kind": 32768, @@ -570255,14 +578885,14 @@ { "type": "reflection", "declaration": { - "id": 31074, + "id": 14534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31075, + "id": 14535, "name": "name", "variant": "declaration", "kind": 1024, @@ -570286,7 +578916,7 @@ { "title": "Properties", "children": [ - 31075 + 14535 ] } ], @@ -570363,7 +578993,7 @@ { "title": "Methods", "children": [ - 31071 + 14531 ] } ], @@ -570397,7 +579027,7 @@ ] }, { - "id": 31080, + "id": 14540, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -570415,7 +579045,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 92, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L92" } ], "type": { @@ -570424,7 +579054,7 @@ } }, { - "id": 31081, + "id": 14541, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -570444,7 +579074,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L96" } ], "type": { @@ -570453,7 +579083,7 @@ } }, { - "id": 31082, + "id": 14542, "name": "amount", "variant": "declaration", "kind": 1024, @@ -570473,7 +579103,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 100, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L100" } ], "type": { @@ -570487,7 +579117,7 @@ } }, { - "id": 31083, + "id": 14543, "name": "refundPaymentWorkflowId", "variant": "declaration", "kind": 32, @@ -570499,7 +579129,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L103" } ], "type": { @@ -570509,7 +579139,7 @@ "defaultValue": "\"refund-payment-workflow\"" }, { - "id": 31084, + "id": 14544, "name": "refundPaymentWorkflow", "variant": "declaration", "kind": 64, @@ -570553,7 +579183,7 @@ }, "children": [ { - "id": 31092, + "id": 14552, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -570576,7 +579206,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31093, + "id": 14553, "name": "__type", "variant": "declaration", "kind": 65536, @@ -570590,7 +579220,7 @@ ], "signatures": [ { - "id": 31094, + "id": 14554, "name": "__type", "variant": "signature", "kind": 4096, @@ -570618,7 +579248,7 @@ ], "parameters": [ { - "id": 31095, + "id": 14555, "name": "param0", "variant": "param", "kind": 32768, @@ -570634,14 +579264,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31096, + "id": 14556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31097, + "id": 14557, "name": "input", "variant": "declaration", "kind": 1024, @@ -570666,7 +579296,7 @@ "types": [ { "type": "reference", - "target": 31078, + "target": 14538, "name": "RefundPaymentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -570679,7 +579309,7 @@ "typeArguments": [ { "type": "reference", - "target": 31078, + "target": 14538, "name": "RefundPaymentWorkflowInput", "package": "@medusajs/core-flows" } @@ -570695,7 +579325,7 @@ { "title": "Properties", "children": [ - 31097 + 14557 ] } ], @@ -570720,7 +579350,7 @@ } }, { - "id": 31098, + "id": 14558, "name": "run", "variant": "declaration", "kind": 1024, @@ -570743,7 +579373,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31099, + "id": 14559, "name": "__type", "variant": "declaration", "kind": 65536, @@ -570757,7 +579387,7 @@ ], "signatures": [ { - "id": 31100, + "id": 14560, "name": "__type", "variant": "signature", "kind": 4096, @@ -570785,7 +579415,7 @@ ], "typeParameters": [ { - "id": 31101, + "id": 14561, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -570796,7 +579426,7 @@ } }, { - "id": 31102, + "id": 14562, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -570809,7 +579439,7 @@ ], "parameters": [ { - "id": 31103, + "id": 14563, "name": "args", "variant": "param", "kind": 32768, @@ -570842,7 +579472,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -570853,13 +579483,13 @@ }, "trueType": { "type": "reference", - "target": 31078, + "target": 14538, "name": "RefundPaymentWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -570892,7 +579522,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -570907,7 +579537,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -570927,7 +579557,7 @@ } }, { - "id": 31104, + "id": 14564, "name": "getName", "variant": "declaration", "kind": 1024, @@ -570950,7 +579580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31105, + "id": 14565, "name": "__type", "variant": "declaration", "kind": 65536, @@ -570964,7 +579594,7 @@ ], "signatures": [ { - "id": 31106, + "id": 14566, "name": "__type", "variant": "signature", "kind": 4096, @@ -570986,7 +579616,7 @@ } }, { - "id": 31107, + "id": 14567, "name": "config", "variant": "declaration", "kind": 1024, @@ -571009,7 +579639,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31108, + "id": 14568, "name": "__type", "variant": "declaration", "kind": 65536, @@ -571023,7 +579653,7 @@ ], "signatures": [ { - "id": 31109, + "id": 14569, "name": "__type", "variant": "signature", "kind": 4096, @@ -571037,7 +579667,7 @@ ], "parameters": [ { - "id": 31110, + "id": 14570, "name": "config", "variant": "param", "kind": 32768, @@ -571063,7 +579693,7 @@ } }, { - "id": 31111, + "id": 14571, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -571091,7 +579721,7 @@ ], "documents": [ { - "id": 38023, + "id": 21510, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -571107,6 +579737,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -571117,7 +579756,7 @@ "frontmatter": {} }, { - "id": 38024, + "id": 21511, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -571133,6 +579772,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -571143,7 +579791,7 @@ "frontmatter": {} }, { - "id": 38025, + "id": 21512, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -571159,6 +579807,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -571169,7 +579826,7 @@ "frontmatter": {} }, { - "id": 38026, + "id": 21513, "name": "validateRefundStep", "variant": "document", "kind": 8388608, @@ -571185,6 +579842,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14527" + } + ] } ], "modifierTags": [ @@ -571195,7 +579861,7 @@ "frontmatter": {} }, { - "id": 38027, + "id": 21514, "name": "refundPaymentStep", "variant": "document", "kind": 8388608, @@ -571211,6 +579877,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14366" + } + ] } ], "modifierTags": [ @@ -571221,7 +579896,7 @@ "frontmatter": {} }, { - "id": 38028, + "id": 21515, "name": "when", "variant": "document", "kind": 8388608, @@ -571256,7 +579931,7 @@ "frontmatter": {}, "children": [ { - "id": 38029, + "id": 21516, "name": "addOrderTransactionStep", "variant": "document", "kind": 8388608, @@ -571272,6 +579947,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5294" + } + ] } ], "modifierTags": [ @@ -571284,7 +579968,7 @@ ] }, { - "id": 38030, + "id": 21517, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -571300,6 +579984,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -571311,21 +580004,21 @@ } ], "childrenIncludingDocuments": [ - 31092, - 31098, - 31104, - 31107, - 31111 + 14552, + 14558, + 14564, + 14567, + 14571 ], "groups": [ { "title": "Properties", "children": [ - 31092, - 31098, - 31104, - 31107, - 31111 + 14552, + 14558, + 14564, + 14567, + 14571 ] } ], @@ -571334,12 +580027,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L123" } ], "signatures": [ { - "id": 31085, + "id": 14545, "name": "refundPaymentWorkflow", "variant": "signature", "kind": 4096, @@ -571386,12 +580079,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 123, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L123" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L123" } ], "typeParameters": [ { - "id": 31086, + "id": 14546, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -571402,7 +580095,7 @@ } }, { - "id": 31087, + "id": 14547, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -571415,7 +580108,7 @@ ], "parameters": [ { - "id": 31088, + "id": 14548, "name": "container", "variant": "param", "kind": 32768, @@ -571439,14 +580132,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31089, + "id": 14549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31090, + "id": 14550, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -571469,7 +580162,7 @@ } }, { - "id": 31091, + "id": 14551, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -571496,8 +580189,8 @@ { "title": "Properties", "children": [ - 31090, - 31091 + 14550, + 14551 ] } ], @@ -571568,7 +580261,7 @@ "typeArguments": [ { "type": "reference", - "target": 31078, + "target": 14538, "name": "RefundPaymentWorkflowInput", "package": "@medusajs/core-flows" }, @@ -571578,14 +580271,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -571600,7 +580293,7 @@ ] }, { - "id": 31114, + "id": 14574, "name": "payments", "variant": "declaration", "kind": 1024, @@ -571618,7 +580311,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L21" } ], "type": { @@ -571635,7 +580328,7 @@ } }, { - "id": 31115, + "id": 14575, "name": "input", "variant": "declaration", "kind": 1024, @@ -571653,18 +580346,18 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L25" } ], "type": { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" } }, { - "id": 31116, + "id": 14576, "name": "validatePaymentsRefundStep", "variant": "declaration", "kind": 64, @@ -571699,7 +580392,7 @@ }, "children": [ { - "id": 31125, + "id": 14585, "name": "__type", "variant": "declaration", "kind": 1024, @@ -571717,7 +580410,7 @@ } }, { - "id": 31126, + "id": 14586, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -571739,8 +580432,8 @@ { "title": "Properties", "children": [ - 31125, - 31126 + 14585, + 14586 ] } ], @@ -571749,12 +580442,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L54" } ], "signatures": [ { - "id": 31117, + "id": 14577, "name": "validatePaymentsRefundStep", "variant": "signature", "kind": 4096, @@ -571792,12 +580485,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L54" } ], "parameters": [ { - "id": 31118, + "id": 14578, "name": "input", "variant": "param", "kind": 32768, @@ -571807,7 +580500,7 @@ "types": [ { "type": "reference", - "target": 31112, + "target": 14572, "name": "ValidatePaymentsRefundStepInput", "package": "@medusajs/core-flows" }, @@ -571820,7 +580513,7 @@ "typeArguments": [ { "type": "reference", - "target": 31112, + "target": 14572, "name": "ValidatePaymentsRefundStepInput", "package": "@medusajs/core-flows" } @@ -571853,14 +580546,14 @@ { "type": "reflection", "declaration": { - "id": 31119, + "id": 14579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31120, + "id": 14580, "name": "config", "variant": "declaration", "kind": 2048, @@ -571874,7 +580567,7 @@ ], "signatures": [ { - "id": 31121, + "id": 14581, "name": "config", "variant": "signature", "kind": 4096, @@ -571888,7 +580581,7 @@ ], "parameters": [ { - "id": 31122, + "id": 14582, "name": "config", "variant": "param", "kind": 32768, @@ -571899,14 +580592,14 @@ { "type": "reflection", "declaration": { - "id": 31123, + "id": 14583, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31124, + "id": 14584, "name": "name", "variant": "declaration", "kind": 1024, @@ -571930,7 +580623,7 @@ { "title": "Properties", "children": [ - 31124 + 14584 ] } ], @@ -572007,7 +580700,7 @@ { "title": "Methods", "children": [ - 31120 + 14580 ] } ], @@ -572041,7 +580734,7 @@ ] }, { - "id": 31129, + "id": 14589, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -572059,7 +580752,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 95, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L95" } ], "type": { @@ -572068,7 +580761,7 @@ } }, { - "id": 31130, + "id": 14590, "name": "amount", "variant": "declaration", "kind": 1024, @@ -572086,7 +580779,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 99, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L99" } ], "type": { @@ -572100,7 +580793,7 @@ } }, { - "id": 31131, + "id": 14591, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -572120,7 +580813,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L103" } ], "type": { @@ -572129,7 +580822,7 @@ } }, { - "id": 31132, + "id": 14592, "name": "refundPaymentsWorkflowId", "variant": "declaration", "kind": 32, @@ -572141,7 +580834,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 106, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L106" } ], "type": { @@ -572151,7 +580844,7 @@ "defaultValue": "\"refund-payments-workflow\"" }, { - "id": 31133, + "id": 14593, "name": "refundPaymentsWorkflow", "variant": "declaration", "kind": 64, @@ -572195,7 +580888,7 @@ }, "children": [ { - "id": 31141, + "id": 14601, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -572218,7 +580911,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31142, + "id": 14602, "name": "__type", "variant": "declaration", "kind": 65536, @@ -572232,7 +580925,7 @@ ], "signatures": [ { - "id": 31143, + "id": 14603, "name": "__type", "variant": "signature", "kind": 4096, @@ -572260,7 +580953,7 @@ ], "parameters": [ { - "id": 31144, + "id": 14604, "name": "param0", "variant": "param", "kind": 32768, @@ -572276,14 +580969,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31145, + "id": 14605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31146, + "id": 14606, "name": "input", "variant": "declaration", "kind": 1024, @@ -572308,7 +581001,7 @@ "types": [ { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -572321,7 +581014,7 @@ "typeArguments": [ { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" } @@ -572337,7 +581030,7 @@ { "title": "Properties", "children": [ - 31146 + 14606 ] } ], @@ -572430,14 +581123,14 @@ { "type": "reflection", "declaration": { - "id": 31147, + "id": 14607, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31148, + "id": 14608, "name": "config", "variant": "declaration", "kind": 2048, @@ -572451,7 +581144,7 @@ ], "signatures": [ { - "id": 31149, + "id": 14609, "name": "config", "variant": "signature", "kind": 4096, @@ -572465,7 +581158,7 @@ ], "parameters": [ { - "id": 31150, + "id": 14610, "name": "config", "variant": "param", "kind": 32768, @@ -572476,14 +581169,14 @@ { "type": "reflection", "declaration": { - "id": 31151, + "id": 14611, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31152, + "id": 14612, "name": "name", "variant": "declaration", "kind": 1024, @@ -572507,7 +581200,7 @@ { "title": "Properties", "children": [ - 31152 + 14612 ] } ], @@ -572592,7 +581285,7 @@ { "title": "Methods", "children": [ - 31148 + 14608 ] } ], @@ -572636,7 +581329,7 @@ } }, { - "id": 31153, + "id": 14613, "name": "run", "variant": "declaration", "kind": 1024, @@ -572659,7 +581352,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31154, + "id": 14614, "name": "__type", "variant": "declaration", "kind": 65536, @@ -572673,7 +581366,7 @@ ], "signatures": [ { - "id": 31155, + "id": 14615, "name": "__type", "variant": "signature", "kind": 4096, @@ -572701,7 +581394,7 @@ ], "typeParameters": [ { - "id": 31156, + "id": 14616, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -572712,7 +581405,7 @@ } }, { - "id": 31157, + "id": 14617, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -572725,7 +581418,7 @@ ], "parameters": [ { - "id": 31158, + "id": 14618, "name": "args", "variant": "param", "kind": 32768, @@ -572758,7 +581451,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -572769,13 +581462,13 @@ }, "trueType": { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -572808,7 +581501,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -572831,7 +581524,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -572851,7 +581544,7 @@ } }, { - "id": 31159, + "id": 14619, "name": "getName", "variant": "declaration", "kind": 1024, @@ -572874,7 +581567,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31160, + "id": 14620, "name": "__type", "variant": "declaration", "kind": 65536, @@ -572888,7 +581581,7 @@ ], "signatures": [ { - "id": 31161, + "id": 14621, "name": "__type", "variant": "signature", "kind": 4096, @@ -572910,7 +581603,7 @@ } }, { - "id": 31162, + "id": 14622, "name": "config", "variant": "declaration", "kind": 1024, @@ -572933,7 +581626,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31163, + "id": 14623, "name": "__type", "variant": "declaration", "kind": 65536, @@ -572947,7 +581640,7 @@ ], "signatures": [ { - "id": 31164, + "id": 14624, "name": "__type", "variant": "signature", "kind": 4096, @@ -572961,7 +581654,7 @@ ], "parameters": [ { - "id": 31165, + "id": 14625, "name": "config", "variant": "param", "kind": 32768, @@ -572987,7 +581680,7 @@ } }, { - "id": 31166, + "id": 14626, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -573015,7 +581708,7 @@ ], "documents": [ { - "id": 38031, + "id": 21518, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -573031,6 +581724,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -573041,7 +581743,7 @@ "frontmatter": {} }, { - "id": 38032, + "id": 21519, "name": "validatePaymentsRefundStep", "variant": "document", "kind": 8388608, @@ -573057,6 +581759,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14576" + } + ] } ], "modifierTags": [ @@ -573067,7 +581778,7 @@ "frontmatter": {} }, { - "id": 38033, + "id": 21520, "name": "refundPaymentsStep", "variant": "document", "kind": 8388608, @@ -573083,6 +581794,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14405" + } + ] } ], "modifierTags": [ @@ -573093,7 +581813,7 @@ "frontmatter": {} }, { - "id": 38034, + "id": 21521, "name": "addOrderTransactionStep", "variant": "document", "kind": 8388608, @@ -573109,6 +581829,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "5294" + } + ] } ], "modifierTags": [ @@ -573120,21 +581849,21 @@ } ], "childrenIncludingDocuments": [ - 31141, - 31153, - 31159, - 31162, - 31166 + 14601, + 14613, + 14619, + 14622, + 14626 ], "groups": [ { "title": "Properties", "children": [ - 31141, - 31153, - 31159, - 31162, - 31166 + 14601, + 14613, + 14619, + 14622, + 14626 ] } ], @@ -573143,12 +581872,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L128" } ], "signatures": [ { - "id": 31134, + "id": 14594, "name": "refundPaymentsWorkflow", "variant": "signature", "kind": 4096, @@ -573195,12 +581924,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 128, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L128" } ], "typeParameters": [ { - "id": 31135, + "id": 14595, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -573211,7 +581940,7 @@ } }, { - "id": 31136, + "id": 14596, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -573224,7 +581953,7 @@ ], "parameters": [ { - "id": 31137, + "id": 14597, "name": "container", "variant": "param", "kind": 32768, @@ -573248,14 +581977,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31138, + "id": 14598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31139, + "id": 14599, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -573278,7 +582007,7 @@ } }, { - "id": 31140, + "id": 14600, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -573305,8 +582034,8 @@ { "title": "Properties", "children": [ - 31139, - 31140 + 14599, + 14600 ] } ], @@ -573377,7 +582106,7 @@ "typeArguments": [ { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -573395,14 +582124,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -573421,21 +582150,21 @@ ] }, { - "id": 16585, + "id": 45, "name": "Payment Collection", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16586, + "id": 46, "name": "Steps_Payment Collection", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31168, + "id": 14628, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -573453,7 +582182,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L16" } ], "type": { @@ -573462,7 +582191,7 @@ } }, { - "id": 31169, + "id": 14629, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -573480,7 +582209,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L20" } ], "type": { @@ -573489,7 +582218,7 @@ } }, { - "id": 31170, + "id": 14630, "name": "amount", "variant": "declaration", "kind": 1024, @@ -573507,7 +582236,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L24" } ], "type": { @@ -573521,7 +582250,7 @@ } }, { - "id": 31171, + "id": 14631, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -573550,7 +582279,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L31" } ], "type": { @@ -573559,7 +582288,7 @@ } }, { - "id": 31172, + "id": 14632, "name": "context", "variant": "declaration", "kind": 1024, @@ -573579,7 +582308,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L35" } ], "type": { @@ -573593,7 +582322,7 @@ } }, { - "id": 31173, + "id": 14633, "name": "data", "variant": "declaration", "kind": 1024, @@ -573613,7 +582342,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L40" } ], "type": { @@ -573637,7 +582366,7 @@ } }, { - "id": 31174, + "id": 14634, "name": "createPaymentSessionStepId", "variant": "declaration", "kind": 32, @@ -573649,7 +582378,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L43" } ], "type": { @@ -573659,7 +582388,7 @@ "defaultValue": "\"create-payment-session\"" }, { - "id": 31175, + "id": 14635, "name": "createPaymentSessionStep", "variant": "declaration", "kind": 64, @@ -573685,7 +582414,7 @@ }, "children": [ { - "id": 31196, + "id": 14656, "name": "__type", "variant": "declaration", "kind": 1024, @@ -573703,7 +582432,7 @@ } }, { - "id": 31197, + "id": 14657, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -573725,8 +582454,8 @@ { "title": "Properties", "children": [ - 31196, - 31197 + 14656, + 14657 ] } ], @@ -573735,12 +582464,12 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L47" } ], "signatures": [ { - "id": 31176, + "id": 14636, "name": "createPaymentSessionStep", "variant": "signature", "kind": 4096, @@ -573769,12 +582498,12 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L47" } ], "parameters": [ { - "id": 31177, + "id": 14637, "name": "input", "variant": "param", "kind": 32768, @@ -573784,7 +582513,7 @@ "types": [ { "type": "reference", - "target": 31167, + "target": 14627, "name": "CreatePaymentSessionStepInput", "package": "@medusajs/core-flows" }, @@ -573797,7 +582526,7 @@ "typeArguments": [ { "type": "reference", - "target": 31167, + "target": 14627, "name": "CreatePaymentSessionStepInput", "package": "@medusajs/core-flows" } @@ -573815,14 +582544,14 @@ { "type": "reflection", "declaration": { - "id": 31178, + "id": 14638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31179, + "id": 14639, "name": "id", "variant": "declaration", "kind": 1024, @@ -573868,7 +582597,7 @@ } }, { - "id": 31180, + "id": 14640, "name": "amount", "variant": "declaration", "kind": 1024, @@ -573924,7 +582653,7 @@ } }, { - "id": 31181, + "id": 14641, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -573970,7 +582699,7 @@ } }, { - "id": 31182, + "id": 14642, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -574016,7 +582745,7 @@ } }, { - "id": 31183, + "id": 14643, "name": "data", "variant": "declaration", "kind": 1024, @@ -574092,7 +582821,7 @@ } }, { - "id": 31184, + "id": 14644, "name": "context", "variant": "declaration", "kind": 1024, @@ -574179,7 +582908,7 @@ } }, { - "id": 31185, + "id": 14645, "name": "status", "variant": "declaration", "kind": 1024, @@ -574235,7 +582964,7 @@ } }, { - "id": 31186, + "id": 14646, "name": "authorized_at", "variant": "declaration", "kind": 1024, @@ -574302,7 +583031,7 @@ } }, { - "id": 31187, + "id": 14647, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -574348,7 +583077,7 @@ } }, { - "id": 31188, + "id": 14648, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -574418,7 +583147,7 @@ } }, { - "id": 31189, + "id": 14649, "name": "payment", "variant": "declaration", "kind": 1024, @@ -574492,17 +583221,17 @@ { "title": "Properties", "children": [ - 31179, - 31180, - 31181, - 31182, - 31183, - 31184, - 31185, - 31186, - 31187, - 31188, - 31189 + 14639, + 14640, + 14641, + 14642, + 14643, + 14644, + 14645, + 14646, + 14647, + 14648, + 14649 ] } ], @@ -574547,14 +583276,14 @@ { "type": "reflection", "declaration": { - "id": 31190, + "id": 14650, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31191, + "id": 14651, "name": "config", "variant": "declaration", "kind": 2048, @@ -574568,7 +583297,7 @@ ], "signatures": [ { - "id": 31192, + "id": 14652, "name": "config", "variant": "signature", "kind": 4096, @@ -574582,7 +583311,7 @@ ], "parameters": [ { - "id": 31193, + "id": 14653, "name": "config", "variant": "param", "kind": 32768, @@ -574593,14 +583322,14 @@ { "type": "reflection", "declaration": { - "id": 31194, + "id": 14654, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31195, + "id": 14655, "name": "name", "variant": "declaration", "kind": 1024, @@ -574624,7 +583353,7 @@ { "title": "Properties", "children": [ - 31195 + 14655 ] } ], @@ -574706,7 +583435,7 @@ { "title": "Methods", "children": [ - 31191 + 14651 ] } ], @@ -574745,7 +583474,7 @@ ] }, { - "id": 31199, + "id": 14659, "name": "createRefundReasonStepId", "variant": "declaration", "kind": 32, @@ -574757,7 +583486,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-refund-reasons.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L13" } ], "type": { @@ -574767,7 +583496,7 @@ "defaultValue": "\"create-refund-reason\"" }, { - "id": 31200, + "id": 14660, "name": "createRefundReasonStep", "variant": "declaration", "kind": 64, @@ -574793,7 +583522,7 @@ }, "children": [ { - "id": 31209, + "id": 14669, "name": "__type", "variant": "declaration", "kind": 1024, @@ -574811,7 +583540,7 @@ } }, { - "id": 31210, + "id": 14670, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -574833,8 +583562,8 @@ { "title": "Properties", "children": [ - 31209, - 31210 + 14669, + 14670 ] } ], @@ -574843,12 +583572,12 @@ "fileName": "core-flows/src/payment-collection/steps/create-refund-reasons.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L17" } ], "signatures": [ { - "id": 31201, + "id": 14661, "name": "createRefundReasonStep", "variant": "signature", "kind": 4096, @@ -574877,12 +583606,12 @@ "fileName": "core-flows/src/payment-collection/steps/create-refund-reasons.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L17" } ], "parameters": [ { - "id": 31202, + "id": 14662, "name": "input", "variant": "param", "kind": 32768, @@ -574892,7 +583621,7 @@ "types": [ { "type": "reference", - "target": 31198, + "target": 14658, "name": "CreateRefundReasonStepInput", "package": "@medusajs/core-flows" }, @@ -574905,7 +583634,7 @@ "typeArguments": [ { "type": "reference", - "target": 31198, + "target": 14658, "name": "CreateRefundReasonStepInput", "package": "@medusajs/core-flows" } @@ -574995,14 +583724,14 @@ { "type": "reflection", "declaration": { - "id": 31203, + "id": 14663, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31204, + "id": 14664, "name": "config", "variant": "declaration", "kind": 2048, @@ -575016,7 +583745,7 @@ ], "signatures": [ { - "id": 31205, + "id": 14665, "name": "config", "variant": "signature", "kind": 4096, @@ -575030,7 +583759,7 @@ ], "parameters": [ { - "id": 31206, + "id": 14666, "name": "config", "variant": "param", "kind": 32768, @@ -575041,14 +583770,14 @@ { "type": "reflection", "declaration": { - "id": 31207, + "id": 14667, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31208, + "id": 14668, "name": "name", "variant": "declaration", "kind": 1024, @@ -575072,7 +583801,7 @@ { "title": "Properties", "children": [ - 31208 + 14668 ] } ], @@ -575157,7 +583886,7 @@ { "title": "Methods", "children": [ - 31204 + 14664 ] } ], @@ -575199,7 +583928,7 @@ ] }, { - "id": 31212, + "id": 14672, "name": "ids", "variant": "declaration", "kind": 1024, @@ -575217,7 +583946,7 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L20" } ], "type": { @@ -575229,7 +583958,7 @@ } }, { - "id": 31213, + "id": 14673, "name": "deletePaymentSessionsStepId", "variant": "declaration", "kind": 32, @@ -575241,7 +583970,7 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L23" } ], "type": { @@ -575251,7 +583980,7 @@ "defaultValue": "\"delete-payment-sessions\"" }, { - "id": 31214, + "id": 14674, "name": "deletePaymentSessionsStep", "variant": "declaration", "kind": 64, @@ -575286,7 +584015,7 @@ }, "children": [ { - "id": 31223, + "id": 14683, "name": "__type", "variant": "declaration", "kind": 1024, @@ -575304,7 +584033,7 @@ } }, { - "id": 31224, + "id": 14684, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -575326,8 +584055,8 @@ { "title": "Properties", "children": [ - 31223, - 31224 + 14683, + 14684 ] } ], @@ -575336,12 +584065,12 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L30" } ], "signatures": [ { - "id": 31215, + "id": 14675, "name": "deletePaymentSessionsStep", "variant": "signature", "kind": 4096, @@ -575379,12 +584108,12 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L30" } ], "parameters": [ { - "id": 31216, + "id": 14676, "name": "input", "variant": "param", "kind": 32768, @@ -575394,7 +584123,7 @@ "types": [ { "type": "reference", - "target": 31211, + "target": 14671, "name": "DeletePaymentSessionStepInput", "package": "@medusajs/core-flows" }, @@ -575407,7 +584136,7 @@ "typeArguments": [ { "type": "reference", - "target": 31211, + "target": 14671, "name": "DeletePaymentSessionStepInput", "package": "@medusajs/core-flows" } @@ -575477,14 +584206,14 @@ { "type": "reflection", "declaration": { - "id": 31217, + "id": 14677, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31218, + "id": 14678, "name": "config", "variant": "declaration", "kind": 2048, @@ -575498,7 +584227,7 @@ ], "signatures": [ { - "id": 31219, + "id": 14679, "name": "config", "variant": "signature", "kind": 4096, @@ -575512,7 +584241,7 @@ ], "parameters": [ { - "id": 31220, + "id": 14680, "name": "config", "variant": "param", "kind": 32768, @@ -575523,14 +584252,14 @@ { "type": "reflection", "declaration": { - "id": 31221, + "id": 14681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31222, + "id": 14682, "name": "name", "variant": "declaration", "kind": 1024, @@ -575554,7 +584283,7 @@ { "title": "Properties", "children": [ - 31222 + 14682 ] } ], @@ -575634,7 +584363,7 @@ { "title": "Methods", "children": [ - 31218 + 14678 ] } ], @@ -575671,7 +584400,7 @@ ] }, { - "id": 31226, + "id": 14686, "name": "deleteRefundReasonsStepId", "variant": "declaration", "kind": 32, @@ -575683,7 +584412,7 @@ "fileName": "core-flows/src/payment-collection/steps/delete-refund-reasons.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L10" } ], "type": { @@ -575693,7 +584422,7 @@ "defaultValue": "\"delete-refund-reasons\"" }, { - "id": 31227, + "id": 14687, "name": "deleteRefundReasonsStep", "variant": "declaration", "kind": 64, @@ -575719,7 +584448,7 @@ }, "children": [ { - "id": 31230, + "id": 14690, "name": "__type", "variant": "declaration", "kind": 1024, @@ -575737,7 +584466,7 @@ } }, { - "id": 31231, + "id": 14691, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -575759,8 +584488,8 @@ { "title": "Properties", "children": [ - 31230, - 31231 + 14690, + 14691 ] } ], @@ -575769,12 +584498,12 @@ "fileName": "core-flows/src/payment-collection/steps/delete-refund-reasons.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L14" } ], "signatures": [ { - "id": 31228, + "id": 14688, "name": "deleteRefundReasonsStep", "variant": "signature", "kind": 4096, @@ -575803,12 +584532,12 @@ "fileName": "core-flows/src/payment-collection/steps/delete-refund-reasons.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L14" } ], "parameters": [ { - "id": 31229, + "id": 14689, "name": "input", "variant": "param", "kind": 32768, @@ -575818,7 +584547,7 @@ "types": [ { "type": "reference", - "target": 31225, + "target": 14685, "name": "DeleteRefundReasonsStepInput", "package": "@medusajs/core-flows" }, @@ -575831,7 +584560,7 @@ "typeArguments": [ { "type": "reference", - "target": 31225, + "target": 14685, "name": "DeleteRefundReasonsStepInput", "package": "@medusajs/core-flows" } @@ -575851,7 +584580,7 @@ ] }, { - "id": 31233, + "id": 14693, "name": "selector", "variant": "declaration", "kind": 1024, @@ -575869,7 +584598,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L20" } ], "type": { @@ -575883,7 +584612,7 @@ } }, { - "id": 31234, + "id": 14694, "name": "update", "variant": "declaration", "kind": 1024, @@ -575901,7 +584630,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L24" } ], "type": { @@ -575915,7 +584644,7 @@ } }, { - "id": 31235, + "id": 14695, "name": "updatePaymentCollectionStepId", "variant": "declaration", "kind": 32, @@ -575927,7 +584656,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L27" } ], "type": { @@ -575937,7 +584666,7 @@ "defaultValue": "\"update-payment-collection\"" }, { - "id": 31236, + "id": 14696, "name": "updatePaymentCollectionStep", "variant": "declaration", "kind": 64, @@ -575990,7 +584719,7 @@ }, "children": [ { - "id": 31245, + "id": 14705, "name": "__type", "variant": "declaration", "kind": 1024, @@ -576008,7 +584737,7 @@ } }, { - "id": 31246, + "id": 14706, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -576030,8 +584759,8 @@ { "title": "Properties", "children": [ - 31245, - 31246 + 14705, + 14706 ] } ], @@ -576040,12 +584769,12 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L41" } ], "signatures": [ { - "id": 31237, + "id": 14697, "name": "updatePaymentCollectionStep", "variant": "signature", "kind": 4096, @@ -576101,12 +584830,12 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L41" } ], "parameters": [ { - "id": 31238, + "id": 14698, "name": "input", "variant": "param", "kind": 32768, @@ -576116,7 +584845,7 @@ "types": [ { "type": "reference", - "target": 31232, + "target": 14692, "name": "UpdatePaymentCollectionStepInput", "package": "@medusajs/core-flows" }, @@ -576129,7 +584858,7 @@ "typeArguments": [ { "type": "reference", - "target": 31232, + "target": 14692, "name": "UpdatePaymentCollectionStepInput", "package": "@medusajs/core-flows" } @@ -576219,14 +584948,14 @@ { "type": "reflection", "declaration": { - "id": 31239, + "id": 14699, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31240, + "id": 14700, "name": "config", "variant": "declaration", "kind": 2048, @@ -576240,7 +584969,7 @@ ], "signatures": [ { - "id": 31241, + "id": 14701, "name": "config", "variant": "signature", "kind": 4096, @@ -576254,7 +584983,7 @@ ], "parameters": [ { - "id": 31242, + "id": 14702, "name": "config", "variant": "param", "kind": 32768, @@ -576265,14 +584994,14 @@ { "type": "reflection", "declaration": { - "id": 31243, + "id": 14703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31244, + "id": 14704, "name": "name", "variant": "declaration", "kind": 1024, @@ -576296,7 +585025,7 @@ { "title": "Properties", "children": [ - 31244 + 14704 ] } ], @@ -576381,7 +585110,7 @@ { "title": "Methods", "children": [ - 31240 + 14700 ] } ], @@ -576423,7 +585152,7 @@ ] }, { - "id": 31248, + "id": 14708, "name": "updateRefundReasonStepId", "variant": "declaration", "kind": 32, @@ -576435,7 +585164,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-refund-reasons.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L17" } ], "type": { @@ -576445,7 +585174,7 @@ "defaultValue": "\"update-refund-reasons\"" }, { - "id": 31249, + "id": 14709, "name": "updateRefundReasonsStep", "variant": "declaration", "kind": 64, @@ -576471,7 +585200,7 @@ }, "children": [ { - "id": 31258, + "id": 14718, "name": "__type", "variant": "declaration", "kind": 1024, @@ -576489,7 +585218,7 @@ } }, { - "id": 31259, + "id": 14719, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -576511,8 +585240,8 @@ { "title": "Properties", "children": [ - 31258, - 31259 + 14718, + 14719 ] } ], @@ -576521,12 +585250,12 @@ "fileName": "core-flows/src/payment-collection/steps/update-refund-reasons.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L21" } ], "signatures": [ { - "id": 31250, + "id": 14710, "name": "updateRefundReasonsStep", "variant": "signature", "kind": 4096, @@ -576555,12 +585284,12 @@ "fileName": "core-flows/src/payment-collection/steps/update-refund-reasons.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L21" } ], "parameters": [ { - "id": 31251, + "id": 14711, "name": "input", "variant": "param", "kind": 32768, @@ -576570,7 +585299,7 @@ "types": [ { "type": "reference", - "target": 31247, + "target": 14707, "name": "UpdateRefundReasonStepInput", "package": "@medusajs/core-flows" }, @@ -576583,7 +585312,7 @@ "typeArguments": [ { "type": "reference", - "target": 31247, + "target": 14707, "name": "UpdateRefundReasonStepInput", "package": "@medusajs/core-flows" } @@ -576673,14 +585402,14 @@ { "type": "reflection", "declaration": { - "id": 31252, + "id": 14712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31253, + "id": 14713, "name": "config", "variant": "declaration", "kind": 2048, @@ -576694,7 +585423,7 @@ ], "signatures": [ { - "id": 31254, + "id": 14714, "name": "config", "variant": "signature", "kind": 4096, @@ -576708,7 +585437,7 @@ ], "parameters": [ { - "id": 31255, + "id": 14715, "name": "config", "variant": "param", "kind": 32768, @@ -576719,14 +585448,14 @@ { "type": "reflection", "declaration": { - "id": 31256, + "id": 14716, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31257, + "id": 14717, "name": "name", "variant": "declaration", "kind": 1024, @@ -576750,7 +585479,7 @@ { "title": "Properties", "children": [ - 31257 + 14717 ] } ], @@ -576835,7 +585564,7 @@ { "title": "Methods", "children": [ - 31253 + 14713 ] } ], @@ -576877,7 +585606,7 @@ ] }, { - "id": 31261, + "id": 14721, "name": "idsToDelete", "variant": "declaration", "kind": 1024, @@ -576895,7 +585624,7 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L11" } ], "type": { @@ -576907,7 +585636,7 @@ } }, { - "id": 31262, + "id": 14722, "name": "idsDeleted", "variant": "declaration", "kind": 1024, @@ -576925,7 +585654,7 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L15" } ], "type": { @@ -576937,7 +585666,7 @@ } }, { - "id": 31263, + "id": 14723, "name": "validateDeletedPaymentSessionsStepId", "variant": "declaration", "kind": 32, @@ -576949,7 +585678,7 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L18" } ], "type": { @@ -576959,7 +585688,7 @@ "defaultValue": "\"validate-deleted-payment-sessions\"" }, { - "id": 31264, + "id": 14724, "name": "validateDeletedPaymentSessionsStep", "variant": "declaration", "kind": 64, @@ -576994,7 +585723,7 @@ }, "children": [ { - "id": 31267, + "id": 14727, "name": "__type", "variant": "declaration", "kind": 1024, @@ -577012,7 +585741,7 @@ } }, { - "id": 31268, + "id": 14728, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -577034,8 +585763,8 @@ { "title": "Properties", "children": [ - 31267, - 31268 + 14727, + 14728 ] } ], @@ -577044,12 +585773,12 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L30" } ], "signatures": [ { - "id": 31265, + "id": 14725, "name": "validateDeletedPaymentSessionsStep", "variant": "signature", "kind": 4096, @@ -577087,12 +585816,12 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L30" } ], "parameters": [ { - "id": 31266, + "id": 14726, "name": "input", "variant": "param", "kind": 32768, @@ -577102,7 +585831,7 @@ "types": [ { "type": "reference", - "target": 31260, + "target": 14720, "name": "ValidateDeletedPaymentSessionsStepInput", "package": "@medusajs/core-flows" }, @@ -577115,7 +585844,7 @@ "typeArguments": [ { "type": "reference", - "target": 31260, + "target": 14720, "name": "ValidateDeletedPaymentSessionsStepInput", "package": "@medusajs/core-flows" } @@ -577133,18 +585862,997 @@ } } ] + }, + { + "id": 14729, + "name": "createPaymentAccountHolderStepId", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "sources": [ + { + "fileName": "core-flows/src/payment-collection/steps/create-payment-account-holder.ts", + "line": 8, + "character": 13, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-account-holder.ts#L8" + } + ], + "type": { + "type": "literal", + "value": "create-payment-account-holder" + }, + "defaultValue": "\"create-payment-account-holder\"" + }, + { + "id": 14730, + "name": "createPaymentAccountHolderStep", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step creates the account holder in the payment provider." + } + ], + "blockTags": [ + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "payment,step" + } + ] + } + ] + }, + "children": [ + { + "id": 14748, + "name": "__type", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 34, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 14749, + "name": "__step__", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 35, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 14748, + 14749 + ] + } + ], + "sources": [ + { + "fileName": "core-flows/src/payment-collection/steps/create-payment-account-holder.ts", + "line": 12, + "character": 13, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-account-holder.ts#L12" + } + ], + "signatures": [ + { + "id": 14731, + "name": "createPaymentAccountHolderStep", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step creates the account holder in the payment provider." + } + ], + "blockTags": [ + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "payment,step" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/payment-collection/steps/create-payment-account-holder.ts", + "line": 12, + "character": 13, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-account-holder.ts#L12" + } + ], + "parameters": [ + { + "id": 14732, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateAccountHolderDTO" + }, + "name": "CreateAccountHolderDTO", + "package": "@medusajs/types" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateAccountHolderDTO" + }, + "name": "CreateAccountHolderDTO", + "package": "@medusajs/types" + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 14733, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 14734, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the account holder." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 543, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14735, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the associated payment provider." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 547, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14736, + "name": "external_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The external ID of the account holder in the payment provider system." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 551, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14737, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The email of the account holder." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 555, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14738, + "name": "data", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The data of the account holder, as returned by the payment provider." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 559, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "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": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "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": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14739, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When the account holder was created." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 563, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14740, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "When the account holder was updated." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 567, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + }, + { + "id": 14741, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Holds custom data in key-value pairs." + } + ] + }, + "sources": [ + { + "fileName": "types/dist/payment/common.d.ts", + "line": 571, + "character": 4 + } + ], + "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" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "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" + } + ] + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 14734, + 14735, + 14736, + 14737, + 14738, + 14739, + 14740, + 14741 + ] + } + ], + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 42, + "character": 125 + } + ] + } + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "AccountHolderDTO" + }, + "name": "AccountHolderDTO", + "package": "@medusajs/types" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowDataProperties" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "AccountHolderDTO" + }, + "name": "AccountHolderDTO", + "package": "@medusajs/types" + } + ], + "name": "WorkflowDataProperties", + "package": "@medusajs/workflows-sdk" + }, + { + "type": "reflection", + "declaration": { + "id": 14742, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 14743, + "name": "config", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 45, + "character": 4 + } + ], + "signatures": [ + { + "id": 14744, + "name": "config", + "variant": "signature", + "kind": 4096, + "flags": {}, + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 45, + "character": 4 + } + ], + "parameters": [ + { + "id": 14745, + "name": "config", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intersection", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 14746, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 14747, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 46, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 14747 + ] + } + ], + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 45, + "character": 19 + } + ] + } + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/orchestration/src/transaction/types.ts", + "qualifiedName": "TransactionStepsDefinition" + }, + "name": "TransactionStepsDefinition", + "package": "@medusajs/orchestration" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "next" + }, + { + "type": "literal", + "value": "uuid" + }, + { + "type": "literal", + "value": "action" + } + ] + } + ], + "name": "Omit", + "package": "typescript" + } + ] + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowData" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "AccountHolderDTO" + }, + "name": "AccountHolderDTO", + "package": "@medusajs/types" + } + ], + "name": "WorkflowData", + "package": "@medusajs/workflows-sdk" + } + } + ] + } + ], + "groups": [ + { + "title": "Methods", + "children": [ + 14743 + ] + } + ], + "sources": [ + { + "fileName": "workflows-sdk/dist/utils/composer/type.d.ts", + "line": 44, + "character": 69 + } + ] + } + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepFunctionReturnConfig" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "AccountHolderDTO" + }, + "name": "AccountHolderDTO", + "package": "@medusajs/types" + } + ], + "name": "StepFunctionReturnConfig", + "package": "@medusajs/workflows-sdk" + } + ] + } + } + ] } ] }, { - "id": 16587, + "id": 47, "name": "Workflows_Payment Collection", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31270, + "id": 14751, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -577160,9 +586868,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 23, + "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L29" } ], "type": { @@ -577171,7 +586879,7 @@ } }, { - "id": 31271, + "id": 14752, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -577187,9 +586895,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 28, + "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L34" } ], "type": { @@ -577198,7 +586906,36 @@ } }, { - "id": 31272, + "id": 14753, + "name": "customer_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the customer that the payment session should be associated with." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", + "line": 38, + "character": 2, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 14754, "name": "data", "variant": "declaration", "kind": 1024, @@ -577216,9 +586953,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 33, + "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L43" } ], "type": { @@ -577242,7 +586979,7 @@ } }, { - "id": 31273, + "id": 14755, "name": "context", "variant": "declaration", "kind": 1024, @@ -577253,30 +586990,40 @@ "summary": [ { "kind": "text", - "text": "Additional context that's useful for the payment provider to process the payment session." + "text": "Additional context that's useful for the payment provider to process the payment session.\nCurrently all of the context is calculated within the workflow." } ] }, "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 37, + "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L49" } ], "type": { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "PaymentProviderContext" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" }, - "name": "PaymentProviderContext", - "package": "@medusajs/types" + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" } }, { - "id": 31274, + "id": 14756, "name": "createPaymentSessionsWorkflowId", "variant": "declaration", "kind": 32, @@ -577286,9 +587033,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 40, + "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L52" } ], "type": { @@ -577298,7 +587045,7 @@ "defaultValue": "\"create-payment-sessions\"" }, { - "id": 31275, + "id": 14757, "name": "createPaymentSessionsWorkflow", "variant": "declaration", "kind": 64, @@ -577334,7 +587081,7 @@ "content": [ { "kind": "text", - "text": "remote query,payment,workflow" + "text": "remote query,payment,link,workflow" } ] }, @@ -577343,7 +587090,7 @@ "content": [ { "kind": "text", - "text": "logger,payment,workflow,remote query" + "text": "logger,payment,workflow,remote query,link" } ] } @@ -577351,7 +587098,7 @@ }, "children": [ { - "id": 31283, + "id": 14765, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -577374,7 +587121,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31284, + "id": 14766, "name": "__type", "variant": "declaration", "kind": 65536, @@ -577388,7 +587135,7 @@ ], "signatures": [ { - "id": 31285, + "id": 14767, "name": "__type", "variant": "signature", "kind": 4096, @@ -577416,7 +587163,7 @@ ], "parameters": [ { - "id": 31286, + "id": 14768, "name": "param0", "variant": "param", "kind": 32768, @@ -577432,14 +587179,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31287, + "id": 14769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31288, + "id": 14770, "name": "input", "variant": "declaration", "kind": 1024, @@ -577464,7 +587211,7 @@ "types": [ { "type": "reference", - "target": 31269, + "target": 14750, "name": "CreatePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -577477,7 +587224,7 @@ "typeArguments": [ { "type": "reference", - "target": 31269, + "target": 14750, "name": "CreatePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -577493,7 +587240,7 @@ { "title": "Properties", "children": [ - 31288 + 14770 ] } ], @@ -577514,14 +587261,14 @@ { "type": "reflection", "declaration": { - "id": 31289, + "id": 14771, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31290, + "id": 14772, "name": "id", "variant": "declaration", "kind": 1024, @@ -577567,7 +587314,7 @@ } }, { - "id": 31291, + "id": 14773, "name": "amount", "variant": "declaration", "kind": 1024, @@ -577623,7 +587370,7 @@ } }, { - "id": 31292, + "id": 14774, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -577669,7 +587416,7 @@ } }, { - "id": 31293, + "id": 14775, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -577715,7 +587462,7 @@ } }, { - "id": 31294, + "id": 14776, "name": "data", "variant": "declaration", "kind": 1024, @@ -577791,7 +587538,7 @@ } }, { - "id": 31295, + "id": 14777, "name": "context", "variant": "declaration", "kind": 1024, @@ -577878,7 +587625,7 @@ } }, { - "id": 31296, + "id": 14778, "name": "status", "variant": "declaration", "kind": 1024, @@ -577934,7 +587681,7 @@ } }, { - "id": 31297, + "id": 14779, "name": "authorized_at", "variant": "declaration", "kind": 1024, @@ -578001,7 +587748,7 @@ } }, { - "id": 31298, + "id": 14780, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -578047,7 +587794,7 @@ } }, { - "id": 31299, + "id": 14781, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -578117,7 +587864,7 @@ } }, { - "id": 31300, + "id": 14782, "name": "payment", "variant": "declaration", "kind": 1024, @@ -578191,17 +587938,17 @@ { "title": "Properties", "children": [ - 31290, - 31291, - 31292, - 31293, - 31294, - 31295, - 31296, - 31297, - 31298, - 31299, - 31300 + 14772, + 14773, + 14774, + 14775, + 14776, + 14777, + 14778, + 14779, + 14780, + 14781, + 14782 ] } ], @@ -578246,14 +587993,14 @@ { "type": "reflection", "declaration": { - "id": 31301, + "id": 14783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31302, + "id": 14784, "name": "config", "variant": "declaration", "kind": 2048, @@ -578267,7 +588014,7 @@ ], "signatures": [ { - "id": 31303, + "id": 14785, "name": "config", "variant": "signature", "kind": 4096, @@ -578281,7 +588028,7 @@ ], "parameters": [ { - "id": 31304, + "id": 14786, "name": "config", "variant": "param", "kind": 32768, @@ -578292,14 +588039,14 @@ { "type": "reflection", "declaration": { - "id": 31305, + "id": 14787, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31306, + "id": 14788, "name": "name", "variant": "declaration", "kind": 1024, @@ -578323,7 +588070,7 @@ { "title": "Properties", "children": [ - 31306 + 14788 ] } ], @@ -578405,7 +588152,7 @@ { "title": "Methods", "children": [ - 31302 + 14784 ] } ], @@ -578446,7 +588193,7 @@ } }, { - "id": 31307, + "id": 14789, "name": "run", "variant": "declaration", "kind": 1024, @@ -578469,7 +588216,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31308, + "id": 14790, "name": "__type", "variant": "declaration", "kind": 65536, @@ -578483,7 +588230,7 @@ ], "signatures": [ { - "id": 31309, + "id": 14791, "name": "__type", "variant": "signature", "kind": 4096, @@ -578511,7 +588258,7 @@ ], "typeParameters": [ { - "id": 31310, + "id": 14792, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -578522,7 +588269,7 @@ } }, { - "id": 31311, + "id": 14793, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -578535,7 +588282,7 @@ ], "parameters": [ { - "id": 31312, + "id": 14794, "name": "args", "variant": "param", "kind": 32768, @@ -578568,7 +588315,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -578579,13 +588326,13 @@ }, "trueType": { "type": "reference", - "target": 31269, + "target": 14750, "name": "CreatePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -578618,7 +588365,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -578638,7 +588385,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -578658,7 +588405,7 @@ } }, { - "id": 31313, + "id": 14795, "name": "getName", "variant": "declaration", "kind": 1024, @@ -578681,7 +588428,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31314, + "id": 14796, "name": "__type", "variant": "declaration", "kind": 65536, @@ -578695,7 +588442,7 @@ ], "signatures": [ { - "id": 31315, + "id": 14797, "name": "__type", "variant": "signature", "kind": 4096, @@ -578717,7 +588464,7 @@ } }, { - "id": 31316, + "id": 14798, "name": "config", "variant": "declaration", "kind": 1024, @@ -578740,7 +588487,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31317, + "id": 14799, "name": "__type", "variant": "declaration", "kind": 65536, @@ -578754,7 +588501,7 @@ ], "signatures": [ { - "id": 31318, + "id": 14800, "name": "__type", "variant": "signature", "kind": 4096, @@ -578768,7 +588515,7 @@ ], "parameters": [ { - "id": 31319, + "id": 14801, "name": "config", "variant": "param", "kind": 32768, @@ -578794,7 +588541,7 @@ } }, { - "id": 31320, + "id": 14802, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -578822,7 +588569,7 @@ ], "documents": [ { - "id": 38035, + "id": 21522, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -578838,6 +588585,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -578848,8 +588604,8 @@ "frontmatter": {} }, { - "id": 38036, - "name": "createPaymentSessionStep", + "id": 21523, + "name": "when", "variant": "document", "kind": 8388608, "flags": {}, @@ -578864,6 +588620,194 @@ "text": "2" } ] + }, + { + "tag": "@whenCondition", + "content": [ + { + "kind": "text", + "text": "{\n return !!data.input.customer_id\n }" + } + ] + } + ], + "modifierTags": [ + "@when" + ] + }, + "content": [], + "frontmatter": {}, + "children": [ + { + "id": 21524, + "name": "useRemoteQueryStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "2" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21525, + "name": "createPaymentAccountHolderStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "2" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14730" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + } + ] + }, + { + "id": 21526, + "name": "when", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "3" + } + ] + }, + { + "tag": "@whenCondition", + "content": [ + { + "kind": "text", + "text": "{\n return (\n !isPresent(data.paymentCustomer?.account_holder) &&\n isPresent(data.accountHolder)\n )\n }" + } + ] + } + ], + "modifierTags": [ + "@when" + ] + }, + "content": [], + "frontmatter": {}, + "children": [ + { + "id": 21527, + "name": "createRemoteLinkStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "3" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + } + ] + }, + { + "id": 21528, + "name": "createPaymentSessionStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "4" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14635" + } + ] } ], "modifierTags": [ @@ -578874,7 +588818,7 @@ "frontmatter": {} }, { - "id": 38037, + "id": 21529, "name": "deletePaymentSessionsWorkflow", "variant": "document", "kind": 8388608, @@ -578887,7 +588831,16 @@ "content": [ { "kind": "text", - "text": "2" + "text": "4" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14844" } ] } @@ -578901,35 +588854,35 @@ } ], "childrenIncludingDocuments": [ - 31283, - 31307, - 31313, - 31316, - 31320 + 14765, + 14789, + 14795, + 14798, + 14802 ], "groups": [ { "title": "Properties", "children": [ - 31283, - 31307, - 31313, - 31316, - 31320 + 14765, + 14789, + 14795, + 14798, + 14802 ] } ], "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 61, + "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L73" } ], "signatures": [ { - "id": 31276, + "id": 14758, "name": "createPaymentSessionsWorkflow", "variant": "signature", "kind": 4096, @@ -578965,7 +588918,7 @@ "content": [ { "kind": "text", - "text": "remote query,payment,workflow" + "text": "remote query,payment,link,workflow" } ] }, @@ -578974,7 +588927,7 @@ "content": [ { "kind": "text", - "text": "logger,payment,workflow,remote query" + "text": "logger,payment,workflow,remote query,link" } ] } @@ -578983,14 +588936,14 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 61, + "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L73" } ], "typeParameters": [ { - "id": 31277, + "id": 14759, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -579001,7 +588954,7 @@ } }, { - "id": 31278, + "id": 14760, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -579014,7 +588967,7 @@ ], "parameters": [ { - "id": 31279, + "id": 14761, "name": "container", "variant": "param", "kind": 32768, @@ -579038,14 +588991,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31280, + "id": 14762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31281, + "id": 14763, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -579068,7 +589021,7 @@ } }, { - "id": 31282, + "id": 14764, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -579095,8 +589048,8 @@ { "title": "Properties", "children": [ - 31281, - 31282 + 14763, + 14764 ] } ], @@ -579167,7 +589120,7 @@ "typeArguments": [ { "type": "reference", - "target": 31269, + "target": 14750, "name": "CreatePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -579182,14 +589135,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -579204,7 +589157,7 @@ ] }, { - "id": 31323, + "id": 14805, "name": "data", "variant": "declaration", "kind": 1024, @@ -579222,7 +589175,7 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L19" } ], "type": { @@ -579239,7 +589192,7 @@ } }, { - "id": 31324, + "id": 14806, "name": "createRefundReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -579251,7 +589204,7 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L22" } ], "type": { @@ -579261,7 +589214,7 @@ "defaultValue": "\"create-refund-reasons-workflow\"" }, { - "id": 31325, + "id": 14807, "name": "createRefundReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -579305,7 +589258,7 @@ }, "children": [ { - "id": 31333, + "id": 14815, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -579328,7 +589281,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31334, + "id": 14816, "name": "__type", "variant": "declaration", "kind": 65536, @@ -579342,7 +589295,7 @@ ], "signatures": [ { - "id": 31335, + "id": 14817, "name": "__type", "variant": "signature", "kind": 4096, @@ -579370,7 +589323,7 @@ ], "parameters": [ { - "id": 31336, + "id": 14818, "name": "param0", "variant": "param", "kind": 32768, @@ -579386,14 +589339,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31337, + "id": 14819, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31338, + "id": 14820, "name": "input", "variant": "declaration", "kind": 1024, @@ -579418,7 +589371,7 @@ "types": [ { "type": "reference", - "target": 31321, + "target": 14803, "name": "CreateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -579431,7 +589384,7 @@ "typeArguments": [ { "type": "reference", - "target": 31321, + "target": 14803, "name": "CreateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -579447,7 +589400,7 @@ { "title": "Properties", "children": [ - 31338 + 14820 ] } ], @@ -579540,14 +589493,14 @@ { "type": "reflection", "declaration": { - "id": 31339, + "id": 14821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31340, + "id": 14822, "name": "config", "variant": "declaration", "kind": 2048, @@ -579561,7 +589514,7 @@ ], "signatures": [ { - "id": 31341, + "id": 14823, "name": "config", "variant": "signature", "kind": 4096, @@ -579575,7 +589528,7 @@ ], "parameters": [ { - "id": 31342, + "id": 14824, "name": "config", "variant": "param", "kind": 32768, @@ -579586,14 +589539,14 @@ { "type": "reflection", "declaration": { - "id": 31343, + "id": 14825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31344, + "id": 14826, "name": "name", "variant": "declaration", "kind": 1024, @@ -579617,7 +589570,7 @@ { "title": "Properties", "children": [ - 31344 + 14826 ] } ], @@ -579702,7 +589655,7 @@ { "title": "Methods", "children": [ - 31340 + 14822 ] } ], @@ -579746,7 +589699,7 @@ } }, { - "id": 31345, + "id": 14827, "name": "run", "variant": "declaration", "kind": 1024, @@ -579769,7 +589722,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31346, + "id": 14828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -579783,7 +589736,7 @@ ], "signatures": [ { - "id": 31347, + "id": 14829, "name": "__type", "variant": "signature", "kind": 4096, @@ -579811,7 +589764,7 @@ ], "typeParameters": [ { - "id": 31348, + "id": 14830, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -579822,7 +589775,7 @@ } }, { - "id": 31349, + "id": 14831, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -579835,7 +589788,7 @@ ], "parameters": [ { - "id": 31350, + "id": 14832, "name": "args", "variant": "param", "kind": 32768, @@ -579868,7 +589821,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -579879,13 +589832,13 @@ }, "trueType": { "type": "reference", - "target": 31321, + "target": 14803, "name": "CreateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -579918,7 +589871,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -579941,7 +589894,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -579961,7 +589914,7 @@ } }, { - "id": 31351, + "id": 14833, "name": "getName", "variant": "declaration", "kind": 1024, @@ -579984,7 +589937,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31352, + "id": 14834, "name": "__type", "variant": "declaration", "kind": 65536, @@ -579998,7 +589951,7 @@ ], "signatures": [ { - "id": 31353, + "id": 14835, "name": "__type", "variant": "signature", "kind": 4096, @@ -580020,7 +589973,7 @@ } }, { - "id": 31354, + "id": 14836, "name": "config", "variant": "declaration", "kind": 1024, @@ -580043,7 +589996,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31355, + "id": 14837, "name": "__type", "variant": "declaration", "kind": 65536, @@ -580057,7 +590010,7 @@ ], "signatures": [ { - "id": 31356, + "id": 14838, "name": "__type", "variant": "signature", "kind": 4096, @@ -580071,7 +590024,7 @@ ], "parameters": [ { - "id": 31357, + "id": 14839, "name": "config", "variant": "param", "kind": 32768, @@ -580097,7 +590050,7 @@ } }, { - "id": 31358, + "id": 14840, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -580125,7 +590078,7 @@ ], "documents": [ { - "id": 38038, + "id": 21530, "name": "createRefundReasonStep", "variant": "document", "kind": 8388608, @@ -580141,6 +590094,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14660" + } + ] } ], "modifierTags": [ @@ -580152,21 +590114,21 @@ } ], "childrenIncludingDocuments": [ - 31333, - 31345, - 31351, - 31354, - 31358 + 14815, + 14827, + 14833, + 14836, + 14840 ], "groups": [ { "title": "Properties", "children": [ - 31333, - 31345, - 31351, - 31354, - 31358 + 14815, + 14827, + 14833, + 14836, + 14840 ] } ], @@ -580175,12 +590137,12 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L46" } ], "signatures": [ { - "id": 31326, + "id": 14808, "name": "createRefundReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -580227,12 +590189,12 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L46" } ], "typeParameters": [ { - "id": 31327, + "id": 14809, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -580243,7 +590205,7 @@ } }, { - "id": 31328, + "id": 14810, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -580256,7 +590218,7 @@ ], "parameters": [ { - "id": 31329, + "id": 14811, "name": "container", "variant": "param", "kind": 32768, @@ -580280,14 +590242,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31330, + "id": 14812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31331, + "id": 14813, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -580310,7 +590272,7 @@ } }, { - "id": 31332, + "id": 14814, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -580337,8 +590299,8 @@ { "title": "Properties", "children": [ - 31331, - 31332 + 14813, + 14814 ] } ], @@ -580409,7 +590371,7 @@ "typeArguments": [ { "type": "reference", - "target": 31321, + "target": 14803, "name": "CreateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -580427,14 +590389,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -580449,7 +590411,7 @@ ] }, { - "id": 31360, + "id": 14842, "name": "ids", "variant": "declaration", "kind": 1024, @@ -580467,7 +590429,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L18" } ], "type": { @@ -580479,7 +590441,7 @@ } }, { - "id": 31361, + "id": 14843, "name": "deletePaymentSessionsWorkflowId", "variant": "declaration", "kind": 32, @@ -580491,7 +590453,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L21" } ], "type": { @@ -580501,7 +590463,7 @@ "defaultValue": "\"delete-payment-sessions\"" }, { - "id": 31362, + "id": 14844, "name": "deletePaymentSessionsWorkflow", "variant": "declaration", "kind": 64, @@ -580554,7 +590516,7 @@ }, "children": [ { - "id": 31370, + "id": 14852, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -580577,7 +590539,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31371, + "id": 14853, "name": "__type", "variant": "declaration", "kind": 65536, @@ -580591,7 +590553,7 @@ ], "signatures": [ { - "id": 31372, + "id": 14854, "name": "__type", "variant": "signature", "kind": 4096, @@ -580619,7 +590581,7 @@ ], "parameters": [ { - "id": 31373, + "id": 14855, "name": "param0", "variant": "param", "kind": 32768, @@ -580635,14 +590597,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31374, + "id": 14856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31375, + "id": 14857, "name": "input", "variant": "declaration", "kind": 1024, @@ -580667,7 +590629,7 @@ "types": [ { "type": "reference", - "target": 31359, + "target": 14841, "name": "DeletePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -580680,7 +590642,7 @@ "typeArguments": [ { "type": "reference", - "target": 31359, + "target": 14841, "name": "DeletePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -580696,7 +590658,7 @@ { "title": "Properties", "children": [ - 31375 + 14857 ] } ], @@ -580769,14 +590731,14 @@ { "type": "reflection", "declaration": { - "id": 31376, + "id": 14858, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31377, + "id": 14859, "name": "config", "variant": "declaration", "kind": 2048, @@ -580790,7 +590752,7 @@ ], "signatures": [ { - "id": 31378, + "id": 14860, "name": "config", "variant": "signature", "kind": 4096, @@ -580804,7 +590766,7 @@ ], "parameters": [ { - "id": 31379, + "id": 14861, "name": "config", "variant": "param", "kind": 32768, @@ -580815,14 +590777,14 @@ { "type": "reflection", "declaration": { - "id": 31380, + "id": 14862, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31381, + "id": 14863, "name": "name", "variant": "declaration", "kind": 1024, @@ -580846,7 +590808,7 @@ { "title": "Properties", "children": [ - 31381 + 14863 ] } ], @@ -580926,7 +590888,7 @@ { "title": "Methods", "children": [ - 31377 + 14859 ] } ], @@ -580965,7 +590927,7 @@ } }, { - "id": 31382, + "id": 14864, "name": "run", "variant": "declaration", "kind": 1024, @@ -580988,7 +590950,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31383, + "id": 14865, "name": "__type", "variant": "declaration", "kind": 65536, @@ -581002,7 +590964,7 @@ ], "signatures": [ { - "id": 31384, + "id": 14866, "name": "__type", "variant": "signature", "kind": 4096, @@ -581030,7 +590992,7 @@ ], "typeParameters": [ { - "id": 31385, + "id": 14867, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -581041,7 +591003,7 @@ } }, { - "id": 31386, + "id": 14868, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -581054,7 +591016,7 @@ ], "parameters": [ { - "id": 31387, + "id": 14869, "name": "args", "variant": "param", "kind": 32768, @@ -581087,7 +591049,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -581098,13 +591060,13 @@ }, "trueType": { "type": "reference", - "target": 31359, + "target": 14841, "name": "DeletePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -581137,7 +591099,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -581155,7 +591117,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -581175,7 +591137,7 @@ } }, { - "id": 31388, + "id": 14870, "name": "getName", "variant": "declaration", "kind": 1024, @@ -581198,7 +591160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31389, + "id": 14871, "name": "__type", "variant": "declaration", "kind": 65536, @@ -581212,7 +591174,7 @@ ], "signatures": [ { - "id": 31390, + "id": 14872, "name": "__type", "variant": "signature", "kind": 4096, @@ -581234,7 +591196,7 @@ } }, { - "id": 31391, + "id": 14873, "name": "config", "variant": "declaration", "kind": 1024, @@ -581257,7 +591219,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31392, + "id": 14874, "name": "__type", "variant": "declaration", "kind": 65536, @@ -581271,7 +591233,7 @@ ], "signatures": [ { - "id": 31393, + "id": 14875, "name": "__type", "variant": "signature", "kind": 4096, @@ -581285,7 +591247,7 @@ ], "parameters": [ { - "id": 31394, + "id": 14876, "name": "config", "variant": "param", "kind": 32768, @@ -581311,7 +591273,7 @@ } }, { - "id": 31395, + "id": 14877, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -581339,7 +591301,7 @@ ], "documents": [ { - "id": 38039, + "id": 21531, "name": "deletePaymentSessionsStep", "variant": "document", "kind": 8388608, @@ -581355,6 +591317,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14674" + } + ] } ], "modifierTags": [ @@ -581365,7 +591336,7 @@ "frontmatter": {} }, { - "id": 38040, + "id": 21532, "name": "validateDeletedPaymentSessionsStep", "variant": "document", "kind": 8388608, @@ -581381,6 +591352,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14724" + } + ] } ], "modifierTags": [ @@ -581392,21 +591372,21 @@ } ], "childrenIncludingDocuments": [ - 31370, - 31382, - 31388, - 31391, - 31395 + 14852, + 14864, + 14870, + 14873, + 14877 ], "groups": [ { "title": "Properties", "children": [ - 31370, - 31382, - 31388, - 31391, - 31395 + 14852, + 14864, + 14870, + 14873, + 14877 ] } ], @@ -581415,12 +591395,12 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L41" } ], "signatures": [ { - "id": 31363, + "id": 14845, "name": "deletePaymentSessionsWorkflow", "variant": "signature", "kind": 4096, @@ -581476,12 +591456,12 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L41" } ], "typeParameters": [ { - "id": 31364, + "id": 14846, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -581492,7 +591472,7 @@ } }, { - "id": 31365, + "id": 14847, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -581505,7 +591485,7 @@ ], "parameters": [ { - "id": 31366, + "id": 14848, "name": "container", "variant": "param", "kind": 32768, @@ -581529,14 +591509,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31367, + "id": 14849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31368, + "id": 14850, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -581559,7 +591539,7 @@ } }, { - "id": 31369, + "id": 14851, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -581586,8 +591566,8 @@ { "title": "Properties", "children": [ - 31368, - 31369 + 14850, + 14851 ] } ], @@ -581658,7 +591638,7 @@ "typeArguments": [ { "type": "reference", - "target": 31359, + "target": 14841, "name": "DeletePaymentSessionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -581671,14 +591651,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -581693,7 +591673,7 @@ ] }, { - "id": 31398, + "id": 14880, "name": "updateRefundReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -581705,7 +591685,7 @@ "fileName": "core-flows/src/payment-collection/workflows/update-refund-reasons.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L22" } ], "type": { @@ -581715,7 +591695,7 @@ "defaultValue": "\"update-refund-reasons\"" }, { - "id": 31399, + "id": 14881, "name": "updateRefundReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -581759,7 +591739,7 @@ }, "children": [ { - "id": 31407, + "id": 14889, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -581782,7 +591762,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31408, + "id": 14890, "name": "__type", "variant": "declaration", "kind": 65536, @@ -581796,7 +591776,7 @@ ], "signatures": [ { - "id": 31409, + "id": 14891, "name": "__type", "variant": "signature", "kind": 4096, @@ -581824,7 +591804,7 @@ ], "parameters": [ { - "id": 31410, + "id": 14892, "name": "param0", "variant": "param", "kind": 32768, @@ -581840,14 +591820,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31411, + "id": 14893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31412, + "id": 14894, "name": "input", "variant": "declaration", "kind": 1024, @@ -581872,7 +591852,7 @@ "types": [ { "type": "reference", - "target": 31396, + "target": 14878, "name": "UpdateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -581885,7 +591865,7 @@ "typeArguments": [ { "type": "reference", - "target": 31396, + "target": 14878, "name": "UpdateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -581901,7 +591881,7 @@ { "title": "Properties", "children": [ - 31412 + 14894 ] } ], @@ -581958,7 +591938,7 @@ }, { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -581971,7 +591951,7 @@ "typeArguments": [ { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -581982,14 +591962,14 @@ { "type": "reflection", "declaration": { - "id": 31413, + "id": 14895, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31414, + "id": 14896, "name": "config", "variant": "declaration", "kind": 2048, @@ -582003,7 +591983,7 @@ ], "signatures": [ { - "id": 31415, + "id": 14897, "name": "config", "variant": "signature", "kind": 4096, @@ -582017,7 +591997,7 @@ ], "parameters": [ { - "id": 31416, + "id": 14898, "name": "config", "variant": "param", "kind": 32768, @@ -582028,14 +592008,14 @@ { "type": "reflection", "declaration": { - "id": 31417, + "id": 14899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31418, + "id": 14900, "name": "name", "variant": "declaration", "kind": 1024, @@ -582059,7 +592039,7 @@ { "title": "Properties", "children": [ - 31418 + 14900 ] } ], @@ -582122,7 +592102,7 @@ "typeArguments": [ { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -582138,7 +592118,7 @@ { "title": "Methods", "children": [ - 31414 + 14896 ] } ], @@ -582160,7 +592140,7 @@ "typeArguments": [ { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -582176,7 +592156,7 @@ } }, { - "id": 31419, + "id": 14901, "name": "run", "variant": "declaration", "kind": 1024, @@ -582199,7 +592179,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31420, + "id": 14902, "name": "__type", "variant": "declaration", "kind": 65536, @@ -582213,7 +592193,7 @@ ], "signatures": [ { - "id": 31421, + "id": 14903, "name": "__type", "variant": "signature", "kind": 4096, @@ -582241,7 +592221,7 @@ ], "typeParameters": [ { - "id": 31422, + "id": 14904, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -582252,7 +592232,7 @@ } }, { - "id": 31423, + "id": 14905, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -582265,7 +592245,7 @@ ], "parameters": [ { - "id": 31424, + "id": 14906, "name": "args", "variant": "param", "kind": 32768, @@ -582298,7 +592278,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -582309,13 +592289,13 @@ }, "trueType": { "type": "reference", - "target": 31396, + "target": 14878, "name": "UpdateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -582348,7 +592328,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -582359,13 +592339,13 @@ }, "trueType": { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -582385,7 +592365,7 @@ } }, { - "id": 31425, + "id": 14907, "name": "getName", "variant": "declaration", "kind": 1024, @@ -582408,7 +592388,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31426, + "id": 14908, "name": "__type", "variant": "declaration", "kind": 65536, @@ -582422,7 +592402,7 @@ ], "signatures": [ { - "id": 31427, + "id": 14909, "name": "__type", "variant": "signature", "kind": 4096, @@ -582444,7 +592424,7 @@ } }, { - "id": 31428, + "id": 14910, "name": "config", "variant": "declaration", "kind": 1024, @@ -582467,7 +592447,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31429, + "id": 14911, "name": "__type", "variant": "declaration", "kind": 65536, @@ -582481,7 +592461,7 @@ ], "signatures": [ { - "id": 31430, + "id": 14912, "name": "__type", "variant": "signature", "kind": 4096, @@ -582495,7 +592475,7 @@ ], "parameters": [ { - "id": 31431, + "id": 14913, "name": "config", "variant": "param", "kind": 32768, @@ -582521,7 +592501,7 @@ } }, { - "id": 31432, + "id": 14914, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -582549,7 +592529,7 @@ ], "documents": [ { - "id": 38041, + "id": 21533, "name": "updateRefundReasonsStep", "variant": "document", "kind": 8388608, @@ -582565,6 +592545,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14709" + } + ] } ], "modifierTags": [ @@ -582576,21 +592565,21 @@ } ], "childrenIncludingDocuments": [ - 31407, - 31419, - 31425, - 31428, - 31432 + 14889, + 14901, + 14907, + 14910, + 14914 ], "groups": [ { "title": "Properties", "children": [ - 31407, - 31419, - 31425, - 31428, - 31432 + 14889, + 14901, + 14907, + 14910, + 14914 ] } ], @@ -582599,12 +592588,12 @@ "fileName": "core-flows/src/payment-collection/workflows/update-refund-reasons.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L45" } ], "signatures": [ { - "id": 31400, + "id": 14882, "name": "updateRefundReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -582651,12 +592640,12 @@ "fileName": "core-flows/src/payment-collection/workflows/update-refund-reasons.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L45" } ], "typeParameters": [ { - "id": 31401, + "id": 14883, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -582667,7 +592656,7 @@ } }, { - "id": 31402, + "id": 14884, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -582680,7 +592669,7 @@ ], "parameters": [ { - "id": 31403, + "id": 14885, "name": "container", "variant": "param", "kind": 32768, @@ -582704,14 +592693,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31404, + "id": 14886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31405, + "id": 14887, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -582734,7 +592723,7 @@ } }, { - "id": 31406, + "id": 14888, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -582761,8 +592750,8 @@ { "title": "Properties", "children": [ - 31405, - 31406 + 14887, + 14888 ] } ], @@ -582833,26 +592822,26 @@ "typeArguments": [ { "type": "reference", - "target": 31396, + "target": 14878, "name": "UpdateRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 31397, + "target": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -582867,7 +592856,7 @@ ] }, { - "id": 31435, + "id": 14917, "name": "ids", "variant": "declaration", "kind": 1024, @@ -582885,7 +592874,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L15" } ], "type": { @@ -582897,7 +592886,7 @@ } }, { - "id": 31436, + "id": 14918, "name": "deleteRefundReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -582909,7 +592898,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L18" } ], "type": { @@ -582919,7 +592908,7 @@ "defaultValue": "\"delete-refund-reasons-workflow\"" }, { - "id": 31437, + "id": 14919, "name": "deleteRefundReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -582963,7 +592952,7 @@ }, "children": [ { - "id": 31445, + "id": 14927, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -582986,7 +592975,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31446, + "id": 14928, "name": "__type", "variant": "declaration", "kind": 65536, @@ -583000,7 +592989,7 @@ ], "signatures": [ { - "id": 31447, + "id": 14929, "name": "__type", "variant": "signature", "kind": 4096, @@ -583028,7 +593017,7 @@ ], "parameters": [ { - "id": 31448, + "id": 14930, "name": "param0", "variant": "param", "kind": 32768, @@ -583044,14 +593033,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31449, + "id": 14931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31450, + "id": 14932, "name": "input", "variant": "declaration", "kind": 1024, @@ -583076,7 +593065,7 @@ "types": [ { "type": "reference", - "target": 31433, + "target": 14915, "name": "DeleteRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -583089,7 +593078,7 @@ "typeArguments": [ { "type": "reference", - "target": 31433, + "target": 14915, "name": "DeleteRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -583105,7 +593094,7 @@ { "title": "Properties", "children": [ - 31450 + 14932 ] } ], @@ -583145,14 +593134,14 @@ { "type": "reflection", "declaration": { - "id": 31451, + "id": 14933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31452, + "id": 14934, "name": "config", "variant": "declaration", "kind": 2048, @@ -583166,7 +593155,7 @@ ], "signatures": [ { - "id": 31453, + "id": 14935, "name": "config", "variant": "signature", "kind": 4096, @@ -583180,7 +593169,7 @@ ], "parameters": [ { - "id": 31454, + "id": 14936, "name": "config", "variant": "param", "kind": 32768, @@ -583191,14 +593180,14 @@ { "type": "reflection", "declaration": { - "id": 31455, + "id": 14937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31456, + "id": 14938, "name": "name", "variant": "declaration", "kind": 1024, @@ -583222,7 +593211,7 @@ { "title": "Properties", "children": [ - 31456 + 14938 ] } ], @@ -583299,7 +593288,7 @@ { "title": "Methods", "children": [ - 31452 + 14934 ] } ], @@ -583335,7 +593324,7 @@ } }, { - "id": 31457, + "id": 14939, "name": "run", "variant": "declaration", "kind": 1024, @@ -583358,7 +593347,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31458, + "id": 14940, "name": "__type", "variant": "declaration", "kind": 65536, @@ -583372,7 +593361,7 @@ ], "signatures": [ { - "id": 31459, + "id": 14941, "name": "__type", "variant": "signature", "kind": 4096, @@ -583400,7 +593389,7 @@ ], "typeParameters": [ { - "id": 31460, + "id": 14942, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -583411,7 +593400,7 @@ } }, { - "id": 31461, + "id": 14943, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -583424,7 +593413,7 @@ ], "parameters": [ { - "id": 31462, + "id": 14944, "name": "args", "variant": "param", "kind": 32768, @@ -583457,7 +593446,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -583468,13 +593457,13 @@ }, "trueType": { "type": "reference", - "target": 31433, + "target": 14915, "name": "DeleteRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -583507,7 +593496,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -583522,7 +593511,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -583542,7 +593531,7 @@ } }, { - "id": 31463, + "id": 14945, "name": "getName", "variant": "declaration", "kind": 1024, @@ -583565,7 +593554,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31464, + "id": 14946, "name": "__type", "variant": "declaration", "kind": 65536, @@ -583579,7 +593568,7 @@ ], "signatures": [ { - "id": 31465, + "id": 14947, "name": "__type", "variant": "signature", "kind": 4096, @@ -583601,7 +593590,7 @@ } }, { - "id": 31466, + "id": 14948, "name": "config", "variant": "declaration", "kind": 1024, @@ -583624,7 +593613,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31467, + "id": 14949, "name": "__type", "variant": "declaration", "kind": 65536, @@ -583638,7 +593627,7 @@ ], "signatures": [ { - "id": 31468, + "id": 14950, "name": "__type", "variant": "signature", "kind": 4096, @@ -583652,7 +593641,7 @@ ], "parameters": [ { - "id": 31469, + "id": 14951, "name": "config", "variant": "param", "kind": 32768, @@ -583678,7 +593667,7 @@ } }, { - "id": 31470, + "id": 14952, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -583706,7 +593695,7 @@ ], "documents": [ { - "id": 38042, + "id": 21534, "name": "deleteRefundReasonsStep", "variant": "document", "kind": 8388608, @@ -583722,6 +593711,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14687" + } + ] } ], "modifierTags": [ @@ -583733,21 +593731,21 @@ } ], "childrenIncludingDocuments": [ - 31445, - 31457, - 31463, - 31466, - 31470 + 14927, + 14939, + 14945, + 14948, + 14952 ], "groups": [ { "title": "Properties", "children": [ - 31445, - 31457, - 31463, - 31466, - 31470 + 14927, + 14939, + 14945, + 14948, + 14952 ] } ], @@ -583756,12 +593754,12 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L38" } ], "signatures": [ { - "id": 31438, + "id": 14920, "name": "deleteRefundReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -583808,12 +593806,12 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L38" } ], "typeParameters": [ { - "id": 31439, + "id": 14921, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -583824,7 +593822,7 @@ } }, { - "id": 31440, + "id": 14922, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -583837,7 +593835,7 @@ ], "parameters": [ { - "id": 31441, + "id": 14923, "name": "container", "variant": "param", "kind": 32768, @@ -583861,14 +593859,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31442, + "id": 14924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31443, + "id": 14925, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -583891,7 +593889,7 @@ } }, { - "id": 31444, + "id": 14926, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -583918,8 +593916,8 @@ { "title": "Properties", "children": [ - 31443, - 31444 + 14925, + 14926 ] } ], @@ -583990,7 +593988,7 @@ "typeArguments": [ { "type": "reference", - "target": 31433, + "target": 14915, "name": "DeleteRefundReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -584000,14 +593998,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -584026,21 +594024,21 @@ ] }, { - "id": 16588, + "id": 48, "name": "Price List", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16589, + "id": 49, "name": "Steps_Price List", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31471, + "id": 14953, "name": "createPriceListPricesStepId", "variant": "declaration", "kind": 32, @@ -584052,7 +594050,7 @@ "fileName": "core-flows/src/price-list/steps/create-price-list-prices.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L11" } ], "type": { @@ -584062,7 +594060,7 @@ "defaultValue": "\"create-price-list-prices\"" }, { - "id": 31472, + "id": 14954, "name": "createPriceListPricesStep", "variant": "declaration", "kind": 64, @@ -584097,7 +594095,7 @@ }, "children": [ { - "id": 31481, + "id": 14963, "name": "__type", "variant": "declaration", "kind": 1024, @@ -584115,7 +594113,7 @@ } }, { - "id": 31482, + "id": 14964, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -584137,8 +594135,8 @@ { "title": "Properties", "children": [ - 31481, - 31482 + 14963, + 14964 ] } ], @@ -584147,12 +594145,12 @@ "fileName": "core-flows/src/price-list/steps/create-price-list-prices.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L32" } ], "signatures": [ { - "id": 31473, + "id": 14955, "name": "createPriceListPricesStep", "variant": "signature", "kind": 4096, @@ -584190,12 +594188,12 @@ "fileName": "core-flows/src/price-list/steps/create-price-list-prices.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts#L32" } ], "parameters": [ { - "id": 31474, + "id": 14956, "name": "input", "variant": "param", "kind": 32768, @@ -584314,14 +594312,14 @@ { "type": "reflection", "declaration": { - "id": 31475, + "id": 14957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31476, + "id": 14958, "name": "config", "variant": "declaration", "kind": 2048, @@ -584335,7 +594333,7 @@ ], "signatures": [ { - "id": 31477, + "id": 14959, "name": "config", "variant": "signature", "kind": 4096, @@ -584349,7 +594347,7 @@ ], "parameters": [ { - "id": 31478, + "id": 14960, "name": "config", "variant": "param", "kind": 32768, @@ -584360,14 +594358,14 @@ { "type": "reflection", "declaration": { - "id": 31479, + "id": 14961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31480, + "id": 14962, "name": "name", "variant": "declaration", "kind": 1024, @@ -584391,7 +594389,7 @@ { "title": "Properties", "children": [ - 31480 + 14962 ] } ], @@ -584476,7 +594474,7 @@ { "title": "Methods", "children": [ - 31476 + 14958 ] } ], @@ -584518,7 +594516,7 @@ ] }, { - "id": 31483, + "id": 14965, "name": "createPriceListsStepId", "variant": "declaration", "kind": 32, @@ -584530,7 +594528,7 @@ "fileName": "core-flows/src/price-list/steps/create-price-lists.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L9" } ], "type": { @@ -584540,7 +594538,7 @@ "defaultValue": "\"create-price-lists\"" }, { - "id": 31484, + "id": 14966, "name": "createPriceListsStep", "variant": "declaration", "kind": 64, @@ -584575,7 +594573,7 @@ }, "children": [ { - "id": 31493, + "id": 14975, "name": "__type", "variant": "declaration", "kind": 1024, @@ -584593,7 +594591,7 @@ } }, { - "id": 31494, + "id": 14976, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -584615,8 +594613,8 @@ { "title": "Properties", "children": [ - 31493, - 31494 + 14975, + 14976 ] } ], @@ -584625,12 +594623,12 @@ "fileName": "core-flows/src/price-list/steps/create-price-lists.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L31" } ], "signatures": [ { - "id": 31485, + "id": 14967, "name": "createPriceListsStep", "variant": "signature", "kind": 4096, @@ -584668,12 +594666,12 @@ "fileName": "core-flows/src/price-list/steps/create-price-lists.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/create-price-lists.ts#L31" } ], "parameters": [ { - "id": 31486, + "id": 14968, "name": "input", "variant": "param", "kind": 32768, @@ -584792,14 +594790,14 @@ { "type": "reflection", "declaration": { - "id": 31487, + "id": 14969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31488, + "id": 14970, "name": "config", "variant": "declaration", "kind": 2048, @@ -584813,7 +594811,7 @@ ], "signatures": [ { - "id": 31489, + "id": 14971, "name": "config", "variant": "signature", "kind": 4096, @@ -584827,7 +594825,7 @@ ], "parameters": [ { - "id": 31490, + "id": 14972, "name": "config", "variant": "param", "kind": 32768, @@ -584838,14 +594836,14 @@ { "type": "reflection", "declaration": { - "id": 31491, + "id": 14973, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31492, + "id": 14974, "name": "name", "variant": "declaration", "kind": 1024, @@ -584869,7 +594867,7 @@ { "title": "Properties", "children": [ - 31492 + 14974 ] } ], @@ -584954,7 +594952,7 @@ { "title": "Methods", "children": [ - 31488 + 14970 ] } ], @@ -584996,7 +594994,7 @@ ] }, { - "id": 31496, + "id": 14978, "name": "deletePriceListsStepId", "variant": "declaration", "kind": 32, @@ -585008,7 +595006,7 @@ "fileName": "core-flows/src/price-list/steps/delete-price-lists.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L10" } ], "type": { @@ -585018,7 +595016,7 @@ "defaultValue": "\"delete-price-lists\"" }, { - "id": 31497, + "id": 14979, "name": "deletePriceListsStep", "variant": "declaration", "kind": 64, @@ -585044,7 +595042,7 @@ }, "children": [ { - "id": 31500, + "id": 14982, "name": "__type", "variant": "declaration", "kind": 1024, @@ -585062,7 +595060,7 @@ } }, { - "id": 31501, + "id": 14983, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -585084,8 +595082,8 @@ { "title": "Properties", "children": [ - 31500, - 31501 + 14982, + 14983 ] } ], @@ -585094,12 +595092,12 @@ "fileName": "core-flows/src/price-list/steps/delete-price-lists.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L14" } ], "signatures": [ { - "id": 31498, + "id": 14980, "name": "deletePriceListsStep", "variant": "signature", "kind": 4096, @@ -585128,12 +595126,12 @@ "fileName": "core-flows/src/price-list/steps/delete-price-lists.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L14" } ], "parameters": [ { - "id": 31499, + "id": 14981, "name": "input", "variant": "param", "kind": 32768, @@ -585143,7 +595141,7 @@ "types": [ { "type": "reference", - "target": 31495, + "target": 14977, "name": "DeletePriceListsStepInput", "package": "@medusajs/core-flows" }, @@ -585156,7 +595154,7 @@ "typeArguments": [ { "type": "reference", - "target": 31495, + "target": 14977, "name": "DeletePriceListsStepInput", "package": "@medusajs/core-flows" } @@ -585176,7 +595174,7 @@ ] }, { - "id": 31504, + "id": 14986, "name": "price_list_ids", "variant": "declaration", "kind": 1024, @@ -585194,7 +595192,7 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L12" } ], "type": { @@ -585206,7 +595204,7 @@ } }, { - "id": 31506, + "id": 14988, "name": "getExistingPriceListsPriceIdsStepId", "variant": "declaration", "kind": 32, @@ -585218,7 +595216,7 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L20" } ], "type": { @@ -585228,7 +595226,7 @@ "defaultValue": "\"get-existing-price-lists-prices\"" }, { - "id": 31507, + "id": 14989, "name": "getExistingPriceListsPriceIdsStep", "variant": "declaration", "kind": 64, @@ -585243,7 +595241,7 @@ }, "children": [ { - "id": 31519, + "id": 15001, "name": "__type", "variant": "declaration", "kind": 1024, @@ -585261,7 +595259,7 @@ } }, { - "id": 31520, + "id": 15002, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -585283,8 +595281,8 @@ { "title": "Properties", "children": [ - 31519, - 31520 + 15001, + 15002 ] } ], @@ -585293,12 +595291,12 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L25" } ], "signatures": [ { - "id": 31508, + "id": 14990, "name": "getExistingPriceListsPriceIdsStep", "variant": "signature", "kind": 4096, @@ -585316,12 +595314,12 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L25" } ], "parameters": [ { - "id": 31509, + "id": 14991, "name": "input", "variant": "param", "kind": 32768, @@ -585331,7 +595329,7 @@ "types": [ { "type": "reference", - "target": 31502, + "target": 14984, "name": "GetExistingPriceListsPriceIdsStepInput", "package": "@medusajs/core-flows" }, @@ -585344,7 +595342,7 @@ "typeArguments": [ { "type": "reference", - "target": 31502, + "target": 14984, "name": "GetExistingPriceListsPriceIdsStepInput", "package": "@medusajs/core-flows" } @@ -585362,7 +595360,7 @@ { "type": "reflection", "declaration": { - "id": 31510, + "id": 14992, "name": "__type", "variant": "declaration", "kind": 65536, @@ -585376,14 +595374,14 @@ ], "indexSignatures": [ { - "id": 31511, + "id": 14993, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31512, + "id": 14994, "name": "key", "variant": "param", "kind": 32768, @@ -585430,7 +595428,7 @@ }, { "type": "reference", - "target": 31505, + "target": 14987, "name": "GetExistingPriceListsPriceIdsStepOutput", "package": "@medusajs/core-flows" }, @@ -585443,7 +595441,7 @@ "typeArguments": [ { "type": "reference", - "target": 31505, + "target": 14987, "name": "GetExistingPriceListsPriceIdsStepOutput", "package": "@medusajs/core-flows" } @@ -585454,14 +595452,14 @@ { "type": "reflection", "declaration": { - "id": 31513, + "id": 14995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31514, + "id": 14996, "name": "config", "variant": "declaration", "kind": 2048, @@ -585475,7 +595473,7 @@ ], "signatures": [ { - "id": 31515, + "id": 14997, "name": "config", "variant": "signature", "kind": 4096, @@ -585489,7 +595487,7 @@ ], "parameters": [ { - "id": 31516, + "id": 14998, "name": "config", "variant": "param", "kind": 32768, @@ -585500,14 +595498,14 @@ { "type": "reflection", "declaration": { - "id": 31517, + "id": 14999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31518, + "id": 15000, "name": "name", "variant": "declaration", "kind": 1024, @@ -585531,7 +595529,7 @@ { "title": "Properties", "children": [ - 31518 + 15000 ] } ], @@ -585594,7 +595592,7 @@ "typeArguments": [ { "type": "reference", - "target": 31505, + "target": 14987, "name": "GetExistingPriceListsPriceIdsStepOutput", "package": "@medusajs/core-flows" } @@ -585610,7 +595608,7 @@ { "title": "Methods", "children": [ - 31514 + 14996 ] } ], @@ -585632,7 +595630,7 @@ "typeArguments": [ { "type": "reference", - "target": 31505, + "target": 14987, "name": "GetExistingPriceListsPriceIdsStepOutput", "package": "@medusajs/core-flows" } @@ -585646,7 +595644,7 @@ ] }, { - "id": 31522, + "id": 15004, "name": "removePriceListPricesStepId", "variant": "declaration", "kind": 32, @@ -585658,7 +595656,7 @@ "fileName": "core-flows/src/price-list/steps/remove-price-list-prices.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L10" } ], "type": { @@ -585668,7 +595666,7 @@ "defaultValue": "\"remove-price-list-prices\"" }, { - "id": 31523, + "id": 15005, "name": "removePriceListPricesStep", "variant": "declaration", "kind": 64, @@ -585694,7 +595692,7 @@ }, "children": [ { - "id": 31532, + "id": 15014, "name": "__type", "variant": "declaration", "kind": 1024, @@ -585712,7 +595710,7 @@ } }, { - "id": 31533, + "id": 15015, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -585734,8 +595732,8 @@ { "title": "Properties", "children": [ - 31532, - 31533 + 15014, + 15015 ] } ], @@ -585744,12 +595742,12 @@ "fileName": "core-flows/src/price-list/steps/remove-price-list-prices.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L14" } ], "signatures": [ { - "id": 31524, + "id": 15006, "name": "removePriceListPricesStep", "variant": "signature", "kind": 4096, @@ -585778,12 +595776,12 @@ "fileName": "core-flows/src/price-list/steps/remove-price-list-prices.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L14" } ], "parameters": [ { - "id": 31525, + "id": 15007, "name": "input", "variant": "param", "kind": 32768, @@ -585793,7 +595791,7 @@ "types": [ { "type": "reference", - "target": 31521, + "target": 15003, "name": "RemovePriceListPricesStepInput", "package": "@medusajs/core-flows" }, @@ -585806,7 +595804,7 @@ "typeArguments": [ { "type": "reference", - "target": 31521, + "target": 15003, "name": "RemovePriceListPricesStepInput", "package": "@medusajs/core-flows" } @@ -585876,14 +595874,14 @@ { "type": "reflection", "declaration": { - "id": 31526, + "id": 15008, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31527, + "id": 15009, "name": "config", "variant": "declaration", "kind": 2048, @@ -585897,7 +595895,7 @@ ], "signatures": [ { - "id": 31528, + "id": 15010, "name": "config", "variant": "signature", "kind": 4096, @@ -585911,7 +595909,7 @@ ], "parameters": [ { - "id": 31529, + "id": 15011, "name": "config", "variant": "param", "kind": 32768, @@ -585922,14 +595920,14 @@ { "type": "reflection", "declaration": { - "id": 31530, + "id": 15012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31531, + "id": 15013, "name": "name", "variant": "declaration", "kind": 1024, @@ -585953,7 +595951,7 @@ { "title": "Properties", "children": [ - 31531 + 15013 ] } ], @@ -586033,7 +596031,7 @@ { "title": "Methods", "children": [ - 31527 + 15009 ] } ], @@ -586070,7 +596068,7 @@ ] }, { - "id": 31534, + "id": 15016, "name": "updatePriceListPricesStepId", "variant": "declaration", "kind": 32, @@ -586082,7 +596080,7 @@ "fileName": "core-flows/src/price-list/steps/update-price-list-prices.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L15" } ], "type": { @@ -586092,7 +596090,7 @@ "defaultValue": "\"update-price-list-prices\"" }, { - "id": 31535, + "id": 15017, "name": "updatePriceListPricesStep", "variant": "declaration", "kind": 64, @@ -586127,7 +596125,7 @@ }, "children": [ { - "id": 31544, + "id": 15026, "name": "__type", "variant": "declaration", "kind": 1024, @@ -586145,7 +596143,7 @@ } }, { - "id": 31545, + "id": 15027, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -586167,8 +596165,8 @@ { "title": "Properties", "children": [ - 31544, - 31545 + 15026, + 15027 ] } ], @@ -586177,12 +596175,12 @@ "fileName": "core-flows/src/price-list/steps/update-price-list-prices.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L37" } ], "signatures": [ { - "id": 31536, + "id": 15018, "name": "updatePriceListPricesStep", "variant": "signature", "kind": 4096, @@ -586220,12 +596218,12 @@ "fileName": "core-flows/src/price-list/steps/update-price-list-prices.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts#L37" } ], "parameters": [ { - "id": 31537, + "id": 15019, "name": "input", "variant": "param", "kind": 32768, @@ -586344,14 +596342,14 @@ { "type": "reflection", "declaration": { - "id": 31538, + "id": 15020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31539, + "id": 15021, "name": "config", "variant": "declaration", "kind": 2048, @@ -586365,7 +596363,7 @@ ], "signatures": [ { - "id": 31540, + "id": 15022, "name": "config", "variant": "signature", "kind": 4096, @@ -586379,7 +596377,7 @@ ], "parameters": [ { - "id": 31541, + "id": 15023, "name": "config", "variant": "param", "kind": 32768, @@ -586390,14 +596388,14 @@ { "type": "reflection", "declaration": { - "id": 31542, + "id": 15024, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31543, + "id": 15025, "name": "name", "variant": "declaration", "kind": 1024, @@ -586421,7 +596419,7 @@ { "title": "Properties", "children": [ - 31543 + 15025 ] } ], @@ -586506,7 +596504,7 @@ { "title": "Methods", "children": [ - 31539 + 15021 ] } ], @@ -586548,7 +596546,7 @@ ] }, { - "id": 31547, + "id": 15029, "name": "updatePriceListsStepId", "variant": "declaration", "kind": 32, @@ -586560,7 +596558,7 @@ "fileName": "core-flows/src/price-list/steps/update-price-lists.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L19" } ], "type": { @@ -586570,7 +596568,7 @@ "defaultValue": "\"update-price-lists\"" }, { - "id": 31548, + "id": 15030, "name": "updatePriceListsStep", "variant": "declaration", "kind": 64, @@ -586605,7 +596603,7 @@ }, "children": [ { - "id": 31557, + "id": 15039, "name": "__type", "variant": "declaration", "kind": 1024, @@ -586623,7 +596621,7 @@ } }, { - "id": 31558, + "id": 15040, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -586645,8 +596643,8 @@ { "title": "Properties", "children": [ - 31557, - 31558 + 15039, + 15040 ] } ], @@ -586655,12 +596653,12 @@ "fileName": "core-flows/src/price-list/steps/update-price-lists.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L31" } ], "signatures": [ { - "id": 31549, + "id": 15031, "name": "updatePriceListsStep", "variant": "signature", "kind": 4096, @@ -586698,12 +596696,12 @@ "fileName": "core-flows/src/price-list/steps/update-price-lists.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L31" } ], "parameters": [ { - "id": 31550, + "id": 15032, "name": "input", "variant": "param", "kind": 32768, @@ -586713,7 +596711,7 @@ "types": [ { "type": "reference", - "target": 31546, + "target": 15028, "name": "UpdatePriceListsStepInput", "package": "@medusajs/core-flows" }, @@ -586726,7 +596724,7 @@ "typeArguments": [ { "type": "reference", - "target": 31546, + "target": 15028, "name": "UpdatePriceListsStepInput", "package": "@medusajs/core-flows" } @@ -586816,14 +596814,14 @@ { "type": "reflection", "declaration": { - "id": 31551, + "id": 15033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31552, + "id": 15034, "name": "config", "variant": "declaration", "kind": 2048, @@ -586837,7 +596835,7 @@ ], "signatures": [ { - "id": 31553, + "id": 15035, "name": "config", "variant": "signature", "kind": 4096, @@ -586851,7 +596849,7 @@ ], "parameters": [ { - "id": 31554, + "id": 15036, "name": "config", "variant": "param", "kind": 32768, @@ -586862,14 +596860,14 @@ { "type": "reflection", "declaration": { - "id": 31555, + "id": 15037, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31556, + "id": 15038, "name": "name", "variant": "declaration", "kind": 1024, @@ -586893,7 +596891,7 @@ { "title": "Properties", "children": [ - 31556 + 15038 ] } ], @@ -586978,7 +596976,7 @@ { "title": "Methods", "children": [ - 31552 + 15034 ] } ], @@ -587020,7 +597018,7 @@ ] }, { - "id": 31560, + "id": 15042, "name": "validatePriceListsStepId", "variant": "declaration", "kind": 32, @@ -587032,7 +597030,7 @@ "fileName": "core-flows/src/price-list/steps/validate-price-lists.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L18" } ], "type": { @@ -587042,7 +597040,7 @@ "defaultValue": "\"validate-price-lists\"" }, { - "id": 31561, + "id": 15043, "name": "validatePriceListsStep", "variant": "declaration", "kind": 64, @@ -587086,7 +597084,7 @@ }, "children": [ { - "id": 31573, + "id": 15055, "name": "__type", "variant": "declaration", "kind": 1024, @@ -587104,7 +597102,7 @@ } }, { - "id": 31574, + "id": 15056, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -587126,8 +597124,8 @@ { "title": "Properties", "children": [ - 31573, - 31574 + 15055, + 15056 ] } ], @@ -587136,12 +597134,12 @@ "fileName": "core-flows/src/price-list/steps/validate-price-lists.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L23" } ], "signatures": [ { - "id": 31562, + "id": 15044, "name": "validatePriceListsStep", "variant": "signature", "kind": 4096, @@ -587188,12 +597186,12 @@ "fileName": "core-flows/src/price-list/steps/validate-price-lists.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L23" } ], "parameters": [ { - "id": 31563, + "id": 15045, "name": "input", "variant": "param", "kind": 32768, @@ -587203,7 +597201,7 @@ "types": [ { "type": "reference", - "target": 31559, + "target": 15041, "name": "ValidatePriceListsStepInput", "package": "@medusajs/core-flows" }, @@ -587216,7 +597214,7 @@ "typeArguments": [ { "type": "reference", - "target": 31559, + "target": 15041, "name": "ValidatePriceListsStepInput", "package": "@medusajs/core-flows" } @@ -587234,7 +597232,7 @@ { "type": "reflection", "declaration": { - "id": 31564, + "id": 15046, "name": "__type", "variant": "declaration", "kind": 65536, @@ -587248,14 +597246,14 @@ ], "indexSignatures": [ { - "id": 31565, + "id": 15047, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31566, + "id": 15048, "name": "key", "variant": "param", "kind": 32768, @@ -587366,14 +597364,14 @@ { "type": "reflection", "declaration": { - "id": 31567, + "id": 15049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31568, + "id": 15050, "name": "config", "variant": "declaration", "kind": 2048, @@ -587387,7 +597385,7 @@ ], "signatures": [ { - "id": 31569, + "id": 15051, "name": "config", "variant": "signature", "kind": 4096, @@ -587401,7 +597399,7 @@ ], "parameters": [ { - "id": 31570, + "id": 15052, "name": "config", "variant": "param", "kind": 32768, @@ -587412,14 +597410,14 @@ { "type": "reflection", "declaration": { - "id": 31571, + "id": 15053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31572, + "id": 15054, "name": "name", "variant": "declaration", "kind": 1024, @@ -587443,7 +597441,7 @@ { "title": "Properties", "children": [ - 31572 + 15054 ] } ], @@ -587540,7 +597538,7 @@ { "title": "Methods", "children": [ - 31568 + 15050 ] } ], @@ -587594,7 +597592,7 @@ ] }, { - "id": 31579, + "id": 15061, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -587612,7 +597610,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 18, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" } ], "type": { @@ -587621,7 +597619,7 @@ } }, { - "id": 31577, + "id": 15059, "name": "prices", "variant": "declaration", "kind": 1024, @@ -587641,7 +597639,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" } ], "type": { @@ -587649,14 +597647,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31578, + "id": 15060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31579, + "id": 15061, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -587674,7 +597672,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 18, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" } ], "type": { @@ -587687,7 +597685,7 @@ { "title": "Properties", "children": [ - 31579 + 15061 ] } ], @@ -587696,7 +597694,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 14, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" } ] } @@ -587704,7 +597702,7 @@ } }, { - "id": 31580, + "id": 15062, "name": "validateVariantPriceLinksStepId", "variant": "declaration", "kind": 32, @@ -587716,7 +597714,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L22" } ], "type": { @@ -587726,7 +597724,7 @@ "defaultValue": "\"validate-variant-price-links\"" }, { - "id": 31581, + "id": 15063, "name": "validateVariantPriceLinksStep", "variant": "declaration", "kind": 64, @@ -587779,7 +597777,7 @@ }, "children": [ { - "id": 31593, + "id": 15075, "name": "__type", "variant": "declaration", "kind": 1024, @@ -587797,7 +597795,7 @@ } }, { - "id": 31594, + "id": 15076, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -587819,8 +597817,8 @@ { "title": "Properties", "children": [ - 31593, - 31594 + 15075, + 15076 ] } ], @@ -587829,12 +597827,12 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L38" } ], "signatures": [ { - "id": 31582, + "id": 15064, "name": "validateVariantPriceLinksStep", "variant": "signature", "kind": 4096, @@ -587890,12 +597888,12 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L38" } ], "parameters": [ { - "id": 31583, + "id": 15065, "name": "input", "variant": "param", "kind": 32768, @@ -587905,7 +597903,7 @@ "types": [ { "type": "reference", - "target": 31575, + "target": 15057, "name": "ValidateVariantPriceLinksStepInput", "package": "@medusajs/core-flows" }, @@ -587918,7 +597916,7 @@ "typeArguments": [ { "type": "reference", - "target": 31575, + "target": 15057, "name": "ValidateVariantPriceLinksStepInput", "package": "@medusajs/core-flows" } @@ -587936,7 +597934,7 @@ { "type": "reflection", "declaration": { - "id": 31584, + "id": 15066, "name": "__type", "variant": "declaration", "kind": 65536, @@ -587950,14 +597948,14 @@ ], "indexSignatures": [ { - "id": 31585, + "id": 15067, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31586, + "id": 15068, "name": "key", "variant": "param", "kind": 32768, @@ -588048,14 +598046,14 @@ { "type": "reflection", "declaration": { - "id": 31587, + "id": 15069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31588, + "id": 15070, "name": "config", "variant": "declaration", "kind": 2048, @@ -588069,7 +598067,7 @@ ], "signatures": [ { - "id": 31589, + "id": 15071, "name": "config", "variant": "signature", "kind": 4096, @@ -588083,7 +598081,7 @@ ], "parameters": [ { - "id": 31590, + "id": 15072, "name": "config", "variant": "param", "kind": 32768, @@ -588094,14 +598092,14 @@ { "type": "reflection", "declaration": { - "id": 31591, + "id": 15073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31592, + "id": 15074, "name": "name", "variant": "declaration", "kind": 1024, @@ -588125,7 +598123,7 @@ { "title": "Properties", "children": [ - 31592 + 15074 ] } ], @@ -588217,7 +598215,7 @@ { "title": "Methods", "children": [ - 31588 + 15070 ] } ], @@ -588268,14 +598266,14 @@ ] }, { - "id": 16590, + "id": 50, "name": "Workflows_Price List", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31597, + "id": 15079, "name": "data", "variant": "declaration", "kind": 1024, @@ -588293,7 +598291,7 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L23" } ], "type": { @@ -588307,7 +598305,7 @@ } }, { - "id": 31598, + "id": 15080, "name": "batchPriceListPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -588319,7 +598317,7 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L26" } ], "type": { @@ -588329,7 +598327,7 @@ "defaultValue": "\"batch-price-list-prices\"" }, { - "id": 31599, + "id": 15081, "name": "batchPriceListPricesWorkflow", "variant": "declaration", "kind": 64, @@ -588382,7 +598380,7 @@ }, "children": [ { - "id": 31607, + "id": 15089, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -588405,7 +598403,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31608, + "id": 15090, "name": "__type", "variant": "declaration", "kind": 65536, @@ -588419,7 +598417,7 @@ ], "signatures": [ { - "id": 31609, + "id": 15091, "name": "__type", "variant": "signature", "kind": 4096, @@ -588447,7 +598445,7 @@ ], "parameters": [ { - "id": 31610, + "id": 15092, "name": "param0", "variant": "param", "kind": 32768, @@ -588463,14 +598461,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31611, + "id": 15093, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31612, + "id": 15094, "name": "input", "variant": "declaration", "kind": 1024, @@ -588495,7 +598493,7 @@ "types": [ { "type": "reference", - "target": 31595, + "target": 15077, "name": "BatchPriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -588508,7 +598506,7 @@ "typeArguments": [ { "type": "reference", - "target": 31595, + "target": 15077, "name": "BatchPriceListPricesWorkflowInput", "package": "@medusajs/core-flows" } @@ -588524,7 +598522,7 @@ { "title": "Properties", "children": [ - 31612 + 15094 ] } ], @@ -588545,14 +598543,14 @@ { "type": "reflection", "declaration": { - "id": 31613, + "id": 15095, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31614, + "id": 15096, "name": "created", "variant": "declaration", "kind": 1024, @@ -588614,7 +598612,7 @@ } }, { - "id": 31615, + "id": 15097, "name": "updated", "variant": "declaration", "kind": 1024, @@ -588676,7 +598674,7 @@ } }, { - "id": 31616, + "id": 15098, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -588732,9 +598730,9 @@ { "title": "Properties", "children": [ - 31614, - 31615, - 31616 + 15096, + 15097, + 15098 ] } ], @@ -588779,14 +598777,14 @@ { "type": "reflection", "declaration": { - "id": 31617, + "id": 15099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31618, + "id": 15100, "name": "config", "variant": "declaration", "kind": 2048, @@ -588800,7 +598798,7 @@ ], "signatures": [ { - "id": 31619, + "id": 15101, "name": "config", "variant": "signature", "kind": 4096, @@ -588814,7 +598812,7 @@ ], "parameters": [ { - "id": 31620, + "id": 15102, "name": "config", "variant": "param", "kind": 32768, @@ -588825,14 +598823,14 @@ { "type": "reflection", "declaration": { - "id": 31621, + "id": 15103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31622, + "id": 15104, "name": "name", "variant": "declaration", "kind": 1024, @@ -588856,7 +598854,7 @@ { "title": "Properties", "children": [ - 31622 + 15104 ] } ], @@ -588938,7 +598936,7 @@ { "title": "Methods", "children": [ - 31618 + 15100 ] } ], @@ -588979,7 +598977,7 @@ } }, { - "id": 31623, + "id": 15105, "name": "run", "variant": "declaration", "kind": 1024, @@ -589002,7 +599000,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31624, + "id": 15106, "name": "__type", "variant": "declaration", "kind": 65536, @@ -589016,7 +599014,7 @@ ], "signatures": [ { - "id": 31625, + "id": 15107, "name": "__type", "variant": "signature", "kind": 4096, @@ -589044,7 +599042,7 @@ ], "typeParameters": [ { - "id": 31626, + "id": 15108, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -589055,7 +599053,7 @@ } }, { - "id": 31627, + "id": 15109, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -589068,7 +599066,7 @@ ], "parameters": [ { - "id": 31628, + "id": 15110, "name": "args", "variant": "param", "kind": 32768, @@ -589101,7 +599099,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -589112,13 +599110,13 @@ }, "trueType": { "type": "reference", - "target": 31595, + "target": 15077, "name": "BatchPriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -589151,7 +599149,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -589171,7 +599169,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -589191,7 +599189,7 @@ } }, { - "id": 31629, + "id": 15111, "name": "getName", "variant": "declaration", "kind": 1024, @@ -589214,7 +599212,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31630, + "id": 15112, "name": "__type", "variant": "declaration", "kind": 65536, @@ -589228,7 +599226,7 @@ ], "signatures": [ { - "id": 31631, + "id": 15113, "name": "__type", "variant": "signature", "kind": 4096, @@ -589250,7 +599248,7 @@ } }, { - "id": 31632, + "id": 15114, "name": "config", "variant": "declaration", "kind": 1024, @@ -589273,7 +599271,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31633, + "id": 15115, "name": "__type", "variant": "declaration", "kind": 65536, @@ -589287,7 +599285,7 @@ ], "signatures": [ { - "id": 31634, + "id": 15116, "name": "__type", "variant": "signature", "kind": 4096, @@ -589301,7 +599299,7 @@ ], "parameters": [ { - "id": 31635, + "id": 15117, "name": "config", "variant": "param", "kind": 32768, @@ -589327,7 +599325,7 @@ } }, { - "id": 31636, + "id": 15118, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -589355,7 +599353,7 @@ ], "documents": [ { - "id": 38043, + "id": 21535, "name": "createPriceListPricesWorkflow", "variant": "document", "kind": 8388608, @@ -589371,6 +599369,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15124" + } + ] } ], "modifierTags": [ @@ -589381,7 +599388,7 @@ "frontmatter": {} }, { - "id": 38044, + "id": 21536, "name": "updatePriceListPricesWorkflow", "variant": "document", "kind": 8388608, @@ -589397,6 +599404,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15286" + } + ] } ], "modifierTags": [ @@ -589407,7 +599423,7 @@ "frontmatter": {} }, { - "id": 38045, + "id": 21537, "name": "removePriceListPricesWorkflow", "variant": "document", "kind": 8388608, @@ -589423,6 +599439,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15248" + } + ] } ], "modifierTags": [ @@ -589434,21 +599459,21 @@ } ], "childrenIncludingDocuments": [ - 31607, - 31623, - 31629, - 31632, - 31636 + 15089, + 15105, + 15111, + 15114, + 15118 ], "groups": [ { "title": "Properties", "children": [ - 31607, - 31623, - 31629, - 31632, - 31636 + 15089, + 15105, + 15111, + 15114, + 15118 ] } ], @@ -589457,12 +599482,12 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L64" } ], "signatures": [ { - "id": 31600, + "id": 15082, "name": "batchPriceListPricesWorkflow", "variant": "signature", "kind": 4096, @@ -589518,12 +599543,12 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L64" } ], "typeParameters": [ { - "id": 31601, + "id": 15083, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -589534,7 +599559,7 @@ } }, { - "id": 31602, + "id": 15084, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -589547,7 +599572,7 @@ ], "parameters": [ { - "id": 31603, + "id": 15085, "name": "container", "variant": "param", "kind": 32768, @@ -589571,14 +599596,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31604, + "id": 15086, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31605, + "id": 15087, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -589601,7 +599626,7 @@ } }, { - "id": 31606, + "id": 15088, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -589628,8 +599653,8 @@ { "title": "Properties", "children": [ - 31605, - 31606 + 15087, + 15088 ] } ], @@ -589700,7 +599725,7 @@ "typeArguments": [ { "type": "reference", - "target": 31595, + "target": 15077, "name": "BatchPriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -589715,14 +599740,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -589737,7 +599762,7 @@ ] }, { - "id": 31639, + "id": 15121, "name": "data", "variant": "declaration", "kind": 1024, @@ -589755,7 +599780,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L22" } ], "type": { @@ -589772,7 +599797,7 @@ } }, { - "id": 31641, + "id": 15123, "name": "createPriceListPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -589784,7 +599809,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L30" } ], "type": { @@ -589794,7 +599819,7 @@ "defaultValue": "\"create-price-list-prices\"" }, { - "id": 31642, + "id": 15124, "name": "createPriceListPricesWorkflow", "variant": "declaration", "kind": 64, @@ -589847,7 +599872,7 @@ }, "children": [ { - "id": 31650, + "id": 15132, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -589870,7 +599895,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31651, + "id": 15133, "name": "__type", "variant": "declaration", "kind": 65536, @@ -589884,7 +599909,7 @@ ], "signatures": [ { - "id": 31652, + "id": 15134, "name": "__type", "variant": "signature", "kind": 4096, @@ -589912,7 +599937,7 @@ ], "parameters": [ { - "id": 31653, + "id": 15135, "name": "param0", "variant": "param", "kind": 32768, @@ -589928,14 +599953,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31654, + "id": 15136, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31655, + "id": 15137, "name": "input", "variant": "declaration", "kind": 1024, @@ -589960,7 +599985,7 @@ "types": [ { "type": "reference", - "target": 31637, + "target": 15119, "name": "CreatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -589973,7 +599998,7 @@ "typeArguments": [ { "type": "reference", - "target": 31637, + "target": 15119, "name": "CreatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" } @@ -589989,7 +600014,7 @@ { "title": "Properties", "children": [ - 31655 + 15137 ] } ], @@ -590046,7 +600071,7 @@ }, { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -590059,7 +600084,7 @@ "typeArguments": [ { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -590070,14 +600095,14 @@ { "type": "reflection", "declaration": { - "id": 31656, + "id": 15138, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31657, + "id": 15139, "name": "config", "variant": "declaration", "kind": 2048, @@ -590091,7 +600116,7 @@ ], "signatures": [ { - "id": 31658, + "id": 15140, "name": "config", "variant": "signature", "kind": 4096, @@ -590105,7 +600130,7 @@ ], "parameters": [ { - "id": 31659, + "id": 15141, "name": "config", "variant": "param", "kind": 32768, @@ -590116,14 +600141,14 @@ { "type": "reflection", "declaration": { - "id": 31660, + "id": 15142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31661, + "id": 15143, "name": "name", "variant": "declaration", "kind": 1024, @@ -590147,7 +600172,7 @@ { "title": "Properties", "children": [ - 31661 + 15143 ] } ], @@ -590210,7 +600235,7 @@ "typeArguments": [ { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -590226,7 +600251,7 @@ { "title": "Methods", "children": [ - 31657 + 15139 ] } ], @@ -590248,7 +600273,7 @@ "typeArguments": [ { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -590264,7 +600289,7 @@ } }, { - "id": 31662, + "id": 15144, "name": "run", "variant": "declaration", "kind": 1024, @@ -590287,7 +600312,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31663, + "id": 15145, "name": "__type", "variant": "declaration", "kind": 65536, @@ -590301,7 +600326,7 @@ ], "signatures": [ { - "id": 31664, + "id": 15146, "name": "__type", "variant": "signature", "kind": 4096, @@ -590329,7 +600354,7 @@ ], "typeParameters": [ { - "id": 31665, + "id": 15147, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -590340,7 +600365,7 @@ } }, { - "id": 31666, + "id": 15148, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -590353,7 +600378,7 @@ ], "parameters": [ { - "id": 31667, + "id": 15149, "name": "args", "variant": "param", "kind": 32768, @@ -590386,7 +600411,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -590397,13 +600422,13 @@ }, "trueType": { "type": "reference", - "target": 31637, + "target": 15119, "name": "CreatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -590436,7 +600461,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -590447,13 +600472,13 @@ }, "trueType": { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -590473,7 +600498,7 @@ } }, { - "id": 31668, + "id": 15150, "name": "getName", "variant": "declaration", "kind": 1024, @@ -590496,7 +600521,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31669, + "id": 15151, "name": "__type", "variant": "declaration", "kind": 65536, @@ -590510,7 +600535,7 @@ ], "signatures": [ { - "id": 31670, + "id": 15152, "name": "__type", "variant": "signature", "kind": 4096, @@ -590532,7 +600557,7 @@ } }, { - "id": 31671, + "id": 15153, "name": "config", "variant": "declaration", "kind": 1024, @@ -590555,7 +600580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31672, + "id": 15154, "name": "__type", "variant": "declaration", "kind": 65536, @@ -590569,7 +600594,7 @@ ], "signatures": [ { - "id": 31673, + "id": 15155, "name": "__type", "variant": "signature", "kind": 4096, @@ -590583,7 +600608,7 @@ ], "parameters": [ { - "id": 31674, + "id": 15156, "name": "config", "variant": "param", "kind": 32768, @@ -590609,7 +600634,7 @@ } }, { - "id": 31675, + "id": 15157, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -590637,7 +600662,7 @@ ], "documents": [ { - "id": 38046, + "id": 21538, "name": "validatePriceListsStep", "variant": "document", "kind": 8388608, @@ -590653,6 +600678,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15043" + } + ] } ], "modifierTags": [ @@ -590663,7 +600697,7 @@ "frontmatter": {} }, { - "id": 38047, + "id": 21539, "name": "validateVariantPriceLinksStep", "variant": "document", "kind": 8388608, @@ -590679,6 +600713,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15063" + } + ] } ], "modifierTags": [ @@ -590689,7 +600732,7 @@ "frontmatter": {} }, { - "id": 38048, + "id": 21540, "name": "createPriceListPricesStep", "variant": "document", "kind": 8388608, @@ -590705,6 +600748,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14954" + } + ] } ], "modifierTags": [ @@ -590716,21 +600768,21 @@ } ], "childrenIncludingDocuments": [ - 31650, - 31662, - 31668, - 31671, - 31675 + 15132, + 15144, + 15150, + 15153, + 15157 ], "groups": [ { "title": "Properties", "children": [ - 31650, - 31662, - 31668, - 31671, - 31675 + 15132, + 15144, + 15150, + 15153, + 15157 ] } ], @@ -590739,12 +600791,12 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L59" } ], "signatures": [ { - "id": 31643, + "id": 15125, "name": "createPriceListPricesWorkflow", "variant": "signature", "kind": 4096, @@ -590800,12 +600852,12 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L59" } ], "typeParameters": [ { - "id": 31644, + "id": 15126, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -590816,7 +600868,7 @@ } }, { - "id": 31645, + "id": 15127, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -590829,7 +600881,7 @@ ], "parameters": [ { - "id": 31646, + "id": 15128, "name": "container", "variant": "param", "kind": 32768, @@ -590853,14 +600905,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31647, + "id": 15129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31648, + "id": 15130, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -590883,7 +600935,7 @@ } }, { - "id": 31649, + "id": 15131, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -590910,8 +600962,8 @@ { "title": "Properties", "children": [ - 31648, - 31649 + 15130, + 15131 ] } ], @@ -590982,26 +601034,26 @@ "typeArguments": [ { "type": "reference", - "target": 31637, + "target": 15119, "name": "CreatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 31640, + "target": 15122, "name": "CreatePriceListPricesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -591016,7 +601068,7 @@ ] }, { - "id": 31678, + "id": 15160, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -591034,7 +601086,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L19" } ], "type": { @@ -591051,7 +601103,7 @@ } }, { - "id": 31680, + "id": 15162, "name": "createPriceListsWorkflowId", "variant": "declaration", "kind": 32, @@ -591063,7 +601115,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L27" } ], "type": { @@ -591073,7 +601125,7 @@ "defaultValue": "\"create-price-lists\"" }, { - "id": 31681, + "id": 15163, "name": "createPriceListsWorkflow", "variant": "declaration", "kind": 64, @@ -591117,7 +601169,7 @@ }, "children": [ { - "id": 31689, + "id": 15171, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -591140,7 +601192,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31690, + "id": 15172, "name": "__type", "variant": "declaration", "kind": 65536, @@ -591154,7 +601206,7 @@ ], "signatures": [ { - "id": 31691, + "id": 15173, "name": "__type", "variant": "signature", "kind": 4096, @@ -591182,7 +601234,7 @@ ], "parameters": [ { - "id": 31692, + "id": 15174, "name": "param0", "variant": "param", "kind": 32768, @@ -591198,14 +601250,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31693, + "id": 15175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31694, + "id": 15176, "name": "input", "variant": "declaration", "kind": 1024, @@ -591230,7 +601282,7 @@ "types": [ { "type": "reference", - "target": 31676, + "target": 15158, "name": "CreatePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -591243,7 +601295,7 @@ "typeArguments": [ { "type": "reference", - "target": 31676, + "target": 15158, "name": "CreatePriceListsWorkflowInput", "package": "@medusajs/core-flows" } @@ -591259,7 +601311,7 @@ { "title": "Properties", "children": [ - 31694 + 15176 ] } ], @@ -591352,14 +601404,14 @@ { "type": "reflection", "declaration": { - "id": 31695, + "id": 15177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31696, + "id": 15178, "name": "config", "variant": "declaration", "kind": 2048, @@ -591373,7 +601425,7 @@ ], "signatures": [ { - "id": 31697, + "id": 15179, "name": "config", "variant": "signature", "kind": 4096, @@ -591387,7 +601439,7 @@ ], "parameters": [ { - "id": 31698, + "id": 15180, "name": "config", "variant": "param", "kind": 32768, @@ -591398,14 +601450,14 @@ { "type": "reflection", "declaration": { - "id": 31699, + "id": 15181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31700, + "id": 15182, "name": "name", "variant": "declaration", "kind": 1024, @@ -591429,7 +601481,7 @@ { "title": "Properties", "children": [ - 31700 + 15182 ] } ], @@ -591514,7 +601566,7 @@ { "title": "Methods", "children": [ - 31696 + 15178 ] } ], @@ -591558,7 +601610,7 @@ } }, { - "id": 31701, + "id": 15183, "name": "run", "variant": "declaration", "kind": 1024, @@ -591581,7 +601633,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31702, + "id": 15184, "name": "__type", "variant": "declaration", "kind": 65536, @@ -591595,7 +601647,7 @@ ], "signatures": [ { - "id": 31703, + "id": 15185, "name": "__type", "variant": "signature", "kind": 4096, @@ -591623,7 +601675,7 @@ ], "typeParameters": [ { - "id": 31704, + "id": 15186, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -591634,7 +601686,7 @@ } }, { - "id": 31705, + "id": 15187, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -591647,7 +601699,7 @@ ], "parameters": [ { - "id": 31706, + "id": 15188, "name": "args", "variant": "param", "kind": 32768, @@ -591680,7 +601732,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -591691,13 +601743,13 @@ }, "trueType": { "type": "reference", - "target": 31676, + "target": 15158, "name": "CreatePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -591730,7 +601782,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -591753,7 +601805,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -591773,7 +601825,7 @@ } }, { - "id": 31707, + "id": 15189, "name": "getName", "variant": "declaration", "kind": 1024, @@ -591796,7 +601848,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31708, + "id": 15190, "name": "__type", "variant": "declaration", "kind": 65536, @@ -591810,7 +601862,7 @@ ], "signatures": [ { - "id": 31709, + "id": 15191, "name": "__type", "variant": "signature", "kind": 4096, @@ -591832,7 +601884,7 @@ } }, { - "id": 31710, + "id": 15192, "name": "config", "variant": "declaration", "kind": 1024, @@ -591855,7 +601907,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31711, + "id": 15193, "name": "__type", "variant": "declaration", "kind": 65536, @@ -591869,7 +601921,7 @@ ], "signatures": [ { - "id": 31712, + "id": 15194, "name": "__type", "variant": "signature", "kind": 4096, @@ -591883,7 +601935,7 @@ ], "parameters": [ { - "id": 31713, + "id": 15195, "name": "config", "variant": "param", "kind": 32768, @@ -591909,7 +601961,7 @@ } }, { - "id": 31714, + "id": 15196, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -591937,7 +601989,7 @@ ], "documents": [ { - "id": 38049, + "id": 21541, "name": "validateVariantPriceLinksStep", "variant": "document", "kind": 8388608, @@ -591953,6 +602005,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15063" + } + ] } ], "modifierTags": [ @@ -591963,7 +602024,7 @@ "frontmatter": {} }, { - "id": 38050, + "id": 21542, "name": "createPriceListsStep", "variant": "document", "kind": 8388608, @@ -591979,6 +602040,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14966" + } + ] } ], "modifierTags": [ @@ -591990,21 +602060,21 @@ } ], "childrenIncludingDocuments": [ - 31689, - 31701, - 31707, - 31710, - 31714 + 15171, + 15183, + 15189, + 15192, + 15196 ], "groups": [ { "title": "Properties", "children": [ - 31689, - 31701, - 31707, - 31710, - 31714 + 15171, + 15183, + 15189, + 15192, + 15196 ] } ], @@ -592013,12 +602083,12 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L52" } ], "signatures": [ { - "id": 31682, + "id": 15164, "name": "createPriceListsWorkflow", "variant": "signature", "kind": 4096, @@ -592065,12 +602135,12 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L52" } ], "typeParameters": [ { - "id": 31683, + "id": 15165, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -592081,7 +602151,7 @@ } }, { - "id": 31684, + "id": 15166, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -592094,7 +602164,7 @@ ], "parameters": [ { - "id": 31685, + "id": 15167, "name": "container", "variant": "param", "kind": 32768, @@ -592118,14 +602188,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31686, + "id": 15168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31687, + "id": 15169, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -592148,7 +602218,7 @@ } }, { - "id": 31688, + "id": 15170, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -592175,8 +602245,8 @@ { "title": "Properties", "children": [ - 31687, - 31688 + 15169, + 15170 ] } ], @@ -592247,7 +602317,7 @@ "typeArguments": [ { "type": "reference", - "target": 31676, + "target": 15158, "name": "CreatePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -592265,14 +602335,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -592287,7 +602357,7 @@ ] }, { - "id": 31717, + "id": 15199, "name": "ids", "variant": "declaration", "kind": 1024, @@ -592305,7 +602375,7 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L11" } ], "type": { @@ -592317,7 +602387,7 @@ } }, { - "id": 31718, + "id": 15200, "name": "deletePriceListsWorkflowId", "variant": "declaration", "kind": 32, @@ -592329,7 +602399,7 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L14" } ], "type": { @@ -592339,7 +602409,7 @@ "defaultValue": "\"delete-price-lists\"" }, { - "id": 31719, + "id": 15201, "name": "deletePriceListsWorkflow", "variant": "declaration", "kind": 64, @@ -592383,7 +602453,7 @@ }, "children": [ { - "id": 31727, + "id": 15209, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -592406,7 +602476,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31728, + "id": 15210, "name": "__type", "variant": "declaration", "kind": 65536, @@ -592420,7 +602490,7 @@ ], "signatures": [ { - "id": 31729, + "id": 15211, "name": "__type", "variant": "signature", "kind": 4096, @@ -592448,7 +602518,7 @@ ], "parameters": [ { - "id": 31730, + "id": 15212, "name": "param0", "variant": "param", "kind": 32768, @@ -592464,14 +602534,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31731, + "id": 15213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31732, + "id": 15214, "name": "input", "variant": "declaration", "kind": 1024, @@ -592496,7 +602566,7 @@ "types": [ { "type": "reference", - "target": 31715, + "target": 15197, "name": "DeletePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -592509,7 +602579,7 @@ "typeArguments": [ { "type": "reference", - "target": 31715, + "target": 15197, "name": "DeletePriceListsWorkflowInput", "package": "@medusajs/core-flows" } @@ -592525,7 +602595,7 @@ { "title": "Properties", "children": [ - 31732 + 15214 ] } ], @@ -592561,14 +602631,14 @@ { "type": "reflection", "declaration": { - "id": 31733, + "id": 15215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31734, + "id": 15216, "name": "config", "variant": "declaration", "kind": 2048, @@ -592582,7 +602652,7 @@ ], "signatures": [ { - "id": 31735, + "id": 15217, "name": "config", "variant": "signature", "kind": 4096, @@ -592596,7 +602666,7 @@ ], "parameters": [ { - "id": 31736, + "id": 15218, "name": "config", "variant": "param", "kind": 32768, @@ -592607,14 +602677,14 @@ { "type": "reflection", "declaration": { - "id": 31737, + "id": 15219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31738, + "id": 15220, "name": "name", "variant": "declaration", "kind": 1024, @@ -592638,7 +602708,7 @@ { "title": "Properties", "children": [ - 31738 + 15220 ] } ], @@ -592715,7 +602785,7 @@ { "title": "Methods", "children": [ - 31734 + 15216 ] } ], @@ -592751,7 +602821,7 @@ } }, { - "id": 31739, + "id": 15221, "name": "run", "variant": "declaration", "kind": 1024, @@ -592774,7 +602844,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31740, + "id": 15222, "name": "__type", "variant": "declaration", "kind": 65536, @@ -592788,7 +602858,7 @@ ], "signatures": [ { - "id": 31741, + "id": 15223, "name": "__type", "variant": "signature", "kind": 4096, @@ -592816,7 +602886,7 @@ ], "typeParameters": [ { - "id": 31742, + "id": 15224, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -592827,7 +602897,7 @@ } }, { - "id": 31743, + "id": 15225, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -592840,7 +602910,7 @@ ], "parameters": [ { - "id": 31744, + "id": 15226, "name": "args", "variant": "param", "kind": 32768, @@ -592873,7 +602943,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -592884,13 +602954,13 @@ }, "trueType": { "type": "reference", - "target": 31715, + "target": 15197, "name": "DeletePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -592923,7 +602993,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -592938,7 +603008,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -592958,7 +603028,7 @@ } }, { - "id": 31745, + "id": 15227, "name": "getName", "variant": "declaration", "kind": 1024, @@ -592981,7 +603051,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31746, + "id": 15228, "name": "__type", "variant": "declaration", "kind": 65536, @@ -592995,7 +603065,7 @@ ], "signatures": [ { - "id": 31747, + "id": 15229, "name": "__type", "variant": "signature", "kind": 4096, @@ -593017,7 +603087,7 @@ } }, { - "id": 31748, + "id": 15230, "name": "config", "variant": "declaration", "kind": 1024, @@ -593040,7 +603110,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31749, + "id": 15231, "name": "__type", "variant": "declaration", "kind": 65536, @@ -593054,7 +603124,7 @@ ], "signatures": [ { - "id": 31750, + "id": 15232, "name": "__type", "variant": "signature", "kind": 4096, @@ -593068,7 +603138,7 @@ ], "parameters": [ { - "id": 31751, + "id": 15233, "name": "config", "variant": "param", "kind": 32768, @@ -593094,7 +603164,7 @@ } }, { - "id": 31752, + "id": 15234, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -593117,7 +603187,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31753, + "id": 15235, "name": "__type", "variant": "declaration", "kind": 65536, @@ -593131,14 +603201,14 @@ ], "indexSignatures": [ { - "id": 31754, + "id": 15236, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31755, + "id": 15237, "name": "key", "variant": "param", "kind": 32768, @@ -593152,7 +603222,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31756, + "id": 15238, "name": "__type", "variant": "declaration", "kind": 65536, @@ -593166,7 +603236,7 @@ ], "signatures": [ { - "id": 31757, + "id": 15239, "name": "__type", "variant": "signature", "kind": 4096, @@ -593180,14 +603250,14 @@ ], "typeParameters": [ { - "id": 31758, + "id": 15240, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 31759, + "id": 15241, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -593196,7 +603266,7 @@ ], "parameters": [ { - "id": 31760, + "id": 15242, "name": "invoke", "variant": "param", "kind": 32768, @@ -593214,14 +603284,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -593232,7 +603302,7 @@ } }, { - "id": 31761, + "id": 15243, "name": "compensate", "variant": "param", "kind": 32768, @@ -593248,7 +603318,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -593275,7 +603345,7 @@ ], "documents": [ { - "id": 38051, + "id": 21543, "name": "deletePriceListsStep", "variant": "document", "kind": 8388608, @@ -593291,6 +603361,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "14979" + } + ] } ], "modifierTags": [ @@ -593302,21 +603381,21 @@ } ], "childrenIncludingDocuments": [ - 31727, - 31739, - 31745, - 31748, - 31752 + 15209, + 15221, + 15227, + 15230, + 15234 ], "groups": [ { "title": "Properties", "children": [ - 31727, - 31739, - 31745, - 31748, - 31752 + 15209, + 15221, + 15227, + 15230, + 15234 ] } ], @@ -593325,12 +603404,12 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L34" } ], "signatures": [ { - "id": 31720, + "id": 15202, "name": "deletePriceListsWorkflow", "variant": "signature", "kind": 4096, @@ -593377,12 +603456,12 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L34" } ], "typeParameters": [ { - "id": 31721, + "id": 15203, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -593393,7 +603472,7 @@ } }, { - "id": 31722, + "id": 15204, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -593406,7 +603485,7 @@ ], "parameters": [ { - "id": 31723, + "id": 15205, "name": "container", "variant": "param", "kind": 32768, @@ -593430,14 +603509,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31724, + "id": 15206, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31725, + "id": 15207, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -593460,7 +603539,7 @@ } }, { - "id": 31726, + "id": 15208, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -593487,8 +603566,8 @@ { "title": "Properties", "children": [ - 31725, - 31726 + 15207, + 15208 ] } ], @@ -593559,7 +603638,7 @@ "typeArguments": [ { "type": "reference", - "target": 31715, + "target": 15197, "name": "DeletePriceListsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -593569,14 +603648,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -593591,7 +603670,7 @@ ] }, { - "id": 31764, + "id": 15246, "name": "ids", "variant": "declaration", "kind": 1024, @@ -593609,7 +603688,7 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L15" } ], "type": { @@ -593621,7 +603700,7 @@ } }, { - "id": 31765, + "id": 15247, "name": "removePriceListPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -593633,7 +603712,7 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L18" } ], "type": { @@ -593643,7 +603722,7 @@ "defaultValue": "\"remove-price-list-prices\"" }, { - "id": 31766, + "id": 15248, "name": "removePriceListPricesWorkflow", "variant": "declaration", "kind": 64, @@ -593696,7 +603775,7 @@ }, "children": [ { - "id": 31774, + "id": 15256, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -593719,7 +603798,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31775, + "id": 15257, "name": "__type", "variant": "declaration", "kind": 65536, @@ -593733,7 +603812,7 @@ ], "signatures": [ { - "id": 31776, + "id": 15258, "name": "__type", "variant": "signature", "kind": 4096, @@ -593761,7 +603840,7 @@ ], "parameters": [ { - "id": 31777, + "id": 15259, "name": "param0", "variant": "param", "kind": 32768, @@ -593777,14 +603856,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31778, + "id": 15260, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31779, + "id": 15261, "name": "input", "variant": "declaration", "kind": 1024, @@ -593809,7 +603888,7 @@ "types": [ { "type": "reference", - "target": 31762, + "target": 15244, "name": "RemovePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -593822,7 +603901,7 @@ "typeArguments": [ { "type": "reference", - "target": 31762, + "target": 15244, "name": "RemovePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" } @@ -593838,7 +603917,7 @@ { "title": "Properties", "children": [ - 31779 + 15261 ] } ], @@ -593911,14 +603990,14 @@ { "type": "reflection", "declaration": { - "id": 31780, + "id": 15262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31781, + "id": 15263, "name": "config", "variant": "declaration", "kind": 2048, @@ -593932,7 +604011,7 @@ ], "signatures": [ { - "id": 31782, + "id": 15264, "name": "config", "variant": "signature", "kind": 4096, @@ -593946,7 +604025,7 @@ ], "parameters": [ { - "id": 31783, + "id": 15265, "name": "config", "variant": "param", "kind": 32768, @@ -593957,14 +604036,14 @@ { "type": "reflection", "declaration": { - "id": 31784, + "id": 15266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31785, + "id": 15267, "name": "name", "variant": "declaration", "kind": 1024, @@ -593988,7 +604067,7 @@ { "title": "Properties", "children": [ - 31785 + 15267 ] } ], @@ -594068,7 +604147,7 @@ { "title": "Methods", "children": [ - 31781 + 15263 ] } ], @@ -594107,7 +604186,7 @@ } }, { - "id": 31786, + "id": 15268, "name": "run", "variant": "declaration", "kind": 1024, @@ -594130,7 +604209,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31787, + "id": 15269, "name": "__type", "variant": "declaration", "kind": 65536, @@ -594144,7 +604223,7 @@ ], "signatures": [ { - "id": 31788, + "id": 15270, "name": "__type", "variant": "signature", "kind": 4096, @@ -594172,7 +604251,7 @@ ], "typeParameters": [ { - "id": 31789, + "id": 15271, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -594183,7 +604262,7 @@ } }, { - "id": 31790, + "id": 15272, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -594196,7 +604275,7 @@ ], "parameters": [ { - "id": 31791, + "id": 15273, "name": "args", "variant": "param", "kind": 32768, @@ -594229,7 +604308,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -594240,13 +604319,13 @@ }, "trueType": { "type": "reference", - "target": 31762, + "target": 15244, "name": "RemovePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -594279,7 +604358,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -594297,7 +604376,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -594317,7 +604396,7 @@ } }, { - "id": 31792, + "id": 15274, "name": "getName", "variant": "declaration", "kind": 1024, @@ -594340,7 +604419,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31793, + "id": 15275, "name": "__type", "variant": "declaration", "kind": 65536, @@ -594354,7 +604433,7 @@ ], "signatures": [ { - "id": 31794, + "id": 15276, "name": "__type", "variant": "signature", "kind": 4096, @@ -594376,7 +604455,7 @@ } }, { - "id": 31795, + "id": 15277, "name": "config", "variant": "declaration", "kind": 1024, @@ -594399,7 +604478,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31796, + "id": 15278, "name": "__type", "variant": "declaration", "kind": 65536, @@ -594413,7 +604492,7 @@ ], "signatures": [ { - "id": 31797, + "id": 15279, "name": "__type", "variant": "signature", "kind": 4096, @@ -594427,7 +604506,7 @@ ], "parameters": [ { - "id": 31798, + "id": 15280, "name": "config", "variant": "param", "kind": 32768, @@ -594453,7 +604532,7 @@ } }, { - "id": 31799, + "id": 15281, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -594481,7 +604560,7 @@ ], "documents": [ { - "id": 38052, + "id": 21544, "name": "removePriceListPricesStep", "variant": "document", "kind": 8388608, @@ -594497,6 +604576,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15005" + } + ] } ], "modifierTags": [ @@ -594508,21 +604596,21 @@ } ], "childrenIncludingDocuments": [ - 31774, - 31786, - 31792, - 31795, - 31799 + 15256, + 15268, + 15274, + 15277, + 15281 ], "groups": [ { "title": "Properties", "children": [ - 31774, - 31786, - 31792, - 31795, - 31799 + 15256, + 15268, + 15274, + 15277, + 15281 ] } ], @@ -594531,12 +604619,12 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L38" } ], "signatures": [ { - "id": 31767, + "id": 15249, "name": "removePriceListPricesWorkflow", "variant": "signature", "kind": 4096, @@ -594592,12 +604680,12 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L38" } ], "typeParameters": [ { - "id": 31768, + "id": 15250, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -594608,7 +604696,7 @@ } }, { - "id": 31769, + "id": 15251, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -594621,7 +604709,7 @@ ], "parameters": [ { - "id": 31770, + "id": 15252, "name": "container", "variant": "param", "kind": 32768, @@ -594645,14 +604733,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31771, + "id": 15253, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31772, + "id": 15254, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -594675,7 +604763,7 @@ } }, { - "id": 31773, + "id": 15255, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -594702,8 +604790,8 @@ { "title": "Properties", "children": [ - 31772, - 31773 + 15254, + 15255 ] } ], @@ -594774,7 +604862,7 @@ "typeArguments": [ { "type": "reference", - "target": 31762, + "target": 15244, "name": "RemovePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -594787,14 +604875,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -594809,7 +604897,7 @@ ] }, { - "id": 31802, + "id": 15284, "name": "data", "variant": "declaration", "kind": 1024, @@ -594827,7 +604915,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L22" } ], "type": { @@ -594844,7 +604932,7 @@ } }, { - "id": 31803, + "id": 15285, "name": "updatePriceListPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -594856,7 +604944,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L25" } ], "type": { @@ -594866,7 +604954,7 @@ "defaultValue": "\"update-price-list-prices\"" }, { - "id": 31804, + "id": 15286, "name": "updatePriceListPricesWorkflow", "variant": "declaration", "kind": 64, @@ -594919,7 +605007,7 @@ }, "children": [ { - "id": 31812, + "id": 15294, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -594942,7 +605030,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31813, + "id": 15295, "name": "__type", "variant": "declaration", "kind": 65536, @@ -594956,7 +605044,7 @@ ], "signatures": [ { - "id": 31814, + "id": 15296, "name": "__type", "variant": "signature", "kind": 4096, @@ -594984,7 +605072,7 @@ ], "parameters": [ { - "id": 31815, + "id": 15297, "name": "param0", "variant": "param", "kind": 32768, @@ -595000,14 +605088,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31816, + "id": 15298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31817, + "id": 15299, "name": "input", "variant": "declaration", "kind": 1024, @@ -595032,7 +605120,7 @@ "types": [ { "type": "reference", - "target": 31800, + "target": 15282, "name": "UpdatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -595045,7 +605133,7 @@ "typeArguments": [ { "type": "reference", - "target": 31800, + "target": 15282, "name": "UpdatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" } @@ -595061,7 +605149,7 @@ { "title": "Properties", "children": [ - 31817 + 15299 ] } ], @@ -595154,14 +605242,14 @@ { "type": "reflection", "declaration": { - "id": 31818, + "id": 15300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31819, + "id": 15301, "name": "config", "variant": "declaration", "kind": 2048, @@ -595175,7 +605263,7 @@ ], "signatures": [ { - "id": 31820, + "id": 15302, "name": "config", "variant": "signature", "kind": 4096, @@ -595189,7 +605277,7 @@ ], "parameters": [ { - "id": 31821, + "id": 15303, "name": "config", "variant": "param", "kind": 32768, @@ -595200,14 +605288,14 @@ { "type": "reflection", "declaration": { - "id": 31822, + "id": 15304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31823, + "id": 15305, "name": "name", "variant": "declaration", "kind": 1024, @@ -595231,7 +605319,7 @@ { "title": "Properties", "children": [ - 31823 + 15305 ] } ], @@ -595316,7 +605404,7 @@ { "title": "Methods", "children": [ - 31819 + 15301 ] } ], @@ -595360,7 +605448,7 @@ } }, { - "id": 31824, + "id": 15306, "name": "run", "variant": "declaration", "kind": 1024, @@ -595383,7 +605471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31825, + "id": 15307, "name": "__type", "variant": "declaration", "kind": 65536, @@ -595397,7 +605485,7 @@ ], "signatures": [ { - "id": 31826, + "id": 15308, "name": "__type", "variant": "signature", "kind": 4096, @@ -595425,7 +605513,7 @@ ], "typeParameters": [ { - "id": 31827, + "id": 15309, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -595436,7 +605524,7 @@ } }, { - "id": 31828, + "id": 15310, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -595449,7 +605537,7 @@ ], "parameters": [ { - "id": 31829, + "id": 15311, "name": "args", "variant": "param", "kind": 32768, @@ -595482,7 +605570,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -595493,13 +605581,13 @@ }, "trueType": { "type": "reference", - "target": 31800, + "target": 15282, "name": "UpdatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -595532,7 +605620,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -595555,7 +605643,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -595575,7 +605663,7 @@ } }, { - "id": 31830, + "id": 15312, "name": "getName", "variant": "declaration", "kind": 1024, @@ -595598,7 +605686,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31831, + "id": 15313, "name": "__type", "variant": "declaration", "kind": 65536, @@ -595612,7 +605700,7 @@ ], "signatures": [ { - "id": 31832, + "id": 15314, "name": "__type", "variant": "signature", "kind": 4096, @@ -595634,7 +605722,7 @@ } }, { - "id": 31833, + "id": 15315, "name": "config", "variant": "declaration", "kind": 1024, @@ -595657,7 +605745,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31834, + "id": 15316, "name": "__type", "variant": "declaration", "kind": 65536, @@ -595671,7 +605759,7 @@ ], "signatures": [ { - "id": 31835, + "id": 15317, "name": "__type", "variant": "signature", "kind": 4096, @@ -595685,7 +605773,7 @@ ], "parameters": [ { - "id": 31836, + "id": 15318, "name": "config", "variant": "param", "kind": 32768, @@ -595711,7 +605799,7 @@ } }, { - "id": 31837, + "id": 15319, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -595739,7 +605827,7 @@ ], "documents": [ { - "id": 38053, + "id": 21545, "name": "validatePriceListsStep", "variant": "document", "kind": 8388608, @@ -595755,6 +605843,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15043" + } + ] } ], "modifierTags": [ @@ -595765,7 +605862,7 @@ "frontmatter": {} }, { - "id": 38054, + "id": 21546, "name": "validateVariantPriceLinksStep", "variant": "document", "kind": 8388608, @@ -595781,6 +605878,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15063" + } + ] } ], "modifierTags": [ @@ -595791,7 +605897,7 @@ "frontmatter": {} }, { - "id": 38055, + "id": 21547, "name": "updatePriceListPricesStep", "variant": "document", "kind": 8388608, @@ -595807,6 +605913,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15017" + } + ] } ], "modifierTags": [ @@ -595818,21 +605933,21 @@ } ], "childrenIncludingDocuments": [ - 31812, - 31824, - 31830, - 31833, - 31837 + 15294, + 15306, + 15312, + 15315, + 15319 ], "groups": [ { "title": "Properties", "children": [ - 31812, - 31824, - 31830, - 31833, - 31837 + 15294, + 15306, + 15312, + 15315, + 15319 ] } ], @@ -595841,12 +605956,12 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L57" } ], "signatures": [ { - "id": 31805, + "id": 15287, "name": "updatePriceListPricesWorkflow", "variant": "signature", "kind": 4096, @@ -595902,12 +606017,12 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L57" } ], "typeParameters": [ { - "id": 31806, + "id": 15288, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -595918,7 +606033,7 @@ } }, { - "id": 31807, + "id": 15289, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -595931,7 +606046,7 @@ ], "parameters": [ { - "id": 31808, + "id": 15290, "name": "container", "variant": "param", "kind": 32768, @@ -595955,14 +606070,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31809, + "id": 15291, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31810, + "id": 15292, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -595985,7 +606100,7 @@ } }, { - "id": 31811, + "id": 15293, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -596012,8 +606127,8 @@ { "title": "Properties", "children": [ - 31810, - 31811 + 15292, + 15293 ] } ], @@ -596084,7 +606199,7 @@ "typeArguments": [ { "type": "reference", - "target": 31800, + "target": 15282, "name": "UpdatePriceListPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -596102,14 +606217,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -596124,7 +606239,7 @@ ] }, { - "id": 31840, + "id": 15322, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -596142,7 +606257,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L12" } ], "type": { @@ -596159,7 +606274,7 @@ } }, { - "id": 31841, + "id": 15323, "name": "updatePriceListsWorkflowId", "variant": "declaration", "kind": 32, @@ -596171,7 +606286,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L15" } ], "type": { @@ -596181,7 +606296,7 @@ "defaultValue": "\"update-price-lists\"" }, { - "id": 31842, + "id": 15324, "name": "updatePriceListsWorkflow", "variant": "declaration", "kind": 64, @@ -596225,7 +606340,7 @@ }, "children": [ { - "id": 31852, + "id": 15334, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -596248,7 +606363,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31853, + "id": 15335, "name": "__type", "variant": "declaration", "kind": 65536, @@ -596262,7 +606377,7 @@ ], "signatures": [ { - "id": 31854, + "id": 15336, "name": "__type", "variant": "signature", "kind": 4096, @@ -596290,7 +606405,7 @@ ], "parameters": [ { - "id": 31855, + "id": 15337, "name": "param0", "variant": "param", "kind": 32768, @@ -596306,14 +606421,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31856, + "id": 15338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31857, + "id": 15339, "name": "input", "variant": "declaration", "kind": 1024, @@ -596339,14 +606454,14 @@ { "type": "reflection", "declaration": { - "id": 31858, + "id": 15340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31859, + "id": 15341, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -596356,7 +606471,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -596377,7 +606492,7 @@ { "title": "Properties", "children": [ - 31859 + 15341 ] } ], @@ -596386,7 +606501,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ] } @@ -596401,14 +606516,14 @@ { "type": "reflection", "declaration": { - "id": 31860, + "id": 15342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31861, + "id": 15343, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -596418,7 +606533,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -596439,7 +606554,7 @@ { "title": "Properties", "children": [ - 31861 + 15343 ] } ], @@ -596448,7 +606563,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ] } @@ -596465,7 +606580,7 @@ { "title": "Properties", "children": [ - 31857 + 15339 ] } ], @@ -596501,14 +606616,14 @@ { "type": "reflection", "declaration": { - "id": 31862, + "id": 15344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31863, + "id": 15345, "name": "config", "variant": "declaration", "kind": 2048, @@ -596522,7 +606637,7 @@ ], "signatures": [ { - "id": 31864, + "id": 15346, "name": "config", "variant": "signature", "kind": 4096, @@ -596536,7 +606651,7 @@ ], "parameters": [ { - "id": 31865, + "id": 15347, "name": "config", "variant": "param", "kind": 32768, @@ -596547,14 +606662,14 @@ { "type": "reflection", "declaration": { - "id": 31866, + "id": 15348, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31867, + "id": 15349, "name": "name", "variant": "declaration", "kind": 1024, @@ -596578,7 +606693,7 @@ { "title": "Properties", "children": [ - 31867 + 15349 ] } ], @@ -596655,7 +606770,7 @@ { "title": "Methods", "children": [ - 31863 + 15345 ] } ], @@ -596691,7 +606806,7 @@ } }, { - "id": 31868, + "id": 15350, "name": "run", "variant": "declaration", "kind": 1024, @@ -596714,7 +606829,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31869, + "id": 15351, "name": "__type", "variant": "declaration", "kind": 65536, @@ -596728,7 +606843,7 @@ ], "signatures": [ { - "id": 31870, + "id": 15352, "name": "__type", "variant": "signature", "kind": 4096, @@ -596756,7 +606871,7 @@ ], "typeParameters": [ { - "id": 31871, + "id": 15353, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -596767,7 +606882,7 @@ } }, { - "id": 31872, + "id": 15354, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -596780,7 +606895,7 @@ ], "parameters": [ { - "id": 31873, + "id": 15355, "name": "args", "variant": "param", "kind": 32768, @@ -596813,7 +606928,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -596825,14 +606940,14 @@ "trueType": { "type": "reflection", "declaration": { - "id": 31874, + "id": 15356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31875, + "id": 15357, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -596842,7 +606957,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -596863,7 +606978,7 @@ { "title": "Properties", "children": [ - 31875 + 15357 ] } ], @@ -596872,14 +606987,14 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ] } }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -596912,7 +607027,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -596927,7 +607042,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -596947,7 +607062,7 @@ } }, { - "id": 31876, + "id": 15358, "name": "getName", "variant": "declaration", "kind": 1024, @@ -596970,7 +607085,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31877, + "id": 15359, "name": "__type", "variant": "declaration", "kind": 65536, @@ -596984,7 +607099,7 @@ ], "signatures": [ { - "id": 31878, + "id": 15360, "name": "__type", "variant": "signature", "kind": 4096, @@ -597006,7 +607121,7 @@ } }, { - "id": 31879, + "id": 15361, "name": "config", "variant": "declaration", "kind": 1024, @@ -597029,7 +607144,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31880, + "id": 15362, "name": "__type", "variant": "declaration", "kind": 65536, @@ -597043,7 +607158,7 @@ ], "signatures": [ { - "id": 31881, + "id": 15363, "name": "__type", "variant": "signature", "kind": 4096, @@ -597057,7 +607172,7 @@ ], "parameters": [ { - "id": 31882, + "id": 15364, "name": "config", "variant": "param", "kind": 32768, @@ -597083,7 +607198,7 @@ } }, { - "id": 31883, + "id": 15365, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -597106,7 +607221,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31884, + "id": 15366, "name": "__type", "variant": "declaration", "kind": 65536, @@ -597120,14 +607235,14 @@ ], "indexSignatures": [ { - "id": 31885, + "id": 15367, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 31886, + "id": 15368, "name": "key", "variant": "param", "kind": 32768, @@ -597141,7 +607256,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31887, + "id": 15369, "name": "__type", "variant": "declaration", "kind": 65536, @@ -597155,7 +607270,7 @@ ], "signatures": [ { - "id": 31888, + "id": 15370, "name": "__type", "variant": "signature", "kind": 4096, @@ -597169,14 +607284,14 @@ ], "typeParameters": [ { - "id": 31889, + "id": 15371, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 31890, + "id": 15372, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -597185,7 +607300,7 @@ ], "parameters": [ { - "id": 31891, + "id": 15373, "name": "invoke", "variant": "param", "kind": 32768, @@ -597203,14 +607318,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -597221,7 +607336,7 @@ } }, { - "id": 31892, + "id": 15374, "name": "compensate", "variant": "param", "kind": 32768, @@ -597237,7 +607352,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -597264,7 +607379,7 @@ ], "documents": [ { - "id": 38056, + "id": 21548, "name": "validatePriceListsStep", "variant": "document", "kind": 8388608, @@ -597280,6 +607395,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15043" + } + ] } ], "modifierTags": [ @@ -597290,7 +607414,7 @@ "frontmatter": {} }, { - "id": 38057, + "id": 21549, "name": "updatePriceListsStep", "variant": "document", "kind": 8388608, @@ -597306,6 +607430,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15030" + } + ] } ], "modifierTags": [ @@ -597317,21 +607450,21 @@ } ], "childrenIncludingDocuments": [ - 31852, - 31868, - 31876, - 31879, - 31883 + 15334, + 15350, + 15358, + 15361, + 15365 ], "groups": [ { "title": "Properties", "children": [ - 31852, - 31868, - 31876, - 31879, - 31883 + 15334, + 15350, + 15358, + 15361, + 15365 ] } ], @@ -597340,12 +607473,12 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L40" } ], "signatures": [ { - "id": 31843, + "id": 15325, "name": "updatePriceListsWorkflow", "variant": "signature", "kind": 4096, @@ -597392,12 +607525,12 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L40" } ], "typeParameters": [ { - "id": 31844, + "id": 15326, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -597408,7 +607541,7 @@ } }, { - "id": 31845, + "id": 15327, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -597421,7 +607554,7 @@ ], "parameters": [ { - "id": 31846, + "id": 15328, "name": "container", "variant": "param", "kind": 32768, @@ -597445,14 +607578,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31847, + "id": 15329, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31848, + "id": 15330, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -597475,7 +607608,7 @@ } }, { - "id": 31849, + "id": 15331, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -597502,8 +607635,8 @@ { "title": "Properties", "children": [ - 31848, - 31849 + 15330, + 15331 ] } ], @@ -597575,14 +607708,14 @@ { "type": "reflection", "declaration": { - "id": 31850, + "id": 15332, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31851, + "id": 15333, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -597592,7 +607725,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -597613,7 +607746,7 @@ { "title": "Properties", "children": [ - 31851 + 15333 ] } ], @@ -597622,7 +607755,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 24, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ] } @@ -597633,14 +607766,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -597655,7 +607788,7 @@ ] }, { - "id": 31851, + "id": 15333, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -597665,7 +607798,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -597682,7 +607815,7 @@ } }, { - "id": 31859, + "id": 15341, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -597692,7 +607825,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -597709,7 +607842,7 @@ } }, { - "id": 31861, + "id": 15343, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -597719,7 +607852,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -597736,7 +607869,7 @@ } }, { - "id": 31875, + "id": 15357, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -597746,7 +607879,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 43, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L43" } ], "type": { @@ -597767,21 +607900,21 @@ ] }, { - "id": 16591, + "id": 51, "name": "Pricing", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16592, + "id": 52, "name": "Steps_Pricing", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31894, + "id": 15376, "name": "createPriceSetsStepId", "variant": "declaration", "kind": 32, @@ -597793,7 +607926,7 @@ "fileName": "core-flows/src/pricing/steps/create-price-sets.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L13" } ], "type": { @@ -597803,7 +607936,7 @@ "defaultValue": "\"create-price-sets\"" }, { - "id": 31895, + "id": 15377, "name": "createPriceSetsStep", "variant": "declaration", "kind": 64, @@ -597847,7 +607980,7 @@ }, "children": [ { - "id": 31904, + "id": 15386, "name": "__type", "variant": "declaration", "kind": 1024, @@ -597865,7 +607998,7 @@ } }, { - "id": 31905, + "id": 15387, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -597887,8 +608020,8 @@ { "title": "Properties", "children": [ - 31904, - 31905 + 15386, + 15387 ] } ], @@ -597897,12 +608030,12 @@ "fileName": "core-flows/src/pricing/steps/create-price-sets.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L27" } ], "signatures": [ { - "id": 31896, + "id": 15378, "name": "createPriceSetsStep", "variant": "signature", "kind": 4096, @@ -597949,12 +608082,12 @@ "fileName": "core-flows/src/pricing/steps/create-price-sets.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L27" } ], "parameters": [ { - "id": 31897, + "id": 15379, "name": "input", "variant": "param", "kind": 32768, @@ -597964,7 +608097,7 @@ "types": [ { "type": "reference", - "target": 31893, + "target": 15375, "name": "CreatePriceSetWorkflowInput", "package": "@medusajs/core-flows" }, @@ -597977,7 +608110,7 @@ "typeArguments": [ { "type": "reference", - "target": 31893, + "target": 15375, "name": "CreatePriceSetWorkflowInput", "package": "@medusajs/core-flows" } @@ -598067,14 +608200,14 @@ { "type": "reflection", "declaration": { - "id": 31898, + "id": 15380, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31899, + "id": 15381, "name": "config", "variant": "declaration", "kind": 2048, @@ -598088,7 +608221,7 @@ ], "signatures": [ { - "id": 31900, + "id": 15382, "name": "config", "variant": "signature", "kind": 4096, @@ -598102,7 +608235,7 @@ ], "parameters": [ { - "id": 31901, + "id": 15383, "name": "config", "variant": "param", "kind": 32768, @@ -598113,14 +608246,14 @@ { "type": "reflection", "declaration": { - "id": 31902, + "id": 15384, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31903, + "id": 15385, "name": "name", "variant": "declaration", "kind": 1024, @@ -598144,7 +608277,7 @@ { "title": "Properties", "children": [ - 31903 + 15385 ] } ], @@ -598229,7 +608362,7 @@ { "title": "Methods", "children": [ - 31899 + 15381 ] } ], @@ -598271,7 +608404,7 @@ ] }, { - "id": 31908, + "id": 15390, "name": "selector", "variant": "declaration", "kind": 1024, @@ -598291,7 +608424,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 18, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L18" } ], "type": { @@ -598306,7 +608439,7 @@ } }, { - "id": 31909, + "id": 15391, "name": "update", "variant": "declaration", "kind": 1024, @@ -598326,7 +608459,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 22, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L22" } ], "type": { @@ -598341,7 +608474,7 @@ } }, { - "id": 31911, + "id": 15393, "name": "price_sets", "variant": "declaration", "kind": 1024, @@ -598359,7 +608492,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 28, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L28" } ], "type": { @@ -598377,7 +608510,7 @@ } }, { - "id": 31912, + "id": 15394, "name": "updatePriceSetsStepId", "variant": "declaration", "kind": 32, @@ -598389,7 +608522,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L31" } ], "type": { @@ -598399,7 +608532,7 @@ "defaultValue": "\"update-price-sets\"" }, { - "id": 31913, + "id": 15395, "name": "updatePriceSetsStep", "variant": "declaration", "kind": 64, @@ -598443,7 +608576,7 @@ }, "children": [ { - "id": 31922, + "id": 15404, "name": "__type", "variant": "declaration", "kind": 1024, @@ -598461,7 +608594,7 @@ } }, { - "id": 31923, + "id": 15405, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -598483,8 +608616,8 @@ { "title": "Properties", "children": [ - 31922, - 31923 + 15404, + 15405 ] } ], @@ -598493,12 +608626,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L50" } ], "signatures": [ { - "id": 31914, + "id": 15396, "name": "updatePriceSetsStep", "variant": "signature", "kind": 4096, @@ -598545,12 +608678,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L50" } ], "parameters": [ { - "id": 31915, + "id": 15397, "name": "input", "variant": "param", "kind": 32768, @@ -598560,7 +608693,7 @@ "types": [ { "type": "reference", - "target": 31906, + "target": 15388, "name": "UpdatePriceSetsStepInput", "package": "@medusajs/core-flows" }, @@ -598573,7 +608706,7 @@ "typeArguments": [ { "type": "reference", - "target": 31906, + "target": 15388, "name": "UpdatePriceSetsStepInput", "package": "@medusajs/core-flows" } @@ -598663,14 +608796,14 @@ { "type": "reflection", "declaration": { - "id": 31916, + "id": 15398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31917, + "id": 15399, "name": "config", "variant": "declaration", "kind": 2048, @@ -598684,7 +608817,7 @@ ], "signatures": [ { - "id": 31918, + "id": 15400, "name": "config", "variant": "signature", "kind": 4096, @@ -598698,7 +608831,7 @@ ], "parameters": [ { - "id": 31919, + "id": 15401, "name": "config", "variant": "param", "kind": 32768, @@ -598709,14 +608842,14 @@ { "type": "reflection", "declaration": { - "id": 31920, + "id": 15402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31921, + "id": 15403, "name": "name", "variant": "declaration", "kind": 1024, @@ -598740,7 +608873,7 @@ { "title": "Properties", "children": [ - 31921 + 15403 ] } ], @@ -598825,7 +608958,7 @@ { "title": "Methods", "children": [ - 31917 + 15399 ] } ], @@ -598867,7 +609000,7 @@ ] }, { - "id": 31925, + "id": 15407, "name": "createPricePreferencesStepId", "variant": "declaration", "kind": 32, @@ -598879,7 +609012,7 @@ "fileName": "core-flows/src/pricing/steps/create-price-preferences.ts", "line": 13, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L13" } ], "type": { @@ -598889,7 +609022,7 @@ "defaultValue": "\"create-price-preferences\"" }, { - "id": 31926, + "id": 15408, "name": "createPricePreferencesStep", "variant": "declaration", "kind": 64, @@ -598924,7 +609057,7 @@ }, "children": [ { - "id": 31935, + "id": 15417, "name": "__type", "variant": "declaration", "kind": 1024, @@ -598942,7 +609075,7 @@ } }, { - "id": 31936, + "id": 15418, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -598964,8 +609097,8 @@ { "title": "Properties", "children": [ - 31935, - 31936 + 15417, + 15418 ] } ], @@ -598974,12 +609107,12 @@ "fileName": "core-flows/src/pricing/steps/create-price-preferences.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L24" } ], "signatures": [ { - "id": 31927, + "id": 15409, "name": "createPricePreferencesStep", "variant": "signature", "kind": 4096, @@ -599017,12 +609150,12 @@ "fileName": "core-flows/src/pricing/steps/create-price-preferences.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L24" } ], "parameters": [ { - "id": 31928, + "id": 15410, "name": "input", "variant": "param", "kind": 32768, @@ -599032,7 +609165,7 @@ "types": [ { "type": "reference", - "target": 31924, + "target": 15406, "name": "CreatePricePreferencesStepInput", "package": "@medusajs/core-flows" }, @@ -599045,7 +609178,7 @@ "typeArguments": [ { "type": "reference", - "target": 31924, + "target": 15406, "name": "CreatePricePreferencesStepInput", "package": "@medusajs/core-flows" } @@ -599135,14 +609268,14 @@ { "type": "reflection", "declaration": { - "id": 31929, + "id": 15411, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31930, + "id": 15412, "name": "config", "variant": "declaration", "kind": 2048, @@ -599156,7 +609289,7 @@ ], "signatures": [ { - "id": 31931, + "id": 15413, "name": "config", "variant": "signature", "kind": 4096, @@ -599170,7 +609303,7 @@ ], "parameters": [ { - "id": 31932, + "id": 15414, "name": "config", "variant": "param", "kind": 32768, @@ -599181,14 +609314,14 @@ { "type": "reflection", "declaration": { - "id": 31933, + "id": 15415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31934, + "id": 15416, "name": "name", "variant": "declaration", "kind": 1024, @@ -599212,7 +609345,7 @@ { "title": "Properties", "children": [ - 31934 + 15416 ] } ], @@ -599297,7 +609430,7 @@ { "title": "Methods", "children": [ - 31930 + 15412 ] } ], @@ -599339,7 +609472,7 @@ ] }, { - "id": 31937, + "id": 15419, "name": "updatePricePreferencesStepId", "variant": "declaration", "kind": 32, @@ -599351,7 +609484,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L11" } ], "type": { @@ -599361,7 +609494,7 @@ "defaultValue": "\"update-price-preferences\"" }, { - "id": 31938, + "id": 15420, "name": "updatePricePreferencesStep", "variant": "declaration", "kind": 64, @@ -599396,7 +609529,7 @@ }, "children": [ { - "id": 31947, + "id": 15429, "name": "__type", "variant": "declaration", "kind": 1024, @@ -599414,7 +609547,7 @@ } }, { - "id": 31948, + "id": 15430, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -599436,8 +609569,8 @@ { "title": "Properties", "children": [ - 31947, - 31948 + 15429, + 15430 ] } ], @@ -599446,12 +609579,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L25" } ], "signatures": [ { - "id": 31939, + "id": 15421, "name": "updatePricePreferencesStep", "variant": "signature", "kind": 4096, @@ -599489,12 +609622,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences.ts#L25" } ], "parameters": [ { - "id": 31940, + "id": 15422, "name": "input", "variant": "param", "kind": 32768, @@ -599613,14 +609746,14 @@ { "type": "reflection", "declaration": { - "id": 31941, + "id": 15423, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31942, + "id": 15424, "name": "config", "variant": "declaration", "kind": 2048, @@ -599634,7 +609767,7 @@ ], "signatures": [ { - "id": 31943, + "id": 15425, "name": "config", "variant": "signature", "kind": 4096, @@ -599648,7 +609781,7 @@ ], "parameters": [ { - "id": 31944, + "id": 15426, "name": "config", "variant": "param", "kind": 32768, @@ -599659,14 +609792,14 @@ { "type": "reflection", "declaration": { - "id": 31945, + "id": 15427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31946, + "id": 15428, "name": "name", "variant": "declaration", "kind": 1024, @@ -599690,7 +609823,7 @@ { "title": "Properties", "children": [ - 31946 + 15428 ] } ], @@ -599775,7 +609908,7 @@ { "title": "Methods", "children": [ - 31942 + 15424 ] } ], @@ -599817,7 +609950,7 @@ ] }, { - "id": 31950, + "id": 15432, "name": "updatePricePreferencesAsArrayStepId", "variant": "declaration", "kind": 32, @@ -599829,7 +609962,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences-as-array.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L18" } ], "type": { @@ -599839,7 +609972,7 @@ "defaultValue": "\"update-price-preferences-as-array\"" }, { - "id": 31951, + "id": 15433, "name": "updatePricePreferencesAsArrayStep", "variant": "declaration", "kind": 64, @@ -599883,7 +610016,7 @@ }, "children": [ { - "id": 31960, + "id": 15442, "name": "__type", "variant": "declaration", "kind": 1024, @@ -599901,7 +610034,7 @@ } }, { - "id": 31961, + "id": 15443, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -599923,8 +610056,8 @@ { "title": "Properties", "children": [ - 31960, - 31961 + 15442, + 15443 ] } ], @@ -599933,12 +610066,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences-as-array.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L32" } ], "signatures": [ { - "id": 31952, + "id": 15434, "name": "updatePricePreferencesAsArrayStep", "variant": "signature", "kind": 4096, @@ -599985,12 +610118,12 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences-as-array.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L32" } ], "parameters": [ { - "id": 31953, + "id": 15435, "name": "input", "variant": "param", "kind": 32768, @@ -600000,7 +610133,7 @@ "types": [ { "type": "reference", - "target": 31949, + "target": 15431, "name": "UpdatePricePreferencesAsArrayStepInput", "package": "@medusajs/core-flows" }, @@ -600013,7 +610146,7 @@ "typeArguments": [ { "type": "reference", - "target": 31949, + "target": 15431, "name": "UpdatePricePreferencesAsArrayStepInput", "package": "@medusajs/core-flows" } @@ -600103,14 +610236,14 @@ { "type": "reflection", "declaration": { - "id": 31954, + "id": 15436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31955, + "id": 15437, "name": "config", "variant": "declaration", "kind": 2048, @@ -600124,7 +610257,7 @@ ], "signatures": [ { - "id": 31956, + "id": 15438, "name": "config", "variant": "signature", "kind": 4096, @@ -600138,7 +610271,7 @@ ], "parameters": [ { - "id": 31957, + "id": 15439, "name": "config", "variant": "param", "kind": 32768, @@ -600149,14 +610282,14 @@ { "type": "reflection", "declaration": { - "id": 31958, + "id": 15440, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31959, + "id": 15441, "name": "name", "variant": "declaration", "kind": 1024, @@ -600180,7 +610313,7 @@ { "title": "Properties", "children": [ - 31959 + 15441 ] } ], @@ -600265,7 +610398,7 @@ { "title": "Methods", "children": [ - 31955 + 15437 ] } ], @@ -600307,7 +610440,7 @@ ] }, { - "id": 31963, + "id": 15445, "name": "deletePricePreferencesStepId", "variant": "declaration", "kind": 32, @@ -600319,7 +610452,7 @@ "fileName": "core-flows/src/pricing/steps/delete-price-preferences.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L10" } ], "type": { @@ -600329,7 +610462,7 @@ "defaultValue": "\"delete-price-preferences\"" }, { - "id": 31964, + "id": 15446, "name": "deletePricePreferencesStep", "variant": "declaration", "kind": 64, @@ -600355,7 +610488,7 @@ }, "children": [ { - "id": 31967, + "id": 15449, "name": "__type", "variant": "declaration", "kind": 1024, @@ -600373,7 +610506,7 @@ } }, { - "id": 31968, + "id": 15450, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -600395,8 +610528,8 @@ { "title": "Properties", "children": [ - 31967, - 31968 + 15449, + 15450 ] } ], @@ -600405,12 +610538,12 @@ "fileName": "core-flows/src/pricing/steps/delete-price-preferences.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L14" } ], "signatures": [ { - "id": 31965, + "id": 15447, "name": "deletePricePreferencesStep", "variant": "signature", "kind": 4096, @@ -600439,12 +610572,12 @@ "fileName": "core-flows/src/pricing/steps/delete-price-preferences.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L14" } ], "parameters": [ { - "id": 31966, + "id": 15448, "name": "input", "variant": "param", "kind": 32768, @@ -600454,7 +610587,7 @@ "types": [ { "type": "reference", - "target": 31962, + "target": 15444, "name": "DeletePricePreferencesStepInput", "package": "@medusajs/core-flows" }, @@ -600467,7 +610600,7 @@ "typeArguments": [ { "type": "reference", - "target": 31962, + "target": 15444, "name": "DeletePricePreferencesStepInput", "package": "@medusajs/core-flows" } @@ -600489,14 +610622,14 @@ ] }, { - "id": 16593, + "id": 53, "name": "Workflows_Pricing", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 31970, + "id": 15452, "name": "createPricePreferencesWorkflowId", "variant": "declaration", "kind": 32, @@ -600508,7 +610641,7 @@ "fileName": "core-flows/src/pricing/workflows/create-price-preferences.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L14" } ], "type": { @@ -600518,7 +610651,7 @@ "defaultValue": "\"create-price-preferences\"" }, { - "id": 31971, + "id": 15453, "name": "createPricePreferencesWorkflow", "variant": "declaration", "kind": 64, @@ -600562,7 +610695,7 @@ }, "children": [ { - "id": 31979, + "id": 15461, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -600585,7 +610718,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31980, + "id": 15462, "name": "__type", "variant": "declaration", "kind": 65536, @@ -600599,7 +610732,7 @@ ], "signatures": [ { - "id": 31981, + "id": 15463, "name": "__type", "variant": "signature", "kind": 4096, @@ -600627,7 +610760,7 @@ ], "parameters": [ { - "id": 31982, + "id": 15464, "name": "param0", "variant": "param", "kind": 32768, @@ -600643,14 +610776,14 @@ "type": { "type": "reflection", "declaration": { - "id": 31983, + "id": 15465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31984, + "id": 15466, "name": "input", "variant": "declaration", "kind": 1024, @@ -600675,7 +610808,7 @@ "types": [ { "type": "reference", - "target": 31969, + "target": 15451, "name": "CreatePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -600688,7 +610821,7 @@ "typeArguments": [ { "type": "reference", - "target": 31969, + "target": 15451, "name": "CreatePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" } @@ -600704,7 +610837,7 @@ { "title": "Properties", "children": [ - 31984 + 15466 ] } ], @@ -600797,14 +610930,14 @@ { "type": "reflection", "declaration": { - "id": 31985, + "id": 15467, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31986, + "id": 15468, "name": "config", "variant": "declaration", "kind": 2048, @@ -600818,7 +610951,7 @@ ], "signatures": [ { - "id": 31987, + "id": 15469, "name": "config", "variant": "signature", "kind": 4096, @@ -600832,7 +610965,7 @@ ], "parameters": [ { - "id": 31988, + "id": 15470, "name": "config", "variant": "param", "kind": 32768, @@ -600843,14 +610976,14 @@ { "type": "reflection", "declaration": { - "id": 31989, + "id": 15471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31990, + "id": 15472, "name": "name", "variant": "declaration", "kind": 1024, @@ -600874,7 +611007,7 @@ { "title": "Properties", "children": [ - 31990 + 15472 ] } ], @@ -600959,7 +611092,7 @@ { "title": "Methods", "children": [ - 31986 + 15468 ] } ], @@ -601003,7 +611136,7 @@ } }, { - "id": 31991, + "id": 15473, "name": "run", "variant": "declaration", "kind": 1024, @@ -601026,7 +611159,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31992, + "id": 15474, "name": "__type", "variant": "declaration", "kind": 65536, @@ -601040,7 +611173,7 @@ ], "signatures": [ { - "id": 31993, + "id": 15475, "name": "__type", "variant": "signature", "kind": 4096, @@ -601068,7 +611201,7 @@ ], "typeParameters": [ { - "id": 31994, + "id": 15476, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -601079,7 +611212,7 @@ } }, { - "id": 31995, + "id": 15477, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -601092,7 +611225,7 @@ ], "parameters": [ { - "id": 31996, + "id": 15478, "name": "args", "variant": "param", "kind": 32768, @@ -601125,7 +611258,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -601136,13 +611269,13 @@ }, "trueType": { "type": "reference", - "target": 31969, + "target": 15451, "name": "CreatePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -601175,7 +611308,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -601198,7 +611331,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -601218,7 +611351,7 @@ } }, { - "id": 31997, + "id": 15479, "name": "getName", "variant": "declaration", "kind": 1024, @@ -601241,7 +611374,7 @@ "type": { "type": "reflection", "declaration": { - "id": 31998, + "id": 15480, "name": "__type", "variant": "declaration", "kind": 65536, @@ -601255,7 +611388,7 @@ ], "signatures": [ { - "id": 31999, + "id": 15481, "name": "__type", "variant": "signature", "kind": 4096, @@ -601277,7 +611410,7 @@ } }, { - "id": 32000, + "id": 15482, "name": "config", "variant": "declaration", "kind": 1024, @@ -601300,7 +611433,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32001, + "id": 15483, "name": "__type", "variant": "declaration", "kind": 65536, @@ -601314,7 +611447,7 @@ ], "signatures": [ { - "id": 32002, + "id": 15484, "name": "__type", "variant": "signature", "kind": 4096, @@ -601328,7 +611461,7 @@ ], "parameters": [ { - "id": 32003, + "id": 15485, "name": "config", "variant": "param", "kind": 32768, @@ -601354,7 +611487,7 @@ } }, { - "id": 32004, + "id": 15486, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -601382,7 +611515,7 @@ ], "documents": [ { - "id": 38058, + "id": 21550, "name": "createPricePreferencesStep", "variant": "document", "kind": 8388608, @@ -601398,6 +611531,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15408" + } + ] } ], "modifierTags": [ @@ -601409,21 +611551,21 @@ } ], "childrenIncludingDocuments": [ - 31979, - 31991, - 31997, - 32000, - 32004 + 15461, + 15473, + 15479, + 15482, + 15486 ], "groups": [ { "title": "Properties", "children": [ - 31979, - 31991, - 31997, - 32000, - 32004 + 15461, + 15473, + 15479, + 15482, + 15486 ] } ], @@ -601432,12 +611574,12 @@ "fileName": "core-flows/src/pricing/workflows/create-price-preferences.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L38" } ], "signatures": [ { - "id": 31972, + "id": 15454, "name": "createPricePreferencesWorkflow", "variant": "signature", "kind": 4096, @@ -601484,12 +611626,12 @@ "fileName": "core-flows/src/pricing/workflows/create-price-preferences.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L38" } ], "typeParameters": [ { - "id": 31973, + "id": 15455, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -601500,7 +611642,7 @@ } }, { - "id": 31974, + "id": 15456, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -601513,7 +611655,7 @@ ], "parameters": [ { - "id": 31975, + "id": 15457, "name": "container", "variant": "param", "kind": 32768, @@ -601537,14 +611679,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31976, + "id": 15458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31977, + "id": 15459, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -601567,7 +611709,7 @@ } }, { - "id": 31978, + "id": 15460, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -601594,8 +611736,8 @@ { "title": "Properties", "children": [ - 31977, - 31978 + 15459, + 15460 ] } ], @@ -601666,7 +611808,7 @@ "typeArguments": [ { "type": "reference", - "target": 31969, + "target": 15451, "name": "CreatePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -601684,14 +611826,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -601706,7 +611848,7 @@ ] }, { - "id": 32005, + "id": 15487, "name": "updatePricePreferencesWorkflowId", "variant": "declaration", "kind": 32, @@ -601718,7 +611860,7 @@ "fileName": "core-flows/src/pricing/workflows/update-price-preferences.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L9" } ], "type": { @@ -601728,7 +611870,7 @@ "defaultValue": "\"update-price-preferences\"" }, { - "id": 32006, + "id": 15488, "name": "updatePricePreferencesWorkflow", "variant": "declaration", "kind": 64, @@ -601772,7 +611914,7 @@ }, "children": [ { - "id": 32014, + "id": 15496, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -601795,7 +611937,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32015, + "id": 15497, "name": "__type", "variant": "declaration", "kind": 65536, @@ -601809,7 +611951,7 @@ ], "signatures": [ { - "id": 32016, + "id": 15498, "name": "__type", "variant": "signature", "kind": 4096, @@ -601837,7 +611979,7 @@ ], "parameters": [ { - "id": 32017, + "id": 15499, "name": "param0", "variant": "param", "kind": 32768, @@ -601853,14 +611995,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32018, + "id": 15500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32019, + "id": 15501, "name": "input", "variant": "declaration", "kind": 1024, @@ -601920,7 +612062,7 @@ { "title": "Properties", "children": [ - 32019 + 15501 ] } ], @@ -602013,14 +612155,14 @@ { "type": "reflection", "declaration": { - "id": 32020, + "id": 15502, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32021, + "id": 15503, "name": "config", "variant": "declaration", "kind": 2048, @@ -602034,7 +612176,7 @@ ], "signatures": [ { - "id": 32022, + "id": 15504, "name": "config", "variant": "signature", "kind": 4096, @@ -602048,7 +612190,7 @@ ], "parameters": [ { - "id": 32023, + "id": 15505, "name": "config", "variant": "param", "kind": 32768, @@ -602059,14 +612201,14 @@ { "type": "reflection", "declaration": { - "id": 32024, + "id": 15506, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32025, + "id": 15507, "name": "name", "variant": "declaration", "kind": 1024, @@ -602090,7 +612232,7 @@ { "title": "Properties", "children": [ - 32025 + 15507 ] } ], @@ -602175,7 +612317,7 @@ { "title": "Methods", "children": [ - 32021 + 15503 ] } ], @@ -602219,7 +612361,7 @@ } }, { - "id": 32026, + "id": 15508, "name": "run", "variant": "declaration", "kind": 1024, @@ -602242,7 +612384,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32027, + "id": 15509, "name": "__type", "variant": "declaration", "kind": 65536, @@ -602256,7 +612398,7 @@ ], "signatures": [ { - "id": 32028, + "id": 15510, "name": "__type", "variant": "signature", "kind": 4096, @@ -602284,7 +612426,7 @@ ], "typeParameters": [ { - "id": 32029, + "id": 15511, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -602295,7 +612437,7 @@ } }, { - "id": 32030, + "id": 15512, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -602308,7 +612450,7 @@ ], "parameters": [ { - "id": 32031, + "id": 15513, "name": "args", "variant": "param", "kind": 32768, @@ -602341,7 +612483,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -602361,7 +612503,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -602394,7 +612536,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -602417,7 +612559,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -602437,7 +612579,7 @@ } }, { - "id": 32032, + "id": 15514, "name": "getName", "variant": "declaration", "kind": 1024, @@ -602460,7 +612602,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32033, + "id": 15515, "name": "__type", "variant": "declaration", "kind": 65536, @@ -602474,7 +612616,7 @@ ], "signatures": [ { - "id": 32034, + "id": 15516, "name": "__type", "variant": "signature", "kind": 4096, @@ -602496,7 +612638,7 @@ } }, { - "id": 32035, + "id": 15517, "name": "config", "variant": "declaration", "kind": 1024, @@ -602519,7 +612661,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32036, + "id": 15518, "name": "__type", "variant": "declaration", "kind": 65536, @@ -602533,7 +612675,7 @@ ], "signatures": [ { - "id": 32037, + "id": 15519, "name": "__type", "variant": "signature", "kind": 4096, @@ -602547,7 +612689,7 @@ ], "parameters": [ { - "id": 32038, + "id": 15520, "name": "config", "variant": "param", "kind": 32768, @@ -602573,7 +612715,7 @@ } }, { - "id": 32039, + "id": 15521, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -602601,7 +612743,7 @@ ], "documents": [ { - "id": 38059, + "id": 21551, "name": "updatePricePreferencesStep", "variant": "document", "kind": 8388608, @@ -602617,6 +612759,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15420" + } + ] } ], "modifierTags": [ @@ -602628,21 +612779,21 @@ } ], "childrenIncludingDocuments": [ - 32014, - 32026, - 32032, - 32035, - 32039 + 15496, + 15508, + 15514, + 15517, + 15521 ], "groups": [ { "title": "Properties", "children": [ - 32014, - 32026, - 32032, - 32035, - 32039 + 15496, + 15508, + 15514, + 15517, + 15521 ] } ], @@ -602651,12 +612802,12 @@ "fileName": "core-flows/src/pricing/workflows/update-price-preferences.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L34" } ], "signatures": [ { - "id": 32007, + "id": 15489, "name": "updatePricePreferencesWorkflow", "variant": "signature", "kind": 4096, @@ -602703,12 +612854,12 @@ "fileName": "core-flows/src/pricing/workflows/update-price-preferences.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts#L34" } ], "typeParameters": [ { - "id": 32008, + "id": 15490, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -602719,7 +612870,7 @@ } }, { - "id": 32009, + "id": 15491, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -602732,7 +612883,7 @@ ], "parameters": [ { - "id": 32010, + "id": 15492, "name": "container", "variant": "param", "kind": 32768, @@ -602756,14 +612907,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32011, + "id": 15493, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32012, + "id": 15494, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -602786,7 +612937,7 @@ } }, { - "id": 32013, + "id": 15495, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -602813,8 +612964,8 @@ { "title": "Properties", "children": [ - 32012, - 32013 + 15494, + 15495 ] } ], @@ -602906,14 +613057,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -602928,7 +613079,7 @@ ] }, { - "id": 32041, + "id": 15523, "name": "deletePricePreferencesWorkflowId", "variant": "declaration", "kind": 32, @@ -602940,7 +613091,7 @@ "fileName": "core-flows/src/pricing/workflows/delete-price-preferences.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L9" } ], "type": { @@ -602950,7 +613101,7 @@ "defaultValue": "\"delete-price-preferences\"" }, { - "id": 32042, + "id": 15524, "name": "deletePricePreferencesWorkflow", "variant": "declaration", "kind": 64, @@ -602994,7 +613145,7 @@ }, "children": [ { - "id": 32050, + "id": 15532, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -603017,7 +613168,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32051, + "id": 15533, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603031,7 +613182,7 @@ ], "signatures": [ { - "id": 32052, + "id": 15534, "name": "__type", "variant": "signature", "kind": 4096, @@ -603059,7 +613210,7 @@ ], "parameters": [ { - "id": 32053, + "id": 15535, "name": "param0", "variant": "param", "kind": 32768, @@ -603075,14 +613226,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32054, + "id": 15536, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32055, + "id": 15537, "name": "input", "variant": "declaration", "kind": 1024, @@ -603107,7 +613258,7 @@ "types": [ { "type": "reference", - "target": 32040, + "target": 15522, "name": "DeletePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -603120,7 +613271,7 @@ "typeArguments": [ { "type": "reference", - "target": 32040, + "target": 15522, "name": "DeletePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" } @@ -603136,7 +613287,7 @@ { "title": "Properties", "children": [ - 32055 + 15537 ] } ], @@ -603172,14 +613323,14 @@ { "type": "reflection", "declaration": { - "id": 32056, + "id": 15538, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32057, + "id": 15539, "name": "config", "variant": "declaration", "kind": 2048, @@ -603193,7 +613344,7 @@ ], "signatures": [ { - "id": 32058, + "id": 15540, "name": "config", "variant": "signature", "kind": 4096, @@ -603207,7 +613358,7 @@ ], "parameters": [ { - "id": 32059, + "id": 15541, "name": "config", "variant": "param", "kind": 32768, @@ -603218,14 +613369,14 @@ { "type": "reflection", "declaration": { - "id": 32060, + "id": 15542, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32061, + "id": 15543, "name": "name", "variant": "declaration", "kind": 1024, @@ -603249,7 +613400,7 @@ { "title": "Properties", "children": [ - 32061 + 15543 ] } ], @@ -603326,7 +613477,7 @@ { "title": "Methods", "children": [ - 32057 + 15539 ] } ], @@ -603362,7 +613513,7 @@ } }, { - "id": 32062, + "id": 15544, "name": "run", "variant": "declaration", "kind": 1024, @@ -603385,7 +613536,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32063, + "id": 15545, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603399,7 +613550,7 @@ ], "signatures": [ { - "id": 32064, + "id": 15546, "name": "__type", "variant": "signature", "kind": 4096, @@ -603427,7 +613578,7 @@ ], "typeParameters": [ { - "id": 32065, + "id": 15547, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -603438,7 +613589,7 @@ } }, { - "id": 32066, + "id": 15548, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -603451,7 +613602,7 @@ ], "parameters": [ { - "id": 32067, + "id": 15549, "name": "args", "variant": "param", "kind": 32768, @@ -603484,7 +613635,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603495,13 +613646,13 @@ }, "trueType": { "type": "reference", - "target": 32040, + "target": 15522, "name": "DeletePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603534,7 +613685,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603549,7 +613700,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603569,7 +613720,7 @@ } }, { - "id": 32068, + "id": 15550, "name": "getName", "variant": "declaration", "kind": 1024, @@ -603592,7 +613743,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32069, + "id": 15551, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603606,7 +613757,7 @@ ], "signatures": [ { - "id": 32070, + "id": 15552, "name": "__type", "variant": "signature", "kind": 4096, @@ -603628,7 +613779,7 @@ } }, { - "id": 32071, + "id": 15553, "name": "config", "variant": "declaration", "kind": 1024, @@ -603651,7 +613802,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32072, + "id": 15554, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603665,7 +613816,7 @@ ], "signatures": [ { - "id": 32073, + "id": 15555, "name": "__type", "variant": "signature", "kind": 4096, @@ -603679,7 +613830,7 @@ ], "parameters": [ { - "id": 32074, + "id": 15556, "name": "config", "variant": "param", "kind": 32768, @@ -603705,7 +613856,7 @@ } }, { - "id": 32075, + "id": 15557, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -603728,7 +613879,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32076, + "id": 15558, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603742,14 +613893,14 @@ ], "indexSignatures": [ { - "id": 32077, + "id": 15559, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 32078, + "id": 15560, "name": "key", "variant": "param", "kind": 32768, @@ -603763,7 +613914,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32079, + "id": 15561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -603777,7 +613928,7 @@ ], "signatures": [ { - "id": 32080, + "id": 15562, "name": "__type", "variant": "signature", "kind": 4096, @@ -603791,14 +613942,14 @@ ], "typeParameters": [ { - "id": 32081, + "id": 15563, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32082, + "id": 15564, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -603807,7 +613958,7 @@ ], "parameters": [ { - "id": 32083, + "id": 15565, "name": "invoke", "variant": "param", "kind": 32768, @@ -603825,14 +613976,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603843,7 +613994,7 @@ } }, { - "id": 32084, + "id": 15566, "name": "compensate", "variant": "param", "kind": 32768, @@ -603859,7 +614010,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -603886,7 +614037,7 @@ ], "documents": [ { - "id": 38060, + "id": 21552, "name": "deletePricePreferencesStep", "variant": "document", "kind": 8388608, @@ -603902,6 +614053,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15446" + } + ] } ], "modifierTags": [ @@ -603913,21 +614073,21 @@ } ], "childrenIncludingDocuments": [ - 32050, - 32062, - 32068, - 32071, - 32075 + 15532, + 15544, + 15550, + 15553, + 15557 ], "groups": [ { "title": "Properties", "children": [ - 32050, - 32062, - 32068, - 32071, - 32075 + 15532, + 15544, + 15550, + 15553, + 15557 ] } ], @@ -603936,12 +614096,12 @@ "fileName": "core-flows/src/pricing/workflows/delete-price-preferences.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L27" } ], "signatures": [ { - "id": 32043, + "id": 15525, "name": "deletePricePreferencesWorkflow", "variant": "signature", "kind": 4096, @@ -603988,12 +614148,12 @@ "fileName": "core-flows/src/pricing/workflows/delete-price-preferences.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L27" } ], "typeParameters": [ { - "id": 32044, + "id": 15526, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -604004,7 +614164,7 @@ } }, { - "id": 32045, + "id": 15527, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -604017,7 +614177,7 @@ ], "parameters": [ { - "id": 32046, + "id": 15528, "name": "container", "variant": "param", "kind": 32768, @@ -604041,14 +614201,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32047, + "id": 15529, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32048, + "id": 15530, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -604071,7 +614231,7 @@ } }, { - "id": 32049, + "id": 15531, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -604098,8 +614258,8 @@ { "title": "Properties", "children": [ - 32048, - 32049 + 15530, + 15531 ] } ], @@ -604170,7 +614330,7 @@ "typeArguments": [ { "type": "reference", - "target": 32040, + "target": 15522, "name": "DeletePricePreferencesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -604180,14 +614340,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -604206,21 +614366,21 @@ ] }, { - "id": 16594, + "id": 54, "name": "Product", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16595, + "id": 55, "name": "Steps_Product", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 32085, + "id": 15567, "name": "createProductsStepId", "variant": "declaration", "kind": 32, @@ -604232,7 +614392,7 @@ "fileName": "core-flows/src/product/steps/create-products.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-products.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-products.ts#L5" } ], "type": { @@ -604242,7 +614402,7 @@ "defaultValue": "\"create-products\"" }, { - "id": 32086, + "id": 15568, "name": "createProductsStep", "variant": "declaration", "kind": 64, @@ -604277,7 +614437,7 @@ }, "children": [ { - "id": 32095, + "id": 15577, "name": "__type", "variant": "declaration", "kind": 1024, @@ -604295,7 +614455,7 @@ } }, { - "id": 32096, + "id": 15578, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -604317,8 +614477,8 @@ { "title": "Properties", "children": [ - 32095, - 32096 + 15577, + 15578 ] } ], @@ -604327,12 +614487,12 @@ "fileName": "core-flows/src/product/steps/create-products.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-products.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-products.ts#L28" } ], "signatures": [ { - "id": 32087, + "id": 15569, "name": "createProductsStep", "variant": "signature", "kind": 4096, @@ -604370,12 +614530,12 @@ "fileName": "core-flows/src/product/steps/create-products.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-products.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-products.ts#L28" } ], "parameters": [ { - "id": 32088, + "id": 15570, "name": "input", "variant": "param", "kind": 32768, @@ -604500,14 +614660,14 @@ { "type": "reflection", "declaration": { - "id": 32089, + "id": 15571, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32090, + "id": 15572, "name": "config", "variant": "declaration", "kind": 2048, @@ -604521,7 +614681,7 @@ ], "signatures": [ { - "id": 32091, + "id": 15573, "name": "config", "variant": "signature", "kind": 4096, @@ -604535,7 +614695,7 @@ ], "parameters": [ { - "id": 32092, + "id": 15574, "name": "config", "variant": "param", "kind": 32768, @@ -604546,14 +614706,14 @@ { "type": "reflection", "declaration": { - "id": 32093, + "id": 15575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32094, + "id": 15576, "name": "name", "variant": "declaration", "kind": 1024, @@ -604577,7 +614737,7 @@ { "title": "Properties", "children": [ - 32094 + 15576 ] } ], @@ -604662,7 +614822,7 @@ { "title": "Methods", "children": [ - 32090 + 15572 ] } ], @@ -604704,7 +614864,7 @@ ] }, { - "id": 32099, + "id": 15581, "name": "selector", "variant": "declaration", "kind": 1024, @@ -604722,7 +614882,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 17, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L17" } ], "type": { @@ -604737,7 +614897,7 @@ } }, { - "id": 32100, + "id": 15582, "name": "update", "variant": "declaration", "kind": 1024, @@ -604755,7 +614915,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 21, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L21" } ], "type": { @@ -604770,7 +614930,7 @@ } }, { - "id": 32102, + "id": 15584, "name": "products", "variant": "declaration", "kind": 1024, @@ -604788,7 +614948,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L27" } ], "type": { @@ -604806,7 +614966,7 @@ } }, { - "id": 32103, + "id": 15585, "name": "updateProductsStepId", "variant": "declaration", "kind": 32, @@ -604818,7 +614978,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L30" } ], "type": { @@ -604828,7 +614988,7 @@ "defaultValue": "\"update-products\"" }, { - "id": 32104, + "id": 15586, "name": "updateProductsStep", "variant": "declaration", "kind": 64, @@ -604875,7 +615035,7 @@ }, "children": [ { - "id": 32113, + "id": 15595, "name": "__type", "variant": "declaration", "kind": 1024, @@ -604893,7 +615053,7 @@ } }, { - "id": 32114, + "id": 15596, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -604915,8 +615075,8 @@ { "title": "Properties", "children": [ - 32113, - 32114 + 15595, + 15596 ] } ], @@ -604925,12 +615085,12 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L61" } ], "signatures": [ { - "id": 32105, + "id": 15587, "name": "updateProductsStep", "variant": "signature", "kind": 4096, @@ -604980,12 +615140,12 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L61" } ], "parameters": [ { - "id": 32106, + "id": 15588, "name": "input", "variant": "param", "kind": 32768, @@ -604995,7 +615155,7 @@ "types": [ { "type": "reference", - "target": 32097, + "target": 15579, "name": "UpdateProductsStepInput", "package": "@medusajs/core-flows" }, @@ -605008,7 +615168,7 @@ "typeArguments": [ { "type": "reference", - "target": 32097, + "target": 15579, "name": "UpdateProductsStepInput", "package": "@medusajs/core-flows" } @@ -605098,14 +615258,14 @@ { "type": "reflection", "declaration": { - "id": 32107, + "id": 15589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32108, + "id": 15590, "name": "config", "variant": "declaration", "kind": 2048, @@ -605119,7 +615279,7 @@ ], "signatures": [ { - "id": 32109, + "id": 15591, "name": "config", "variant": "signature", "kind": 4096, @@ -605133,7 +615293,7 @@ ], "parameters": [ { - "id": 32110, + "id": 15592, "name": "config", "variant": "param", "kind": 32768, @@ -605144,14 +615304,14 @@ { "type": "reflection", "declaration": { - "id": 32111, + "id": 15593, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32112, + "id": 15594, "name": "name", "variant": "declaration", "kind": 1024, @@ -605175,7 +615335,7 @@ { "title": "Properties", "children": [ - 32112 + 15594 ] } ], @@ -605260,7 +615420,7 @@ { "title": "Methods", "children": [ - 32108 + 15590 ] } ], @@ -605302,7 +615462,7 @@ ] }, { - "id": 32116, + "id": 15598, "name": "deleteProductsStepId", "variant": "declaration", "kind": 32, @@ -605314,7 +615474,7 @@ "fileName": "core-flows/src/product/steps/delete-products.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-products.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-products.ts#L10" } ], "type": { @@ -605324,7 +615484,7 @@ "defaultValue": "\"delete-products\"" }, { - "id": 32117, + "id": 15599, "name": "deleteProductsStep", "variant": "declaration", "kind": 64, @@ -605350,7 +615510,7 @@ }, "children": [ { - "id": 32120, + "id": 15602, "name": "__type", "variant": "declaration", "kind": 1024, @@ -605368,7 +615528,7 @@ } }, { - "id": 32121, + "id": 15603, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -605390,8 +615550,8 @@ { "title": "Properties", "children": [ - 32120, - 32121 + 15602, + 15603 ] } ], @@ -605400,12 +615560,12 @@ "fileName": "core-flows/src/product/steps/delete-products.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-products.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-products.ts#L14" } ], "signatures": [ { - "id": 32118, + "id": 15600, "name": "deleteProductsStep", "variant": "signature", "kind": 4096, @@ -605434,12 +615594,12 @@ "fileName": "core-flows/src/product/steps/delete-products.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-products.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-products.ts#L14" } ], "parameters": [ { - "id": 32119, + "id": 15601, "name": "input", "variant": "param", "kind": 32768, @@ -605449,7 +615609,7 @@ "types": [ { "type": "reference", - "target": 32115, + "target": 15597, "name": "DeleteProductsStepInput", "package": "@medusajs/core-flows" }, @@ -605462,7 +615622,7 @@ "typeArguments": [ { "type": "reference", - "target": 32115, + "target": 15597, "name": "DeleteProductsStepInput", "package": "@medusajs/core-flows" } @@ -605482,7 +615642,7 @@ ] }, { - "id": 32124, + "id": 15606, "name": "ids", "variant": "declaration", "kind": 1024, @@ -605502,7 +615662,7 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L12" } ], "type": { @@ -605514,7 +615674,7 @@ } }, { - "id": 32125, + "id": 15607, "name": "getProductsStepId", "variant": "declaration", "kind": 32, @@ -605526,7 +615686,7 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L15" } ], "type": { @@ -605536,7 +615696,7 @@ "defaultValue": "\"get-products\"" }, { - "id": 32126, + "id": 15608, "name": "getProductsStep", "variant": "declaration", "kind": 64, @@ -605562,7 +615722,7 @@ }, "children": [ { - "id": 32135, + "id": 15617, "name": "__type", "variant": "declaration", "kind": 1024, @@ -605580,7 +615740,7 @@ } }, { - "id": 32136, + "id": 15618, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -605602,8 +615762,8 @@ { "title": "Properties", "children": [ - 32135, - 32136 + 15617, + 15618 ] } ], @@ -605612,12 +615772,12 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L19" } ], "signatures": [ { - "id": 32127, + "id": 15609, "name": "getProductsStep", "variant": "signature", "kind": 4096, @@ -605646,12 +615806,12 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L19" } ], "parameters": [ { - "id": 32128, + "id": 15610, "name": "input", "variant": "param", "kind": 32768, @@ -605661,7 +615821,7 @@ "types": [ { "type": "reference", - "target": 32122, + "target": 15604, "name": "GetProductsStepInput", "package": "@medusajs/core-flows" }, @@ -605674,7 +615834,7 @@ "typeArguments": [ { "type": "reference", - "target": 32122, + "target": 15604, "name": "GetProductsStepInput", "package": "@medusajs/core-flows" } @@ -605764,14 +615924,14 @@ { "type": "reflection", "declaration": { - "id": 32129, + "id": 15611, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32130, + "id": 15612, "name": "config", "variant": "declaration", "kind": 2048, @@ -605785,7 +615945,7 @@ ], "signatures": [ { - "id": 32131, + "id": 15613, "name": "config", "variant": "signature", "kind": 4096, @@ -605799,7 +615959,7 @@ ], "parameters": [ { - "id": 32132, + "id": 15614, "name": "config", "variant": "param", "kind": 32768, @@ -605810,14 +615970,14 @@ { "type": "reflection", "declaration": { - "id": 32133, + "id": 15615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32134, + "id": 15616, "name": "name", "variant": "declaration", "kind": 1024, @@ -605841,7 +616001,7 @@ { "title": "Properties", "children": [ - 32134 + 15616 ] } ], @@ -605926,7 +616086,7 @@ { "title": "Methods", "children": [ - 32130 + 15612 ] } ], @@ -605968,7 +616128,7 @@ ] }, { - "id": 32139, + "id": 15621, "name": "select", "variant": "declaration", "kind": 1024, @@ -605986,7 +616146,7 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L17" } ], "type": { @@ -605998,7 +616158,7 @@ } }, { - "id": 32140, + "id": 15622, "name": "filter", "variant": "declaration", "kind": 1024, @@ -606018,7 +616178,7 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L21" } ], "type": { @@ -606032,7 +616192,7 @@ } }, { - "id": 32141, + "id": 15623, "name": "getAllProductsStepId", "variant": "declaration", "kind": 32, @@ -606044,7 +616204,7 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L24" } ], "type": { @@ -606054,7 +616214,7 @@ "defaultValue": "\"get-all-products\"" }, { - "id": 32142, + "id": 15624, "name": "getAllProductsStep", "variant": "declaration", "kind": 64, @@ -606101,7 +616261,7 @@ }, "children": [ { - "id": 32151, + "id": 15633, "name": "__type", "variant": "declaration", "kind": 1024, @@ -606119,7 +616279,7 @@ } }, { - "id": 32152, + "id": 15634, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -606141,8 +616301,8 @@ { "title": "Properties", "children": [ - 32151, - 32152 + 15633, + 15634 ] } ], @@ -606151,12 +616311,12 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L47" } ], "signatures": [ { - "id": 32143, + "id": 15625, "name": "getAllProductsStep", "variant": "signature", "kind": 4096, @@ -606206,12 +616366,12 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 47, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L47" } ], "parameters": [ { - "id": 32144, + "id": 15626, "name": "input", "variant": "param", "kind": 32768, @@ -606221,7 +616381,7 @@ "types": [ { "type": "reference", - "target": 32137, + "target": 15619, "name": "GetAllProductsStepInput", "package": "@medusajs/core-flows" }, @@ -606234,7 +616394,7 @@ "typeArguments": [ { "type": "reference", - "target": 32137, + "target": 15619, "name": "GetAllProductsStepInput", "package": "@medusajs/core-flows" } @@ -606284,14 +616444,14 @@ { "type": "reflection", "declaration": { - "id": 32145, + "id": 15627, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32146, + "id": 15628, "name": "config", "variant": "declaration", "kind": 2048, @@ -606305,7 +616465,7 @@ ], "signatures": [ { - "id": 32147, + "id": 15629, "name": "config", "variant": "signature", "kind": 4096, @@ -606319,7 +616479,7 @@ ], "parameters": [ { - "id": 32148, + "id": 15630, "name": "config", "variant": "param", "kind": 32768, @@ -606330,14 +616490,14 @@ { "type": "reflection", "declaration": { - "id": 32149, + "id": 15631, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32150, + "id": 15632, "name": "name", "variant": "declaration", "kind": 1024, @@ -606361,7 +616521,7 @@ { "title": "Properties", "children": [ - 32150 + 15632 ] } ], @@ -606441,7 +616601,7 @@ { "title": "Methods", "children": [ - 32146 + 15628 ] } ], @@ -606478,7 +616638,7 @@ ] }, { - "id": 32157, + "id": 15639, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -606496,7 +616656,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" } ], "type": { @@ -606505,7 +616665,7 @@ } }, { - "id": 32158, + "id": 15640, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -606523,7 +616683,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" } ], "type": { @@ -606532,7 +616692,7 @@ } }, { - "id": 32155, + "id": 15637, "name": "links", "variant": "declaration", "kind": 1024, @@ -606550,7 +616710,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" } ], "type": { @@ -606558,14 +616718,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32156, + "id": 15638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32157, + "id": 15639, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -606583,7 +616743,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" } ], "type": { @@ -606592,7 +616752,7 @@ } }, { - "id": 32158, + "id": 15640, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -606610,7 +616770,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" } ], "type": { @@ -606623,8 +616783,8 @@ { "title": "Properties", "children": [ - 32157, - 32158 + 15639, + 15640 ] } ], @@ -606633,7 +616793,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" } ] } @@ -606641,7 +616801,7 @@ } }, { - "id": 32159, + "id": 15641, "name": "createVariantPricingLinkStepId", "variant": "declaration", "kind": 32, @@ -606653,7 +616813,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L23" } ], "type": { @@ -606663,7 +616823,7 @@ "defaultValue": "\"create-variant-pricing-link\"" }, { - "id": 32160, + "id": 15642, "name": "createVariantPricingLinkStep", "variant": "declaration", "kind": 64, @@ -606707,7 +616867,7 @@ }, "children": [ { - "id": 32163, + "id": 15645, "name": "__type", "variant": "declaration", "kind": 1024, @@ -606725,7 +616885,7 @@ } }, { - "id": 32164, + "id": 15646, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -606747,8 +616907,8 @@ { "title": "Properties", "children": [ - 32163, - 32164 + 15645, + 15646 ] } ], @@ -606757,12 +616917,12 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L37" } ], "signatures": [ { - "id": 32161, + "id": 15643, "name": "createVariantPricingLinkStep", "variant": "signature", "kind": 4096, @@ -606809,12 +616969,12 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L37" } ], "parameters": [ { - "id": 32162, + "id": 15644, "name": "input", "variant": "param", "kind": 32768, @@ -606824,7 +616984,7 @@ "types": [ { "type": "reference", - "target": 32153, + "target": 15635, "name": "CreateVariantPricingLinkStepInput", "package": "@medusajs/core-flows" }, @@ -606837,7 +616997,7 @@ "typeArguments": [ { "type": "reference", - "target": 32153, + "target": 15635, "name": "CreateVariantPricingLinkStepInput", "package": "@medusajs/core-flows" } @@ -606857,7 +617017,7 @@ ] }, { - "id": 32165, + "id": 15647, "name": "createProductOptionsStepId", "variant": "declaration", "kind": 32, @@ -606869,7 +617029,7 @@ "fileName": "core-flows/src/product/steps/create-product-options.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-options.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-options.ts#L5" } ], "type": { @@ -606879,7 +617039,7 @@ "defaultValue": "\"create-product-options\"" }, { - "id": 32166, + "id": 15648, "name": "createProductOptionsStep", "variant": "declaration", "kind": 64, @@ -606914,7 +617074,7 @@ }, "children": [ { - "id": 32175, + "id": 15657, "name": "__type", "variant": "declaration", "kind": 1024, @@ -606932,7 +617092,7 @@ } }, { - "id": 32176, + "id": 15658, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -606954,8 +617114,8 @@ { "title": "Properties", "children": [ - 32175, - 32176 + 15657, + 15658 ] } ], @@ -606964,12 +617124,12 @@ "fileName": "core-flows/src/product/steps/create-product-options.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-options.ts#L15" } ], "signatures": [ { - "id": 32167, + "id": 15649, "name": "createProductOptionsStep", "variant": "signature", "kind": 4096, @@ -607007,12 +617167,12 @@ "fileName": "core-flows/src/product/steps/create-product-options.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-options.ts#L15" } ], "parameters": [ { - "id": 32168, + "id": 15650, "name": "input", "variant": "param", "kind": 32768, @@ -607137,14 +617297,14 @@ { "type": "reflection", "declaration": { - "id": 32169, + "id": 15651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32170, + "id": 15652, "name": "config", "variant": "declaration", "kind": 2048, @@ -607158,7 +617318,7 @@ ], "signatures": [ { - "id": 32171, + "id": 15653, "name": "config", "variant": "signature", "kind": 4096, @@ -607172,7 +617332,7 @@ ], "parameters": [ { - "id": 32172, + "id": 15654, "name": "config", "variant": "param", "kind": 32768, @@ -607183,14 +617343,14 @@ { "type": "reflection", "declaration": { - "id": 32173, + "id": 15655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32174, + "id": 15656, "name": "name", "variant": "declaration", "kind": 1024, @@ -607214,7 +617374,7 @@ { "title": "Properties", "children": [ - 32174 + 15656 ] } ], @@ -607299,7 +617459,7 @@ { "title": "Methods", "children": [ - 32170 + 15652 ] } ], @@ -607341,7 +617501,7 @@ ] }, { - "id": 32179, + "id": 15661, "name": "selector", "variant": "declaration", "kind": 1024, @@ -607359,7 +617519,7 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L15" } ], "type": { @@ -607374,7 +617534,7 @@ } }, { - "id": 32180, + "id": 15662, "name": "update", "variant": "declaration", "kind": 1024, @@ -607392,7 +617552,7 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L19" } ], "type": { @@ -607407,7 +617567,7 @@ } }, { - "id": 32181, + "id": 15663, "name": "updateProductOptionsStepId", "variant": "declaration", "kind": 32, @@ -607419,7 +617579,7 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L22" } ], "type": { @@ -607429,7 +617589,7 @@ "defaultValue": "\"update-product-options\"" }, { - "id": 32182, + "id": 15664, "name": "updateProductOptionsStep", "variant": "declaration", "kind": 64, @@ -607464,7 +617624,7 @@ }, "children": [ { - "id": 32191, + "id": 15673, "name": "__type", "variant": "declaration", "kind": 1024, @@ -607482,7 +617642,7 @@ } }, { - "id": 32192, + "id": 15674, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -607504,8 +617664,8 @@ { "title": "Properties", "children": [ - 32191, - 32192 + 15673, + 15674 ] } ], @@ -607514,12 +617674,12 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L36" } ], "signatures": [ { - "id": 32183, + "id": 15665, "name": "updateProductOptionsStep", "variant": "signature", "kind": 4096, @@ -607557,12 +617717,12 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L36" } ], "parameters": [ { - "id": 32184, + "id": 15666, "name": "input", "variant": "param", "kind": 32768, @@ -607572,7 +617732,7 @@ "types": [ { "type": "reference", - "target": 32177, + "target": 15659, "name": "UpdateProductOptionsStepInput", "package": "@medusajs/core-flows" }, @@ -607585,7 +617745,7 @@ "typeArguments": [ { "type": "reference", - "target": 32177, + "target": 15659, "name": "UpdateProductOptionsStepInput", "package": "@medusajs/core-flows" } @@ -607675,14 +617835,14 @@ { "type": "reflection", "declaration": { - "id": 32185, + "id": 15667, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32186, + "id": 15668, "name": "config", "variant": "declaration", "kind": 2048, @@ -607696,7 +617856,7 @@ ], "signatures": [ { - "id": 32187, + "id": 15669, "name": "config", "variant": "signature", "kind": 4096, @@ -607710,7 +617870,7 @@ ], "parameters": [ { - "id": 32188, + "id": 15670, "name": "config", "variant": "param", "kind": 32768, @@ -607721,14 +617881,14 @@ { "type": "reflection", "declaration": { - "id": 32189, + "id": 15671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32190, + "id": 15672, "name": "name", "variant": "declaration", "kind": 1024, @@ -607752,7 +617912,7 @@ { "title": "Properties", "children": [ - 32190 + 15672 ] } ], @@ -607837,7 +617997,7 @@ { "title": "Methods", "children": [ - 32186 + 15668 ] } ], @@ -607879,7 +618039,7 @@ ] }, { - "id": 32194, + "id": 15676, "name": "deleteProductOptionsStepId", "variant": "declaration", "kind": 32, @@ -607891,7 +618051,7 @@ "fileName": "core-flows/src/product/steps/delete-product-options.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-options.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-options.ts#L10" } ], "type": { @@ -607901,7 +618061,7 @@ "defaultValue": "\"delete-product-options\"" }, { - "id": 32195, + "id": 15677, "name": "deleteProductOptionsStep", "variant": "declaration", "kind": 64, @@ -607927,7 +618087,7 @@ }, "children": [ { - "id": 32198, + "id": 15680, "name": "__type", "variant": "declaration", "kind": 1024, @@ -607945,7 +618105,7 @@ } }, { - "id": 32199, + "id": 15681, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -607967,8 +618127,8 @@ { "title": "Properties", "children": [ - 32198, - 32199 + 15680, + 15681 ] } ], @@ -607977,12 +618137,12 @@ "fileName": "core-flows/src/product/steps/delete-product-options.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-options.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-options.ts#L14" } ], "signatures": [ { - "id": 32196, + "id": 15678, "name": "deleteProductOptionsStep", "variant": "signature", "kind": 4096, @@ -608011,12 +618171,12 @@ "fileName": "core-flows/src/product/steps/delete-product-options.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-options.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-options.ts#L14" } ], "parameters": [ { - "id": 32197, + "id": 15679, "name": "input", "variant": "param", "kind": 32768, @@ -608026,7 +618186,7 @@ "types": [ { "type": "reference", - "target": 32193, + "target": 15675, "name": "DeleteProductOptionsStepInput", "package": "@medusajs/core-flows" }, @@ -608039,7 +618199,7 @@ "typeArguments": [ { "type": "reference", - "target": 32193, + "target": 15675, "name": "DeleteProductOptionsStepInput", "package": "@medusajs/core-flows" } @@ -608059,7 +618219,7 @@ ] }, { - "id": 32200, + "id": 15682, "name": "createProductVariantsStepId", "variant": "declaration", "kind": 32, @@ -608071,7 +618231,7 @@ "fileName": "core-flows/src/product/steps/create-product-variants.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-variants.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-variants.ts#L5" } ], "type": { @@ -608081,7 +618241,7 @@ "defaultValue": "\"create-product-variants\"" }, { - "id": 32201, + "id": 15683, "name": "createProductVariantsStep", "variant": "declaration", "kind": 64, @@ -608116,7 +618276,7 @@ }, "children": [ { - "id": 32210, + "id": 15692, "name": "__type", "variant": "declaration", "kind": 1024, @@ -608134,7 +618294,7 @@ } }, { - "id": 32211, + "id": 15693, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -608156,8 +618316,8 @@ { "title": "Properties", "children": [ - 32210, - 32211 + 15692, + 15693 ] } ], @@ -608166,12 +618326,12 @@ "fileName": "core-flows/src/product/steps/create-product-variants.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-variants.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-variants.ts#L18" } ], "signatures": [ { - "id": 32202, + "id": 15684, "name": "createProductVariantsStep", "variant": "signature", "kind": 4096, @@ -608209,12 +618369,12 @@ "fileName": "core-flows/src/product/steps/create-product-variants.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-variants.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-variants.ts#L18" } ], "parameters": [ { - "id": 32203, + "id": 15685, "name": "input", "variant": "param", "kind": 32768, @@ -608339,14 +618499,14 @@ { "type": "reflection", "declaration": { - "id": 32204, + "id": 15686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32205, + "id": 15687, "name": "config", "variant": "declaration", "kind": 2048, @@ -608360,7 +618520,7 @@ ], "signatures": [ { - "id": 32206, + "id": 15688, "name": "config", "variant": "signature", "kind": 4096, @@ -608374,7 +618534,7 @@ ], "parameters": [ { - "id": 32207, + "id": 15689, "name": "config", "variant": "param", "kind": 32768, @@ -608385,14 +618545,14 @@ { "type": "reflection", "declaration": { - "id": 32208, + "id": 15690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32209, + "id": 15691, "name": "name", "variant": "declaration", "kind": 1024, @@ -608416,7 +618576,7 @@ { "title": "Properties", "children": [ - 32209 + 15691 ] } ], @@ -608501,7 +618661,7 @@ { "title": "Methods", "children": [ - 32205 + 15687 ] } ], @@ -608543,7 +618703,7 @@ ] }, { - "id": 32214, + "id": 15696, "name": "selector", "variant": "declaration", "kind": 1024, @@ -608561,7 +618721,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 17, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L17" } ], "type": { @@ -608576,7 +618736,7 @@ } }, { - "id": 32215, + "id": 15697, "name": "update", "variant": "declaration", "kind": 1024, @@ -608594,7 +618754,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 21, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L21" } ], "type": { @@ -608609,7 +618769,7 @@ } }, { - "id": 32217, + "id": 15699, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -608627,7 +618787,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L27" } ], "type": { @@ -608645,7 +618805,7 @@ } }, { - "id": 32218, + "id": 15700, "name": "updateProductVariantsStepId", "variant": "declaration", "kind": 32, @@ -608657,7 +618817,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L30" } ], "type": { @@ -608667,7 +618827,7 @@ "defaultValue": "\"update-product-variants\"" }, { - "id": 32219, + "id": 15701, "name": "updateProductVariantsStep", "variant": "declaration", "kind": 64, @@ -608714,7 +618874,7 @@ }, "children": [ { - "id": 32228, + "id": 15710, "name": "__type", "variant": "declaration", "kind": 1024, @@ -608732,7 +618892,7 @@ } }, { - "id": 32229, + "id": 15711, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -608754,8 +618914,8 @@ { "title": "Properties", "children": [ - 32228, - 32229 + 15710, + 15711 ] } ], @@ -608764,12 +618924,12 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L61" } ], "signatures": [ { - "id": 32220, + "id": 15702, "name": "updateProductVariantsStep", "variant": "signature", "kind": 4096, @@ -608819,12 +618979,12 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L61" } ], "parameters": [ { - "id": 32221, + "id": 15703, "name": "input", "variant": "param", "kind": 32768, @@ -608834,7 +618994,7 @@ "types": [ { "type": "reference", - "target": 32212, + "target": 15694, "name": "UpdateProductVariantsStepInput", "package": "@medusajs/core-flows" }, @@ -608847,7 +619007,7 @@ "typeArguments": [ { "type": "reference", - "target": 32212, + "target": 15694, "name": "UpdateProductVariantsStepInput", "package": "@medusajs/core-flows" } @@ -608937,14 +619097,14 @@ { "type": "reflection", "declaration": { - "id": 32222, + "id": 15704, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32223, + "id": 15705, "name": "config", "variant": "declaration", "kind": 2048, @@ -608958,7 +619118,7 @@ ], "signatures": [ { - "id": 32224, + "id": 15706, "name": "config", "variant": "signature", "kind": 4096, @@ -608972,7 +619132,7 @@ ], "parameters": [ { - "id": 32225, + "id": 15707, "name": "config", "variant": "param", "kind": 32768, @@ -608983,14 +619143,14 @@ { "type": "reflection", "declaration": { - "id": 32226, + "id": 15708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32227, + "id": 15709, "name": "name", "variant": "declaration", "kind": 1024, @@ -609014,7 +619174,7 @@ { "title": "Properties", "children": [ - 32227 + 15709 ] } ], @@ -609099,7 +619259,7 @@ { "title": "Methods", "children": [ - 32223 + 15705 ] } ], @@ -609141,7 +619301,7 @@ ] }, { - "id": 32231, + "id": 15713, "name": "deleteProductVariantsStepId", "variant": "declaration", "kind": 32, @@ -609153,7 +619313,7 @@ "fileName": "core-flows/src/product/steps/delete-product-variants.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L10" } ], "type": { @@ -609163,7 +619323,7 @@ "defaultValue": "\"delete-product-variants\"" }, { - "id": 32232, + "id": 15714, "name": "deleteProductVariantsStep", "variant": "declaration", "kind": 64, @@ -609189,7 +619349,7 @@ }, "children": [ { - "id": 32235, + "id": 15717, "name": "__type", "variant": "declaration", "kind": 1024, @@ -609207,7 +619367,7 @@ } }, { - "id": 32236, + "id": 15718, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -609229,8 +619389,8 @@ { "title": "Properties", "children": [ - 32235, - 32236 + 15717, + 15718 ] } ], @@ -609239,12 +619399,12 @@ "fileName": "core-flows/src/product/steps/delete-product-variants.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L14" } ], "signatures": [ { - "id": 32233, + "id": 15715, "name": "deleteProductVariantsStep", "variant": "signature", "kind": 4096, @@ -609273,12 +619433,12 @@ "fileName": "core-flows/src/product/steps/delete-product-variants.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L14" } ], "parameters": [ { - "id": 32234, + "id": 15716, "name": "input", "variant": "param", "kind": 32768, @@ -609288,7 +619448,7 @@ "types": [ { "type": "reference", - "target": 32230, + "target": 15712, "name": "DeleteProductVariantsStepInput", "package": "@medusajs/core-flows" }, @@ -609301,7 +619461,7 @@ "typeArguments": [ { "type": "reference", - "target": 32230, + "target": 15712, "name": "DeleteProductVariantsStepInput", "package": "@medusajs/core-flows" } @@ -609321,7 +619481,7 @@ ] }, { - "id": 32237, + "id": 15719, "name": "createCollectionsStepId", "variant": "declaration", "kind": 32, @@ -609333,7 +619493,7 @@ "fileName": "core-flows/src/product/steps/create-collections.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-collections.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-collections.ts#L5" } ], "type": { @@ -609343,7 +619503,7 @@ "defaultValue": "\"create-collections\"" }, { - "id": 32238, + "id": 15720, "name": "createCollectionsStep", "variant": "declaration", "kind": 64, @@ -609369,7 +619529,7 @@ }, "children": [ { - "id": 32247, + "id": 15729, "name": "__type", "variant": "declaration", "kind": 1024, @@ -609387,7 +619547,7 @@ } }, { - "id": 32248, + "id": 15730, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -609409,8 +619569,8 @@ { "title": "Properties", "children": [ - 32247, - 32248 + 15729, + 15730 ] } ], @@ -609419,12 +619579,12 @@ "fileName": "core-flows/src/product/steps/create-collections.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-collections.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-collections.ts#L9" } ], "signatures": [ { - "id": 32239, + "id": 15721, "name": "createCollectionsStep", "variant": "signature", "kind": 4096, @@ -609453,12 +619613,12 @@ "fileName": "core-flows/src/product/steps/create-collections.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-collections.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-collections.ts#L9" } ], "parameters": [ { - "id": 32240, + "id": 15722, "name": "input", "variant": "param", "kind": 32768, @@ -609583,14 +619743,14 @@ { "type": "reflection", "declaration": { - "id": 32241, + "id": 15723, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32242, + "id": 15724, "name": "config", "variant": "declaration", "kind": 2048, @@ -609604,7 +619764,7 @@ ], "signatures": [ { - "id": 32243, + "id": 15725, "name": "config", "variant": "signature", "kind": 4096, @@ -609618,7 +619778,7 @@ ], "parameters": [ { - "id": 32244, + "id": 15726, "name": "config", "variant": "param", "kind": 32768, @@ -609629,14 +619789,14 @@ { "type": "reflection", "declaration": { - "id": 32245, + "id": 15727, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32246, + "id": 15728, "name": "name", "variant": "declaration", "kind": 1024, @@ -609660,7 +619820,7 @@ { "title": "Properties", "children": [ - 32246 + 15728 ] } ], @@ -609745,7 +619905,7 @@ { "title": "Methods", "children": [ - 32242 + 15724 ] } ], @@ -609787,7 +619947,7 @@ ] }, { - "id": 32251, + "id": 15733, "name": "selector", "variant": "declaration", "kind": 1024, @@ -609805,7 +619965,7 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L15" } ], "type": { @@ -609820,7 +619980,7 @@ } }, { - "id": 32252, + "id": 15734, "name": "update", "variant": "declaration", "kind": 1024, @@ -609838,7 +619998,7 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L19" } ], "type": { @@ -609853,7 +620013,7 @@ } }, { - "id": 32253, + "id": 15735, "name": "updateCollectionsStepId", "variant": "declaration", "kind": 32, @@ -609865,7 +620025,7 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L22" } ], "type": { @@ -609875,7 +620035,7 @@ "defaultValue": "\"update-collections\"" }, { - "id": 32254, + "id": 15736, "name": "updateCollectionsStep", "variant": "declaration", "kind": 64, @@ -609910,7 +620070,7 @@ }, "children": [ { - "id": 32263, + "id": 15745, "name": "__type", "variant": "declaration", "kind": 1024, @@ -609928,7 +620088,7 @@ } }, { - "id": 32264, + "id": 15746, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -609950,8 +620110,8 @@ { "title": "Properties", "children": [ - 32263, - 32264 + 15745, + 15746 ] } ], @@ -609960,12 +620120,12 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L36" } ], "signatures": [ { - "id": 32255, + "id": 15737, "name": "updateCollectionsStep", "variant": "signature", "kind": 4096, @@ -610003,12 +620163,12 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L36" } ], "parameters": [ { - "id": 32256, + "id": 15738, "name": "input", "variant": "param", "kind": 32768, @@ -610018,7 +620178,7 @@ "types": [ { "type": "reference", - "target": 32249, + "target": 15731, "name": "UpdateCollectionsStepInput", "package": "@medusajs/core-flows" }, @@ -610031,7 +620191,7 @@ "typeArguments": [ { "type": "reference", - "target": 32249, + "target": 15731, "name": "UpdateCollectionsStepInput", "package": "@medusajs/core-flows" } @@ -610121,14 +620281,14 @@ { "type": "reflection", "declaration": { - "id": 32257, + "id": 15739, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32258, + "id": 15740, "name": "config", "variant": "declaration", "kind": 2048, @@ -610142,7 +620302,7 @@ ], "signatures": [ { - "id": 32259, + "id": 15741, "name": "config", "variant": "signature", "kind": 4096, @@ -610156,7 +620316,7 @@ ], "parameters": [ { - "id": 32260, + "id": 15742, "name": "config", "variant": "param", "kind": 32768, @@ -610167,14 +620327,14 @@ { "type": "reflection", "declaration": { - "id": 32261, + "id": 15743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32262, + "id": 15744, "name": "name", "variant": "declaration", "kind": 1024, @@ -610198,7 +620358,7 @@ { "title": "Properties", "children": [ - 32262 + 15744 ] } ], @@ -610283,7 +620443,7 @@ { "title": "Methods", "children": [ - 32258 + 15740 ] } ], @@ -610325,7 +620485,7 @@ ] }, { - "id": 32266, + "id": 15748, "name": "deleteCollectionsStepId", "variant": "declaration", "kind": 32, @@ -610337,7 +620497,7 @@ "fileName": "core-flows/src/product/steps/delete-collections.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-collections.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-collections.ts#L10" } ], "type": { @@ -610347,7 +620507,7 @@ "defaultValue": "\"delete-collections\"" }, { - "id": 32267, + "id": 15749, "name": "deleteCollectionsStep", "variant": "declaration", "kind": 64, @@ -610373,7 +620533,7 @@ }, "children": [ { - "id": 32270, + "id": 15752, "name": "__type", "variant": "declaration", "kind": 1024, @@ -610391,7 +620551,7 @@ } }, { - "id": 32271, + "id": 15753, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -610413,8 +620573,8 @@ { "title": "Properties", "children": [ - 32270, - 32271 + 15752, + 15753 ] } ], @@ -610423,12 +620583,12 @@ "fileName": "core-flows/src/product/steps/delete-collections.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-collections.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-collections.ts#L14" } ], "signatures": [ { - "id": 32268, + "id": 15750, "name": "deleteCollectionsStep", "variant": "signature", "kind": 4096, @@ -610457,12 +620617,12 @@ "fileName": "core-flows/src/product/steps/delete-collections.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-collections.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-collections.ts#L14" } ], "parameters": [ { - "id": 32269, + "id": 15751, "name": "input", "variant": "param", "kind": 32768, @@ -610472,7 +620632,7 @@ "types": [ { "type": "reference", - "target": 32265, + "target": 15747, "name": "DeleteCollectionsStepInput", "package": "@medusajs/core-flows" }, @@ -610485,7 +620645,7 @@ "typeArguments": [ { "type": "reference", - "target": 32265, + "target": 15747, "name": "DeleteCollectionsStepInput", "package": "@medusajs/core-flows" } @@ -610505,7 +620665,7 @@ ] }, { - "id": 32272, + "id": 15754, "name": "batchLinkProductsToCollectionStepId", "variant": "declaration", "kind": 32, @@ -610517,7 +620677,7 @@ "fileName": "core-flows/src/product/steps/batch-link-products-collection.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L8" } ], "type": { @@ -610527,7 +620687,7 @@ "defaultValue": "\"batch-link-products-to-collection\"" }, { - "id": 32273, + "id": 15755, "name": "batchLinkProductsToCollectionStep", "variant": "declaration", "kind": 64, @@ -610562,7 +620722,7 @@ }, "children": [ { - "id": 32276, + "id": 15758, "name": "__type", "variant": "declaration", "kind": 1024, @@ -610580,7 +620740,7 @@ } }, { - "id": 32277, + "id": 15759, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -610602,8 +620762,8 @@ { "title": "Properties", "children": [ - 32276, - 32277 + 15758, + 15759 ] } ], @@ -610612,12 +620772,12 @@ "fileName": "core-flows/src/product/steps/batch-link-products-collection.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L20" } ], "signatures": [ { - "id": 32274, + "id": 15756, "name": "batchLinkProductsToCollectionStep", "variant": "signature", "kind": 4096, @@ -610655,12 +620815,12 @@ "fileName": "core-flows/src/product/steps/batch-link-products-collection.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-collection.ts#L20" } ], "parameters": [ { - "id": 32275, + "id": 15757, "name": "input", "variant": "param", "kind": 32768, @@ -610709,7 +620869,7 @@ ] }, { - "id": 32278, + "id": 15760, "name": "batchLinkProductsToCategoryStepId", "variant": "declaration", "kind": 32, @@ -610721,7 +620881,7 @@ "fileName": "core-flows/src/product/steps/batch-link-products-in-category.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L8" } ], "type": { @@ -610731,7 +620891,7 @@ "defaultValue": "\"batch-link-products-to-category\"" }, { - "id": 32279, + "id": 15761, "name": "batchLinkProductsToCategoryStep", "variant": "declaration", "kind": 64, @@ -610766,7 +620926,7 @@ }, "children": [ { - "id": 32282, + "id": 15764, "name": "__type", "variant": "declaration", "kind": 1024, @@ -610784,7 +620944,7 @@ } }, { - "id": 32283, + "id": 15765, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -610806,8 +620966,8 @@ { "title": "Properties", "children": [ - 32282, - 32283 + 15764, + 15765 ] } ], @@ -610816,12 +620976,12 @@ "fileName": "core-flows/src/product/steps/batch-link-products-in-category.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L20" } ], "signatures": [ { - "id": 32280, + "id": 15762, "name": "batchLinkProductsToCategoryStep", "variant": "signature", "kind": 4096, @@ -610859,12 +621019,12 @@ "fileName": "core-flows/src/product/steps/batch-link-products-in-category.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts#L20" } ], "parameters": [ { - "id": 32281, + "id": 15763, "name": "input", "variant": "param", "kind": 32768, @@ -610913,7 +621073,7 @@ ] }, { - "id": 32284, + "id": 15766, "name": "createProductTypesStepId", "variant": "declaration", "kind": 32, @@ -610925,7 +621085,7 @@ "fileName": "core-flows/src/product/steps/create-product-types.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-types.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-types.ts#L5" } ], "type": { @@ -610935,7 +621095,7 @@ "defaultValue": "\"create-product-types\"" }, { - "id": 32285, + "id": 15767, "name": "createProductTypesStep", "variant": "declaration", "kind": 64, @@ -610961,7 +621121,7 @@ }, "children": [ { - "id": 32294, + "id": 15776, "name": "__type", "variant": "declaration", "kind": 1024, @@ -610979,7 +621139,7 @@ } }, { - "id": 32295, + "id": 15777, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -611001,8 +621161,8 @@ { "title": "Properties", "children": [ - 32294, - 32295 + 15776, + 15777 ] } ], @@ -611011,12 +621171,12 @@ "fileName": "core-flows/src/product/steps/create-product-types.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-types.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-types.ts#L9" } ], "signatures": [ { - "id": 32286, + "id": 15768, "name": "createProductTypesStep", "variant": "signature", "kind": 4096, @@ -611045,12 +621205,12 @@ "fileName": "core-flows/src/product/steps/create-product-types.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-types.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-types.ts#L9" } ], "parameters": [ { - "id": 32287, + "id": 15769, "name": "input", "variant": "param", "kind": 32768, @@ -611175,14 +621335,14 @@ { "type": "reflection", "declaration": { - "id": 32288, + "id": 15770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32289, + "id": 15771, "name": "config", "variant": "declaration", "kind": 2048, @@ -611196,7 +621356,7 @@ ], "signatures": [ { - "id": 32290, + "id": 15772, "name": "config", "variant": "signature", "kind": 4096, @@ -611210,7 +621370,7 @@ ], "parameters": [ { - "id": 32291, + "id": 15773, "name": "config", "variant": "param", "kind": 32768, @@ -611221,14 +621381,14 @@ { "type": "reflection", "declaration": { - "id": 32292, + "id": 15774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32293, + "id": 15775, "name": "name", "variant": "declaration", "kind": 1024, @@ -611252,7 +621412,7 @@ { "title": "Properties", "children": [ - 32293 + 15775 ] } ], @@ -611337,7 +621497,7 @@ { "title": "Methods", "children": [ - 32289 + 15771 ] } ], @@ -611379,7 +621539,7 @@ ] }, { - "id": 32298, + "id": 15780, "name": "selector", "variant": "declaration", "kind": 1024, @@ -611397,7 +621557,7 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L15" } ], "type": { @@ -611412,7 +621572,7 @@ } }, { - "id": 32299, + "id": 15781, "name": "update", "variant": "declaration", "kind": 1024, @@ -611430,7 +621590,7 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L19" } ], "type": { @@ -611445,7 +621605,7 @@ } }, { - "id": 32300, + "id": 15782, "name": "updateProductTypesStepId", "variant": "declaration", "kind": 32, @@ -611457,7 +621617,7 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L22" } ], "type": { @@ -611467,7 +621627,7 @@ "defaultValue": "\"update-product-types\"" }, { - "id": 32301, + "id": 15783, "name": "updateProductTypesStep", "variant": "declaration", "kind": 64, @@ -611502,7 +621662,7 @@ }, "children": [ { - "id": 32310, + "id": 15792, "name": "__type", "variant": "declaration", "kind": 1024, @@ -611520,7 +621680,7 @@ } }, { - "id": 32311, + "id": 15793, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -611542,8 +621702,8 @@ { "title": "Properties", "children": [ - 32310, - 32311 + 15792, + 15793 ] } ], @@ -611552,12 +621712,12 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L36" } ], "signatures": [ { - "id": 32302, + "id": 15784, "name": "updateProductTypesStep", "variant": "signature", "kind": 4096, @@ -611595,12 +621755,12 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L36" } ], "parameters": [ { - "id": 32303, + "id": 15785, "name": "input", "variant": "param", "kind": 32768, @@ -611610,7 +621770,7 @@ "types": [ { "type": "reference", - "target": 32296, + "target": 15778, "name": "UpdateProductTypesStepInput", "package": "@medusajs/core-flows" }, @@ -611623,7 +621783,7 @@ "typeArguments": [ { "type": "reference", - "target": 32296, + "target": 15778, "name": "UpdateProductTypesStepInput", "package": "@medusajs/core-flows" } @@ -611713,14 +621873,14 @@ { "type": "reflection", "declaration": { - "id": 32304, + "id": 15786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32305, + "id": 15787, "name": "config", "variant": "declaration", "kind": 2048, @@ -611734,7 +621894,7 @@ ], "signatures": [ { - "id": 32306, + "id": 15788, "name": "config", "variant": "signature", "kind": 4096, @@ -611748,7 +621908,7 @@ ], "parameters": [ { - "id": 32307, + "id": 15789, "name": "config", "variant": "param", "kind": 32768, @@ -611759,14 +621919,14 @@ { "type": "reflection", "declaration": { - "id": 32308, + "id": 15790, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32309, + "id": 15791, "name": "name", "variant": "declaration", "kind": 1024, @@ -611790,7 +621950,7 @@ { "title": "Properties", "children": [ - 32309 + 15791 ] } ], @@ -611875,7 +622035,7 @@ { "title": "Methods", "children": [ - 32305 + 15787 ] } ], @@ -611917,7 +622077,7 @@ ] }, { - "id": 32313, + "id": 15795, "name": "deleteProductTypesStepId", "variant": "declaration", "kind": 32, @@ -611929,7 +622089,7 @@ "fileName": "core-flows/src/product/steps/delete-product-types.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-types.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-types.ts#L10" } ], "type": { @@ -611939,7 +622099,7 @@ "defaultValue": "\"delete-product-types\"" }, { - "id": 32314, + "id": 15796, "name": "deleteProductTypesStep", "variant": "declaration", "kind": 64, @@ -611965,7 +622125,7 @@ }, "children": [ { - "id": 32317, + "id": 15799, "name": "__type", "variant": "declaration", "kind": 1024, @@ -611983,7 +622143,7 @@ } }, { - "id": 32318, + "id": 15800, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -612005,8 +622165,8 @@ { "title": "Properties", "children": [ - 32317, - 32318 + 15799, + 15800 ] } ], @@ -612015,12 +622175,12 @@ "fileName": "core-flows/src/product/steps/delete-product-types.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-types.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-types.ts#L14" } ], "signatures": [ { - "id": 32315, + "id": 15797, "name": "deleteProductTypesStep", "variant": "signature", "kind": 4096, @@ -612049,12 +622209,12 @@ "fileName": "core-flows/src/product/steps/delete-product-types.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-types.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-types.ts#L14" } ], "parameters": [ { - "id": 32316, + "id": 15798, "name": "input", "variant": "param", "kind": 32768, @@ -612064,7 +622224,7 @@ "types": [ { "type": "reference", - "target": 32312, + "target": 15794, "name": "DeleteProductTypesStepInput", "package": "@medusajs/core-flows" }, @@ -612077,7 +622237,7 @@ "typeArguments": [ { "type": "reference", - "target": 32312, + "target": 15794, "name": "DeleteProductTypesStepInput", "package": "@medusajs/core-flows" } @@ -612097,7 +622257,7 @@ ] }, { - "id": 32319, + "id": 15801, "name": "createProductTagsStepId", "variant": "declaration", "kind": 32, @@ -612109,7 +622269,7 @@ "fileName": "core-flows/src/product/steps/create-product-tags.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-tags.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-tags.ts#L5" } ], "type": { @@ -612119,7 +622279,7 @@ "defaultValue": "\"create-product-tags\"" }, { - "id": 32320, + "id": 15802, "name": "createProductTagsStep", "variant": "declaration", "kind": 64, @@ -612145,7 +622305,7 @@ }, "children": [ { - "id": 32329, + "id": 15811, "name": "__type", "variant": "declaration", "kind": 1024, @@ -612163,7 +622323,7 @@ } }, { - "id": 32330, + "id": 15812, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -612185,8 +622345,8 @@ { "title": "Properties", "children": [ - 32329, - 32330 + 15811, + 15812 ] } ], @@ -612195,12 +622355,12 @@ "fileName": "core-flows/src/product/steps/create-product-tags.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-tags.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-tags.ts#L9" } ], "signatures": [ { - "id": 32321, + "id": 15803, "name": "createProductTagsStep", "variant": "signature", "kind": 4096, @@ -612229,12 +622389,12 @@ "fileName": "core-flows/src/product/steps/create-product-tags.ts", "line": 9, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-product-tags.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-product-tags.ts#L9" } ], "parameters": [ { - "id": 32322, + "id": 15804, "name": "input", "variant": "param", "kind": 32768, @@ -612359,14 +622519,14 @@ { "type": "reflection", "declaration": { - "id": 32323, + "id": 15805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32324, + "id": 15806, "name": "config", "variant": "declaration", "kind": 2048, @@ -612380,7 +622540,7 @@ ], "signatures": [ { - "id": 32325, + "id": 15807, "name": "config", "variant": "signature", "kind": 4096, @@ -612394,7 +622554,7 @@ ], "parameters": [ { - "id": 32326, + "id": 15808, "name": "config", "variant": "param", "kind": 32768, @@ -612405,14 +622565,14 @@ { "type": "reflection", "declaration": { - "id": 32327, + "id": 15809, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32328, + "id": 15810, "name": "name", "variant": "declaration", "kind": 1024, @@ -612436,7 +622596,7 @@ { "title": "Properties", "children": [ - 32328 + 15810 ] } ], @@ -612521,7 +622681,7 @@ { "title": "Methods", "children": [ - 32324 + 15806 ] } ], @@ -612563,7 +622723,7 @@ ] }, { - "id": 32333, + "id": 15815, "name": "selector", "variant": "declaration", "kind": 1024, @@ -612581,7 +622741,7 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L15" } ], "type": { @@ -612596,7 +622756,7 @@ } }, { - "id": 32334, + "id": 15816, "name": "update", "variant": "declaration", "kind": 1024, @@ -612614,7 +622774,7 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L19" } ], "type": { @@ -612629,7 +622789,7 @@ } }, { - "id": 32335, + "id": 15817, "name": "updateProductTagsStepId", "variant": "declaration", "kind": 32, @@ -612641,7 +622801,7 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L22" } ], "type": { @@ -612651,7 +622811,7 @@ "defaultValue": "\"update-product-tags\"" }, { - "id": 32336, + "id": 15818, "name": "updateProductTagsStep", "variant": "declaration", "kind": 64, @@ -612686,7 +622846,7 @@ }, "children": [ { - "id": 32345, + "id": 15827, "name": "__type", "variant": "declaration", "kind": 1024, @@ -612704,7 +622864,7 @@ } }, { - "id": 32346, + "id": 15828, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -612726,8 +622886,8 @@ { "title": "Properties", "children": [ - 32345, - 32346 + 15827, + 15828 ] } ], @@ -612736,12 +622896,12 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L36" } ], "signatures": [ { - "id": 32337, + "id": 15819, "name": "updateProductTagsStep", "variant": "signature", "kind": 4096, @@ -612779,12 +622939,12 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L36" } ], "parameters": [ { - "id": 32338, + "id": 15820, "name": "input", "variant": "param", "kind": 32768, @@ -612794,7 +622954,7 @@ "types": [ { "type": "reference", - "target": 32331, + "target": 15813, "name": "UpdateProductTagsStepInput", "package": "@medusajs/core-flows" }, @@ -612807,7 +622967,7 @@ "typeArguments": [ { "type": "reference", - "target": 32331, + "target": 15813, "name": "UpdateProductTagsStepInput", "package": "@medusajs/core-flows" } @@ -612897,14 +623057,14 @@ { "type": "reflection", "declaration": { - "id": 32339, + "id": 15821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32340, + "id": 15822, "name": "config", "variant": "declaration", "kind": 2048, @@ -612918,7 +623078,7 @@ ], "signatures": [ { - "id": 32341, + "id": 15823, "name": "config", "variant": "signature", "kind": 4096, @@ -612932,7 +623092,7 @@ ], "parameters": [ { - "id": 32342, + "id": 15824, "name": "config", "variant": "param", "kind": 32768, @@ -612943,14 +623103,14 @@ { "type": "reflection", "declaration": { - "id": 32343, + "id": 15825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32344, + "id": 15826, "name": "name", "variant": "declaration", "kind": 1024, @@ -612974,7 +623134,7 @@ { "title": "Properties", "children": [ - 32344 + 15826 ] } ], @@ -613059,7 +623219,7 @@ { "title": "Methods", "children": [ - 32340 + 15822 ] } ], @@ -613101,7 +623261,7 @@ ] }, { - "id": 32348, + "id": 15830, "name": "deleteProductTagsStepId", "variant": "declaration", "kind": 32, @@ -613113,7 +623273,7 @@ "fileName": "core-flows/src/product/steps/delete-product-tags.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L10" } ], "type": { @@ -613123,7 +623283,7 @@ "defaultValue": "\"delete-product-tags\"" }, { - "id": 32349, + "id": 15831, "name": "deleteProductTagsStep", "variant": "declaration", "kind": 64, @@ -613149,7 +623309,7 @@ }, "children": [ { - "id": 32352, + "id": 15834, "name": "__type", "variant": "declaration", "kind": 1024, @@ -613167,7 +623327,7 @@ } }, { - "id": 32353, + "id": 15835, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -613189,8 +623349,8 @@ { "title": "Properties", "children": [ - 32352, - 32353 + 15834, + 15835 ] } ], @@ -613199,12 +623359,12 @@ "fileName": "core-flows/src/product/steps/delete-product-tags.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L14" } ], "signatures": [ { - "id": 32350, + "id": 15832, "name": "deleteProductTagsStep", "variant": "signature", "kind": 4096, @@ -613233,12 +623393,12 @@ "fileName": "core-flows/src/product/steps/delete-product-tags.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L14" } ], "parameters": [ { - "id": 32351, + "id": 15833, "name": "input", "variant": "param", "kind": 32768, @@ -613248,7 +623408,7 @@ "types": [ { "type": "reference", - "target": 32347, + "target": 15829, "name": "DeleteProductTagsStepInput", "package": "@medusajs/core-flows" }, @@ -613261,7 +623421,7 @@ "typeArguments": [ { "type": "reference", - "target": 32347, + "target": 15829, "name": "DeleteProductTagsStepInput", "package": "@medusajs/core-flows" } @@ -613281,7 +623441,7 @@ ] }, { - "id": 32357, + "id": 15839, "name": "id", "variant": "declaration", "kind": 1024, @@ -613299,7 +623459,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 73, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" } ], "type": { @@ -613308,7 +623468,7 @@ } }, { - "id": 32358, + "id": 15840, "name": "filename", "variant": "declaration", "kind": 1024, @@ -613326,7 +623486,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 77, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" } ], "type": { @@ -613335,7 +623495,7 @@ } }, { - "id": 32359, + "id": 15841, "name": "generateProductCsvStepId", "variant": "declaration", "kind": 32, @@ -613347,7 +623507,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L80" } ], "type": { @@ -613357,7 +623517,7 @@ "defaultValue": "\"generate-product-csv\"" }, { - "id": 32360, + "id": 15842, "name": "generateProductCsvStep", "variant": "declaration", "kind": 64, @@ -613392,7 +623552,7 @@ }, "children": [ { - "id": 32372, + "id": 15854, "name": "__type", "variant": "declaration", "kind": 1024, @@ -613410,7 +623570,7 @@ } }, { - "id": 32373, + "id": 15855, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -613432,8 +623592,8 @@ { "title": "Properties", "children": [ - 32372, - 32373 + 15854, + 15855 ] } ], @@ -613442,12 +623602,12 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L94" } ], "signatures": [ { - "id": 32361, + "id": 15843, "name": "generateProductCsvStep", "variant": "signature", "kind": 4096, @@ -613485,12 +623645,12 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 94, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L94" } ], "parameters": [ { - "id": 32362, + "id": 15844, "name": "input", "variant": "param", "kind": 32768, @@ -613500,7 +623660,7 @@ "types": [ { "type": "reference", - "target": 32354, + "target": 15836, "name": "GenerateProductCsvStepInput", "package": "@medusajs/core-flows" }, @@ -613513,7 +623673,7 @@ "typeArguments": [ { "type": "reference", - "target": 32354, + "target": 15836, "name": "GenerateProductCsvStepInput", "package": "@medusajs/core-flows" } @@ -613531,14 +623691,14 @@ { "type": "reflection", "declaration": { - "id": 32363, + "id": 15845, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32364, + "id": 15846, "name": "id", "variant": "declaration", "kind": 1024, @@ -613556,7 +623716,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 73, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" } ], "type": { @@ -613585,7 +623745,7 @@ } }, { - "id": 32365, + "id": 15847, "name": "filename", "variant": "declaration", "kind": 1024, @@ -613603,7 +623763,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 77, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" } ], "type": { @@ -613636,8 +623796,8 @@ { "title": "Properties", "children": [ - 32364, - 32365 + 15846, + 15847 ] } ], @@ -613652,7 +623812,7 @@ }, { "type": "reference", - "target": 32355, + "target": 15837, "name": "GenerateProductCsvStepOutput", "package": "@medusajs/core-flows" }, @@ -613665,7 +623825,7 @@ "typeArguments": [ { "type": "reference", - "target": 32355, + "target": 15837, "name": "GenerateProductCsvStepOutput", "package": "@medusajs/core-flows" } @@ -613676,14 +623836,14 @@ { "type": "reflection", "declaration": { - "id": 32366, + "id": 15848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32367, + "id": 15849, "name": "config", "variant": "declaration", "kind": 2048, @@ -613697,7 +623857,7 @@ ], "signatures": [ { - "id": 32368, + "id": 15850, "name": "config", "variant": "signature", "kind": 4096, @@ -613711,7 +623871,7 @@ ], "parameters": [ { - "id": 32369, + "id": 15851, "name": "config", "variant": "param", "kind": 32768, @@ -613722,14 +623882,14 @@ { "type": "reflection", "declaration": { - "id": 32370, + "id": 15852, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32371, + "id": 15853, "name": "name", "variant": "declaration", "kind": 1024, @@ -613753,7 +623913,7 @@ { "title": "Properties", "children": [ - 32371 + 15853 ] } ], @@ -613816,7 +623976,7 @@ "typeArguments": [ { "type": "reference", - "target": 32355, + "target": 15837, "name": "GenerateProductCsvStepOutput", "package": "@medusajs/core-flows" } @@ -613832,7 +623992,7 @@ { "title": "Methods", "children": [ - 32367 + 15849 ] } ], @@ -613854,7 +624014,7 @@ "typeArguments": [ { "type": "reference", - "target": 32355, + "target": 15837, "name": "GenerateProductCsvStepOutput", "package": "@medusajs/core-flows" } @@ -613868,7 +624028,7 @@ ] }, { - "id": 32375, + "id": 15857, "name": "parseProductCsvStepId", "variant": "declaration", "kind": 32, @@ -613878,9 +624038,9 @@ "sources": [ { "fileName": "core-flows/src/product/steps/parse-product-csv.ts", - "line": 17, + "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L18" } ], "type": { @@ -613890,7 +624050,7 @@ "defaultValue": "\"parse-product-csv\"" }, { - "id": 32376, + "id": 15858, "name": "parseProductCsvStep", "variant": "declaration", "kind": 64, @@ -613899,7 +624059,7 @@ "summary": [ { "kind": "text", - "text": "This step parses a CSV file holding products to import, returning the products as \nobjects that can be imported." + "text": "This step parses a CSV file holding products to import, returning the products as\nobjects that can be imported." } ], "blockTags": [ @@ -613917,7 +624077,7 @@ "content": [ { "kind": "text", - "text": "region,product,sales channel,step" + "text": "region,product,sales channel,fulfillment,step" } ] } @@ -613925,7 +624085,7 @@ }, "children": [ { - "id": 32385, + "id": 15867, "name": "__type", "variant": "declaration", "kind": 1024, @@ -613943,7 +624103,7 @@ } }, { - "id": 32386, + "id": 15868, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -613965,22 +624125,22 @@ { "title": "Properties", "children": [ - 32385, - 32386 + 15867, + 15868 ] } ], "sources": [ { "fileName": "core-flows/src/product/steps/parse-product-csv.ts", - "line": 25, + "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L26" } ], "signatures": [ { - "id": 32377, + "id": 15859, "name": "parseProductCsvStep", "variant": "signature", "kind": 4096, @@ -613989,7 +624149,7 @@ "summary": [ { "kind": "text", - "text": "This step parses a CSV file holding products to import, returning the products as \nobjects that can be imported." + "text": "This step parses a CSV file holding products to import, returning the products as\nobjects that can be imported." } ], "blockTags": [ @@ -614007,7 +624167,7 @@ "content": [ { "kind": "text", - "text": "region,product,sales channel,step" + "text": "region,product,sales channel,fulfillment,step" } ] } @@ -614016,14 +624176,14 @@ "sources": [ { "fileName": "core-flows/src/product/steps/parse-product-csv.ts", - "line": 25, + "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L26" } ], "parameters": [ { - "id": 32378, + "id": 15860, "name": "input", "variant": "param", "kind": 32768, @@ -614132,14 +624292,14 @@ { "type": "reflection", "declaration": { - "id": 32379, + "id": 15861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32380, + "id": 15862, "name": "config", "variant": "declaration", "kind": 2048, @@ -614153,7 +624313,7 @@ ], "signatures": [ { - "id": 32381, + "id": 15863, "name": "config", "variant": "signature", "kind": 4096, @@ -614167,7 +624327,7 @@ ], "parameters": [ { - "id": 32382, + "id": 15864, "name": "config", "variant": "param", "kind": 32768, @@ -614178,14 +624338,14 @@ { "type": "reflection", "declaration": { - "id": 32383, + "id": 15865, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32384, + "id": 15866, "name": "name", "variant": "declaration", "kind": 1024, @@ -614209,7 +624369,7 @@ { "title": "Properties", "children": [ - 32384 + 15866 ] } ], @@ -614294,7 +624454,7 @@ { "title": "Methods", "children": [ - 32380 + 15862 ] } ], @@ -614336,7 +624496,7 @@ ] }, { - "id": 32389, + "id": 15871, "name": "id", "variant": "declaration", "kind": 1024, @@ -614356,7 +624516,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L12" } ], "type": { @@ -614365,7 +624525,7 @@ } }, { - "id": 32392, + "id": 15874, "name": "create", "variant": "declaration", "kind": 1024, @@ -614383,7 +624543,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" } ], "type": { @@ -614401,7 +624561,7 @@ } }, { - "id": 32395, + "id": 15877, "name": "id", "variant": "declaration", "kind": 1024, @@ -614411,7 +624571,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614420,7 +624580,7 @@ } }, { - "id": 32393, + "id": 15875, "name": "update", "variant": "declaration", "kind": 1024, @@ -614438,7 +624598,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614459,14 +624619,14 @@ { "type": "reflection", "declaration": { - "id": 32394, + "id": 15876, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32395, + "id": 15877, "name": "id", "variant": "declaration", "kind": 1024, @@ -614476,7 +624636,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614489,7 +624649,7 @@ { "title": "Properties", "children": [ - 32395 + 15877 ] } ], @@ -614498,7 +624658,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ] } @@ -614508,7 +624668,7 @@ } }, { - "id": 32396, + "id": 15878, "name": "groupProductsForBatchStepId", "variant": "declaration", "kind": 32, @@ -614520,7 +624680,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L26" } ], "type": { @@ -614530,7 +624690,7 @@ "defaultValue": "\"group-products-for-batch\"" }, { - "id": 32397, + "id": 15879, "name": "groupProductsForBatchStep", "variant": "declaration", "kind": 64, @@ -614565,7 +624725,7 @@ }, "children": [ { - "id": 32413, + "id": 15895, "name": "__type", "variant": "declaration", "kind": 1024, @@ -614583,7 +624743,7 @@ } }, { - "id": 32414, + "id": 15896, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -614605,8 +624765,8 @@ { "title": "Properties", "children": [ - 32413, - 32414 + 15895, + 15896 ] } ], @@ -614615,12 +624775,12 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L67" } ], "signatures": [ { - "id": 32398, + "id": 15880, "name": "groupProductsForBatchStep", "variant": "signature", "kind": 4096, @@ -614658,12 +624818,12 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 67, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L67" } ], "parameters": [ { - "id": 32399, + "id": 15881, "name": "input", "variant": "param", "kind": 32768, @@ -614673,7 +624833,7 @@ "types": [ { "type": "reference", - "target": 32387, + "target": 15869, "name": "GroupProductsForBatchStepInput", "package": "@medusajs/core-flows" }, @@ -614686,7 +624846,7 @@ "typeArguments": [ { "type": "reference", - "target": 32387, + "target": 15869, "name": "GroupProductsForBatchStepInput", "package": "@medusajs/core-flows" } @@ -614704,14 +624864,14 @@ { "type": "reflection", "declaration": { - "id": 32400, + "id": 15882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32401, + "id": 15883, "name": "create", "variant": "declaration", "kind": 1024, @@ -614729,7 +624889,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" } ], "type": { @@ -614774,7 +624934,7 @@ } }, { - "id": 32402, + "id": 15884, "name": "update", "variant": "declaration", "kind": 1024, @@ -614792,7 +624952,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614815,14 +624975,14 @@ { "type": "reflection", "declaration": { - "id": 32403, + "id": 15885, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32404, + "id": 15886, "name": "id", "variant": "declaration", "kind": 1024, @@ -614832,7 +624992,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614845,7 +625005,7 @@ { "title": "Properties", "children": [ - 32404 + 15886 ] } ], @@ -614854,7 +625014,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ] } @@ -614886,14 +625046,14 @@ { "type": "reflection", "declaration": { - "id": 32405, + "id": 15887, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32406, + "id": 15888, "name": "id", "variant": "declaration", "kind": 1024, @@ -614903,7 +625063,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -614916,7 +625076,7 @@ { "title": "Properties", "children": [ - 32406 + 15888 ] } ], @@ -614925,7 +625085,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ] } @@ -614945,8 +625105,8 @@ { "title": "Properties", "children": [ - 32401, - 32402 + 15883, + 15884 ] } ], @@ -614961,7 +625121,7 @@ }, { "type": "reference", - "target": 32390, + "target": 15872, "name": "GroupProductsForBatchStepOutput", "package": "@medusajs/core-flows" }, @@ -614974,7 +625134,7 @@ "typeArguments": [ { "type": "reference", - "target": 32390, + "target": 15872, "name": "GroupProductsForBatchStepOutput", "package": "@medusajs/core-flows" } @@ -614985,14 +625145,14 @@ { "type": "reflection", "declaration": { - "id": 32407, + "id": 15889, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32408, + "id": 15890, "name": "config", "variant": "declaration", "kind": 2048, @@ -615006,7 +625166,7 @@ ], "signatures": [ { - "id": 32409, + "id": 15891, "name": "config", "variant": "signature", "kind": 4096, @@ -615020,7 +625180,7 @@ ], "parameters": [ { - "id": 32410, + "id": 15892, "name": "config", "variant": "param", "kind": 32768, @@ -615031,14 +625191,14 @@ { "type": "reflection", "declaration": { - "id": 32411, + "id": 15893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32412, + "id": 15894, "name": "name", "variant": "declaration", "kind": 1024, @@ -615062,7 +625222,7 @@ { "title": "Properties", "children": [ - 32412 + 15894 ] } ], @@ -615125,7 +625285,7 @@ "typeArguments": [ { "type": "reference", - "target": 32390, + "target": 15872, "name": "GroupProductsForBatchStepOutput", "package": "@medusajs/core-flows" } @@ -615141,7 +625301,7 @@ { "title": "Methods", "children": [ - 32408 + 15890 ] } ], @@ -615163,7 +625323,7 @@ "typeArguments": [ { "type": "reference", - "target": 32390, + "target": 15872, "name": "GroupProductsForBatchStepOutput", "package": "@medusajs/core-flows" } @@ -615177,7 +625337,7 @@ ] }, { - "id": 32404, + "id": 15886, "name": "id", "variant": "declaration", "kind": 1024, @@ -615187,7 +625347,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -615196,7 +625356,7 @@ } }, { - "id": 32406, + "id": 15888, "name": "id", "variant": "declaration", "kind": 1024, @@ -615206,7 +625366,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -615215,7 +625375,7 @@ } }, { - "id": 32415, + "id": 15897, "name": "waitConfirmationProductImportStepId", "variant": "declaration", "kind": 32, @@ -615227,7 +625387,7 @@ "fileName": "core-flows/src/product/steps/wait-confirmation-product-import.ts", "line": 3, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L3" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L3" } ], "type": { @@ -615237,7 +625397,7 @@ "defaultValue": "\"wait-confirmation-product-import\"" }, { - "id": 32416, + "id": 15898, "name": "waitConfirmationProductImportStep", "variant": "declaration", "kind": 64, @@ -615272,7 +625432,7 @@ }, "children": [ { - "id": 32424, + "id": 15906, "name": "__type", "variant": "declaration", "kind": 1024, @@ -615290,7 +625450,7 @@ } }, { - "id": 32425, + "id": 15907, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -615312,8 +625472,8 @@ { "title": "Properties", "children": [ - 32424, - 32425 + 15906, + 15907 ] } ], @@ -615322,12 +625482,12 @@ "fileName": "core-flows/src/product/steps/wait-confirmation-product-import.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L11" } ], "signatures": [ { - "id": 32417, + "id": 15899, "name": "waitConfirmationProductImportStep", "variant": "signature", "kind": 4096, @@ -615365,7 +625525,7 @@ "fileName": "core-flows/src/product/steps/wait-confirmation-product-import.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts#L11" } ], "type": { @@ -615389,14 +625549,14 @@ { "type": "reflection", "declaration": { - "id": 32418, + "id": 15900, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32419, + "id": 15901, "name": "config", "variant": "declaration", "kind": 2048, @@ -615410,7 +625570,7 @@ ], "signatures": [ { - "id": 32420, + "id": 15902, "name": "config", "variant": "signature", "kind": 4096, @@ -615424,7 +625584,7 @@ ], "parameters": [ { - "id": 32421, + "id": 15903, "name": "config", "variant": "param", "kind": 32768, @@ -615435,14 +625595,14 @@ { "type": "reflection", "declaration": { - "id": 32422, + "id": 15904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32423, + "id": 15905, "name": "name", "variant": "declaration", "kind": 1024, @@ -615466,7 +625626,7 @@ { "title": "Properties", "children": [ - 32423 + 15905 ] } ], @@ -615543,7 +625703,7 @@ { "title": "Methods", "children": [ - 32419 + 15901 ] } ], @@ -615577,7 +625737,7 @@ ] }, { - "id": 32428, + "id": 15910, "name": "variant_ids", "variant": "declaration", "kind": 1024, @@ -615595,7 +625755,7 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L14" } ], "type": { @@ -615607,7 +625767,7 @@ } }, { - "id": 32429, + "id": 15911, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -615625,7 +625785,7 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L18" } ], "type": { @@ -615634,7 +625794,7 @@ } }, { - "id": 32430, + "id": 15912, "name": "getVariantAvailabilityId", "variant": "declaration", "kind": 32, @@ -615646,7 +625806,7 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L21" } ], "type": { @@ -615656,7 +625816,7 @@ "defaultValue": "\"get-variant-availability\"" }, { - "id": 32431, + "id": 15913, "name": "getVariantAvailabilityStep", "variant": "declaration", "kind": 64, @@ -615682,7 +625842,7 @@ }, "children": [ { - "id": 32449, + "id": 15931, "name": "__type", "variant": "declaration", "kind": 1024, @@ -615700,7 +625860,7 @@ } }, { - "id": 32450, + "id": 15932, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -615722,8 +625882,8 @@ { "title": "Properties", "children": [ - 32449, - 32450 + 15931, + 15932 ] } ], @@ -615732,12 +625892,12 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L31" } ], "signatures": [ { - "id": 32432, + "id": 15914, "name": "getVariantAvailabilityStep", "variant": "signature", "kind": 4096, @@ -615766,12 +625926,12 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L31" } ], "parameters": [ { - "id": 32433, + "id": 15915, "name": "input", "variant": "param", "kind": 32768, @@ -615781,7 +625941,7 @@ "types": [ { "type": "reference", - "target": 32426, + "target": 15908, "name": "GetVariantAvailabilityStepInput", "package": "@medusajs/core-flows" }, @@ -615794,7 +625954,7 @@ "typeArguments": [ { "type": "reference", - "target": 32426, + "target": 15908, "name": "GetVariantAvailabilityStepInput", "package": "@medusajs/core-flows" } @@ -615812,7 +625972,7 @@ { "type": "reflection", "declaration": { - "id": 32434, + "id": 15916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -615826,14 +625986,14 @@ ], "indexSignatures": [ { - "id": 32435, + "id": 15917, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 32436, + "id": 15918, "name": "key", "variant": "param", "kind": 32768, @@ -615850,14 +626010,14 @@ { "type": "reflection", "declaration": { - "id": 32437, + "id": 15919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32438, + "id": 15920, "name": "availability", "variant": "declaration", "kind": 1024, @@ -615883,7 +626043,7 @@ } }, { - "id": 32439, + "id": 15921, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -615913,8 +626073,8 @@ { "title": "Properties", "children": [ - 32438, - 32439 + 15920, + 15921 ] } ], @@ -615937,14 +626097,14 @@ { "type": "reflection", "declaration": { - "id": 32440, + "id": 15922, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32441, + "id": 15923, "name": "availability", "variant": "declaration", "kind": 1024, @@ -615970,7 +626130,7 @@ } }, { - "id": 32442, + "id": 15924, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -616000,8 +626160,8 @@ { "title": "Properties", "children": [ - 32441, - 32442 + 15923, + 15924 ] } ], @@ -616056,14 +626216,14 @@ { "type": "reflection", "declaration": { - "id": 32443, + "id": 15925, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32444, + "id": 15926, "name": "config", "variant": "declaration", "kind": 2048, @@ -616077,7 +626237,7 @@ ], "signatures": [ { - "id": 32445, + "id": 15927, "name": "config", "variant": "signature", "kind": 4096, @@ -616091,7 +626251,7 @@ ], "parameters": [ { - "id": 32446, + "id": 15928, "name": "config", "variant": "param", "kind": 32768, @@ -616102,14 +626262,14 @@ { "type": "reflection", "declaration": { - "id": 32447, + "id": 15929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32448, + "id": 15930, "name": "name", "variant": "declaration", "kind": 1024, @@ -616133,7 +626293,7 @@ { "title": "Properties", "children": [ - 32448 + 15930 ] } ], @@ -616215,7 +626375,7 @@ { "title": "Methods", "children": [ - 32444 + 15926 ] } ], @@ -616256,14 +626416,14 @@ ] }, { - "id": 16596, + "id": 56, "name": "Workflows_Product", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 32451, + "id": 15933, "name": "batchLinkProductsToCollectionWorkflowId", "variant": "declaration", "kind": 32, @@ -616275,7 +626435,7 @@ "fileName": "core-flows/src/product/workflows/batch-link-products-collection.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L5" } ], "type": { @@ -616285,7 +626445,7 @@ "defaultValue": "\"batch-link-products-to-collection\"" }, { - "id": 32452, + "id": 15934, "name": "batchLinkProductsToCollectionWorkflow", "variant": "declaration", "kind": 64, @@ -616329,7 +626489,7 @@ }, "children": [ { - "id": 32460, + "id": 15942, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -616352,7 +626512,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32461, + "id": 15943, "name": "__type", "variant": "declaration", "kind": 65536, @@ -616366,7 +626526,7 @@ ], "signatures": [ { - "id": 32462, + "id": 15944, "name": "__type", "variant": "signature", "kind": 4096, @@ -616394,7 +626554,7 @@ ], "parameters": [ { - "id": 32463, + "id": 15945, "name": "param0", "variant": "param", "kind": 32768, @@ -616410,14 +626570,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32464, + "id": 15946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32465, + "id": 15947, "name": "input", "variant": "declaration", "kind": 1024, @@ -616477,7 +626637,7 @@ { "title": "Properties", "children": [ - 32465 + 15947 ] } ], @@ -616513,14 +626673,14 @@ { "type": "reflection", "declaration": { - "id": 32466, + "id": 15948, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32467, + "id": 15949, "name": "config", "variant": "declaration", "kind": 2048, @@ -616534,7 +626694,7 @@ ], "signatures": [ { - "id": 32468, + "id": 15950, "name": "config", "variant": "signature", "kind": 4096, @@ -616548,7 +626708,7 @@ ], "parameters": [ { - "id": 32469, + "id": 15951, "name": "config", "variant": "param", "kind": 32768, @@ -616559,14 +626719,14 @@ { "type": "reflection", "declaration": { - "id": 32470, + "id": 15952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32471, + "id": 15953, "name": "name", "variant": "declaration", "kind": 1024, @@ -616590,7 +626750,7 @@ { "title": "Properties", "children": [ - 32471 + 15953 ] } ], @@ -616667,7 +626827,7 @@ { "title": "Methods", "children": [ - 32467 + 15949 ] } ], @@ -616703,7 +626863,7 @@ } }, { - "id": 32472, + "id": 15954, "name": "run", "variant": "declaration", "kind": 1024, @@ -616726,7 +626886,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32473, + "id": 15955, "name": "__type", "variant": "declaration", "kind": 65536, @@ -616740,7 +626900,7 @@ ], "signatures": [ { - "id": 32474, + "id": 15956, "name": "__type", "variant": "signature", "kind": 4096, @@ -616768,7 +626928,7 @@ ], "typeParameters": [ { - "id": 32475, + "id": 15957, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -616779,7 +626939,7 @@ } }, { - "id": 32476, + "id": 15958, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -616792,7 +626952,7 @@ ], "parameters": [ { - "id": 32477, + "id": 15959, "name": "args", "variant": "param", "kind": 32768, @@ -616825,7 +626985,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -616845,7 +627005,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -616878,7 +627038,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -616893,7 +627053,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -616913,7 +627073,7 @@ } }, { - "id": 32478, + "id": 15960, "name": "getName", "variant": "declaration", "kind": 1024, @@ -616936,7 +627096,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32479, + "id": 15961, "name": "__type", "variant": "declaration", "kind": 65536, @@ -616950,7 +627110,7 @@ ], "signatures": [ { - "id": 32480, + "id": 15962, "name": "__type", "variant": "signature", "kind": 4096, @@ -616972,7 +627132,7 @@ } }, { - "id": 32481, + "id": 15963, "name": "config", "variant": "declaration", "kind": 1024, @@ -616995,7 +627155,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32482, + "id": 15964, "name": "__type", "variant": "declaration", "kind": 65536, @@ -617009,7 +627169,7 @@ ], "signatures": [ { - "id": 32483, + "id": 15965, "name": "__type", "variant": "signature", "kind": 4096, @@ -617023,7 +627183,7 @@ ], "parameters": [ { - "id": 32484, + "id": 15966, "name": "config", "variant": "param", "kind": 32768, @@ -617049,7 +627209,7 @@ } }, { - "id": 32485, + "id": 15967, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -617072,7 +627232,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32486, + "id": 15968, "name": "__type", "variant": "declaration", "kind": 65536, @@ -617086,14 +627246,14 @@ ], "indexSignatures": [ { - "id": 32487, + "id": 15969, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 32488, + "id": 15970, "name": "key", "variant": "param", "kind": 32768, @@ -617107,7 +627267,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32489, + "id": 15971, "name": "__type", "variant": "declaration", "kind": 65536, @@ -617121,7 +627281,7 @@ ], "signatures": [ { - "id": 32490, + "id": 15972, "name": "__type", "variant": "signature", "kind": 4096, @@ -617135,14 +627295,14 @@ ], "typeParameters": [ { - "id": 32491, + "id": 15973, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32492, + "id": 15974, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -617151,7 +627311,7 @@ ], "parameters": [ { - "id": 32493, + "id": 15975, "name": "invoke", "variant": "param", "kind": 32768, @@ -617169,14 +627329,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -617187,7 +627347,7 @@ } }, { - "id": 32494, + "id": 15976, "name": "compensate", "variant": "param", "kind": 32768, @@ -617203,7 +627363,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -617230,7 +627390,7 @@ ], "documents": [ { - "id": 38061, + "id": 21553, "name": "batchLinkProductsToCollectionStep", "variant": "document", "kind": 8388608, @@ -617246,6 +627406,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15755" + } + ] } ], "modifierTags": [ @@ -617257,21 +627426,21 @@ } ], "childrenIncludingDocuments": [ - 32460, - 32472, - 32478, - 32481, - 32485 + 15942, + 15954, + 15960, + 15963, + 15967 ], "groups": [ { "title": "Properties", "children": [ - 32460, - 32472, - 32478, - 32481, - 32485 + 15942, + 15954, + 15960, + 15963, + 15967 ] } ], @@ -617280,12 +627449,12 @@ "fileName": "core-flows/src/product/workflows/batch-link-products-collection.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L28" } ], "signatures": [ { - "id": 32453, + "id": 15935, "name": "batchLinkProductsToCollectionWorkflow", "variant": "signature", "kind": 4096, @@ -617332,12 +627501,12 @@ "fileName": "core-flows/src/product/workflows/batch-link-products-collection.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts#L28" } ], "typeParameters": [ { - "id": 32454, + "id": 15936, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -617348,7 +627517,7 @@ } }, { - "id": 32455, + "id": 15937, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -617361,7 +627530,7 @@ ], "parameters": [ { - "id": 32456, + "id": 15938, "name": "container", "variant": "param", "kind": 32768, @@ -617385,14 +627554,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32457, + "id": 15939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32458, + "id": 15940, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -617415,7 +627584,7 @@ } }, { - "id": 32459, + "id": 15941, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -617442,8 +627611,8 @@ { "title": "Properties", "children": [ - 32458, - 32459 + 15940, + 15941 ] } ], @@ -617527,14 +627696,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -617549,7 +627718,7 @@ ] }, { - "id": 32503, + "id": 15985, "name": "batchProductVariantsWorkflowId", "variant": "declaration", "kind": 32, @@ -617561,7 +627730,7 @@ "fileName": "core-flows/src/product/workflows/batch-product-variants.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L32" } ], "type": { @@ -617571,7 +627740,7 @@ "defaultValue": "\"batch-product-variants\"" }, { - "id": 32504, + "id": 15986, "name": "batchProductVariantsWorkflow", "variant": "declaration", "kind": 64, @@ -617624,7 +627793,7 @@ }, "children": [ { - "id": 32512, + "id": 15994, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -617647,7 +627816,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32513, + "id": 15995, "name": "__type", "variant": "declaration", "kind": 65536, @@ -617661,7 +627830,7 @@ ], "signatures": [ { - "id": 32514, + "id": 15996, "name": "__type", "variant": "signature", "kind": 4096, @@ -617689,7 +627858,7 @@ ], "parameters": [ { - "id": 32515, + "id": 15997, "name": "param0", "variant": "param", "kind": 32768, @@ -617705,14 +627874,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32516, + "id": 15998, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32517, + "id": 15999, "name": "input", "variant": "declaration", "kind": 1024, @@ -617737,7 +627906,7 @@ "types": [ { "type": "reference", - "target": 32495, + "target": 15977, "name": "BatchProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -617750,7 +627919,7 @@ "typeArguments": [ { "type": "reference", - "target": 32495, + "target": 15977, "name": "BatchProductVariantsWorkflowInput", "package": "@medusajs/core-flows" } @@ -617766,7 +627935,7 @@ { "title": "Properties", "children": [ - 32517 + 15999 ] } ], @@ -617787,14 +627956,14 @@ { "type": "reflection", "declaration": { - "id": 32518, + "id": 16000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32519, + "id": 16001, "name": "created", "variant": "declaration", "kind": 1024, @@ -617856,7 +628025,7 @@ } }, { - "id": 32520, + "id": 16002, "name": "updated", "variant": "declaration", "kind": 1024, @@ -617918,7 +628087,7 @@ } }, { - "id": 32521, + "id": 16003, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -617974,9 +628143,9 @@ { "title": "Properties", "children": [ - 32519, - 32520, - 32521 + 16001, + 16002, + 16003 ] } ], @@ -617991,7 +628160,7 @@ }, { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -618004,7 +628173,7 @@ "typeArguments": [ { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -618015,14 +628184,14 @@ { "type": "reflection", "declaration": { - "id": 32522, + "id": 16004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32523, + "id": 16005, "name": "config", "variant": "declaration", "kind": 2048, @@ -618036,7 +628205,7 @@ ], "signatures": [ { - "id": 32524, + "id": 16006, "name": "config", "variant": "signature", "kind": 4096, @@ -618050,7 +628219,7 @@ ], "parameters": [ { - "id": 32525, + "id": 16007, "name": "config", "variant": "param", "kind": 32768, @@ -618061,14 +628230,14 @@ { "type": "reflection", "declaration": { - "id": 32526, + "id": 16008, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32527, + "id": 16009, "name": "name", "variant": "declaration", "kind": 1024, @@ -618092,7 +628261,7 @@ { "title": "Properties", "children": [ - 32527 + 16009 ] } ], @@ -618155,7 +628324,7 @@ "typeArguments": [ { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -618171,7 +628340,7 @@ { "title": "Methods", "children": [ - 32523 + 16005 ] } ], @@ -618193,7 +628362,7 @@ "typeArguments": [ { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -618209,7 +628378,7 @@ } }, { - "id": 32528, + "id": 16010, "name": "run", "variant": "declaration", "kind": 1024, @@ -618232,7 +628401,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32529, + "id": 16011, "name": "__type", "variant": "declaration", "kind": 65536, @@ -618246,7 +628415,7 @@ ], "signatures": [ { - "id": 32530, + "id": 16012, "name": "__type", "variant": "signature", "kind": 4096, @@ -618274,7 +628443,7 @@ ], "typeParameters": [ { - "id": 32531, + "id": 16013, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -618285,7 +628454,7 @@ } }, { - "id": 32532, + "id": 16014, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -618298,7 +628467,7 @@ ], "parameters": [ { - "id": 32533, + "id": 16015, "name": "args", "variant": "param", "kind": 32768, @@ -618331,7 +628500,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -618342,13 +628511,13 @@ }, "trueType": { "type": "reference", - "target": 32495, + "target": 15977, "name": "BatchProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -618381,7 +628550,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -618392,13 +628561,13 @@ }, "trueType": { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -618418,7 +628587,7 @@ } }, { - "id": 32534, + "id": 16016, "name": "getName", "variant": "declaration", "kind": 1024, @@ -618441,7 +628610,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32535, + "id": 16017, "name": "__type", "variant": "declaration", "kind": 65536, @@ -618455,7 +628624,7 @@ ], "signatures": [ { - "id": 32536, + "id": 16018, "name": "__type", "variant": "signature", "kind": 4096, @@ -618477,7 +628646,7 @@ } }, { - "id": 32537, + "id": 16019, "name": "config", "variant": "declaration", "kind": 1024, @@ -618500,7 +628669,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32538, + "id": 16020, "name": "__type", "variant": "declaration", "kind": 65536, @@ -618514,7 +628683,7 @@ ], "signatures": [ { - "id": 32539, + "id": 16021, "name": "__type", "variant": "signature", "kind": 4096, @@ -618528,7 +628697,7 @@ ], "parameters": [ { - "id": 32540, + "id": 16022, "name": "config", "variant": "param", "kind": 32768, @@ -618554,7 +628723,7 @@ } }, { - "id": 32541, + "id": 16023, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -618582,7 +628751,7 @@ ], "documents": [ { - "id": 38062, + "id": 21554, "name": "createProductVariantsWorkflow", "variant": "document", "kind": 8388608, @@ -618598,6 +628767,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "16342" + } + ] } ], "modifierTags": [ @@ -618608,7 +628786,7 @@ "frontmatter": {} }, { - "id": 38063, + "id": 21555, "name": "updateProductVariantsWorkflow", "variant": "document", "kind": 8388608, @@ -618624,6 +628802,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17178" + } + ] } ], "modifierTags": [ @@ -618634,7 +628821,7 @@ "frontmatter": {} }, { - "id": 38064, + "id": 21556, "name": "deleteProductVariantsWorkflow", "variant": "document", "kind": 8388608, @@ -618650,6 +628837,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "16867" + } + ] } ], "modifierTags": [ @@ -618661,21 +628857,21 @@ } ], "childrenIncludingDocuments": [ - 32512, - 32528, - 32534, - 32537, - 32541 + 15994, + 16010, + 16016, + 16019, + 16023 ], "groups": [ { "title": "Properties", "children": [ - 32512, - 32528, - 32534, - 32537, - 32541 + 15994, + 16010, + 16016, + 16019, + 16023 ] } ], @@ -618684,12 +628880,12 @@ "fileName": "core-flows/src/product/workflows/batch-product-variants.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L73" } ], "signatures": [ { - "id": 32505, + "id": 15987, "name": "batchProductVariantsWorkflow", "variant": "signature", "kind": 4096, @@ -618745,12 +628941,12 @@ "fileName": "core-flows/src/product/workflows/batch-product-variants.ts", "line": 73, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L73" } ], "typeParameters": [ { - "id": 32506, + "id": 15988, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -618761,7 +628957,7 @@ } }, { - "id": 32507, + "id": 15989, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -618774,7 +628970,7 @@ ], "parameters": [ { - "id": 32508, + "id": 15990, "name": "container", "variant": "param", "kind": 32768, @@ -618798,14 +628994,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32509, + "id": 15991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32510, + "id": 15992, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -618828,7 +629024,7 @@ } }, { - "id": 32511, + "id": 15993, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -618855,8 +629051,8 @@ { "title": "Properties", "children": [ - 32510, - 32511 + 15992, + 15993 ] } ], @@ -618927,26 +629123,26 @@ "typeArguments": [ { "type": "reference", - "target": 32495, + "target": 15977, "name": "BatchProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 32499, + "target": 15981, "name": "BatchProductVariantsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -618961,7 +629157,7 @@ ] }, { - "id": 32546, + "id": 16028, "name": "batchProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -618973,7 +629169,7 @@ "fileName": "core-flows/src/product/workflows/batch-products.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products.ts#L27" } ], "type": { @@ -618983,7 +629179,7 @@ "defaultValue": "\"batch-products\"" }, { - "id": 32547, + "id": 16029, "name": "batchProductsWorkflow", "variant": "declaration", "kind": 64, @@ -619028,7 +629224,7 @@ "content": [ { "kind": "text", - "text": "product,link,event bus,workflow,pricing,inventory,remote query,query" + "text": "query,product,link,event bus,workflow,pricing,inventory,remote query" } ] } @@ -619036,7 +629232,7 @@ }, "children": [ { - "id": 32555, + "id": 16037, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -619059,7 +629255,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32556, + "id": 16038, "name": "__type", "variant": "declaration", "kind": 65536, @@ -619073,7 +629269,7 @@ ], "signatures": [ { - "id": 32557, + "id": 16039, "name": "__type", "variant": "signature", "kind": 4096, @@ -619101,7 +629297,7 @@ ], "parameters": [ { - "id": 32558, + "id": 16040, "name": "param0", "variant": "param", "kind": 32768, @@ -619117,14 +629313,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32559, + "id": 16041, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32560, + "id": 16042, "name": "input", "variant": "declaration", "kind": 1024, @@ -619149,7 +629345,7 @@ "types": [ { "type": "reference", - "target": 32542, + "target": 16024, "name": "BatchProductWorkflowInput", "package": "@medusajs/core-flows" }, @@ -619162,7 +629358,7 @@ "typeArguments": [ { "type": "reference", - "target": 32542, + "target": 16024, "name": "BatchProductWorkflowInput", "package": "@medusajs/core-flows" } @@ -619178,7 +629374,7 @@ { "title": "Properties", "children": [ - 32560 + 16042 ] } ], @@ -619199,14 +629395,14 @@ { "type": "reflection", "declaration": { - "id": 32561, + "id": 16043, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32562, + "id": 16044, "name": "created", "variant": "declaration", "kind": 1024, @@ -619268,7 +629464,7 @@ } }, { - "id": 32563, + "id": 16045, "name": "updated", "variant": "declaration", "kind": 1024, @@ -619330,7 +629526,7 @@ } }, { - "id": 32564, + "id": 16046, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -619386,9 +629582,9 @@ { "title": "Properties", "children": [ - 32562, - 32563, - 32564 + 16044, + 16045, + 16046 ] } ], @@ -619455,14 +629651,14 @@ { "type": "reflection", "declaration": { - "id": 32565, + "id": 16047, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32566, + "id": 16048, "name": "config", "variant": "declaration", "kind": 2048, @@ -619476,7 +629672,7 @@ ], "signatures": [ { - "id": 32567, + "id": 16049, "name": "config", "variant": "signature", "kind": 4096, @@ -619490,7 +629686,7 @@ ], "parameters": [ { - "id": 32568, + "id": 16050, "name": "config", "variant": "param", "kind": 32768, @@ -619501,14 +629697,14 @@ { "type": "reflection", "declaration": { - "id": 32569, + "id": 16051, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32570, + "id": 16052, "name": "name", "variant": "declaration", "kind": 1024, @@ -619532,7 +629728,7 @@ { "title": "Properties", "children": [ - 32570 + 16052 ] } ], @@ -619625,7 +629821,7 @@ { "title": "Methods", "children": [ - 32566 + 16048 ] } ], @@ -619677,7 +629873,7 @@ } }, { - "id": 32571, + "id": 16053, "name": "run", "variant": "declaration", "kind": 1024, @@ -619700,7 +629896,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32572, + "id": 16054, "name": "__type", "variant": "declaration", "kind": 65536, @@ -619714,7 +629910,7 @@ ], "signatures": [ { - "id": 32573, + "id": 16055, "name": "__type", "variant": "signature", "kind": 4096, @@ -619742,7 +629938,7 @@ ], "typeParameters": [ { - "id": 32574, + "id": 16056, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -619753,7 +629949,7 @@ } }, { - "id": 32575, + "id": 16057, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -619766,7 +629962,7 @@ ], "parameters": [ { - "id": 32576, + "id": 16058, "name": "args", "variant": "param", "kind": 32768, @@ -619799,7 +629995,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -619810,13 +630006,13 @@ }, "trueType": { "type": "reference", - "target": 32542, + "target": 16024, "name": "BatchProductWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -619849,7 +630045,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -619880,7 +630076,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -619900,7 +630096,7 @@ } }, { - "id": 32577, + "id": 16059, "name": "getName", "variant": "declaration", "kind": 1024, @@ -619923,7 +630119,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32578, + "id": 16060, "name": "__type", "variant": "declaration", "kind": 65536, @@ -619937,7 +630133,7 @@ ], "signatures": [ { - "id": 32579, + "id": 16061, "name": "__type", "variant": "signature", "kind": 4096, @@ -619959,7 +630155,7 @@ } }, { - "id": 32580, + "id": 16062, "name": "config", "variant": "declaration", "kind": 1024, @@ -619982,7 +630178,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32581, + "id": 16063, "name": "__type", "variant": "declaration", "kind": 65536, @@ -619996,7 +630192,7 @@ ], "signatures": [ { - "id": 32582, + "id": 16064, "name": "__type", "variant": "signature", "kind": 4096, @@ -620010,7 +630206,7 @@ ], "parameters": [ { - "id": 32583, + "id": 16065, "name": "config", "variant": "param", "kind": 32768, @@ -620036,7 +630232,7 @@ } }, { - "id": 32584, + "id": 16066, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -620064,7 +630260,7 @@ ], "documents": [ { - "id": 38065, + "id": 21557, "name": "createProductsWorkflow", "variant": "document", "kind": 8388608, @@ -620080,6 +630276,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "16650" + } + ] } ], "modifierTags": [ @@ -620090,7 +630295,7 @@ "frontmatter": {} }, { - "id": 38066, + "id": 21558, "name": "updateProductsWorkflow", "variant": "document", "kind": 8388608, @@ -620106,6 +630311,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17487" + } + ] } ], "modifierTags": [ @@ -620116,7 +630330,7 @@ "frontmatter": {} }, { - "id": 38067, + "id": 21559, "name": "deleteProductsWorkflow", "variant": "document", "kind": 8388608, @@ -620132,6 +630346,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "16909" + } + ] } ], "modifierTags": [ @@ -620143,21 +630366,21 @@ } ], "childrenIncludingDocuments": [ - 32555, - 32571, - 32577, - 32580, - 32584 + 16037, + 16053, + 16059, + 16062, + 16066 ], "groups": [ { "title": "Properties", "children": [ - 32555, - 32571, - 32577, - 32580, - 32584 + 16037, + 16053, + 16059, + 16062, + 16066 ] } ], @@ -620166,12 +630389,12 @@ "fileName": "core-flows/src/product/workflows/batch-products.ts", "line": 78, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products.ts#L78" } ], "signatures": [ { - "id": 32548, + "id": 16030, "name": "batchProductsWorkflow", "variant": "signature", "kind": 4096, @@ -620216,7 +630439,7 @@ "content": [ { "kind": "text", - "text": "product,link,event bus,workflow,pricing,inventory,remote query,query" + "text": "query,product,link,event bus,workflow,pricing,inventory,remote query" } ] } @@ -620227,12 +630450,12 @@ "fileName": "core-flows/src/product/workflows/batch-products.ts", "line": 78, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products.ts#L78" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products.ts#L78" } ], "typeParameters": [ { - "id": 32549, + "id": 16031, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -620243,7 +630466,7 @@ } }, { - "id": 32550, + "id": 16032, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -620256,7 +630479,7 @@ ], "parameters": [ { - "id": 32551, + "id": 16033, "name": "container", "variant": "param", "kind": 32768, @@ -620280,14 +630503,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32552, + "id": 16034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32553, + "id": 16035, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -620310,7 +630533,7 @@ } }, { - "id": 32554, + "id": 16036, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -620337,8 +630560,8 @@ { "title": "Properties", "children": [ - 32553, - 32554 + 16035, + 16036 ] } ], @@ -620409,7 +630632,7 @@ "typeArguments": [ { "type": "reference", - "target": 32542, + "target": 16024, "name": "BatchProductWorkflowInput", "package": "@medusajs/core-flows" }, @@ -620435,14 +630658,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -620457,7 +630680,7 @@ ] }, { - "id": 32585, + "id": 16067, "name": "batchLinkProductsToCategoryWorkflowId", "variant": "declaration", "kind": 32, @@ -620469,7 +630692,7 @@ "fileName": "core-flows/src/product/workflows/batch-products-in-category.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L5" } ], "type": { @@ -620479,7 +630702,7 @@ "defaultValue": "\"batch-link-products-to-category\"" }, { - "id": 32586, + "id": 16068, "name": "batchLinkProductsToCategoryWorkflow", "variant": "declaration", "kind": 64, @@ -620523,7 +630746,7 @@ }, "children": [ { - "id": 32594, + "id": 16076, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -620546,7 +630769,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32595, + "id": 16077, "name": "__type", "variant": "declaration", "kind": 65536, @@ -620560,7 +630783,7 @@ ], "signatures": [ { - "id": 32596, + "id": 16078, "name": "__type", "variant": "signature", "kind": 4096, @@ -620588,7 +630811,7 @@ ], "parameters": [ { - "id": 32597, + "id": 16079, "name": "param0", "variant": "param", "kind": 32768, @@ -620604,14 +630827,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32598, + "id": 16080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32599, + "id": 16081, "name": "input", "variant": "declaration", "kind": 1024, @@ -620671,7 +630894,7 @@ { "title": "Properties", "children": [ - 32599 + 16081 ] } ], @@ -620707,14 +630930,14 @@ { "type": "reflection", "declaration": { - "id": 32600, + "id": 16082, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32601, + "id": 16083, "name": "config", "variant": "declaration", "kind": 2048, @@ -620728,7 +630951,7 @@ ], "signatures": [ { - "id": 32602, + "id": 16084, "name": "config", "variant": "signature", "kind": 4096, @@ -620742,7 +630965,7 @@ ], "parameters": [ { - "id": 32603, + "id": 16085, "name": "config", "variant": "param", "kind": 32768, @@ -620753,14 +630976,14 @@ { "type": "reflection", "declaration": { - "id": 32604, + "id": 16086, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32605, + "id": 16087, "name": "name", "variant": "declaration", "kind": 1024, @@ -620784,7 +631007,7 @@ { "title": "Properties", "children": [ - 32605 + 16087 ] } ], @@ -620861,7 +631084,7 @@ { "title": "Methods", "children": [ - 32601 + 16083 ] } ], @@ -620897,7 +631120,7 @@ } }, { - "id": 32606, + "id": 16088, "name": "run", "variant": "declaration", "kind": 1024, @@ -620920,7 +631143,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32607, + "id": 16089, "name": "__type", "variant": "declaration", "kind": 65536, @@ -620934,7 +631157,7 @@ ], "signatures": [ { - "id": 32608, + "id": 16090, "name": "__type", "variant": "signature", "kind": 4096, @@ -620962,7 +631185,7 @@ ], "typeParameters": [ { - "id": 32609, + "id": 16091, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -620973,7 +631196,7 @@ } }, { - "id": 32610, + "id": 16092, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -620986,7 +631209,7 @@ ], "parameters": [ { - "id": 32611, + "id": 16093, "name": "args", "variant": "param", "kind": 32768, @@ -621019,7 +631242,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621039,7 +631262,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621072,7 +631295,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621087,7 +631310,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621107,7 +631330,7 @@ } }, { - "id": 32612, + "id": 16094, "name": "getName", "variant": "declaration", "kind": 1024, @@ -621130,7 +631353,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32613, + "id": 16095, "name": "__type", "variant": "declaration", "kind": 65536, @@ -621144,7 +631367,7 @@ ], "signatures": [ { - "id": 32614, + "id": 16096, "name": "__type", "variant": "signature", "kind": 4096, @@ -621166,7 +631389,7 @@ } }, { - "id": 32615, + "id": 16097, "name": "config", "variant": "declaration", "kind": 1024, @@ -621189,7 +631412,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32616, + "id": 16098, "name": "__type", "variant": "declaration", "kind": 65536, @@ -621203,7 +631426,7 @@ ], "signatures": [ { - "id": 32617, + "id": 16099, "name": "__type", "variant": "signature", "kind": 4096, @@ -621217,7 +631440,7 @@ ], "parameters": [ { - "id": 32618, + "id": 16100, "name": "config", "variant": "param", "kind": 32768, @@ -621243,7 +631466,7 @@ } }, { - "id": 32619, + "id": 16101, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -621266,7 +631489,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32620, + "id": 16102, "name": "__type", "variant": "declaration", "kind": 65536, @@ -621280,14 +631503,14 @@ ], "indexSignatures": [ { - "id": 32621, + "id": 16103, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 32622, + "id": 16104, "name": "key", "variant": "param", "kind": 32768, @@ -621301,7 +631524,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32623, + "id": 16105, "name": "__type", "variant": "declaration", "kind": 65536, @@ -621315,7 +631538,7 @@ ], "signatures": [ { - "id": 32624, + "id": 16106, "name": "__type", "variant": "signature", "kind": 4096, @@ -621329,14 +631552,14 @@ ], "typeParameters": [ { - "id": 32625, + "id": 16107, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32626, + "id": 16108, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -621345,7 +631568,7 @@ ], "parameters": [ { - "id": 32627, + "id": 16109, "name": "invoke", "variant": "param", "kind": 32768, @@ -621363,14 +631586,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621381,7 +631604,7 @@ } }, { - "id": 32628, + "id": 16110, "name": "compensate", "variant": "param", "kind": 32768, @@ -621397,7 +631620,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621424,7 +631647,7 @@ ], "documents": [ { - "id": 38068, + "id": 21560, "name": "batchLinkProductsToCategoryStep", "variant": "document", "kind": 8388608, @@ -621440,6 +631663,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15761" + } + ] } ], "modifierTags": [ @@ -621451,21 +631683,21 @@ } ], "childrenIncludingDocuments": [ - 32594, - 32606, - 32612, - 32615, - 32619 + 16076, + 16088, + 16094, + 16097, + 16101 ], "groups": [ { "title": "Properties", "children": [ - 32594, - 32606, - 32612, - 32615, - 32619 + 16076, + 16088, + 16094, + 16097, + 16101 ] } ], @@ -621474,12 +631706,12 @@ "fileName": "core-flows/src/product/workflows/batch-products-in-category.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L27" } ], "signatures": [ { - "id": 32587, + "id": 16069, "name": "batchLinkProductsToCategoryWorkflow", "variant": "signature", "kind": 4096, @@ -621526,12 +631758,12 @@ "fileName": "core-flows/src/product/workflows/batch-products-in-category.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products-in-category.ts#L27" } ], "typeParameters": [ { - "id": 32588, + "id": 16070, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -621542,7 +631774,7 @@ } }, { - "id": 32589, + "id": 16071, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -621555,7 +631787,7 @@ ], "parameters": [ { - "id": 32590, + "id": 16072, "name": "container", "variant": "param", "kind": 32768, @@ -621579,14 +631811,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32591, + "id": 16073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32592, + "id": 16074, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -621609,7 +631841,7 @@ } }, { - "id": 32593, + "id": 16075, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -621636,8 +631868,8 @@ { "title": "Properties", "children": [ - 32592, - 32593 + 16074, + 16075 ] } ], @@ -621721,14 +631953,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -621743,7 +631975,7 @@ ] }, { - "id": 32631, + "id": 16113, "name": "collections", "variant": "declaration", "kind": 1024, @@ -621761,7 +631993,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L20" } ], "type": { @@ -621779,7 +632011,7 @@ } }, { - "id": 32632, + "id": 16114, "name": "createCollectionsWorkflowId", "variant": "declaration", "kind": 32, @@ -621791,7 +632023,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L23" } ], "type": { @@ -621801,7 +632033,7 @@ "defaultValue": "\"create-collections\"" }, { - "id": 32633, + "id": 16115, "name": "createCollectionsWorkflow", "variant": "declaration", "kind": 64, @@ -621853,7 +632085,7 @@ }, "children": [ { - "id": 32641, + "id": 16123, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -621876,7 +632108,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32642, + "id": 16124, "name": "__type", "variant": "declaration", "kind": 65536, @@ -621890,7 +632122,7 @@ ], "signatures": [ { - "id": 32643, + "id": 16125, "name": "__type", "variant": "signature", "kind": 4096, @@ -621918,7 +632150,7 @@ ], "parameters": [ { - "id": 32644, + "id": 16126, "name": "param0", "variant": "param", "kind": 32768, @@ -621934,14 +632166,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32645, + "id": 16127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32646, + "id": 16128, "name": "input", "variant": "declaration", "kind": 1024, @@ -621966,7 +632198,7 @@ "types": [ { "type": "reference", - "target": 32629, + "target": 16111, "name": "CreateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -621979,7 +632211,7 @@ "typeArguments": [ { "type": "reference", - "target": 32629, + "target": 16111, "name": "CreateCollectionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -621995,7 +632227,7 @@ { "title": "Properties", "children": [ - 32646 + 16128 ] } ], @@ -622088,14 +632320,14 @@ { "type": "reflection", "declaration": { - "id": 32647, + "id": 16129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32648, + "id": 16130, "name": "config", "variant": "declaration", "kind": 2048, @@ -622109,7 +632341,7 @@ ], "signatures": [ { - "id": 32649, + "id": 16131, "name": "config", "variant": "signature", "kind": 4096, @@ -622123,7 +632355,7 @@ ], "parameters": [ { - "id": 32650, + "id": 16132, "name": "config", "variant": "param", "kind": 32768, @@ -622134,14 +632366,14 @@ { "type": "reflection", "declaration": { - "id": 32651, + "id": 16133, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32652, + "id": 16134, "name": "name", "variant": "declaration", "kind": 1024, @@ -622165,7 +632397,7 @@ { "title": "Properties", "children": [ - 32652 + 16134 ] } ], @@ -622250,7 +632482,7 @@ { "title": "Methods", "children": [ - 32648 + 16130 ] } ], @@ -622294,7 +632526,7 @@ } }, { - "id": 32653, + "id": 16135, "name": "run", "variant": "declaration", "kind": 1024, @@ -622317,7 +632549,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32654, + "id": 16136, "name": "__type", "variant": "declaration", "kind": 65536, @@ -622331,7 +632563,7 @@ ], "signatures": [ { - "id": 32655, + "id": 16137, "name": "__type", "variant": "signature", "kind": 4096, @@ -622359,7 +632591,7 @@ ], "typeParameters": [ { - "id": 32656, + "id": 16138, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -622370,7 +632602,7 @@ } }, { - "id": 32657, + "id": 16139, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -622383,7 +632615,7 @@ ], "parameters": [ { - "id": 32658, + "id": 16140, "name": "args", "variant": "param", "kind": 32768, @@ -622416,7 +632648,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -622427,13 +632659,13 @@ }, "trueType": { "type": "reference", - "target": 32629, + "target": 16111, "name": "CreateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -622466,7 +632698,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -622489,7 +632721,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -622509,7 +632741,7 @@ } }, { - "id": 32659, + "id": 16141, "name": "getName", "variant": "declaration", "kind": 1024, @@ -622532,7 +632764,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32660, + "id": 16142, "name": "__type", "variant": "declaration", "kind": 65536, @@ -622546,7 +632778,7 @@ ], "signatures": [ { - "id": 32661, + "id": 16143, "name": "__type", "variant": "signature", "kind": 4096, @@ -622568,7 +632800,7 @@ } }, { - "id": 32662, + "id": 16144, "name": "config", "variant": "declaration", "kind": 1024, @@ -622591,7 +632823,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32663, + "id": 16145, "name": "__type", "variant": "declaration", "kind": 65536, @@ -622605,7 +632837,7 @@ ], "signatures": [ { - "id": 32664, + "id": 16146, "name": "__type", "variant": "signature", "kind": 4096, @@ -622619,7 +632851,7 @@ ], "parameters": [ { - "id": 32665, + "id": 16147, "name": "config", "variant": "param", "kind": 32768, @@ -622645,7 +632877,7 @@ } }, { - "id": 32666, + "id": 16148, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -622668,14 +632900,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32667, + "id": 16149, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32668, + "id": 16150, "name": "collectionsCreated", "variant": "declaration", "kind": 1024, @@ -622683,7 +632915,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32669, + "id": 16151, "name": "__type", "variant": "declaration", "kind": 65536, @@ -622697,7 +632929,7 @@ ], "signatures": [ { - "id": 32670, + "id": 16152, "name": "__type", "variant": "signature", "kind": 4096, @@ -622711,14 +632943,14 @@ ], "typeParameters": [ { - "id": 32671, + "id": 16153, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32672, + "id": 16154, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -622727,7 +632959,7 @@ ], "parameters": [ { - "id": 32673, + "id": 16155, "name": "invoke", "variant": "param", "kind": 32768, @@ -622742,14 +632974,14 @@ { "type": "reflection", "declaration": { - "id": 32674, + "id": 16156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32675, + "id": 16157, "name": "collections", "variant": "declaration", "kind": 1024, @@ -622759,7 +632991,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" } ], "type": { @@ -622840,14 +633072,14 @@ { "type": "reflection", "declaration": { - "id": 32676, + "id": 16158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32677, + "id": 16159, "name": "config", "variant": "declaration", "kind": 2048, @@ -622861,7 +633093,7 @@ ], "signatures": [ { - "id": 32678, + "id": 16160, "name": "config", "variant": "signature", "kind": 4096, @@ -622875,7 +633107,7 @@ ], "parameters": [ { - "id": 32679, + "id": 16161, "name": "config", "variant": "param", "kind": 32768, @@ -622886,14 +633118,14 @@ { "type": "reflection", "declaration": { - "id": 32680, + "id": 16162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32681, + "id": 16163, "name": "name", "variant": "declaration", "kind": 1024, @@ -622917,7 +633149,7 @@ { "title": "Properties", "children": [ - 32681 + 16163 ] } ], @@ -623002,7 +633234,7 @@ { "title": "Methods", "children": [ - 32677 + 16159 ] } ], @@ -623042,7 +633274,7 @@ } }, { - "id": 32682, + "id": 16164, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -623060,7 +633292,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" } ], "type": { @@ -623083,8 +633315,8 @@ { "title": "Properties", "children": [ - 32675, - 32682 + 16157, + 16164 ] } ], @@ -623093,21 +633325,21 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 70, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L70" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -623118,7 +633350,7 @@ } }, { - "id": 32683, + "id": 16165, "name": "compensate", "variant": "param", "kind": 32768, @@ -623134,7 +633366,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -623153,13 +633385,86 @@ ] } } + }, + { + "id": 21563, + "name": "collectionsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the collections are created. You can consume this hook to perform custom actions on the created collections." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCollectionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCollectionsWorkflow.hooks.collectionsCreated(\n\t(async ({ collections, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21564, + "name": "collectionsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21565, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16156, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 32668 + 16150 + ] + }, + { + "title": "Functions", + "children": [ + 21563 ] } ], @@ -623176,7 +633481,7 @@ ], "documents": [ { - "id": 38069, + "id": 21561, "name": "createCollectionsStep", "variant": "document", "kind": 8388608, @@ -623192,6 +633497,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15720" + } + ] } ], "modifierTags": [ @@ -623202,7 +633516,7 @@ "frontmatter": {} }, { - "id": 38070, + "id": 21562, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -623218,6 +633532,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -623228,7 +633551,7 @@ "frontmatter": {} }, { - "id": 38074, + "id": 21566, "name": "collectionsCreated", "variant": "document", "kind": 8388608, @@ -623244,6 +633567,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21563" + } + ] } ], "modifierTags": [ @@ -623255,21 +633587,21 @@ } ], "childrenIncludingDocuments": [ - 32641, - 32653, - 32659, - 32662, - 32666 + 16123, + 16135, + 16141, + 16144, + 16148 ], "groups": [ { "title": "Properties", "children": [ - 32641, - 32653, - 32659, - 32662, - 32666 + 16123, + 16135, + 16141, + 16144, + 16148 ] } ], @@ -623278,12 +633610,12 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L54" } ], "signatures": [ { - "id": 32634, + "id": 16116, "name": "createCollectionsWorkflow", "variant": "signature", "kind": 4096, @@ -623338,12 +633670,12 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L54" } ], "typeParameters": [ { - "id": 32635, + "id": 16117, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -623354,7 +633686,7 @@ } }, { - "id": 32636, + "id": 16118, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -623367,7 +633699,7 @@ ], "parameters": [ { - "id": 32637, + "id": 16119, "name": "container", "variant": "param", "kind": 32768, @@ -623391,14 +633723,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32638, + "id": 16120, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32639, + "id": 16121, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -623421,7 +633753,7 @@ } }, { - "id": 32640, + "id": 16122, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -623448,8 +633780,8 @@ { "title": "Properties", "children": [ - 32639, - 32640 + 16121, + 16122 ] } ], @@ -623520,7 +633852,7 @@ "typeArguments": [ { "type": "reference", - "target": 32629, + "target": 16111, "name": "CreateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -623538,14 +633870,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -623560,14 +633892,14 @@ ] }, { - "id": 32674, + "id": 16156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32675, + "id": 16157, "name": "collections", "variant": "declaration", "kind": 1024, @@ -623577,7 +633909,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" } ], "type": { @@ -623658,14 +633990,14 @@ { "type": "reflection", "declaration": { - "id": 32676, + "id": 16158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32677, + "id": 16159, "name": "config", "variant": "declaration", "kind": 2048, @@ -623679,7 +634011,7 @@ ], "signatures": [ { - "id": 32678, + "id": 16160, "name": "config", "variant": "signature", "kind": 4096, @@ -623693,7 +634025,7 @@ ], "parameters": [ { - "id": 32679, + "id": 16161, "name": "config", "variant": "param", "kind": 32768, @@ -623704,14 +634036,14 @@ { "type": "reflection", "declaration": { - "id": 32680, + "id": 16162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32681, + "id": 16163, "name": "name", "variant": "declaration", "kind": 1024, @@ -623735,7 +634067,7 @@ { "title": "Properties", "children": [ - 32681 + 16163 ] } ], @@ -623820,7 +634152,7 @@ { "title": "Methods", "children": [ - 32677 + 16159 ] } ], @@ -623860,7 +634192,7 @@ } }, { - "id": 32682, + "id": 16164, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -623878,7 +634210,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" } ], "type": { @@ -623901,8 +634233,8 @@ { "title": "Properties", "children": [ - 32675, - 32682 + 16157, + 16164 ] } ], @@ -623911,12 +634243,12 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 70, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L70" } ] }, { - "id": 32675, + "id": 16157, "name": "collections", "variant": "declaration", "kind": 1024, @@ -623926,7 +634258,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 71, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L71" } ], "type": { @@ -624007,14 +634339,14 @@ { "type": "reflection", "declaration": { - "id": 32676, + "id": 16158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32677, + "id": 16159, "name": "config", "variant": "declaration", "kind": 2048, @@ -624028,7 +634360,7 @@ ], "signatures": [ { - "id": 32678, + "id": 16160, "name": "config", "variant": "signature", "kind": 4096, @@ -624042,7 +634374,7 @@ ], "parameters": [ { - "id": 32679, + "id": 16161, "name": "config", "variant": "param", "kind": 32768, @@ -624053,14 +634385,14 @@ { "type": "reflection", "declaration": { - "id": 32680, + "id": 16162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32681, + "id": 16163, "name": "name", "variant": "declaration", "kind": 1024, @@ -624084,7 +634416,7 @@ { "title": "Properties", "children": [ - 32681 + 16163 ] } ], @@ -624169,7 +634501,7 @@ { "title": "Methods", "children": [ - 32677 + 16159 ] } ], @@ -624209,7 +634541,7 @@ } }, { - "id": 32682, + "id": 16164, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -624227,7 +634559,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 72, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L72" } ], "type": { @@ -624246,7 +634578,7 @@ "defaultValue": "input.additional_data" }, { - "id": 32686, + "id": 16168, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -624264,7 +634596,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L20" } ], "type": { @@ -624282,7 +634614,7 @@ } }, { - "id": 32687, + "id": 16169, "name": "createProductOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -624294,7 +634626,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L23" } ], "type": { @@ -624304,7 +634636,7 @@ "defaultValue": "\"create-product-options\"" }, { - "id": 32688, + "id": 16170, "name": "createProductOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -624356,7 +634688,7 @@ }, "children": [ { - "id": 32696, + "id": 16178, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -624379,7 +634711,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32697, + "id": 16179, "name": "__type", "variant": "declaration", "kind": 65536, @@ -624393,7 +634725,7 @@ ], "signatures": [ { - "id": 32698, + "id": 16180, "name": "__type", "variant": "signature", "kind": 4096, @@ -624421,7 +634753,7 @@ ], "parameters": [ { - "id": 32699, + "id": 16181, "name": "param0", "variant": "param", "kind": 32768, @@ -624437,14 +634769,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32700, + "id": 16182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32701, + "id": 16183, "name": "input", "variant": "declaration", "kind": 1024, @@ -624469,7 +634801,7 @@ "types": [ { "type": "reference", - "target": 32684, + "target": 16166, "name": "CreateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -624482,7 +634814,7 @@ "typeArguments": [ { "type": "reference", - "target": 32684, + "target": 16166, "name": "CreateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -624498,7 +634830,7 @@ { "title": "Properties", "children": [ - 32701 + 16183 ] } ], @@ -624591,14 +634923,14 @@ { "type": "reflection", "declaration": { - "id": 32702, + "id": 16184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32703, + "id": 16185, "name": "config", "variant": "declaration", "kind": 2048, @@ -624612,7 +634944,7 @@ ], "signatures": [ { - "id": 32704, + "id": 16186, "name": "config", "variant": "signature", "kind": 4096, @@ -624626,7 +634958,7 @@ ], "parameters": [ { - "id": 32705, + "id": 16187, "name": "config", "variant": "param", "kind": 32768, @@ -624637,14 +634969,14 @@ { "type": "reflection", "declaration": { - "id": 32706, + "id": 16188, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32707, + "id": 16189, "name": "name", "variant": "declaration", "kind": 1024, @@ -624668,7 +635000,7 @@ { "title": "Properties", "children": [ - 32707 + 16189 ] } ], @@ -624753,7 +635085,7 @@ { "title": "Methods", "children": [ - 32703 + 16185 ] } ], @@ -624797,7 +635129,7 @@ } }, { - "id": 32708, + "id": 16190, "name": "run", "variant": "declaration", "kind": 1024, @@ -624820,7 +635152,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32709, + "id": 16191, "name": "__type", "variant": "declaration", "kind": 65536, @@ -624834,7 +635166,7 @@ ], "signatures": [ { - "id": 32710, + "id": 16192, "name": "__type", "variant": "signature", "kind": 4096, @@ -624862,7 +635194,7 @@ ], "typeParameters": [ { - "id": 32711, + "id": 16193, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -624873,7 +635205,7 @@ } }, { - "id": 32712, + "id": 16194, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -624886,7 +635218,7 @@ ], "parameters": [ { - "id": 32713, + "id": 16195, "name": "args", "variant": "param", "kind": 32768, @@ -624919,7 +635251,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -624930,13 +635262,13 @@ }, "trueType": { "type": "reference", - "target": 32684, + "target": 16166, "name": "CreateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -624969,7 +635301,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -624992,7 +635324,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -625012,7 +635344,7 @@ } }, { - "id": 32714, + "id": 16196, "name": "getName", "variant": "declaration", "kind": 1024, @@ -625035,7 +635367,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32715, + "id": 16197, "name": "__type", "variant": "declaration", "kind": 65536, @@ -625049,7 +635381,7 @@ ], "signatures": [ { - "id": 32716, + "id": 16198, "name": "__type", "variant": "signature", "kind": 4096, @@ -625071,7 +635403,7 @@ } }, { - "id": 32717, + "id": 16199, "name": "config", "variant": "declaration", "kind": 1024, @@ -625094,7 +635426,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32718, + "id": 16200, "name": "__type", "variant": "declaration", "kind": 65536, @@ -625108,7 +635440,7 @@ ], "signatures": [ { - "id": 32719, + "id": 16201, "name": "__type", "variant": "signature", "kind": 4096, @@ -625122,7 +635454,7 @@ ], "parameters": [ { - "id": 32720, + "id": 16202, "name": "config", "variant": "param", "kind": 32768, @@ -625148,7 +635480,7 @@ } }, { - "id": 32721, + "id": 16203, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -625171,14 +635503,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32722, + "id": 16204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32723, + "id": 16205, "name": "productOptionsCreated", "variant": "declaration", "kind": 1024, @@ -625186,7 +635518,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32724, + "id": 16206, "name": "__type", "variant": "declaration", "kind": 65536, @@ -625200,7 +635532,7 @@ ], "signatures": [ { - "id": 32725, + "id": 16207, "name": "__type", "variant": "signature", "kind": 4096, @@ -625214,14 +635546,14 @@ ], "typeParameters": [ { - "id": 32726, + "id": 16208, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32727, + "id": 16209, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -625230,7 +635562,7 @@ ], "parameters": [ { - "id": 32728, + "id": 16210, "name": "invoke", "variant": "param", "kind": 32768, @@ -625245,14 +635577,14 @@ { "type": "reflection", "declaration": { - "id": 32729, + "id": 16211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32730, + "id": 16212, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -625262,7 +635594,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" } ], "type": { @@ -625343,14 +635675,14 @@ { "type": "reflection", "declaration": { - "id": 32731, + "id": 16213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32732, + "id": 16214, "name": "config", "variant": "declaration", "kind": 2048, @@ -625364,7 +635696,7 @@ ], "signatures": [ { - "id": 32733, + "id": 16215, "name": "config", "variant": "signature", "kind": 4096, @@ -625378,7 +635710,7 @@ ], "parameters": [ { - "id": 32734, + "id": 16216, "name": "config", "variant": "param", "kind": 32768, @@ -625389,14 +635721,14 @@ { "type": "reflection", "declaration": { - "id": 32735, + "id": 16217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32736, + "id": 16218, "name": "name", "variant": "declaration", "kind": 1024, @@ -625420,7 +635752,7 @@ { "title": "Properties", "children": [ - 32736 + 16218 ] } ], @@ -625505,7 +635837,7 @@ { "title": "Methods", "children": [ - 32732 + 16214 ] } ], @@ -625546,7 +635878,7 @@ "defaultValue": "productOptions" }, { - "id": 32737, + "id": 16219, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -625564,7 +635896,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" } ], "type": { @@ -625587,8 +635919,8 @@ { "title": "Properties", "children": [ - 32730, - 32737 + 16212, + 16219 ] } ], @@ -625597,21 +635929,21 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 62, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L62" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -625622,7 +635954,7 @@ } }, { - "id": 32738, + "id": 16220, "name": "compensate", "variant": "param", "kind": 32768, @@ -625638,7 +635970,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -625657,13 +635989,86 @@ ] } } + }, + { + "id": 21568, + "name": "productOptionsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product options are created. You can consume this hook to perform custom actions on the created product options." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductOptionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductOptionsWorkflow.hooks.productOptionsCreated(\n\t(async ({ product_options, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21569, + "name": "productOptionsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21570, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16211, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 32723 + 16205 + ] + }, + { + "title": "Functions", + "children": [ + 21568 ] } ], @@ -625680,7 +636085,7 @@ ], "documents": [ { - "id": 38075, + "id": 21567, "name": "createProductOptionsStep", "variant": "document", "kind": 8388608, @@ -625696,6 +636101,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15648" + } + ] } ], "modifierTags": [ @@ -625706,7 +636120,7 @@ "frontmatter": {} }, { - "id": 38079, + "id": 21571, "name": "productOptionsCreated", "variant": "document", "kind": 8388608, @@ -625722,6 +636136,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21568" + } + ] } ], "modifierTags": [ @@ -625732,7 +636155,7 @@ "frontmatter": {} }, { - "id": 38080, + "id": 21572, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -625748,6 +636171,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -625759,21 +636191,21 @@ } ], "childrenIncludingDocuments": [ - 32696, - 32708, - 32714, - 32717, - 32721 + 16178, + 16190, + 16196, + 16199, + 16203 ], "groups": [ { "title": "Properties", "children": [ - 32696, - 32708, - 32714, - 32717, - 32721 + 16178, + 16190, + 16196, + 16199, + 16203 ] } ], @@ -625782,12 +636214,12 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L58" } ], "signatures": [ { - "id": 32689, + "id": 16171, "name": "createProductOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -625842,12 +636274,12 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L58" } ], "typeParameters": [ { - "id": 32690, + "id": 16172, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -625858,7 +636290,7 @@ } }, { - "id": 32691, + "id": 16173, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -625871,7 +636303,7 @@ ], "parameters": [ { - "id": 32692, + "id": 16174, "name": "container", "variant": "param", "kind": 32768, @@ -625895,14 +636327,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32693, + "id": 16175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32694, + "id": 16176, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -625925,7 +636357,7 @@ } }, { - "id": 32695, + "id": 16177, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -625952,8 +636384,8 @@ { "title": "Properties", "children": [ - 32694, - 32695 + 16176, + 16177 ] } ], @@ -626024,7 +636456,7 @@ "typeArguments": [ { "type": "reference", - "target": 32684, + "target": 16166, "name": "CreateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -626042,14 +636474,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -626064,14 +636496,14 @@ ] }, { - "id": 32729, + "id": 16211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32730, + "id": 16212, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -626081,7 +636513,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" } ], "type": { @@ -626162,14 +636594,14 @@ { "type": "reflection", "declaration": { - "id": 32731, + "id": 16213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32732, + "id": 16214, "name": "config", "variant": "declaration", "kind": 2048, @@ -626183,7 +636615,7 @@ ], "signatures": [ { - "id": 32733, + "id": 16215, "name": "config", "variant": "signature", "kind": 4096, @@ -626197,7 +636629,7 @@ ], "parameters": [ { - "id": 32734, + "id": 16216, "name": "config", "variant": "param", "kind": 32768, @@ -626208,14 +636640,14 @@ { "type": "reflection", "declaration": { - "id": 32735, + "id": 16217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32736, + "id": 16218, "name": "name", "variant": "declaration", "kind": 1024, @@ -626239,7 +636671,7 @@ { "title": "Properties", "children": [ - 32736 + 16218 ] } ], @@ -626324,7 +636756,7 @@ { "title": "Methods", "children": [ - 32732 + 16214 ] } ], @@ -626365,7 +636797,7 @@ "defaultValue": "productOptions" }, { - "id": 32737, + "id": 16219, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -626383,7 +636815,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" } ], "type": { @@ -626406,8 +636838,8 @@ { "title": "Properties", "children": [ - 32730, - 32737 + 16212, + 16219 ] } ], @@ -626416,12 +636848,12 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 62, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L62" } ] }, { - "id": 32730, + "id": 16212, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -626431,7 +636863,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L63" } ], "type": { @@ -626512,14 +636944,14 @@ { "type": "reflection", "declaration": { - "id": 32731, + "id": 16213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32732, + "id": 16214, "name": "config", "variant": "declaration", "kind": 2048, @@ -626533,7 +636965,7 @@ ], "signatures": [ { - "id": 32733, + "id": 16215, "name": "config", "variant": "signature", "kind": 4096, @@ -626547,7 +636979,7 @@ ], "parameters": [ { - "id": 32734, + "id": 16216, "name": "config", "variant": "param", "kind": 32768, @@ -626558,14 +636990,14 @@ { "type": "reflection", "declaration": { - "id": 32735, + "id": 16217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32736, + "id": 16218, "name": "name", "variant": "declaration", "kind": 1024, @@ -626589,7 +637021,7 @@ { "title": "Properties", "children": [ - 32736 + 16218 ] } ], @@ -626674,7 +637106,7 @@ { "title": "Methods", "children": [ - 32732 + 16214 ] } ], @@ -626715,7 +637147,7 @@ "defaultValue": "productOptions" }, { - "id": 32737, + "id": 16219, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -626733,7 +637165,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L64" } ], "type": { @@ -626752,7 +637184,7 @@ "defaultValue": "input.additional_data" }, { - "id": 32741, + "id": 16223, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -626770,7 +637202,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L20" } ], "type": { @@ -626788,7 +637220,7 @@ } }, { - "id": 32742, + "id": 16224, "name": "createProductTypesWorkflowId", "variant": "declaration", "kind": 32, @@ -626800,7 +637232,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L23" } ], "type": { @@ -626810,7 +637242,7 @@ "defaultValue": "\"create-product-types\"" }, { - "id": 32743, + "id": 16225, "name": "createProductTypesWorkflow", "variant": "declaration", "kind": 64, @@ -626862,7 +637294,7 @@ }, "children": [ { - "id": 32751, + "id": 16233, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -626885,7 +637317,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32752, + "id": 16234, "name": "__type", "variant": "declaration", "kind": 65536, @@ -626899,7 +637331,7 @@ ], "signatures": [ { - "id": 32753, + "id": 16235, "name": "__type", "variant": "signature", "kind": 4096, @@ -626927,7 +637359,7 @@ ], "parameters": [ { - "id": 32754, + "id": 16236, "name": "param0", "variant": "param", "kind": 32768, @@ -626943,14 +637375,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32755, + "id": 16237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32756, + "id": 16238, "name": "input", "variant": "declaration", "kind": 1024, @@ -626975,7 +637407,7 @@ "types": [ { "type": "reference", - "target": 32739, + "target": 16221, "name": "CreateProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -626988,7 +637420,7 @@ "typeArguments": [ { "type": "reference", - "target": 32739, + "target": 16221, "name": "CreateProductTypesWorkflowInput", "package": "@medusajs/core-flows" } @@ -627004,7 +637436,7 @@ { "title": "Properties", "children": [ - 32756 + 16238 ] } ], @@ -627097,14 +637529,14 @@ { "type": "reflection", "declaration": { - "id": 32757, + "id": 16239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32758, + "id": 16240, "name": "config", "variant": "declaration", "kind": 2048, @@ -627118,7 +637550,7 @@ ], "signatures": [ { - "id": 32759, + "id": 16241, "name": "config", "variant": "signature", "kind": 4096, @@ -627132,7 +637564,7 @@ ], "parameters": [ { - "id": 32760, + "id": 16242, "name": "config", "variant": "param", "kind": 32768, @@ -627143,14 +637575,14 @@ { "type": "reflection", "declaration": { - "id": 32761, + "id": 16243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32762, + "id": 16244, "name": "name", "variant": "declaration", "kind": 1024, @@ -627174,7 +637606,7 @@ { "title": "Properties", "children": [ - 32762 + 16244 ] } ], @@ -627259,7 +637691,7 @@ { "title": "Methods", "children": [ - 32758 + 16240 ] } ], @@ -627303,7 +637735,7 @@ } }, { - "id": 32763, + "id": 16245, "name": "run", "variant": "declaration", "kind": 1024, @@ -627326,7 +637758,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32764, + "id": 16246, "name": "__type", "variant": "declaration", "kind": 65536, @@ -627340,7 +637772,7 @@ ], "signatures": [ { - "id": 32765, + "id": 16247, "name": "__type", "variant": "signature", "kind": 4096, @@ -627368,7 +637800,7 @@ ], "typeParameters": [ { - "id": 32766, + "id": 16248, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -627379,7 +637811,7 @@ } }, { - "id": 32767, + "id": 16249, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -627392,7 +637824,7 @@ ], "parameters": [ { - "id": 32768, + "id": 16250, "name": "args", "variant": "param", "kind": 32768, @@ -627425,7 +637857,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -627436,13 +637868,13 @@ }, "trueType": { "type": "reference", - "target": 32739, + "target": 16221, "name": "CreateProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -627475,7 +637907,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -627498,7 +637930,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -627518,7 +637950,7 @@ } }, { - "id": 32769, + "id": 16251, "name": "getName", "variant": "declaration", "kind": 1024, @@ -627541,7 +637973,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32770, + "id": 16252, "name": "__type", "variant": "declaration", "kind": 65536, @@ -627555,7 +637987,7 @@ ], "signatures": [ { - "id": 32771, + "id": 16253, "name": "__type", "variant": "signature", "kind": 4096, @@ -627577,7 +638009,7 @@ } }, { - "id": 32772, + "id": 16254, "name": "config", "variant": "declaration", "kind": 1024, @@ -627600,7 +638032,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32773, + "id": 16255, "name": "__type", "variant": "declaration", "kind": 65536, @@ -627614,7 +638046,7 @@ ], "signatures": [ { - "id": 32774, + "id": 16256, "name": "__type", "variant": "signature", "kind": 4096, @@ -627628,7 +638060,7 @@ ], "parameters": [ { - "id": 32775, + "id": 16257, "name": "config", "variant": "param", "kind": 32768, @@ -627654,7 +638086,7 @@ } }, { - "id": 32776, + "id": 16258, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -627677,14 +638109,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32777, + "id": 16259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32778, + "id": 16260, "name": "productTypesCreated", "variant": "declaration", "kind": 1024, @@ -627692,7 +638124,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32779, + "id": 16261, "name": "__type", "variant": "declaration", "kind": 65536, @@ -627706,7 +638138,7 @@ ], "signatures": [ { - "id": 32780, + "id": 16262, "name": "__type", "variant": "signature", "kind": 4096, @@ -627720,14 +638152,14 @@ ], "typeParameters": [ { - "id": 32781, + "id": 16263, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32782, + "id": 16264, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -627736,7 +638168,7 @@ ], "parameters": [ { - "id": 32783, + "id": 16265, "name": "invoke", "variant": "param", "kind": 32768, @@ -627751,14 +638183,14 @@ { "type": "reflection", "declaration": { - "id": 32784, + "id": 16266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32785, + "id": 16267, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -627768,7 +638200,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" } ], "type": { @@ -627849,14 +638281,14 @@ { "type": "reflection", "declaration": { - "id": 32786, + "id": 16268, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32787, + "id": 16269, "name": "config", "variant": "declaration", "kind": 2048, @@ -627870,7 +638302,7 @@ ], "signatures": [ { - "id": 32788, + "id": 16270, "name": "config", "variant": "signature", "kind": 4096, @@ -627884,7 +638316,7 @@ ], "parameters": [ { - "id": 32789, + "id": 16271, "name": "config", "variant": "param", "kind": 32768, @@ -627895,14 +638327,14 @@ { "type": "reflection", "declaration": { - "id": 32790, + "id": 16272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32791, + "id": 16273, "name": "name", "variant": "declaration", "kind": 1024, @@ -627926,7 +638358,7 @@ { "title": "Properties", "children": [ - 32791 + 16273 ] } ], @@ -628011,7 +638443,7 @@ { "title": "Methods", "children": [ - 32787 + 16269 ] } ], @@ -628052,7 +638484,7 @@ "defaultValue": "productTypes" }, { - "id": 32792, + "id": 16274, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -628070,7 +638502,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" } ], "type": { @@ -628093,8 +638525,8 @@ { "title": "Properties", "children": [ - 32785, - 32792 + 16267, + 16274 ] } ], @@ -628103,21 +638535,21 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 58, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L58" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -628128,7 +638560,7 @@ } }, { - "id": 32793, + "id": 16275, "name": "compensate", "variant": "param", "kind": 32768, @@ -628144,7 +638576,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -628163,13 +638595,86 @@ ] } } + }, + { + "id": 21574, + "name": "productTypesCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product types are created. You can consume this hook to perform custom actions on the created product types." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductTypesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductTypesWorkflow.hooks.productTypesCreated(\n\t(async ({ product_types, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21575, + "name": "productTypesCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21576, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16266, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 32778 + 16260 + ] + }, + { + "title": "Functions", + "children": [ + 21574 ] } ], @@ -628186,7 +638691,7 @@ ], "documents": [ { - "id": 38081, + "id": 21573, "name": "createProductTypesStep", "variant": "document", "kind": 8388608, @@ -628202,6 +638707,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15767" + } + ] } ], "modifierTags": [ @@ -628212,7 +638726,7 @@ "frontmatter": {} }, { - "id": 38085, + "id": 21577, "name": "productTypesCreated", "variant": "document", "kind": 8388608, @@ -628228,6 +638742,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21574" + } + ] } ], "modifierTags": [ @@ -628238,7 +638761,7 @@ "frontmatter": {} }, { - "id": 38086, + "id": 21578, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -628254,6 +638777,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -628265,21 +638797,21 @@ } ], "childrenIncludingDocuments": [ - 32751, - 32763, - 32769, - 32772, - 32776 + 16233, + 16245, + 16251, + 16254, + 16258 ], "groups": [ { "title": "Properties", "children": [ - 32751, - 32763, - 32769, - 32772, - 32776 + 16233, + 16245, + 16251, + 16254, + 16258 ] } ], @@ -628288,12 +638820,12 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L54" } ], "signatures": [ { - "id": 32744, + "id": 16226, "name": "createProductTypesWorkflow", "variant": "signature", "kind": 4096, @@ -628348,12 +638880,12 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L54" } ], "typeParameters": [ { - "id": 32745, + "id": 16227, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -628364,7 +638896,7 @@ } }, { - "id": 32746, + "id": 16228, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -628377,7 +638909,7 @@ ], "parameters": [ { - "id": 32747, + "id": 16229, "name": "container", "variant": "param", "kind": 32768, @@ -628401,14 +638933,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32748, + "id": 16230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32749, + "id": 16231, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -628431,7 +638963,7 @@ } }, { - "id": 32750, + "id": 16232, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -628458,8 +638990,8 @@ { "title": "Properties", "children": [ - 32749, - 32750 + 16231, + 16232 ] } ], @@ -628530,7 +639062,7 @@ "typeArguments": [ { "type": "reference", - "target": 32739, + "target": 16221, "name": "CreateProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -628548,14 +639080,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -628570,14 +639102,14 @@ ] }, { - "id": 32784, + "id": 16266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32785, + "id": 16267, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -628587,7 +639119,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" } ], "type": { @@ -628668,14 +639200,14 @@ { "type": "reflection", "declaration": { - "id": 32786, + "id": 16268, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32787, + "id": 16269, "name": "config", "variant": "declaration", "kind": 2048, @@ -628689,7 +639221,7 @@ ], "signatures": [ { - "id": 32788, + "id": 16270, "name": "config", "variant": "signature", "kind": 4096, @@ -628703,7 +639235,7 @@ ], "parameters": [ { - "id": 32789, + "id": 16271, "name": "config", "variant": "param", "kind": 32768, @@ -628714,14 +639246,14 @@ { "type": "reflection", "declaration": { - "id": 32790, + "id": 16272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32791, + "id": 16273, "name": "name", "variant": "declaration", "kind": 1024, @@ -628745,7 +639277,7 @@ { "title": "Properties", "children": [ - 32791 + 16273 ] } ], @@ -628830,7 +639362,7 @@ { "title": "Methods", "children": [ - 32787 + 16269 ] } ], @@ -628871,7 +639403,7 @@ "defaultValue": "productTypes" }, { - "id": 32792, + "id": 16274, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -628889,7 +639421,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" } ], "type": { @@ -628912,8 +639444,8 @@ { "title": "Properties", "children": [ - 32785, - 32792 + 16267, + 16274 ] } ], @@ -628922,12 +639454,12 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 58, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L58" } ] }, { - "id": 32785, + "id": 16267, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -628937,7 +639469,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L59" } ], "type": { @@ -629018,14 +639550,14 @@ { "type": "reflection", "declaration": { - "id": 32786, + "id": 16268, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32787, + "id": 16269, "name": "config", "variant": "declaration", "kind": 2048, @@ -629039,7 +639571,7 @@ ], "signatures": [ { - "id": 32788, + "id": 16270, "name": "config", "variant": "signature", "kind": 4096, @@ -629053,7 +639585,7 @@ ], "parameters": [ { - "id": 32789, + "id": 16271, "name": "config", "variant": "param", "kind": 32768, @@ -629064,14 +639596,14 @@ { "type": "reflection", "declaration": { - "id": 32790, + "id": 16272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32791, + "id": 16273, "name": "name", "variant": "declaration", "kind": 1024, @@ -629095,7 +639627,7 @@ { "title": "Properties", "children": [ - 32791 + 16273 ] } ], @@ -629180,7 +639712,7 @@ { "title": "Methods", "children": [ - 32787 + 16269 ] } ], @@ -629221,7 +639753,7 @@ "defaultValue": "productTypes" }, { - "id": 32792, + "id": 16274, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -629239,7 +639771,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L60" } ], "type": { @@ -629258,7 +639790,7 @@ "defaultValue": "input.additional_data" }, { - "id": 32796, + "id": 16278, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -629276,7 +639808,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L20" } ], "type": { @@ -629294,7 +639826,7 @@ } }, { - "id": 32797, + "id": 16279, "name": "createProductTagsWorkflowId", "variant": "declaration", "kind": 32, @@ -629306,7 +639838,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L23" } ], "type": { @@ -629316,7 +639848,7 @@ "defaultValue": "\"create-product-tags\"" }, { - "id": 32798, + "id": 16280, "name": "createProductTagsWorkflow", "variant": "declaration", "kind": 64, @@ -629368,7 +639900,7 @@ }, "children": [ { - "id": 32806, + "id": 16288, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -629391,7 +639923,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32807, + "id": 16289, "name": "__type", "variant": "declaration", "kind": 65536, @@ -629405,7 +639937,7 @@ ], "signatures": [ { - "id": 32808, + "id": 16290, "name": "__type", "variant": "signature", "kind": 4096, @@ -629433,7 +639965,7 @@ ], "parameters": [ { - "id": 32809, + "id": 16291, "name": "param0", "variant": "param", "kind": 32768, @@ -629449,14 +639981,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32810, + "id": 16292, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32811, + "id": 16293, "name": "input", "variant": "declaration", "kind": 1024, @@ -629481,7 +640013,7 @@ "types": [ { "type": "reference", - "target": 32794, + "target": 16276, "name": "CreateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -629494,7 +640026,7 @@ "typeArguments": [ { "type": "reference", - "target": 32794, + "target": 16276, "name": "CreateProductTagsWorkflowInput", "package": "@medusajs/core-flows" } @@ -629510,7 +640042,7 @@ { "title": "Properties", "children": [ - 32811 + 16293 ] } ], @@ -629603,14 +640135,14 @@ { "type": "reflection", "declaration": { - "id": 32812, + "id": 16294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32813, + "id": 16295, "name": "config", "variant": "declaration", "kind": 2048, @@ -629624,7 +640156,7 @@ ], "signatures": [ { - "id": 32814, + "id": 16296, "name": "config", "variant": "signature", "kind": 4096, @@ -629638,7 +640170,7 @@ ], "parameters": [ { - "id": 32815, + "id": 16297, "name": "config", "variant": "param", "kind": 32768, @@ -629649,14 +640181,14 @@ { "type": "reflection", "declaration": { - "id": 32816, + "id": 16298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32817, + "id": 16299, "name": "name", "variant": "declaration", "kind": 1024, @@ -629680,7 +640212,7 @@ { "title": "Properties", "children": [ - 32817 + 16299 ] } ], @@ -629765,7 +640297,7 @@ { "title": "Methods", "children": [ - 32813 + 16295 ] } ], @@ -629809,7 +640341,7 @@ } }, { - "id": 32818, + "id": 16300, "name": "run", "variant": "declaration", "kind": 1024, @@ -629832,7 +640364,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32819, + "id": 16301, "name": "__type", "variant": "declaration", "kind": 65536, @@ -629846,7 +640378,7 @@ ], "signatures": [ { - "id": 32820, + "id": 16302, "name": "__type", "variant": "signature", "kind": 4096, @@ -629874,7 +640406,7 @@ ], "typeParameters": [ { - "id": 32821, + "id": 16303, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -629885,7 +640417,7 @@ } }, { - "id": 32822, + "id": 16304, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -629898,7 +640430,7 @@ ], "parameters": [ { - "id": 32823, + "id": 16305, "name": "args", "variant": "param", "kind": 32768, @@ -629931,7 +640463,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -629942,13 +640474,13 @@ }, "trueType": { "type": "reference", - "target": 32794, + "target": 16276, "name": "CreateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -629981,7 +640513,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -630004,7 +640536,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -630024,7 +640556,7 @@ } }, { - "id": 32824, + "id": 16306, "name": "getName", "variant": "declaration", "kind": 1024, @@ -630047,7 +640579,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32825, + "id": 16307, "name": "__type", "variant": "declaration", "kind": 65536, @@ -630061,7 +640593,7 @@ ], "signatures": [ { - "id": 32826, + "id": 16308, "name": "__type", "variant": "signature", "kind": 4096, @@ -630083,7 +640615,7 @@ } }, { - "id": 32827, + "id": 16309, "name": "config", "variant": "declaration", "kind": 1024, @@ -630106,7 +640638,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32828, + "id": 16310, "name": "__type", "variant": "declaration", "kind": 65536, @@ -630120,7 +640652,7 @@ ], "signatures": [ { - "id": 32829, + "id": 16311, "name": "__type", "variant": "signature", "kind": 4096, @@ -630134,7 +640666,7 @@ ], "parameters": [ { - "id": 32830, + "id": 16312, "name": "config", "variant": "param", "kind": 32768, @@ -630160,7 +640692,7 @@ } }, { - "id": 32831, + "id": 16313, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -630183,14 +640715,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32832, + "id": 16314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32833, + "id": 16315, "name": "productTagsCreated", "variant": "declaration", "kind": 1024, @@ -630198,7 +640730,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32834, + "id": 16316, "name": "__type", "variant": "declaration", "kind": 65536, @@ -630212,7 +640744,7 @@ ], "signatures": [ { - "id": 32835, + "id": 16317, "name": "__type", "variant": "signature", "kind": 4096, @@ -630226,14 +640758,14 @@ ], "typeParameters": [ { - "id": 32836, + "id": 16318, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 32837, + "id": 16319, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -630242,7 +640774,7 @@ ], "parameters": [ { - "id": 32838, + "id": 16320, "name": "invoke", "variant": "param", "kind": 32768, @@ -630257,14 +640789,14 @@ { "type": "reflection", "declaration": { - "id": 32839, + "id": 16321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32840, + "id": 16322, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -630274,7 +640806,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" } ], "type": { @@ -630355,14 +640887,14 @@ { "type": "reflection", "declaration": { - "id": 32841, + "id": 16323, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32842, + "id": 16324, "name": "config", "variant": "declaration", "kind": 2048, @@ -630376,7 +640908,7 @@ ], "signatures": [ { - "id": 32843, + "id": 16325, "name": "config", "variant": "signature", "kind": 4096, @@ -630390,7 +640922,7 @@ ], "parameters": [ { - "id": 32844, + "id": 16326, "name": "config", "variant": "param", "kind": 32768, @@ -630401,14 +640933,14 @@ { "type": "reflection", "declaration": { - "id": 32845, + "id": 16327, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32846, + "id": 16328, "name": "name", "variant": "declaration", "kind": 1024, @@ -630432,7 +640964,7 @@ { "title": "Properties", "children": [ - 32846 + 16328 ] } ], @@ -630517,7 +641049,7 @@ { "title": "Methods", "children": [ - 32842 + 16324 ] } ], @@ -630558,7 +641090,7 @@ "defaultValue": "productTags" }, { - "id": 32847, + "id": 16329, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -630576,7 +641108,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" } ], "type": { @@ -630599,8 +641131,8 @@ { "title": "Properties", "children": [ - 32840, - 32847 + 16322, + 16329 ] } ], @@ -630609,21 +641141,21 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 58, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L58" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -630634,7 +641166,7 @@ } }, { - "id": 32848, + "id": 16330, "name": "compensate", "variant": "param", "kind": 32768, @@ -630650,7 +641182,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -630669,13 +641201,86 @@ ] } } + }, + { + "id": 21580, + "name": "productTagsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product tags are created. You can consume this hook to perform custom actions on the created product tags." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductTagsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductTagsWorkflow.hooks.productTagsCreated(\n\t(async ({ product_tags, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21581, + "name": "productTagsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21582, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16321, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 32833 + 16315 + ] + }, + { + "title": "Functions", + "children": [ + 21580 ] } ], @@ -630692,7 +641297,7 @@ ], "documents": [ { - "id": 38087, + "id": 21579, "name": "createProductTagsStep", "variant": "document", "kind": 8388608, @@ -630708,6 +641313,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15802" + } + ] } ], "modifierTags": [ @@ -630718,7 +641332,7 @@ "frontmatter": {} }, { - "id": 38091, + "id": 21583, "name": "productTagsCreated", "variant": "document", "kind": 8388608, @@ -630734,6 +641348,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21580" + } + ] } ], "modifierTags": [ @@ -630744,7 +641367,7 @@ "frontmatter": {} }, { - "id": 38092, + "id": 21584, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -630760,6 +641383,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -630771,21 +641403,21 @@ } ], "childrenIncludingDocuments": [ - 32806, - 32818, - 32824, - 32827, - 32831 + 16288, + 16300, + 16306, + 16309, + 16313 ], "groups": [ { "title": "Properties", "children": [ - 32806, - 32818, - 32824, - 32827, - 32831 + 16288, + 16300, + 16306, + 16309, + 16313 ] } ], @@ -630794,12 +641426,12 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L54" } ], "signatures": [ { - "id": 32799, + "id": 16281, "name": "createProductTagsWorkflow", "variant": "signature", "kind": 4096, @@ -630854,12 +641486,12 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L54" } ], "typeParameters": [ { - "id": 32800, + "id": 16282, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -630870,7 +641502,7 @@ } }, { - "id": 32801, + "id": 16283, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -630883,7 +641515,7 @@ ], "parameters": [ { - "id": 32802, + "id": 16284, "name": "container", "variant": "param", "kind": 32768, @@ -630907,14 +641539,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32803, + "id": 16285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32804, + "id": 16286, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -630937,7 +641569,7 @@ } }, { - "id": 32805, + "id": 16287, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -630964,8 +641596,8 @@ { "title": "Properties", "children": [ - 32804, - 32805 + 16286, + 16287 ] } ], @@ -631036,7 +641668,7 @@ "typeArguments": [ { "type": "reference", - "target": 32794, + "target": 16276, "name": "CreateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -631054,14 +641686,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -631076,14 +641708,14 @@ ] }, { - "id": 32839, + "id": 16321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32840, + "id": 16322, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -631093,7 +641725,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" } ], "type": { @@ -631174,14 +641806,14 @@ { "type": "reflection", "declaration": { - "id": 32841, + "id": 16323, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32842, + "id": 16324, "name": "config", "variant": "declaration", "kind": 2048, @@ -631195,7 +641827,7 @@ ], "signatures": [ { - "id": 32843, + "id": 16325, "name": "config", "variant": "signature", "kind": 4096, @@ -631209,7 +641841,7 @@ ], "parameters": [ { - "id": 32844, + "id": 16326, "name": "config", "variant": "param", "kind": 32768, @@ -631220,14 +641852,14 @@ { "type": "reflection", "declaration": { - "id": 32845, + "id": 16327, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32846, + "id": 16328, "name": "name", "variant": "declaration", "kind": 1024, @@ -631251,7 +641883,7 @@ { "title": "Properties", "children": [ - 32846 + 16328 ] } ], @@ -631336,7 +641968,7 @@ { "title": "Methods", "children": [ - 32842 + 16324 ] } ], @@ -631377,7 +642009,7 @@ "defaultValue": "productTags" }, { - "id": 32847, + "id": 16329, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -631395,7 +642027,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" } ], "type": { @@ -631418,8 +642050,8 @@ { "title": "Properties", "children": [ - 32840, - 32847 + 16322, + 16329 ] } ], @@ -631428,12 +642060,12 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 58, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L58" } ] }, { - "id": 32840, + "id": 16322, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -631443,7 +642075,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L59" } ], "type": { @@ -631524,14 +642156,14 @@ { "type": "reflection", "declaration": { - "id": 32841, + "id": 16323, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32842, + "id": 16324, "name": "config", "variant": "declaration", "kind": 2048, @@ -631545,7 +642177,7 @@ ], "signatures": [ { - "id": 32843, + "id": 16325, "name": "config", "variant": "signature", "kind": 4096, @@ -631559,7 +642191,7 @@ ], "parameters": [ { - "id": 32844, + "id": 16326, "name": "config", "variant": "param", "kind": 32768, @@ -631570,14 +642202,14 @@ { "type": "reflection", "declaration": { - "id": 32845, + "id": 16327, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32846, + "id": 16328, "name": "name", "variant": "declaration", "kind": 1024, @@ -631601,7 +642233,7 @@ { "title": "Properties", "children": [ - 32846 + 16328 ] } ], @@ -631686,7 +642318,7 @@ { "title": "Methods", "children": [ - 32842 + 16324 ] } ], @@ -631727,7 +642359,7 @@ "defaultValue": "productTags" }, { - "id": 32847, + "id": 16329, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -631745,7 +642377,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 60, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L60" } ], "type": { @@ -631764,7 +642396,7 @@ "defaultValue": "input.additional_data" }, { - "id": 32853, + "id": 16335, "name": "prices", "variant": "declaration", "kind": 1024, @@ -631784,7 +642416,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 43, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" } ], "type": { @@ -631802,7 +642434,7 @@ } }, { - "id": 32857, + "id": 16339, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -631820,7 +642452,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" } ], "type": { @@ -631829,7 +642461,7 @@ } }, { - "id": 32858, + "id": 16340, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -631865,7 +642497,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" } ], "type": { @@ -631874,7 +642506,7 @@ } }, { - "id": 32855, + "id": 16337, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -631894,7 +642526,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ], "type": { @@ -631902,14 +642534,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32856, + "id": 16338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32857, + "id": 16339, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -631927,7 +642559,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" } ], "type": { @@ -631936,7 +642568,7 @@ } }, { - "id": 32858, + "id": 16340, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -631972,7 +642604,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" } ], "type": { @@ -631985,8 +642617,8 @@ { "title": "Properties", "children": [ - 32857, - 32858 + 16339, + 16340 ] } ], @@ -631995,7 +642627,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ] } @@ -632003,7 +642635,7 @@ } }, { - "id": 32851, + "id": 16333, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -632021,7 +642653,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" } ], "type": { @@ -632042,14 +642674,14 @@ { "type": "reflection", "declaration": { - "id": 32852, + "id": 16334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32853, + "id": 16335, "name": "prices", "variant": "declaration", "kind": 1024, @@ -632069,7 +642701,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 43, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" } ], "type": { @@ -632091,7 +642723,7 @@ { "title": "Properties", "children": [ - 32853 + 16335 ] } ], @@ -632100,7 +642732,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 39, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" } ] } @@ -632108,14 +642740,14 @@ { "type": "reflection", "declaration": { - "id": 32854, + "id": 16336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32855, + "id": 16337, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -632135,7 +642767,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ], "type": { @@ -632143,14 +642775,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32856, + "id": 16338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32857, + "id": 16339, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -632168,7 +642800,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" } ], "type": { @@ -632177,7 +642809,7 @@ } }, { - "id": 32858, + "id": 16340, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -632213,7 +642845,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" } ], "type": { @@ -632226,8 +642858,8 @@ { "title": "Properties", "children": [ - 32857, - 32858 + 16339, + 16340 ] } ], @@ -632236,7 +642868,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ] } @@ -632248,7 +642880,7 @@ { "title": "Properties", "children": [ - 32855 + 16337 ] } ], @@ -632257,7 +642889,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L44" } ] } @@ -632267,7 +642899,7 @@ } }, { - "id": 32859, + "id": 16341, "name": "createProductVariantsWorkflowId", "variant": "declaration", "kind": 32, @@ -632279,7 +642911,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 201, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L201" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L201" } ], "type": { @@ -632289,7 +642921,7 @@ "defaultValue": "\"create-product-variants\"" }, { - "id": 32860, + "id": 16342, "name": "createProductVariantsWorkflow", "variant": "declaration", "kind": 64, @@ -632350,7 +642982,7 @@ }, "children": [ { - "id": 32895, + "id": 16377, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -632373,7 +643005,7 @@ "type": { "type": "reflection", "declaration": { - "id": 32896, + "id": 16378, "name": "__type", "variant": "declaration", "kind": 65536, @@ -632387,7 +643019,7 @@ ], "signatures": [ { - "id": 32897, + "id": 16379, "name": "__type", "variant": "signature", "kind": 4096, @@ -632415,7 +643047,7 @@ ], "parameters": [ { - "id": 32898, + "id": 16380, "name": "param0", "variant": "param", "kind": 32768, @@ -632431,14 +643063,14 @@ "type": { "type": "reflection", "declaration": { - "id": 32899, + "id": 16381, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32900, + "id": 16382, "name": "input", "variant": "declaration", "kind": 1024, @@ -632463,7 +643095,7 @@ "types": [ { "type": "reference", - "target": 32849, + "target": 16331, "name": "CreateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -632476,7 +643108,7 @@ "typeArguments": [ { "type": "reference", - "target": 32849, + "target": 16331, "name": "CreateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" } @@ -632492,7 +643124,7 @@ { "title": "Properties", "children": [ - 32900 + 16382 ] } ], @@ -632518,14 +643150,14 @@ { "type": "reflection", "declaration": { - "id": 32901, + "id": 16383, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32902, + "id": 16384, "name": "prices", "variant": "declaration", "kind": 1024, @@ -632535,7 +643167,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -632553,7 +643185,7 @@ "defaultValue": "..." }, { - "id": 32903, + "id": 16385, "name": "id", "variant": "declaration", "kind": 1024, @@ -632579,7 +643211,7 @@ } }, { - "id": 32904, + "id": 16386, "name": "title", "variant": "declaration", "kind": 1024, @@ -632605,7 +643237,7 @@ } }, { - "id": 32905, + "id": 16387, "name": "sku", "variant": "declaration", "kind": 1024, @@ -632640,7 +643272,7 @@ } }, { - "id": 32906, + "id": 16388, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -632675,7 +643307,7 @@ } }, { - "id": 32907, + "id": 16389, "name": "ean", "variant": "declaration", "kind": 1024, @@ -632710,7 +643342,7 @@ } }, { - "id": 32908, + "id": 16390, "name": "upc", "variant": "declaration", "kind": 1024, @@ -632745,7 +643377,7 @@ } }, { - "id": 32909, + "id": 16391, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -632771,7 +643403,7 @@ } }, { - "id": 32910, + "id": 16392, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -632797,7 +643429,7 @@ } }, { - "id": 32911, + "id": 16393, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -632823,7 +643455,7 @@ } }, { - "id": 32912, + "id": 16394, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -632858,7 +643490,7 @@ } }, { - "id": 32913, + "id": 16395, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -632893,7 +643525,7 @@ } }, { - "id": 32914, + "id": 16396, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -632928,7 +643560,7 @@ } }, { - "id": 32915, + "id": 16397, "name": "material", "variant": "declaration", "kind": 1024, @@ -632963,7 +643595,7 @@ } }, { - "id": 32916, + "id": 16398, "name": "weight", "variant": "declaration", "kind": 1024, @@ -632998,7 +643630,7 @@ } }, { - "id": 32917, + "id": 16399, "name": "length", "variant": "declaration", "kind": 1024, @@ -633033,7 +643665,7 @@ } }, { - "id": 32918, + "id": 16400, "name": "height", "variant": "declaration", "kind": 1024, @@ -633068,7 +643700,7 @@ } }, { - "id": 32919, + "id": 16401, "name": "width", "variant": "declaration", "kind": 1024, @@ -633103,7 +643735,7 @@ } }, { - "id": 32920, + "id": 16402, "name": "options", "variant": "declaration", "kind": 1024, @@ -633140,7 +643772,7 @@ } }, { - "id": 32921, + "id": 16403, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -633190,7 +643822,7 @@ } }, { - "id": 32922, + "id": 16404, "name": "product", "variant": "declaration", "kind": 1024, @@ -633235,7 +643867,7 @@ } }, { - "id": 32923, + "id": 16405, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -633270,7 +643902,7 @@ } }, { - "id": 32924, + "id": 16406, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -633307,7 +643939,7 @@ } }, { - "id": 32925, + "id": 16407, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -633347,7 +643979,7 @@ } }, { - "id": 32926, + "id": 16408, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -633387,7 +644019,7 @@ } }, { - "id": 32927, + "id": 16409, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -633431,32 +644063,32 @@ { "title": "Properties", "children": [ - 32902, - 32903, - 32904, - 32905, - 32906, - 32907, - 32908, - 32909, - 32910, - 32911, - 32912, - 32913, - 32914, - 32915, - 32916, - 32917, - 32918, - 32919, - 32920, - 32921, - 32922, - 32923, - 32924, - 32925, - 32926, - 32927 + 16384, + 16385, + 16386, + 16387, + 16388, + 16389, + 16390, + 16391, + 16392, + 16393, + 16394, + 16395, + 16396, + 16397, + 16398, + 16399, + 16400, + 16401, + 16402, + 16403, + 16404, + 16405, + 16406, + 16407, + 16408, + 16409 ] } ], @@ -633465,7 +644097,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -633480,14 +644112,14 @@ { "type": "reflection", "declaration": { - "id": 32928, + "id": 16410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32929, + "id": 16411, "name": "prices", "variant": "declaration", "kind": 1024, @@ -633497,7 +644129,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -633515,7 +644147,7 @@ "defaultValue": "..." }, { - "id": 32930, + "id": 16412, "name": "id", "variant": "declaration", "kind": 1024, @@ -633541,7 +644173,7 @@ } }, { - "id": 32931, + "id": 16413, "name": "title", "variant": "declaration", "kind": 1024, @@ -633567,7 +644199,7 @@ } }, { - "id": 32932, + "id": 16414, "name": "sku", "variant": "declaration", "kind": 1024, @@ -633602,7 +644234,7 @@ } }, { - "id": 32933, + "id": 16415, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -633637,7 +644269,7 @@ } }, { - "id": 32934, + "id": 16416, "name": "ean", "variant": "declaration", "kind": 1024, @@ -633672,7 +644304,7 @@ } }, { - "id": 32935, + "id": 16417, "name": "upc", "variant": "declaration", "kind": 1024, @@ -633707,7 +644339,7 @@ } }, { - "id": 32936, + "id": 16418, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -633733,7 +644365,7 @@ } }, { - "id": 32937, + "id": 16419, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -633759,7 +644391,7 @@ } }, { - "id": 32938, + "id": 16420, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -633785,7 +644417,7 @@ } }, { - "id": 32939, + "id": 16421, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -633820,7 +644452,7 @@ } }, { - "id": 32940, + "id": 16422, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -633855,7 +644487,7 @@ } }, { - "id": 32941, + "id": 16423, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -633890,7 +644522,7 @@ } }, { - "id": 32942, + "id": 16424, "name": "material", "variant": "declaration", "kind": 1024, @@ -633925,7 +644557,7 @@ } }, { - "id": 32943, + "id": 16425, "name": "weight", "variant": "declaration", "kind": 1024, @@ -633960,7 +644592,7 @@ } }, { - "id": 32944, + "id": 16426, "name": "length", "variant": "declaration", "kind": 1024, @@ -633995,7 +644627,7 @@ } }, { - "id": 32945, + "id": 16427, "name": "height", "variant": "declaration", "kind": 1024, @@ -634030,7 +644662,7 @@ } }, { - "id": 32946, + "id": 16428, "name": "width", "variant": "declaration", "kind": 1024, @@ -634065,7 +644697,7 @@ } }, { - "id": 32947, + "id": 16429, "name": "options", "variant": "declaration", "kind": 1024, @@ -634102,7 +644734,7 @@ } }, { - "id": 32948, + "id": 16430, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -634152,7 +644784,7 @@ } }, { - "id": 32949, + "id": 16431, "name": "product", "variant": "declaration", "kind": 1024, @@ -634197,7 +644829,7 @@ } }, { - "id": 32950, + "id": 16432, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -634232,7 +644864,7 @@ } }, { - "id": 32951, + "id": 16433, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -634269,7 +644901,7 @@ } }, { - "id": 32952, + "id": 16434, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -634309,7 +644941,7 @@ } }, { - "id": 32953, + "id": 16435, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -634349,7 +644981,7 @@ } }, { - "id": 32954, + "id": 16436, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -634393,32 +645025,32 @@ { "title": "Properties", "children": [ - 32929, - 32930, - 32931, - 32932, - 32933, - 32934, - 32935, - 32936, - 32937, - 32938, - 32939, - 32940, - 32941, - 32942, - 32943, - 32944, - 32945, - 32946, - 32947, - 32948, - 32949, - 32950, - 32951, - 32952, - 32953, - 32954 + 16411, + 16412, + 16413, + 16414, + 16415, + 16416, + 16417, + 16418, + 16419, + 16420, + 16421, + 16422, + 16423, + 16424, + 16425, + 16426, + 16427, + 16428, + 16429, + 16430, + 16431, + 16432, + 16433, + 16434, + 16435, + 16436 ] } ], @@ -634427,7 +645059,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -634444,14 +645076,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32955, + "id": 16437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32956, + "id": 16438, "name": "prices", "variant": "declaration", "kind": 1024, @@ -634461,7 +645093,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -634479,7 +645111,7 @@ "defaultValue": "..." }, { - "id": 32957, + "id": 16439, "name": "id", "variant": "declaration", "kind": 1024, @@ -634505,7 +645137,7 @@ } }, { - "id": 32958, + "id": 16440, "name": "title", "variant": "declaration", "kind": 1024, @@ -634531,7 +645163,7 @@ } }, { - "id": 32959, + "id": 16441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -634566,7 +645198,7 @@ } }, { - "id": 32960, + "id": 16442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -634601,7 +645233,7 @@ } }, { - "id": 32961, + "id": 16443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -634636,7 +645268,7 @@ } }, { - "id": 32962, + "id": 16444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -634671,7 +645303,7 @@ } }, { - "id": 32963, + "id": 16445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -634697,7 +645329,7 @@ } }, { - "id": 32964, + "id": 16446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -634723,7 +645355,7 @@ } }, { - "id": 32965, + "id": 16447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -634749,7 +645381,7 @@ } }, { - "id": 32966, + "id": 16448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -634784,7 +645416,7 @@ } }, { - "id": 32967, + "id": 16449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -634819,7 +645451,7 @@ } }, { - "id": 32968, + "id": 16450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -634854,7 +645486,7 @@ } }, { - "id": 32969, + "id": 16451, "name": "material", "variant": "declaration", "kind": 1024, @@ -634889,7 +645521,7 @@ } }, { - "id": 32970, + "id": 16452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -634924,7 +645556,7 @@ } }, { - "id": 32971, + "id": 16453, "name": "length", "variant": "declaration", "kind": 1024, @@ -634959,7 +645591,7 @@ } }, { - "id": 32972, + "id": 16454, "name": "height", "variant": "declaration", "kind": 1024, @@ -634994,7 +645626,7 @@ } }, { - "id": 32973, + "id": 16455, "name": "width", "variant": "declaration", "kind": 1024, @@ -635029,7 +645661,7 @@ } }, { - "id": 32974, + "id": 16456, "name": "options", "variant": "declaration", "kind": 1024, @@ -635066,7 +645698,7 @@ } }, { - "id": 32975, + "id": 16457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -635116,7 +645748,7 @@ } }, { - "id": 32976, + "id": 16458, "name": "product", "variant": "declaration", "kind": 1024, @@ -635161,7 +645793,7 @@ } }, { - "id": 32977, + "id": 16459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -635196,7 +645828,7 @@ } }, { - "id": 32978, + "id": 16460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -635233,7 +645865,7 @@ } }, { - "id": 32979, + "id": 16461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -635273,7 +645905,7 @@ } }, { - "id": 32980, + "id": 16462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -635313,7 +645945,7 @@ } }, { - "id": 32981, + "id": 16463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -635357,32 +645989,32 @@ { "title": "Properties", "children": [ - 32956, - 32957, - 32958, - 32959, - 32960, - 32961, - 32962, - 32963, - 32964, - 32965, - 32966, - 32967, - 32968, - 32969, - 32970, - 32971, - 32972, - 32973, - 32974, - 32975, - 32976, - 32977, - 32978, - 32979, - 32980, - 32981 + 16438, + 16439, + 16440, + 16441, + 16442, + 16443, + 16444, + 16445, + 16446, + 16447, + 16448, + 16449, + 16450, + 16451, + 16452, + 16453, + 16454, + 16455, + 16456, + 16457, + 16458, + 16459, + 16460, + 16461, + 16462, + 16463 ] } ], @@ -635391,7 +646023,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -635409,14 +646041,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32982, + "id": 16464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32983, + "id": 16465, "name": "prices", "variant": "declaration", "kind": 1024, @@ -635426,7 +646058,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -635444,7 +646076,7 @@ "defaultValue": "..." }, { - "id": 32984, + "id": 16466, "name": "id", "variant": "declaration", "kind": 1024, @@ -635470,7 +646102,7 @@ } }, { - "id": 32985, + "id": 16467, "name": "title", "variant": "declaration", "kind": 1024, @@ -635496,7 +646128,7 @@ } }, { - "id": 32986, + "id": 16468, "name": "sku", "variant": "declaration", "kind": 1024, @@ -635531,7 +646163,7 @@ } }, { - "id": 32987, + "id": 16469, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -635566,7 +646198,7 @@ } }, { - "id": 32988, + "id": 16470, "name": "ean", "variant": "declaration", "kind": 1024, @@ -635601,7 +646233,7 @@ } }, { - "id": 32989, + "id": 16471, "name": "upc", "variant": "declaration", "kind": 1024, @@ -635636,7 +646268,7 @@ } }, { - "id": 32990, + "id": 16472, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -635662,7 +646294,7 @@ } }, { - "id": 32991, + "id": 16473, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -635688,7 +646320,7 @@ } }, { - "id": 32992, + "id": 16474, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -635714,7 +646346,7 @@ } }, { - "id": 32993, + "id": 16475, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -635749,7 +646381,7 @@ } }, { - "id": 32994, + "id": 16476, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -635784,7 +646416,7 @@ } }, { - "id": 32995, + "id": 16477, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -635819,7 +646451,7 @@ } }, { - "id": 32996, + "id": 16478, "name": "material", "variant": "declaration", "kind": 1024, @@ -635854,7 +646486,7 @@ } }, { - "id": 32997, + "id": 16479, "name": "weight", "variant": "declaration", "kind": 1024, @@ -635889,7 +646521,7 @@ } }, { - "id": 32998, + "id": 16480, "name": "length", "variant": "declaration", "kind": 1024, @@ -635924,7 +646556,7 @@ } }, { - "id": 32999, + "id": 16481, "name": "height", "variant": "declaration", "kind": 1024, @@ -635959,7 +646591,7 @@ } }, { - "id": 33000, + "id": 16482, "name": "width", "variant": "declaration", "kind": 1024, @@ -635994,7 +646626,7 @@ } }, { - "id": 33001, + "id": 16483, "name": "options", "variant": "declaration", "kind": 1024, @@ -636031,7 +646663,7 @@ } }, { - "id": 33002, + "id": 16484, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -636081,7 +646713,7 @@ } }, { - "id": 33003, + "id": 16485, "name": "product", "variant": "declaration", "kind": 1024, @@ -636126,7 +646758,7 @@ } }, { - "id": 33004, + "id": 16486, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -636161,7 +646793,7 @@ } }, { - "id": 33005, + "id": 16487, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -636198,7 +646830,7 @@ } }, { - "id": 33006, + "id": 16488, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -636238,7 +646870,7 @@ } }, { - "id": 33007, + "id": 16489, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -636278,7 +646910,7 @@ } }, { - "id": 33008, + "id": 16490, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -636322,32 +646954,32 @@ { "title": "Properties", "children": [ - 32983, - 32984, - 32985, - 32986, - 32987, - 32988, - 32989, - 32990, - 32991, - 32992, - 32993, - 32994, - 32995, - 32996, - 32997, - 32998, - 32999, - 33000, - 33001, - 33002, - 33003, - 33004, - 33005, - 33006, - 33007, - 33008 + 16465, + 16466, + 16467, + 16468, + 16469, + 16470, + 16471, + 16472, + 16473, + 16474, + 16475, + 16476, + 16477, + 16478, + 16479, + 16480, + 16481, + 16482, + 16483, + 16484, + 16485, + 16486, + 16487, + 16488, + 16489, + 16490 ] } ], @@ -636356,7 +646988,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -636369,14 +647001,14 @@ { "type": "reflection", "declaration": { - "id": 33009, + "id": 16491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33010, + "id": 16492, "name": "config", "variant": "declaration", "kind": 2048, @@ -636390,7 +647022,7 @@ ], "signatures": [ { - "id": 33011, + "id": 16493, "name": "config", "variant": "signature", "kind": 4096, @@ -636404,7 +647036,7 @@ ], "parameters": [ { - "id": 33012, + "id": 16494, "name": "config", "variant": "param", "kind": 32768, @@ -636415,14 +647047,14 @@ { "type": "reflection", "declaration": { - "id": 33013, + "id": 16495, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33014, + "id": 16496, "name": "name", "variant": "declaration", "kind": 1024, @@ -636446,7 +647078,7 @@ { "title": "Properties", "children": [ - 33014 + 16496 ] } ], @@ -636512,14 +647144,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33015, + "id": 16497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33016, + "id": 16498, "name": "prices", "variant": "declaration", "kind": 1024, @@ -636529,7 +647161,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -636547,7 +647179,7 @@ "defaultValue": "..." }, { - "id": 33017, + "id": 16499, "name": "id", "variant": "declaration", "kind": 1024, @@ -636573,7 +647205,7 @@ } }, { - "id": 33018, + "id": 16500, "name": "title", "variant": "declaration", "kind": 1024, @@ -636599,7 +647231,7 @@ } }, { - "id": 33019, + "id": 16501, "name": "sku", "variant": "declaration", "kind": 1024, @@ -636634,7 +647266,7 @@ } }, { - "id": 33020, + "id": 16502, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -636669,7 +647301,7 @@ } }, { - "id": 33021, + "id": 16503, "name": "ean", "variant": "declaration", "kind": 1024, @@ -636704,7 +647336,7 @@ } }, { - "id": 33022, + "id": 16504, "name": "upc", "variant": "declaration", "kind": 1024, @@ -636739,7 +647371,7 @@ } }, { - "id": 33023, + "id": 16505, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -636765,7 +647397,7 @@ } }, { - "id": 33024, + "id": 16506, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -636791,7 +647423,7 @@ } }, { - "id": 33025, + "id": 16507, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -636817,7 +647449,7 @@ } }, { - "id": 33026, + "id": 16508, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -636852,7 +647484,7 @@ } }, { - "id": 33027, + "id": 16509, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -636887,7 +647519,7 @@ } }, { - "id": 33028, + "id": 16510, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -636922,7 +647554,7 @@ } }, { - "id": 33029, + "id": 16511, "name": "material", "variant": "declaration", "kind": 1024, @@ -636957,7 +647589,7 @@ } }, { - "id": 33030, + "id": 16512, "name": "weight", "variant": "declaration", "kind": 1024, @@ -636992,7 +647624,7 @@ } }, { - "id": 33031, + "id": 16513, "name": "length", "variant": "declaration", "kind": 1024, @@ -637027,7 +647659,7 @@ } }, { - "id": 33032, + "id": 16514, "name": "height", "variant": "declaration", "kind": 1024, @@ -637062,7 +647694,7 @@ } }, { - "id": 33033, + "id": 16515, "name": "width", "variant": "declaration", "kind": 1024, @@ -637097,7 +647729,7 @@ } }, { - "id": 33034, + "id": 16516, "name": "options", "variant": "declaration", "kind": 1024, @@ -637134,7 +647766,7 @@ } }, { - "id": 33035, + "id": 16517, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -637184,7 +647816,7 @@ } }, { - "id": 33036, + "id": 16518, "name": "product", "variant": "declaration", "kind": 1024, @@ -637229,7 +647861,7 @@ } }, { - "id": 33037, + "id": 16519, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -637264,7 +647896,7 @@ } }, { - "id": 33038, + "id": 16520, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -637301,7 +647933,7 @@ } }, { - "id": 33039, + "id": 16521, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -637341,7 +647973,7 @@ } }, { - "id": 33040, + "id": 16522, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -637381,7 +648013,7 @@ } }, { - "id": 33041, + "id": 16523, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -637425,32 +648057,32 @@ { "title": "Properties", "children": [ - 33016, - 33017, - 33018, - 33019, - 33020, - 33021, - 33022, - 33023, - 33024, - 33025, - 33026, - 33027, - 33028, - 33029, - 33030, - 33031, - 33032, - 33033, - 33034, - 33035, - 33036, - 33037, - 33038, - 33039, - 33040, - 33041 + 16498, + 16499, + 16500, + 16501, + 16502, + 16503, + 16504, + 16505, + 16506, + 16507, + 16508, + 16509, + 16510, + 16511, + 16512, + 16513, + 16514, + 16515, + 16516, + 16517, + 16518, + 16519, + 16520, + 16521, + 16522, + 16523 ] } ], @@ -637459,7 +648091,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -637477,7 +648109,7 @@ { "title": "Methods", "children": [ - 33010 + 16492 ] } ], @@ -637502,14 +648134,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33042, + "id": 16524, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33043, + "id": 16525, "name": "prices", "variant": "declaration", "kind": 1024, @@ -637519,7 +648151,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -637537,7 +648169,7 @@ "defaultValue": "..." }, { - "id": 33044, + "id": 16526, "name": "id", "variant": "declaration", "kind": 1024, @@ -637563,7 +648195,7 @@ } }, { - "id": 33045, + "id": 16527, "name": "title", "variant": "declaration", "kind": 1024, @@ -637589,7 +648221,7 @@ } }, { - "id": 33046, + "id": 16528, "name": "sku", "variant": "declaration", "kind": 1024, @@ -637624,7 +648256,7 @@ } }, { - "id": 33047, + "id": 16529, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -637659,7 +648291,7 @@ } }, { - "id": 33048, + "id": 16530, "name": "ean", "variant": "declaration", "kind": 1024, @@ -637694,7 +648326,7 @@ } }, { - "id": 33049, + "id": 16531, "name": "upc", "variant": "declaration", "kind": 1024, @@ -637729,7 +648361,7 @@ } }, { - "id": 33050, + "id": 16532, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -637755,7 +648387,7 @@ } }, { - "id": 33051, + "id": 16533, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -637781,7 +648413,7 @@ } }, { - "id": 33052, + "id": 16534, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -637807,7 +648439,7 @@ } }, { - "id": 33053, + "id": 16535, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -637842,7 +648474,7 @@ } }, { - "id": 33054, + "id": 16536, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -637877,7 +648509,7 @@ } }, { - "id": 33055, + "id": 16537, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -637912,7 +648544,7 @@ } }, { - "id": 33056, + "id": 16538, "name": "material", "variant": "declaration", "kind": 1024, @@ -637947,7 +648579,7 @@ } }, { - "id": 33057, + "id": 16539, "name": "weight", "variant": "declaration", "kind": 1024, @@ -637982,7 +648614,7 @@ } }, { - "id": 33058, + "id": 16540, "name": "length", "variant": "declaration", "kind": 1024, @@ -638017,7 +648649,7 @@ } }, { - "id": 33059, + "id": 16541, "name": "height", "variant": "declaration", "kind": 1024, @@ -638052,7 +648684,7 @@ } }, { - "id": 33060, + "id": 16542, "name": "width", "variant": "declaration", "kind": 1024, @@ -638087,7 +648719,7 @@ } }, { - "id": 33061, + "id": 16543, "name": "options", "variant": "declaration", "kind": 1024, @@ -638124,7 +648756,7 @@ } }, { - "id": 33062, + "id": 16544, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -638174,7 +648806,7 @@ } }, { - "id": 33063, + "id": 16545, "name": "product", "variant": "declaration", "kind": 1024, @@ -638219,7 +648851,7 @@ } }, { - "id": 33064, + "id": 16546, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -638254,7 +648886,7 @@ } }, { - "id": 33065, + "id": 16547, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -638291,7 +648923,7 @@ } }, { - "id": 33066, + "id": 16548, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -638331,7 +648963,7 @@ } }, { - "id": 33067, + "id": 16549, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -638371,7 +649003,7 @@ } }, { - "id": 33068, + "id": 16550, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -638415,32 +649047,32 @@ { "title": "Properties", "children": [ - 33043, - 33044, - 33045, - 33046, - 33047, - 33048, - 33049, - 33050, - 33051, - 33052, - 33053, - 33054, - 33055, - 33056, - 33057, - 33058, - 33059, - 33060, - 33061, - 33062, - 33063, - 33064, - 33065, - 33066, - 33067, - 33068 + 16525, + 16526, + 16527, + 16528, + 16529, + 16530, + 16531, + 16532, + 16533, + 16534, + 16535, + 16536, + 16537, + 16538, + 16539, + 16540, + 16541, + 16542, + 16543, + 16544, + 16545, + 16546, + 16547, + 16548, + 16549, + 16550 ] } ], @@ -638449,7 +649081,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -638467,7 +649099,7 @@ } }, { - "id": 33069, + "id": 16551, "name": "run", "variant": "declaration", "kind": 1024, @@ -638490,7 +649122,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33070, + "id": 16552, "name": "__type", "variant": "declaration", "kind": 65536, @@ -638504,7 +649136,7 @@ ], "signatures": [ { - "id": 33071, + "id": 16553, "name": "__type", "variant": "signature", "kind": 4096, @@ -638532,7 +649164,7 @@ ], "typeParameters": [ { - "id": 33072, + "id": 16554, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -638543,7 +649175,7 @@ } }, { - "id": 33073, + "id": 16555, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -638556,7 +649188,7 @@ ], "parameters": [ { - "id": 33074, + "id": 16556, "name": "args", "variant": "param", "kind": 32768, @@ -638589,7 +649221,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -638600,13 +649232,13 @@ }, "trueType": { "type": "reference", - "target": 32849, + "target": 16331, "name": "CreateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -638639,7 +649271,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -638653,14 +649285,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33075, + "id": 16557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33076, + "id": 16558, "name": "prices", "variant": "declaration", "kind": 1024, @@ -638670,7 +649302,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -638688,7 +649320,7 @@ "defaultValue": "..." }, { - "id": 33077, + "id": 16559, "name": "id", "variant": "declaration", "kind": 1024, @@ -638714,7 +649346,7 @@ } }, { - "id": 33078, + "id": 16560, "name": "title", "variant": "declaration", "kind": 1024, @@ -638740,7 +649372,7 @@ } }, { - "id": 33079, + "id": 16561, "name": "sku", "variant": "declaration", "kind": 1024, @@ -638775,7 +649407,7 @@ } }, { - "id": 33080, + "id": 16562, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -638810,7 +649442,7 @@ } }, { - "id": 33081, + "id": 16563, "name": "ean", "variant": "declaration", "kind": 1024, @@ -638845,7 +649477,7 @@ } }, { - "id": 33082, + "id": 16564, "name": "upc", "variant": "declaration", "kind": 1024, @@ -638880,7 +649512,7 @@ } }, { - "id": 33083, + "id": 16565, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -638906,7 +649538,7 @@ } }, { - "id": 33084, + "id": 16566, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -638932,7 +649564,7 @@ } }, { - "id": 33085, + "id": 16567, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -638958,7 +649590,7 @@ } }, { - "id": 33086, + "id": 16568, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -638993,7 +649625,7 @@ } }, { - "id": 33087, + "id": 16569, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -639028,7 +649660,7 @@ } }, { - "id": 33088, + "id": 16570, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -639063,7 +649695,7 @@ } }, { - "id": 33089, + "id": 16571, "name": "material", "variant": "declaration", "kind": 1024, @@ -639098,7 +649730,7 @@ } }, { - "id": 33090, + "id": 16572, "name": "weight", "variant": "declaration", "kind": 1024, @@ -639133,7 +649765,7 @@ } }, { - "id": 33091, + "id": 16573, "name": "length", "variant": "declaration", "kind": 1024, @@ -639168,7 +649800,7 @@ } }, { - "id": 33092, + "id": 16574, "name": "height", "variant": "declaration", "kind": 1024, @@ -639203,7 +649835,7 @@ } }, { - "id": 33093, + "id": 16575, "name": "width", "variant": "declaration", "kind": 1024, @@ -639238,7 +649870,7 @@ } }, { - "id": 33094, + "id": 16576, "name": "options", "variant": "declaration", "kind": 1024, @@ -639275,7 +649907,7 @@ } }, { - "id": 33095, + "id": 16577, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -639325,7 +649957,7 @@ } }, { - "id": 33096, + "id": 16578, "name": "product", "variant": "declaration", "kind": 1024, @@ -639370,7 +650002,7 @@ } }, { - "id": 33097, + "id": 16579, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -639405,7 +650037,7 @@ } }, { - "id": 33098, + "id": 16580, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -639442,7 +650074,7 @@ } }, { - "id": 33099, + "id": 16581, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -639482,7 +650114,7 @@ } }, { - "id": 33100, + "id": 16582, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -639522,7 +650154,7 @@ } }, { - "id": 33101, + "id": 16583, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -639566,32 +650198,32 @@ { "title": "Properties", "children": [ - 33076, - 33077, - 33078, - 33079, - 33080, - 33081, - 33082, - 33083, - 33084, - 33085, - 33086, - 33087, - 33088, - 33089, - 33090, - 33091, - 33092, - 33093, - 33094, - 33095, - 33096, - 33097, - 33098, - 33099, - 33100, - 33101 + 16558, + 16559, + 16560, + 16561, + 16562, + 16563, + 16564, + 16565, + 16566, + 16567, + 16568, + 16569, + 16570, + 16571, + 16572, + 16573, + 16574, + 16575, + 16576, + 16577, + 16578, + 16579, + 16580, + 16581, + 16582, + 16583 ] } ], @@ -639600,7 +650232,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -639608,7 +650240,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -639628,7 +650260,7 @@ } }, { - "id": 33102, + "id": 16584, "name": "getName", "variant": "declaration", "kind": 1024, @@ -639651,7 +650283,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33103, + "id": 16585, "name": "__type", "variant": "declaration", "kind": 65536, @@ -639665,7 +650297,7 @@ ], "signatures": [ { - "id": 33104, + "id": 16586, "name": "__type", "variant": "signature", "kind": 4096, @@ -639687,7 +650319,7 @@ } }, { - "id": 33105, + "id": 16587, "name": "config", "variant": "declaration", "kind": 1024, @@ -639710,7 +650342,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33106, + "id": 16588, "name": "__type", "variant": "declaration", "kind": 65536, @@ -639724,7 +650356,7 @@ ], "signatures": [ { - "id": 33107, + "id": 16589, "name": "__type", "variant": "signature", "kind": 4096, @@ -639738,7 +650370,7 @@ ], "parameters": [ { - "id": 33108, + "id": 16590, "name": "config", "variant": "param", "kind": 32768, @@ -639764,7 +650396,7 @@ } }, { - "id": 33109, + "id": 16591, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -639787,14 +650419,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33110, + "id": 16592, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33111, + "id": 16593, "name": "productVariantsCreated", "variant": "declaration", "kind": 1024, @@ -639802,7 +650434,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33112, + "id": 16594, "name": "__type", "variant": "declaration", "kind": 65536, @@ -639816,7 +650448,7 @@ ], "signatures": [ { - "id": 33113, + "id": 16595, "name": "__type", "variant": "signature", "kind": 4096, @@ -639830,14 +650462,14 @@ ], "typeParameters": [ { - "id": 33114, + "id": 16596, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33115, + "id": 16597, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -639846,7 +650478,7 @@ ], "parameters": [ { - "id": 33116, + "id": 16598, "name": "invoke", "variant": "param", "kind": 32768, @@ -639861,14 +650493,14 @@ { "type": "reflection", "declaration": { - "id": 33117, + "id": 16599, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33118, + "id": 16600, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -639878,7 +650510,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 358, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" } ], "type": { @@ -639893,14 +650525,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33119, + "id": 16601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33120, + "id": 16602, "name": "prices", "variant": "declaration", "kind": 1024, @@ -639910,7 +650542,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -639928,7 +650560,7 @@ "defaultValue": "..." }, { - "id": 33121, + "id": 16603, "name": "id", "variant": "declaration", "kind": 1024, @@ -639954,7 +650586,7 @@ } }, { - "id": 33122, + "id": 16604, "name": "title", "variant": "declaration", "kind": 1024, @@ -639980,7 +650612,7 @@ } }, { - "id": 33123, + "id": 16605, "name": "sku", "variant": "declaration", "kind": 1024, @@ -640015,7 +650647,7 @@ } }, { - "id": 33124, + "id": 16606, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -640050,7 +650682,7 @@ } }, { - "id": 33125, + "id": 16607, "name": "ean", "variant": "declaration", "kind": 1024, @@ -640085,7 +650717,7 @@ } }, { - "id": 33126, + "id": 16608, "name": "upc", "variant": "declaration", "kind": 1024, @@ -640120,7 +650752,7 @@ } }, { - "id": 33127, + "id": 16609, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -640146,7 +650778,7 @@ } }, { - "id": 33128, + "id": 16610, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -640172,7 +650804,7 @@ } }, { - "id": 33129, + "id": 16611, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -640198,7 +650830,7 @@ } }, { - "id": 33130, + "id": 16612, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -640233,7 +650865,7 @@ } }, { - "id": 33131, + "id": 16613, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -640268,7 +650900,7 @@ } }, { - "id": 33132, + "id": 16614, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -640303,7 +650935,7 @@ } }, { - "id": 33133, + "id": 16615, "name": "material", "variant": "declaration", "kind": 1024, @@ -640338,7 +650970,7 @@ } }, { - "id": 33134, + "id": 16616, "name": "weight", "variant": "declaration", "kind": 1024, @@ -640373,7 +651005,7 @@ } }, { - "id": 33135, + "id": 16617, "name": "length", "variant": "declaration", "kind": 1024, @@ -640408,7 +651040,7 @@ } }, { - "id": 33136, + "id": 16618, "name": "height", "variant": "declaration", "kind": 1024, @@ -640443,7 +651075,7 @@ } }, { - "id": 33137, + "id": 16619, "name": "width", "variant": "declaration", "kind": 1024, @@ -640478,7 +651110,7 @@ } }, { - "id": 33138, + "id": 16620, "name": "options", "variant": "declaration", "kind": 1024, @@ -640515,7 +651147,7 @@ } }, { - "id": 33139, + "id": 16621, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -640565,7 +651197,7 @@ } }, { - "id": 33140, + "id": 16622, "name": "product", "variant": "declaration", "kind": 1024, @@ -640610,7 +651242,7 @@ } }, { - "id": 33141, + "id": 16623, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -640645,7 +651277,7 @@ } }, { - "id": 33142, + "id": 16624, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -640682,7 +651314,7 @@ } }, { - "id": 33143, + "id": 16625, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -640722,7 +651354,7 @@ } }, { - "id": 33144, + "id": 16626, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -640762,7 +651394,7 @@ } }, { - "id": 33145, + "id": 16627, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -640806,32 +651438,32 @@ { "title": "Properties", "children": [ - 33120, - 33121, - 33122, - 33123, - 33124, - 33125, - 33126, - 33127, - 33128, - 33129, - 33130, - 33131, - 33132, - 33133, - 33134, - 33135, - 33136, - 33137, - 33138, - 33139, - 33140, - 33141, - 33142, - 33143, - 33144, - 33145 + 16602, + 16603, + 16604, + 16605, + 16606, + 16607, + 16608, + 16609, + 16610, + 16611, + 16612, + 16613, + 16614, + 16615, + 16616, + 16617, + 16618, + 16619, + 16620, + 16621, + 16622, + 16623, + 16624, + 16625, + 16626, + 16627 ] } ], @@ -640840,7 +651472,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -640853,7 +651485,7 @@ "defaultValue": "response" }, { - "id": 33146, + "id": 16628, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -640871,7 +651503,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 359, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" } ], "type": { @@ -640894,8 +651526,8 @@ { "title": "Properties", "children": [ - 33118, - 33146 + 16600, + 16628 ] } ], @@ -640904,21 +651536,21 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 357, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L357" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L357" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -640929,7 +651561,7 @@ } }, { - "id": 33147, + "id": 16629, "name": "compensate", "variant": "param", "kind": 32768, @@ -640945,7 +651577,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -640964,13 +651596,86 @@ ] } } + }, + { + "id": 21591, + "name": "productVariantsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product variants are created. You can consume this hook to perform custom actions on the created product variants." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductVariantsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductVariantsWorkflow.hooks.productVariantsCreated(\n\t(async ({ product_variants, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21592, + "name": "productVariantsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21593, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16599, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33111 + 16593 + ] + }, + { + "title": "Functions", + "children": [ + 21591 ] } ], @@ -640987,7 +651692,7 @@ ], "documents": [ { - "id": 38093, + "id": 21585, "name": "createProductVariantsStep", "variant": "document", "kind": 8388608, @@ -641003,6 +651708,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15683" + } + ] } ], "modifierTags": [ @@ -641013,7 +651727,7 @@ "frontmatter": {} }, { - "id": 38094, + "id": 21586, "name": "createInventoryItemsWorkflow", "variant": "document", "kind": 8388608, @@ -641029,6 +651743,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4623" + } + ] } ], "modifierTags": [ @@ -641039,7 +651762,7 @@ "frontmatter": {} }, { - "id": 38095, + "id": 21587, "name": "createLinksWorkflow", "variant": "document", "kind": 8388608, @@ -641055,6 +651778,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2355" + } + ] } ], "modifierTags": [ @@ -641065,7 +651797,7 @@ "frontmatter": {} }, { - "id": 38096, + "id": 21588, "name": "createPriceSetsStep", "variant": "document", "kind": 8388608, @@ -641081,6 +651813,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15377" + } + ] } ], "modifierTags": [ @@ -641091,7 +651832,7 @@ "frontmatter": {} }, { - "id": 38097, + "id": 21589, "name": "createVariantPricingLinkStep", "variant": "document", "kind": 8388608, @@ -641107,6 +651848,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15642" + } + ] } ], "modifierTags": [ @@ -641117,7 +651867,7 @@ "frontmatter": {} }, { - "id": 38098, + "id": 21590, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -641133,6 +651883,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -641143,7 +651902,7 @@ "frontmatter": {} }, { - "id": 38102, + "id": 21594, "name": "productVariantsCreated", "variant": "document", "kind": 8388608, @@ -641159,6 +651918,15 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21591" + } + ] } ], "modifierTags": [ @@ -641170,21 +651938,21 @@ } ], "childrenIncludingDocuments": [ - 32895, - 33069, - 33102, - 33105, - 33109 + 16377, + 16551, + 16584, + 16587, + 16591 ], "groups": [ { "title": "Properties", "children": [ - 32895, - 33069, - 33102, - 33105, - 33109 + 16377, + 16551, + 16584, + 16587, + 16591 ] } ], @@ -641193,12 +651961,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 242, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L242" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L242" } ], "signatures": [ { - "id": 32861, + "id": 16343, "name": "createProductVariantsWorkflow", "variant": "signature", "kind": 4096, @@ -641262,12 +652030,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 242, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L242" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L242" } ], "typeParameters": [ { - "id": 32862, + "id": 16344, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -641278,7 +652046,7 @@ } }, { - "id": 32863, + "id": 16345, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -641291,7 +652059,7 @@ ], "parameters": [ { - "id": 32864, + "id": 16346, "name": "container", "variant": "param", "kind": 32768, @@ -641315,14 +652083,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32865, + "id": 16347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32866, + "id": 16348, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -641345,7 +652113,7 @@ } }, { - "id": 32867, + "id": 16349, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -641372,8 +652140,8 @@ { "title": "Properties", "children": [ - 32866, - 32867 + 16348, + 16349 ] } ], @@ -641444,7 +652212,7 @@ "typeArguments": [ { "type": "reference", - "target": 32849, + "target": 16331, "name": "CreateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -641453,14 +652221,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32868, + "id": 16350, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32869, + "id": 16351, "name": "prices", "variant": "declaration", "kind": 1024, @@ -641470,7 +652238,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -641488,7 +652256,7 @@ "defaultValue": "..." }, { - "id": 32870, + "id": 16352, "name": "id", "variant": "declaration", "kind": 1024, @@ -641514,7 +652282,7 @@ } }, { - "id": 32871, + "id": 16353, "name": "title", "variant": "declaration", "kind": 1024, @@ -641540,7 +652308,7 @@ } }, { - "id": 32872, + "id": 16354, "name": "sku", "variant": "declaration", "kind": 1024, @@ -641575,7 +652343,7 @@ } }, { - "id": 32873, + "id": 16355, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -641610,7 +652378,7 @@ } }, { - "id": 32874, + "id": 16356, "name": "ean", "variant": "declaration", "kind": 1024, @@ -641645,7 +652413,7 @@ } }, { - "id": 32875, + "id": 16357, "name": "upc", "variant": "declaration", "kind": 1024, @@ -641680,7 +652448,7 @@ } }, { - "id": 32876, + "id": 16358, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -641706,7 +652474,7 @@ } }, { - "id": 32877, + "id": 16359, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -641732,7 +652500,7 @@ } }, { - "id": 32878, + "id": 16360, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -641758,7 +652526,7 @@ } }, { - "id": 32879, + "id": 16361, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -641793,7 +652561,7 @@ } }, { - "id": 32880, + "id": 16362, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -641828,7 +652596,7 @@ } }, { - "id": 32881, + "id": 16363, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -641863,7 +652631,7 @@ } }, { - "id": 32882, + "id": 16364, "name": "material", "variant": "declaration", "kind": 1024, @@ -641898,7 +652666,7 @@ } }, { - "id": 32883, + "id": 16365, "name": "weight", "variant": "declaration", "kind": 1024, @@ -641933,7 +652701,7 @@ } }, { - "id": 32884, + "id": 16366, "name": "length", "variant": "declaration", "kind": 1024, @@ -641968,7 +652736,7 @@ } }, { - "id": 32885, + "id": 16367, "name": "height", "variant": "declaration", "kind": 1024, @@ -642003,7 +652771,7 @@ } }, { - "id": 32886, + "id": 16368, "name": "width", "variant": "declaration", "kind": 1024, @@ -642038,7 +652806,7 @@ } }, { - "id": 32887, + "id": 16369, "name": "options", "variant": "declaration", "kind": 1024, @@ -642075,7 +652843,7 @@ } }, { - "id": 32888, + "id": 16370, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -642125,7 +652893,7 @@ } }, { - "id": 32889, + "id": 16371, "name": "product", "variant": "declaration", "kind": 1024, @@ -642170,7 +652938,7 @@ } }, { - "id": 32890, + "id": 16372, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -642205,7 +652973,7 @@ } }, { - "id": 32891, + "id": 16373, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -642242,7 +653010,7 @@ } }, { - "id": 32892, + "id": 16374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -642282,7 +653050,7 @@ } }, { - "id": 32893, + "id": 16375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -642322,7 +653090,7 @@ } }, { - "id": 32894, + "id": 16376, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -642366,32 +653134,32 @@ { "title": "Properties", "children": [ - 32869, - 32870, - 32871, - 32872, - 32873, - 32874, - 32875, - 32876, - 32877, - 32878, - 32879, - 32880, - 32881, - 32882, - 32883, - 32884, - 32885, - 32886, - 32887, - 32888, - 32889, - 32890, - 32891, - 32892, - 32893, - 32894 + 16351, + 16352, + 16353, + 16354, + 16355, + 16356, + 16357, + 16358, + 16359, + 16360, + 16361, + 16362, + 16363, + 16364, + 16365, + 16366, + 16367, + 16368, + 16369, + 16370, + 16371, + 16372, + 16373, + 16374, + 16375, + 16376 ] } ], @@ -642400,7 +653168,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -642408,14 +653176,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -642430,14 +653198,14 @@ ] }, { - "id": 32868, + "id": 16350, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32869, + "id": 16351, "name": "prices", "variant": "declaration", "kind": 1024, @@ -642447,7 +653215,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -642465,7 +653233,7 @@ "defaultValue": "..." }, { - "id": 32870, + "id": 16352, "name": "id", "variant": "declaration", "kind": 1024, @@ -642491,7 +653259,7 @@ } }, { - "id": 32871, + "id": 16353, "name": "title", "variant": "declaration", "kind": 1024, @@ -642517,7 +653285,7 @@ } }, { - "id": 32872, + "id": 16354, "name": "sku", "variant": "declaration", "kind": 1024, @@ -642552,7 +653320,7 @@ } }, { - "id": 32873, + "id": 16355, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -642587,7 +653355,7 @@ } }, { - "id": 32874, + "id": 16356, "name": "ean", "variant": "declaration", "kind": 1024, @@ -642622,7 +653390,7 @@ } }, { - "id": 32875, + "id": 16357, "name": "upc", "variant": "declaration", "kind": 1024, @@ -642657,7 +653425,7 @@ } }, { - "id": 32876, + "id": 16358, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -642683,7 +653451,7 @@ } }, { - "id": 32877, + "id": 16359, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -642709,7 +653477,7 @@ } }, { - "id": 32878, + "id": 16360, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -642735,7 +653503,7 @@ } }, { - "id": 32879, + "id": 16361, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -642770,7 +653538,7 @@ } }, { - "id": 32880, + "id": 16362, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -642805,7 +653573,7 @@ } }, { - "id": 32881, + "id": 16363, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -642840,7 +653608,7 @@ } }, { - "id": 32882, + "id": 16364, "name": "material", "variant": "declaration", "kind": 1024, @@ -642875,7 +653643,7 @@ } }, { - "id": 32883, + "id": 16365, "name": "weight", "variant": "declaration", "kind": 1024, @@ -642910,7 +653678,7 @@ } }, { - "id": 32884, + "id": 16366, "name": "length", "variant": "declaration", "kind": 1024, @@ -642945,7 +653713,7 @@ } }, { - "id": 32885, + "id": 16367, "name": "height", "variant": "declaration", "kind": 1024, @@ -642980,7 +653748,7 @@ } }, { - "id": 32886, + "id": 16368, "name": "width", "variant": "declaration", "kind": 1024, @@ -643015,7 +653783,7 @@ } }, { - "id": 32887, + "id": 16369, "name": "options", "variant": "declaration", "kind": 1024, @@ -643052,7 +653820,7 @@ } }, { - "id": 32888, + "id": 16370, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -643102,7 +653870,7 @@ } }, { - "id": 32889, + "id": 16371, "name": "product", "variant": "declaration", "kind": 1024, @@ -643147,7 +653915,7 @@ } }, { - "id": 32890, + "id": 16372, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -643182,7 +653950,7 @@ } }, { - "id": 32891, + "id": 16373, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -643219,7 +653987,7 @@ } }, { - "id": 32892, + "id": 16374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -643259,7 +654027,7 @@ } }, { - "id": 32893, + "id": 16375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -643299,7 +654067,7 @@ } }, { - "id": 32894, + "id": 16376, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -643343,32 +654111,32 @@ { "title": "Properties", "children": [ - 32869, - 32870, - 32871, - 32872, - 32873, - 32874, - 32875, - 32876, - 32877, - 32878, - 32879, - 32880, - 32881, - 32882, - 32883, - 32884, - 32885, - 32886, - 32887, - 32888, - 32889, - 32890, - 32891, - 32892, - 32893, - 32894 + 16351, + 16352, + 16353, + 16354, + 16355, + 16356, + 16357, + 16358, + 16359, + 16360, + 16361, + 16362, + 16363, + 16364, + 16365, + 16366, + 16367, + 16368, + 16369, + 16370, + 16371, + 16372, + 16373, + 16374, + 16375, + 16376 ] } ], @@ -643377,12 +654145,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 32869, + "id": 16351, "name": "prices", "variant": "declaration", "kind": 1024, @@ -643392,7 +654160,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -643410,14 +654178,14 @@ "defaultValue": "..." }, { - "id": 32901, + "id": 16383, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32902, + "id": 16384, "name": "prices", "variant": "declaration", "kind": 1024, @@ -643427,7 +654195,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -643445,7 +654213,7 @@ "defaultValue": "..." }, { - "id": 32903, + "id": 16385, "name": "id", "variant": "declaration", "kind": 1024, @@ -643471,7 +654239,7 @@ } }, { - "id": 32904, + "id": 16386, "name": "title", "variant": "declaration", "kind": 1024, @@ -643497,7 +654265,7 @@ } }, { - "id": 32905, + "id": 16387, "name": "sku", "variant": "declaration", "kind": 1024, @@ -643532,7 +654300,7 @@ } }, { - "id": 32906, + "id": 16388, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -643567,7 +654335,7 @@ } }, { - "id": 32907, + "id": 16389, "name": "ean", "variant": "declaration", "kind": 1024, @@ -643602,7 +654370,7 @@ } }, { - "id": 32908, + "id": 16390, "name": "upc", "variant": "declaration", "kind": 1024, @@ -643637,7 +654405,7 @@ } }, { - "id": 32909, + "id": 16391, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -643663,7 +654431,7 @@ } }, { - "id": 32910, + "id": 16392, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -643689,7 +654457,7 @@ } }, { - "id": 32911, + "id": 16393, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -643715,7 +654483,7 @@ } }, { - "id": 32912, + "id": 16394, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -643750,7 +654518,7 @@ } }, { - "id": 32913, + "id": 16395, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -643785,7 +654553,7 @@ } }, { - "id": 32914, + "id": 16396, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -643820,7 +654588,7 @@ } }, { - "id": 32915, + "id": 16397, "name": "material", "variant": "declaration", "kind": 1024, @@ -643855,7 +654623,7 @@ } }, { - "id": 32916, + "id": 16398, "name": "weight", "variant": "declaration", "kind": 1024, @@ -643890,7 +654658,7 @@ } }, { - "id": 32917, + "id": 16399, "name": "length", "variant": "declaration", "kind": 1024, @@ -643925,7 +654693,7 @@ } }, { - "id": 32918, + "id": 16400, "name": "height", "variant": "declaration", "kind": 1024, @@ -643960,7 +654728,7 @@ } }, { - "id": 32919, + "id": 16401, "name": "width", "variant": "declaration", "kind": 1024, @@ -643995,7 +654763,7 @@ } }, { - "id": 32920, + "id": 16402, "name": "options", "variant": "declaration", "kind": 1024, @@ -644032,7 +654800,7 @@ } }, { - "id": 32921, + "id": 16403, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -644082,7 +654850,7 @@ } }, { - "id": 32922, + "id": 16404, "name": "product", "variant": "declaration", "kind": 1024, @@ -644127,7 +654895,7 @@ } }, { - "id": 32923, + "id": 16405, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -644162,7 +654930,7 @@ } }, { - "id": 32924, + "id": 16406, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -644199,7 +654967,7 @@ } }, { - "id": 32925, + "id": 16407, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -644239,7 +655007,7 @@ } }, { - "id": 32926, + "id": 16408, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -644279,7 +655047,7 @@ } }, { - "id": 32927, + "id": 16409, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -644323,32 +655091,32 @@ { "title": "Properties", "children": [ - 32902, - 32903, - 32904, - 32905, - 32906, - 32907, - 32908, - 32909, - 32910, - 32911, - 32912, - 32913, - 32914, - 32915, - 32916, - 32917, - 32918, - 32919, - 32920, - 32921, - 32922, - 32923, - 32924, - 32925, - 32926, - 32927 + 16384, + 16385, + 16386, + 16387, + 16388, + 16389, + 16390, + 16391, + 16392, + 16393, + 16394, + 16395, + 16396, + 16397, + 16398, + 16399, + 16400, + 16401, + 16402, + 16403, + 16404, + 16405, + 16406, + 16407, + 16408, + 16409 ] } ], @@ -644357,12 +655125,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 32902, + "id": 16384, "name": "prices", "variant": "declaration", "kind": 1024, @@ -644372,7 +655140,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -644390,14 +655158,14 @@ "defaultValue": "..." }, { - "id": 32928, + "id": 16410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32929, + "id": 16411, "name": "prices", "variant": "declaration", "kind": 1024, @@ -644407,7 +655175,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -644425,7 +655193,7 @@ "defaultValue": "..." }, { - "id": 32930, + "id": 16412, "name": "id", "variant": "declaration", "kind": 1024, @@ -644451,7 +655219,7 @@ } }, { - "id": 32931, + "id": 16413, "name": "title", "variant": "declaration", "kind": 1024, @@ -644477,7 +655245,7 @@ } }, { - "id": 32932, + "id": 16414, "name": "sku", "variant": "declaration", "kind": 1024, @@ -644512,7 +655280,7 @@ } }, { - "id": 32933, + "id": 16415, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -644547,7 +655315,7 @@ } }, { - "id": 32934, + "id": 16416, "name": "ean", "variant": "declaration", "kind": 1024, @@ -644582,7 +655350,7 @@ } }, { - "id": 32935, + "id": 16417, "name": "upc", "variant": "declaration", "kind": 1024, @@ -644617,7 +655385,7 @@ } }, { - "id": 32936, + "id": 16418, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -644643,7 +655411,7 @@ } }, { - "id": 32937, + "id": 16419, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -644669,7 +655437,7 @@ } }, { - "id": 32938, + "id": 16420, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -644695,7 +655463,7 @@ } }, { - "id": 32939, + "id": 16421, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -644730,7 +655498,7 @@ } }, { - "id": 32940, + "id": 16422, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -644765,7 +655533,7 @@ } }, { - "id": 32941, + "id": 16423, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -644800,7 +655568,7 @@ } }, { - "id": 32942, + "id": 16424, "name": "material", "variant": "declaration", "kind": 1024, @@ -644835,7 +655603,7 @@ } }, { - "id": 32943, + "id": 16425, "name": "weight", "variant": "declaration", "kind": 1024, @@ -644870,7 +655638,7 @@ } }, { - "id": 32944, + "id": 16426, "name": "length", "variant": "declaration", "kind": 1024, @@ -644905,7 +655673,7 @@ } }, { - "id": 32945, + "id": 16427, "name": "height", "variant": "declaration", "kind": 1024, @@ -644940,7 +655708,7 @@ } }, { - "id": 32946, + "id": 16428, "name": "width", "variant": "declaration", "kind": 1024, @@ -644975,7 +655743,7 @@ } }, { - "id": 32947, + "id": 16429, "name": "options", "variant": "declaration", "kind": 1024, @@ -645012,7 +655780,7 @@ } }, { - "id": 32948, + "id": 16430, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -645062,7 +655830,7 @@ } }, { - "id": 32949, + "id": 16431, "name": "product", "variant": "declaration", "kind": 1024, @@ -645107,7 +655875,7 @@ } }, { - "id": 32950, + "id": 16432, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -645142,7 +655910,7 @@ } }, { - "id": 32951, + "id": 16433, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -645179,7 +655947,7 @@ } }, { - "id": 32952, + "id": 16434, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -645219,7 +655987,7 @@ } }, { - "id": 32953, + "id": 16435, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -645259,7 +656027,7 @@ } }, { - "id": 32954, + "id": 16436, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -645303,32 +656071,32 @@ { "title": "Properties", "children": [ - 32929, - 32930, - 32931, - 32932, - 32933, - 32934, - 32935, - 32936, - 32937, - 32938, - 32939, - 32940, - 32941, - 32942, - 32943, - 32944, - 32945, - 32946, - 32947, - 32948, - 32949, - 32950, - 32951, - 32952, - 32953, - 32954 + 16411, + 16412, + 16413, + 16414, + 16415, + 16416, + 16417, + 16418, + 16419, + 16420, + 16421, + 16422, + 16423, + 16424, + 16425, + 16426, + 16427, + 16428, + 16429, + 16430, + 16431, + 16432, + 16433, + 16434, + 16435, + 16436 ] } ], @@ -645337,12 +656105,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 32929, + "id": 16411, "name": "prices", "variant": "declaration", "kind": 1024, @@ -645352,7 +656120,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -645370,14 +656138,14 @@ "defaultValue": "..." }, { - "id": 32955, + "id": 16437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32956, + "id": 16438, "name": "prices", "variant": "declaration", "kind": 1024, @@ -645387,7 +656155,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -645405,7 +656173,7 @@ "defaultValue": "..." }, { - "id": 32957, + "id": 16439, "name": "id", "variant": "declaration", "kind": 1024, @@ -645431,7 +656199,7 @@ } }, { - "id": 32958, + "id": 16440, "name": "title", "variant": "declaration", "kind": 1024, @@ -645457,7 +656225,7 @@ } }, { - "id": 32959, + "id": 16441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -645492,7 +656260,7 @@ } }, { - "id": 32960, + "id": 16442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -645527,7 +656295,7 @@ } }, { - "id": 32961, + "id": 16443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -645562,7 +656330,7 @@ } }, { - "id": 32962, + "id": 16444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -645597,7 +656365,7 @@ } }, { - "id": 32963, + "id": 16445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -645623,7 +656391,7 @@ } }, { - "id": 32964, + "id": 16446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -645649,7 +656417,7 @@ } }, { - "id": 32965, + "id": 16447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -645675,7 +656443,7 @@ } }, { - "id": 32966, + "id": 16448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -645710,7 +656478,7 @@ } }, { - "id": 32967, + "id": 16449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -645745,7 +656513,7 @@ } }, { - "id": 32968, + "id": 16450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -645780,7 +656548,7 @@ } }, { - "id": 32969, + "id": 16451, "name": "material", "variant": "declaration", "kind": 1024, @@ -645815,7 +656583,7 @@ } }, { - "id": 32970, + "id": 16452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -645850,7 +656618,7 @@ } }, { - "id": 32971, + "id": 16453, "name": "length", "variant": "declaration", "kind": 1024, @@ -645885,7 +656653,7 @@ } }, { - "id": 32972, + "id": 16454, "name": "height", "variant": "declaration", "kind": 1024, @@ -645920,7 +656688,7 @@ } }, { - "id": 32973, + "id": 16455, "name": "width", "variant": "declaration", "kind": 1024, @@ -645955,7 +656723,7 @@ } }, { - "id": 32974, + "id": 16456, "name": "options", "variant": "declaration", "kind": 1024, @@ -645992,7 +656760,7 @@ } }, { - "id": 32975, + "id": 16457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -646042,7 +656810,7 @@ } }, { - "id": 32976, + "id": 16458, "name": "product", "variant": "declaration", "kind": 1024, @@ -646087,7 +656855,7 @@ } }, { - "id": 32977, + "id": 16459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -646122,7 +656890,7 @@ } }, { - "id": 32978, + "id": 16460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -646159,7 +656927,7 @@ } }, { - "id": 32979, + "id": 16461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -646199,7 +656967,7 @@ } }, { - "id": 32980, + "id": 16462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -646239,7 +657007,7 @@ } }, { - "id": 32981, + "id": 16463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -646283,32 +657051,32 @@ { "title": "Properties", "children": [ - 32956, - 32957, - 32958, - 32959, - 32960, - 32961, - 32962, - 32963, - 32964, - 32965, - 32966, - 32967, - 32968, - 32969, - 32970, - 32971, - 32972, - 32973, - 32974, - 32975, - 32976, - 32977, - 32978, - 32979, - 32980, - 32981 + 16438, + 16439, + 16440, + 16441, + 16442, + 16443, + 16444, + 16445, + 16446, + 16447, + 16448, + 16449, + 16450, + 16451, + 16452, + 16453, + 16454, + 16455, + 16456, + 16457, + 16458, + 16459, + 16460, + 16461, + 16462, + 16463 ] } ], @@ -646317,12 +657085,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 32956, + "id": 16438, "name": "prices", "variant": "declaration", "kind": 1024, @@ -646332,7 +657100,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -646350,14 +657118,14 @@ "defaultValue": "..." }, { - "id": 32982, + "id": 16464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32983, + "id": 16465, "name": "prices", "variant": "declaration", "kind": 1024, @@ -646367,7 +657135,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -646385,7 +657153,7 @@ "defaultValue": "..." }, { - "id": 32984, + "id": 16466, "name": "id", "variant": "declaration", "kind": 1024, @@ -646411,7 +657179,7 @@ } }, { - "id": 32985, + "id": 16467, "name": "title", "variant": "declaration", "kind": 1024, @@ -646437,7 +657205,7 @@ } }, { - "id": 32986, + "id": 16468, "name": "sku", "variant": "declaration", "kind": 1024, @@ -646472,7 +657240,7 @@ } }, { - "id": 32987, + "id": 16469, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -646507,7 +657275,7 @@ } }, { - "id": 32988, + "id": 16470, "name": "ean", "variant": "declaration", "kind": 1024, @@ -646542,7 +657310,7 @@ } }, { - "id": 32989, + "id": 16471, "name": "upc", "variant": "declaration", "kind": 1024, @@ -646577,7 +657345,7 @@ } }, { - "id": 32990, + "id": 16472, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -646603,7 +657371,7 @@ } }, { - "id": 32991, + "id": 16473, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -646629,7 +657397,7 @@ } }, { - "id": 32992, + "id": 16474, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -646655,7 +657423,7 @@ } }, { - "id": 32993, + "id": 16475, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -646690,7 +657458,7 @@ } }, { - "id": 32994, + "id": 16476, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -646725,7 +657493,7 @@ } }, { - "id": 32995, + "id": 16477, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -646760,7 +657528,7 @@ } }, { - "id": 32996, + "id": 16478, "name": "material", "variant": "declaration", "kind": 1024, @@ -646795,7 +657563,7 @@ } }, { - "id": 32997, + "id": 16479, "name": "weight", "variant": "declaration", "kind": 1024, @@ -646830,7 +657598,7 @@ } }, { - "id": 32998, + "id": 16480, "name": "length", "variant": "declaration", "kind": 1024, @@ -646865,7 +657633,7 @@ } }, { - "id": 32999, + "id": 16481, "name": "height", "variant": "declaration", "kind": 1024, @@ -646900,7 +657668,7 @@ } }, { - "id": 33000, + "id": 16482, "name": "width", "variant": "declaration", "kind": 1024, @@ -646935,7 +657703,7 @@ } }, { - "id": 33001, + "id": 16483, "name": "options", "variant": "declaration", "kind": 1024, @@ -646972,7 +657740,7 @@ } }, { - "id": 33002, + "id": 16484, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -647022,7 +657790,7 @@ } }, { - "id": 33003, + "id": 16485, "name": "product", "variant": "declaration", "kind": 1024, @@ -647067,7 +657835,7 @@ } }, { - "id": 33004, + "id": 16486, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -647102,7 +657870,7 @@ } }, { - "id": 33005, + "id": 16487, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -647139,7 +657907,7 @@ } }, { - "id": 33006, + "id": 16488, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -647179,7 +657947,7 @@ } }, { - "id": 33007, + "id": 16489, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -647219,7 +657987,7 @@ } }, { - "id": 33008, + "id": 16490, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -647263,32 +658031,32 @@ { "title": "Properties", "children": [ - 32983, - 32984, - 32985, - 32986, - 32987, - 32988, - 32989, - 32990, - 32991, - 32992, - 32993, - 32994, - 32995, - 32996, - 32997, - 32998, - 32999, - 33000, - 33001, - 33002, - 33003, - 33004, - 33005, - 33006, - 33007, - 33008 + 16465, + 16466, + 16467, + 16468, + 16469, + 16470, + 16471, + 16472, + 16473, + 16474, + 16475, + 16476, + 16477, + 16478, + 16479, + 16480, + 16481, + 16482, + 16483, + 16484, + 16485, + 16486, + 16487, + 16488, + 16489, + 16490 ] } ], @@ -647297,12 +658065,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 32983, + "id": 16465, "name": "prices", "variant": "declaration", "kind": 1024, @@ -647312,7 +658080,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -647330,14 +658098,14 @@ "defaultValue": "..." }, { - "id": 33015, + "id": 16497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33016, + "id": 16498, "name": "prices", "variant": "declaration", "kind": 1024, @@ -647347,7 +658115,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -647365,7 +658133,7 @@ "defaultValue": "..." }, { - "id": 33017, + "id": 16499, "name": "id", "variant": "declaration", "kind": 1024, @@ -647391,7 +658159,7 @@ } }, { - "id": 33018, + "id": 16500, "name": "title", "variant": "declaration", "kind": 1024, @@ -647417,7 +658185,7 @@ } }, { - "id": 33019, + "id": 16501, "name": "sku", "variant": "declaration", "kind": 1024, @@ -647452,7 +658220,7 @@ } }, { - "id": 33020, + "id": 16502, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -647487,7 +658255,7 @@ } }, { - "id": 33021, + "id": 16503, "name": "ean", "variant": "declaration", "kind": 1024, @@ -647522,7 +658290,7 @@ } }, { - "id": 33022, + "id": 16504, "name": "upc", "variant": "declaration", "kind": 1024, @@ -647557,7 +658325,7 @@ } }, { - "id": 33023, + "id": 16505, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -647583,7 +658351,7 @@ } }, { - "id": 33024, + "id": 16506, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -647609,7 +658377,7 @@ } }, { - "id": 33025, + "id": 16507, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -647635,7 +658403,7 @@ } }, { - "id": 33026, + "id": 16508, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -647670,7 +658438,7 @@ } }, { - "id": 33027, + "id": 16509, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -647705,7 +658473,7 @@ } }, { - "id": 33028, + "id": 16510, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -647740,7 +658508,7 @@ } }, { - "id": 33029, + "id": 16511, "name": "material", "variant": "declaration", "kind": 1024, @@ -647775,7 +658543,7 @@ } }, { - "id": 33030, + "id": 16512, "name": "weight", "variant": "declaration", "kind": 1024, @@ -647810,7 +658578,7 @@ } }, { - "id": 33031, + "id": 16513, "name": "length", "variant": "declaration", "kind": 1024, @@ -647845,7 +658613,7 @@ } }, { - "id": 33032, + "id": 16514, "name": "height", "variant": "declaration", "kind": 1024, @@ -647880,7 +658648,7 @@ } }, { - "id": 33033, + "id": 16515, "name": "width", "variant": "declaration", "kind": 1024, @@ -647915,7 +658683,7 @@ } }, { - "id": 33034, + "id": 16516, "name": "options", "variant": "declaration", "kind": 1024, @@ -647952,7 +658720,7 @@ } }, { - "id": 33035, + "id": 16517, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -648002,7 +658770,7 @@ } }, { - "id": 33036, + "id": 16518, "name": "product", "variant": "declaration", "kind": 1024, @@ -648047,7 +658815,7 @@ } }, { - "id": 33037, + "id": 16519, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -648082,7 +658850,7 @@ } }, { - "id": 33038, + "id": 16520, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -648119,7 +658887,7 @@ } }, { - "id": 33039, + "id": 16521, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -648159,7 +658927,7 @@ } }, { - "id": 33040, + "id": 16522, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -648199,7 +658967,7 @@ } }, { - "id": 33041, + "id": 16523, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -648243,32 +659011,32 @@ { "title": "Properties", "children": [ - 33016, - 33017, - 33018, - 33019, - 33020, - 33021, - 33022, - 33023, - 33024, - 33025, - 33026, - 33027, - 33028, - 33029, - 33030, - 33031, - 33032, - 33033, - 33034, - 33035, - 33036, - 33037, - 33038, - 33039, - 33040, - 33041 + 16498, + 16499, + 16500, + 16501, + 16502, + 16503, + 16504, + 16505, + 16506, + 16507, + 16508, + 16509, + 16510, + 16511, + 16512, + 16513, + 16514, + 16515, + 16516, + 16517, + 16518, + 16519, + 16520, + 16521, + 16522, + 16523 ] } ], @@ -648277,12 +659045,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 33016, + "id": 16498, "name": "prices", "variant": "declaration", "kind": 1024, @@ -648292,7 +659060,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -648310,14 +659078,14 @@ "defaultValue": "..." }, { - "id": 33042, + "id": 16524, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33043, + "id": 16525, "name": "prices", "variant": "declaration", "kind": 1024, @@ -648327,7 +659095,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -648345,7 +659113,7 @@ "defaultValue": "..." }, { - "id": 33044, + "id": 16526, "name": "id", "variant": "declaration", "kind": 1024, @@ -648371,7 +659139,7 @@ } }, { - "id": 33045, + "id": 16527, "name": "title", "variant": "declaration", "kind": 1024, @@ -648397,7 +659165,7 @@ } }, { - "id": 33046, + "id": 16528, "name": "sku", "variant": "declaration", "kind": 1024, @@ -648432,7 +659200,7 @@ } }, { - "id": 33047, + "id": 16529, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -648467,7 +659235,7 @@ } }, { - "id": 33048, + "id": 16530, "name": "ean", "variant": "declaration", "kind": 1024, @@ -648502,7 +659270,7 @@ } }, { - "id": 33049, + "id": 16531, "name": "upc", "variant": "declaration", "kind": 1024, @@ -648537,7 +659305,7 @@ } }, { - "id": 33050, + "id": 16532, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -648563,7 +659331,7 @@ } }, { - "id": 33051, + "id": 16533, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -648589,7 +659357,7 @@ } }, { - "id": 33052, + "id": 16534, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -648615,7 +659383,7 @@ } }, { - "id": 33053, + "id": 16535, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -648650,7 +659418,7 @@ } }, { - "id": 33054, + "id": 16536, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -648685,7 +659453,7 @@ } }, { - "id": 33055, + "id": 16537, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -648720,7 +659488,7 @@ } }, { - "id": 33056, + "id": 16538, "name": "material", "variant": "declaration", "kind": 1024, @@ -648755,7 +659523,7 @@ } }, { - "id": 33057, + "id": 16539, "name": "weight", "variant": "declaration", "kind": 1024, @@ -648790,7 +659558,7 @@ } }, { - "id": 33058, + "id": 16540, "name": "length", "variant": "declaration", "kind": 1024, @@ -648825,7 +659593,7 @@ } }, { - "id": 33059, + "id": 16541, "name": "height", "variant": "declaration", "kind": 1024, @@ -648860,7 +659628,7 @@ } }, { - "id": 33060, + "id": 16542, "name": "width", "variant": "declaration", "kind": 1024, @@ -648895,7 +659663,7 @@ } }, { - "id": 33061, + "id": 16543, "name": "options", "variant": "declaration", "kind": 1024, @@ -648932,7 +659700,7 @@ } }, { - "id": 33062, + "id": 16544, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -648982,7 +659750,7 @@ } }, { - "id": 33063, + "id": 16545, "name": "product", "variant": "declaration", "kind": 1024, @@ -649027,7 +659795,7 @@ } }, { - "id": 33064, + "id": 16546, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -649062,7 +659830,7 @@ } }, { - "id": 33065, + "id": 16547, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -649099,7 +659867,7 @@ } }, { - "id": 33066, + "id": 16548, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -649139,7 +659907,7 @@ } }, { - "id": 33067, + "id": 16549, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -649179,7 +659947,7 @@ } }, { - "id": 33068, + "id": 16550, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -649223,32 +659991,32 @@ { "title": "Properties", "children": [ - 33043, - 33044, - 33045, - 33046, - 33047, - 33048, - 33049, - 33050, - 33051, - 33052, - 33053, - 33054, - 33055, - 33056, - 33057, - 33058, - 33059, - 33060, - 33061, - 33062, - 33063, - 33064, - 33065, - 33066, - 33067, - 33068 + 16525, + 16526, + 16527, + 16528, + 16529, + 16530, + 16531, + 16532, + 16533, + 16534, + 16535, + 16536, + 16537, + 16538, + 16539, + 16540, + 16541, + 16542, + 16543, + 16544, + 16545, + 16546, + 16547, + 16548, + 16549, + 16550 ] } ], @@ -649257,12 +660025,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 33043, + "id": 16525, "name": "prices", "variant": "declaration", "kind": 1024, @@ -649272,7 +660040,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -649290,14 +660058,14 @@ "defaultValue": "..." }, { - "id": 33075, + "id": 16557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33076, + "id": 16558, "name": "prices", "variant": "declaration", "kind": 1024, @@ -649307,7 +660075,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -649325,7 +660093,7 @@ "defaultValue": "..." }, { - "id": 33077, + "id": 16559, "name": "id", "variant": "declaration", "kind": 1024, @@ -649351,7 +660119,7 @@ } }, { - "id": 33078, + "id": 16560, "name": "title", "variant": "declaration", "kind": 1024, @@ -649377,7 +660145,7 @@ } }, { - "id": 33079, + "id": 16561, "name": "sku", "variant": "declaration", "kind": 1024, @@ -649412,7 +660180,7 @@ } }, { - "id": 33080, + "id": 16562, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -649447,7 +660215,7 @@ } }, { - "id": 33081, + "id": 16563, "name": "ean", "variant": "declaration", "kind": 1024, @@ -649482,7 +660250,7 @@ } }, { - "id": 33082, + "id": 16564, "name": "upc", "variant": "declaration", "kind": 1024, @@ -649517,7 +660285,7 @@ } }, { - "id": 33083, + "id": 16565, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -649543,7 +660311,7 @@ } }, { - "id": 33084, + "id": 16566, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -649569,7 +660337,7 @@ } }, { - "id": 33085, + "id": 16567, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -649595,7 +660363,7 @@ } }, { - "id": 33086, + "id": 16568, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -649630,7 +660398,7 @@ } }, { - "id": 33087, + "id": 16569, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -649665,7 +660433,7 @@ } }, { - "id": 33088, + "id": 16570, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -649700,7 +660468,7 @@ } }, { - "id": 33089, + "id": 16571, "name": "material", "variant": "declaration", "kind": 1024, @@ -649735,7 +660503,7 @@ } }, { - "id": 33090, + "id": 16572, "name": "weight", "variant": "declaration", "kind": 1024, @@ -649770,7 +660538,7 @@ } }, { - "id": 33091, + "id": 16573, "name": "length", "variant": "declaration", "kind": 1024, @@ -649805,7 +660573,7 @@ } }, { - "id": 33092, + "id": 16574, "name": "height", "variant": "declaration", "kind": 1024, @@ -649840,7 +660608,7 @@ } }, { - "id": 33093, + "id": 16575, "name": "width", "variant": "declaration", "kind": 1024, @@ -649875,7 +660643,7 @@ } }, { - "id": 33094, + "id": 16576, "name": "options", "variant": "declaration", "kind": 1024, @@ -649912,7 +660680,7 @@ } }, { - "id": 33095, + "id": 16577, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -649962,7 +660730,7 @@ } }, { - "id": 33096, + "id": 16578, "name": "product", "variant": "declaration", "kind": 1024, @@ -650007,7 +660775,7 @@ } }, { - "id": 33097, + "id": 16579, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -650042,7 +660810,7 @@ } }, { - "id": 33098, + "id": 16580, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -650079,7 +660847,7 @@ } }, { - "id": 33099, + "id": 16581, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -650119,7 +660887,7 @@ } }, { - "id": 33100, + "id": 16582, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -650159,7 +660927,7 @@ } }, { - "id": 33101, + "id": 16583, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -650203,32 +660971,32 @@ { "title": "Properties", "children": [ - 33076, - 33077, - 33078, - 33079, - 33080, - 33081, - 33082, - 33083, - 33084, - 33085, - 33086, - 33087, - 33088, - 33089, - 33090, - 33091, - 33092, - 33093, - 33094, - 33095, - 33096, - 33097, - 33098, - 33099, - 33100, - 33101 + 16558, + 16559, + 16560, + 16561, + 16562, + 16563, + 16564, + 16565, + 16566, + 16567, + 16568, + 16569, + 16570, + 16571, + 16572, + 16573, + 16574, + 16575, + 16576, + 16577, + 16578, + 16579, + 16580, + 16581, + 16582, + 16583 ] } ], @@ -650237,12 +661005,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 33076, + "id": 16558, "name": "prices", "variant": "declaration", "kind": 1024, @@ -650252,7 +661020,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -650270,14 +661038,14 @@ "defaultValue": "..." }, { - "id": 33117, + "id": 16599, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33118, + "id": 16600, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -650287,7 +661055,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 358, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" } ], "type": { @@ -650302,14 +661070,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33119, + "id": 16601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33120, + "id": 16602, "name": "prices", "variant": "declaration", "kind": 1024, @@ -650319,7 +661087,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -650337,7 +661105,7 @@ "defaultValue": "..." }, { - "id": 33121, + "id": 16603, "name": "id", "variant": "declaration", "kind": 1024, @@ -650363,7 +661131,7 @@ } }, { - "id": 33122, + "id": 16604, "name": "title", "variant": "declaration", "kind": 1024, @@ -650389,7 +661157,7 @@ } }, { - "id": 33123, + "id": 16605, "name": "sku", "variant": "declaration", "kind": 1024, @@ -650424,7 +661192,7 @@ } }, { - "id": 33124, + "id": 16606, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -650459,7 +661227,7 @@ } }, { - "id": 33125, + "id": 16607, "name": "ean", "variant": "declaration", "kind": 1024, @@ -650494,7 +661262,7 @@ } }, { - "id": 33126, + "id": 16608, "name": "upc", "variant": "declaration", "kind": 1024, @@ -650529,7 +661297,7 @@ } }, { - "id": 33127, + "id": 16609, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -650555,7 +661323,7 @@ } }, { - "id": 33128, + "id": 16610, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -650581,7 +661349,7 @@ } }, { - "id": 33129, + "id": 16611, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -650607,7 +661375,7 @@ } }, { - "id": 33130, + "id": 16612, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -650642,7 +661410,7 @@ } }, { - "id": 33131, + "id": 16613, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -650677,7 +661445,7 @@ } }, { - "id": 33132, + "id": 16614, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -650712,7 +661480,7 @@ } }, { - "id": 33133, + "id": 16615, "name": "material", "variant": "declaration", "kind": 1024, @@ -650747,7 +661515,7 @@ } }, { - "id": 33134, + "id": 16616, "name": "weight", "variant": "declaration", "kind": 1024, @@ -650782,7 +661550,7 @@ } }, { - "id": 33135, + "id": 16617, "name": "length", "variant": "declaration", "kind": 1024, @@ -650817,7 +661585,7 @@ } }, { - "id": 33136, + "id": 16618, "name": "height", "variant": "declaration", "kind": 1024, @@ -650852,7 +661620,7 @@ } }, { - "id": 33137, + "id": 16619, "name": "width", "variant": "declaration", "kind": 1024, @@ -650887,7 +661655,7 @@ } }, { - "id": 33138, + "id": 16620, "name": "options", "variant": "declaration", "kind": 1024, @@ -650924,7 +661692,7 @@ } }, { - "id": 33139, + "id": 16621, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -650974,7 +661742,7 @@ } }, { - "id": 33140, + "id": 16622, "name": "product", "variant": "declaration", "kind": 1024, @@ -651019,7 +661787,7 @@ } }, { - "id": 33141, + "id": 16623, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -651054,7 +661822,7 @@ } }, { - "id": 33142, + "id": 16624, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -651091,7 +661859,7 @@ } }, { - "id": 33143, + "id": 16625, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -651131,7 +661899,7 @@ } }, { - "id": 33144, + "id": 16626, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -651171,7 +661939,7 @@ } }, { - "id": 33145, + "id": 16627, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -651215,32 +661983,32 @@ { "title": "Properties", "children": [ - 33120, - 33121, - 33122, - 33123, - 33124, - 33125, - 33126, - 33127, - 33128, - 33129, - 33130, - 33131, - 33132, - 33133, - 33134, - 33135, - 33136, - 33137, - 33138, - 33139, - 33140, - 33141, - 33142, - 33143, - 33144, - 33145 + 16602, + 16603, + 16604, + 16605, + 16606, + 16607, + 16608, + 16609, + 16610, + 16611, + 16612, + 16613, + 16614, + 16615, + 16616, + 16617, + 16618, + 16619, + 16620, + 16621, + 16622, + 16623, + 16624, + 16625, + 16626, + 16627 ] } ], @@ -651249,7 +662017,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -651262,7 +662030,7 @@ "defaultValue": "response" }, { - "id": 33146, + "id": 16628, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -651280,7 +662048,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 359, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" } ], "type": { @@ -651303,8 +662071,8 @@ { "title": "Properties", "children": [ - 33118, - 33146 + 16600, + 16628 ] } ], @@ -651313,19 +662081,19 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 357, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L357" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L357" } ] }, { - "id": 33119, + "id": 16601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33120, + "id": 16602, "name": "prices", "variant": "declaration", "kind": 1024, @@ -651335,7 +662103,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -651353,7 +662121,7 @@ "defaultValue": "..." }, { - "id": 33121, + "id": 16603, "name": "id", "variant": "declaration", "kind": 1024, @@ -651379,7 +662147,7 @@ } }, { - "id": 33122, + "id": 16604, "name": "title", "variant": "declaration", "kind": 1024, @@ -651405,7 +662173,7 @@ } }, { - "id": 33123, + "id": 16605, "name": "sku", "variant": "declaration", "kind": 1024, @@ -651440,7 +662208,7 @@ } }, { - "id": 33124, + "id": 16606, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -651475,7 +662243,7 @@ } }, { - "id": 33125, + "id": 16607, "name": "ean", "variant": "declaration", "kind": 1024, @@ -651510,7 +662278,7 @@ } }, { - "id": 33126, + "id": 16608, "name": "upc", "variant": "declaration", "kind": 1024, @@ -651545,7 +662313,7 @@ } }, { - "id": 33127, + "id": 16609, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -651571,7 +662339,7 @@ } }, { - "id": 33128, + "id": 16610, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -651597,7 +662365,7 @@ } }, { - "id": 33129, + "id": 16611, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -651623,7 +662391,7 @@ } }, { - "id": 33130, + "id": 16612, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -651658,7 +662426,7 @@ } }, { - "id": 33131, + "id": 16613, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -651693,7 +662461,7 @@ } }, { - "id": 33132, + "id": 16614, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -651728,7 +662496,7 @@ } }, { - "id": 33133, + "id": 16615, "name": "material", "variant": "declaration", "kind": 1024, @@ -651763,7 +662531,7 @@ } }, { - "id": 33134, + "id": 16616, "name": "weight", "variant": "declaration", "kind": 1024, @@ -651798,7 +662566,7 @@ } }, { - "id": 33135, + "id": 16617, "name": "length", "variant": "declaration", "kind": 1024, @@ -651833,7 +662601,7 @@ } }, { - "id": 33136, + "id": 16618, "name": "height", "variant": "declaration", "kind": 1024, @@ -651868,7 +662636,7 @@ } }, { - "id": 33137, + "id": 16619, "name": "width", "variant": "declaration", "kind": 1024, @@ -651903,7 +662671,7 @@ } }, { - "id": 33138, + "id": 16620, "name": "options", "variant": "declaration", "kind": 1024, @@ -651940,7 +662708,7 @@ } }, { - "id": 33139, + "id": 16621, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -651990,7 +662758,7 @@ } }, { - "id": 33140, + "id": 16622, "name": "product", "variant": "declaration", "kind": 1024, @@ -652035,7 +662803,7 @@ } }, { - "id": 33141, + "id": 16623, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -652070,7 +662838,7 @@ } }, { - "id": 33142, + "id": 16624, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -652107,7 +662875,7 @@ } }, { - "id": 33143, + "id": 16625, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -652147,7 +662915,7 @@ } }, { - "id": 33144, + "id": 16626, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -652187,7 +662955,7 @@ } }, { - "id": 33145, + "id": 16627, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -652231,32 +662999,32 @@ { "title": "Properties", "children": [ - 33120, - 33121, - 33122, - 33123, - 33124, - 33125, - 33126, - 33127, - 33128, - 33129, - 33130, - 33131, - 33132, - 33133, - 33134, - 33135, - 33136, - 33137, - 33138, - 33139, - 33140, - 33141, - 33142, - 33143, - 33144, - 33145 + 16602, + 16603, + 16604, + 16605, + 16606, + 16607, + 16608, + 16609, + 16610, + 16611, + 16612, + 16613, + 16614, + 16615, + 16616, + 16617, + 16618, + 16619, + 16620, + 16621, + 16622, + 16623, + 16624, + 16625, + 16626, + 16627 ] } ], @@ -652265,12 +663033,12 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] }, { - "id": 33120, + "id": 16602, "name": "prices", "variant": "declaration", "kind": 1024, @@ -652280,7 +663048,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -652298,7 +663066,7 @@ "defaultValue": "..." }, { - "id": 33118, + "id": 16600, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -652308,7 +663076,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 358, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L358" } ], "type": { @@ -652323,14 +663091,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33119, + "id": 16601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33120, + "id": 16602, "name": "prices", "variant": "declaration", "kind": 1024, @@ -652340,7 +663108,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 341, "character": 10, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L341" } ], "type": { @@ -652358,7 +663126,7 @@ "defaultValue": "..." }, { - "id": 33121, + "id": 16603, "name": "id", "variant": "declaration", "kind": 1024, @@ -652384,7 +663152,7 @@ } }, { - "id": 33122, + "id": 16604, "name": "title", "variant": "declaration", "kind": 1024, @@ -652410,7 +663178,7 @@ } }, { - "id": 33123, + "id": 16605, "name": "sku", "variant": "declaration", "kind": 1024, @@ -652445,7 +663213,7 @@ } }, { - "id": 33124, + "id": 16606, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -652480,7 +663248,7 @@ } }, { - "id": 33125, + "id": 16607, "name": "ean", "variant": "declaration", "kind": 1024, @@ -652515,7 +663283,7 @@ } }, { - "id": 33126, + "id": 16608, "name": "upc", "variant": "declaration", "kind": 1024, @@ -652550,7 +663318,7 @@ } }, { - "id": 33127, + "id": 16609, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -652576,7 +663344,7 @@ } }, { - "id": 33128, + "id": 16610, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -652602,7 +663370,7 @@ } }, { - "id": 33129, + "id": 16611, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -652628,7 +663396,7 @@ } }, { - "id": 33130, + "id": 16612, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -652663,7 +663431,7 @@ } }, { - "id": 33131, + "id": 16613, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -652698,7 +663466,7 @@ } }, { - "id": 33132, + "id": 16614, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -652733,7 +663501,7 @@ } }, { - "id": 33133, + "id": 16615, "name": "material", "variant": "declaration", "kind": 1024, @@ -652768,7 +663536,7 @@ } }, { - "id": 33134, + "id": 16616, "name": "weight", "variant": "declaration", "kind": 1024, @@ -652803,7 +663571,7 @@ } }, { - "id": 33135, + "id": 16617, "name": "length", "variant": "declaration", "kind": 1024, @@ -652838,7 +663606,7 @@ } }, { - "id": 33136, + "id": 16618, "name": "height", "variant": "declaration", "kind": 1024, @@ -652873,7 +663641,7 @@ } }, { - "id": 33137, + "id": 16619, "name": "width", "variant": "declaration", "kind": 1024, @@ -652908,7 +663676,7 @@ } }, { - "id": 33138, + "id": 16620, "name": "options", "variant": "declaration", "kind": 1024, @@ -652945,7 +663713,7 @@ } }, { - "id": 33139, + "id": 16621, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -652995,7 +663763,7 @@ } }, { - "id": 33140, + "id": 16622, "name": "product", "variant": "declaration", "kind": 1024, @@ -653040,7 +663808,7 @@ } }, { - "id": 33141, + "id": 16623, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -653075,7 +663843,7 @@ } }, { - "id": 33142, + "id": 16624, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -653112,7 +663880,7 @@ } }, { - "id": 33143, + "id": 16625, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -653152,7 +663920,7 @@ } }, { - "id": 33144, + "id": 16626, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -653192,7 +663960,7 @@ } }, { - "id": 33145, + "id": 16627, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -653236,32 +664004,32 @@ { "title": "Properties", "children": [ - 33120, - 33121, - 33122, - 33123, - 33124, - 33125, - 33126, - 33127, - 33128, - 33129, - 33130, - 33131, - 33132, - 33133, - 33134, - 33135, - 33136, - 33137, - 33138, - 33139, - 33140, - 33141, - 33142, - 33143, - 33144, - 33145 + 16602, + 16603, + 16604, + 16605, + 16606, + 16607, + 16608, + 16609, + 16610, + 16611, + 16612, + 16613, + 16614, + 16615, + 16616, + 16617, + 16618, + 16619, + 16620, + 16621, + 16622, + 16623, + 16624, + 16625, + 16626, + 16627 ] } ], @@ -653270,7 +664038,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 339, "character": 69, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L339" } ] } @@ -653283,7 +664051,7 @@ "defaultValue": "response" }, { - "id": 33146, + "id": 16628, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -653301,7 +664069,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 359, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L359" } ], "type": { @@ -653320,7 +664088,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33149, + "id": 16631, "name": "products", "variant": "declaration", "kind": 1024, @@ -653336,9 +664104,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 32, + "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L38" } ], "type": { @@ -653346,16 +664114,123 @@ "elementType": { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "CreateProductWorkflowInputDTO" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Omit" }, - "name": "CreateProductWorkflowInputDTO", - "package": "@medusajs/types" + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "CreateProductWorkflowInputDTO" + }, + "name": "CreateProductWorkflowInputDTO", + "package": "@medusajs/types" + }, + { + "type": "literal", + "value": "sales_channels" + } + ], + "name": "Omit", + "package": "typescript" } } }, { - "id": 33150, + "id": 16634, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 22, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 16632, + "name": "shippingProfiles", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profiles to validate." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 2, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reflection", + "declaration": { + "id": 16633, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 16634, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 22, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 16634 + ] + } + ], + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 20, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ] + } + } + } + }, + { + "id": 16635, "name": "validateProductInputStep", "variant": "declaration", "kind": 64, @@ -653381,7 +664256,7 @@ }, "children": [ { - "id": 33159, + "id": 16644, "name": "__type", "variant": "declaration", "kind": 1024, @@ -653399,7 +664274,7 @@ } }, { - "id": 33160, + "id": 16645, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -653421,22 +664296,22 @@ { "title": "Properties", "children": [ - 33159, - 33160 + 16644, + 16645 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 71, + "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L82" } ], "signatures": [ { - "id": 33151, + "id": 16636, "name": "validateProductInputStep", "variant": "signature", "kind": 4096, @@ -653463,14 +664338,14 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 71, + "line": 82, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L82" } ], "parameters": [ { - "id": 33152, + "id": 16637, "name": "input", "variant": "param", "kind": 32768, @@ -653480,7 +664355,7 @@ "types": [ { "type": "reference", - "target": 33148, + "target": 16630, "name": "ValidateProductInputStepInput", "package": "@medusajs/core-flows" }, @@ -653493,7 +664368,7 @@ "typeArguments": [ { "type": "reference", - "target": 33148, + "target": 16630, "name": "ValidateProductInputStepInput", "package": "@medusajs/core-flows" } @@ -653526,14 +664401,14 @@ { "type": "reflection", "declaration": { - "id": 33153, + "id": 16638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33154, + "id": 16639, "name": "config", "variant": "declaration", "kind": 2048, @@ -653547,7 +664422,7 @@ ], "signatures": [ { - "id": 33155, + "id": 16640, "name": "config", "variant": "signature", "kind": 4096, @@ -653561,7 +664436,7 @@ ], "parameters": [ { - "id": 33156, + "id": 16641, "name": "config", "variant": "param", "kind": 32768, @@ -653572,14 +664447,14 @@ { "type": "reflection", "declaration": { - "id": 33157, + "id": 16642, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33158, + "id": 16643, "name": "name", "variant": "declaration", "kind": 1024, @@ -653603,7 +664478,7 @@ { "title": "Properties", "children": [ - 33158 + 16643 ] } ], @@ -653680,7 +664555,7 @@ { "title": "Methods", "children": [ - 33154 + 16639 ] } ], @@ -653714,7 +664589,7 @@ ] }, { - "id": 33163, + "id": 16648, "name": "products", "variant": "declaration", "kind": 1024, @@ -653730,9 +664605,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 98, + "line": 128, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L128" } ], "type": { @@ -653749,7 +664624,7 @@ } }, { - "id": 33164, + "id": 16649, "name": "createProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -653759,9 +664634,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 101, + "line": 131, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L131" } ], "type": { @@ -653771,7 +664646,7 @@ "defaultValue": "\"create-products\"" }, { - "id": 33165, + "id": 16650, "name": "createProductsWorkflow", "variant": "declaration", "kind": 64, @@ -653807,7 +664682,7 @@ "content": [ { "kind": "text", - "text": "product,link,event bus,workflow" + "text": "query,product,link,event bus,workflow" } ] }, @@ -653816,7 +664691,7 @@ "content": [ { "kind": "text", - "text": "product,pricing,link,event bus,workflow,inventory,remote query" + "text": "product,pricing,link,event bus,workflow,inventory,remote query,query" } ] } @@ -653824,7 +664699,7 @@ }, "children": [ { - "id": 33173, + "id": 16658, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -653847,7 +664722,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33174, + "id": 16659, "name": "__type", "variant": "declaration", "kind": 65536, @@ -653861,7 +664736,7 @@ ], "signatures": [ { - "id": 33175, + "id": 16660, "name": "__type", "variant": "signature", "kind": 4096, @@ -653889,7 +664764,7 @@ ], "parameters": [ { - "id": 33176, + "id": 16661, "name": "param0", "variant": "param", "kind": 32768, @@ -653905,14 +664780,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33177, + "id": 16662, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33178, + "id": 16663, "name": "input", "variant": "declaration", "kind": 1024, @@ -653937,7 +664812,7 @@ "types": [ { "type": "reference", - "target": 33161, + "target": 16646, "name": "CreateProductsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -653950,7 +664825,7 @@ "typeArguments": [ { "type": "reference", - "target": 33161, + "target": 16646, "name": "CreateProductsWorkflowInput", "package": "@medusajs/core-flows" } @@ -653966,7 +664841,7 @@ { "title": "Properties", "children": [ - 33178 + 16663 ] } ], @@ -654059,14 +664934,14 @@ { "type": "reflection", "declaration": { - "id": 33179, + "id": 16664, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33180, + "id": 16665, "name": "config", "variant": "declaration", "kind": 2048, @@ -654080,7 +664955,7 @@ ], "signatures": [ { - "id": 33181, + "id": 16666, "name": "config", "variant": "signature", "kind": 4096, @@ -654094,7 +664969,7 @@ ], "parameters": [ { - "id": 33182, + "id": 16667, "name": "config", "variant": "param", "kind": 32768, @@ -654105,14 +664980,14 @@ { "type": "reflection", "declaration": { - "id": 33183, + "id": 16668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33184, + "id": 16669, "name": "name", "variant": "declaration", "kind": 1024, @@ -654136,7 +665011,7 @@ { "title": "Properties", "children": [ - 33184 + 16669 ] } ], @@ -654221,7 +665096,7 @@ { "title": "Methods", "children": [ - 33180 + 16665 ] } ], @@ -654265,7 +665140,7 @@ } }, { - "id": 33185, + "id": 16670, "name": "run", "variant": "declaration", "kind": 1024, @@ -654288,7 +665163,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33186, + "id": 16671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -654302,7 +665177,7 @@ ], "signatures": [ { - "id": 33187, + "id": 16672, "name": "__type", "variant": "signature", "kind": 4096, @@ -654330,7 +665205,7 @@ ], "typeParameters": [ { - "id": 33188, + "id": 16673, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -654341,7 +665216,7 @@ } }, { - "id": 33189, + "id": 16674, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -654354,7 +665229,7 @@ ], "parameters": [ { - "id": 33190, + "id": 16675, "name": "args", "variant": "param", "kind": 32768, @@ -654387,7 +665262,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654398,13 +665273,13 @@ }, "trueType": { "type": "reference", - "target": 33161, + "target": 16646, "name": "CreateProductsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654437,7 +665312,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654460,7 +665335,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654480,7 +665355,7 @@ } }, { - "id": 33191, + "id": 16676, "name": "getName", "variant": "declaration", "kind": 1024, @@ -654503,7 +665378,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33192, + "id": 16677, "name": "__type", "variant": "declaration", "kind": 65536, @@ -654517,7 +665392,7 @@ ], "signatures": [ { - "id": 33193, + "id": 16678, "name": "__type", "variant": "signature", "kind": 4096, @@ -654539,7 +665414,7 @@ } }, { - "id": 33194, + "id": 16679, "name": "config", "variant": "declaration", "kind": 1024, @@ -654562,7 +665437,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33195, + "id": 16680, "name": "__type", "variant": "declaration", "kind": 65536, @@ -654576,7 +665451,7 @@ ], "signatures": [ { - "id": 33196, + "id": 16681, "name": "__type", "variant": "signature", "kind": 4096, @@ -654590,7 +665465,7 @@ ], "parameters": [ { - "id": 33197, + "id": 16682, "name": "config", "variant": "param", "kind": 32768, @@ -654616,7 +665491,7 @@ } }, { - "id": 33198, + "id": 16683, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -654639,14 +665514,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33199, + "id": 16684, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33200, + "id": 16685, "name": "productsCreated", "variant": "declaration", "kind": 1024, @@ -654654,7 +665529,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33201, + "id": 16686, "name": "__type", "variant": "declaration", "kind": 65536, @@ -654668,7 +665543,7 @@ ], "signatures": [ { - "id": 33202, + "id": 16687, "name": "__type", "variant": "signature", "kind": 4096, @@ -654682,14 +665557,14 @@ ], "typeParameters": [ { - "id": 33203, + "id": 16688, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33204, + "id": 16689, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -654698,7 +665573,7 @@ ], "parameters": [ { - "id": 33205, + "id": 16690, "name": "invoke", "variant": "param", "kind": 32768, @@ -654713,14 +665588,14 @@ { "type": "reflection", "declaration": { - "id": 33206, + "id": 16691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33207, + "id": 16692, "name": "products", "variant": "declaration", "kind": 1024, @@ -654728,9 +665603,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 244, + "line": 311, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L244" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L311" } ], "type": { @@ -654759,7 +665634,7 @@ "defaultValue": "response" }, { - "id": 33208, + "id": 16693, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -654775,9 +665650,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 245, + "line": 312, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L312" } ], "type": { @@ -654800,31 +665675,31 @@ { "title": "Properties", "children": [ - 33207, - 33208 + 16692, + 16693 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 243, + "line": 310, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L243" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L310" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654835,7 +665710,7 @@ } }, { - "id": 33209, + "id": 16694, "name": "compensate", "variant": "param", "kind": 32768, @@ -654851,7 +665726,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -654870,13 +665745,86 @@ ] } } + }, + { + "id": 21601, + "name": "productsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductsWorkflow.hooks.productsCreated(\n\t(async ({ products, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21602, + "name": "productsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21603, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16691, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33200 + 16685 + ] + }, + { + "title": "Functions", + "children": [ + 21601 ] } ], @@ -654893,8 +665841,8 @@ ], "documents": [ { - "id": 38103, - "name": "createProductsStep", + "id": 21595, + "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -654909,6 +665857,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -654919,8 +665876,8 @@ "frontmatter": {} }, { - "id": 38104, - "name": "associateProductsWithSalesChannelsStep", + "id": 21596, + "name": "createProductsStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -654935,6 +665892,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15568" + } + ] } ], "modifierTags": [ @@ -654945,8 +665911,8 @@ "frontmatter": {} }, { - "id": 38105, - "name": "createProductVariantsWorkflow", + "id": 21597, + "name": "associateProductsWithSalesChannelsStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -654961,18 +665927,27 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19086" + } + ] } ], "modifierTags": [ - "@workflowStep" + "@step" ] }, "content": [], "frontmatter": {} }, { - "id": 38106, - "name": "emitEventStep", + "id": 21598, + "name": "createRemoteLinkStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -654987,6 +665962,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] } ], "modifierTags": [ @@ -654997,8 +665981,8 @@ "frontmatter": {} }, { - "id": 38110, - "name": "productsCreated", + "id": 21599, + "name": "createProductVariantsWorkflow", "variant": "document", "kind": 8388608, "flags": {}, @@ -655013,6 +665997,85 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "16342" + } + ] + } + ], + "modifierTags": [ + "@workflowStep" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21600, + "name": "emitEventStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "6" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21604, + "name": "productsCreated", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "7" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21601" + } + ] } ], "modifierTags": [ @@ -655024,35 +666087,35 @@ } ], "childrenIncludingDocuments": [ - 33173, - 33185, - 33191, - 33194, - 33198 + 16658, + 16670, + 16676, + 16679, + 16683 ], "groups": [ { "title": "Properties", "children": [ - 33173, - 33185, - 33191, - 33194, - 33198 + 16658, + 16670, + 16676, + 16679, + 16683 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 153, + "line": 183, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L183" } ], "signatures": [ { - "id": 33166, + "id": 16651, "name": "createProductsWorkflow", "variant": "signature", "kind": 4096, @@ -655088,7 +666151,7 @@ "content": [ { "kind": "text", - "text": "product,link,event bus,workflow" + "text": "query,product,link,event bus,workflow" } ] }, @@ -655097,7 +666160,7 @@ "content": [ { "kind": "text", - "text": "product,pricing,link,event bus,workflow,inventory,remote query" + "text": "product,pricing,link,event bus,workflow,inventory,remote query,query" } ] } @@ -655106,14 +666169,14 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 153, + "line": 183, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L153" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L183" } ], "typeParameters": [ { - "id": 33167, + "id": 16652, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -655124,7 +666187,7 @@ } }, { - "id": 33168, + "id": 16653, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -655137,7 +666200,7 @@ ], "parameters": [ { - "id": 33169, + "id": 16654, "name": "container", "variant": "param", "kind": 32768, @@ -655161,14 +666224,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33170, + "id": 16655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33171, + "id": 16656, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -655191,7 +666254,7 @@ } }, { - "id": 33172, + "id": 16657, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -655218,8 +666281,8 @@ { "title": "Properties", "children": [ - 33171, - 33172 + 16656, + 16657 ] } ], @@ -655290,7 +666353,7 @@ "typeArguments": [ { "type": "reference", - "target": 33161, + "target": 16646, "name": "CreateProductsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -655308,14 +666371,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -655330,14 +666393,14 @@ ] }, { - "id": 33206, + "id": 16691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33207, + "id": 16692, "name": "products", "variant": "declaration", "kind": 1024, @@ -655345,9 +666408,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 244, + "line": 311, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L244" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L311" } ], "type": { @@ -655376,7 +666439,7 @@ "defaultValue": "response" }, { - "id": 33208, + "id": 16693, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -655392,9 +666455,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 245, + "line": 312, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L312" } ], "type": { @@ -655417,22 +666480,22 @@ { "title": "Properties", "children": [ - 33207, - 33208 + 16692, + 16693 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 243, + "line": 310, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L243" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L310" } ] }, { - "id": 33207, + "id": 16692, "name": "products", "variant": "declaration", "kind": 1024, @@ -655440,9 +666503,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 244, + "line": 311, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L244" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L311" } ], "type": { @@ -655471,7 +666534,7 @@ "defaultValue": "response" }, { - "id": 33208, + "id": 16693, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -655487,9 +666550,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 245, + "line": 312, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L245" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L312" } ], "type": { @@ -655508,7 +666571,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33212, + "id": 16697, "name": "ids", "variant": "declaration", "kind": 1024, @@ -655526,7 +666589,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L19" } ], "type": { @@ -655538,7 +666601,7 @@ } }, { - "id": 33213, + "id": 16698, "name": "deleteCollectionsWorkflowId", "variant": "declaration", "kind": 32, @@ -655550,7 +666613,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L22" } ], "type": { @@ -655560,7 +666623,7 @@ "defaultValue": "\"delete-collections\"" }, { - "id": 33214, + "id": 16699, "name": "deleteCollectionsWorkflow", "variant": "declaration", "kind": 64, @@ -655604,7 +666667,7 @@ }, "children": [ { - "id": 33222, + "id": 16707, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -655627,7 +666690,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33223, + "id": 16708, "name": "__type", "variant": "declaration", "kind": 65536, @@ -655641,7 +666704,7 @@ ], "signatures": [ { - "id": 33224, + "id": 16709, "name": "__type", "variant": "signature", "kind": 4096, @@ -655669,7 +666732,7 @@ ], "parameters": [ { - "id": 33225, + "id": 16710, "name": "param0", "variant": "param", "kind": 32768, @@ -655685,14 +666748,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33226, + "id": 16711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33227, + "id": 16712, "name": "input", "variant": "declaration", "kind": 1024, @@ -655717,7 +666780,7 @@ "types": [ { "type": "reference", - "target": 33210, + "target": 16695, "name": "DeleteCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -655730,7 +666793,7 @@ "typeArguments": [ { "type": "reference", - "target": 33210, + "target": 16695, "name": "DeleteCollectionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -655746,7 +666809,7 @@ { "title": "Properties", "children": [ - 33227 + 16712 ] } ], @@ -655771,7 +666834,7 @@ } }, { - "id": 33228, + "id": 16713, "name": "run", "variant": "declaration", "kind": 1024, @@ -655794,7 +666857,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33229, + "id": 16714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -655808,7 +666871,7 @@ ], "signatures": [ { - "id": 33230, + "id": 16715, "name": "__type", "variant": "signature", "kind": 4096, @@ -655836,7 +666899,7 @@ ], "typeParameters": [ { - "id": 33231, + "id": 16716, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -655847,7 +666910,7 @@ } }, { - "id": 33232, + "id": 16717, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -655860,7 +666923,7 @@ ], "parameters": [ { - "id": 33233, + "id": 16718, "name": "args", "variant": "param", "kind": 32768, @@ -655893,7 +666956,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -655904,13 +666967,13 @@ }, "trueType": { "type": "reference", - "target": 33210, + "target": 16695, "name": "DeleteCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -655943,7 +667006,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -655958,7 +667021,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -655978,7 +667041,7 @@ } }, { - "id": 33234, + "id": 16719, "name": "getName", "variant": "declaration", "kind": 1024, @@ -656001,7 +667064,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33235, + "id": 16720, "name": "__type", "variant": "declaration", "kind": 65536, @@ -656015,7 +667078,7 @@ ], "signatures": [ { - "id": 33236, + "id": 16721, "name": "__type", "variant": "signature", "kind": 4096, @@ -656037,7 +667100,7 @@ } }, { - "id": 33237, + "id": 16722, "name": "config", "variant": "declaration", "kind": 1024, @@ -656060,7 +667123,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33238, + "id": 16723, "name": "__type", "variant": "declaration", "kind": 65536, @@ -656074,7 +667137,7 @@ ], "signatures": [ { - "id": 33239, + "id": 16724, "name": "__type", "variant": "signature", "kind": 4096, @@ -656088,7 +667151,7 @@ ], "parameters": [ { - "id": 33240, + "id": 16725, "name": "config", "variant": "param", "kind": 32768, @@ -656114,7 +667177,7 @@ } }, { - "id": 33241, + "id": 16726, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -656137,14 +667200,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33242, + "id": 16727, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33243, + "id": 16728, "name": "collectionsDeleted", "variant": "declaration", "kind": 1024, @@ -656152,7 +667215,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33244, + "id": 16729, "name": "__type", "variant": "declaration", "kind": 65536, @@ -656166,7 +667229,7 @@ ], "signatures": [ { - "id": 33245, + "id": 16730, "name": "__type", "variant": "signature", "kind": 4096, @@ -656180,14 +667243,14 @@ ], "typeParameters": [ { - "id": 33246, + "id": 16731, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33247, + "id": 16732, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -656196,7 +667259,7 @@ ], "parameters": [ { - "id": 33248, + "id": 16733, "name": "invoke", "variant": "param", "kind": 32768, @@ -656211,14 +667274,14 @@ { "type": "reflection", "declaration": { - "id": 33249, + "id": 16734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33250, + "id": 16735, "name": "ids", "variant": "declaration", "kind": 1024, @@ -656228,7 +667291,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" } ], "type": { @@ -656280,7 +667343,7 @@ { "title": "Properties", "children": [ - 33250 + 16735 ] } ], @@ -656289,21 +667352,21 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 62, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L62" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -656314,7 +667377,7 @@ } }, { - "id": 33251, + "id": 16736, "name": "compensate", "variant": "param", "kind": 32768, @@ -656330,7 +667393,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -656349,13 +667412,86 @@ ] } } + }, + { + "id": 21607, + "name": "collectionsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the collections are deleted. You can consume this hook to perform custom actions on the deleted collections." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteCollectionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteCollectionsWorkflow.hooks.collectionsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21608, + "name": "collectionsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21609, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16734, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33243 + 16728 + ] + }, + { + "title": "Functions", + "children": [ + 21607 ] } ], @@ -656372,7 +667508,7 @@ ], "documents": [ { - "id": 38111, + "id": 21605, "name": "deleteCollectionsStep", "variant": "document", "kind": 8388608, @@ -656388,6 +667524,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15749" + } + ] } ], "modifierTags": [ @@ -656398,7 +667543,7 @@ "frontmatter": {} }, { - "id": 38112, + "id": 21606, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -656414,6 +667559,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -656424,7 +667578,7 @@ "frontmatter": {} }, { - "id": 38116, + "id": 21610, "name": "collectionsDeleted", "variant": "document", "kind": 8388608, @@ -656440,6 +667594,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21607" + } + ] } ], "modifierTags": [ @@ -656451,21 +667614,21 @@ } ], "childrenIncludingDocuments": [ - 33222, - 33228, - 33234, - 33237, - 33241 + 16707, + 16713, + 16719, + 16722, + 16726 ], "groups": [ { "title": "Properties", "children": [ - 33222, - 33228, - 33234, - 33237, - 33241 + 16707, + 16713, + 16719, + 16722, + 16726 ] } ], @@ -656474,12 +667637,12 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L46" } ], "signatures": [ { - "id": 33215, + "id": 16700, "name": "deleteCollectionsWorkflow", "variant": "signature", "kind": 4096, @@ -656526,12 +667689,12 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L46" } ], "typeParameters": [ { - "id": 33216, + "id": 16701, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -656542,7 +667705,7 @@ } }, { - "id": 33217, + "id": 16702, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -656555,7 +667718,7 @@ ], "parameters": [ { - "id": 33218, + "id": 16703, "name": "container", "variant": "param", "kind": 32768, @@ -656579,14 +667742,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33219, + "id": 16704, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33220, + "id": 16705, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -656609,7 +667772,7 @@ } }, { - "id": 33221, + "id": 16706, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -656636,8 +667799,8 @@ { "title": "Properties", "children": [ - 33220, - 33221 + 16705, + 16706 ] } ], @@ -656708,7 +667871,7 @@ "typeArguments": [ { "type": "reference", - "target": 33210, + "target": 16695, "name": "DeleteCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -656718,14 +667881,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -656740,14 +667903,14 @@ ] }, { - "id": 33249, + "id": 16734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33250, + "id": 16735, "name": "ids", "variant": "declaration", "kind": 1024, @@ -656757,7 +667920,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" } ], "type": { @@ -656809,7 +667972,7 @@ { "title": "Properties", "children": [ - 33250 + 16735 ] } ], @@ -656818,12 +667981,12 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 62, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L62" } ] }, { - "id": 33250, + "id": 16735, "name": "ids", "variant": "declaration", "kind": 1024, @@ -656833,7 +667996,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L63" } ], "type": { @@ -656881,7 +668044,7 @@ "defaultValue": "input.ids" }, { - "id": 33254, + "id": 16739, "name": "ids", "variant": "declaration", "kind": 1024, @@ -656899,7 +668062,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L19" } ], "type": { @@ -656911,7 +668074,7 @@ } }, { - "id": 33255, + "id": 16740, "name": "deleteProductOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -656923,7 +668086,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L22" } ], "type": { @@ -656933,7 +668096,7 @@ "defaultValue": "\"delete-product-options\"" }, { - "id": 33256, + "id": 16741, "name": "deleteProductOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -656977,7 +668140,7 @@ }, "children": [ { - "id": 33264, + "id": 16749, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -657000,7 +668163,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33265, + "id": 16750, "name": "__type", "variant": "declaration", "kind": 65536, @@ -657014,7 +668177,7 @@ ], "signatures": [ { - "id": 33266, + "id": 16751, "name": "__type", "variant": "signature", "kind": 4096, @@ -657042,7 +668205,7 @@ ], "parameters": [ { - "id": 33267, + "id": 16752, "name": "param0", "variant": "param", "kind": 32768, @@ -657058,14 +668221,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33268, + "id": 16753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33269, + "id": 16754, "name": "input", "variant": "declaration", "kind": 1024, @@ -657090,7 +668253,7 @@ "types": [ { "type": "reference", - "target": 33252, + "target": 16737, "name": "DeleteProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -657103,7 +668266,7 @@ "typeArguments": [ { "type": "reference", - "target": 33252, + "target": 16737, "name": "DeleteProductOptionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -657119,7 +668282,7 @@ { "title": "Properties", "children": [ - 33269 + 16754 ] } ], @@ -657144,7 +668307,7 @@ } }, { - "id": 33270, + "id": 16755, "name": "run", "variant": "declaration", "kind": 1024, @@ -657167,7 +668330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33271, + "id": 16756, "name": "__type", "variant": "declaration", "kind": 65536, @@ -657181,7 +668344,7 @@ ], "signatures": [ { - "id": 33272, + "id": 16757, "name": "__type", "variant": "signature", "kind": 4096, @@ -657209,7 +668372,7 @@ ], "typeParameters": [ { - "id": 33273, + "id": 16758, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -657220,7 +668383,7 @@ } }, { - "id": 33274, + "id": 16759, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -657233,7 +668396,7 @@ ], "parameters": [ { - "id": 33275, + "id": 16760, "name": "args", "variant": "param", "kind": 32768, @@ -657266,7 +668429,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657277,13 +668440,13 @@ }, "trueType": { "type": "reference", - "target": 33252, + "target": 16737, "name": "DeleteProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657316,7 +668479,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657331,7 +668494,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657351,7 +668514,7 @@ } }, { - "id": 33276, + "id": 16761, "name": "getName", "variant": "declaration", "kind": 1024, @@ -657374,7 +668537,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33277, + "id": 16762, "name": "__type", "variant": "declaration", "kind": 65536, @@ -657388,7 +668551,7 @@ ], "signatures": [ { - "id": 33278, + "id": 16763, "name": "__type", "variant": "signature", "kind": 4096, @@ -657410,7 +668573,7 @@ } }, { - "id": 33279, + "id": 16764, "name": "config", "variant": "declaration", "kind": 1024, @@ -657433,7 +668596,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33280, + "id": 16765, "name": "__type", "variant": "declaration", "kind": 65536, @@ -657447,7 +668610,7 @@ ], "signatures": [ { - "id": 33281, + "id": 16766, "name": "__type", "variant": "signature", "kind": 4096, @@ -657461,7 +668624,7 @@ ], "parameters": [ { - "id": 33282, + "id": 16767, "name": "config", "variant": "param", "kind": 32768, @@ -657487,7 +668650,7 @@ } }, { - "id": 33283, + "id": 16768, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -657510,14 +668673,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33284, + "id": 16769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33285, + "id": 16770, "name": "productOptionsDeleted", "variant": "declaration", "kind": 1024, @@ -657525,7 +668688,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33286, + "id": 16771, "name": "__type", "variant": "declaration", "kind": 65536, @@ -657539,7 +668702,7 @@ ], "signatures": [ { - "id": 33287, + "id": 16772, "name": "__type", "variant": "signature", "kind": 4096, @@ -657553,14 +668716,14 @@ ], "typeParameters": [ { - "id": 33288, + "id": 16773, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33289, + "id": 16774, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -657569,7 +668732,7 @@ ], "parameters": [ { - "id": 33290, + "id": 16775, "name": "invoke", "variant": "param", "kind": 32768, @@ -657584,14 +668747,14 @@ { "type": "reflection", "declaration": { - "id": 33291, + "id": 16776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33292, + "id": 16777, "name": "ids", "variant": "declaration", "kind": 1024, @@ -657601,7 +668764,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" } ], "type": { @@ -657653,7 +668816,7 @@ { "title": "Properties", "children": [ - 33292 + 16777 ] } ], @@ -657662,21 +668825,21 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 50, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L50" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657687,7 +668850,7 @@ } }, { - "id": 33293, + "id": 16778, "name": "compensate", "variant": "param", "kind": 32768, @@ -657703,7 +668866,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -657722,13 +668885,86 @@ ] } } + }, + { + "id": 21612, + "name": "productOptionsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the options are deleted. You can consume this hook to perform custom actions on the deleted options." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductOptionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductOptionsWorkflow.hooks.productOptionsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21613, + "name": "productOptionsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21614, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16776, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33285 + 16770 + ] + }, + { + "title": "Functions", + "children": [ + 21612 ] } ], @@ -657745,7 +668981,7 @@ ], "documents": [ { - "id": 38117, + "id": 21611, "name": "deleteProductOptionsStep", "variant": "document", "kind": 8388608, @@ -657761,6 +668997,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15677" + } + ] } ], "modifierTags": [ @@ -657771,7 +669016,7 @@ "frontmatter": {} }, { - "id": 38121, + "id": 21615, "name": "productOptionsDeleted", "variant": "document", "kind": 8388608, @@ -657787,6 +669032,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21612" + } + ] } ], "modifierTags": [ @@ -657797,7 +669051,7 @@ "frontmatter": {} }, { - "id": 38122, + "id": 21616, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -657813,6 +669067,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -657824,21 +669087,21 @@ } ], "childrenIncludingDocuments": [ - 33264, - 33270, - 33276, - 33279, - 33283 + 16749, + 16755, + 16761, + 16764, + 16768 ], "groups": [ { "title": "Properties", "children": [ - 33264, - 33270, - 33276, - 33279, - 33283 + 16749, + 16755, + 16761, + 16764, + 16768 ] } ], @@ -657847,12 +669110,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L46" } ], "signatures": [ { - "id": 33257, + "id": 16742, "name": "deleteProductOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -657899,12 +669162,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L46" } ], "typeParameters": [ { - "id": 33258, + "id": 16743, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -657915,7 +669178,7 @@ } }, { - "id": 33259, + "id": 16744, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -657928,7 +669191,7 @@ ], "parameters": [ { - "id": 33260, + "id": 16745, "name": "container", "variant": "param", "kind": 32768, @@ -657952,14 +669215,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33261, + "id": 16746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33262, + "id": 16747, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -657982,7 +669245,7 @@ } }, { - "id": 33263, + "id": 16748, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -658009,8 +669272,8 @@ { "title": "Properties", "children": [ - 33262, - 33263 + 16747, + 16748 ] } ], @@ -658081,7 +669344,7 @@ "typeArguments": [ { "type": "reference", - "target": 33252, + "target": 16737, "name": "DeleteProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -658091,14 +669354,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -658113,14 +669376,14 @@ ] }, { - "id": 33291, + "id": 16776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33292, + "id": 16777, "name": "ids", "variant": "declaration", "kind": 1024, @@ -658130,7 +669393,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" } ], "type": { @@ -658182,7 +669445,7 @@ { "title": "Properties", "children": [ - 33292 + 16777 ] } ], @@ -658191,12 +669454,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 50, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L50" } ] }, { - "id": 33292, + "id": 16777, "name": "ids", "variant": "declaration", "kind": 1024, @@ -658206,7 +669469,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L51" } ], "type": { @@ -658254,7 +669517,7 @@ "defaultValue": "input.ids" }, { - "id": 33296, + "id": 16781, "name": "ids", "variant": "declaration", "kind": 1024, @@ -658272,7 +669535,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L19" } ], "type": { @@ -658284,7 +669547,7 @@ } }, { - "id": 33297, + "id": 16782, "name": "deleteProductTypesWorkflowId", "variant": "declaration", "kind": 32, @@ -658296,7 +669559,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L22" } ], "type": { @@ -658306,7 +669569,7 @@ "defaultValue": "\"delete-product-types\"" }, { - "id": 33298, + "id": 16783, "name": "deleteProductTypesWorkflow", "variant": "declaration", "kind": 64, @@ -658350,7 +669613,7 @@ }, "children": [ { - "id": 33306, + "id": 16791, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -658373,7 +669636,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33307, + "id": 16792, "name": "__type", "variant": "declaration", "kind": 65536, @@ -658387,7 +669650,7 @@ ], "signatures": [ { - "id": 33308, + "id": 16793, "name": "__type", "variant": "signature", "kind": 4096, @@ -658415,7 +669678,7 @@ ], "parameters": [ { - "id": 33309, + "id": 16794, "name": "param0", "variant": "param", "kind": 32768, @@ -658431,14 +669694,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33310, + "id": 16795, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33311, + "id": 16796, "name": "input", "variant": "declaration", "kind": 1024, @@ -658463,7 +669726,7 @@ "types": [ { "type": "reference", - "target": 33294, + "target": 16779, "name": "DeleteProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -658476,7 +669739,7 @@ "typeArguments": [ { "type": "reference", - "target": 33294, + "target": 16779, "name": "DeleteProductTypesWorkflowInput", "package": "@medusajs/core-flows" } @@ -658492,7 +669755,7 @@ { "title": "Properties", "children": [ - 33311 + 16796 ] } ], @@ -658517,7 +669780,7 @@ } }, { - "id": 33312, + "id": 16797, "name": "run", "variant": "declaration", "kind": 1024, @@ -658540,7 +669803,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33313, + "id": 16798, "name": "__type", "variant": "declaration", "kind": 65536, @@ -658554,7 +669817,7 @@ ], "signatures": [ { - "id": 33314, + "id": 16799, "name": "__type", "variant": "signature", "kind": 4096, @@ -658582,7 +669845,7 @@ ], "typeParameters": [ { - "id": 33315, + "id": 16800, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -658593,7 +669856,7 @@ } }, { - "id": 33316, + "id": 16801, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -658606,7 +669869,7 @@ ], "parameters": [ { - "id": 33317, + "id": 16802, "name": "args", "variant": "param", "kind": 32768, @@ -658639,7 +669902,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -658650,13 +669913,13 @@ }, "trueType": { "type": "reference", - "target": 33294, + "target": 16779, "name": "DeleteProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -658689,7 +669952,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -658704,7 +669967,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -658724,7 +669987,7 @@ } }, { - "id": 33318, + "id": 16803, "name": "getName", "variant": "declaration", "kind": 1024, @@ -658747,7 +670010,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33319, + "id": 16804, "name": "__type", "variant": "declaration", "kind": 65536, @@ -658761,7 +670024,7 @@ ], "signatures": [ { - "id": 33320, + "id": 16805, "name": "__type", "variant": "signature", "kind": 4096, @@ -658783,7 +670046,7 @@ } }, { - "id": 33321, + "id": 16806, "name": "config", "variant": "declaration", "kind": 1024, @@ -658806,7 +670069,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33322, + "id": 16807, "name": "__type", "variant": "declaration", "kind": 65536, @@ -658820,7 +670083,7 @@ ], "signatures": [ { - "id": 33323, + "id": 16808, "name": "__type", "variant": "signature", "kind": 4096, @@ -658834,7 +670097,7 @@ ], "parameters": [ { - "id": 33324, + "id": 16809, "name": "config", "variant": "param", "kind": 32768, @@ -658860,7 +670123,7 @@ } }, { - "id": 33325, + "id": 16810, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -658883,14 +670146,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33326, + "id": 16811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33327, + "id": 16812, "name": "productTypesDeleted", "variant": "declaration", "kind": 1024, @@ -658898,7 +670161,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33328, + "id": 16813, "name": "__type", "variant": "declaration", "kind": 65536, @@ -658912,7 +670175,7 @@ ], "signatures": [ { - "id": 33329, + "id": 16814, "name": "__type", "variant": "signature", "kind": 4096, @@ -658926,14 +670189,14 @@ ], "typeParameters": [ { - "id": 33330, + "id": 16815, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33331, + "id": 16816, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -658942,7 +670205,7 @@ ], "parameters": [ { - "id": 33332, + "id": 16817, "name": "invoke", "variant": "param", "kind": 32768, @@ -658957,14 +670220,14 @@ { "type": "reflection", "declaration": { - "id": 33333, + "id": 16818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33334, + "id": 16819, "name": "ids", "variant": "declaration", "kind": 1024, @@ -658974,7 +670237,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" } ], "type": { @@ -659026,7 +670289,7 @@ { "title": "Properties", "children": [ - 33334 + 16819 ] } ], @@ -659035,21 +670298,21 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 50, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L50" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -659060,7 +670323,7 @@ } }, { - "id": 33335, + "id": 16820, "name": "compensate", "variant": "param", "kind": 32768, @@ -659076,7 +670339,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -659095,13 +670358,86 @@ ] } } + }, + { + "id": 21618, + "name": "productTypesDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the types are deleted. You can consume this hook to perform custom actions on the deleted types." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductTypesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductTypesWorkflow.hooks.productTypesDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21619, + "name": "productTypesDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21620, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16818, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33327 + 16812 + ] + }, + { + "title": "Functions", + "children": [ + 21618 ] } ], @@ -659118,7 +670454,7 @@ ], "documents": [ { - "id": 38123, + "id": 21617, "name": "deleteProductTypesStep", "variant": "document", "kind": 8388608, @@ -659134,6 +670470,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15796" + } + ] } ], "modifierTags": [ @@ -659144,7 +670489,7 @@ "frontmatter": {} }, { - "id": 38127, + "id": 21621, "name": "productTypesDeleted", "variant": "document", "kind": 8388608, @@ -659160,6 +670505,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21618" + } + ] } ], "modifierTags": [ @@ -659170,7 +670524,7 @@ "frontmatter": {} }, { - "id": 38128, + "id": 21622, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -659186,6 +670540,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -659197,21 +670560,21 @@ } ], "childrenIncludingDocuments": [ - 33306, - 33312, - 33318, - 33321, - 33325 + 16791, + 16797, + 16803, + 16806, + 16810 ], "groups": [ { "title": "Properties", "children": [ - 33306, - 33312, - 33318, - 33321, - 33325 + 16791, + 16797, + 16803, + 16806, + 16810 ] } ], @@ -659220,12 +670583,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L46" } ], "signatures": [ { - "id": 33299, + "id": 16784, "name": "deleteProductTypesWorkflow", "variant": "signature", "kind": 4096, @@ -659272,12 +670635,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L46" } ], "typeParameters": [ { - "id": 33300, + "id": 16785, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -659288,7 +670651,7 @@ } }, { - "id": 33301, + "id": 16786, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -659301,7 +670664,7 @@ ], "parameters": [ { - "id": 33302, + "id": 16787, "name": "container", "variant": "param", "kind": 32768, @@ -659325,14 +670688,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33303, + "id": 16788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33304, + "id": 16789, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -659355,7 +670718,7 @@ } }, { - "id": 33305, + "id": 16790, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -659382,8 +670745,8 @@ { "title": "Properties", "children": [ - 33304, - 33305 + 16789, + 16790 ] } ], @@ -659454,7 +670817,7 @@ "typeArguments": [ { "type": "reference", - "target": 33294, + "target": 16779, "name": "DeleteProductTypesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -659464,14 +670827,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -659486,14 +670849,14 @@ ] }, { - "id": 33333, + "id": 16818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33334, + "id": 16819, "name": "ids", "variant": "declaration", "kind": 1024, @@ -659503,7 +670866,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" } ], "type": { @@ -659555,7 +670918,7 @@ { "title": "Properties", "children": [ - 33334 + 16819 ] } ], @@ -659564,12 +670927,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 50, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L50" } ] }, { - "id": 33334, + "id": 16819, "name": "ids", "variant": "declaration", "kind": 1024, @@ -659579,7 +670942,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L51" } ], "type": { @@ -659627,7 +670990,7 @@ "defaultValue": "input.ids" }, { - "id": 33338, + "id": 16823, "name": "ids", "variant": "declaration", "kind": 1024, @@ -659645,7 +671008,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L19" } ], "type": { @@ -659657,7 +671020,7 @@ } }, { - "id": 33339, + "id": 16824, "name": "deleteProductTagsWorkflowId", "variant": "declaration", "kind": 32, @@ -659669,7 +671032,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L22" } ], "type": { @@ -659679,7 +671042,7 @@ "defaultValue": "\"delete-product-tags\"" }, { - "id": 33340, + "id": 16825, "name": "deleteProductTagsWorkflow", "variant": "declaration", "kind": 64, @@ -659723,7 +671086,7 @@ }, "children": [ { - "id": 33348, + "id": 16833, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -659746,7 +671109,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33349, + "id": 16834, "name": "__type", "variant": "declaration", "kind": 65536, @@ -659760,7 +671123,7 @@ ], "signatures": [ { - "id": 33350, + "id": 16835, "name": "__type", "variant": "signature", "kind": 4096, @@ -659788,7 +671151,7 @@ ], "parameters": [ { - "id": 33351, + "id": 16836, "name": "param0", "variant": "param", "kind": 32768, @@ -659804,14 +671167,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33352, + "id": 16837, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33353, + "id": 16838, "name": "input", "variant": "declaration", "kind": 1024, @@ -659836,7 +671199,7 @@ "types": [ { "type": "reference", - "target": 33336, + "target": 16821, "name": "DeleteProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -659849,7 +671212,7 @@ "typeArguments": [ { "type": "reference", - "target": 33336, + "target": 16821, "name": "DeleteProductTagsWorkflowInput", "package": "@medusajs/core-flows" } @@ -659865,7 +671228,7 @@ { "title": "Properties", "children": [ - 33353 + 16838 ] } ], @@ -659890,7 +671253,7 @@ } }, { - "id": 33354, + "id": 16839, "name": "run", "variant": "declaration", "kind": 1024, @@ -659913,7 +671276,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33355, + "id": 16840, "name": "__type", "variant": "declaration", "kind": 65536, @@ -659927,7 +671290,7 @@ ], "signatures": [ { - "id": 33356, + "id": 16841, "name": "__type", "variant": "signature", "kind": 4096, @@ -659955,7 +671318,7 @@ ], "typeParameters": [ { - "id": 33357, + "id": 16842, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -659966,7 +671329,7 @@ } }, { - "id": 33358, + "id": 16843, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -659979,7 +671342,7 @@ ], "parameters": [ { - "id": 33359, + "id": 16844, "name": "args", "variant": "param", "kind": 32768, @@ -660012,7 +671375,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660023,13 +671386,13 @@ }, "trueType": { "type": "reference", - "target": 33336, + "target": 16821, "name": "DeleteProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660062,7 +671425,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660077,7 +671440,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660097,7 +671460,7 @@ } }, { - "id": 33360, + "id": 16845, "name": "getName", "variant": "declaration", "kind": 1024, @@ -660120,7 +671483,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33361, + "id": 16846, "name": "__type", "variant": "declaration", "kind": 65536, @@ -660134,7 +671497,7 @@ ], "signatures": [ { - "id": 33362, + "id": 16847, "name": "__type", "variant": "signature", "kind": 4096, @@ -660156,7 +671519,7 @@ } }, { - "id": 33363, + "id": 16848, "name": "config", "variant": "declaration", "kind": 1024, @@ -660179,7 +671542,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33364, + "id": 16849, "name": "__type", "variant": "declaration", "kind": 65536, @@ -660193,7 +671556,7 @@ ], "signatures": [ { - "id": 33365, + "id": 16850, "name": "__type", "variant": "signature", "kind": 4096, @@ -660207,7 +671570,7 @@ ], "parameters": [ { - "id": 33366, + "id": 16851, "name": "config", "variant": "param", "kind": 32768, @@ -660233,7 +671596,7 @@ } }, { - "id": 33367, + "id": 16852, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -660256,14 +671619,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33368, + "id": 16853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33369, + "id": 16854, "name": "productTagsDeleted", "variant": "declaration", "kind": 1024, @@ -660271,7 +671634,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33370, + "id": 16855, "name": "__type", "variant": "declaration", "kind": 65536, @@ -660285,7 +671648,7 @@ ], "signatures": [ { - "id": 33371, + "id": 16856, "name": "__type", "variant": "signature", "kind": 4096, @@ -660299,14 +671662,14 @@ ], "typeParameters": [ { - "id": 33372, + "id": 16857, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33373, + "id": 16858, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -660315,7 +671678,7 @@ ], "parameters": [ { - "id": 33374, + "id": 16859, "name": "invoke", "variant": "param", "kind": 32768, @@ -660330,14 +671693,14 @@ { "type": "reflection", "declaration": { - "id": 33375, + "id": 16860, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33376, + "id": 16861, "name": "ids", "variant": "declaration", "kind": 1024, @@ -660347,7 +671710,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" } ], "type": { @@ -660399,7 +671762,7 @@ { "title": "Properties", "children": [ - 33376 + 16861 ] } ], @@ -660408,21 +671771,21 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 50, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L50" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660433,7 +671796,7 @@ } }, { - "id": 33377, + "id": 16862, "name": "compensate", "variant": "param", "kind": 32768, @@ -660449,7 +671812,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660468,13 +671831,86 @@ ] } } + }, + { + "id": 21624, + "name": "productTagsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the tags are deleted. You can consume this hook to perform custom actions on the deleted tags." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductTagsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductTagsWorkflow.hooks.productTagsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21625, + "name": "productTagsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21626, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16860, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33369 + 16854 + ] + }, + { + "title": "Functions", + "children": [ + 21624 ] } ], @@ -660491,7 +671927,7 @@ ], "documents": [ { - "id": 38129, + "id": 21623, "name": "deleteProductTagsStep", "variant": "document", "kind": 8388608, @@ -660507,6 +671943,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15831" + } + ] } ], "modifierTags": [ @@ -660517,7 +671962,7 @@ "frontmatter": {} }, { - "id": 38133, + "id": 21627, "name": "productTagsDeleted", "variant": "document", "kind": 8388608, @@ -660533,6 +671978,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21624" + } + ] } ], "modifierTags": [ @@ -660543,7 +671997,7 @@ "frontmatter": {} }, { - "id": 38134, + "id": 21628, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -660559,6 +672013,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -660570,21 +672033,21 @@ } ], "childrenIncludingDocuments": [ - 33348, - 33354, - 33360, - 33363, - 33367 + 16833, + 16839, + 16845, + 16848, + 16852 ], "groups": [ { "title": "Properties", "children": [ - 33348, - 33354, - 33360, - 33363, - 33367 + 16833, + 16839, + 16845, + 16848, + 16852 ] } ], @@ -660593,12 +672056,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L46" } ], "signatures": [ { - "id": 33341, + "id": 16826, "name": "deleteProductTagsWorkflow", "variant": "signature", "kind": 4096, @@ -660645,12 +672108,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L46" } ], "typeParameters": [ { - "id": 33342, + "id": 16827, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -660661,7 +672124,7 @@ } }, { - "id": 33343, + "id": 16828, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -660674,7 +672137,7 @@ ], "parameters": [ { - "id": 33344, + "id": 16829, "name": "container", "variant": "param", "kind": 32768, @@ -660698,14 +672161,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33345, + "id": 16830, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33346, + "id": 16831, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -660728,7 +672191,7 @@ } }, { - "id": 33347, + "id": 16832, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -660755,8 +672218,8 @@ { "title": "Properties", "children": [ - 33346, - 33347 + 16831, + 16832 ] } ], @@ -660827,7 +672290,7 @@ "typeArguments": [ { "type": "reference", - "target": 33336, + "target": 16821, "name": "DeleteProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -660837,14 +672300,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -660859,14 +672322,14 @@ ] }, { - "id": 33375, + "id": 16860, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33376, + "id": 16861, "name": "ids", "variant": "declaration", "kind": 1024, @@ -660876,7 +672339,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" } ], "type": { @@ -660928,7 +672391,7 @@ { "title": "Properties", "children": [ - 33376 + 16861 ] } ], @@ -660937,12 +672400,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 50, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L50" } ] }, { - "id": 33376, + "id": 16861, "name": "ids", "variant": "declaration", "kind": 1024, @@ -660952,7 +672415,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 51, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L51" } ], "type": { @@ -661000,7 +672463,7 @@ "defaultValue": "input.ids" }, { - "id": 33380, + "id": 16865, "name": "ids", "variant": "declaration", "kind": 1024, @@ -661018,7 +672481,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L27" } ], "type": { @@ -661030,7 +672493,7 @@ } }, { - "id": 33381, + "id": 16866, "name": "deleteProductVariantsWorkflowId", "variant": "declaration", "kind": 32, @@ -661042,7 +672505,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L30" } ], "type": { @@ -661052,7 +672515,7 @@ "defaultValue": "\"delete-product-variants\"" }, { - "id": 33382, + "id": 16867, "name": "deleteProductVariantsWorkflow", "variant": "declaration", "kind": 64, @@ -661105,7 +672568,7 @@ }, "children": [ { - "id": 33390, + "id": 16875, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -661128,7 +672591,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33391, + "id": 16876, "name": "__type", "variant": "declaration", "kind": 65536, @@ -661142,7 +672605,7 @@ ], "signatures": [ { - "id": 33392, + "id": 16877, "name": "__type", "variant": "signature", "kind": 4096, @@ -661170,7 +672633,7 @@ ], "parameters": [ { - "id": 33393, + "id": 16878, "name": "param0", "variant": "param", "kind": 32768, @@ -661186,14 +672649,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33394, + "id": 16879, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33395, + "id": 16880, "name": "input", "variant": "declaration", "kind": 1024, @@ -661218,7 +672681,7 @@ "types": [ { "type": "reference", - "target": 33378, + "target": 16863, "name": "DeleteProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -661231,7 +672694,7 @@ "typeArguments": [ { "type": "reference", - "target": 33378, + "target": 16863, "name": "DeleteProductVariantsWorkflowInput", "package": "@medusajs/core-flows" } @@ -661247,7 +672710,7 @@ { "title": "Properties", "children": [ - 33395 + 16880 ] } ], @@ -661272,7 +672735,7 @@ } }, { - "id": 33396, + "id": 16881, "name": "run", "variant": "declaration", "kind": 1024, @@ -661295,7 +672758,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33397, + "id": 16882, "name": "__type", "variant": "declaration", "kind": 65536, @@ -661309,7 +672772,7 @@ ], "signatures": [ { - "id": 33398, + "id": 16883, "name": "__type", "variant": "signature", "kind": 4096, @@ -661337,7 +672800,7 @@ ], "typeParameters": [ { - "id": 33399, + "id": 16884, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -661348,7 +672811,7 @@ } }, { - "id": 33400, + "id": 16885, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -661361,7 +672824,7 @@ ], "parameters": [ { - "id": 33401, + "id": 16886, "name": "args", "variant": "param", "kind": 32768, @@ -661394,7 +672857,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661405,13 +672868,13 @@ }, "trueType": { "type": "reference", - "target": 33378, + "target": 16863, "name": "DeleteProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661444,7 +672907,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661459,7 +672922,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661479,7 +672942,7 @@ } }, { - "id": 33402, + "id": 16887, "name": "getName", "variant": "declaration", "kind": 1024, @@ -661502,7 +672965,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33403, + "id": 16888, "name": "__type", "variant": "declaration", "kind": 65536, @@ -661516,7 +672979,7 @@ ], "signatures": [ { - "id": 33404, + "id": 16889, "name": "__type", "variant": "signature", "kind": 4096, @@ -661538,7 +673001,7 @@ } }, { - "id": 33405, + "id": 16890, "name": "config", "variant": "declaration", "kind": 1024, @@ -661561,7 +673024,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33406, + "id": 16891, "name": "__type", "variant": "declaration", "kind": 65536, @@ -661575,7 +673038,7 @@ ], "signatures": [ { - "id": 33407, + "id": 16892, "name": "__type", "variant": "signature", "kind": 4096, @@ -661589,7 +673052,7 @@ ], "parameters": [ { - "id": 33408, + "id": 16893, "name": "config", "variant": "param", "kind": 32768, @@ -661615,7 +673078,7 @@ } }, { - "id": 33409, + "id": 16894, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -661638,14 +673101,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33410, + "id": 16895, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33411, + "id": 16896, "name": "productVariantsDeleted", "variant": "declaration", "kind": 1024, @@ -661653,7 +673116,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33412, + "id": 16897, "name": "__type", "variant": "declaration", "kind": 65536, @@ -661667,7 +673130,7 @@ ], "signatures": [ { - "id": 33413, + "id": 16898, "name": "__type", "variant": "signature", "kind": 4096, @@ -661681,14 +673144,14 @@ ], "typeParameters": [ { - "id": 33414, + "id": 16899, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33415, + "id": 16900, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -661697,7 +673160,7 @@ ], "parameters": [ { - "id": 33416, + "id": 16901, "name": "invoke", "variant": "param", "kind": 32768, @@ -661712,14 +673175,14 @@ { "type": "reflection", "declaration": { - "id": 33417, + "id": 16902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33418, + "id": 16903, "name": "ids", "variant": "declaration", "kind": 1024, @@ -661729,7 +673192,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 116, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" } ], "type": { @@ -661781,7 +673244,7 @@ { "title": "Properties", "children": [ - 33418 + 16903 ] } ], @@ -661790,21 +673253,21 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 115, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L115" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L115" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661815,7 +673278,7 @@ } }, { - "id": 33419, + "id": 16904, "name": "compensate", "variant": "param", "kind": 32768, @@ -661831,7 +673294,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -661850,13 +673313,86 @@ ] } } + }, + { + "id": 21634, + "name": "productVariantsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the variants are deleted. You can consume this hook to perform custom actions on the deleted variants." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductVariantsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductVariantsWorkflow.hooks.productVariantsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21635, + "name": "productVariantsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21636, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16902, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33411 + 16896 + ] + }, + { + "title": "Functions", + "children": [ + 21634 ] } ], @@ -661873,7 +673409,7 @@ ], "documents": [ { - "id": 38135, + "id": 21629, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -661889,6 +673425,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -661899,7 +673444,7 @@ "frontmatter": {} }, { - "id": 38136, + "id": 21630, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -661915,6 +673460,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -661925,7 +673479,7 @@ "frontmatter": {} }, { - "id": 38137, + "id": 21631, "name": "deleteInventoryItemWorkflow", "variant": "document", "kind": 8388608, @@ -661941,6 +673495,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4697" + } + ] } ], "modifierTags": [ @@ -661951,7 +673514,7 @@ "frontmatter": {} }, { - "id": 38138, + "id": 21632, "name": "deleteProductVariantsStep", "variant": "document", "kind": 8388608, @@ -661967,6 +673530,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15714" + } + ] } ], "modifierTags": [ @@ -661977,7 +673549,7 @@ "frontmatter": {} }, { - "id": 38139, + "id": 21633, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -661993,6 +673565,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -662003,7 +673584,7 @@ "frontmatter": {} }, { - "id": 38143, + "id": 21637, "name": "productVariantsDeleted", "variant": "document", "kind": 8388608, @@ -662019,6 +673600,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21634" + } + ] } ], "modifierTags": [ @@ -662030,21 +673620,21 @@ } ], "childrenIncludingDocuments": [ - 33390, - 33396, - 33402, - 33405, - 33409 + 16875, + 16881, + 16887, + 16890, + 16894 ], "groups": [ { "title": "Properties", "children": [ - 33390, - 33396, - 33402, - 33405, - 33409 + 16875, + 16881, + 16887, + 16890, + 16894 ] } ], @@ -662053,12 +673643,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L54" } ], "signatures": [ { - "id": 33383, + "id": 16868, "name": "deleteProductVariantsWorkflow", "variant": "signature", "kind": 4096, @@ -662114,12 +673704,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L54" } ], "typeParameters": [ { - "id": 33384, + "id": 16869, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -662130,7 +673720,7 @@ } }, { - "id": 33385, + "id": 16870, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -662143,7 +673733,7 @@ ], "parameters": [ { - "id": 33386, + "id": 16871, "name": "container", "variant": "param", "kind": 32768, @@ -662167,14 +673757,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33387, + "id": 16872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33388, + "id": 16873, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -662197,7 +673787,7 @@ } }, { - "id": 33389, + "id": 16874, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -662224,8 +673814,8 @@ { "title": "Properties", "children": [ - 33388, - 33389 + 16873, + 16874 ] } ], @@ -662296,7 +673886,7 @@ "typeArguments": [ { "type": "reference", - "target": 33378, + "target": 16863, "name": "DeleteProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -662306,14 +673896,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -662328,14 +673918,14 @@ ] }, { - "id": 33417, + "id": 16902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33418, + "id": 16903, "name": "ids", "variant": "declaration", "kind": 1024, @@ -662345,7 +673935,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 116, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" } ], "type": { @@ -662397,7 +673987,7 @@ { "title": "Properties", "children": [ - 33418 + 16903 ] } ], @@ -662406,12 +673996,12 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 115, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L115" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L115" } ] }, { - "id": 33418, + "id": 16903, "name": "ids", "variant": "declaration", "kind": 1024, @@ -662421,7 +674011,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 116, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L116" } ], "type": { @@ -662469,7 +674059,7 @@ "defaultValue": "input.ids" }, { - "id": 33422, + "id": 16907, "name": "ids", "variant": "declaration", "kind": 1024, @@ -662487,7 +674077,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L26" } ], "type": { @@ -662499,7 +674089,7 @@ } }, { - "id": 33423, + "id": 16908, "name": "deleteProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -662511,7 +674101,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L29" } ], "type": { @@ -662521,7 +674111,7 @@ "defaultValue": "\"delete-products\"" }, { - "id": 33424, + "id": 16909, "name": "deleteProductsWorkflow", "variant": "declaration", "kind": 64, @@ -662574,7 +674164,7 @@ }, "children": [ { - "id": 33432, + "id": 16917, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -662597,7 +674187,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33433, + "id": 16918, "name": "__type", "variant": "declaration", "kind": 65536, @@ -662611,7 +674201,7 @@ ], "signatures": [ { - "id": 33434, + "id": 16919, "name": "__type", "variant": "signature", "kind": 4096, @@ -662639,7 +674229,7 @@ ], "parameters": [ { - "id": 33435, + "id": 16920, "name": "param0", "variant": "param", "kind": 32768, @@ -662655,14 +674245,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33436, + "id": 16921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33437, + "id": 16922, "name": "input", "variant": "declaration", "kind": 1024, @@ -662687,7 +674277,7 @@ "types": [ { "type": "reference", - "target": 33420, + "target": 16905, "name": "DeleteProductsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -662700,7 +674290,7 @@ "typeArguments": [ { "type": "reference", - "target": 33420, + "target": 16905, "name": "DeleteProductsWorkflowInput", "package": "@medusajs/core-flows" } @@ -662716,7 +674306,7 @@ { "title": "Properties", "children": [ - 33437 + 16922 ] } ], @@ -662741,7 +674331,7 @@ } }, { - "id": 33438, + "id": 16923, "name": "run", "variant": "declaration", "kind": 1024, @@ -662764,7 +674354,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33439, + "id": 16924, "name": "__type", "variant": "declaration", "kind": 65536, @@ -662778,7 +674368,7 @@ ], "signatures": [ { - "id": 33440, + "id": 16925, "name": "__type", "variant": "signature", "kind": 4096, @@ -662806,7 +674396,7 @@ ], "typeParameters": [ { - "id": 33441, + "id": 16926, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -662817,7 +674407,7 @@ } }, { - "id": 33442, + "id": 16927, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -662830,7 +674420,7 @@ ], "parameters": [ { - "id": 33443, + "id": 16928, "name": "args", "variant": "param", "kind": 32768, @@ -662863,7 +674453,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -662874,13 +674464,13 @@ }, "trueType": { "type": "reference", - "target": 33420, + "target": 16905, "name": "DeleteProductsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -662913,7 +674503,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -662928,7 +674518,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -662948,7 +674538,7 @@ } }, { - "id": 33444, + "id": 16929, "name": "getName", "variant": "declaration", "kind": 1024, @@ -662971,7 +674561,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33445, + "id": 16930, "name": "__type", "variant": "declaration", "kind": 65536, @@ -662985,7 +674575,7 @@ ], "signatures": [ { - "id": 33446, + "id": 16931, "name": "__type", "variant": "signature", "kind": 4096, @@ -663007,7 +674597,7 @@ } }, { - "id": 33447, + "id": 16932, "name": "config", "variant": "declaration", "kind": 1024, @@ -663030,7 +674620,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33448, + "id": 16933, "name": "__type", "variant": "declaration", "kind": 65536, @@ -663044,7 +674634,7 @@ ], "signatures": [ { - "id": 33449, + "id": 16934, "name": "__type", "variant": "signature", "kind": 4096, @@ -663058,7 +674648,7 @@ ], "parameters": [ { - "id": 33450, + "id": 16935, "name": "config", "variant": "param", "kind": 32768, @@ -663084,7 +674674,7 @@ } }, { - "id": 33451, + "id": 16936, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -663107,14 +674697,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33452, + "id": 16937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33453, + "id": 16938, "name": "productsDeleted", "variant": "declaration", "kind": 1024, @@ -663122,7 +674712,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33454, + "id": 16939, "name": "__type", "variant": "declaration", "kind": 65536, @@ -663136,7 +674726,7 @@ ], "signatures": [ { - "id": 33455, + "id": 16940, "name": "__type", "variant": "signature", "kind": 4096, @@ -663150,14 +674740,14 @@ ], "typeParameters": [ { - "id": 33456, + "id": 16941, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33457, + "id": 16942, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -663166,7 +674756,7 @@ ], "parameters": [ { - "id": 33458, + "id": 16943, "name": "invoke", "variant": "param", "kind": 32768, @@ -663181,14 +674771,14 @@ { "type": "reflection", "declaration": { - "id": 33459, + "id": 16944, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33460, + "id": 16945, "name": "ids", "variant": "declaration", "kind": 1024, @@ -663198,7 +674788,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 126, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" } ], "type": { @@ -663250,7 +674840,7 @@ { "title": "Properties", "children": [ - 33460 + 16945 ] } ], @@ -663259,21 +674849,21 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 125, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L125" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -663284,7 +674874,7 @@ } }, { - "id": 33461, + "id": 16946, "name": "compensate", "variant": "param", "kind": 32768, @@ -663300,7 +674890,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -663319,13 +674909,86 @@ ] } } + }, + { + "id": 21644, + "name": "productsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the products are deleted. You can consume this hook to perform custom actions on the deleted products." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductsWorkflow.hooks.productsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21645, + "name": "productsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21646, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16944, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33453 + 16938 + ] + }, + { + "title": "Functions", + "children": [ + 21644 ] } ], @@ -663342,7 +675005,7 @@ ], "documents": [ { - "id": 38144, + "id": 21638, "name": "getProductsStep", "variant": "document", "kind": 8388608, @@ -663358,6 +675021,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15608" + } + ] } ], "modifierTags": [ @@ -663368,7 +675040,7 @@ "frontmatter": {} }, { - "id": 38145, + "id": 21639, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -663384,6 +675056,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -663394,7 +675075,7 @@ "frontmatter": {} }, { - "id": 38146, + "id": 21640, "name": "deleteInventoryItemWorkflow", "variant": "document", "kind": 8388608, @@ -663410,6 +675091,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "4697" + } + ] } ], "modifierTags": [ @@ -663420,7 +675110,7 @@ "frontmatter": {} }, { - "id": 38147, + "id": 21641, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -663436,6 +675126,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -663446,7 +675145,7 @@ "frontmatter": {} }, { - "id": 38148, + "id": 21642, "name": "deleteProductsStep", "variant": "document", "kind": 8388608, @@ -663462,6 +675161,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15599" + } + ] } ], "modifierTags": [ @@ -663472,7 +675180,7 @@ "frontmatter": {} }, { - "id": 38149, + "id": 21643, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -663488,6 +675196,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -663498,7 +675215,7 @@ "frontmatter": {} }, { - "id": 38153, + "id": 21647, "name": "productsDeleted", "variant": "document", "kind": 8388608, @@ -663514,6 +675231,15 @@ "text": "6" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21644" + } + ] } ], "modifierTags": [ @@ -663525,21 +675251,21 @@ } ], "childrenIncludingDocuments": [ - 33432, - 33438, - 33444, - 33447, - 33451 + 16917, + 16923, + 16929, + 16932, + 16936 ], "groups": [ { "title": "Properties", "children": [ - 33432, - 33438, - 33444, - 33447, - 33451 + 16917, + 16923, + 16929, + 16932, + 16936 ] } ], @@ -663548,12 +675274,12 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L53" } ], "signatures": [ { - "id": 33425, + "id": 16910, "name": "deleteProductsWorkflow", "variant": "signature", "kind": 4096, @@ -663609,12 +675335,12 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L53" } ], "typeParameters": [ { - "id": 33426, + "id": 16911, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -663625,7 +675351,7 @@ } }, { - "id": 33427, + "id": 16912, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -663638,7 +675364,7 @@ ], "parameters": [ { - "id": 33428, + "id": 16913, "name": "container", "variant": "param", "kind": 32768, @@ -663662,14 +675388,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33429, + "id": 16914, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33430, + "id": 16915, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -663692,7 +675418,7 @@ } }, { - "id": 33431, + "id": 16916, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -663719,8 +675445,8 @@ { "title": "Properties", "children": [ - 33430, - 33431 + 16915, + 16916 ] } ], @@ -663791,7 +675517,7 @@ "typeArguments": [ { "type": "reference", - "target": 33420, + "target": 16905, "name": "DeleteProductsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -663801,14 +675527,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -663823,14 +675549,14 @@ ] }, { - "id": 33459, + "id": 16944, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33460, + "id": 16945, "name": "ids", "variant": "declaration", "kind": 1024, @@ -663840,7 +675566,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 126, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" } ], "type": { @@ -663892,7 +675618,7 @@ { "title": "Properties", "children": [ - 33460 + 16945 ] } ], @@ -663901,12 +675627,12 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 125, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L125" } ] }, { - "id": 33460, + "id": 16945, "name": "ids", "variant": "declaration", "kind": 1024, @@ -663916,7 +675642,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 126, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L126" } ], "type": { @@ -663964,7 +675690,7 @@ "defaultValue": "input.ids" }, { - "id": 33464, + "id": 16949, "name": "selector", "variant": "declaration", "kind": 1024, @@ -663982,7 +675708,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L20" } ], "type": { @@ -663997,7 +675723,7 @@ } }, { - "id": 33465, + "id": 16950, "name": "update", "variant": "declaration", "kind": 1024, @@ -664015,7 +675741,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L24" } ], "type": { @@ -664030,7 +675756,7 @@ } }, { - "id": 33466, + "id": 16951, "name": "updateCollectionsWorkflowId", "variant": "declaration", "kind": 32, @@ -664042,7 +675768,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L27" } ], "type": { @@ -664052,7 +675778,7 @@ "defaultValue": "\"update-collections\"" }, { - "id": 33467, + "id": 16952, "name": "updateCollectionsWorkflow", "variant": "declaration", "kind": 64, @@ -664104,7 +675830,7 @@ }, "children": [ { - "id": 33475, + "id": 16960, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -664127,7 +675853,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33476, + "id": 16961, "name": "__type", "variant": "declaration", "kind": 65536, @@ -664141,7 +675867,7 @@ ], "signatures": [ { - "id": 33477, + "id": 16962, "name": "__type", "variant": "signature", "kind": 4096, @@ -664169,7 +675895,7 @@ ], "parameters": [ { - "id": 33478, + "id": 16963, "name": "param0", "variant": "param", "kind": 32768, @@ -664185,14 +675911,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33479, + "id": 16964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33480, + "id": 16965, "name": "input", "variant": "declaration", "kind": 1024, @@ -664217,7 +675943,7 @@ "types": [ { "type": "reference", - "target": 33462, + "target": 16947, "name": "UpdateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -664230,7 +675956,7 @@ "typeArguments": [ { "type": "reference", - "target": 33462, + "target": 16947, "name": "UpdateCollectionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -664246,7 +675972,7 @@ { "title": "Properties", "children": [ - 33480 + 16965 ] } ], @@ -664339,14 +676065,14 @@ { "type": "reflection", "declaration": { - "id": 33481, + "id": 16966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33482, + "id": 16967, "name": "config", "variant": "declaration", "kind": 2048, @@ -664360,7 +676086,7 @@ ], "signatures": [ { - "id": 33483, + "id": 16968, "name": "config", "variant": "signature", "kind": 4096, @@ -664374,7 +676100,7 @@ ], "parameters": [ { - "id": 33484, + "id": 16969, "name": "config", "variant": "param", "kind": 32768, @@ -664385,14 +676111,14 @@ { "type": "reflection", "declaration": { - "id": 33485, + "id": 16970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33486, + "id": 16971, "name": "name", "variant": "declaration", "kind": 1024, @@ -664416,7 +676142,7 @@ { "title": "Properties", "children": [ - 33486 + 16971 ] } ], @@ -664501,7 +676227,7 @@ { "title": "Methods", "children": [ - 33482 + 16967 ] } ], @@ -664545,7 +676271,7 @@ } }, { - "id": 33487, + "id": 16972, "name": "run", "variant": "declaration", "kind": 1024, @@ -664568,7 +676294,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33488, + "id": 16973, "name": "__type", "variant": "declaration", "kind": 65536, @@ -664582,7 +676308,7 @@ ], "signatures": [ { - "id": 33489, + "id": 16974, "name": "__type", "variant": "signature", "kind": 4096, @@ -664610,7 +676336,7 @@ ], "typeParameters": [ { - "id": 33490, + "id": 16975, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -664621,7 +676347,7 @@ } }, { - "id": 33491, + "id": 16976, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -664634,7 +676360,7 @@ ], "parameters": [ { - "id": 33492, + "id": 16977, "name": "args", "variant": "param", "kind": 32768, @@ -664667,7 +676393,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -664678,13 +676404,13 @@ }, "trueType": { "type": "reference", - "target": 33462, + "target": 16947, "name": "UpdateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -664717,7 +676443,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -664740,7 +676466,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -664760,7 +676486,7 @@ } }, { - "id": 33493, + "id": 16978, "name": "getName", "variant": "declaration", "kind": 1024, @@ -664783,7 +676509,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33494, + "id": 16979, "name": "__type", "variant": "declaration", "kind": 65536, @@ -664797,7 +676523,7 @@ ], "signatures": [ { - "id": 33495, + "id": 16980, "name": "__type", "variant": "signature", "kind": 4096, @@ -664819,7 +676545,7 @@ } }, { - "id": 33496, + "id": 16981, "name": "config", "variant": "declaration", "kind": 1024, @@ -664842,7 +676568,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33497, + "id": 16982, "name": "__type", "variant": "declaration", "kind": 65536, @@ -664856,7 +676582,7 @@ ], "signatures": [ { - "id": 33498, + "id": 16983, "name": "__type", "variant": "signature", "kind": 4096, @@ -664870,7 +676596,7 @@ ], "parameters": [ { - "id": 33499, + "id": 16984, "name": "config", "variant": "param", "kind": 32768, @@ -664896,7 +676622,7 @@ } }, { - "id": 33500, + "id": 16985, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -664919,14 +676645,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33501, + "id": 16986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33502, + "id": 16987, "name": "collectionsUpdated", "variant": "declaration", "kind": 1024, @@ -664934,7 +676660,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33503, + "id": 16988, "name": "__type", "variant": "declaration", "kind": 65536, @@ -664948,7 +676674,7 @@ ], "signatures": [ { - "id": 33504, + "id": 16989, "name": "__type", "variant": "signature", "kind": 4096, @@ -664962,14 +676688,14 @@ ], "typeParameters": [ { - "id": 33505, + "id": 16990, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33506, + "id": 16991, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -664978,7 +676704,7 @@ ], "parameters": [ { - "id": 33507, + "id": 16992, "name": "invoke", "variant": "param", "kind": 32768, @@ -664993,14 +676719,14 @@ { "type": "reflection", "declaration": { - "id": 33508, + "id": 16993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33509, + "id": 16994, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -665018,7 +676744,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" } ], "type": { @@ -665037,7 +676763,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33510, + "id": 16995, "name": "collections", "variant": "declaration", "kind": 1024, @@ -665047,7 +676773,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 84, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" } ], "type": { @@ -665128,14 +676854,14 @@ { "type": "reflection", "declaration": { - "id": 33511, + "id": 16996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33512, + "id": 16997, "name": "config", "variant": "declaration", "kind": 2048, @@ -665149,7 +676875,7 @@ ], "signatures": [ { - "id": 33513, + "id": 16998, "name": "config", "variant": "signature", "kind": 4096, @@ -665163,7 +676889,7 @@ ], "parameters": [ { - "id": 33514, + "id": 16999, "name": "config", "variant": "param", "kind": 32768, @@ -665174,14 +676900,14 @@ { "type": "reflection", "declaration": { - "id": 33515, + "id": 17000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33516, + "id": 17001, "name": "name", "variant": "declaration", "kind": 1024, @@ -665205,7 +676931,7 @@ { "title": "Properties", "children": [ - 33516 + 17001 ] } ], @@ -665290,7 +677016,7 @@ { "title": "Methods", "children": [ - 33512 + 16997 ] } ], @@ -665335,8 +677061,8 @@ { "title": "Properties", "children": [ - 33509, - 33510 + 16994, + 16995 ] } ], @@ -665345,21 +677071,21 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 82, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L82" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -665370,7 +677096,7 @@ } }, { - "id": 33517, + "id": 17002, "name": "compensate", "variant": "param", "kind": 32768, @@ -665386,7 +677112,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -665405,13 +677131,86 @@ ] } } + }, + { + "id": 21650, + "name": "collectionsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the collections are updated. You can consume this hook to perform custom actions on the updated collections." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCollectionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCollectionsWorkflow.hooks.collectionsUpdated(\n\t(async ({ additional_data, collections }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21651, + "name": "collectionsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21652, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 16993, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33502 + 16987 + ] + }, + { + "title": "Functions", + "children": [ + 21650 ] } ], @@ -665428,7 +677227,7 @@ ], "documents": [ { - "id": 38154, + "id": 21648, "name": "updateCollectionsStep", "variant": "document", "kind": 8388608, @@ -665444,6 +677243,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15736" + } + ] } ], "modifierTags": [ @@ -665454,7 +677262,7 @@ "frontmatter": {} }, { - "id": 38155, + "id": 21649, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -665470,6 +677278,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -665480,7 +677297,7 @@ "frontmatter": {} }, { - "id": 38159, + "id": 21653, "name": "collectionsUpdated", "variant": "document", "kind": 8388608, @@ -665496,6 +677313,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21650" + } + ] } ], "modifierTags": [ @@ -665507,21 +677333,21 @@ } ], "childrenIncludingDocuments": [ - 33475, - 33487, - 33493, - 33496, - 33500 + 16960, + 16972, + 16978, + 16981, + 16985 ], "groups": [ { "title": "Properties", "children": [ - 33475, - 33487, - 33493, - 33496, - 33500 + 16960, + 16972, + 16978, + 16981, + 16985 ] } ], @@ -665530,12 +677356,12 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L59" } ], "signatures": [ { - "id": 33468, + "id": 16953, "name": "updateCollectionsWorkflow", "variant": "signature", "kind": 4096, @@ -665590,12 +677416,12 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L59" } ], "typeParameters": [ { - "id": 33469, + "id": 16954, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -665606,7 +677432,7 @@ } }, { - "id": 33470, + "id": 16955, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -665619,7 +677445,7 @@ ], "parameters": [ { - "id": 33471, + "id": 16956, "name": "container", "variant": "param", "kind": 32768, @@ -665643,14 +677469,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33472, + "id": 16957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33473, + "id": 16958, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -665673,7 +677499,7 @@ } }, { - "id": 33474, + "id": 16959, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -665700,8 +677526,8 @@ { "title": "Properties", "children": [ - 33473, - 33474 + 16958, + 16959 ] } ], @@ -665772,7 +677598,7 @@ "typeArguments": [ { "type": "reference", - "target": 33462, + "target": 16947, "name": "UpdateCollectionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -665790,14 +677616,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -665812,14 +677638,14 @@ ] }, { - "id": 33508, + "id": 16993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33509, + "id": 16994, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -665837,7 +677663,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" } ], "type": { @@ -665856,7 +677682,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33510, + "id": 16995, "name": "collections", "variant": "declaration", "kind": 1024, @@ -665866,7 +677692,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 84, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" } ], "type": { @@ -665947,14 +677773,14 @@ { "type": "reflection", "declaration": { - "id": 33511, + "id": 16996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33512, + "id": 16997, "name": "config", "variant": "declaration", "kind": 2048, @@ -665968,7 +677794,7 @@ ], "signatures": [ { - "id": 33513, + "id": 16998, "name": "config", "variant": "signature", "kind": 4096, @@ -665982,7 +677808,7 @@ ], "parameters": [ { - "id": 33514, + "id": 16999, "name": "config", "variant": "param", "kind": 32768, @@ -665993,14 +677819,14 @@ { "type": "reflection", "declaration": { - "id": 33515, + "id": 17000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33516, + "id": 17001, "name": "name", "variant": "declaration", "kind": 1024, @@ -666024,7 +677850,7 @@ { "title": "Properties", "children": [ - 33516 + 17001 ] } ], @@ -666109,7 +677935,7 @@ { "title": "Methods", "children": [ - 33512 + 16997 ] } ], @@ -666154,8 +677980,8 @@ { "title": "Properties", "children": [ - 33509, - 33510 + 16994, + 16995 ] } ], @@ -666164,12 +677990,12 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 82, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L82" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L82" } ] }, { - "id": 33509, + "id": 16994, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -666187,7 +678013,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 83, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L83" } ], "type": { @@ -666206,7 +678032,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33510, + "id": 16995, "name": "collections", "variant": "declaration", "kind": 1024, @@ -666216,7 +678042,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 84, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L84" } ], "type": { @@ -666297,14 +678123,14 @@ { "type": "reflection", "declaration": { - "id": 33511, + "id": 16996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33512, + "id": 16997, "name": "config", "variant": "declaration", "kind": 2048, @@ -666318,7 +678144,7 @@ ], "signatures": [ { - "id": 33513, + "id": 16998, "name": "config", "variant": "signature", "kind": 4096, @@ -666332,7 +678158,7 @@ ], "parameters": [ { - "id": 33514, + "id": 16999, "name": "config", "variant": "param", "kind": 32768, @@ -666343,14 +678169,14 @@ { "type": "reflection", "declaration": { - "id": 33515, + "id": 17000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33516, + "id": 17001, "name": "name", "variant": "declaration", "kind": 1024, @@ -666374,7 +678200,7 @@ { "title": "Properties", "children": [ - 33516 + 17001 ] } ], @@ -666459,7 +678285,7 @@ { "title": "Methods", "children": [ - 33512 + 16997 ] } ], @@ -666500,7 +678326,7 @@ "defaultValue": "updatedCollections" }, { - "id": 33520, + "id": 17005, "name": "selector", "variant": "declaration", "kind": 1024, @@ -666518,7 +678344,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L20" } ], "type": { @@ -666533,7 +678359,7 @@ } }, { - "id": 33521, + "id": 17006, "name": "update", "variant": "declaration", "kind": 1024, @@ -666551,7 +678377,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L24" } ], "type": { @@ -666566,7 +678392,7 @@ } }, { - "id": 33522, + "id": 17007, "name": "updateProductOptionsWorkflowId", "variant": "declaration", "kind": 32, @@ -666578,7 +678404,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L27" } ], "type": { @@ -666588,7 +678414,7 @@ "defaultValue": "\"update-product-options\"" }, { - "id": 33523, + "id": 17008, "name": "updateProductOptionsWorkflow", "variant": "declaration", "kind": 64, @@ -666640,7 +678466,7 @@ }, "children": [ { - "id": 33531, + "id": 17016, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -666663,7 +678489,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33532, + "id": 17017, "name": "__type", "variant": "declaration", "kind": 65536, @@ -666677,7 +678503,7 @@ ], "signatures": [ { - "id": 33533, + "id": 17018, "name": "__type", "variant": "signature", "kind": 4096, @@ -666705,7 +678531,7 @@ ], "parameters": [ { - "id": 33534, + "id": 17019, "name": "param0", "variant": "param", "kind": 32768, @@ -666721,14 +678547,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33535, + "id": 17020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33536, + "id": 17021, "name": "input", "variant": "declaration", "kind": 1024, @@ -666753,7 +678579,7 @@ "types": [ { "type": "reference", - "target": 33518, + "target": 17003, "name": "UpdateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -666766,7 +678592,7 @@ "typeArguments": [ { "type": "reference", - "target": 33518, + "target": 17003, "name": "UpdateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -666782,7 +678608,7 @@ { "title": "Properties", "children": [ - 33536 + 17021 ] } ], @@ -666875,14 +678701,14 @@ { "type": "reflection", "declaration": { - "id": 33537, + "id": 17022, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33538, + "id": 17023, "name": "config", "variant": "declaration", "kind": 2048, @@ -666896,7 +678722,7 @@ ], "signatures": [ { - "id": 33539, + "id": 17024, "name": "config", "variant": "signature", "kind": 4096, @@ -666910,7 +678736,7 @@ ], "parameters": [ { - "id": 33540, + "id": 17025, "name": "config", "variant": "param", "kind": 32768, @@ -666921,14 +678747,14 @@ { "type": "reflection", "declaration": { - "id": 33541, + "id": 17026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33542, + "id": 17027, "name": "name", "variant": "declaration", "kind": 1024, @@ -666952,7 +678778,7 @@ { "title": "Properties", "children": [ - 33542 + 17027 ] } ], @@ -667037,7 +678863,7 @@ { "title": "Methods", "children": [ - 33538 + 17023 ] } ], @@ -667081,7 +678907,7 @@ } }, { - "id": 33543, + "id": 17028, "name": "run", "variant": "declaration", "kind": 1024, @@ -667104,7 +678930,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33544, + "id": 17029, "name": "__type", "variant": "declaration", "kind": 65536, @@ -667118,7 +678944,7 @@ ], "signatures": [ { - "id": 33545, + "id": 17030, "name": "__type", "variant": "signature", "kind": 4096, @@ -667146,7 +678972,7 @@ ], "typeParameters": [ { - "id": 33546, + "id": 17031, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -667157,7 +678983,7 @@ } }, { - "id": 33547, + "id": 17032, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -667170,7 +678996,7 @@ ], "parameters": [ { - "id": 33548, + "id": 17033, "name": "args", "variant": "param", "kind": 32768, @@ -667203,7 +679029,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667214,13 +679040,13 @@ }, "trueType": { "type": "reference", - "target": 33518, + "target": 17003, "name": "UpdateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667253,7 +679079,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667276,7 +679102,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667296,7 +679122,7 @@ } }, { - "id": 33549, + "id": 17034, "name": "getName", "variant": "declaration", "kind": 1024, @@ -667319,7 +679145,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33550, + "id": 17035, "name": "__type", "variant": "declaration", "kind": 65536, @@ -667333,7 +679159,7 @@ ], "signatures": [ { - "id": 33551, + "id": 17036, "name": "__type", "variant": "signature", "kind": 4096, @@ -667355,7 +679181,7 @@ } }, { - "id": 33552, + "id": 17037, "name": "config", "variant": "declaration", "kind": 1024, @@ -667378,7 +679204,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33553, + "id": 17038, "name": "__type", "variant": "declaration", "kind": 65536, @@ -667392,7 +679218,7 @@ ], "signatures": [ { - "id": 33554, + "id": 17039, "name": "__type", "variant": "signature", "kind": 4096, @@ -667406,7 +679232,7 @@ ], "parameters": [ { - "id": 33555, + "id": 17040, "name": "config", "variant": "param", "kind": 32768, @@ -667432,7 +679258,7 @@ } }, { - "id": 33556, + "id": 17041, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -667455,14 +679281,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33557, + "id": 17042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33558, + "id": 17043, "name": "productOptionsUpdated", "variant": "declaration", "kind": 1024, @@ -667470,7 +679296,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33559, + "id": 17044, "name": "__type", "variant": "declaration", "kind": 65536, @@ -667484,7 +679310,7 @@ ], "signatures": [ { - "id": 33560, + "id": 17045, "name": "__type", "variant": "signature", "kind": 4096, @@ -667498,14 +679324,14 @@ ], "typeParameters": [ { - "id": 33561, + "id": 17046, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33562, + "id": 17047, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -667514,7 +679340,7 @@ ], "parameters": [ { - "id": 33563, + "id": 17048, "name": "invoke", "variant": "param", "kind": 32768, @@ -667529,14 +679355,14 @@ { "type": "reflection", "declaration": { - "id": 33564, + "id": 17049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33565, + "id": 17050, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -667546,7 +679372,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" } ], "type": { @@ -667627,14 +679453,14 @@ { "type": "reflection", "declaration": { - "id": 33566, + "id": 17051, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33567, + "id": 17052, "name": "config", "variant": "declaration", "kind": 2048, @@ -667648,7 +679474,7 @@ ], "signatures": [ { - "id": 33568, + "id": 17053, "name": "config", "variant": "signature", "kind": 4096, @@ -667662,7 +679488,7 @@ ], "parameters": [ { - "id": 33569, + "id": 17054, "name": "config", "variant": "param", "kind": 32768, @@ -667673,14 +679499,14 @@ { "type": "reflection", "declaration": { - "id": 33570, + "id": 17055, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33571, + "id": 17056, "name": "name", "variant": "declaration", "kind": 1024, @@ -667704,7 +679530,7 @@ { "title": "Properties", "children": [ - 33571 + 17056 ] } ], @@ -667789,7 +679615,7 @@ { "title": "Methods", "children": [ - 33567 + 17052 ] } ], @@ -667830,7 +679656,7 @@ "defaultValue": "updatedProductOptions" }, { - "id": 33572, + "id": 17057, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -667848,7 +679674,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" } ], "type": { @@ -667871,8 +679697,8 @@ { "title": "Properties", "children": [ - 33565, - 33572 + 17050, + 17057 ] } ], @@ -667881,21 +679707,21 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 62, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L62" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667906,7 +679732,7 @@ } }, { - "id": 33573, + "id": 17058, "name": "compensate", "variant": "param", "kind": 32768, @@ -667922,7 +679748,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -667941,13 +679767,86 @@ ] } } + }, + { + "id": 21655, + "name": "productOptionsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product options are updated. You can consume this hook to perform custom actions on the updated product options." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductOptionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductOptionsWorkflow.hooks.productOptionsUpdated(\n\t(async ({ product_options, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21656, + "name": "productOptionsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21657, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17049, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33558 + 17043 + ] + }, + { + "title": "Functions", + "children": [ + 21655 ] } ], @@ -667964,7 +679863,7 @@ ], "documents": [ { - "id": 38160, + "id": 21654, "name": "updateProductOptionsStep", "variant": "document", "kind": 8388608, @@ -667980,6 +679879,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15664" + } + ] } ], "modifierTags": [ @@ -667990,7 +679898,7 @@ "frontmatter": {} }, { - "id": 38164, + "id": 21658, "name": "productOptionsUpdated", "variant": "document", "kind": 8388608, @@ -668006,6 +679914,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21655" + } + ] } ], "modifierTags": [ @@ -668016,7 +679933,7 @@ "frontmatter": {} }, { - "id": 38165, + "id": 21659, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -668032,6 +679949,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -668043,21 +679969,21 @@ } ], "childrenIncludingDocuments": [ - 33531, - 33543, - 33549, - 33552, - 33556 + 17016, + 17028, + 17034, + 17037, + 17041 ], "groups": [ { "title": "Properties", "children": [ - 33531, - 33543, - 33549, - 33552, - 33556 + 17016, + 17028, + 17034, + 17037, + 17041 ] } ], @@ -668066,12 +679992,12 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L58" } ], "signatures": [ { - "id": 33524, + "id": 17009, "name": "updateProductOptionsWorkflow", "variant": "signature", "kind": 4096, @@ -668126,12 +680052,12 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L58" } ], "typeParameters": [ { - "id": 33525, + "id": 17010, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -668142,7 +680068,7 @@ } }, { - "id": 33526, + "id": 17011, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -668155,7 +680081,7 @@ ], "parameters": [ { - "id": 33527, + "id": 17012, "name": "container", "variant": "param", "kind": 32768, @@ -668179,14 +680105,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33528, + "id": 17013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33529, + "id": 17014, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -668209,7 +680135,7 @@ } }, { - "id": 33530, + "id": 17015, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -668236,8 +680162,8 @@ { "title": "Properties", "children": [ - 33529, - 33530 + 17014, + 17015 ] } ], @@ -668308,7 +680234,7 @@ "typeArguments": [ { "type": "reference", - "target": 33518, + "target": 17003, "name": "UpdateProductOptionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -668326,14 +680252,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -668348,14 +680274,14 @@ ] }, { - "id": 33564, + "id": 17049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33565, + "id": 17050, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -668365,7 +680291,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" } ], "type": { @@ -668446,14 +680372,14 @@ { "type": "reflection", "declaration": { - "id": 33566, + "id": 17051, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33567, + "id": 17052, "name": "config", "variant": "declaration", "kind": 2048, @@ -668467,7 +680393,7 @@ ], "signatures": [ { - "id": 33568, + "id": 17053, "name": "config", "variant": "signature", "kind": 4096, @@ -668481,7 +680407,7 @@ ], "parameters": [ { - "id": 33569, + "id": 17054, "name": "config", "variant": "param", "kind": 32768, @@ -668492,14 +680418,14 @@ { "type": "reflection", "declaration": { - "id": 33570, + "id": 17055, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33571, + "id": 17056, "name": "name", "variant": "declaration", "kind": 1024, @@ -668523,7 +680449,7 @@ { "title": "Properties", "children": [ - 33571 + 17056 ] } ], @@ -668608,7 +680534,7 @@ { "title": "Methods", "children": [ - 33567 + 17052 ] } ], @@ -668649,7 +680575,7 @@ "defaultValue": "updatedProductOptions" }, { - "id": 33572, + "id": 17057, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -668667,7 +680593,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" } ], "type": { @@ -668690,8 +680616,8 @@ { "title": "Properties", "children": [ - 33565, - 33572 + 17050, + 17057 ] } ], @@ -668700,12 +680626,12 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 62, "character": 70, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L62" } ] }, { - "id": 33565, + "id": 17050, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -668715,7 +680641,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L63" } ], "type": { @@ -668796,14 +680722,14 @@ { "type": "reflection", "declaration": { - "id": 33566, + "id": 17051, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33567, + "id": 17052, "name": "config", "variant": "declaration", "kind": 2048, @@ -668817,7 +680743,7 @@ ], "signatures": [ { - "id": 33568, + "id": 17053, "name": "config", "variant": "signature", "kind": 4096, @@ -668831,7 +680757,7 @@ ], "parameters": [ { - "id": 33569, + "id": 17054, "name": "config", "variant": "param", "kind": 32768, @@ -668842,14 +680768,14 @@ { "type": "reflection", "declaration": { - "id": 33570, + "id": 17055, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33571, + "id": 17056, "name": "name", "variant": "declaration", "kind": 1024, @@ -668873,7 +680799,7 @@ { "title": "Properties", "children": [ - 33571 + 17056 ] } ], @@ -668958,7 +680884,7 @@ { "title": "Methods", "children": [ - 33567 + 17052 ] } ], @@ -668999,7 +680925,7 @@ "defaultValue": "updatedProductOptions" }, { - "id": 33572, + "id": 17057, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -669017,7 +680943,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L64" } ], "type": { @@ -669036,7 +680962,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33574, + "id": 17059, "name": "updateProductTypesWorkflowId", "variant": "declaration", "kind": 32, @@ -669048,7 +680974,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L27" } ], "type": { @@ -669058,7 +680984,7 @@ "defaultValue": "\"update-product-types\"" }, { - "id": 33575, + "id": 17060, "name": "updateProductTypesWorkflow", "variant": "declaration", "kind": 64, @@ -669110,7 +681036,7 @@ }, "children": [ { - "id": 33583, + "id": 17068, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -669133,7 +681059,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33584, + "id": 17069, "name": "__type", "variant": "declaration", "kind": 65536, @@ -669147,7 +681073,7 @@ ], "signatures": [ { - "id": 33585, + "id": 17070, "name": "__type", "variant": "signature", "kind": 4096, @@ -669175,7 +681101,7 @@ ], "parameters": [ { - "id": 33586, + "id": 17071, "name": "param0", "variant": "param", "kind": 32768, @@ -669191,14 +681117,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33587, + "id": 17072, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33588, + "id": 17073, "name": "input", "variant": "declaration", "kind": 1024, @@ -669258,7 +681184,7 @@ { "title": "Properties", "children": [ - 33588 + 17073 ] } ], @@ -669351,14 +681277,14 @@ { "type": "reflection", "declaration": { - "id": 33589, + "id": 17074, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33590, + "id": 17075, "name": "config", "variant": "declaration", "kind": 2048, @@ -669372,7 +681298,7 @@ ], "signatures": [ { - "id": 33591, + "id": 17076, "name": "config", "variant": "signature", "kind": 4096, @@ -669386,7 +681312,7 @@ ], "parameters": [ { - "id": 33592, + "id": 17077, "name": "config", "variant": "param", "kind": 32768, @@ -669397,14 +681323,14 @@ { "type": "reflection", "declaration": { - "id": 33593, + "id": 17078, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33594, + "id": 17079, "name": "name", "variant": "declaration", "kind": 1024, @@ -669428,7 +681354,7 @@ { "title": "Properties", "children": [ - 33594 + 17079 ] } ], @@ -669513,7 +681439,7 @@ { "title": "Methods", "children": [ - 33590 + 17075 ] } ], @@ -669557,7 +681483,7 @@ } }, { - "id": 33595, + "id": 17080, "name": "run", "variant": "declaration", "kind": 1024, @@ -669580,7 +681506,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33596, + "id": 17081, "name": "__type", "variant": "declaration", "kind": 65536, @@ -669594,7 +681520,7 @@ ], "signatures": [ { - "id": 33597, + "id": 17082, "name": "__type", "variant": "signature", "kind": 4096, @@ -669622,7 +681548,7 @@ ], "typeParameters": [ { - "id": 33598, + "id": 17083, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -669633,7 +681559,7 @@ } }, { - "id": 33599, + "id": 17084, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -669646,7 +681572,7 @@ ], "parameters": [ { - "id": 33600, + "id": 17085, "name": "args", "variant": "param", "kind": 32768, @@ -669679,7 +681605,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -669699,7 +681625,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -669732,7 +681658,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -669755,7 +681681,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -669775,7 +681701,7 @@ } }, { - "id": 33601, + "id": 17086, "name": "getName", "variant": "declaration", "kind": 1024, @@ -669798,7 +681724,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33602, + "id": 17087, "name": "__type", "variant": "declaration", "kind": 65536, @@ -669812,7 +681738,7 @@ ], "signatures": [ { - "id": 33603, + "id": 17088, "name": "__type", "variant": "signature", "kind": 4096, @@ -669834,7 +681760,7 @@ } }, { - "id": 33604, + "id": 17089, "name": "config", "variant": "declaration", "kind": 1024, @@ -669857,7 +681783,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33605, + "id": 17090, "name": "__type", "variant": "declaration", "kind": 65536, @@ -669871,7 +681797,7 @@ ], "signatures": [ { - "id": 33606, + "id": 17091, "name": "__type", "variant": "signature", "kind": 4096, @@ -669885,7 +681811,7 @@ ], "parameters": [ { - "id": 33607, + "id": 17092, "name": "config", "variant": "param", "kind": 32768, @@ -669911,7 +681837,7 @@ } }, { - "id": 33608, + "id": 17093, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -669934,14 +681860,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33609, + "id": 17094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33610, + "id": 17095, "name": "productTypesUpdated", "variant": "declaration", "kind": 1024, @@ -669949,7 +681875,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33611, + "id": 17096, "name": "__type", "variant": "declaration", "kind": 65536, @@ -669963,7 +681889,7 @@ ], "signatures": [ { - "id": 33612, + "id": 17097, "name": "__type", "variant": "signature", "kind": 4096, @@ -669977,14 +681903,14 @@ ], "typeParameters": [ { - "id": 33613, + "id": 17098, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33614, + "id": 17099, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -669993,7 +681919,7 @@ ], "parameters": [ { - "id": 33615, + "id": 17100, "name": "invoke", "variant": "param", "kind": 32768, @@ -670008,14 +681934,14 @@ { "type": "reflection", "declaration": { - "id": 33616, + "id": 17101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33617, + "id": 17102, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -670025,7 +681951,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" } ], "type": { @@ -670106,14 +682032,14 @@ { "type": "reflection", "declaration": { - "id": 33618, + "id": 17103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33619, + "id": 17104, "name": "config", "variant": "declaration", "kind": 2048, @@ -670127,7 +682053,7 @@ ], "signatures": [ { - "id": 33620, + "id": 17105, "name": "config", "variant": "signature", "kind": 4096, @@ -670141,7 +682067,7 @@ ], "parameters": [ { - "id": 33621, + "id": 17106, "name": "config", "variant": "param", "kind": 32768, @@ -670152,14 +682078,14 @@ { "type": "reflection", "declaration": { - "id": 33622, + "id": 17107, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33623, + "id": 17108, "name": "name", "variant": "declaration", "kind": 1024, @@ -670183,7 +682109,7 @@ { "title": "Properties", "children": [ - 33623 + 17108 ] } ], @@ -670268,7 +682194,7 @@ { "title": "Methods", "children": [ - 33619 + 17104 ] } ], @@ -670309,7 +682235,7 @@ "defaultValue": "updatedProductTypes" }, { - "id": 33624, + "id": 17109, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -670327,7 +682253,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" } ], "type": { @@ -670350,8 +682276,8 @@ { "title": "Properties", "children": [ - 33617, - 33624 + 17102, + 17109 ] } ], @@ -670360,21 +682286,21 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 63, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L63" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -670385,7 +682311,7 @@ } }, { - "id": 33625, + "id": 17110, "name": "compensate", "variant": "param", "kind": 32768, @@ -670401,7 +682327,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -670420,13 +682346,86 @@ ] } } + }, + { + "id": 21661, + "name": "productTypesUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product types are updated. You can consume this hook to perform custom actions on the updated product types." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductTypesWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductTypesWorkflow.hooks.productTypesUpdated(\n\t(async ({ product_types, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21662, + "name": "productTypesUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21663, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17101, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33610 + 17095 + ] + }, + { + "title": "Functions", + "children": [ + 21661 ] } ], @@ -670443,7 +682442,7 @@ ], "documents": [ { - "id": 38166, + "id": 21660, "name": "updateProductTypesStep", "variant": "document", "kind": 8388608, @@ -670459,6 +682458,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15783" + } + ] } ], "modifierTags": [ @@ -670469,7 +682477,7 @@ "frontmatter": {} }, { - "id": 38170, + "id": 21664, "name": "productTypesUpdated", "variant": "document", "kind": 8388608, @@ -670485,6 +682493,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21661" + } + ] } ], "modifierTags": [ @@ -670495,7 +682512,7 @@ "frontmatter": {} }, { - "id": 38171, + "id": 21665, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -670511,6 +682528,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -670522,21 +682548,21 @@ } ], "childrenIncludingDocuments": [ - 33583, - 33595, - 33601, - 33604, - 33608 + 17068, + 17080, + 17086, + 17089, + 17093 ], "groups": [ { "title": "Properties", "children": [ - 33583, - 33595, - 33601, - 33604, - 33608 + 17068, + 17080, + 17086, + 17089, + 17093 ] } ], @@ -670545,12 +682571,12 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L59" } ], "signatures": [ { - "id": 33576, + "id": 17061, "name": "updateProductTypesWorkflow", "variant": "signature", "kind": 4096, @@ -670605,12 +682631,12 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L59" } ], "typeParameters": [ { - "id": 33577, + "id": 17062, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -670621,7 +682647,7 @@ } }, { - "id": 33578, + "id": 17063, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -670634,7 +682660,7 @@ ], "parameters": [ { - "id": 33579, + "id": 17064, "name": "container", "variant": "param", "kind": 32768, @@ -670658,14 +682684,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33580, + "id": 17065, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33581, + "id": 17066, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -670688,7 +682714,7 @@ } }, { - "id": 33582, + "id": 17067, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -670715,8 +682741,8 @@ { "title": "Properties", "children": [ - 33581, - 33582 + 17066, + 17067 ] } ], @@ -670808,14 +682834,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -670830,14 +682856,14 @@ ] }, { - "id": 33616, + "id": 17101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33617, + "id": 17102, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -670847,7 +682873,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" } ], "type": { @@ -670928,14 +682954,14 @@ { "type": "reflection", "declaration": { - "id": 33618, + "id": 17103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33619, + "id": 17104, "name": "config", "variant": "declaration", "kind": 2048, @@ -670949,7 +682975,7 @@ ], "signatures": [ { - "id": 33620, + "id": 17105, "name": "config", "variant": "signature", "kind": 4096, @@ -670963,7 +682989,7 @@ ], "parameters": [ { - "id": 33621, + "id": 17106, "name": "config", "variant": "param", "kind": 32768, @@ -670974,14 +683000,14 @@ { "type": "reflection", "declaration": { - "id": 33622, + "id": 17107, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33623, + "id": 17108, "name": "name", "variant": "declaration", "kind": 1024, @@ -671005,7 +683031,7 @@ { "title": "Properties", "children": [ - 33623 + 17108 ] } ], @@ -671090,7 +683116,7 @@ { "title": "Methods", "children": [ - 33619 + 17104 ] } ], @@ -671131,7 +683157,7 @@ "defaultValue": "updatedProductTypes" }, { - "id": 33624, + "id": 17109, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -671149,7 +683175,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" } ], "type": { @@ -671172,8 +683198,8 @@ { "title": "Properties", "children": [ - 33617, - 33624 + 17102, + 17109 ] } ], @@ -671182,12 +683208,12 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 63, "character": 66, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L63" } ] }, { - "id": 33617, + "id": 17102, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -671197,7 +683223,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L64" } ], "type": { @@ -671278,14 +683304,14 @@ { "type": "reflection", "declaration": { - "id": 33618, + "id": 17103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33619, + "id": 17104, "name": "config", "variant": "declaration", "kind": 2048, @@ -671299,7 +683325,7 @@ ], "signatures": [ { - "id": 33620, + "id": 17105, "name": "config", "variant": "signature", "kind": 4096, @@ -671313,7 +683339,7 @@ ], "parameters": [ { - "id": 33621, + "id": 17106, "name": "config", "variant": "param", "kind": 32768, @@ -671324,14 +683350,14 @@ { "type": "reflection", "declaration": { - "id": 33622, + "id": 17107, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33623, + "id": 17108, "name": "name", "variant": "declaration", "kind": 1024, @@ -671355,7 +683381,7 @@ { "title": "Properties", "children": [ - 33623 + 17108 ] } ], @@ -671440,7 +683466,7 @@ { "title": "Methods", "children": [ - 33619 + 17104 ] } ], @@ -671481,7 +683507,7 @@ "defaultValue": "updatedProductTypes" }, { - "id": 33624, + "id": 17109, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -671499,7 +683525,7 @@ "fileName": "core-flows/src/product/workflows/update-product-types.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-types.ts#L65" } ], "type": { @@ -671518,7 +683544,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33628, + "id": 17113, "name": "selector", "variant": "declaration", "kind": 1024, @@ -671536,7 +683562,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L20" } ], "type": { @@ -671551,7 +683577,7 @@ } }, { - "id": 33629, + "id": 17114, "name": "update", "variant": "declaration", "kind": 1024, @@ -671569,7 +683595,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L24" } ], "type": { @@ -671584,7 +683610,7 @@ } }, { - "id": 33630, + "id": 17115, "name": "updateProductTagsWorkflowId", "variant": "declaration", "kind": 32, @@ -671596,7 +683622,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L27" } ], "type": { @@ -671606,7 +683632,7 @@ "defaultValue": "\"update-product-tags\"" }, { - "id": 33631, + "id": 17116, "name": "updateProductTagsWorkflow", "variant": "declaration", "kind": 64, @@ -671658,7 +683684,7 @@ }, "children": [ { - "id": 33639, + "id": 17124, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -671681,7 +683707,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33640, + "id": 17125, "name": "__type", "variant": "declaration", "kind": 65536, @@ -671695,7 +683721,7 @@ ], "signatures": [ { - "id": 33641, + "id": 17126, "name": "__type", "variant": "signature", "kind": 4096, @@ -671723,7 +683749,7 @@ ], "parameters": [ { - "id": 33642, + "id": 17127, "name": "param0", "variant": "param", "kind": 32768, @@ -671739,14 +683765,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33643, + "id": 17128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33644, + "id": 17129, "name": "input", "variant": "declaration", "kind": 1024, @@ -671771,7 +683797,7 @@ "types": [ { "type": "reference", - "target": 33626, + "target": 17111, "name": "UpdateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -671784,7 +683810,7 @@ "typeArguments": [ { "type": "reference", - "target": 33626, + "target": 17111, "name": "UpdateProductTagsWorkflowInput", "package": "@medusajs/core-flows" } @@ -671800,7 +683826,7 @@ { "title": "Properties", "children": [ - 33644 + 17129 ] } ], @@ -671893,14 +683919,14 @@ { "type": "reflection", "declaration": { - "id": 33645, + "id": 17130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33646, + "id": 17131, "name": "config", "variant": "declaration", "kind": 2048, @@ -671914,7 +683940,7 @@ ], "signatures": [ { - "id": 33647, + "id": 17132, "name": "config", "variant": "signature", "kind": 4096, @@ -671928,7 +683954,7 @@ ], "parameters": [ { - "id": 33648, + "id": 17133, "name": "config", "variant": "param", "kind": 32768, @@ -671939,14 +683965,14 @@ { "type": "reflection", "declaration": { - "id": 33649, + "id": 17134, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33650, + "id": 17135, "name": "name", "variant": "declaration", "kind": 1024, @@ -671970,7 +683996,7 @@ { "title": "Properties", "children": [ - 33650 + 17135 ] } ], @@ -672055,7 +684081,7 @@ { "title": "Methods", "children": [ - 33646 + 17131 ] } ], @@ -672099,7 +684125,7 @@ } }, { - "id": 33651, + "id": 17136, "name": "run", "variant": "declaration", "kind": 1024, @@ -672122,7 +684148,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33652, + "id": 17137, "name": "__type", "variant": "declaration", "kind": 65536, @@ -672136,7 +684162,7 @@ ], "signatures": [ { - "id": 33653, + "id": 17138, "name": "__type", "variant": "signature", "kind": 4096, @@ -672164,7 +684190,7 @@ ], "typeParameters": [ { - "id": 33654, + "id": 17139, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -672175,7 +684201,7 @@ } }, { - "id": 33655, + "id": 17140, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -672188,7 +684214,7 @@ ], "parameters": [ { - "id": 33656, + "id": 17141, "name": "args", "variant": "param", "kind": 32768, @@ -672221,7 +684247,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672232,13 +684258,13 @@ }, "trueType": { "type": "reference", - "target": 33626, + "target": 17111, "name": "UpdateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672271,7 +684297,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672294,7 +684320,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672314,7 +684340,7 @@ } }, { - "id": 33657, + "id": 17142, "name": "getName", "variant": "declaration", "kind": 1024, @@ -672337,7 +684363,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33658, + "id": 17143, "name": "__type", "variant": "declaration", "kind": 65536, @@ -672351,7 +684377,7 @@ ], "signatures": [ { - "id": 33659, + "id": 17144, "name": "__type", "variant": "signature", "kind": 4096, @@ -672373,7 +684399,7 @@ } }, { - "id": 33660, + "id": 17145, "name": "config", "variant": "declaration", "kind": 1024, @@ -672396,7 +684422,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33661, + "id": 17146, "name": "__type", "variant": "declaration", "kind": 65536, @@ -672410,7 +684436,7 @@ ], "signatures": [ { - "id": 33662, + "id": 17147, "name": "__type", "variant": "signature", "kind": 4096, @@ -672424,7 +684450,7 @@ ], "parameters": [ { - "id": 33663, + "id": 17148, "name": "config", "variant": "param", "kind": 32768, @@ -672450,7 +684476,7 @@ } }, { - "id": 33664, + "id": 17149, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -672473,14 +684499,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33665, + "id": 17150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33666, + "id": 17151, "name": "productTagsUpdated", "variant": "declaration", "kind": 1024, @@ -672488,7 +684514,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33667, + "id": 17152, "name": "__type", "variant": "declaration", "kind": 65536, @@ -672502,7 +684528,7 @@ ], "signatures": [ { - "id": 33668, + "id": 17153, "name": "__type", "variant": "signature", "kind": 4096, @@ -672516,14 +684542,14 @@ ], "typeParameters": [ { - "id": 33669, + "id": 17154, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33670, + "id": 17155, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -672532,7 +684558,7 @@ ], "parameters": [ { - "id": 33671, + "id": 17156, "name": "invoke", "variant": "param", "kind": 32768, @@ -672547,14 +684573,14 @@ { "type": "reflection", "declaration": { - "id": 33672, + "id": 17157, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33673, + "id": 17158, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -672564,7 +684590,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" } ], "type": { @@ -672645,14 +684671,14 @@ { "type": "reflection", "declaration": { - "id": 33674, + "id": 17159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33675, + "id": 17160, "name": "config", "variant": "declaration", "kind": 2048, @@ -672666,7 +684692,7 @@ ], "signatures": [ { - "id": 33676, + "id": 17161, "name": "config", "variant": "signature", "kind": 4096, @@ -672680,7 +684706,7 @@ ], "parameters": [ { - "id": 33677, + "id": 17162, "name": "config", "variant": "param", "kind": 32768, @@ -672691,14 +684717,14 @@ { "type": "reflection", "declaration": { - "id": 33678, + "id": 17163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33679, + "id": 17164, "name": "name", "variant": "declaration", "kind": 1024, @@ -672722,7 +684748,7 @@ { "title": "Properties", "children": [ - 33679 + 17164 ] } ], @@ -672807,7 +684833,7 @@ { "title": "Methods", "children": [ - 33675 + 17160 ] } ], @@ -672848,7 +684874,7 @@ "defaultValue": "updatedProductTags" }, { - "id": 33680, + "id": 17165, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -672866,7 +684892,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" } ], "type": { @@ -672889,8 +684915,8 @@ { "title": "Properties", "children": [ - 33673, - 33680 + 17158, + 17165 ] } ], @@ -672899,21 +684925,21 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 63, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L63" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672924,7 +684950,7 @@ } }, { - "id": 33681, + "id": 17166, "name": "compensate", "variant": "param", "kind": 32768, @@ -672940,7 +684966,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -672959,13 +684985,86 @@ ] } } + }, + { + "id": 21667, + "name": "productTagsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product tags are updated. You can consume this hook to perform custom actions on the updated product tags." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductTagsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductTagsWorkflow.hooks.productTagsUpdated(\n\t(async ({ product_tags, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21668, + "name": "productTagsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21669, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17157, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33666 + 17151 + ] + }, + { + "title": "Functions", + "children": [ + 21667 ] } ], @@ -672982,7 +685081,7 @@ ], "documents": [ { - "id": 38172, + "id": 21666, "name": "updateProductTagsStep", "variant": "document", "kind": 8388608, @@ -672998,6 +685097,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15818" + } + ] } ], "modifierTags": [ @@ -673008,7 +685116,7 @@ "frontmatter": {} }, { - "id": 38176, + "id": 21670, "name": "productTagsUpdated", "variant": "document", "kind": 8388608, @@ -673024,6 +685132,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21667" + } + ] } ], "modifierTags": [ @@ -673034,7 +685151,7 @@ "frontmatter": {} }, { - "id": 38177, + "id": 21671, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -673050,6 +685167,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -673061,21 +685187,21 @@ } ], "childrenIncludingDocuments": [ - 33639, - 33651, - 33657, - 33660, - 33664 + 17124, + 17136, + 17142, + 17145, + 17149 ], "groups": [ { "title": "Properties", "children": [ - 33639, - 33651, - 33657, - 33660, - 33664 + 17124, + 17136, + 17142, + 17145, + 17149 ] } ], @@ -673084,12 +685210,12 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L59" } ], "signatures": [ { - "id": 33632, + "id": 17117, "name": "updateProductTagsWorkflow", "variant": "signature", "kind": 4096, @@ -673144,12 +685270,12 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 59, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L59" } ], "typeParameters": [ { - "id": 33633, + "id": 17118, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -673160,7 +685286,7 @@ } }, { - "id": 33634, + "id": 17119, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -673173,7 +685299,7 @@ ], "parameters": [ { - "id": 33635, + "id": 17120, "name": "container", "variant": "param", "kind": 32768, @@ -673197,14 +685323,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33636, + "id": 17121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33637, + "id": 17122, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -673227,7 +685353,7 @@ } }, { - "id": 33638, + "id": 17123, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -673254,8 +685380,8 @@ { "title": "Properties", "children": [ - 33637, - 33638 + 17122, + 17123 ] } ], @@ -673326,7 +685452,7 @@ "typeArguments": [ { "type": "reference", - "target": 33626, + "target": 17111, "name": "UpdateProductTagsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -673344,14 +685470,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -673366,14 +685492,14 @@ ] }, { - "id": 33672, + "id": 17157, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33673, + "id": 17158, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -673383,7 +685509,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" } ], "type": { @@ -673464,14 +685590,14 @@ { "type": "reflection", "declaration": { - "id": 33674, + "id": 17159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33675, + "id": 17160, "name": "config", "variant": "declaration", "kind": 2048, @@ -673485,7 +685611,7 @@ ], "signatures": [ { - "id": 33676, + "id": 17161, "name": "config", "variant": "signature", "kind": 4096, @@ -673499,7 +685625,7 @@ ], "parameters": [ { - "id": 33677, + "id": 17162, "name": "config", "variant": "param", "kind": 32768, @@ -673510,14 +685636,14 @@ { "type": "reflection", "declaration": { - "id": 33678, + "id": 17163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33679, + "id": 17164, "name": "name", "variant": "declaration", "kind": 1024, @@ -673541,7 +685667,7 @@ { "title": "Properties", "children": [ - 33679 + 17164 ] } ], @@ -673626,7 +685752,7 @@ { "title": "Methods", "children": [ - 33675 + 17160 ] } ], @@ -673667,7 +685793,7 @@ "defaultValue": "updatedProductTags" }, { - "id": 33680, + "id": 17165, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -673685,7 +685811,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" } ], "type": { @@ -673708,8 +685834,8 @@ { "title": "Properties", "children": [ - 33673, - 33680 + 17158, + 17165 ] } ], @@ -673718,12 +685844,12 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 63, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L63" } ] }, { - "id": 33673, + "id": 17158, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -673733,7 +685859,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L64" } ], "type": { @@ -673814,14 +685940,14 @@ { "type": "reflection", "declaration": { - "id": 33674, + "id": 17159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33675, + "id": 17160, "name": "config", "variant": "declaration", "kind": 2048, @@ -673835,7 +685961,7 @@ ], "signatures": [ { - "id": 33676, + "id": 17161, "name": "config", "variant": "signature", "kind": 4096, @@ -673849,7 +685975,7 @@ ], "parameters": [ { - "id": 33677, + "id": 17162, "name": "config", "variant": "param", "kind": 32768, @@ -673860,14 +685986,14 @@ { "type": "reflection", "declaration": { - "id": 33678, + "id": 17163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33679, + "id": 17164, "name": "name", "variant": "declaration", "kind": 1024, @@ -673891,7 +686017,7 @@ { "title": "Properties", "children": [ - 33679 + 17164 ] } ], @@ -673976,7 +686102,7 @@ { "title": "Methods", "children": [ - 33675 + 17160 ] } ], @@ -674017,7 +686143,7 @@ "defaultValue": "updatedProductTags" }, { - "id": 33680, + "id": 17165, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -674035,7 +686161,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 65, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L65" } ], "type": { @@ -674054,7 +686180,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33684, + "id": 17169, "name": "selector", "variant": "declaration", "kind": 1024, @@ -674072,7 +686198,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L27" } ], "type": { @@ -674087,7 +686213,7 @@ } }, { - "id": 33687, + "id": 17172, "name": "prices", "variant": "declaration", "kind": 1024, @@ -674107,7 +686233,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 35, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" } ], "type": { @@ -674136,7 +686262,7 @@ } }, { - "id": 33685, + "id": 17170, "name": "update", "variant": "declaration", "kind": 1024, @@ -674154,7 +686280,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 31, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" } ], "type": { @@ -674173,14 +686299,14 @@ { "type": "reflection", "declaration": { - "id": 33686, + "id": 17171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33687, + "id": 17172, "name": "prices", "variant": "declaration", "kind": 1024, @@ -674200,7 +686326,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 35, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" } ], "type": { @@ -674233,7 +686359,7 @@ { "title": "Properties", "children": [ - 33687 + 17172 ] } ], @@ -674242,7 +686368,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 31, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" } ] } @@ -674251,7 +686377,7 @@ } }, { - "id": 33691, + "id": 17176, "name": "prices", "variant": "declaration", "kind": 1024, @@ -674271,7 +686397,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 46, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" } ], "type": { @@ -674300,7 +686426,7 @@ } }, { - "id": 33689, + "id": 17174, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -674318,7 +686444,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 42, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" } ], "type": { @@ -674339,14 +686465,14 @@ { "type": "reflection", "declaration": { - "id": 33690, + "id": 17175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33691, + "id": 17176, "name": "prices", "variant": "declaration", "kind": 1024, @@ -674366,7 +686492,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 46, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" } ], "type": { @@ -674399,7 +686525,7 @@ { "title": "Properties", "children": [ - 33691 + 17176 ] } ], @@ -674408,7 +686534,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 42, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" } ] } @@ -674418,7 +686544,7 @@ } }, { - "id": 33692, + "id": 17177, "name": "updateProductVariantsWorkflowId", "variant": "declaration", "kind": 32, @@ -674430,7 +686556,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L50" } ], "type": { @@ -674440,7 +686566,7 @@ "defaultValue": "\"update-product-variants\"" }, { - "id": 33693, + "id": 17178, "name": "updateProductVariantsWorkflow", "variant": "declaration", "kind": 64, @@ -674504,7 +686630,7 @@ }, "children": [ { - "id": 33728, + "id": 17213, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -674527,7 +686653,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33729, + "id": 17214, "name": "__type", "variant": "declaration", "kind": 65536, @@ -674541,7 +686667,7 @@ ], "signatures": [ { - "id": 33730, + "id": 17215, "name": "__type", "variant": "signature", "kind": 4096, @@ -674569,7 +686695,7 @@ ], "parameters": [ { - "id": 33731, + "id": 17216, "name": "param0", "variant": "param", "kind": 32768, @@ -674585,14 +686711,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33732, + "id": 17217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33733, + "id": 17218, "name": "input", "variant": "declaration", "kind": 1024, @@ -674617,7 +686743,7 @@ "types": [ { "type": "reference", - "target": 33682, + "target": 17167, "name": "UpdateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -674630,7 +686756,7 @@ "typeArguments": [ { "type": "reference", - "target": 33682, + "target": 17167, "name": "UpdateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" } @@ -674646,7 +686772,7 @@ { "title": "Properties", "children": [ - 33733 + 17218 ] } ], @@ -674672,14 +686798,14 @@ { "type": "reflection", "declaration": { - "id": 33734, + "id": 17219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33735, + "id": 17220, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -674689,7 +686815,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -674713,7 +686839,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33736, + "id": 17221, "name": "id", "variant": "declaration", "kind": 1024, @@ -674739,7 +686865,7 @@ } }, { - "id": 33737, + "id": 17222, "name": "title", "variant": "declaration", "kind": 1024, @@ -674765,7 +686891,7 @@ } }, { - "id": 33738, + "id": 17223, "name": "sku", "variant": "declaration", "kind": 1024, @@ -674800,7 +686926,7 @@ } }, { - "id": 33739, + "id": 17224, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -674835,7 +686961,7 @@ } }, { - "id": 33740, + "id": 17225, "name": "ean", "variant": "declaration", "kind": 1024, @@ -674870,7 +686996,7 @@ } }, { - "id": 33741, + "id": 17226, "name": "upc", "variant": "declaration", "kind": 1024, @@ -674905,7 +687031,7 @@ } }, { - "id": 33742, + "id": 17227, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -674931,7 +687057,7 @@ } }, { - "id": 33743, + "id": 17228, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -674957,7 +687083,7 @@ } }, { - "id": 33744, + "id": 17229, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -674983,7 +687109,7 @@ } }, { - "id": 33745, + "id": 17230, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -675018,7 +687144,7 @@ } }, { - "id": 33746, + "id": 17231, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -675053,7 +687179,7 @@ } }, { - "id": 33747, + "id": 17232, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -675088,7 +687214,7 @@ } }, { - "id": 33748, + "id": 17233, "name": "material", "variant": "declaration", "kind": 1024, @@ -675123,7 +687249,7 @@ } }, { - "id": 33749, + "id": 17234, "name": "weight", "variant": "declaration", "kind": 1024, @@ -675158,7 +687284,7 @@ } }, { - "id": 33750, + "id": 17235, "name": "length", "variant": "declaration", "kind": 1024, @@ -675193,7 +687319,7 @@ } }, { - "id": 33751, + "id": 17236, "name": "height", "variant": "declaration", "kind": 1024, @@ -675228,7 +687354,7 @@ } }, { - "id": 33752, + "id": 17237, "name": "width", "variant": "declaration", "kind": 1024, @@ -675263,7 +687389,7 @@ } }, { - "id": 33753, + "id": 17238, "name": "options", "variant": "declaration", "kind": 1024, @@ -675300,7 +687426,7 @@ } }, { - "id": 33754, + "id": 17239, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -675350,7 +687476,7 @@ } }, { - "id": 33755, + "id": 17240, "name": "product", "variant": "declaration", "kind": 1024, @@ -675395,7 +687521,7 @@ } }, { - "id": 33756, + "id": 17241, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -675430,7 +687556,7 @@ } }, { - "id": 33757, + "id": 17242, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -675467,7 +687593,7 @@ } }, { - "id": 33758, + "id": 17243, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -675507,7 +687633,7 @@ } }, { - "id": 33759, + "id": 17244, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -675547,7 +687673,7 @@ } }, { - "id": 33760, + "id": 17245, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -675591,32 +687717,32 @@ { "title": "Properties", "children": [ - 33735, - 33736, - 33737, - 33738, - 33739, - 33740, - 33741, - 33742, - 33743, - 33744, - 33745, - 33746, - 33747, - 33748, - 33749, - 33750, - 33751, - 33752, - 33753, - 33754, - 33755, - 33756, - 33757, - 33758, - 33759, - 33760 + 17220, + 17221, + 17222, + 17223, + 17224, + 17225, + 17226, + 17227, + 17228, + 17229, + 17230, + 17231, + 17232, + 17233, + 17234, + 17235, + 17236, + 17237, + 17238, + 17239, + 17240, + 17241, + 17242, + 17243, + 17244, + 17245 ] } ], @@ -675625,7 +687751,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -675640,14 +687766,14 @@ { "type": "reflection", "declaration": { - "id": 33761, + "id": 17246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33762, + "id": 17247, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -675657,7 +687783,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -675681,7 +687807,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33763, + "id": 17248, "name": "id", "variant": "declaration", "kind": 1024, @@ -675707,7 +687833,7 @@ } }, { - "id": 33764, + "id": 17249, "name": "title", "variant": "declaration", "kind": 1024, @@ -675733,7 +687859,7 @@ } }, { - "id": 33765, + "id": 17250, "name": "sku", "variant": "declaration", "kind": 1024, @@ -675768,7 +687894,7 @@ } }, { - "id": 33766, + "id": 17251, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -675803,7 +687929,7 @@ } }, { - "id": 33767, + "id": 17252, "name": "ean", "variant": "declaration", "kind": 1024, @@ -675838,7 +687964,7 @@ } }, { - "id": 33768, + "id": 17253, "name": "upc", "variant": "declaration", "kind": 1024, @@ -675873,7 +687999,7 @@ } }, { - "id": 33769, + "id": 17254, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -675899,7 +688025,7 @@ } }, { - "id": 33770, + "id": 17255, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -675925,7 +688051,7 @@ } }, { - "id": 33771, + "id": 17256, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -675951,7 +688077,7 @@ } }, { - "id": 33772, + "id": 17257, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -675986,7 +688112,7 @@ } }, { - "id": 33773, + "id": 17258, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -676021,7 +688147,7 @@ } }, { - "id": 33774, + "id": 17259, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -676056,7 +688182,7 @@ } }, { - "id": 33775, + "id": 17260, "name": "material", "variant": "declaration", "kind": 1024, @@ -676091,7 +688217,7 @@ } }, { - "id": 33776, + "id": 17261, "name": "weight", "variant": "declaration", "kind": 1024, @@ -676126,7 +688252,7 @@ } }, { - "id": 33777, + "id": 17262, "name": "length", "variant": "declaration", "kind": 1024, @@ -676161,7 +688287,7 @@ } }, { - "id": 33778, + "id": 17263, "name": "height", "variant": "declaration", "kind": 1024, @@ -676196,7 +688322,7 @@ } }, { - "id": 33779, + "id": 17264, "name": "width", "variant": "declaration", "kind": 1024, @@ -676231,7 +688357,7 @@ } }, { - "id": 33780, + "id": 17265, "name": "options", "variant": "declaration", "kind": 1024, @@ -676268,7 +688394,7 @@ } }, { - "id": 33781, + "id": 17266, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -676318,7 +688444,7 @@ } }, { - "id": 33782, + "id": 17267, "name": "product", "variant": "declaration", "kind": 1024, @@ -676363,7 +688489,7 @@ } }, { - "id": 33783, + "id": 17268, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -676398,7 +688524,7 @@ } }, { - "id": 33784, + "id": 17269, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -676435,7 +688561,7 @@ } }, { - "id": 33785, + "id": 17270, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -676475,7 +688601,7 @@ } }, { - "id": 33786, + "id": 17271, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -676515,7 +688641,7 @@ } }, { - "id": 33787, + "id": 17272, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -676559,32 +688685,32 @@ { "title": "Properties", "children": [ - 33762, - 33763, - 33764, - 33765, - 33766, - 33767, - 33768, - 33769, - 33770, - 33771, - 33772, - 33773, - 33774, - 33775, - 33776, - 33777, - 33778, - 33779, - 33780, - 33781, - 33782, - 33783, - 33784, - 33785, - 33786, - 33787 + 17247, + 17248, + 17249, + 17250, + 17251, + 17252, + 17253, + 17254, + 17255, + 17256, + 17257, + 17258, + 17259, + 17260, + 17261, + 17262, + 17263, + 17264, + 17265, + 17266, + 17267, + 17268, + 17269, + 17270, + 17271, + 17272 ] } ], @@ -676593,7 +688719,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -676610,14 +688736,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33788, + "id": 17273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33789, + "id": 17274, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -676627,7 +688753,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -676651,7 +688777,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33790, + "id": 17275, "name": "id", "variant": "declaration", "kind": 1024, @@ -676677,7 +688803,7 @@ } }, { - "id": 33791, + "id": 17276, "name": "title", "variant": "declaration", "kind": 1024, @@ -676703,7 +688829,7 @@ } }, { - "id": 33792, + "id": 17277, "name": "sku", "variant": "declaration", "kind": 1024, @@ -676738,7 +688864,7 @@ } }, { - "id": 33793, + "id": 17278, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -676773,7 +688899,7 @@ } }, { - "id": 33794, + "id": 17279, "name": "ean", "variant": "declaration", "kind": 1024, @@ -676808,7 +688934,7 @@ } }, { - "id": 33795, + "id": 17280, "name": "upc", "variant": "declaration", "kind": 1024, @@ -676843,7 +688969,7 @@ } }, { - "id": 33796, + "id": 17281, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -676869,7 +688995,7 @@ } }, { - "id": 33797, + "id": 17282, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -676895,7 +689021,7 @@ } }, { - "id": 33798, + "id": 17283, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -676921,7 +689047,7 @@ } }, { - "id": 33799, + "id": 17284, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -676956,7 +689082,7 @@ } }, { - "id": 33800, + "id": 17285, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -676991,7 +689117,7 @@ } }, { - "id": 33801, + "id": 17286, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -677026,7 +689152,7 @@ } }, { - "id": 33802, + "id": 17287, "name": "material", "variant": "declaration", "kind": 1024, @@ -677061,7 +689187,7 @@ } }, { - "id": 33803, + "id": 17288, "name": "weight", "variant": "declaration", "kind": 1024, @@ -677096,7 +689222,7 @@ } }, { - "id": 33804, + "id": 17289, "name": "length", "variant": "declaration", "kind": 1024, @@ -677131,7 +689257,7 @@ } }, { - "id": 33805, + "id": 17290, "name": "height", "variant": "declaration", "kind": 1024, @@ -677166,7 +689292,7 @@ } }, { - "id": 33806, + "id": 17291, "name": "width", "variant": "declaration", "kind": 1024, @@ -677201,7 +689327,7 @@ } }, { - "id": 33807, + "id": 17292, "name": "options", "variant": "declaration", "kind": 1024, @@ -677238,7 +689364,7 @@ } }, { - "id": 33808, + "id": 17293, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -677288,7 +689414,7 @@ } }, { - "id": 33809, + "id": 17294, "name": "product", "variant": "declaration", "kind": 1024, @@ -677333,7 +689459,7 @@ } }, { - "id": 33810, + "id": 17295, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -677368,7 +689494,7 @@ } }, { - "id": 33811, + "id": 17296, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -677405,7 +689531,7 @@ } }, { - "id": 33812, + "id": 17297, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -677445,7 +689571,7 @@ } }, { - "id": 33813, + "id": 17298, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -677485,7 +689611,7 @@ } }, { - "id": 33814, + "id": 17299, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -677529,32 +689655,32 @@ { "title": "Properties", "children": [ - 33789, - 33790, - 33791, - 33792, - 33793, - 33794, - 33795, - 33796, - 33797, - 33798, - 33799, - 33800, - 33801, - 33802, - 33803, - 33804, - 33805, - 33806, - 33807, - 33808, - 33809, - 33810, - 33811, - 33812, - 33813, - 33814 + 17274, + 17275, + 17276, + 17277, + 17278, + 17279, + 17280, + 17281, + 17282, + 17283, + 17284, + 17285, + 17286, + 17287, + 17288, + 17289, + 17290, + 17291, + 17292, + 17293, + 17294, + 17295, + 17296, + 17297, + 17298, + 17299 ] } ], @@ -677563,7 +689689,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -677581,14 +689707,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33815, + "id": 17300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33816, + "id": 17301, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -677598,7 +689724,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -677622,7 +689748,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33817, + "id": 17302, "name": "id", "variant": "declaration", "kind": 1024, @@ -677648,7 +689774,7 @@ } }, { - "id": 33818, + "id": 17303, "name": "title", "variant": "declaration", "kind": 1024, @@ -677674,7 +689800,7 @@ } }, { - "id": 33819, + "id": 17304, "name": "sku", "variant": "declaration", "kind": 1024, @@ -677709,7 +689835,7 @@ } }, { - "id": 33820, + "id": 17305, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -677744,7 +689870,7 @@ } }, { - "id": 33821, + "id": 17306, "name": "ean", "variant": "declaration", "kind": 1024, @@ -677779,7 +689905,7 @@ } }, { - "id": 33822, + "id": 17307, "name": "upc", "variant": "declaration", "kind": 1024, @@ -677814,7 +689940,7 @@ } }, { - "id": 33823, + "id": 17308, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -677840,7 +689966,7 @@ } }, { - "id": 33824, + "id": 17309, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -677866,7 +689992,7 @@ } }, { - "id": 33825, + "id": 17310, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -677892,7 +690018,7 @@ } }, { - "id": 33826, + "id": 17311, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -677927,7 +690053,7 @@ } }, { - "id": 33827, + "id": 17312, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -677962,7 +690088,7 @@ } }, { - "id": 33828, + "id": 17313, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -677997,7 +690123,7 @@ } }, { - "id": 33829, + "id": 17314, "name": "material", "variant": "declaration", "kind": 1024, @@ -678032,7 +690158,7 @@ } }, { - "id": 33830, + "id": 17315, "name": "weight", "variant": "declaration", "kind": 1024, @@ -678067,7 +690193,7 @@ } }, { - "id": 33831, + "id": 17316, "name": "length", "variant": "declaration", "kind": 1024, @@ -678102,7 +690228,7 @@ } }, { - "id": 33832, + "id": 17317, "name": "height", "variant": "declaration", "kind": 1024, @@ -678137,7 +690263,7 @@ } }, { - "id": 33833, + "id": 17318, "name": "width", "variant": "declaration", "kind": 1024, @@ -678172,7 +690298,7 @@ } }, { - "id": 33834, + "id": 17319, "name": "options", "variant": "declaration", "kind": 1024, @@ -678209,7 +690335,7 @@ } }, { - "id": 33835, + "id": 17320, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -678259,7 +690385,7 @@ } }, { - "id": 33836, + "id": 17321, "name": "product", "variant": "declaration", "kind": 1024, @@ -678304,7 +690430,7 @@ } }, { - "id": 33837, + "id": 17322, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -678339,7 +690465,7 @@ } }, { - "id": 33838, + "id": 17323, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -678376,7 +690502,7 @@ } }, { - "id": 33839, + "id": 17324, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -678416,7 +690542,7 @@ } }, { - "id": 33840, + "id": 17325, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -678456,7 +690582,7 @@ } }, { - "id": 33841, + "id": 17326, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -678500,32 +690626,32 @@ { "title": "Properties", "children": [ - 33816, - 33817, - 33818, - 33819, - 33820, - 33821, - 33822, - 33823, - 33824, - 33825, - 33826, - 33827, - 33828, - 33829, - 33830, - 33831, - 33832, - 33833, - 33834, - 33835, - 33836, - 33837, - 33838, - 33839, - 33840, - 33841 + 17301, + 17302, + 17303, + 17304, + 17305, + 17306, + 17307, + 17308, + 17309, + 17310, + 17311, + 17312, + 17313, + 17314, + 17315, + 17316, + 17317, + 17318, + 17319, + 17320, + 17321, + 17322, + 17323, + 17324, + 17325, + 17326 ] } ], @@ -678534,7 +690660,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -678547,14 +690673,14 @@ { "type": "reflection", "declaration": { - "id": 33842, + "id": 17327, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33843, + "id": 17328, "name": "config", "variant": "declaration", "kind": 2048, @@ -678568,7 +690694,7 @@ ], "signatures": [ { - "id": 33844, + "id": 17329, "name": "config", "variant": "signature", "kind": 4096, @@ -678582,7 +690708,7 @@ ], "parameters": [ { - "id": 33845, + "id": 17330, "name": "config", "variant": "param", "kind": 32768, @@ -678593,14 +690719,14 @@ { "type": "reflection", "declaration": { - "id": 33846, + "id": 17331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33847, + "id": 17332, "name": "name", "variant": "declaration", "kind": 1024, @@ -678624,7 +690750,7 @@ { "title": "Properties", "children": [ - 33847 + 17332 ] } ], @@ -678690,14 +690816,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33848, + "id": 17333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33849, + "id": 17334, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -678707,7 +690833,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -678731,7 +690857,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33850, + "id": 17335, "name": "id", "variant": "declaration", "kind": 1024, @@ -678757,7 +690883,7 @@ } }, { - "id": 33851, + "id": 17336, "name": "title", "variant": "declaration", "kind": 1024, @@ -678783,7 +690909,7 @@ } }, { - "id": 33852, + "id": 17337, "name": "sku", "variant": "declaration", "kind": 1024, @@ -678818,7 +690944,7 @@ } }, { - "id": 33853, + "id": 17338, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -678853,7 +690979,7 @@ } }, { - "id": 33854, + "id": 17339, "name": "ean", "variant": "declaration", "kind": 1024, @@ -678888,7 +691014,7 @@ } }, { - "id": 33855, + "id": 17340, "name": "upc", "variant": "declaration", "kind": 1024, @@ -678923,7 +691049,7 @@ } }, { - "id": 33856, + "id": 17341, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -678949,7 +691075,7 @@ } }, { - "id": 33857, + "id": 17342, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -678975,7 +691101,7 @@ } }, { - "id": 33858, + "id": 17343, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -679001,7 +691127,7 @@ } }, { - "id": 33859, + "id": 17344, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -679036,7 +691162,7 @@ } }, { - "id": 33860, + "id": 17345, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -679071,7 +691197,7 @@ } }, { - "id": 33861, + "id": 17346, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -679106,7 +691232,7 @@ } }, { - "id": 33862, + "id": 17347, "name": "material", "variant": "declaration", "kind": 1024, @@ -679141,7 +691267,7 @@ } }, { - "id": 33863, + "id": 17348, "name": "weight", "variant": "declaration", "kind": 1024, @@ -679176,7 +691302,7 @@ } }, { - "id": 33864, + "id": 17349, "name": "length", "variant": "declaration", "kind": 1024, @@ -679211,7 +691337,7 @@ } }, { - "id": 33865, + "id": 17350, "name": "height", "variant": "declaration", "kind": 1024, @@ -679246,7 +691372,7 @@ } }, { - "id": 33866, + "id": 17351, "name": "width", "variant": "declaration", "kind": 1024, @@ -679281,7 +691407,7 @@ } }, { - "id": 33867, + "id": 17352, "name": "options", "variant": "declaration", "kind": 1024, @@ -679318,7 +691444,7 @@ } }, { - "id": 33868, + "id": 17353, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -679368,7 +691494,7 @@ } }, { - "id": 33869, + "id": 17354, "name": "product", "variant": "declaration", "kind": 1024, @@ -679413,7 +691539,7 @@ } }, { - "id": 33870, + "id": 17355, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -679448,7 +691574,7 @@ } }, { - "id": 33871, + "id": 17356, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -679485,7 +691611,7 @@ } }, { - "id": 33872, + "id": 17357, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -679525,7 +691651,7 @@ } }, { - "id": 33873, + "id": 17358, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -679565,7 +691691,7 @@ } }, { - "id": 33874, + "id": 17359, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -679609,32 +691735,32 @@ { "title": "Properties", "children": [ - 33849, - 33850, - 33851, - 33852, - 33853, - 33854, - 33855, - 33856, - 33857, - 33858, - 33859, - 33860, - 33861, - 33862, - 33863, - 33864, - 33865, - 33866, - 33867, - 33868, - 33869, - 33870, - 33871, - 33872, - 33873, - 33874 + 17334, + 17335, + 17336, + 17337, + 17338, + 17339, + 17340, + 17341, + 17342, + 17343, + 17344, + 17345, + 17346, + 17347, + 17348, + 17349, + 17350, + 17351, + 17352, + 17353, + 17354, + 17355, + 17356, + 17357, + 17358, + 17359 ] } ], @@ -679643,7 +691769,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -679661,7 +691787,7 @@ { "title": "Methods", "children": [ - 33843 + 17328 ] } ], @@ -679686,14 +691812,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33875, + "id": 17360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33876, + "id": 17361, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -679703,7 +691829,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -679727,7 +691853,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33877, + "id": 17362, "name": "id", "variant": "declaration", "kind": 1024, @@ -679753,7 +691879,7 @@ } }, { - "id": 33878, + "id": 17363, "name": "title", "variant": "declaration", "kind": 1024, @@ -679779,7 +691905,7 @@ } }, { - "id": 33879, + "id": 17364, "name": "sku", "variant": "declaration", "kind": 1024, @@ -679814,7 +691940,7 @@ } }, { - "id": 33880, + "id": 17365, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -679849,7 +691975,7 @@ } }, { - "id": 33881, + "id": 17366, "name": "ean", "variant": "declaration", "kind": 1024, @@ -679884,7 +692010,7 @@ } }, { - "id": 33882, + "id": 17367, "name": "upc", "variant": "declaration", "kind": 1024, @@ -679919,7 +692045,7 @@ } }, { - "id": 33883, + "id": 17368, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -679945,7 +692071,7 @@ } }, { - "id": 33884, + "id": 17369, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -679971,7 +692097,7 @@ } }, { - "id": 33885, + "id": 17370, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -679997,7 +692123,7 @@ } }, { - "id": 33886, + "id": 17371, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -680032,7 +692158,7 @@ } }, { - "id": 33887, + "id": 17372, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -680067,7 +692193,7 @@ } }, { - "id": 33888, + "id": 17373, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -680102,7 +692228,7 @@ } }, { - "id": 33889, + "id": 17374, "name": "material", "variant": "declaration", "kind": 1024, @@ -680137,7 +692263,7 @@ } }, { - "id": 33890, + "id": 17375, "name": "weight", "variant": "declaration", "kind": 1024, @@ -680172,7 +692298,7 @@ } }, { - "id": 33891, + "id": 17376, "name": "length", "variant": "declaration", "kind": 1024, @@ -680207,7 +692333,7 @@ } }, { - "id": 33892, + "id": 17377, "name": "height", "variant": "declaration", "kind": 1024, @@ -680242,7 +692368,7 @@ } }, { - "id": 33893, + "id": 17378, "name": "width", "variant": "declaration", "kind": 1024, @@ -680277,7 +692403,7 @@ } }, { - "id": 33894, + "id": 17379, "name": "options", "variant": "declaration", "kind": 1024, @@ -680314,7 +692440,7 @@ } }, { - "id": 33895, + "id": 17380, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -680364,7 +692490,7 @@ } }, { - "id": 33896, + "id": 17381, "name": "product", "variant": "declaration", "kind": 1024, @@ -680409,7 +692535,7 @@ } }, { - "id": 33897, + "id": 17382, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -680444,7 +692570,7 @@ } }, { - "id": 33898, + "id": 17383, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -680481,7 +692607,7 @@ } }, { - "id": 33899, + "id": 17384, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -680521,7 +692647,7 @@ } }, { - "id": 33900, + "id": 17385, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -680561,7 +692687,7 @@ } }, { - "id": 33901, + "id": 17386, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -680605,32 +692731,32 @@ { "title": "Properties", "children": [ - 33876, - 33877, - 33878, - 33879, - 33880, - 33881, - 33882, - 33883, - 33884, - 33885, - 33886, - 33887, - 33888, - 33889, - 33890, - 33891, - 33892, - 33893, - 33894, - 33895, - 33896, - 33897, - 33898, - 33899, - 33900, - 33901 + 17361, + 17362, + 17363, + 17364, + 17365, + 17366, + 17367, + 17368, + 17369, + 17370, + 17371, + 17372, + 17373, + 17374, + 17375, + 17376, + 17377, + 17378, + 17379, + 17380, + 17381, + 17382, + 17383, + 17384, + 17385, + 17386 ] } ], @@ -680639,7 +692765,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -680657,7 +692783,7 @@ } }, { - "id": 33902, + "id": 17387, "name": "run", "variant": "declaration", "kind": 1024, @@ -680680,7 +692806,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33903, + "id": 17388, "name": "__type", "variant": "declaration", "kind": 65536, @@ -680694,7 +692820,7 @@ ], "signatures": [ { - "id": 33904, + "id": 17389, "name": "__type", "variant": "signature", "kind": 4096, @@ -680722,7 +692848,7 @@ ], "typeParameters": [ { - "id": 33905, + "id": 17390, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -680733,7 +692859,7 @@ } }, { - "id": 33906, + "id": 17391, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -680746,7 +692872,7 @@ ], "parameters": [ { - "id": 33907, + "id": 17392, "name": "args", "variant": "param", "kind": 32768, @@ -680779,7 +692905,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -680790,13 +692916,13 @@ }, "trueType": { "type": "reference", - "target": 33682, + "target": 17167, "name": "UpdateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -680829,7 +692955,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -680843,14 +692969,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33908, + "id": 17393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33909, + "id": 17394, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -680860,7 +692986,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -680884,7 +693010,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33910, + "id": 17395, "name": "id", "variant": "declaration", "kind": 1024, @@ -680910,7 +693036,7 @@ } }, { - "id": 33911, + "id": 17396, "name": "title", "variant": "declaration", "kind": 1024, @@ -680936,7 +693062,7 @@ } }, { - "id": 33912, + "id": 17397, "name": "sku", "variant": "declaration", "kind": 1024, @@ -680971,7 +693097,7 @@ } }, { - "id": 33913, + "id": 17398, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -681006,7 +693132,7 @@ } }, { - "id": 33914, + "id": 17399, "name": "ean", "variant": "declaration", "kind": 1024, @@ -681041,7 +693167,7 @@ } }, { - "id": 33915, + "id": 17400, "name": "upc", "variant": "declaration", "kind": 1024, @@ -681076,7 +693202,7 @@ } }, { - "id": 33916, + "id": 17401, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -681102,7 +693228,7 @@ } }, { - "id": 33917, + "id": 17402, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -681128,7 +693254,7 @@ } }, { - "id": 33918, + "id": 17403, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -681154,7 +693280,7 @@ } }, { - "id": 33919, + "id": 17404, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -681189,7 +693315,7 @@ } }, { - "id": 33920, + "id": 17405, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -681224,7 +693350,7 @@ } }, { - "id": 33921, + "id": 17406, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -681259,7 +693385,7 @@ } }, { - "id": 33922, + "id": 17407, "name": "material", "variant": "declaration", "kind": 1024, @@ -681294,7 +693420,7 @@ } }, { - "id": 33923, + "id": 17408, "name": "weight", "variant": "declaration", "kind": 1024, @@ -681329,7 +693455,7 @@ } }, { - "id": 33924, + "id": 17409, "name": "length", "variant": "declaration", "kind": 1024, @@ -681364,7 +693490,7 @@ } }, { - "id": 33925, + "id": 17410, "name": "height", "variant": "declaration", "kind": 1024, @@ -681399,7 +693525,7 @@ } }, { - "id": 33926, + "id": 17411, "name": "width", "variant": "declaration", "kind": 1024, @@ -681434,7 +693560,7 @@ } }, { - "id": 33927, + "id": 17412, "name": "options", "variant": "declaration", "kind": 1024, @@ -681471,7 +693597,7 @@ } }, { - "id": 33928, + "id": 17413, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -681521,7 +693647,7 @@ } }, { - "id": 33929, + "id": 17414, "name": "product", "variant": "declaration", "kind": 1024, @@ -681566,7 +693692,7 @@ } }, { - "id": 33930, + "id": 17415, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -681601,7 +693727,7 @@ } }, { - "id": 33931, + "id": 17416, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -681638,7 +693764,7 @@ } }, { - "id": 33932, + "id": 17417, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -681678,7 +693804,7 @@ } }, { - "id": 33933, + "id": 17418, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -681718,7 +693844,7 @@ } }, { - "id": 33934, + "id": 17419, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -681762,32 +693888,32 @@ { "title": "Properties", "children": [ - 33909, - 33910, - 33911, - 33912, - 33913, - 33914, - 33915, - 33916, - 33917, - 33918, - 33919, - 33920, - 33921, - 33922, - 33923, - 33924, - 33925, - 33926, - 33927, - 33928, - 33929, - 33930, - 33931, - 33932, - 33933, - 33934 + 17394, + 17395, + 17396, + 17397, + 17398, + 17399, + 17400, + 17401, + 17402, + 17403, + 17404, + 17405, + 17406, + 17407, + 17408, + 17409, + 17410, + 17411, + 17412, + 17413, + 17414, + 17415, + 17416, + 17417, + 17418, + 17419 ] } ], @@ -681796,7 +693922,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -681804,7 +693930,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -681824,7 +693950,7 @@ } }, { - "id": 33935, + "id": 17420, "name": "getName", "variant": "declaration", "kind": 1024, @@ -681847,7 +693973,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33936, + "id": 17421, "name": "__type", "variant": "declaration", "kind": 65536, @@ -681861,7 +693987,7 @@ ], "signatures": [ { - "id": 33937, + "id": 17422, "name": "__type", "variant": "signature", "kind": 4096, @@ -681883,7 +694009,7 @@ } }, { - "id": 33938, + "id": 17423, "name": "config", "variant": "declaration", "kind": 1024, @@ -681906,7 +694032,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33939, + "id": 17424, "name": "__type", "variant": "declaration", "kind": 65536, @@ -681920,7 +694046,7 @@ ], "signatures": [ { - "id": 33940, + "id": 17425, "name": "__type", "variant": "signature", "kind": 4096, @@ -681934,7 +694060,7 @@ ], "parameters": [ { - "id": 33941, + "id": 17426, "name": "config", "variant": "param", "kind": 32768, @@ -681960,7 +694086,7 @@ } }, { - "id": 33942, + "id": 17427, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -681983,14 +694109,14 @@ "type": { "type": "reflection", "declaration": { - "id": 33943, + "id": 17428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33944, + "id": 17429, "name": "productVariantsUpdated", "variant": "declaration", "kind": 1024, @@ -681998,7 +694124,7 @@ "type": { "type": "reflection", "declaration": { - "id": 33945, + "id": 17430, "name": "__type", "variant": "declaration", "kind": 65536, @@ -682012,7 +694138,7 @@ ], "signatures": [ { - "id": 33946, + "id": 17431, "name": "__type", "variant": "signature", "kind": 4096, @@ -682026,14 +694152,14 @@ ], "typeParameters": [ { - "id": 33947, + "id": 17432, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 33948, + "id": 17433, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -682042,7 +694168,7 @@ ], "parameters": [ { - "id": 33949, + "id": 17434, "name": "invoke", "variant": "param", "kind": 32768, @@ -682057,14 +694183,14 @@ { "type": "reflection", "declaration": { - "id": 33950, + "id": 17435, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33951, + "id": 17436, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -682074,7 +694200,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 239, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" } ], "type": { @@ -682089,14 +694215,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33952, + "id": 17437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33953, + "id": 17438, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -682106,7 +694232,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -682130,7 +694256,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33954, + "id": 17439, "name": "id", "variant": "declaration", "kind": 1024, @@ -682156,7 +694282,7 @@ } }, { - "id": 33955, + "id": 17440, "name": "title", "variant": "declaration", "kind": 1024, @@ -682182,7 +694308,7 @@ } }, { - "id": 33956, + "id": 17441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -682217,7 +694343,7 @@ } }, { - "id": 33957, + "id": 17442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -682252,7 +694378,7 @@ } }, { - "id": 33958, + "id": 17443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -682287,7 +694413,7 @@ } }, { - "id": 33959, + "id": 17444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -682322,7 +694448,7 @@ } }, { - "id": 33960, + "id": 17445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -682348,7 +694474,7 @@ } }, { - "id": 33961, + "id": 17446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -682374,7 +694500,7 @@ } }, { - "id": 33962, + "id": 17447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -682400,7 +694526,7 @@ } }, { - "id": 33963, + "id": 17448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -682435,7 +694561,7 @@ } }, { - "id": 33964, + "id": 17449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -682470,7 +694596,7 @@ } }, { - "id": 33965, + "id": 17450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -682505,7 +694631,7 @@ } }, { - "id": 33966, + "id": 17451, "name": "material", "variant": "declaration", "kind": 1024, @@ -682540,7 +694666,7 @@ } }, { - "id": 33967, + "id": 17452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -682575,7 +694701,7 @@ } }, { - "id": 33968, + "id": 17453, "name": "length", "variant": "declaration", "kind": 1024, @@ -682610,7 +694736,7 @@ } }, { - "id": 33969, + "id": 17454, "name": "height", "variant": "declaration", "kind": 1024, @@ -682645,7 +694771,7 @@ } }, { - "id": 33970, + "id": 17455, "name": "width", "variant": "declaration", "kind": 1024, @@ -682680,7 +694806,7 @@ } }, { - "id": 33971, + "id": 17456, "name": "options", "variant": "declaration", "kind": 1024, @@ -682717,7 +694843,7 @@ } }, { - "id": 33972, + "id": 17457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -682767,7 +694893,7 @@ } }, { - "id": 33973, + "id": 17458, "name": "product", "variant": "declaration", "kind": 1024, @@ -682812,7 +694938,7 @@ } }, { - "id": 33974, + "id": 17459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -682847,7 +694973,7 @@ } }, { - "id": 33975, + "id": 17460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -682884,7 +695010,7 @@ } }, { - "id": 33976, + "id": 17461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -682924,7 +695050,7 @@ } }, { - "id": 33977, + "id": 17462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -682964,7 +695090,7 @@ } }, { - "id": 33978, + "id": 17463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -683008,32 +695134,32 @@ { "title": "Properties", "children": [ - 33953, - 33954, - 33955, - 33956, - 33957, - 33958, - 33959, - 33960, - 33961, - 33962, - 33963, - 33964, - 33965, - 33966, - 33967, - 33968, - 33969, - 33970, - 33971, - 33972, - 33973, - 33974, - 33975, - 33976, - 33977, - 33978 + 17438, + 17439, + 17440, + 17441, + 17442, + 17443, + 17444, + 17445, + 17446, + 17447, + 17448, + 17449, + 17450, + 17451, + 17452, + 17453, + 17454, + 17455, + 17456, + 17457, + 17458, + 17459, + 17460, + 17461, + 17462, + 17463 ] } ], @@ -683042,7 +695168,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -683055,7 +695181,7 @@ "defaultValue": "response" }, { - "id": 33979, + "id": 17464, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -683073,7 +695199,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 240, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" } ], "type": { @@ -683096,8 +695222,8 @@ { "title": "Properties", "children": [ - 33951, - 33979 + 17436, + 17464 ] } ], @@ -683106,21 +695232,21 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 238, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L238" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L238" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -683131,7 +695257,7 @@ } }, { - "id": 33980, + "id": 17465, "name": "compensate", "variant": "param", "kind": 32768, @@ -683147,7 +695273,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -683166,13 +695292,86 @@ ] } } + }, + { + "id": 21675, + "name": "productVariantsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the product variants are updated. You can consume this hook to perform custom actions on the updated product variants." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductVariantsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductVariantsWorkflow.hooks.productVariantsUpdated(\n\t(async ({ product_variants, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21676, + "name": "productVariantsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21677, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17435, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 33944 + 17429 + ] + }, + { + "title": "Functions", + "children": [ + 21675 ] } ], @@ -683189,7 +695388,7 @@ ], "documents": [ { - "id": 38178, + "id": 21672, "name": "updateProductVariantsStep", "variant": "document", "kind": 8388608, @@ -683205,6 +695404,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15701" + } + ] } ], "modifierTags": [ @@ -683215,7 +695423,7 @@ "frontmatter": {} }, { - "id": 38179, + "id": 21673, "name": "updatePriceSetsStep", "variant": "document", "kind": 8388608, @@ -683231,6 +695439,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15395" + } + ] } ], "modifierTags": [ @@ -683241,7 +695458,7 @@ "frontmatter": {} }, { - "id": 38180, + "id": 21674, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -683257,6 +695474,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -683267,7 +695493,7 @@ "frontmatter": {} }, { - "id": 38184, + "id": 21678, "name": "productVariantsUpdated", "variant": "document", "kind": 8388608, @@ -683283,6 +695509,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21675" + } + ] } ], "modifierTags": [ @@ -683294,21 +695529,21 @@ } ], "childrenIncludingDocuments": [ - 33728, - 33902, - 33935, - 33938, - 33942 + 17213, + 17387, + 17420, + 17423, + 17427 ], "groups": [ { "title": "Properties", "children": [ - 33728, - 33902, - 33935, - 33938, - 33942 + 17213, + 17387, + 17420, + 17423, + 17427 ] } ], @@ -683317,12 +695552,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L118" } ], "signatures": [ { - "id": 33694, + "id": 17179, "name": "updateProductVariantsWorkflow", "variant": "signature", "kind": 4096, @@ -683389,12 +695624,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L118" } ], "typeParameters": [ { - "id": 33695, + "id": 17180, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -683405,7 +695640,7 @@ } }, { - "id": 33696, + "id": 17181, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -683418,7 +695653,7 @@ ], "parameters": [ { - "id": 33697, + "id": 17182, "name": "container", "variant": "param", "kind": 32768, @@ -683442,14 +695677,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33698, + "id": 17183, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33699, + "id": 17184, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -683472,7 +695707,7 @@ } }, { - "id": 33700, + "id": 17185, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -683499,8 +695734,8 @@ { "title": "Properties", "children": [ - 33699, - 33700 + 17184, + 17185 ] } ], @@ -683571,7 +695806,7 @@ "typeArguments": [ { "type": "reference", - "target": 33682, + "target": 17167, "name": "UpdateProductVariantsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -683580,14 +695815,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33701, + "id": 17186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33702, + "id": 17187, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -683597,7 +695832,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -683621,7 +695856,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33703, + "id": 17188, "name": "id", "variant": "declaration", "kind": 1024, @@ -683647,7 +695882,7 @@ } }, { - "id": 33704, + "id": 17189, "name": "title", "variant": "declaration", "kind": 1024, @@ -683673,7 +695908,7 @@ } }, { - "id": 33705, + "id": 17190, "name": "sku", "variant": "declaration", "kind": 1024, @@ -683708,7 +695943,7 @@ } }, { - "id": 33706, + "id": 17191, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -683743,7 +695978,7 @@ } }, { - "id": 33707, + "id": 17192, "name": "ean", "variant": "declaration", "kind": 1024, @@ -683778,7 +696013,7 @@ } }, { - "id": 33708, + "id": 17193, "name": "upc", "variant": "declaration", "kind": 1024, @@ -683813,7 +696048,7 @@ } }, { - "id": 33709, + "id": 17194, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -683839,7 +696074,7 @@ } }, { - "id": 33710, + "id": 17195, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -683865,7 +696100,7 @@ } }, { - "id": 33711, + "id": 17196, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -683891,7 +696126,7 @@ } }, { - "id": 33712, + "id": 17197, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -683926,7 +696161,7 @@ } }, { - "id": 33713, + "id": 17198, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -683961,7 +696196,7 @@ } }, { - "id": 33714, + "id": 17199, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -683996,7 +696231,7 @@ } }, { - "id": 33715, + "id": 17200, "name": "material", "variant": "declaration", "kind": 1024, @@ -684031,7 +696266,7 @@ } }, { - "id": 33716, + "id": 17201, "name": "weight", "variant": "declaration", "kind": 1024, @@ -684066,7 +696301,7 @@ } }, { - "id": 33717, + "id": 17202, "name": "length", "variant": "declaration", "kind": 1024, @@ -684101,7 +696336,7 @@ } }, { - "id": 33718, + "id": 17203, "name": "height", "variant": "declaration", "kind": 1024, @@ -684136,7 +696371,7 @@ } }, { - "id": 33719, + "id": 17204, "name": "width", "variant": "declaration", "kind": 1024, @@ -684171,7 +696406,7 @@ } }, { - "id": 33720, + "id": 17205, "name": "options", "variant": "declaration", "kind": 1024, @@ -684208,7 +696443,7 @@ } }, { - "id": 33721, + "id": 17206, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -684258,7 +696493,7 @@ } }, { - "id": 33722, + "id": 17207, "name": "product", "variant": "declaration", "kind": 1024, @@ -684303,7 +696538,7 @@ } }, { - "id": 33723, + "id": 17208, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -684338,7 +696573,7 @@ } }, { - "id": 33724, + "id": 17209, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -684375,7 +696610,7 @@ } }, { - "id": 33725, + "id": 17210, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -684415,7 +696650,7 @@ } }, { - "id": 33726, + "id": 17211, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -684455,7 +696690,7 @@ } }, { - "id": 33727, + "id": 17212, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -684499,32 +696734,32 @@ { "title": "Properties", "children": [ - 33702, - 33703, - 33704, - 33705, - 33706, - 33707, - 33708, - 33709, - 33710, - 33711, - 33712, - 33713, - 33714, - 33715, - 33716, - 33717, - 33718, - 33719, - 33720, - 33721, - 33722, - 33723, - 33724, - 33725, - 33726, - 33727 + 17187, + 17188, + 17189, + 17190, + 17191, + 17192, + 17193, + 17194, + 17195, + 17196, + 17197, + 17198, + 17199, + 17200, + 17201, + 17202, + 17203, + 17204, + 17205, + 17206, + 17207, + 17208, + 17209, + 17210, + 17211, + 17212 ] } ], @@ -684533,7 +696768,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -684541,14 +696776,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -684563,14 +696798,14 @@ ] }, { - "id": 33701, + "id": 17186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33702, + "id": 17187, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -684580,7 +696815,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -684604,7 +696839,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33703, + "id": 17188, "name": "id", "variant": "declaration", "kind": 1024, @@ -684630,7 +696865,7 @@ } }, { - "id": 33704, + "id": 17189, "name": "title", "variant": "declaration", "kind": 1024, @@ -684656,7 +696891,7 @@ } }, { - "id": 33705, + "id": 17190, "name": "sku", "variant": "declaration", "kind": 1024, @@ -684691,7 +696926,7 @@ } }, { - "id": 33706, + "id": 17191, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -684726,7 +696961,7 @@ } }, { - "id": 33707, + "id": 17192, "name": "ean", "variant": "declaration", "kind": 1024, @@ -684761,7 +696996,7 @@ } }, { - "id": 33708, + "id": 17193, "name": "upc", "variant": "declaration", "kind": 1024, @@ -684796,7 +697031,7 @@ } }, { - "id": 33709, + "id": 17194, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -684822,7 +697057,7 @@ } }, { - "id": 33710, + "id": 17195, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -684848,7 +697083,7 @@ } }, { - "id": 33711, + "id": 17196, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -684874,7 +697109,7 @@ } }, { - "id": 33712, + "id": 17197, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -684909,7 +697144,7 @@ } }, { - "id": 33713, + "id": 17198, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -684944,7 +697179,7 @@ } }, { - "id": 33714, + "id": 17199, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -684979,7 +697214,7 @@ } }, { - "id": 33715, + "id": 17200, "name": "material", "variant": "declaration", "kind": 1024, @@ -685014,7 +697249,7 @@ } }, { - "id": 33716, + "id": 17201, "name": "weight", "variant": "declaration", "kind": 1024, @@ -685049,7 +697284,7 @@ } }, { - "id": 33717, + "id": 17202, "name": "length", "variant": "declaration", "kind": 1024, @@ -685084,7 +697319,7 @@ } }, { - "id": 33718, + "id": 17203, "name": "height", "variant": "declaration", "kind": 1024, @@ -685119,7 +697354,7 @@ } }, { - "id": 33719, + "id": 17204, "name": "width", "variant": "declaration", "kind": 1024, @@ -685154,7 +697389,7 @@ } }, { - "id": 33720, + "id": 17205, "name": "options", "variant": "declaration", "kind": 1024, @@ -685191,7 +697426,7 @@ } }, { - "id": 33721, + "id": 17206, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -685241,7 +697476,7 @@ } }, { - "id": 33722, + "id": 17207, "name": "product", "variant": "declaration", "kind": 1024, @@ -685286,7 +697521,7 @@ } }, { - "id": 33723, + "id": 17208, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -685321,7 +697556,7 @@ } }, { - "id": 33724, + "id": 17209, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -685358,7 +697593,7 @@ } }, { - "id": 33725, + "id": 17210, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -685398,7 +697633,7 @@ } }, { - "id": 33726, + "id": 17211, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -685438,7 +697673,7 @@ } }, { - "id": 33727, + "id": 17212, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -685482,32 +697717,32 @@ { "title": "Properties", "children": [ - 33702, - 33703, - 33704, - 33705, - 33706, - 33707, - 33708, - 33709, - 33710, - 33711, - 33712, - 33713, - 33714, - 33715, - 33716, - 33717, - 33718, - 33719, - 33720, - 33721, - 33722, - 33723, - 33724, - 33725, - 33726, - 33727 + 17187, + 17188, + 17189, + 17190, + 17191, + 17192, + 17193, + 17194, + 17195, + 17196, + 17197, + 17198, + 17199, + 17200, + 17201, + 17202, + 17203, + 17204, + 17205, + 17206, + 17207, + 17208, + 17209, + 17210, + 17211, + 17212 ] } ], @@ -685516,12 +697751,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33702, + "id": 17187, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -685531,7 +697766,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -685555,14 +697790,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33734, + "id": 17219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33735, + "id": 17220, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -685572,7 +697807,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -685596,7 +697831,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33736, + "id": 17221, "name": "id", "variant": "declaration", "kind": 1024, @@ -685622,7 +697857,7 @@ } }, { - "id": 33737, + "id": 17222, "name": "title", "variant": "declaration", "kind": 1024, @@ -685648,7 +697883,7 @@ } }, { - "id": 33738, + "id": 17223, "name": "sku", "variant": "declaration", "kind": 1024, @@ -685683,7 +697918,7 @@ } }, { - "id": 33739, + "id": 17224, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -685718,7 +697953,7 @@ } }, { - "id": 33740, + "id": 17225, "name": "ean", "variant": "declaration", "kind": 1024, @@ -685753,7 +697988,7 @@ } }, { - "id": 33741, + "id": 17226, "name": "upc", "variant": "declaration", "kind": 1024, @@ -685788,7 +698023,7 @@ } }, { - "id": 33742, + "id": 17227, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -685814,7 +698049,7 @@ } }, { - "id": 33743, + "id": 17228, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -685840,7 +698075,7 @@ } }, { - "id": 33744, + "id": 17229, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -685866,7 +698101,7 @@ } }, { - "id": 33745, + "id": 17230, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -685901,7 +698136,7 @@ } }, { - "id": 33746, + "id": 17231, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -685936,7 +698171,7 @@ } }, { - "id": 33747, + "id": 17232, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -685971,7 +698206,7 @@ } }, { - "id": 33748, + "id": 17233, "name": "material", "variant": "declaration", "kind": 1024, @@ -686006,7 +698241,7 @@ } }, { - "id": 33749, + "id": 17234, "name": "weight", "variant": "declaration", "kind": 1024, @@ -686041,7 +698276,7 @@ } }, { - "id": 33750, + "id": 17235, "name": "length", "variant": "declaration", "kind": 1024, @@ -686076,7 +698311,7 @@ } }, { - "id": 33751, + "id": 17236, "name": "height", "variant": "declaration", "kind": 1024, @@ -686111,7 +698346,7 @@ } }, { - "id": 33752, + "id": 17237, "name": "width", "variant": "declaration", "kind": 1024, @@ -686146,7 +698381,7 @@ } }, { - "id": 33753, + "id": 17238, "name": "options", "variant": "declaration", "kind": 1024, @@ -686183,7 +698418,7 @@ } }, { - "id": 33754, + "id": 17239, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -686233,7 +698468,7 @@ } }, { - "id": 33755, + "id": 17240, "name": "product", "variant": "declaration", "kind": 1024, @@ -686278,7 +698513,7 @@ } }, { - "id": 33756, + "id": 17241, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -686313,7 +698548,7 @@ } }, { - "id": 33757, + "id": 17242, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -686350,7 +698585,7 @@ } }, { - "id": 33758, + "id": 17243, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -686390,7 +698625,7 @@ } }, { - "id": 33759, + "id": 17244, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -686430,7 +698665,7 @@ } }, { - "id": 33760, + "id": 17245, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -686474,32 +698709,32 @@ { "title": "Properties", "children": [ - 33735, - 33736, - 33737, - 33738, - 33739, - 33740, - 33741, - 33742, - 33743, - 33744, - 33745, - 33746, - 33747, - 33748, - 33749, - 33750, - 33751, - 33752, - 33753, - 33754, - 33755, - 33756, - 33757, - 33758, - 33759, - 33760 + 17220, + 17221, + 17222, + 17223, + 17224, + 17225, + 17226, + 17227, + 17228, + 17229, + 17230, + 17231, + 17232, + 17233, + 17234, + 17235, + 17236, + 17237, + 17238, + 17239, + 17240, + 17241, + 17242, + 17243, + 17244, + 17245 ] } ], @@ -686508,12 +698743,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33735, + "id": 17220, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -686523,7 +698758,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -686547,14 +698782,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33761, + "id": 17246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33762, + "id": 17247, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -686564,7 +698799,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -686588,7 +698823,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33763, + "id": 17248, "name": "id", "variant": "declaration", "kind": 1024, @@ -686614,7 +698849,7 @@ } }, { - "id": 33764, + "id": 17249, "name": "title", "variant": "declaration", "kind": 1024, @@ -686640,7 +698875,7 @@ } }, { - "id": 33765, + "id": 17250, "name": "sku", "variant": "declaration", "kind": 1024, @@ -686675,7 +698910,7 @@ } }, { - "id": 33766, + "id": 17251, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -686710,7 +698945,7 @@ } }, { - "id": 33767, + "id": 17252, "name": "ean", "variant": "declaration", "kind": 1024, @@ -686745,7 +698980,7 @@ } }, { - "id": 33768, + "id": 17253, "name": "upc", "variant": "declaration", "kind": 1024, @@ -686780,7 +699015,7 @@ } }, { - "id": 33769, + "id": 17254, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -686806,7 +699041,7 @@ } }, { - "id": 33770, + "id": 17255, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -686832,7 +699067,7 @@ } }, { - "id": 33771, + "id": 17256, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -686858,7 +699093,7 @@ } }, { - "id": 33772, + "id": 17257, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -686893,7 +699128,7 @@ } }, { - "id": 33773, + "id": 17258, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -686928,7 +699163,7 @@ } }, { - "id": 33774, + "id": 17259, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -686963,7 +699198,7 @@ } }, { - "id": 33775, + "id": 17260, "name": "material", "variant": "declaration", "kind": 1024, @@ -686998,7 +699233,7 @@ } }, { - "id": 33776, + "id": 17261, "name": "weight", "variant": "declaration", "kind": 1024, @@ -687033,7 +699268,7 @@ } }, { - "id": 33777, + "id": 17262, "name": "length", "variant": "declaration", "kind": 1024, @@ -687068,7 +699303,7 @@ } }, { - "id": 33778, + "id": 17263, "name": "height", "variant": "declaration", "kind": 1024, @@ -687103,7 +699338,7 @@ } }, { - "id": 33779, + "id": 17264, "name": "width", "variant": "declaration", "kind": 1024, @@ -687138,7 +699373,7 @@ } }, { - "id": 33780, + "id": 17265, "name": "options", "variant": "declaration", "kind": 1024, @@ -687175,7 +699410,7 @@ } }, { - "id": 33781, + "id": 17266, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -687225,7 +699460,7 @@ } }, { - "id": 33782, + "id": 17267, "name": "product", "variant": "declaration", "kind": 1024, @@ -687270,7 +699505,7 @@ } }, { - "id": 33783, + "id": 17268, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -687305,7 +699540,7 @@ } }, { - "id": 33784, + "id": 17269, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -687342,7 +699577,7 @@ } }, { - "id": 33785, + "id": 17270, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -687382,7 +699617,7 @@ } }, { - "id": 33786, + "id": 17271, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -687422,7 +699657,7 @@ } }, { - "id": 33787, + "id": 17272, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -687466,32 +699701,32 @@ { "title": "Properties", "children": [ - 33762, - 33763, - 33764, - 33765, - 33766, - 33767, - 33768, - 33769, - 33770, - 33771, - 33772, - 33773, - 33774, - 33775, - 33776, - 33777, - 33778, - 33779, - 33780, - 33781, - 33782, - 33783, - 33784, - 33785, - 33786, - 33787 + 17247, + 17248, + 17249, + 17250, + 17251, + 17252, + 17253, + 17254, + 17255, + 17256, + 17257, + 17258, + 17259, + 17260, + 17261, + 17262, + 17263, + 17264, + 17265, + 17266, + 17267, + 17268, + 17269, + 17270, + 17271, + 17272 ] } ], @@ -687500,12 +699735,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33762, + "id": 17247, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -687515,7 +699750,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -687539,14 +699774,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33788, + "id": 17273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33789, + "id": 17274, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -687556,7 +699791,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -687580,7 +699815,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33790, + "id": 17275, "name": "id", "variant": "declaration", "kind": 1024, @@ -687606,7 +699841,7 @@ } }, { - "id": 33791, + "id": 17276, "name": "title", "variant": "declaration", "kind": 1024, @@ -687632,7 +699867,7 @@ } }, { - "id": 33792, + "id": 17277, "name": "sku", "variant": "declaration", "kind": 1024, @@ -687667,7 +699902,7 @@ } }, { - "id": 33793, + "id": 17278, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -687702,7 +699937,7 @@ } }, { - "id": 33794, + "id": 17279, "name": "ean", "variant": "declaration", "kind": 1024, @@ -687737,7 +699972,7 @@ } }, { - "id": 33795, + "id": 17280, "name": "upc", "variant": "declaration", "kind": 1024, @@ -687772,7 +700007,7 @@ } }, { - "id": 33796, + "id": 17281, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -687798,7 +700033,7 @@ } }, { - "id": 33797, + "id": 17282, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -687824,7 +700059,7 @@ } }, { - "id": 33798, + "id": 17283, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -687850,7 +700085,7 @@ } }, { - "id": 33799, + "id": 17284, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -687885,7 +700120,7 @@ } }, { - "id": 33800, + "id": 17285, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -687920,7 +700155,7 @@ } }, { - "id": 33801, + "id": 17286, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -687955,7 +700190,7 @@ } }, { - "id": 33802, + "id": 17287, "name": "material", "variant": "declaration", "kind": 1024, @@ -687990,7 +700225,7 @@ } }, { - "id": 33803, + "id": 17288, "name": "weight", "variant": "declaration", "kind": 1024, @@ -688025,7 +700260,7 @@ } }, { - "id": 33804, + "id": 17289, "name": "length", "variant": "declaration", "kind": 1024, @@ -688060,7 +700295,7 @@ } }, { - "id": 33805, + "id": 17290, "name": "height", "variant": "declaration", "kind": 1024, @@ -688095,7 +700330,7 @@ } }, { - "id": 33806, + "id": 17291, "name": "width", "variant": "declaration", "kind": 1024, @@ -688130,7 +700365,7 @@ } }, { - "id": 33807, + "id": 17292, "name": "options", "variant": "declaration", "kind": 1024, @@ -688167,7 +700402,7 @@ } }, { - "id": 33808, + "id": 17293, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -688217,7 +700452,7 @@ } }, { - "id": 33809, + "id": 17294, "name": "product", "variant": "declaration", "kind": 1024, @@ -688262,7 +700497,7 @@ } }, { - "id": 33810, + "id": 17295, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -688297,7 +700532,7 @@ } }, { - "id": 33811, + "id": 17296, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -688334,7 +700569,7 @@ } }, { - "id": 33812, + "id": 17297, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -688374,7 +700609,7 @@ } }, { - "id": 33813, + "id": 17298, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -688414,7 +700649,7 @@ } }, { - "id": 33814, + "id": 17299, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -688458,32 +700693,32 @@ { "title": "Properties", "children": [ - 33789, - 33790, - 33791, - 33792, - 33793, - 33794, - 33795, - 33796, - 33797, - 33798, - 33799, - 33800, - 33801, - 33802, - 33803, - 33804, - 33805, - 33806, - 33807, - 33808, - 33809, - 33810, - 33811, - 33812, - 33813, - 33814 + 17274, + 17275, + 17276, + 17277, + 17278, + 17279, + 17280, + 17281, + 17282, + 17283, + 17284, + 17285, + 17286, + 17287, + 17288, + 17289, + 17290, + 17291, + 17292, + 17293, + 17294, + 17295, + 17296, + 17297, + 17298, + 17299 ] } ], @@ -688492,12 +700727,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33789, + "id": 17274, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -688507,7 +700742,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -688531,14 +700766,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33815, + "id": 17300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33816, + "id": 17301, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -688548,7 +700783,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -688572,7 +700807,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33817, + "id": 17302, "name": "id", "variant": "declaration", "kind": 1024, @@ -688598,7 +700833,7 @@ } }, { - "id": 33818, + "id": 17303, "name": "title", "variant": "declaration", "kind": 1024, @@ -688624,7 +700859,7 @@ } }, { - "id": 33819, + "id": 17304, "name": "sku", "variant": "declaration", "kind": 1024, @@ -688659,7 +700894,7 @@ } }, { - "id": 33820, + "id": 17305, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -688694,7 +700929,7 @@ } }, { - "id": 33821, + "id": 17306, "name": "ean", "variant": "declaration", "kind": 1024, @@ -688729,7 +700964,7 @@ } }, { - "id": 33822, + "id": 17307, "name": "upc", "variant": "declaration", "kind": 1024, @@ -688764,7 +700999,7 @@ } }, { - "id": 33823, + "id": 17308, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -688790,7 +701025,7 @@ } }, { - "id": 33824, + "id": 17309, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -688816,7 +701051,7 @@ } }, { - "id": 33825, + "id": 17310, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -688842,7 +701077,7 @@ } }, { - "id": 33826, + "id": 17311, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -688877,7 +701112,7 @@ } }, { - "id": 33827, + "id": 17312, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -688912,7 +701147,7 @@ } }, { - "id": 33828, + "id": 17313, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -688947,7 +701182,7 @@ } }, { - "id": 33829, + "id": 17314, "name": "material", "variant": "declaration", "kind": 1024, @@ -688982,7 +701217,7 @@ } }, { - "id": 33830, + "id": 17315, "name": "weight", "variant": "declaration", "kind": 1024, @@ -689017,7 +701252,7 @@ } }, { - "id": 33831, + "id": 17316, "name": "length", "variant": "declaration", "kind": 1024, @@ -689052,7 +701287,7 @@ } }, { - "id": 33832, + "id": 17317, "name": "height", "variant": "declaration", "kind": 1024, @@ -689087,7 +701322,7 @@ } }, { - "id": 33833, + "id": 17318, "name": "width", "variant": "declaration", "kind": 1024, @@ -689122,7 +701357,7 @@ } }, { - "id": 33834, + "id": 17319, "name": "options", "variant": "declaration", "kind": 1024, @@ -689159,7 +701394,7 @@ } }, { - "id": 33835, + "id": 17320, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -689209,7 +701444,7 @@ } }, { - "id": 33836, + "id": 17321, "name": "product", "variant": "declaration", "kind": 1024, @@ -689254,7 +701489,7 @@ } }, { - "id": 33837, + "id": 17322, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -689289,7 +701524,7 @@ } }, { - "id": 33838, + "id": 17323, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -689326,7 +701561,7 @@ } }, { - "id": 33839, + "id": 17324, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -689366,7 +701601,7 @@ } }, { - "id": 33840, + "id": 17325, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -689406,7 +701641,7 @@ } }, { - "id": 33841, + "id": 17326, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -689450,32 +701685,32 @@ { "title": "Properties", "children": [ - 33816, - 33817, - 33818, - 33819, - 33820, - 33821, - 33822, - 33823, - 33824, - 33825, - 33826, - 33827, - 33828, - 33829, - 33830, - 33831, - 33832, - 33833, - 33834, - 33835, - 33836, - 33837, - 33838, - 33839, - 33840, - 33841 + 17301, + 17302, + 17303, + 17304, + 17305, + 17306, + 17307, + 17308, + 17309, + 17310, + 17311, + 17312, + 17313, + 17314, + 17315, + 17316, + 17317, + 17318, + 17319, + 17320, + 17321, + 17322, + 17323, + 17324, + 17325, + 17326 ] } ], @@ -689484,12 +701719,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33816, + "id": 17301, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -689499,7 +701734,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -689523,14 +701758,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33848, + "id": 17333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33849, + "id": 17334, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -689540,7 +701775,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -689564,7 +701799,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33850, + "id": 17335, "name": "id", "variant": "declaration", "kind": 1024, @@ -689590,7 +701825,7 @@ } }, { - "id": 33851, + "id": 17336, "name": "title", "variant": "declaration", "kind": 1024, @@ -689616,7 +701851,7 @@ } }, { - "id": 33852, + "id": 17337, "name": "sku", "variant": "declaration", "kind": 1024, @@ -689651,7 +701886,7 @@ } }, { - "id": 33853, + "id": 17338, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -689686,7 +701921,7 @@ } }, { - "id": 33854, + "id": 17339, "name": "ean", "variant": "declaration", "kind": 1024, @@ -689721,7 +701956,7 @@ } }, { - "id": 33855, + "id": 17340, "name": "upc", "variant": "declaration", "kind": 1024, @@ -689756,7 +701991,7 @@ } }, { - "id": 33856, + "id": 17341, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -689782,7 +702017,7 @@ } }, { - "id": 33857, + "id": 17342, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -689808,7 +702043,7 @@ } }, { - "id": 33858, + "id": 17343, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -689834,7 +702069,7 @@ } }, { - "id": 33859, + "id": 17344, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -689869,7 +702104,7 @@ } }, { - "id": 33860, + "id": 17345, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -689904,7 +702139,7 @@ } }, { - "id": 33861, + "id": 17346, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -689939,7 +702174,7 @@ } }, { - "id": 33862, + "id": 17347, "name": "material", "variant": "declaration", "kind": 1024, @@ -689974,7 +702209,7 @@ } }, { - "id": 33863, + "id": 17348, "name": "weight", "variant": "declaration", "kind": 1024, @@ -690009,7 +702244,7 @@ } }, { - "id": 33864, + "id": 17349, "name": "length", "variant": "declaration", "kind": 1024, @@ -690044,7 +702279,7 @@ } }, { - "id": 33865, + "id": 17350, "name": "height", "variant": "declaration", "kind": 1024, @@ -690079,7 +702314,7 @@ } }, { - "id": 33866, + "id": 17351, "name": "width", "variant": "declaration", "kind": 1024, @@ -690114,7 +702349,7 @@ } }, { - "id": 33867, + "id": 17352, "name": "options", "variant": "declaration", "kind": 1024, @@ -690151,7 +702386,7 @@ } }, { - "id": 33868, + "id": 17353, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -690201,7 +702436,7 @@ } }, { - "id": 33869, + "id": 17354, "name": "product", "variant": "declaration", "kind": 1024, @@ -690246,7 +702481,7 @@ } }, { - "id": 33870, + "id": 17355, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -690281,7 +702516,7 @@ } }, { - "id": 33871, + "id": 17356, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -690318,7 +702553,7 @@ } }, { - "id": 33872, + "id": 17357, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -690358,7 +702593,7 @@ } }, { - "id": 33873, + "id": 17358, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -690398,7 +702633,7 @@ } }, { - "id": 33874, + "id": 17359, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -690442,32 +702677,32 @@ { "title": "Properties", "children": [ - 33849, - 33850, - 33851, - 33852, - 33853, - 33854, - 33855, - 33856, - 33857, - 33858, - 33859, - 33860, - 33861, - 33862, - 33863, - 33864, - 33865, - 33866, - 33867, - 33868, - 33869, - 33870, - 33871, - 33872, - 33873, - 33874 + 17334, + 17335, + 17336, + 17337, + 17338, + 17339, + 17340, + 17341, + 17342, + 17343, + 17344, + 17345, + 17346, + 17347, + 17348, + 17349, + 17350, + 17351, + 17352, + 17353, + 17354, + 17355, + 17356, + 17357, + 17358, + 17359 ] } ], @@ -690476,12 +702711,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33849, + "id": 17334, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -690491,7 +702726,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -690515,14 +702750,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33875, + "id": 17360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33876, + "id": 17361, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -690532,7 +702767,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -690556,7 +702791,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33877, + "id": 17362, "name": "id", "variant": "declaration", "kind": 1024, @@ -690582,7 +702817,7 @@ } }, { - "id": 33878, + "id": 17363, "name": "title", "variant": "declaration", "kind": 1024, @@ -690608,7 +702843,7 @@ } }, { - "id": 33879, + "id": 17364, "name": "sku", "variant": "declaration", "kind": 1024, @@ -690643,7 +702878,7 @@ } }, { - "id": 33880, + "id": 17365, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -690678,7 +702913,7 @@ } }, { - "id": 33881, + "id": 17366, "name": "ean", "variant": "declaration", "kind": 1024, @@ -690713,7 +702948,7 @@ } }, { - "id": 33882, + "id": 17367, "name": "upc", "variant": "declaration", "kind": 1024, @@ -690748,7 +702983,7 @@ } }, { - "id": 33883, + "id": 17368, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -690774,7 +703009,7 @@ } }, { - "id": 33884, + "id": 17369, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -690800,7 +703035,7 @@ } }, { - "id": 33885, + "id": 17370, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -690826,7 +703061,7 @@ } }, { - "id": 33886, + "id": 17371, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -690861,7 +703096,7 @@ } }, { - "id": 33887, + "id": 17372, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -690896,7 +703131,7 @@ } }, { - "id": 33888, + "id": 17373, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -690931,7 +703166,7 @@ } }, { - "id": 33889, + "id": 17374, "name": "material", "variant": "declaration", "kind": 1024, @@ -690966,7 +703201,7 @@ } }, { - "id": 33890, + "id": 17375, "name": "weight", "variant": "declaration", "kind": 1024, @@ -691001,7 +703236,7 @@ } }, { - "id": 33891, + "id": 17376, "name": "length", "variant": "declaration", "kind": 1024, @@ -691036,7 +703271,7 @@ } }, { - "id": 33892, + "id": 17377, "name": "height", "variant": "declaration", "kind": 1024, @@ -691071,7 +703306,7 @@ } }, { - "id": 33893, + "id": 17378, "name": "width", "variant": "declaration", "kind": 1024, @@ -691106,7 +703341,7 @@ } }, { - "id": 33894, + "id": 17379, "name": "options", "variant": "declaration", "kind": 1024, @@ -691143,7 +703378,7 @@ } }, { - "id": 33895, + "id": 17380, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -691193,7 +703428,7 @@ } }, { - "id": 33896, + "id": 17381, "name": "product", "variant": "declaration", "kind": 1024, @@ -691238,7 +703473,7 @@ } }, { - "id": 33897, + "id": 17382, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -691273,7 +703508,7 @@ } }, { - "id": 33898, + "id": 17383, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -691310,7 +703545,7 @@ } }, { - "id": 33899, + "id": 17384, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -691350,7 +703585,7 @@ } }, { - "id": 33900, + "id": 17385, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -691390,7 +703625,7 @@ } }, { - "id": 33901, + "id": 17386, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -691434,32 +703669,32 @@ { "title": "Properties", "children": [ - 33876, - 33877, - 33878, - 33879, - 33880, - 33881, - 33882, - 33883, - 33884, - 33885, - 33886, - 33887, - 33888, - 33889, - 33890, - 33891, - 33892, - 33893, - 33894, - 33895, - 33896, - 33897, - 33898, - 33899, - 33900, - 33901 + 17361, + 17362, + 17363, + 17364, + 17365, + 17366, + 17367, + 17368, + 17369, + 17370, + 17371, + 17372, + 17373, + 17374, + 17375, + 17376, + 17377, + 17378, + 17379, + 17380, + 17381, + 17382, + 17383, + 17384, + 17385, + 17386 ] } ], @@ -691468,12 +703703,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33876, + "id": 17361, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -691483,7 +703718,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -691507,14 +703742,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33908, + "id": 17393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33909, + "id": 17394, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -691524,7 +703759,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -691548,7 +703783,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33910, + "id": 17395, "name": "id", "variant": "declaration", "kind": 1024, @@ -691574,7 +703809,7 @@ } }, { - "id": 33911, + "id": 17396, "name": "title", "variant": "declaration", "kind": 1024, @@ -691600,7 +703835,7 @@ } }, { - "id": 33912, + "id": 17397, "name": "sku", "variant": "declaration", "kind": 1024, @@ -691635,7 +703870,7 @@ } }, { - "id": 33913, + "id": 17398, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -691670,7 +703905,7 @@ } }, { - "id": 33914, + "id": 17399, "name": "ean", "variant": "declaration", "kind": 1024, @@ -691705,7 +703940,7 @@ } }, { - "id": 33915, + "id": 17400, "name": "upc", "variant": "declaration", "kind": 1024, @@ -691740,7 +703975,7 @@ } }, { - "id": 33916, + "id": 17401, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -691766,7 +704001,7 @@ } }, { - "id": 33917, + "id": 17402, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -691792,7 +704027,7 @@ } }, { - "id": 33918, + "id": 17403, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -691818,7 +704053,7 @@ } }, { - "id": 33919, + "id": 17404, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -691853,7 +704088,7 @@ } }, { - "id": 33920, + "id": 17405, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -691888,7 +704123,7 @@ } }, { - "id": 33921, + "id": 17406, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -691923,7 +704158,7 @@ } }, { - "id": 33922, + "id": 17407, "name": "material", "variant": "declaration", "kind": 1024, @@ -691958,7 +704193,7 @@ } }, { - "id": 33923, + "id": 17408, "name": "weight", "variant": "declaration", "kind": 1024, @@ -691993,7 +704228,7 @@ } }, { - "id": 33924, + "id": 17409, "name": "length", "variant": "declaration", "kind": 1024, @@ -692028,7 +704263,7 @@ } }, { - "id": 33925, + "id": 17410, "name": "height", "variant": "declaration", "kind": 1024, @@ -692063,7 +704298,7 @@ } }, { - "id": 33926, + "id": 17411, "name": "width", "variant": "declaration", "kind": 1024, @@ -692098,7 +704333,7 @@ } }, { - "id": 33927, + "id": 17412, "name": "options", "variant": "declaration", "kind": 1024, @@ -692135,7 +704370,7 @@ } }, { - "id": 33928, + "id": 17413, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -692185,7 +704420,7 @@ } }, { - "id": 33929, + "id": 17414, "name": "product", "variant": "declaration", "kind": 1024, @@ -692230,7 +704465,7 @@ } }, { - "id": 33930, + "id": 17415, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -692265,7 +704500,7 @@ } }, { - "id": 33931, + "id": 17416, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -692302,7 +704537,7 @@ } }, { - "id": 33932, + "id": 17417, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -692342,7 +704577,7 @@ } }, { - "id": 33933, + "id": 17418, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -692382,7 +704617,7 @@ } }, { - "id": 33934, + "id": 17419, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -692426,32 +704661,32 @@ { "title": "Properties", "children": [ - 33909, - 33910, - 33911, - 33912, - 33913, - 33914, - 33915, - 33916, - 33917, - 33918, - 33919, - 33920, - 33921, - 33922, - 33923, - 33924, - 33925, - 33926, - 33927, - 33928, - 33929, - 33930, - 33931, - 33932, - 33933, - 33934 + 17394, + 17395, + 17396, + 17397, + 17398, + 17399, + 17400, + 17401, + 17402, + 17403, + 17404, + 17405, + 17406, + 17407, + 17408, + 17409, + 17410, + 17411, + 17412, + 17413, + 17414, + 17415, + 17416, + 17417, + 17418, + 17419 ] } ], @@ -692460,12 +704695,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33909, + "id": 17394, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -692475,7 +704710,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -692499,14 +704734,14 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33950, + "id": 17435, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33951, + "id": 17436, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -692516,7 +704751,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 239, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" } ], "type": { @@ -692531,14 +704766,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33952, + "id": 17437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33953, + "id": 17438, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -692548,7 +704783,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -692572,7 +704807,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33954, + "id": 17439, "name": "id", "variant": "declaration", "kind": 1024, @@ -692598,7 +704833,7 @@ } }, { - "id": 33955, + "id": 17440, "name": "title", "variant": "declaration", "kind": 1024, @@ -692624,7 +704859,7 @@ } }, { - "id": 33956, + "id": 17441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -692659,7 +704894,7 @@ } }, { - "id": 33957, + "id": 17442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -692694,7 +704929,7 @@ } }, { - "id": 33958, + "id": 17443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -692729,7 +704964,7 @@ } }, { - "id": 33959, + "id": 17444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -692764,7 +704999,7 @@ } }, { - "id": 33960, + "id": 17445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -692790,7 +705025,7 @@ } }, { - "id": 33961, + "id": 17446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -692816,7 +705051,7 @@ } }, { - "id": 33962, + "id": 17447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -692842,7 +705077,7 @@ } }, { - "id": 33963, + "id": 17448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -692877,7 +705112,7 @@ } }, { - "id": 33964, + "id": 17449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -692912,7 +705147,7 @@ } }, { - "id": 33965, + "id": 17450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -692947,7 +705182,7 @@ } }, { - "id": 33966, + "id": 17451, "name": "material", "variant": "declaration", "kind": 1024, @@ -692982,7 +705217,7 @@ } }, { - "id": 33967, + "id": 17452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -693017,7 +705252,7 @@ } }, { - "id": 33968, + "id": 17453, "name": "length", "variant": "declaration", "kind": 1024, @@ -693052,7 +705287,7 @@ } }, { - "id": 33969, + "id": 17454, "name": "height", "variant": "declaration", "kind": 1024, @@ -693087,7 +705322,7 @@ } }, { - "id": 33970, + "id": 17455, "name": "width", "variant": "declaration", "kind": 1024, @@ -693122,7 +705357,7 @@ } }, { - "id": 33971, + "id": 17456, "name": "options", "variant": "declaration", "kind": 1024, @@ -693159,7 +705394,7 @@ } }, { - "id": 33972, + "id": 17457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -693209,7 +705444,7 @@ } }, { - "id": 33973, + "id": 17458, "name": "product", "variant": "declaration", "kind": 1024, @@ -693254,7 +705489,7 @@ } }, { - "id": 33974, + "id": 17459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -693289,7 +705524,7 @@ } }, { - "id": 33975, + "id": 17460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -693326,7 +705561,7 @@ } }, { - "id": 33976, + "id": 17461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -693366,7 +705601,7 @@ } }, { - "id": 33977, + "id": 17462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -693406,7 +705641,7 @@ } }, { - "id": 33978, + "id": 17463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -693450,32 +705685,32 @@ { "title": "Properties", "children": [ - 33953, - 33954, - 33955, - 33956, - 33957, - 33958, - 33959, - 33960, - 33961, - 33962, - 33963, - 33964, - 33965, - 33966, - 33967, - 33968, - 33969, - 33970, - 33971, - 33972, - 33973, - 33974, - 33975, - 33976, - 33977, - 33978 + 17438, + 17439, + 17440, + 17441, + 17442, + 17443, + 17444, + 17445, + 17446, + 17447, + 17448, + 17449, + 17450, + 17451, + 17452, + 17453, + 17454, + 17455, + 17456, + 17457, + 17458, + 17459, + 17460, + 17461, + 17462, + 17463 ] } ], @@ -693484,7 +705719,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -693497,7 +705732,7 @@ "defaultValue": "response" }, { - "id": 33979, + "id": 17464, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -693515,7 +705750,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 240, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" } ], "type": { @@ -693538,8 +705773,8 @@ { "title": "Properties", "children": [ - 33951, - 33979 + 17436, + 17464 ] } ], @@ -693548,19 +705783,19 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 238, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L238" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L238" } ] }, { - "id": 33952, + "id": 17437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33953, + "id": 17438, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -693570,7 +705805,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -693594,7 +705829,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33954, + "id": 17439, "name": "id", "variant": "declaration", "kind": 1024, @@ -693620,7 +705855,7 @@ } }, { - "id": 33955, + "id": 17440, "name": "title", "variant": "declaration", "kind": 1024, @@ -693646,7 +705881,7 @@ } }, { - "id": 33956, + "id": 17441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -693681,7 +705916,7 @@ } }, { - "id": 33957, + "id": 17442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -693716,7 +705951,7 @@ } }, { - "id": 33958, + "id": 17443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -693751,7 +705986,7 @@ } }, { - "id": 33959, + "id": 17444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -693786,7 +706021,7 @@ } }, { - "id": 33960, + "id": 17445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -693812,7 +706047,7 @@ } }, { - "id": 33961, + "id": 17446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -693838,7 +706073,7 @@ } }, { - "id": 33962, + "id": 17447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -693864,7 +706099,7 @@ } }, { - "id": 33963, + "id": 17448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -693899,7 +706134,7 @@ } }, { - "id": 33964, + "id": 17449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -693934,7 +706169,7 @@ } }, { - "id": 33965, + "id": 17450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -693969,7 +706204,7 @@ } }, { - "id": 33966, + "id": 17451, "name": "material", "variant": "declaration", "kind": 1024, @@ -694004,7 +706239,7 @@ } }, { - "id": 33967, + "id": 17452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -694039,7 +706274,7 @@ } }, { - "id": 33968, + "id": 17453, "name": "length", "variant": "declaration", "kind": 1024, @@ -694074,7 +706309,7 @@ } }, { - "id": 33969, + "id": 17454, "name": "height", "variant": "declaration", "kind": 1024, @@ -694109,7 +706344,7 @@ } }, { - "id": 33970, + "id": 17455, "name": "width", "variant": "declaration", "kind": 1024, @@ -694144,7 +706379,7 @@ } }, { - "id": 33971, + "id": 17456, "name": "options", "variant": "declaration", "kind": 1024, @@ -694181,7 +706416,7 @@ } }, { - "id": 33972, + "id": 17457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -694231,7 +706466,7 @@ } }, { - "id": 33973, + "id": 17458, "name": "product", "variant": "declaration", "kind": 1024, @@ -694276,7 +706511,7 @@ } }, { - "id": 33974, + "id": 17459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -694311,7 +706546,7 @@ } }, { - "id": 33975, + "id": 17460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -694348,7 +706583,7 @@ } }, { - "id": 33976, + "id": 17461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -694388,7 +706623,7 @@ } }, { - "id": 33977, + "id": 17462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -694428,7 +706663,7 @@ } }, { - "id": 33978, + "id": 17463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -694472,32 +706707,32 @@ { "title": "Properties", "children": [ - 33953, - 33954, - 33955, - 33956, - 33957, - 33958, - 33959, - 33960, - 33961, - 33962, - 33963, - 33964, - 33965, - 33966, - 33967, - 33968, - 33969, - 33970, - 33971, - 33972, - 33973, - 33974, - 33975, - 33976, - 33977, - 33978 + 17438, + 17439, + 17440, + 17441, + 17442, + 17443, + 17444, + 17445, + 17446, + 17447, + 17448, + 17449, + 17450, + 17451, + 17452, + 17453, + 17454, + 17455, + 17456, + 17457, + 17458, + 17459, + 17460, + 17461, + 17462, + 17463 ] } ], @@ -694506,12 +706741,12 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] }, { - "id": 33953, + "id": 17438, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -694521,7 +706756,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -694545,7 +706780,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33951, + "id": 17436, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -694555,7 +706790,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 239, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L239" } ], "type": { @@ -694570,14 +706805,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33952, + "id": 17437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33953, + "id": 17438, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -694587,7 +706822,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ], "type": { @@ -694611,7 +706846,7 @@ "defaultValue": "priceSetForVariant" }, { - "id": 33954, + "id": 17439, "name": "id", "variant": "declaration", "kind": 1024, @@ -694637,7 +706872,7 @@ } }, { - "id": 33955, + "id": 17440, "name": "title", "variant": "declaration", "kind": 1024, @@ -694663,7 +706898,7 @@ } }, { - "id": 33956, + "id": 17441, "name": "sku", "variant": "declaration", "kind": 1024, @@ -694698,7 +706933,7 @@ } }, { - "id": 33957, + "id": 17442, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -694733,7 +706968,7 @@ } }, { - "id": 33958, + "id": 17443, "name": "ean", "variant": "declaration", "kind": 1024, @@ -694768,7 +707003,7 @@ } }, { - "id": 33959, + "id": 17444, "name": "upc", "variant": "declaration", "kind": 1024, @@ -694803,7 +707038,7 @@ } }, { - "id": 33960, + "id": 17445, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -694829,7 +707064,7 @@ } }, { - "id": 33961, + "id": 17446, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -694855,7 +707090,7 @@ } }, { - "id": 33962, + "id": 17447, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -694881,7 +707116,7 @@ } }, { - "id": 33963, + "id": 17448, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -694916,7 +707151,7 @@ } }, { - "id": 33964, + "id": 17449, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -694951,7 +707186,7 @@ } }, { - "id": 33965, + "id": 17450, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -694986,7 +707221,7 @@ } }, { - "id": 33966, + "id": 17451, "name": "material", "variant": "declaration", "kind": 1024, @@ -695021,7 +707256,7 @@ } }, { - "id": 33967, + "id": 17452, "name": "weight", "variant": "declaration", "kind": 1024, @@ -695056,7 +707291,7 @@ } }, { - "id": 33968, + "id": 17453, "name": "length", "variant": "declaration", "kind": 1024, @@ -695091,7 +707326,7 @@ } }, { - "id": 33969, + "id": 17454, "name": "height", "variant": "declaration", "kind": 1024, @@ -695126,7 +707361,7 @@ } }, { - "id": 33970, + "id": 17455, "name": "width", "variant": "declaration", "kind": 1024, @@ -695161,7 +707396,7 @@ } }, { - "id": 33971, + "id": 17456, "name": "options", "variant": "declaration", "kind": 1024, @@ -695198,7 +707433,7 @@ } }, { - "id": 33972, + "id": 17457, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -695248,7 +707483,7 @@ } }, { - "id": 33973, + "id": 17458, "name": "product", "variant": "declaration", "kind": 1024, @@ -695293,7 +707528,7 @@ } }, { - "id": 33974, + "id": 17459, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -695328,7 +707563,7 @@ } }, { - "id": 33975, + "id": 17460, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -695365,7 +707600,7 @@ } }, { - "id": 33976, + "id": 17461, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -695405,7 +707640,7 @@ } }, { - "id": 33977, + "id": 17462, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -695445,7 +707680,7 @@ } }, { - "id": 33978, + "id": 17463, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -695489,32 +707724,32 @@ { "title": "Properties", "children": [ - 33953, - 33954, - 33955, - 33956, - 33957, - 33958, - 33959, - 33960, - 33961, - 33962, - 33963, - 33964, - 33965, - 33966, - 33967, - 33968, - 33969, - 33970, - 33971, - 33972, - 33973, - 33974, - 33975, - 33976, - 33977, - 33978 + 17438, + 17439, + 17440, + 17441, + 17442, + 17443, + 17444, + 17445, + 17446, + 17447, + 17448, + 17449, + 17450, + 17451, + 17452, + 17453, + 17454, + 17455, + 17456, + 17457, + 17458, + 17459, + 17460, + 17461, + 17462, + 17463 ] } ], @@ -695523,7 +707758,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 222, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L222" } ] } @@ -695536,7 +707771,7 @@ "defaultValue": "response" }, { - "id": 33979, + "id": 17464, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -695554,7 +707789,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 240, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L240" } ], "type": { @@ -695573,7 +707808,7 @@ "defaultValue": "input.additional_data" }, { - "id": 33983, + "id": 17468, "name": "selector", "variant": "declaration", "kind": 1024, @@ -695591,7 +707826,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L37" } ], "type": { @@ -695606,7 +707841,7 @@ } }, { - "id": 33988, + "id": 17473, "name": "id", "variant": "declaration", "kind": 1024, @@ -695616,7 +707851,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -695625,7 +707860,7 @@ } }, { - "id": 33986, + "id": 17471, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -695645,7 +707880,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -695653,14 +707888,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33987, + "id": 17472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33988, + "id": 17473, "name": "id", "variant": "declaration", "kind": 1024, @@ -695670,7 +707905,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -695683,7 +707918,7 @@ { "title": "Properties", "children": [ - 33988 + 17473 ] } ], @@ -695692,7 +707927,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ] } @@ -695700,7 +707935,7 @@ } }, { - "id": 33989, + "id": 17474, "name": "variants", "variant": "declaration", "kind": 1024, @@ -695720,7 +707955,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 49, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L49" } ], "type": { @@ -695737,7 +707972,36 @@ } }, { - "id": 33984, + "id": 17475, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 53, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L53" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 17469, "name": "update", "variant": "declaration", "kind": 1024, @@ -695755,7 +708019,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L41" } ], "type": { @@ -695789,14 +708053,14 @@ { "type": "reflection", "declaration": { - "id": 33985, + "id": 17470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33986, + "id": 17471, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -695816,7 +708080,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -695824,14 +708088,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33987, + "id": 17472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33988, + "id": 17473, "name": "id", "variant": "declaration", "kind": 1024, @@ -695841,7 +708105,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -695854,7 +708118,7 @@ { "title": "Properties", "children": [ - 33988 + 17473 ] } ], @@ -695863,7 +708127,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ] } @@ -695871,7 +708135,7 @@ } }, { - "id": 33989, + "id": 17474, "name": "variants", "variant": "declaration", "kind": 1024, @@ -695891,7 +708155,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 49, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L49" } ], "type": { @@ -695906,14 +708170,44 @@ "package": "@medusajs/types" } } + }, + { + "id": 17475, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 53, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L53" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } } ], "groups": [ { "title": "Properties", "children": [ - 33986, - 33989 + 17471, + 17474, + 17475 ] } ], @@ -695922,7 +708216,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 41, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L41" } ] } @@ -695931,7 +708225,7 @@ } }, { - "id": 33996, + "id": 17482, "name": "id", "variant": "declaration", "kind": 1024, @@ -695939,9 +708233,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -695950,7 +708244,7 @@ } }, { - "id": 33994, + "id": 17480, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -695968,9 +708262,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -695978,14 +708272,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33995, + "id": 17481, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33996, + "id": 17482, "name": "id", "variant": "declaration", "kind": 1024, @@ -695993,9 +708287,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -696008,16 +708302,16 @@ { "title": "Properties", "children": [ - 33996 + 17482 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ] } @@ -696025,7 +708319,7 @@ } }, { - "id": 33997, + "id": 17483, "name": "variants", "variant": "declaration", "kind": 1024, @@ -696043,9 +708337,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 68, + "line": 72, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L72" } ], "type": { @@ -696062,7 +708356,36 @@ } }, { - "id": 33992, + "id": 17484, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 76, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L76" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 17478, "name": "products", "variant": "declaration", "kind": 1024, @@ -696078,9 +708401,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 60, + "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L64" } ], "type": { @@ -696116,14 +708439,14 @@ { "type": "reflection", "declaration": { - "id": 33993, + "id": 17479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33994, + "id": 17480, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -696141,9 +708464,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -696151,14 +708474,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33995, + "id": 17481, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33996, + "id": 17482, "name": "id", "variant": "declaration", "kind": 1024, @@ -696166,9 +708489,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -696181,16 +708504,16 @@ { "title": "Properties", "children": [ - 33996 + 17482 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ] } @@ -696198,7 +708521,7 @@ } }, { - "id": 33997, + "id": 17483, "name": "variants", "variant": "declaration", "kind": 1024, @@ -696216,9 +708539,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 68, + "line": 72, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L72" } ], "type": { @@ -696233,23 +708556,53 @@ "package": "@medusajs/types" } } + }, + { + "id": 17484, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 76, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L76" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } } ], "groups": [ { "title": "Properties", "children": [ - 33994, - 33997 + 17480, + 17483, + 17484 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 60, + "line": 64, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L64" } ] } @@ -696259,7 +708612,7 @@ } }, { - "id": 33999, + "id": 17486, "name": "updateProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -696269,9 +708622,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 246, + "line": 318, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L246" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L318" } ], "type": { @@ -696281,7 +708634,7 @@ "defaultValue": "\"update-products\"" }, { - "id": 34000, + "id": 17487, "name": "updateProductsWorkflow", "variant": "declaration", "kind": 64, @@ -696298,7 +708651,7 @@ }, { "kind": "text", - "text": " custom data that \nallows you to update custom data models linked to the products.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around product update." + "text": " custom data that\nallows you to update custom data models linked to the products.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around product update." } ], "blockTags": [ @@ -696354,7 +708707,7 @@ }, "children": [ { - "id": 34008, + "id": 17495, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -696377,7 +708730,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34009, + "id": 17496, "name": "__type", "variant": "declaration", "kind": 65536, @@ -696391,7 +708744,7 @@ ], "signatures": [ { - "id": 34010, + "id": 17497, "name": "__type", "variant": "signature", "kind": 4096, @@ -696419,7 +708772,7 @@ ], "parameters": [ { - "id": 34011, + "id": 17498, "name": "param0", "variant": "param", "kind": 32768, @@ -696435,14 +708788,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34012, + "id": 17499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34013, + "id": 17500, "name": "input", "variant": "declaration", "kind": 1024, @@ -696467,7 +708820,7 @@ "types": [ { "type": "reference", - "target": 33998, + "target": 17485, "name": "UpdateProductWorkflowInput", "package": "@medusajs/core-flows" }, @@ -696480,7 +708833,7 @@ "typeArguments": [ { "type": "reference", - "target": 33998, + "target": 17485, "name": "UpdateProductWorkflowInput", "package": "@medusajs/core-flows" } @@ -696496,7 +708849,7 @@ { "title": "Properties", "children": [ - 34013 + 17500 ] } ], @@ -696589,14 +708942,14 @@ { "type": "reflection", "declaration": { - "id": 34014, + "id": 17501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34015, + "id": 17502, "name": "config", "variant": "declaration", "kind": 2048, @@ -696610,7 +708963,7 @@ ], "signatures": [ { - "id": 34016, + "id": 17503, "name": "config", "variant": "signature", "kind": 4096, @@ -696624,7 +708977,7 @@ ], "parameters": [ { - "id": 34017, + "id": 17504, "name": "config", "variant": "param", "kind": 32768, @@ -696635,14 +708988,14 @@ { "type": "reflection", "declaration": { - "id": 34018, + "id": 17505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34019, + "id": 17506, "name": "name", "variant": "declaration", "kind": 1024, @@ -696666,7 +709019,7 @@ { "title": "Properties", "children": [ - 34019 + 17506 ] } ], @@ -696751,7 +709104,7 @@ { "title": "Methods", "children": [ - 34015 + 17502 ] } ], @@ -696795,7 +709148,7 @@ } }, { - "id": 34020, + "id": 17507, "name": "run", "variant": "declaration", "kind": 1024, @@ -696818,7 +709171,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34021, + "id": 17508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -696832,7 +709185,7 @@ ], "signatures": [ { - "id": 34022, + "id": 17509, "name": "__type", "variant": "signature", "kind": 4096, @@ -696860,7 +709213,7 @@ ], "typeParameters": [ { - "id": 34023, + "id": 17510, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -696871,7 +709224,7 @@ } }, { - "id": 34024, + "id": 17511, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -696884,7 +709237,7 @@ ], "parameters": [ { - "id": 34025, + "id": 17512, "name": "args", "variant": "param", "kind": 32768, @@ -696917,7 +709270,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -696928,13 +709281,13 @@ }, "trueType": { "type": "reference", - "target": 33998, + "target": 17485, "name": "UpdateProductWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -696967,7 +709320,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -696990,7 +709343,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -697010,7 +709363,7 @@ } }, { - "id": 34026, + "id": 17513, "name": "getName", "variant": "declaration", "kind": 1024, @@ -697033,7 +709386,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34027, + "id": 17514, "name": "__type", "variant": "declaration", "kind": 65536, @@ -697047,7 +709400,7 @@ ], "signatures": [ { - "id": 34028, + "id": 17515, "name": "__type", "variant": "signature", "kind": 4096, @@ -697069,7 +709422,7 @@ } }, { - "id": 34029, + "id": 17516, "name": "config", "variant": "declaration", "kind": 1024, @@ -697092,7 +709445,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34030, + "id": 17517, "name": "__type", "variant": "declaration", "kind": 65536, @@ -697106,7 +709459,7 @@ ], "signatures": [ { - "id": 34031, + "id": 17518, "name": "__type", "variant": "signature", "kind": 4096, @@ -697120,7 +709473,7 @@ ], "parameters": [ { - "id": 34032, + "id": 17519, "name": "config", "variant": "param", "kind": 32768, @@ -697146,7 +709499,7 @@ } }, { - "id": 34033, + "id": 17520, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -697169,14 +709522,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34034, + "id": 17521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34035, + "id": 17522, "name": "productsUpdated", "variant": "declaration", "kind": 1024, @@ -697184,7 +709537,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34036, + "id": 17523, "name": "__type", "variant": "declaration", "kind": 65536, @@ -697198,7 +709551,7 @@ ], "signatures": [ { - "id": 34037, + "id": 17524, "name": "__type", "variant": "signature", "kind": 4096, @@ -697212,14 +709565,14 @@ ], "typeParameters": [ { - "id": 34038, + "id": 17525, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34039, + "id": 17526, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -697228,7 +709581,7 @@ ], "parameters": [ { - "id": 34040, + "id": 17527, "name": "invoke", "variant": "param", "kind": 32768, @@ -697243,14 +709596,14 @@ { "type": "reflection", "declaration": { - "id": 34041, + "id": 17528, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34042, + "id": 17529, "name": "products", "variant": "declaration", "kind": 1024, @@ -697258,9 +709611,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 398, + "line": 501, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L398" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L501" } ], "type": { @@ -697341,14 +709694,14 @@ { "type": "reflection", "declaration": { - "id": 34043, + "id": 17530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34044, + "id": 17531, "name": "config", "variant": "declaration", "kind": 2048, @@ -697362,7 +709715,7 @@ ], "signatures": [ { - "id": 34045, + "id": 17532, "name": "config", "variant": "signature", "kind": 4096, @@ -697376,7 +709729,7 @@ ], "parameters": [ { - "id": 34046, + "id": 17533, "name": "config", "variant": "param", "kind": 32768, @@ -697387,14 +709740,14 @@ { "type": "reflection", "declaration": { - "id": 34047, + "id": 17534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34048, + "id": 17535, "name": "name", "variant": "declaration", "kind": 1024, @@ -697418,7 +709771,7 @@ { "title": "Properties", "children": [ - 34048 + 17535 ] } ], @@ -697503,7 +709856,7 @@ { "title": "Methods", "children": [ - 34044 + 17531 ] } ], @@ -697544,7 +709897,7 @@ "defaultValue": "updatedProducts" }, { - "id": 34049, + "id": 17536, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -697560,9 +709913,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 399, + "line": 502, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L399" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L502" } ], "type": { @@ -697585,31 +709938,31 @@ { "title": "Properties", "children": [ - 34042, - 34049 + 17529, + 17536 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 397, + "line": 500, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L397" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L500" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -697620,7 +709973,7 @@ } }, { - "id": 34050, + "id": 17537, "name": "compensate", "variant": "param", "kind": 32768, @@ -697636,7 +709989,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -697655,13 +710008,86 @@ ] } } + }, + { + "id": 21689, + "name": "productsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the products are updated. You can consume this hook to perform custom actions on the updated products." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductsWorkflow.hooks.productsUpdated(\n\t(async ({ products, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21690, + "name": "productsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21691, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17528, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34035 + 17522 + ] + }, + { + "title": "Functions", + "children": [ + 21689 ] } ], @@ -697678,7 +710104,7 @@ ], "documents": [ { - "id": 38185, + "id": 21679, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -697694,6 +710120,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -697704,7 +710139,7 @@ "frontmatter": {} }, { - "id": 38186, + "id": 21680, "name": "updateProductsStep", "variant": "document", "kind": 8388608, @@ -697720,6 +710155,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15586" + } + ] } ], "modifierTags": [ @@ -697730,7 +710174,7 @@ "frontmatter": {} }, { - "id": 38187, + "id": 21681, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -697746,6 +710190,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -697756,8 +710209,8 @@ "frontmatter": {} }, { - "id": 38188, - "name": "upsertVariantPricesWorkflow", + "id": 21682, + "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -697772,18 +710225,27 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ - "@workflowStep" + "@step" ] }, "content": [], "frontmatter": {} }, { - "id": 38189, - "name": "dismissRemoteLinkStep", + "id": 21683, + "name": "upsertVariantPricesWorkflow", "variant": "document", "kind": 8388608, "flags": {}, @@ -697798,18 +710260,27 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17629" + } + ] } ], "modifierTags": [ - "@step" + "@workflowStep" ] }, "content": [], "frontmatter": {} }, { - "id": 38190, - "name": "createRemoteLinkStep", + "id": 21684, + "name": "dismissRemoteLinkStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -697824,30 +710295,13 @@ "text": "6" } ] - } - ], - "modifierTags": [ - "@step" - ] - }, - "content": [], - "frontmatter": {} - }, - { - "id": 38191, - "name": "emitEventStep", - "variant": "document", - "kind": 8388608, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ + }, { - "tag": "@workflowDepth", + "tag": "@stepReflectionId", "content": [ { "kind": "text", - "text": "6" + "text": "2037" } ] } @@ -697860,8 +710314,8 @@ "frontmatter": {} }, { - "id": 38195, - "name": "productsUpdated", + "id": 21685, + "name": "dismissRemoteLinkStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -697876,6 +710330,155 @@ "text": "7" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2037" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21686, + "name": "createRemoteLinkStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "8" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21687, + "name": "createRemoteLinkStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "8" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2024" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21688, + "name": "emitEventStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "8" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21692, + "name": "productsUpdated", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "9" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21689" + } + ] } ], "modifierTags": [ @@ -697887,35 +710490,35 @@ } ], "childrenIncludingDocuments": [ - 34008, - 34020, - 34026, - 34029, - 34033 + 17495, + 17507, + 17513, + 17516, + 17520 ], "groups": [ { "title": "Properties", "children": [ - 34008, - 34020, - 34026, - 34029, - 34033 + 17495, + 17507, + 17513, + 17516, + 17520 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 311, + "line": 383, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L311" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L383" } ], "signatures": [ { - "id": 34001, + "id": 17488, "name": "updateProductsWorkflow", "variant": "signature", "kind": 4096, @@ -697932,7 +710535,7 @@ }, { "kind": "text", - "text": " custom data that \nallows you to update custom data models linked to the products.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around product update." + "text": " custom data that\nallows you to update custom data models linked to the products.\n\nYou can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around product update." } ], "blockTags": [ @@ -697989,14 +710592,14 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 311, + "line": 383, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L311" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L383" } ], "typeParameters": [ { - "id": 34002, + "id": 17489, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -698007,7 +710610,7 @@ } }, { - "id": 34003, + "id": 17490, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -698020,7 +710623,7 @@ ], "parameters": [ { - "id": 34004, + "id": 17491, "name": "container", "variant": "param", "kind": 32768, @@ -698044,14 +710647,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34005, + "id": 17492, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34006, + "id": 17493, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -698074,7 +710677,7 @@ } }, { - "id": 34007, + "id": 17494, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -698101,8 +710704,8 @@ { "title": "Properties", "children": [ - 34006, - 34007 + 17493, + 17494 ] } ], @@ -698173,7 +710776,7 @@ "typeArguments": [ { "type": "reference", - "target": 33998, + "target": 17485, "name": "UpdateProductWorkflowInput", "package": "@medusajs/core-flows" }, @@ -698191,14 +710794,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -698213,14 +710816,14 @@ ] }, { - "id": 34041, + "id": 17528, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34042, + "id": 17529, "name": "products", "variant": "declaration", "kind": 1024, @@ -698228,9 +710831,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 398, + "line": 501, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L398" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L501" } ], "type": { @@ -698311,14 +710914,14 @@ { "type": "reflection", "declaration": { - "id": 34043, + "id": 17530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34044, + "id": 17531, "name": "config", "variant": "declaration", "kind": 2048, @@ -698332,7 +710935,7 @@ ], "signatures": [ { - "id": 34045, + "id": 17532, "name": "config", "variant": "signature", "kind": 4096, @@ -698346,7 +710949,7 @@ ], "parameters": [ { - "id": 34046, + "id": 17533, "name": "config", "variant": "param", "kind": 32768, @@ -698357,14 +710960,14 @@ { "type": "reflection", "declaration": { - "id": 34047, + "id": 17534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34048, + "id": 17535, "name": "name", "variant": "declaration", "kind": 1024, @@ -698388,7 +710991,7 @@ { "title": "Properties", "children": [ - 34048 + 17535 ] } ], @@ -698473,7 +711076,7 @@ { "title": "Methods", "children": [ - 34044 + 17531 ] } ], @@ -698514,7 +711117,7 @@ "defaultValue": "updatedProducts" }, { - "id": 34049, + "id": 17536, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -698530,9 +711133,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 399, + "line": 502, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L399" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L502" } ], "type": { @@ -698555,22 +711158,22 @@ { "title": "Properties", "children": [ - 34042, - 34049 + 17529, + 17536 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 397, + "line": 500, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L397" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L500" } ] }, { - "id": 34042, + "id": 17529, "name": "products", "variant": "declaration", "kind": 1024, @@ -698578,9 +711181,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 398, + "line": 501, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L398" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L501" } ], "type": { @@ -698661,14 +711264,14 @@ { "type": "reflection", "declaration": { - "id": 34043, + "id": 17530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34044, + "id": 17531, "name": "config", "variant": "declaration", "kind": 2048, @@ -698682,7 +711285,7 @@ ], "signatures": [ { - "id": 34045, + "id": 17532, "name": "config", "variant": "signature", "kind": 4096, @@ -698696,7 +711299,7 @@ ], "parameters": [ { - "id": 34046, + "id": 17533, "name": "config", "variant": "param", "kind": 32768, @@ -698707,14 +711310,14 @@ { "type": "reflection", "declaration": { - "id": 34047, + "id": 17534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34048, + "id": 17535, "name": "name", "variant": "declaration", "kind": 1024, @@ -698738,7 +711341,7 @@ { "title": "Properties", "children": [ - 34048 + 17535 ] } ], @@ -698823,7 +711426,7 @@ { "title": "Methods", "children": [ - 34044 + 17531 ] } ], @@ -698864,7 +711467,7 @@ "defaultValue": "updatedProducts" }, { - "id": 34049, + "id": 17536, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -698880,9 +711483,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 399, + "line": 502, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L399" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L502" } ], "type": { @@ -698901,7 +711504,7 @@ "defaultValue": "input.additional_data" }, { - "id": 34051, + "id": 17538, "name": "exportProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -698913,7 +711516,7 @@ "fileName": "core-flows/src/product/workflows/export-products.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/export-products.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/export-products.ts#L11" } ], "type": { @@ -698923,7 +711526,7 @@ "defaultValue": "\"export-products\"" }, { - "id": 34052, + "id": 17539, "name": "exportProductsWorkflow", "variant": "declaration", "kind": 64, @@ -698979,7 +711582,7 @@ }, "children": [ { - "id": 34060, + "id": 17547, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -699002,7 +711605,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34061, + "id": 17548, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699016,7 +711619,7 @@ ], "signatures": [ { - "id": 34062, + "id": 17549, "name": "__type", "variant": "signature", "kind": 4096, @@ -699044,7 +711647,7 @@ ], "parameters": [ { - "id": 34063, + "id": 17550, "name": "param0", "variant": "param", "kind": 32768, @@ -699060,14 +711663,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34064, + "id": 17551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34065, + "id": 17552, "name": "input", "variant": "declaration", "kind": 1024, @@ -699127,7 +711730,7 @@ { "title": "Properties", "children": [ - 34065 + 17552 ] } ], @@ -699163,14 +711766,14 @@ { "type": "reflection", "declaration": { - "id": 34066, + "id": 17553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34067, + "id": 17554, "name": "config", "variant": "declaration", "kind": 2048, @@ -699184,7 +711787,7 @@ ], "signatures": [ { - "id": 34068, + "id": 17555, "name": "config", "variant": "signature", "kind": 4096, @@ -699198,7 +711801,7 @@ ], "parameters": [ { - "id": 34069, + "id": 17556, "name": "config", "variant": "param", "kind": 32768, @@ -699209,14 +711812,14 @@ { "type": "reflection", "declaration": { - "id": 34070, + "id": 17557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34071, + "id": 17558, "name": "name", "variant": "declaration", "kind": 1024, @@ -699240,7 +711843,7 @@ { "title": "Properties", "children": [ - 34071 + 17558 ] } ], @@ -699317,7 +711920,7 @@ { "title": "Methods", "children": [ - 34067 + 17554 ] } ], @@ -699353,7 +711956,7 @@ } }, { - "id": 34072, + "id": 17559, "name": "run", "variant": "declaration", "kind": 1024, @@ -699376,7 +711979,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34073, + "id": 17560, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699390,7 +711993,7 @@ ], "signatures": [ { - "id": 34074, + "id": 17561, "name": "__type", "variant": "signature", "kind": 4096, @@ -699418,7 +712021,7 @@ ], "typeParameters": [ { - "id": 34075, + "id": 17562, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -699429,7 +712032,7 @@ } }, { - "id": 34076, + "id": 17563, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -699442,7 +712045,7 @@ ], "parameters": [ { - "id": 34077, + "id": 17564, "name": "args", "variant": "param", "kind": 32768, @@ -699475,7 +712078,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699495,7 +712098,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699528,7 +712131,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699543,7 +712146,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699563,7 +712166,7 @@ } }, { - "id": 34078, + "id": 17565, "name": "getName", "variant": "declaration", "kind": 1024, @@ -699586,7 +712189,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34079, + "id": 17566, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699600,7 +712203,7 @@ ], "signatures": [ { - "id": 34080, + "id": 17567, "name": "__type", "variant": "signature", "kind": 4096, @@ -699622,7 +712225,7 @@ } }, { - "id": 34081, + "id": 17568, "name": "config", "variant": "declaration", "kind": 1024, @@ -699645,7 +712248,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34082, + "id": 17569, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699659,7 +712262,7 @@ ], "signatures": [ { - "id": 34083, + "id": 17570, "name": "__type", "variant": "signature", "kind": 4096, @@ -699673,7 +712276,7 @@ ], "parameters": [ { - "id": 34084, + "id": 17571, "name": "config", "variant": "param", "kind": 32768, @@ -699699,7 +712302,7 @@ } }, { - "id": 34085, + "id": 17572, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -699722,7 +712325,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34086, + "id": 17573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699736,14 +712339,14 @@ ], "indexSignatures": [ { - "id": 34087, + "id": 17574, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 34088, + "id": 17575, "name": "key", "variant": "param", "kind": 32768, @@ -699757,7 +712360,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34089, + "id": 17576, "name": "__type", "variant": "declaration", "kind": 65536, @@ -699771,7 +712374,7 @@ ], "signatures": [ { - "id": 34090, + "id": 17577, "name": "__type", "variant": "signature", "kind": 4096, @@ -699785,14 +712388,14 @@ ], "typeParameters": [ { - "id": 34091, + "id": 17578, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34092, + "id": 17579, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -699801,7 +712404,7 @@ ], "parameters": [ { - "id": 34093, + "id": 17580, "name": "invoke", "variant": "param", "kind": 32768, @@ -699819,14 +712422,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699837,7 +712440,7 @@ } }, { - "id": 34094, + "id": 17581, "name": "compensate", "variant": "param", "kind": 32768, @@ -699853,7 +712456,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -699880,7 +712483,7 @@ ], "documents": [ { - "id": 38196, + "id": 21693, "name": "getAllProductsStep", "variant": "document", "kind": 8388608, @@ -699896,6 +712499,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15624" + } + ] } ], "modifierTags": [ @@ -699906,7 +712518,7 @@ "frontmatter": {} }, { - "id": 38197, + "id": 21694, "name": "notifyOnFailureStep", "variant": "document", "kind": 8388608, @@ -699922,6 +712534,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20640" + } + ] } ], "modifierTags": [ @@ -699932,7 +712553,7 @@ "frontmatter": {} }, { - "id": 38198, + "id": 21695, "name": "generateProductCsvStep", "variant": "document", "kind": 8388608, @@ -699948,6 +712569,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15842" + } + ] } ], "modifierTags": [ @@ -699958,7 +712588,7 @@ "frontmatter": {} }, { - "id": 38199, + "id": 21696, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -699974,6 +712604,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -699984,7 +712623,7 @@ "frontmatter": {} }, { - "id": 38200, + "id": 21697, "name": "sendNotificationsStep", "variant": "document", "kind": 8388608, @@ -700000,6 +712639,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20616" + } + ] } ], "modifierTags": [ @@ -700011,21 +712659,21 @@ } ], "childrenIncludingDocuments": [ - 34060, - 34072, - 34078, - 34081, - 34085 + 17547, + 17559, + 17565, + 17568, + 17572 ], "groups": [ { "title": "Properties", "children": [ - 34060, - 34072, - 34078, - 34081, - 34085 + 17547, + 17559, + 17565, + 17568, + 17572 ] } ], @@ -700034,12 +712682,12 @@ "fileName": "core-flows/src/product/workflows/export-products.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/export-products.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/export-products.ts#L53" } ], "signatures": [ { - "id": 34053, + "id": 17540, "name": "exportProductsWorkflow", "variant": "signature", "kind": 4096, @@ -700098,12 +712746,12 @@ "fileName": "core-flows/src/product/workflows/export-products.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/export-products.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/export-products.ts#L53" } ], "typeParameters": [ { - "id": 34054, + "id": 17541, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -700114,7 +712762,7 @@ } }, { - "id": 34055, + "id": 17542, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -700127,7 +712775,7 @@ ], "parameters": [ { - "id": 34056, + "id": 17543, "name": "container", "variant": "param", "kind": 32768, @@ -700151,14 +712799,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34057, + "id": 17544, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34058, + "id": 17545, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -700181,7 +712829,7 @@ } }, { - "id": 34059, + "id": 17546, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -700208,8 +712856,8 @@ { "title": "Properties", "children": [ - 34058, - 34059 + 17545, + 17546 ] } ], @@ -700293,14 +712941,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -700315,7 +712963,7 @@ ] }, { - "id": 34095, + "id": 17582, "name": "importProductsWorkflowId", "variant": "declaration", "kind": 32, @@ -700327,7 +712975,7 @@ "fileName": "core-flows/src/product/workflows/import-products.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/import-products.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/import-products.ts#L16" } ], "type": { @@ -700337,7 +712985,7 @@ "defaultValue": "\"import-products\"" }, { - "id": 34096, + "id": 17583, "name": "importProductsWorkflow", "variant": "declaration", "kind": 64, @@ -700397,7 +713045,7 @@ "content": [ { "kind": "text", - "text": "region,product,sales channel,notification,workflow" + "text": "region,product,sales channel,fulfillment,notification,workflow" } ] } @@ -700405,7 +713053,7 @@ }, "children": [ { - "id": 34104, + "id": 17591, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -700428,7 +713076,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34105, + "id": 17592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -700442,7 +713090,7 @@ ], "signatures": [ { - "id": 34106, + "id": 17593, "name": "__type", "variant": "signature", "kind": 4096, @@ -700470,7 +713118,7 @@ ], "parameters": [ { - "id": 34107, + "id": 17594, "name": "param0", "variant": "param", "kind": 32768, @@ -700486,14 +713134,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34108, + "id": 17595, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34109, + "id": 17596, "name": "input", "variant": "declaration", "kind": 1024, @@ -700553,7 +713201,7 @@ { "title": "Properties", "children": [ - 34109 + 17596 ] } ], @@ -700574,14 +713222,14 @@ { "type": "reflection", "declaration": { - "id": 34110, + "id": 17597, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34111, + "id": 17598, "name": "toCreate", "variant": "declaration", "kind": 1024, @@ -700619,7 +713267,7 @@ } }, { - "id": 34112, + "id": 17599, "name": "toUpdate", "variant": "declaration", "kind": 1024, @@ -700661,8 +713309,8 @@ { "title": "Properties", "children": [ - 34111, - 34112 + 17598, + 17599 ] } ], @@ -700707,14 +713355,14 @@ { "type": "reflection", "declaration": { - "id": 34113, + "id": 17600, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34114, + "id": 17601, "name": "config", "variant": "declaration", "kind": 2048, @@ -700728,7 +713376,7 @@ ], "signatures": [ { - "id": 34115, + "id": 17602, "name": "config", "variant": "signature", "kind": 4096, @@ -700742,7 +713390,7 @@ ], "parameters": [ { - "id": 34116, + "id": 17603, "name": "config", "variant": "param", "kind": 32768, @@ -700753,14 +713401,14 @@ { "type": "reflection", "declaration": { - "id": 34117, + "id": 17604, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34118, + "id": 17605, "name": "name", "variant": "declaration", "kind": 1024, @@ -700784,7 +713432,7 @@ { "title": "Properties", "children": [ - 34118 + 17605 ] } ], @@ -700866,7 +713514,7 @@ { "title": "Methods", "children": [ - 34114 + 17601 ] } ], @@ -700907,7 +713555,7 @@ } }, { - "id": 34119, + "id": 17606, "name": "run", "variant": "declaration", "kind": 1024, @@ -700930,7 +713578,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34120, + "id": 17607, "name": "__type", "variant": "declaration", "kind": 65536, @@ -700944,7 +713592,7 @@ ], "signatures": [ { - "id": 34121, + "id": 17608, "name": "__type", "variant": "signature", "kind": 4096, @@ -700972,7 +713620,7 @@ ], "typeParameters": [ { - "id": 34122, + "id": 17609, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -700983,7 +713631,7 @@ } }, { - "id": 34123, + "id": 17610, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -700996,7 +713644,7 @@ ], "parameters": [ { - "id": 34124, + "id": 17611, "name": "args", "variant": "param", "kind": 32768, @@ -701029,7 +713677,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -701049,7 +713697,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -701082,7 +713730,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -701102,7 +713750,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -701122,7 +713770,7 @@ } }, { - "id": 34125, + "id": 17612, "name": "getName", "variant": "declaration", "kind": 1024, @@ -701145,7 +713793,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34126, + "id": 17613, "name": "__type", "variant": "declaration", "kind": 65536, @@ -701159,7 +713807,7 @@ ], "signatures": [ { - "id": 34127, + "id": 17614, "name": "__type", "variant": "signature", "kind": 4096, @@ -701181,7 +713829,7 @@ } }, { - "id": 34128, + "id": 17615, "name": "config", "variant": "declaration", "kind": 1024, @@ -701204,7 +713852,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34129, + "id": 17616, "name": "__type", "variant": "declaration", "kind": 65536, @@ -701218,7 +713866,7 @@ ], "signatures": [ { - "id": 34130, + "id": 17617, "name": "__type", "variant": "signature", "kind": 4096, @@ -701232,7 +713880,7 @@ ], "parameters": [ { - "id": 34131, + "id": 17618, "name": "config", "variant": "param", "kind": 32768, @@ -701258,7 +713906,7 @@ } }, { - "id": 34132, + "id": 17619, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -701286,7 +713934,7 @@ ], "documents": [ { - "id": 38201, + "id": 21698, "name": "parseProductCsvStep", "variant": "document", "kind": 8388608, @@ -701302,6 +713950,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15858" + } + ] } ], "modifierTags": [ @@ -701312,7 +713969,7 @@ "frontmatter": {} }, { - "id": 38202, + "id": 21699, "name": "groupProductsForBatchStep", "variant": "document", "kind": 8388608, @@ -701328,6 +713985,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15879" + } + ] } ], "modifierTags": [ @@ -701338,7 +714004,7 @@ "frontmatter": {} }, { - "id": 38203, + "id": 21700, "name": "waitConfirmationProductImportStep", "variant": "document", "kind": 8388608, @@ -701354,6 +714020,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15898" + } + ] } ], "modifierTags": [ @@ -701364,7 +714039,7 @@ "frontmatter": {} }, { - "id": 38204, + "id": 21701, "name": "notifyOnFailureStep", "variant": "document", "kind": 8388608, @@ -701380,6 +714055,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20640" + } + ] } ], "modifierTags": [ @@ -701390,7 +714074,7 @@ "frontmatter": {} }, { - "id": 38205, + "id": 21702, "name": "sendNotificationsStep", "variant": "document", "kind": 8388608, @@ -701406,6 +714090,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20616" + } + ] } ], "modifierTags": [ @@ -701417,21 +714110,21 @@ } ], "childrenIncludingDocuments": [ - 34104, - 34119, - 34125, - 34128, - 34132 + 17591, + 17606, + 17612, + 17615, + 17619 ], "groups": [ { "title": "Properties", "children": [ - 34104, - 34119, - 34125, - 34128, - 34132 + 17591, + 17606, + 17612, + 17615, + 17619 ] } ], @@ -701440,12 +714133,12 @@ "fileName": "core-flows/src/product/workflows/import-products.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/import-products.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/import-products.ts#L92" } ], "signatures": [ { - "id": 34097, + "id": 17584, "name": "importProductsWorkflow", "variant": "signature", "kind": 4096, @@ -701505,7 +714198,7 @@ "content": [ { "kind": "text", - "text": "region,product,sales channel,notification,workflow" + "text": "region,product,sales channel,fulfillment,notification,workflow" } ] } @@ -701516,12 +714209,12 @@ "fileName": "core-flows/src/product/workflows/import-products.ts", "line": 92, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/import-products.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/import-products.ts#L92" } ], "typeParameters": [ { - "id": 34098, + "id": 17585, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -701532,7 +714225,7 @@ } }, { - "id": 34099, + "id": 17586, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -701545,7 +714238,7 @@ ], "parameters": [ { - "id": 34100, + "id": 17587, "name": "container", "variant": "param", "kind": 32768, @@ -701569,14 +714262,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34101, + "id": 17588, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34102, + "id": 17589, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -701599,7 +714292,7 @@ } }, { - "id": 34103, + "id": 17590, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -701626,8 +714319,8 @@ { "title": "Properties", "children": [ - 34102, - 34103 + 17589, + 17590 ] } ], @@ -701716,14 +714409,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -701738,7 +714431,7 @@ ] }, { - "id": 34137, + "id": 17624, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -701756,7 +714449,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" } ], "type": { @@ -701765,7 +714458,7 @@ } }, { - "id": 34138, + "id": 17625, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -701783,7 +714476,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" } ], "type": { @@ -701792,7 +714485,7 @@ } }, { - "id": 34139, + "id": 17626, "name": "prices", "variant": "declaration", "kind": 1024, @@ -701812,7 +714505,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" } ], "type": { @@ -701843,7 +714536,7 @@ } }, { - "id": 34135, + "id": 17622, "name": "variantPrices", "variant": "declaration", "kind": 1024, @@ -701861,7 +714554,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" } ], "type": { @@ -701869,14 +714562,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34136, + "id": 17623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34137, + "id": 17624, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -701894,7 +714587,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" } ], "type": { @@ -701903,7 +714596,7 @@ } }, { - "id": 34138, + "id": 17625, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -701921,7 +714614,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" } ], "type": { @@ -701930,7 +714623,7 @@ } }, { - "id": 34139, + "id": 17626, "name": "prices", "variant": "declaration", "kind": 1024, @@ -701950,7 +714643,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" } ], "type": { @@ -701985,9 +714678,9 @@ { "title": "Properties", "children": [ - 34137, - 34138, - 34139 + 17624, + 17625, + 17626 ] } ], @@ -701996,7 +714689,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 23, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" } ] } @@ -702004,7 +714697,7 @@ } }, { - "id": 34140, + "id": 17627, "name": "previousVariantIds", "variant": "declaration", "kind": 1024, @@ -702022,7 +714715,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L40" } ], "type": { @@ -702034,7 +714727,7 @@ } }, { - "id": 34141, + "id": 17628, "name": "upsertVariantPricesWorkflowId", "variant": "declaration", "kind": 32, @@ -702046,7 +714739,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L43" } ], "type": { @@ -702056,7 +714749,7 @@ "defaultValue": "\"upsert-variant-prices\"" }, { - "id": 34142, + "id": 17629, "name": "upsertVariantPricesWorkflow", "variant": "declaration", "kind": 64, @@ -702109,7 +714802,7 @@ }, "children": [ { - "id": 34150, + "id": 17637, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -702132,7 +714825,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34151, + "id": 17638, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702146,7 +714839,7 @@ ], "signatures": [ { - "id": 34152, + "id": 17639, "name": "__type", "variant": "signature", "kind": 4096, @@ -702174,7 +714867,7 @@ ], "parameters": [ { - "id": 34153, + "id": 17640, "name": "param0", "variant": "param", "kind": 32768, @@ -702190,14 +714883,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34154, + "id": 17641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34155, + "id": 17642, "name": "input", "variant": "declaration", "kind": 1024, @@ -702222,7 +714915,7 @@ "types": [ { "type": "reference", - "target": 34133, + "target": 17620, "name": "UpsertVariantPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -702235,7 +714928,7 @@ "typeArguments": [ { "type": "reference", - "target": 34133, + "target": 17620, "name": "UpsertVariantPricesWorkflowInput", "package": "@medusajs/core-flows" } @@ -702251,7 +714944,7 @@ { "title": "Properties", "children": [ - 34155 + 17642 ] } ], @@ -702287,14 +714980,14 @@ { "type": "reflection", "declaration": { - "id": 34156, + "id": 17643, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34157, + "id": 17644, "name": "config", "variant": "declaration", "kind": 2048, @@ -702308,7 +715001,7 @@ ], "signatures": [ { - "id": 34158, + "id": 17645, "name": "config", "variant": "signature", "kind": 4096, @@ -702322,7 +715015,7 @@ ], "parameters": [ { - "id": 34159, + "id": 17646, "name": "config", "variant": "param", "kind": 32768, @@ -702333,14 +715026,14 @@ { "type": "reflection", "declaration": { - "id": 34160, + "id": 17647, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34161, + "id": 17648, "name": "name", "variant": "declaration", "kind": 1024, @@ -702364,7 +715057,7 @@ { "title": "Properties", "children": [ - 34161 + 17648 ] } ], @@ -702441,7 +715134,7 @@ { "title": "Methods", "children": [ - 34157 + 17644 ] } ], @@ -702477,7 +715170,7 @@ } }, { - "id": 34162, + "id": 17649, "name": "run", "variant": "declaration", "kind": 1024, @@ -702500,7 +715193,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34163, + "id": 17650, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702514,7 +715207,7 @@ ], "signatures": [ { - "id": 34164, + "id": 17651, "name": "__type", "variant": "signature", "kind": 4096, @@ -702542,7 +715235,7 @@ ], "typeParameters": [ { - "id": 34165, + "id": 17652, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -702553,7 +715246,7 @@ } }, { - "id": 34166, + "id": 17653, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -702566,7 +715259,7 @@ ], "parameters": [ { - "id": 34167, + "id": 17654, "name": "args", "variant": "param", "kind": 32768, @@ -702599,7 +715292,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -702610,13 +715303,13 @@ }, "trueType": { "type": "reference", - "target": 34133, + "target": 17620, "name": "UpsertVariantPricesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -702649,7 +715342,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -702664,7 +715357,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -702684,7 +715377,7 @@ } }, { - "id": 34168, + "id": 17655, "name": "getName", "variant": "declaration", "kind": 1024, @@ -702707,7 +715400,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34169, + "id": 17656, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702721,7 +715414,7 @@ ], "signatures": [ { - "id": 34170, + "id": 17657, "name": "__type", "variant": "signature", "kind": 4096, @@ -702743,7 +715436,7 @@ } }, { - "id": 34171, + "id": 17658, "name": "config", "variant": "declaration", "kind": 1024, @@ -702766,7 +715459,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34172, + "id": 17659, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702780,7 +715473,7 @@ ], "signatures": [ { - "id": 34173, + "id": 17660, "name": "__type", "variant": "signature", "kind": 4096, @@ -702794,7 +715487,7 @@ ], "parameters": [ { - "id": 34174, + "id": 17661, "name": "config", "variant": "param", "kind": 32768, @@ -702820,7 +715513,7 @@ } }, { - "id": 34175, + "id": 17662, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -702843,7 +715536,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34176, + "id": 17663, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702857,14 +715550,14 @@ ], "indexSignatures": [ { - "id": 34177, + "id": 17664, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 34178, + "id": 17665, "name": "key", "variant": "param", "kind": 32768, @@ -702878,7 +715571,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34179, + "id": 17666, "name": "__type", "variant": "declaration", "kind": 65536, @@ -702892,7 +715585,7 @@ ], "signatures": [ { - "id": 34180, + "id": 17667, "name": "__type", "variant": "signature", "kind": 4096, @@ -702906,14 +715599,14 @@ ], "typeParameters": [ { - "id": 34181, + "id": 17668, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34182, + "id": 17669, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -702922,7 +715615,7 @@ ], "parameters": [ { - "id": 34183, + "id": 17670, "name": "invoke", "variant": "param", "kind": 32768, @@ -702940,14 +715633,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -702958,7 +715651,7 @@ } }, { - "id": 34184, + "id": 17671, "name": "compensate", "variant": "param", "kind": 32768, @@ -702974,7 +715667,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -703001,7 +715694,7 @@ ], "documents": [ { - "id": 38206, + "id": 21703, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -703017,6 +715710,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -703027,7 +715729,7 @@ "frontmatter": {} }, { - "id": 38207, + "id": 21704, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -703043,6 +715745,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -703053,7 +715764,7 @@ "frontmatter": {} }, { - "id": 38208, + "id": 21705, "name": "updatePriceSetsStep", "variant": "document", "kind": 8388608, @@ -703069,6 +715780,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15395" + } + ] } ], "modifierTags": [ @@ -703079,7 +715799,7 @@ "frontmatter": {} }, { - "id": 38209, + "id": 21706, "name": "createPriceSetsStep", "variant": "document", "kind": 8388608, @@ -703095,6 +715815,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15377" + } + ] } ], "modifierTags": [ @@ -703105,7 +715834,7 @@ "frontmatter": {} }, { - "id": 38210, + "id": 21707, "name": "createVariantPricingLinkStep", "variant": "document", "kind": 8388608, @@ -703121,6 +715850,15 @@ "text": "5" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15642" + } + ] } ], "modifierTags": [ @@ -703132,21 +715870,21 @@ } ], "childrenIncludingDocuments": [ - 34150, - 34162, - 34168, - 34171, - 34175 + 17637, + 17649, + 17655, + 17658, + 17662 ], "groups": [ { "title": "Properties", "children": [ - 34150, - 34162, - 34168, - 34171, - 34175 + 17637, + 17649, + 17655, + 17658, + 17662 ] } ], @@ -703155,12 +715893,12 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L80" } ], "signatures": [ { - "id": 34143, + "id": 17630, "name": "upsertVariantPricesWorkflow", "variant": "signature", "kind": 4096, @@ -703216,12 +715954,12 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L80" } ], "typeParameters": [ { - "id": 34144, + "id": 17631, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -703232,7 +715970,7 @@ } }, { - "id": 34145, + "id": 17632, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -703245,7 +715983,7 @@ ], "parameters": [ { - "id": 34146, + "id": 17633, "name": "container", "variant": "param", "kind": 32768, @@ -703269,14 +716007,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34147, + "id": 17634, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34148, + "id": 17635, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -703299,7 +716037,7 @@ } }, { - "id": 34149, + "id": 17636, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -703326,8 +716064,8 @@ { "title": "Properties", "children": [ - 34148, - 34149 + 17635, + 17636 ] } ], @@ -703398,7 +716136,7 @@ "typeArguments": [ { "type": "reference", - "target": 34133, + "target": 17620, "name": "UpsertVariantPricesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -703408,14 +716146,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -703434,21 +716172,21 @@ ] }, { - "id": 16597, + "id": 57, "name": "Product Category", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16598, + "id": 58, "name": "Steps_Product Category", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 34187, + "id": 17674, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -703466,7 +716204,7 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L15" } ], "type": { @@ -703483,7 +716221,7 @@ } }, { - "id": 34188, + "id": 17675, "name": "createProductCategoriesStepId", "variant": "declaration", "kind": 32, @@ -703495,7 +716233,7 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L18" } ], "type": { @@ -703505,7 +716243,7 @@ "defaultValue": "\"create-product-categories\"" }, { - "id": 34189, + "id": 17676, "name": "createProductCategoriesStep", "variant": "declaration", "kind": 64, @@ -703540,7 +716278,7 @@ }, "children": [ { - "id": 34198, + "id": 17685, "name": "__type", "variant": "declaration", "kind": 1024, @@ -703558,7 +716296,7 @@ } }, { - "id": 34199, + "id": 17686, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -703580,8 +716318,8 @@ { "title": "Properties", "children": [ - 34198, - 34199 + 17685, + 17686 ] } ], @@ -703590,12 +716328,12 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L31" } ], "signatures": [ { - "id": 34190, + "id": 17677, "name": "createProductCategoriesStep", "variant": "signature", "kind": 4096, @@ -703633,12 +716371,12 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L31" } ], "parameters": [ { - "id": 34191, + "id": 17678, "name": "input", "variant": "param", "kind": 32768, @@ -703648,7 +716386,7 @@ "types": [ { "type": "reference", - "target": 34185, + "target": 17672, "name": "CreateProductCategoriesStepInput", "package": "@medusajs/core-flows" }, @@ -703661,7 +716399,7 @@ "typeArguments": [ { "type": "reference", - "target": 34185, + "target": 17672, "name": "CreateProductCategoriesStepInput", "package": "@medusajs/core-flows" } @@ -703751,14 +716489,14 @@ { "type": "reflection", "declaration": { - "id": 34192, + "id": 17679, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34193, + "id": 17680, "name": "config", "variant": "declaration", "kind": 2048, @@ -703772,7 +716510,7 @@ ], "signatures": [ { - "id": 34194, + "id": 17681, "name": "config", "variant": "signature", "kind": 4096, @@ -703786,7 +716524,7 @@ ], "parameters": [ { - "id": 34195, + "id": 17682, "name": "config", "variant": "param", "kind": 32768, @@ -703797,14 +716535,14 @@ { "type": "reflection", "declaration": { - "id": 34196, + "id": 17683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34197, + "id": 17684, "name": "name", "variant": "declaration", "kind": 1024, @@ -703828,7 +716566,7 @@ { "title": "Properties", "children": [ - 34197 + 17684 ] } ], @@ -703913,7 +716651,7 @@ { "title": "Methods", "children": [ - 34193 + 17680 ] } ], @@ -703955,7 +716693,7 @@ ] }, { - "id": 34202, + "id": 17689, "name": "selector", "variant": "declaration", "kind": 1024, @@ -703973,7 +716711,7 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L19" } ], "type": { @@ -703987,7 +716725,7 @@ } }, { - "id": 34203, + "id": 17690, "name": "update", "variant": "declaration", "kind": 1024, @@ -704005,7 +716743,7 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L23" } ], "type": { @@ -704019,7 +716757,7 @@ } }, { - "id": 34204, + "id": 17691, "name": "updateProductCategoriesStepId", "variant": "declaration", "kind": 32, @@ -704031,7 +716769,7 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L26" } ], "type": { @@ -704041,7 +716779,7 @@ "defaultValue": "\"update-product-categories\"" }, { - "id": 34205, + "id": 17692, "name": "updateProductCategoriesStep", "variant": "declaration", "kind": 64, @@ -704076,7 +716814,7 @@ }, "children": [ { - "id": 34214, + "id": 17701, "name": "__type", "variant": "declaration", "kind": 1024, @@ -704094,7 +716832,7 @@ } }, { - "id": 34215, + "id": 17702, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -704116,8 +716854,8 @@ { "title": "Properties", "children": [ - 34214, - 34215 + 17701, + 17702 ] } ], @@ -704126,12 +716864,12 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L40" } ], "signatures": [ { - "id": 34206, + "id": 17693, "name": "updateProductCategoriesStep", "variant": "signature", "kind": 4096, @@ -704169,12 +716907,12 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L40" } ], "parameters": [ { - "id": 34207, + "id": 17694, "name": "input", "variant": "param", "kind": 32768, @@ -704184,7 +716922,7 @@ "types": [ { "type": "reference", - "target": 34200, + "target": 17687, "name": "UpdateProductCategoriesStepInput", "package": "@medusajs/core-flows" }, @@ -704197,7 +716935,7 @@ "typeArguments": [ { "type": "reference", - "target": 34200, + "target": 17687, "name": "UpdateProductCategoriesStepInput", "package": "@medusajs/core-flows" } @@ -704287,14 +717025,14 @@ { "type": "reflection", "declaration": { - "id": 34208, + "id": 17695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34209, + "id": 17696, "name": "config", "variant": "declaration", "kind": 2048, @@ -704308,7 +717046,7 @@ ], "signatures": [ { - "id": 34210, + "id": 17697, "name": "config", "variant": "signature", "kind": 4096, @@ -704322,7 +717060,7 @@ ], "parameters": [ { - "id": 34211, + "id": 17698, "name": "config", "variant": "param", "kind": 32768, @@ -704333,14 +717071,14 @@ { "type": "reflection", "declaration": { - "id": 34212, + "id": 17699, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34213, + "id": 17700, "name": "name", "variant": "declaration", "kind": 1024, @@ -704364,7 +717102,7 @@ { "title": "Properties", "children": [ - 34213 + 17700 ] } ], @@ -704449,7 +717187,7 @@ { "title": "Methods", "children": [ - 34209 + 17696 ] } ], @@ -704491,7 +717229,7 @@ ] }, { - "id": 34217, + "id": 17704, "name": "deleteProductCategoriesStepId", "variant": "declaration", "kind": 32, @@ -704503,7 +717241,7 @@ "fileName": "core-flows/src/product-category/steps/delete-product-categories.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L10" } ], "type": { @@ -704513,7 +717251,7 @@ "defaultValue": "\"delete-product-categories\"" }, { - "id": 34218, + "id": 17705, "name": "deleteProductCategoriesStep", "variant": "declaration", "kind": 64, @@ -704539,7 +717277,7 @@ }, "children": [ { - "id": 34221, + "id": 17708, "name": "__type", "variant": "declaration", "kind": 1024, @@ -704557,7 +717295,7 @@ } }, { - "id": 34222, + "id": 17709, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -704579,8 +717317,8 @@ { "title": "Properties", "children": [ - 34221, - 34222 + 17708, + 17709 ] } ], @@ -704589,12 +717327,12 @@ "fileName": "core-flows/src/product-category/steps/delete-product-categories.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L14" } ], "signatures": [ { - "id": 34219, + "id": 17706, "name": "deleteProductCategoriesStep", "variant": "signature", "kind": 4096, @@ -704623,12 +717361,12 @@ "fileName": "core-flows/src/product-category/steps/delete-product-categories.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L14" } ], "parameters": [ { - "id": 34220, + "id": 17707, "name": "input", "variant": "param", "kind": 32768, @@ -704638,7 +717376,7 @@ "types": [ { "type": "reference", - "target": 34216, + "target": 17703, "name": "DeleteProductCategoriesStepInput", "package": "@medusajs/core-flows" }, @@ -704651,7 +717389,7 @@ "typeArguments": [ { "type": "reference", - "target": 34216, + "target": 17703, "name": "DeleteProductCategoriesStepInput", "package": "@medusajs/core-flows" } @@ -704673,14 +717411,14 @@ ] }, { - "id": 16599, + "id": 59, "name": "Workflows_Product Category", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 34224, + "id": 17711, "name": "createProductCategoriesWorkflowId", "variant": "declaration", "kind": 32, @@ -704692,7 +717430,7 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L21" } ], "type": { @@ -704702,7 +717440,7 @@ "defaultValue": "\"create-product-categories\"" }, { - "id": 34225, + "id": 17712, "name": "createProductCategoriesWorkflow", "variant": "declaration", "kind": 64, @@ -704746,7 +717484,7 @@ }, "children": [ { - "id": 34233, + "id": 17720, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -704769,7 +717507,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34234, + "id": 17721, "name": "__type", "variant": "declaration", "kind": 65536, @@ -704783,7 +717521,7 @@ ], "signatures": [ { - "id": 34235, + "id": 17722, "name": "__type", "variant": "signature", "kind": 4096, @@ -704811,7 +717549,7 @@ ], "parameters": [ { - "id": 34236, + "id": 17723, "name": "param0", "variant": "param", "kind": 32768, @@ -704827,14 +717565,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34237, + "id": 17724, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34238, + "id": 17725, "name": "input", "variant": "declaration", "kind": 1024, @@ -704894,7 +717632,7 @@ { "title": "Properties", "children": [ - 34238 + 17725 ] } ], @@ -704987,14 +717725,14 @@ { "type": "reflection", "declaration": { - "id": 34239, + "id": 17726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34240, + "id": 17727, "name": "config", "variant": "declaration", "kind": 2048, @@ -705008,7 +717746,7 @@ ], "signatures": [ { - "id": 34241, + "id": 17728, "name": "config", "variant": "signature", "kind": 4096, @@ -705022,7 +717760,7 @@ ], "parameters": [ { - "id": 34242, + "id": 17729, "name": "config", "variant": "param", "kind": 32768, @@ -705033,14 +717771,14 @@ { "type": "reflection", "declaration": { - "id": 34243, + "id": 17730, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34244, + "id": 17731, "name": "name", "variant": "declaration", "kind": 1024, @@ -705064,7 +717802,7 @@ { "title": "Properties", "children": [ - 34244 + 17731 ] } ], @@ -705149,7 +717887,7 @@ { "title": "Methods", "children": [ - 34240 + 17727 ] } ], @@ -705193,7 +717931,7 @@ } }, { - "id": 34245, + "id": 17732, "name": "run", "variant": "declaration", "kind": 1024, @@ -705216,7 +717954,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34246, + "id": 17733, "name": "__type", "variant": "declaration", "kind": 65536, @@ -705230,7 +717968,7 @@ ], "signatures": [ { - "id": 34247, + "id": 17734, "name": "__type", "variant": "signature", "kind": 4096, @@ -705258,7 +717996,7 @@ ], "typeParameters": [ { - "id": 34248, + "id": 17735, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -705269,7 +718007,7 @@ } }, { - "id": 34249, + "id": 17736, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -705282,7 +718020,7 @@ ], "parameters": [ { - "id": 34250, + "id": 17737, "name": "args", "variant": "param", "kind": 32768, @@ -705315,7 +718053,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -705335,7 +718073,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -705368,7 +718106,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -705391,7 +718129,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -705411,7 +718149,7 @@ } }, { - "id": 34251, + "id": 17738, "name": "getName", "variant": "declaration", "kind": 1024, @@ -705434,7 +718172,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34252, + "id": 17739, "name": "__type", "variant": "declaration", "kind": 65536, @@ -705448,7 +718186,7 @@ ], "signatures": [ { - "id": 34253, + "id": 17740, "name": "__type", "variant": "signature", "kind": 4096, @@ -705470,7 +718208,7 @@ } }, { - "id": 34254, + "id": 17741, "name": "config", "variant": "declaration", "kind": 1024, @@ -705493,7 +718231,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34255, + "id": 17742, "name": "__type", "variant": "declaration", "kind": 65536, @@ -705507,7 +718245,7 @@ ], "signatures": [ { - "id": 34256, + "id": 17743, "name": "__type", "variant": "signature", "kind": 4096, @@ -705521,7 +718259,7 @@ ], "parameters": [ { - "id": 34257, + "id": 17744, "name": "config", "variant": "param", "kind": 32768, @@ -705547,7 +718285,7 @@ } }, { - "id": 34258, + "id": 17745, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -705570,14 +718308,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34259, + "id": 17746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34260, + "id": 17747, "name": "categoriesCreated", "variant": "declaration", "kind": 1024, @@ -705585,7 +718323,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34261, + "id": 17748, "name": "__type", "variant": "declaration", "kind": 65536, @@ -705599,7 +718337,7 @@ ], "signatures": [ { - "id": 34262, + "id": 17749, "name": "__type", "variant": "signature", "kind": 4096, @@ -705613,14 +718351,14 @@ ], "typeParameters": [ { - "id": 34263, + "id": 17750, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34264, + "id": 17751, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -705629,7 +718367,7 @@ ], "parameters": [ { - "id": 34265, + "id": 17752, "name": "invoke", "variant": "param", "kind": 32768, @@ -705644,14 +718382,14 @@ { "type": "reflection", "declaration": { - "id": 34266, + "id": 17753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34267, + "id": 17754, "name": "categories", "variant": "declaration", "kind": 1024, @@ -705661,7 +718399,7 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 67, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" } ], "type": { @@ -705742,14 +718480,14 @@ { "type": "reflection", "declaration": { - "id": 34268, + "id": 17755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34269, + "id": 17756, "name": "config", "variant": "declaration", "kind": 2048, @@ -705763,7 +718501,7 @@ ], "signatures": [ { - "id": 34270, + "id": 17757, "name": "config", "variant": "signature", "kind": 4096, @@ -705777,7 +718515,7 @@ ], "parameters": [ { - "id": 34271, + "id": 17758, "name": "config", "variant": "param", "kind": 32768, @@ -705788,14 +718526,14 @@ { "type": "reflection", "declaration": { - "id": 34272, + "id": 17759, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34273, + "id": 17760, "name": "name", "variant": "declaration", "kind": 1024, @@ -705819,7 +718557,7 @@ { "title": "Properties", "children": [ - 34273 + 17760 ] } ], @@ -705904,7 +718642,7 @@ { "title": "Methods", "children": [ - 34269 + 17756 ] } ], @@ -705949,7 +718687,7 @@ { "title": "Properties", "children": [ - 34267 + 17754 ] } ], @@ -705958,21 +718696,21 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 66, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L66" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -705983,7 +718721,7 @@ } }, { - "id": 34274, + "id": 17761, "name": "compensate", "variant": "param", "kind": 32768, @@ -705999,7 +718737,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -706018,13 +718756,86 @@ ] } } + }, + { + "id": 21710, + "name": "categoriesCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createProductCategoriesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateProductCategoriesWorkflow.hooks.categoriesCreated(\n\t(async ({ categories }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21711, + "name": "categoriesCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21712, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17753, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34260 + 17747 + ] + }, + { + "title": "Functions", + "children": [ + 21710 ] } ], @@ -706041,7 +718852,7 @@ ], "documents": [ { - "id": 38211, + "id": 21708, "name": "createProductCategoriesStep", "variant": "document", "kind": 8388608, @@ -706057,6 +718868,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17676" + } + ] } ], "modifierTags": [ @@ -706067,7 +718887,7 @@ "frontmatter": {} }, { - "id": 38212, + "id": 21709, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -706083,6 +718903,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -706093,7 +718922,7 @@ "frontmatter": {} }, { - "id": 38216, + "id": 21713, "name": "categoriesCreated", "variant": "document", "kind": 8388608, @@ -706109,6 +718938,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21710" + } + ] } ], "modifierTags": [ @@ -706120,21 +718958,21 @@ } ], "childrenIncludingDocuments": [ - 34233, - 34245, - 34251, - 34254, - 34258 + 17720, + 17732, + 17738, + 17741, + 17745 ], "groups": [ { "title": "Properties", "children": [ - 34233, - 34245, - 34251, - 34254, - 34258 + 17720, + 17732, + 17738, + 17741, + 17745 ] } ], @@ -706143,12 +718981,12 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L45" } ], "signatures": [ { - "id": 34226, + "id": 17713, "name": "createProductCategoriesWorkflow", "variant": "signature", "kind": 4096, @@ -706195,12 +719033,12 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 45, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L45" } ], "typeParameters": [ { - "id": 34227, + "id": 17714, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -706211,7 +719049,7 @@ } }, { - "id": 34228, + "id": 17715, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -706224,7 +719062,7 @@ ], "parameters": [ { - "id": 34229, + "id": 17716, "name": "container", "variant": "param", "kind": 32768, @@ -706248,14 +719086,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34230, + "id": 17717, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34231, + "id": 17718, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -706278,7 +719116,7 @@ } }, { - "id": 34232, + "id": 17719, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -706305,8 +719143,8 @@ { "title": "Properties", "children": [ - 34231, - 34232 + 17718, + 17719 ] } ], @@ -706398,14 +719236,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -706420,14 +719258,14 @@ ] }, { - "id": 34266, + "id": 17753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34267, + "id": 17754, "name": "categories", "variant": "declaration", "kind": 1024, @@ -706437,7 +719275,7 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 67, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" } ], "type": { @@ -706518,14 +719356,14 @@ { "type": "reflection", "declaration": { - "id": 34268, + "id": 17755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34269, + "id": 17756, "name": "config", "variant": "declaration", "kind": 2048, @@ -706539,7 +719377,7 @@ ], "signatures": [ { - "id": 34270, + "id": 17757, "name": "config", "variant": "signature", "kind": 4096, @@ -706553,7 +719391,7 @@ ], "parameters": [ { - "id": 34271, + "id": 17758, "name": "config", "variant": "param", "kind": 32768, @@ -706564,14 +719402,14 @@ { "type": "reflection", "declaration": { - "id": 34272, + "id": 17759, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34273, + "id": 17760, "name": "name", "variant": "declaration", "kind": 1024, @@ -706595,7 +719433,7 @@ { "title": "Properties", "children": [ - 34273 + 17760 ] } ], @@ -706680,7 +719518,7 @@ { "title": "Methods", "children": [ - 34269 + 17756 ] } ], @@ -706725,7 +719563,7 @@ { "title": "Properties", "children": [ - 34267 + 17754 ] } ], @@ -706734,12 +719572,12 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 66, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L66" } ] }, { - "id": 34267, + "id": 17754, "name": "categories", "variant": "declaration", "kind": 1024, @@ -706749,7 +719587,7 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 67, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L67" } ], "type": { @@ -706830,14 +719668,14 @@ { "type": "reflection", "declaration": { - "id": 34268, + "id": 17755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34269, + "id": 17756, "name": "config", "variant": "declaration", "kind": 2048, @@ -706851,7 +719689,7 @@ ], "signatures": [ { - "id": 34270, + "id": 17757, "name": "config", "variant": "signature", "kind": 4096, @@ -706865,7 +719703,7 @@ ], "parameters": [ { - "id": 34271, + "id": 17758, "name": "config", "variant": "param", "kind": 32768, @@ -706876,14 +719714,14 @@ { "type": "reflection", "declaration": { - "id": 34272, + "id": 17759, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34273, + "id": 17760, "name": "name", "variant": "declaration", "kind": 1024, @@ -706907,7 +719745,7 @@ { "title": "Properties", "children": [ - 34273 + 17760 ] } ], @@ -706992,7 +719830,7 @@ { "title": "Methods", "children": [ - 34269 + 17756 ] } ], @@ -707033,7 +719871,7 @@ "defaultValue": "createdCategories" }, { - "id": 34276, + "id": 17763, "name": "updateProductCategoriesWorkflowId", "variant": "declaration", "kind": 32, @@ -707045,7 +719883,7 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L18" } ], "type": { @@ -707055,7 +719893,7 @@ "defaultValue": "\"update-product-categories\"" }, { - "id": 34277, + "id": 17764, "name": "updateProductCategoriesWorkflow", "variant": "declaration", "kind": 64, @@ -707099,7 +719937,7 @@ }, "children": [ { - "id": 34285, + "id": 17772, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -707122,7 +719960,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34286, + "id": 17773, "name": "__type", "variant": "declaration", "kind": 65536, @@ -707136,7 +719974,7 @@ ], "signatures": [ { - "id": 34287, + "id": 17774, "name": "__type", "variant": "signature", "kind": 4096, @@ -707164,7 +720002,7 @@ ], "parameters": [ { - "id": 34288, + "id": 17775, "name": "param0", "variant": "param", "kind": 32768, @@ -707180,14 +720018,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34289, + "id": 17776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34290, + "id": 17777, "name": "input", "variant": "declaration", "kind": 1024, @@ -707247,7 +720085,7 @@ { "title": "Properties", "children": [ - 34290 + 17777 ] } ], @@ -707340,14 +720178,14 @@ { "type": "reflection", "declaration": { - "id": 34291, + "id": 17778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34292, + "id": 17779, "name": "config", "variant": "declaration", "kind": 2048, @@ -707361,7 +720199,7 @@ ], "signatures": [ { - "id": 34293, + "id": 17780, "name": "config", "variant": "signature", "kind": 4096, @@ -707375,7 +720213,7 @@ ], "parameters": [ { - "id": 34294, + "id": 17781, "name": "config", "variant": "param", "kind": 32768, @@ -707386,14 +720224,14 @@ { "type": "reflection", "declaration": { - "id": 34295, + "id": 17782, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34296, + "id": 17783, "name": "name", "variant": "declaration", "kind": 1024, @@ -707417,7 +720255,7 @@ { "title": "Properties", "children": [ - 34296 + 17783 ] } ], @@ -707502,7 +720340,7 @@ { "title": "Methods", "children": [ - 34292 + 17779 ] } ], @@ -707546,7 +720384,7 @@ } }, { - "id": 34297, + "id": 17784, "name": "run", "variant": "declaration", "kind": 1024, @@ -707569,7 +720407,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34298, + "id": 17785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -707583,7 +720421,7 @@ ], "signatures": [ { - "id": 34299, + "id": 17786, "name": "__type", "variant": "signature", "kind": 4096, @@ -707611,7 +720449,7 @@ ], "typeParameters": [ { - "id": 34300, + "id": 17787, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -707622,7 +720460,7 @@ } }, { - "id": 34301, + "id": 17788, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -707635,7 +720473,7 @@ ], "parameters": [ { - "id": 34302, + "id": 17789, "name": "args", "variant": "param", "kind": 32768, @@ -707668,7 +720506,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -707688,7 +720526,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -707721,7 +720559,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -707744,7 +720582,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -707764,7 +720602,7 @@ } }, { - "id": 34303, + "id": 17790, "name": "getName", "variant": "declaration", "kind": 1024, @@ -707787,7 +720625,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34304, + "id": 17791, "name": "__type", "variant": "declaration", "kind": 65536, @@ -707801,7 +720639,7 @@ ], "signatures": [ { - "id": 34305, + "id": 17792, "name": "__type", "variant": "signature", "kind": 4096, @@ -707823,7 +720661,7 @@ } }, { - "id": 34306, + "id": 17793, "name": "config", "variant": "declaration", "kind": 1024, @@ -707846,7 +720684,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34307, + "id": 17794, "name": "__type", "variant": "declaration", "kind": 65536, @@ -707860,7 +720698,7 @@ ], "signatures": [ { - "id": 34308, + "id": 17795, "name": "__type", "variant": "signature", "kind": 4096, @@ -707874,7 +720712,7 @@ ], "parameters": [ { - "id": 34309, + "id": 17796, "name": "config", "variant": "param", "kind": 32768, @@ -707900,7 +720738,7 @@ } }, { - "id": 34310, + "id": 17797, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -707923,14 +720761,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34311, + "id": 17798, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34312, + "id": 17799, "name": "categoriesUpdated", "variant": "declaration", "kind": 1024, @@ -707938,7 +720776,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34313, + "id": 17800, "name": "__type", "variant": "declaration", "kind": 65536, @@ -707952,7 +720790,7 @@ ], "signatures": [ { - "id": 34314, + "id": 17801, "name": "__type", "variant": "signature", "kind": 4096, @@ -707966,14 +720804,14 @@ ], "typeParameters": [ { - "id": 34315, + "id": 17802, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34316, + "id": 17803, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -707982,7 +720820,7 @@ ], "parameters": [ { - "id": 34317, + "id": 17804, "name": "invoke", "variant": "param", "kind": 32768, @@ -707997,14 +720835,14 @@ { "type": "reflection", "declaration": { - "id": 34318, + "id": 17805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34319, + "id": 17806, "name": "categories", "variant": "declaration", "kind": 1024, @@ -708014,7 +720852,7 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" } ], "type": { @@ -708095,14 +720933,14 @@ { "type": "reflection", "declaration": { - "id": 34320, + "id": 17807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34321, + "id": 17808, "name": "config", "variant": "declaration", "kind": 2048, @@ -708116,7 +720954,7 @@ ], "signatures": [ { - "id": 34322, + "id": 17809, "name": "config", "variant": "signature", "kind": 4096, @@ -708130,7 +720968,7 @@ ], "parameters": [ { - "id": 34323, + "id": 17810, "name": "config", "variant": "param", "kind": 32768, @@ -708141,14 +720979,14 @@ { "type": "reflection", "declaration": { - "id": 34324, + "id": 17811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34325, + "id": 17812, "name": "name", "variant": "declaration", "kind": 1024, @@ -708172,7 +721010,7 @@ { "title": "Properties", "children": [ - 34325 + 17812 ] } ], @@ -708257,7 +721095,7 @@ { "title": "Methods", "children": [ - 34321 + 17808 ] } ], @@ -708302,7 +721140,7 @@ { "title": "Properties", "children": [ - 34319 + 17806 ] } ], @@ -708311,21 +721149,21 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 68, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L68" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -708336,7 +721174,7 @@ } }, { - "id": 34326, + "id": 17813, "name": "compensate", "variant": "param", "kind": 32768, @@ -708352,7 +721190,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -708371,13 +721209,86 @@ ] } } + }, + { + "id": 21716, + "name": "categoriesUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateProductCategoriesWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateProductCategoriesWorkflow.hooks.categoriesUpdated(\n\t(async ({ categories }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21717, + "name": "categoriesUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21718, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17805, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34312 + 17799 + ] + }, + { + "title": "Functions", + "children": [ + 21716 ] } ], @@ -708394,7 +721305,7 @@ ], "documents": [ { - "id": 38217, + "id": 21714, "name": "updateProductCategoriesStep", "variant": "document", "kind": 8388608, @@ -708410,6 +721321,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17692" + } + ] } ], "modifierTags": [ @@ -708420,7 +721340,7 @@ "frontmatter": {} }, { - "id": 38218, + "id": 21715, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -708436,6 +721356,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -708446,7 +721375,7 @@ "frontmatter": {} }, { - "id": 38222, + "id": 21719, "name": "categoriesUpdated", "variant": "document", "kind": 8388608, @@ -708462,6 +721391,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21716" + } + ] } ], "modifierTags": [ @@ -708473,21 +721411,21 @@ } ], "childrenIncludingDocuments": [ - 34285, - 34297, - 34303, - 34306, - 34310 + 17772, + 17784, + 17790, + 17793, + 17797 ], "groups": [ { "title": "Properties", "children": [ - 34285, - 34297, - 34303, - 34306, - 34310 + 17772, + 17784, + 17790, + 17793, + 17797 ] } ], @@ -708496,12 +721434,12 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L43" } ], "signatures": [ { - "id": 34278, + "id": 17765, "name": "updateProductCategoriesWorkflow", "variant": "signature", "kind": 4096, @@ -708548,12 +721486,12 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L43" } ], "typeParameters": [ { - "id": 34279, + "id": 17766, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -708564,7 +721502,7 @@ } }, { - "id": 34280, + "id": 17767, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -708577,7 +721515,7 @@ ], "parameters": [ { - "id": 34281, + "id": 17768, "name": "container", "variant": "param", "kind": 32768, @@ -708601,14 +721539,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34282, + "id": 17769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34283, + "id": 17770, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -708631,7 +721569,7 @@ } }, { - "id": 34284, + "id": 17771, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -708658,8 +721596,8 @@ { "title": "Properties", "children": [ - 34283, - 34284 + 17770, + 17771 ] } ], @@ -708751,14 +721689,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -708773,14 +721711,14 @@ ] }, { - "id": 34318, + "id": 17805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34319, + "id": 17806, "name": "categories", "variant": "declaration", "kind": 1024, @@ -708790,7 +721728,7 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" } ], "type": { @@ -708871,14 +721809,14 @@ { "type": "reflection", "declaration": { - "id": 34320, + "id": 17807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34321, + "id": 17808, "name": "config", "variant": "declaration", "kind": 2048, @@ -708892,7 +721830,7 @@ ], "signatures": [ { - "id": 34322, + "id": 17809, "name": "config", "variant": "signature", "kind": 4096, @@ -708906,7 +721844,7 @@ ], "parameters": [ { - "id": 34323, + "id": 17810, "name": "config", "variant": "param", "kind": 32768, @@ -708917,14 +721855,14 @@ { "type": "reflection", "declaration": { - "id": 34324, + "id": 17811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34325, + "id": 17812, "name": "name", "variant": "declaration", "kind": 1024, @@ -708948,7 +721886,7 @@ { "title": "Properties", "children": [ - 34325 + 17812 ] } ], @@ -709033,7 +721971,7 @@ { "title": "Methods", "children": [ - 34321 + 17808 ] } ], @@ -709078,7 +722016,7 @@ { "title": "Properties", "children": [ - 34319 + 17806 ] } ], @@ -709087,12 +722025,12 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 68, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L68" } ] }, { - "id": 34319, + "id": 17806, "name": "categories", "variant": "declaration", "kind": 1024, @@ -709102,7 +722040,7 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 69, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L69" } ], "type": { @@ -709183,14 +722121,14 @@ { "type": "reflection", "declaration": { - "id": 34320, + "id": 17807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34321, + "id": 17808, "name": "config", "variant": "declaration", "kind": 2048, @@ -709204,7 +722142,7 @@ ], "signatures": [ { - "id": 34322, + "id": 17809, "name": "config", "variant": "signature", "kind": 4096, @@ -709218,7 +722156,7 @@ ], "parameters": [ { - "id": 34323, + "id": 17810, "name": "config", "variant": "param", "kind": 32768, @@ -709229,14 +722167,14 @@ { "type": "reflection", "declaration": { - "id": 34324, + "id": 17811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34325, + "id": 17812, "name": "name", "variant": "declaration", "kind": 1024, @@ -709260,7 +722198,7 @@ { "title": "Properties", "children": [ - 34325 + 17812 ] } ], @@ -709345,7 +722283,7 @@ { "title": "Methods", "children": [ - 34321 + 17808 ] } ], @@ -709386,7 +722324,7 @@ "defaultValue": "updatedCategories" }, { - "id": 34328, + "id": 17815, "name": "deleteProductCategoriesWorkflowId", "variant": "declaration", "kind": 32, @@ -709398,7 +722336,7 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L17" } ], "type": { @@ -709408,7 +722346,7 @@ "defaultValue": "\"delete-product-categories\"" }, { - "id": 34329, + "id": 17816, "name": "deleteProductCategoriesWorkflow", "variant": "declaration", "kind": 64, @@ -709452,7 +722390,7 @@ }, "children": [ { - "id": 34337, + "id": 17824, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -709475,7 +722413,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34338, + "id": 17825, "name": "__type", "variant": "declaration", "kind": 65536, @@ -709489,7 +722427,7 @@ ], "signatures": [ { - "id": 34339, + "id": 17826, "name": "__type", "variant": "signature", "kind": 4096, @@ -709517,7 +722455,7 @@ ], "parameters": [ { - "id": 34340, + "id": 17827, "name": "param0", "variant": "param", "kind": 32768, @@ -709533,14 +722471,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34341, + "id": 17828, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34342, + "id": 17829, "name": "input", "variant": "declaration", "kind": 1024, @@ -709565,7 +722503,7 @@ "types": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -709578,7 +722516,7 @@ "typeArguments": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" } @@ -709594,7 +722532,7 @@ { "title": "Properties", "children": [ - 34342 + 17829 ] } ], @@ -709619,7 +722557,7 @@ } }, { - "id": 34343, + "id": 17830, "name": "run", "variant": "declaration", "kind": 1024, @@ -709642,7 +722580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34344, + "id": 17831, "name": "__type", "variant": "declaration", "kind": 65536, @@ -709656,7 +722594,7 @@ ], "signatures": [ { - "id": 34345, + "id": 17832, "name": "__type", "variant": "signature", "kind": 4096, @@ -709684,7 +722622,7 @@ ], "typeParameters": [ { - "id": 34346, + "id": 17833, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -709695,7 +722633,7 @@ } }, { - "id": 34347, + "id": 17834, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -709708,7 +722646,7 @@ ], "parameters": [ { - "id": 34348, + "id": 17835, "name": "args", "variant": "param", "kind": 32768, @@ -709741,7 +722679,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -709752,13 +722690,13 @@ }, "trueType": { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -709791,7 +722729,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -709806,7 +722744,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -709826,7 +722764,7 @@ } }, { - "id": 34349, + "id": 17836, "name": "getName", "variant": "declaration", "kind": 1024, @@ -709849,7 +722787,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34350, + "id": 17837, "name": "__type", "variant": "declaration", "kind": 65536, @@ -709863,7 +722801,7 @@ ], "signatures": [ { - "id": 34351, + "id": 17838, "name": "__type", "variant": "signature", "kind": 4096, @@ -709885,7 +722823,7 @@ } }, { - "id": 34352, + "id": 17839, "name": "config", "variant": "declaration", "kind": 1024, @@ -709908,7 +722846,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34353, + "id": 17840, "name": "__type", "variant": "declaration", "kind": 65536, @@ -709922,7 +722860,7 @@ ], "signatures": [ { - "id": 34354, + "id": 17841, "name": "__type", "variant": "signature", "kind": 4096, @@ -709936,7 +722874,7 @@ ], "parameters": [ { - "id": 34355, + "id": 17842, "name": "config", "variant": "param", "kind": 32768, @@ -709962,7 +722900,7 @@ } }, { - "id": 34356, + "id": 17843, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -709985,14 +722923,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34357, + "id": 17844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34358, + "id": 17845, "name": "categoriesDeleted", "variant": "declaration", "kind": 1024, @@ -710000,7 +722938,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34359, + "id": 17846, "name": "__type", "variant": "declaration", "kind": 65536, @@ -710014,7 +722952,7 @@ ], "signatures": [ { - "id": 34360, + "id": 17847, "name": "__type", "variant": "signature", "kind": 4096, @@ -710028,14 +722966,14 @@ ], "typeParameters": [ { - "id": 34361, + "id": 17848, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34362, + "id": 17849, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -710044,7 +722982,7 @@ ], "parameters": [ { - "id": 34363, + "id": 17850, "name": "invoke", "variant": "param", "kind": 32768, @@ -710059,14 +722997,14 @@ { "type": "reflection", "declaration": { - "id": 34364, + "id": 17851, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34365, + "id": 17852, "name": "ids", "variant": "declaration", "kind": 1024, @@ -710076,7 +723014,7 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" } ], "type": { @@ -710088,7 +723026,7 @@ "typeArguments": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" } @@ -710103,7 +723041,7 @@ { "title": "Properties", "children": [ - 34365 + 17852 ] } ], @@ -710112,21 +723050,21 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 51, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L51" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -710137,7 +723075,7 @@ } }, { - "id": 34366, + "id": 17853, "name": "compensate", "variant": "param", "kind": 32768, @@ -710153,7 +723091,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -710172,13 +723110,86 @@ ] } } + }, + { + "id": 21722, + "name": "categoriesDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteProductCategoriesWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteProductCategoriesWorkflow.hooks.categoriesDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21723, + "name": "categoriesDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21724, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 17851, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34358 + 17845 + ] + }, + { + "title": "Functions", + "children": [ + 21722 ] } ], @@ -710195,7 +723206,7 @@ ], "documents": [ { - "id": 38223, + "id": 21720, "name": "deleteProductCategoriesStep", "variant": "document", "kind": 8388608, @@ -710211,6 +723222,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17705" + } + ] } ], "modifierTags": [ @@ -710221,7 +723241,7 @@ "frontmatter": {} }, { - "id": 38224, + "id": 21721, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -710237,6 +723257,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -710247,7 +723276,7 @@ "frontmatter": {} }, { - "id": 38228, + "id": 21725, "name": "categoriesDeleted", "variant": "document", "kind": 8388608, @@ -710263,6 +723292,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21722" + } + ] } ], "modifierTags": [ @@ -710274,21 +723312,21 @@ } ], "childrenIncludingDocuments": [ - 34337, - 34343, - 34349, - 34352, - 34356 + 17824, + 17830, + 17836, + 17839, + 17843 ], "groups": [ { "title": "Properties", "children": [ - 34337, - 34343, - 34349, - 34352, - 34356 + 17824, + 17830, + 17836, + 17839, + 17843 ] } ], @@ -710297,12 +723335,12 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L35" } ], "signatures": [ { - "id": 34330, + "id": 17817, "name": "deleteProductCategoriesWorkflow", "variant": "signature", "kind": 4096, @@ -710349,12 +723387,12 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L35" } ], "typeParameters": [ { - "id": 34331, + "id": 17818, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -710365,7 +723403,7 @@ } }, { - "id": 34332, + "id": 17819, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -710378,7 +723416,7 @@ ], "parameters": [ { - "id": 34333, + "id": 17820, "name": "container", "variant": "param", "kind": 32768, @@ -710402,14 +723440,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34334, + "id": 17821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34335, + "id": 17822, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -710432,7 +723470,7 @@ } }, { - "id": 34336, + "id": 17823, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -710459,8 +723497,8 @@ { "title": "Properties", "children": [ - 34335, - 34336 + 17822, + 17823 ] } ], @@ -710531,7 +723569,7 @@ "typeArguments": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -710541,14 +723579,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -710563,14 +723601,14 @@ ] }, { - "id": 34364, + "id": 17851, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34365, + "id": 17852, "name": "ids", "variant": "declaration", "kind": 1024, @@ -710580,7 +723618,7 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" } ], "type": { @@ -710592,7 +723630,7 @@ "typeArguments": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" } @@ -710607,7 +723645,7 @@ { "title": "Properties", "children": [ - 34365 + 17852 ] } ], @@ -710616,12 +723654,12 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 51, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L51" } ] }, { - "id": 34365, + "id": 17852, "name": "ids", "variant": "declaration", "kind": 1024, @@ -710631,7 +723669,7 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L52" } ], "type": { @@ -710643,7 +723681,7 @@ "typeArguments": [ { "type": "reference", - "target": 34327, + "target": 17814, "name": "DeleteProductCategoriesWorkflowInput", "package": "@medusajs/core-flows" } @@ -710658,21 +723696,21 @@ ] }, { - "id": 16600, + "id": 60, "name": "Promotion", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16601, + "id": 61, "name": "Steps_Promotion", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 34367, + "id": 17854, "name": "addCampaignPromotionsStepId", "variant": "declaration", "kind": 32, @@ -710684,7 +723722,7 @@ "fileName": "core-flows/src/promotion/steps/add-campaign-promotions.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L12" } ], "type": { @@ -710694,7 +723732,7 @@ "defaultValue": "\"add-campaign-promotions\"" }, { - "id": 34368, + "id": 17855, "name": "addCampaignPromotionsStep", "variant": "declaration", "kind": 64, @@ -710729,7 +723767,7 @@ }, "children": [ { - "id": 34371, + "id": 17858, "name": "__type", "variant": "declaration", "kind": 1024, @@ -710747,7 +723785,7 @@ } }, { - "id": 34372, + "id": 17859, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -710769,8 +723807,8 @@ { "title": "Properties", "children": [ - 34371, - 34372 + 17858, + 17859 ] } ], @@ -710779,12 +723817,12 @@ "fileName": "core-flows/src/promotion/steps/add-campaign-promotions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L23" } ], "signatures": [ { - "id": 34369, + "id": 17856, "name": "addCampaignPromotionsStep", "variant": "signature", "kind": 4096, @@ -710822,12 +723860,12 @@ "fileName": "core-flows/src/promotion/steps/add-campaign-promotions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts#L23" } ], "parameters": [ { - "id": 34370, + "id": 17857, "name": "input", "variant": "param", "kind": 32768, @@ -710898,7 +723936,7 @@ ] }, { - "id": 34373, + "id": 17860, "name": "addRulesToPromotionsStepId", "variant": "declaration", "kind": 32, @@ -710910,7 +723948,7 @@ "fileName": "core-flows/src/promotion/steps/add-rules-to-promotions.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L8" } ], "type": { @@ -710920,7 +723958,7 @@ "defaultValue": "\"add-rules-to-promotions\"" }, { - "id": 34374, + "id": 17861, "name": "addRulesToPromotionsStep", "variant": "declaration", "kind": 64, @@ -710955,7 +723993,7 @@ }, "children": [ { - "id": 34383, + "id": 17870, "name": "__type", "variant": "declaration", "kind": 1024, @@ -710973,7 +724011,7 @@ } }, { - "id": 34384, + "id": 17871, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -710995,8 +724033,8 @@ { "title": "Properties", "children": [ - 34383, - 34384 + 17870, + 17871 ] } ], @@ -711005,12 +724043,12 @@ "fileName": "core-flows/src/promotion/steps/add-rules-to-promotions.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L28" } ], "signatures": [ { - "id": 34375, + "id": 17862, "name": "addRulesToPromotionsStep", "variant": "signature", "kind": 4096, @@ -711048,12 +724086,12 @@ "fileName": "core-flows/src/promotion/steps/add-rules-to-promotions.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts#L28" } ], "parameters": [ { - "id": 34376, + "id": 17863, "name": "input", "variant": "param", "kind": 32768, @@ -711172,14 +724210,14 @@ { "type": "reflection", "declaration": { - "id": 34377, + "id": 17864, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34378, + "id": 17865, "name": "config", "variant": "declaration", "kind": 2048, @@ -711193,7 +724231,7 @@ ], "signatures": [ { - "id": 34379, + "id": 17866, "name": "config", "variant": "signature", "kind": 4096, @@ -711207,7 +724245,7 @@ ], "parameters": [ { - "id": 34380, + "id": 17867, "name": "config", "variant": "param", "kind": 32768, @@ -711218,14 +724256,14 @@ { "type": "reflection", "declaration": { - "id": 34381, + "id": 17868, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34382, + "id": 17869, "name": "name", "variant": "declaration", "kind": 1024, @@ -711249,7 +724287,7 @@ { "title": "Properties", "children": [ - 34382 + 17869 ] } ], @@ -711334,7 +724372,7 @@ { "title": "Methods", "children": [ - 34378 + 17865 ] } ], @@ -711376,7 +724414,7 @@ ] }, { - "id": 34385, + "id": 17872, "name": "createCampaignsStepId", "variant": "declaration", "kind": 32, @@ -711388,7 +724426,7 @@ "fileName": "core-flows/src/promotion/steps/create-campaigns.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L8" } ], "type": { @@ -711398,7 +724436,7 @@ "defaultValue": "\"create-campaigns\"" }, { - "id": 34386, + "id": 17873, "name": "createCampaignsStep", "variant": "declaration", "kind": 64, @@ -711433,7 +724471,7 @@ }, "children": [ { - "id": 34395, + "id": 17882, "name": "__type", "variant": "declaration", "kind": 1024, @@ -711451,7 +724489,7 @@ } }, { - "id": 34396, + "id": 17883, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -711473,8 +724511,8 @@ { "title": "Properties", "children": [ - 34395, - 34396 + 17882, + 17883 ] } ], @@ -711483,12 +724521,12 @@ "fileName": "core-flows/src/promotion/steps/create-campaigns.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L20" } ], "signatures": [ { - "id": 34387, + "id": 17874, "name": "createCampaignsStep", "variant": "signature", "kind": 4096, @@ -711526,12 +724564,12 @@ "fileName": "core-flows/src/promotion/steps/create-campaigns.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-campaigns.ts#L20" } ], "parameters": [ { - "id": 34388, + "id": 17875, "name": "input", "variant": "param", "kind": 32768, @@ -711656,14 +724694,14 @@ { "type": "reflection", "declaration": { - "id": 34389, + "id": 17876, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34390, + "id": 17877, "name": "config", "variant": "declaration", "kind": 2048, @@ -711677,7 +724715,7 @@ ], "signatures": [ { - "id": 34391, + "id": 17878, "name": "config", "variant": "signature", "kind": 4096, @@ -711691,7 +724729,7 @@ ], "parameters": [ { - "id": 34392, + "id": 17879, "name": "config", "variant": "param", "kind": 32768, @@ -711702,14 +724740,14 @@ { "type": "reflection", "declaration": { - "id": 34393, + "id": 17880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34394, + "id": 17881, "name": "name", "variant": "declaration", "kind": 1024, @@ -711733,7 +724771,7 @@ { "title": "Properties", "children": [ - 34394 + 17881 ] } ], @@ -711818,7 +724856,7 @@ { "title": "Methods", "children": [ - 34390 + 17877 ] } ], @@ -711860,7 +724898,7 @@ ] }, { - "id": 34397, + "id": 17884, "name": "createPromotionsStepId", "variant": "declaration", "kind": 32, @@ -711872,7 +724910,7 @@ "fileName": "core-flows/src/promotion/steps/create-promotions.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L8" } ], "type": { @@ -711882,7 +724920,7 @@ "defaultValue": "\"create-promotions\"" }, { - "id": 34398, + "id": 17885, "name": "createPromotionsStep", "variant": "declaration", "kind": 64, @@ -711917,7 +724955,7 @@ }, "children": [ { - "id": 34407, + "id": 17894, "name": "__type", "variant": "declaration", "kind": 1024, @@ -711935,7 +724973,7 @@ } }, { - "id": 34408, + "id": 17895, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -711957,8 +724995,8 @@ { "title": "Properties", "children": [ - 34407, - 34408 + 17894, + 17895 ] } ], @@ -711967,12 +725005,12 @@ "fileName": "core-flows/src/promotion/steps/create-promotions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L25" } ], "signatures": [ { - "id": 34399, + "id": 17886, "name": "createPromotionsStep", "variant": "signature", "kind": 4096, @@ -712010,12 +725048,12 @@ "fileName": "core-flows/src/promotion/steps/create-promotions.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/create-promotions.ts#L25" } ], "parameters": [ { - "id": 34400, + "id": 17887, "name": "input", "variant": "param", "kind": 32768, @@ -712140,14 +725178,14 @@ { "type": "reflection", "declaration": { - "id": 34401, + "id": 17888, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34402, + "id": 17889, "name": "config", "variant": "declaration", "kind": 2048, @@ -712161,7 +725199,7 @@ ], "signatures": [ { - "id": 34403, + "id": 17890, "name": "config", "variant": "signature", "kind": 4096, @@ -712175,7 +725213,7 @@ ], "parameters": [ { - "id": 34404, + "id": 17891, "name": "config", "variant": "param", "kind": 32768, @@ -712186,14 +725224,14 @@ { "type": "reflection", "declaration": { - "id": 34405, + "id": 17892, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34406, + "id": 17893, "name": "name", "variant": "declaration", "kind": 1024, @@ -712217,7 +725255,7 @@ { "title": "Properties", "children": [ - 34406 + 17893 ] } ], @@ -712302,7 +725340,7 @@ { "title": "Methods", "children": [ - 34402 + 17889 ] } ], @@ -712344,7 +725382,7 @@ ] }, { - "id": 34410, + "id": 17897, "name": "deleteCampaignsStepId", "variant": "declaration", "kind": 32, @@ -712356,7 +725394,7 @@ "fileName": "core-flows/src/promotion/steps/delete-campaigns.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L10" } ], "type": { @@ -712366,7 +725404,7 @@ "defaultValue": "\"delete-campaigns\"" }, { - "id": 34411, + "id": 17898, "name": "deleteCampaignsStep", "variant": "declaration", "kind": 64, @@ -712392,7 +725430,7 @@ }, "children": [ { - "id": 34414, + "id": 17901, "name": "__type", "variant": "declaration", "kind": 1024, @@ -712410,7 +725448,7 @@ } }, { - "id": 34415, + "id": 17902, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -712432,8 +725470,8 @@ { "title": "Properties", "children": [ - 34414, - 34415 + 17901, + 17902 ] } ], @@ -712442,12 +725480,12 @@ "fileName": "core-flows/src/promotion/steps/delete-campaigns.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L14" } ], "signatures": [ { - "id": 34412, + "id": 17899, "name": "deleteCampaignsStep", "variant": "signature", "kind": 4096, @@ -712476,12 +725514,12 @@ "fileName": "core-flows/src/promotion/steps/delete-campaigns.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L14" } ], "parameters": [ { - "id": 34413, + "id": 17900, "name": "input", "variant": "param", "kind": 32768, @@ -712491,7 +725529,7 @@ "types": [ { "type": "reference", - "target": 34409, + "target": 17896, "name": "DeleteCampaignsStepInput", "package": "@medusajs/core-flows" }, @@ -712504,7 +725542,7 @@ "typeArguments": [ { "type": "reference", - "target": 34409, + "target": 17896, "name": "DeleteCampaignsStepInput", "package": "@medusajs/core-flows" } @@ -712524,7 +725562,7 @@ ] }, { - "id": 34417, + "id": 17904, "name": "deletePromotionsStepId", "variant": "declaration", "kind": 32, @@ -712536,7 +725574,7 @@ "fileName": "core-flows/src/promotion/steps/delete-promotions.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L10" } ], "type": { @@ -712546,7 +725584,7 @@ "defaultValue": "\"delete-promotions\"" }, { - "id": 34418, + "id": 17905, "name": "deletePromotionsStep", "variant": "declaration", "kind": 64, @@ -712572,7 +725610,7 @@ }, "children": [ { - "id": 34421, + "id": 17908, "name": "__type", "variant": "declaration", "kind": 1024, @@ -712590,7 +725628,7 @@ } }, { - "id": 34422, + "id": 17909, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -712612,8 +725650,8 @@ { "title": "Properties", "children": [ - 34421, - 34422 + 17908, + 17909 ] } ], @@ -712622,12 +725660,12 @@ "fileName": "core-flows/src/promotion/steps/delete-promotions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L14" } ], "signatures": [ { - "id": 34419, + "id": 17906, "name": "deletePromotionsStep", "variant": "signature", "kind": 4096, @@ -712656,12 +725694,12 @@ "fileName": "core-flows/src/promotion/steps/delete-promotions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L14" } ], "parameters": [ { - "id": 34420, + "id": 17907, "name": "input", "variant": "param", "kind": 32768, @@ -712671,7 +725709,7 @@ "types": [ { "type": "reference", - "target": 34416, + "target": 17903, "name": "DeletePromotionsStepInput", "package": "@medusajs/core-flows" }, @@ -712684,7 +725722,7 @@ "typeArguments": [ { "type": "reference", - "target": 34416, + "target": 17903, "name": "DeletePromotionsStepInput", "package": "@medusajs/core-flows" } @@ -712704,7 +725742,7 @@ ] }, { - "id": 34423, + "id": 17910, "name": "removeCampaignPromotionsStepId", "variant": "declaration", "kind": 32, @@ -712716,7 +725754,7 @@ "fileName": "core-flows/src/promotion/steps/remove-campaign-promotions.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L12" } ], "type": { @@ -712726,7 +725764,7 @@ "defaultValue": "\"remove-campaign-promotions\"" }, { - "id": 34424, + "id": 17911, "name": "removeCampaignPromotionsStep", "variant": "declaration", "kind": 64, @@ -712761,7 +725799,7 @@ }, "children": [ { - "id": 34427, + "id": 17914, "name": "__type", "variant": "declaration", "kind": 1024, @@ -712779,7 +725817,7 @@ } }, { - "id": 34428, + "id": 17915, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -712801,8 +725839,8 @@ { "title": "Properties", "children": [ - 34427, - 34428 + 17914, + 17915 ] } ], @@ -712811,12 +725849,12 @@ "fileName": "core-flows/src/promotion/steps/remove-campaign-promotions.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L24" } ], "signatures": [ { - "id": 34425, + "id": 17912, "name": "removeCampaignPromotionsStep", "variant": "signature", "kind": 4096, @@ -712854,12 +725892,12 @@ "fileName": "core-flows/src/promotion/steps/remove-campaign-promotions.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts#L24" } ], "parameters": [ { - "id": 34426, + "id": 17913, "name": "input", "variant": "param", "kind": 32768, @@ -712930,7 +725968,7 @@ ] }, { - "id": 34429, + "id": 17916, "name": "removeRulesFromPromotionsStepId", "variant": "declaration", "kind": 32, @@ -712942,7 +725980,7 @@ "fileName": "core-flows/src/promotion/steps/remove-rules-from-promotions.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L10" } ], "type": { @@ -712952,7 +725990,7 @@ "defaultValue": "\"remove-rules-from-promotions\"" }, { - "id": 34430, + "id": 17917, "name": "removeRulesFromPromotionsStep", "variant": "declaration", "kind": 64, @@ -712987,7 +726025,7 @@ }, "children": [ { - "id": 34433, + "id": 17920, "name": "__type", "variant": "declaration", "kind": 1024, @@ -713005,7 +726043,7 @@ } }, { - "id": 34434, + "id": 17921, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -713027,8 +726065,8 @@ { "title": "Properties", "children": [ - 34433, - 34434 + 17920, + 17921 ] } ], @@ -713037,12 +726075,12 @@ "fileName": "core-flows/src/promotion/steps/remove-rules-from-promotions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L23" } ], "signatures": [ { - "id": 34431, + "id": 17918, "name": "removeRulesFromPromotionsStep", "variant": "signature", "kind": 4096, @@ -713080,12 +726118,12 @@ "fileName": "core-flows/src/promotion/steps/remove-rules-from-promotions.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts#L23" } ], "parameters": [ { - "id": 34432, + "id": 17919, "name": "input", "variant": "param", "kind": 32768, @@ -713134,7 +726172,7 @@ ] }, { - "id": 34435, + "id": 17922, "name": "updateCampaignsStepId", "variant": "declaration", "kind": 32, @@ -713146,7 +726184,7 @@ "fileName": "core-flows/src/promotion/steps/update-campaigns.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L12" } ], "type": { @@ -713156,7 +726194,7 @@ "defaultValue": "\"update-campaigns\"" }, { - "id": 34436, + "id": 17923, "name": "updateCampaignsStep", "variant": "declaration", "kind": 64, @@ -713191,7 +726229,7 @@ }, "children": [ { - "id": 34445, + "id": 17932, "name": "__type", "variant": "declaration", "kind": 1024, @@ -713209,7 +726247,7 @@ } }, { - "id": 34446, + "id": 17933, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -713231,8 +726269,8 @@ { "title": "Properties", "children": [ - 34445, - 34446 + 17932, + 17933 ] } ], @@ -713241,12 +726279,12 @@ "fileName": "core-flows/src/promotion/steps/update-campaigns.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L22" } ], "signatures": [ { - "id": 34437, + "id": 17924, "name": "updateCampaignsStep", "variant": "signature", "kind": 4096, @@ -713284,12 +726322,12 @@ "fileName": "core-flows/src/promotion/steps/update-campaigns.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-campaigns.ts#L22" } ], "parameters": [ { - "id": 34438, + "id": 17925, "name": "input", "variant": "param", "kind": 32768, @@ -713414,14 +726452,14 @@ { "type": "reflection", "declaration": { - "id": 34439, + "id": 17926, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34440, + "id": 17927, "name": "config", "variant": "declaration", "kind": 2048, @@ -713435,7 +726473,7 @@ ], "signatures": [ { - "id": 34441, + "id": 17928, "name": "config", "variant": "signature", "kind": 4096, @@ -713449,7 +726487,7 @@ ], "parameters": [ { - "id": 34442, + "id": 17929, "name": "config", "variant": "param", "kind": 32768, @@ -713460,14 +726498,14 @@ { "type": "reflection", "declaration": { - "id": 34443, + "id": 17930, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34444, + "id": 17931, "name": "name", "variant": "declaration", "kind": 1024, @@ -713491,7 +726529,7 @@ { "title": "Properties", "children": [ - 34444 + 17931 ] } ], @@ -713576,7 +726614,7 @@ { "title": "Methods", "children": [ - 34440 + 17927 ] } ], @@ -713618,7 +726656,7 @@ ] }, { - "id": 34447, + "id": 17934, "name": "updatePromotionRulesStepId", "variant": "declaration", "kind": 32, @@ -713630,7 +726668,7 @@ "fileName": "core-flows/src/promotion/steps/update-promotion-rules.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L8" } ], "type": { @@ -713640,7 +726678,7 @@ "defaultValue": "\"update-promotion-rules\"" }, { - "id": 34448, + "id": 17935, "name": "updatePromotionRulesStep", "variant": "declaration", "kind": 64, @@ -713675,7 +726713,7 @@ }, "children": [ { - "id": 34457, + "id": 17944, "name": "__type", "variant": "declaration", "kind": 1024, @@ -713693,7 +726731,7 @@ } }, { - "id": 34458, + "id": 17945, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -713715,8 +726753,8 @@ { "title": "Properties", "children": [ - 34457, - 34458 + 17944, + 17945 ] } ], @@ -713725,12 +726763,12 @@ "fileName": "core-flows/src/promotion/steps/update-promotion-rules.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L22" } ], "signatures": [ { - "id": 34449, + "id": 17936, "name": "updatePromotionRulesStep", "variant": "signature", "kind": 4096, @@ -713768,12 +726806,12 @@ "fileName": "core-flows/src/promotion/steps/update-promotion-rules.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts#L22" } ], "parameters": [ { - "id": 34450, + "id": 17937, "name": "input", "variant": "param", "kind": 32768, @@ -713892,14 +726930,14 @@ { "type": "reflection", "declaration": { - "id": 34451, + "id": 17938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34452, + "id": 17939, "name": "config", "variant": "declaration", "kind": 2048, @@ -713913,7 +726951,7 @@ ], "signatures": [ { - "id": 34453, + "id": 17940, "name": "config", "variant": "signature", "kind": 4096, @@ -713927,7 +726965,7 @@ ], "parameters": [ { - "id": 34454, + "id": 17941, "name": "config", "variant": "param", "kind": 32768, @@ -713938,14 +726976,14 @@ { "type": "reflection", "declaration": { - "id": 34455, + "id": 17942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34456, + "id": 17943, "name": "name", "variant": "declaration", "kind": 1024, @@ -713969,7 +727007,7 @@ { "title": "Properties", "children": [ - 34456 + 17943 ] } ], @@ -714054,7 +727092,7 @@ { "title": "Methods", "children": [ - 34452 + 17939 ] } ], @@ -714096,7 +727134,7 @@ ] }, { - "id": 34459, + "id": 17946, "name": "updatePromotionsStepId", "variant": "declaration", "kind": 32, @@ -714108,7 +727146,7 @@ "fileName": "core-flows/src/promotion/steps/update-promotions.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L12" } ], "type": { @@ -714118,7 +727156,7 @@ "defaultValue": "\"update-promotions\"" }, { - "id": 34460, + "id": 17947, "name": "updatePromotionsStep", "variant": "declaration", "kind": 64, @@ -714162,7 +727200,7 @@ }, "children": [ { - "id": 34469, + "id": 17956, "name": "__type", "variant": "declaration", "kind": 1024, @@ -714180,7 +727218,7 @@ } }, { - "id": 34470, + "id": 17957, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -714202,8 +727240,8 @@ { "title": "Properties", "children": [ - 34469, - 34470 + 17956, + 17957 ] } ], @@ -714212,12 +727250,12 @@ "fileName": "core-flows/src/promotion/steps/update-promotions.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L24" } ], "signatures": [ { - "id": 34461, + "id": 17948, "name": "updatePromotionsStep", "variant": "signature", "kind": 4096, @@ -714264,12 +727302,12 @@ "fileName": "core-flows/src/promotion/steps/update-promotions.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/update-promotions.ts#L24" } ], "parameters": [ { - "id": 34462, + "id": 17949, "name": "input", "variant": "param", "kind": 32768, @@ -714394,14 +727432,14 @@ { "type": "reflection", "declaration": { - "id": 34463, + "id": 17950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34464, + "id": 17951, "name": "config", "variant": "declaration", "kind": 2048, @@ -714415,7 +727453,7 @@ ], "signatures": [ { - "id": 34465, + "id": 17952, "name": "config", "variant": "signature", "kind": 4096, @@ -714429,7 +727467,7 @@ ], "parameters": [ { - "id": 34466, + "id": 17953, "name": "config", "variant": "param", "kind": 32768, @@ -714440,14 +727478,14 @@ { "type": "reflection", "declaration": { - "id": 34467, + "id": 17954, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34468, + "id": 17955, "name": "name", "variant": "declaration", "kind": 1024, @@ -714471,7 +727509,7 @@ { "title": "Properties", "children": [ - 34468 + 17955 ] } ], @@ -714556,7 +727594,7 @@ { "title": "Methods", "children": [ - 34464 + 17951 ] } ], @@ -714600,14 +727638,14 @@ ] }, { - "id": 16602, + "id": 62, "name": "Workflows_Promotion", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 34472, + "id": 17959, "name": "addOrRemoveCampaignPromotionsWorkflowId", "variant": "declaration", "kind": 32, @@ -714619,7 +727657,7 @@ "fileName": "core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L21" } ], "type": { @@ -714629,7 +727667,7 @@ "defaultValue": "\"add-or-remove-campaign-promotions\"" }, { - "id": 34473, + "id": 17960, "name": "addOrRemoveCampaignPromotionsWorkflow", "variant": "declaration", "kind": 64, @@ -714673,7 +727711,7 @@ }, "children": [ { - "id": 34481, + "id": 17968, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -714696,7 +727734,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34482, + "id": 17969, "name": "__type", "variant": "declaration", "kind": 65536, @@ -714710,7 +727748,7 @@ ], "signatures": [ { - "id": 34483, + "id": 17970, "name": "__type", "variant": "signature", "kind": 4096, @@ -714738,7 +727776,7 @@ ], "parameters": [ { - "id": 34484, + "id": 17971, "name": "param0", "variant": "param", "kind": 32768, @@ -714754,14 +727792,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34485, + "id": 17972, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34486, + "id": 17973, "name": "input", "variant": "declaration", "kind": 1024, @@ -714821,7 +727859,7 @@ { "title": "Properties", "children": [ - 34486 + 17973 ] } ], @@ -714857,14 +727895,14 @@ { "type": "reflection", "declaration": { - "id": 34487, + "id": 17974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34488, + "id": 17975, "name": "config", "variant": "declaration", "kind": 2048, @@ -714878,7 +727916,7 @@ ], "signatures": [ { - "id": 34489, + "id": 17976, "name": "config", "variant": "signature", "kind": 4096, @@ -714892,7 +727930,7 @@ ], "parameters": [ { - "id": 34490, + "id": 17977, "name": "config", "variant": "param", "kind": 32768, @@ -714903,14 +727941,14 @@ { "type": "reflection", "declaration": { - "id": 34491, + "id": 17978, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34492, + "id": 17979, "name": "name", "variant": "declaration", "kind": 1024, @@ -714934,7 +727972,7 @@ { "title": "Properties", "children": [ - 34492 + 17979 ] } ], @@ -715011,7 +728049,7 @@ { "title": "Methods", "children": [ - 34488 + 17975 ] } ], @@ -715047,7 +728085,7 @@ } }, { - "id": 34493, + "id": 17980, "name": "run", "variant": "declaration", "kind": 1024, @@ -715070,7 +728108,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34494, + "id": 17981, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715084,7 +728122,7 @@ ], "signatures": [ { - "id": 34495, + "id": 17982, "name": "__type", "variant": "signature", "kind": 4096, @@ -715112,7 +728150,7 @@ ], "typeParameters": [ { - "id": 34496, + "id": 17983, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -715123,7 +728161,7 @@ } }, { - "id": 34497, + "id": 17984, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -715136,7 +728174,7 @@ ], "parameters": [ { - "id": 34498, + "id": 17985, "name": "args", "variant": "param", "kind": 32768, @@ -715169,7 +728207,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715189,7 +728227,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715222,7 +728260,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715237,7 +728275,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715257,7 +728295,7 @@ } }, { - "id": 34499, + "id": 17986, "name": "getName", "variant": "declaration", "kind": 1024, @@ -715280,7 +728318,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34500, + "id": 17987, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715294,7 +728332,7 @@ ], "signatures": [ { - "id": 34501, + "id": 17988, "name": "__type", "variant": "signature", "kind": 4096, @@ -715316,7 +728354,7 @@ } }, { - "id": 34502, + "id": 17989, "name": "config", "variant": "declaration", "kind": 1024, @@ -715339,7 +728377,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34503, + "id": 17990, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715353,7 +728391,7 @@ ], "signatures": [ { - "id": 34504, + "id": 17991, "name": "__type", "variant": "signature", "kind": 4096, @@ -715367,7 +728405,7 @@ ], "parameters": [ { - "id": 34505, + "id": 17992, "name": "config", "variant": "param", "kind": 32768, @@ -715393,7 +728431,7 @@ } }, { - "id": 34506, + "id": 17993, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -715416,7 +728454,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34507, + "id": 17994, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715430,14 +728468,14 @@ ], "indexSignatures": [ { - "id": 34508, + "id": 17995, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 34509, + "id": 17996, "name": "key", "variant": "param", "kind": 32768, @@ -715451,7 +728489,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34510, + "id": 17997, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715465,7 +728503,7 @@ ], "signatures": [ { - "id": 34511, + "id": 17998, "name": "__type", "variant": "signature", "kind": 4096, @@ -715479,14 +728517,14 @@ ], "typeParameters": [ { - "id": 34512, + "id": 17999, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34513, + "id": 18000, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -715495,7 +728533,7 @@ ], "parameters": [ { - "id": 34514, + "id": 18001, "name": "invoke", "variant": "param", "kind": 32768, @@ -715513,14 +728551,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715531,7 +728569,7 @@ } }, { - "id": 34515, + "id": 18002, "name": "compensate", "variant": "param", "kind": 32768, @@ -715547,7 +728585,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715574,7 +728612,7 @@ ], "documents": [ { - "id": 38229, + "id": 21726, "name": "addCampaignPromotionsStep", "variant": "document", "kind": 8388608, @@ -715590,6 +728628,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17855" + } + ] } ], "modifierTags": [ @@ -715600,7 +728647,7 @@ "frontmatter": {} }, { - "id": 38230, + "id": 21727, "name": "removeCampaignPromotionsStep", "variant": "document", "kind": 8388608, @@ -715616,6 +728663,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17911" + } + ] } ], "modifierTags": [ @@ -715627,21 +728683,21 @@ } ], "childrenIncludingDocuments": [ - 34481, - 34493, - 34499, - 34502, - 34506 + 17968, + 17980, + 17986, + 17989, + 17993 ], "groups": [ { "title": "Properties", "children": [ - 34481, - 34493, - 34499, - 34502, - 34506 + 17968, + 17980, + 17986, + 17989, + 17993 ] } ], @@ -715650,12 +728706,12 @@ "fileName": "core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L44" } ], "signatures": [ { - "id": 34474, + "id": 17961, "name": "addOrRemoveCampaignPromotionsWorkflow", "variant": "signature", "kind": 4096, @@ -715702,12 +728758,12 @@ "fileName": "core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L44" } ], "typeParameters": [ { - "id": 34475, + "id": 17962, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -715718,7 +728774,7 @@ } }, { - "id": 34476, + "id": 17963, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -715731,7 +728787,7 @@ ], "parameters": [ { - "id": 34477, + "id": 17964, "name": "container", "variant": "param", "kind": 32768, @@ -715755,14 +728811,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34478, + "id": 17965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34479, + "id": 17966, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -715785,7 +728841,7 @@ } }, { - "id": 34480, + "id": 17967, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -715812,8 +728868,8 @@ { "title": "Properties", "children": [ - 34479, - 34480 + 17966, + 17967 ] } ], @@ -715897,14 +728953,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -715919,7 +728975,7 @@ ] }, { - "id": 34517, + "id": 18004, "name": "id", "variant": "declaration", "kind": 1024, @@ -715937,7 +728993,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L33" } ], "type": { @@ -715946,7 +729002,7 @@ } }, { - "id": 34518, + "id": 18005, "name": "rule_type", "variant": "declaration", "kind": 1024, @@ -715964,7 +729020,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L34" } ], "type": { @@ -715978,7 +729034,7 @@ } }, { - "id": 34526, + "id": 18013, "name": "batchPromotionRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -715990,7 +729046,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 46, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L46" } ], "type": { @@ -716000,7 +729056,7 @@ "defaultValue": "\"batch-promotion-rules\"" }, { - "id": 34527, + "id": 18014, "name": "batchPromotionRulesWorkflow", "variant": "declaration", "kind": 64, @@ -716053,7 +729109,7 @@ }, "children": [ { - "id": 34535, + "id": 18022, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -716076,7 +729132,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34536, + "id": 18023, "name": "__type", "variant": "declaration", "kind": 65536, @@ -716090,7 +729146,7 @@ ], "signatures": [ { - "id": 34537, + "id": 18024, "name": "__type", "variant": "signature", "kind": 4096, @@ -716118,7 +729174,7 @@ ], "parameters": [ { - "id": 34538, + "id": 18025, "name": "param0", "variant": "param", "kind": 32768, @@ -716134,14 +729190,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34539, + "id": 18026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34540, + "id": 18027, "name": "input", "variant": "declaration", "kind": 1024, @@ -716166,7 +729222,7 @@ "types": [ { "type": "reference", - "target": 34516, + "target": 18003, "name": "BatchPromotionRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -716179,7 +729235,7 @@ "typeArguments": [ { "type": "reference", - "target": 34516, + "target": 18003, "name": "BatchPromotionRulesWorkflowInput", "package": "@medusajs/core-flows" } @@ -716195,7 +729251,7 @@ { "title": "Properties", "children": [ - 34540 + 18027 ] } ], @@ -716216,14 +729272,14 @@ { "type": "reflection", "declaration": { - "id": 34541, + "id": 18028, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34542, + "id": 18029, "name": "created", "variant": "declaration", "kind": 1024, @@ -716285,7 +729341,7 @@ } }, { - "id": 34543, + "id": 18030, "name": "updated", "variant": "declaration", "kind": 1024, @@ -716347,7 +729403,7 @@ } }, { - "id": 34544, + "id": 18031, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -716403,9 +729459,9 @@ { "title": "Properties", "children": [ - 34542, - 34543, - 34544 + 18029, + 18030, + 18031 ] } ], @@ -716420,7 +729476,7 @@ }, { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -716433,7 +729489,7 @@ "typeArguments": [ { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -716444,14 +729500,14 @@ { "type": "reflection", "declaration": { - "id": 34545, + "id": 18032, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34546, + "id": 18033, "name": "config", "variant": "declaration", "kind": 2048, @@ -716465,7 +729521,7 @@ ], "signatures": [ { - "id": 34547, + "id": 18034, "name": "config", "variant": "signature", "kind": 4096, @@ -716479,7 +729535,7 @@ ], "parameters": [ { - "id": 34548, + "id": 18035, "name": "config", "variant": "param", "kind": 32768, @@ -716490,14 +729546,14 @@ { "type": "reflection", "declaration": { - "id": 34549, + "id": 18036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34550, + "id": 18037, "name": "name", "variant": "declaration", "kind": 1024, @@ -716521,7 +729577,7 @@ { "title": "Properties", "children": [ - 34550 + 18037 ] } ], @@ -716584,7 +729640,7 @@ "typeArguments": [ { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -716600,7 +729656,7 @@ { "title": "Methods", "children": [ - 34546 + 18033 ] } ], @@ -716622,7 +729678,7 @@ "typeArguments": [ { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -716638,7 +729694,7 @@ } }, { - "id": 34551, + "id": 18038, "name": "run", "variant": "declaration", "kind": 1024, @@ -716661,7 +729717,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34552, + "id": 18039, "name": "__type", "variant": "declaration", "kind": 65536, @@ -716675,7 +729731,7 @@ ], "signatures": [ { - "id": 34553, + "id": 18040, "name": "__type", "variant": "signature", "kind": 4096, @@ -716703,7 +729759,7 @@ ], "typeParameters": [ { - "id": 34554, + "id": 18041, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -716714,7 +729770,7 @@ } }, { - "id": 34555, + "id": 18042, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -716727,7 +729783,7 @@ ], "parameters": [ { - "id": 34556, + "id": 18043, "name": "args", "variant": "param", "kind": 32768, @@ -716760,7 +729816,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -716771,13 +729827,13 @@ }, "trueType": { "type": "reference", - "target": 34516, + "target": 18003, "name": "BatchPromotionRulesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -716810,7 +729866,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -716821,13 +729877,13 @@ }, "trueType": { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -716847,7 +729903,7 @@ } }, { - "id": 34557, + "id": 18044, "name": "getName", "variant": "declaration", "kind": 1024, @@ -716870,7 +729926,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34558, + "id": 18045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -716884,7 +729940,7 @@ ], "signatures": [ { - "id": 34559, + "id": 18046, "name": "__type", "variant": "signature", "kind": 4096, @@ -716906,7 +729962,7 @@ } }, { - "id": 34560, + "id": 18047, "name": "config", "variant": "declaration", "kind": 1024, @@ -716929,7 +729985,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34561, + "id": 18048, "name": "__type", "variant": "declaration", "kind": 65536, @@ -716943,7 +729999,7 @@ ], "signatures": [ { - "id": 34562, + "id": 18049, "name": "__type", "variant": "signature", "kind": 4096, @@ -716957,7 +730013,7 @@ ], "parameters": [ { - "id": 34563, + "id": 18050, "name": "config", "variant": "param", "kind": 32768, @@ -716983,7 +730039,7 @@ } }, { - "id": 34564, + "id": 18051, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -717011,7 +730067,7 @@ ], "documents": [ { - "id": 38231, + "id": 21728, "name": "createPromotionRulesWorkflow", "variant": "document", "kind": 8388608, @@ -717027,6 +730083,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18108" + } + ] } ], "modifierTags": [ @@ -717037,7 +730102,7 @@ "frontmatter": {} }, { - "id": 38232, + "id": 21729, "name": "updatePromotionRulesWorkflow", "variant": "document", "kind": 8388608, @@ -717053,6 +730118,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18381" + } + ] } ], "modifierTags": [ @@ -717064,21 +730138,21 @@ } ], "childrenIncludingDocuments": [ - 34535, - 34551, - 34557, - 34560, - 34564 + 18022, + 18038, + 18044, + 18047, + 18051 ], "groups": [ { "title": "Properties", "children": [ - 34535, - 34551, - 34557, - 34560, - 34564 + 18022, + 18038, + 18044, + 18047, + 18051 ] } ], @@ -717087,12 +730161,12 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L84" } ], "signatures": [ { - "id": 34528, + "id": 18015, "name": "batchPromotionRulesWorkflow", "variant": "signature", "kind": 4096, @@ -717148,12 +730222,12 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 84, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L84" } ], "typeParameters": [ { - "id": 34529, + "id": 18016, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -717164,7 +730238,7 @@ } }, { - "id": 34530, + "id": 18017, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -717177,7 +730251,7 @@ ], "parameters": [ { - "id": 34531, + "id": 18018, "name": "container", "variant": "param", "kind": 32768, @@ -717201,14 +730275,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34532, + "id": 18019, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34533, + "id": 18020, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -717231,7 +730305,7 @@ } }, { - "id": 34534, + "id": 18021, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -717258,8 +730332,8 @@ { "title": "Properties", "children": [ - 34533, - 34534 + 18020, + 18021 ] } ], @@ -717330,26 +730404,26 @@ "typeArguments": [ { "type": "reference", - "target": 34516, + "target": 18003, "name": "BatchPromotionRulesWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 34522, + "target": 18009, "name": "BatchPromotionRulesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -717364,7 +730438,7 @@ ] }, { - "id": 34567, + "id": 18054, "name": "campaignsData", "variant": "declaration", "kind": 1024, @@ -717382,7 +730456,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L17" } ], "type": { @@ -717399,7 +730473,7 @@ } }, { - "id": 34568, + "id": 18055, "name": "createCampaignsWorkflowId", "variant": "declaration", "kind": 32, @@ -717411,7 +730485,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L20" } ], "type": { @@ -717421,7 +730495,7 @@ "defaultValue": "\"create-campaigns\"" }, { - "id": 34569, + "id": 18056, "name": "createCampaignsWorkflow", "variant": "declaration", "kind": 64, @@ -717473,7 +730547,7 @@ }, "children": [ { - "id": 34577, + "id": 18064, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -717496,7 +730570,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34578, + "id": 18065, "name": "__type", "variant": "declaration", "kind": 65536, @@ -717510,7 +730584,7 @@ ], "signatures": [ { - "id": 34579, + "id": 18066, "name": "__type", "variant": "signature", "kind": 4096, @@ -717538,7 +730612,7 @@ ], "parameters": [ { - "id": 34580, + "id": 18067, "name": "param0", "variant": "param", "kind": 32768, @@ -717554,14 +730628,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34581, + "id": 18068, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34582, + "id": 18069, "name": "input", "variant": "declaration", "kind": 1024, @@ -717586,7 +730660,7 @@ "types": [ { "type": "reference", - "target": 34565, + "target": 18052, "name": "CreateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -717599,7 +730673,7 @@ "typeArguments": [ { "type": "reference", - "target": 34565, + "target": 18052, "name": "CreateCampaignsWorkflowInput", "package": "@medusajs/core-flows" } @@ -717615,7 +730689,7 @@ { "title": "Properties", "children": [ - 34582 + 18069 ] } ], @@ -717708,14 +730782,14 @@ { "type": "reflection", "declaration": { - "id": 34583, + "id": 18070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34584, + "id": 18071, "name": "config", "variant": "declaration", "kind": 2048, @@ -717729,7 +730803,7 @@ ], "signatures": [ { - "id": 34585, + "id": 18072, "name": "config", "variant": "signature", "kind": 4096, @@ -717743,7 +730817,7 @@ ], "parameters": [ { - "id": 34586, + "id": 18073, "name": "config", "variant": "param", "kind": 32768, @@ -717754,14 +730828,14 @@ { "type": "reflection", "declaration": { - "id": 34587, + "id": 18074, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34588, + "id": 18075, "name": "name", "variant": "declaration", "kind": 1024, @@ -717785,7 +730859,7 @@ { "title": "Properties", "children": [ - 34588 + 18075 ] } ], @@ -717870,7 +730944,7 @@ { "title": "Methods", "children": [ - 34584 + 18071 ] } ], @@ -717914,7 +730988,7 @@ } }, { - "id": 34589, + "id": 18076, "name": "run", "variant": "declaration", "kind": 1024, @@ -717937,7 +731011,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34590, + "id": 18077, "name": "__type", "variant": "declaration", "kind": 65536, @@ -717951,7 +731025,7 @@ ], "signatures": [ { - "id": 34591, + "id": 18078, "name": "__type", "variant": "signature", "kind": 4096, @@ -717979,7 +731053,7 @@ ], "typeParameters": [ { - "id": 34592, + "id": 18079, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -717990,7 +731064,7 @@ } }, { - "id": 34593, + "id": 18080, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -718003,7 +731077,7 @@ ], "parameters": [ { - "id": 34594, + "id": 18081, "name": "args", "variant": "param", "kind": 32768, @@ -718036,7 +731110,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718047,13 +731121,13 @@ }, "trueType": { "type": "reference", - "target": 34565, + "target": 18052, "name": "CreateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718086,7 +731160,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718109,7 +731183,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718129,7 +731203,7 @@ } }, { - "id": 34595, + "id": 18082, "name": "getName", "variant": "declaration", "kind": 1024, @@ -718152,7 +731226,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34596, + "id": 18083, "name": "__type", "variant": "declaration", "kind": 65536, @@ -718166,7 +731240,7 @@ ], "signatures": [ { - "id": 34597, + "id": 18084, "name": "__type", "variant": "signature", "kind": 4096, @@ -718188,7 +731262,7 @@ } }, { - "id": 34598, + "id": 18085, "name": "config", "variant": "declaration", "kind": 1024, @@ -718211,7 +731285,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34599, + "id": 18086, "name": "__type", "variant": "declaration", "kind": 65536, @@ -718225,7 +731299,7 @@ ], "signatures": [ { - "id": 34600, + "id": 18087, "name": "__type", "variant": "signature", "kind": 4096, @@ -718239,7 +731313,7 @@ ], "parameters": [ { - "id": 34601, + "id": 18088, "name": "config", "variant": "param", "kind": 32768, @@ -718265,7 +731339,7 @@ } }, { - "id": 34602, + "id": 18089, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -718288,14 +731362,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34603, + "id": 18090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34604, + "id": 18091, "name": "campaignsCreated", "variant": "declaration", "kind": 1024, @@ -718303,7 +731377,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34605, + "id": 18092, "name": "__type", "variant": "declaration", "kind": 65536, @@ -718317,7 +731391,7 @@ ], "signatures": [ { - "id": 34606, + "id": 18093, "name": "__type", "variant": "signature", "kind": 4096, @@ -718331,14 +731405,14 @@ ], "typeParameters": [ { - "id": 34607, + "id": 18094, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34608, + "id": 18095, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -718347,7 +731421,7 @@ ], "parameters": [ { - "id": 34609, + "id": 18096, "name": "invoke", "variant": "param", "kind": 32768, @@ -718362,14 +731436,14 @@ { "type": "reflection", "declaration": { - "id": 34610, + "id": 18097, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34611, + "id": 18098, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -718379,7 +731453,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" } ], "type": { @@ -718460,14 +731534,14 @@ { "type": "reflection", "declaration": { - "id": 34612, + "id": 18099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34613, + "id": 18100, "name": "config", "variant": "declaration", "kind": 2048, @@ -718481,7 +731555,7 @@ ], "signatures": [ { - "id": 34614, + "id": 18101, "name": "config", "variant": "signature", "kind": 4096, @@ -718495,7 +731569,7 @@ ], "parameters": [ { - "id": 34615, + "id": 18102, "name": "config", "variant": "param", "kind": 32768, @@ -718506,14 +731580,14 @@ { "type": "reflection", "declaration": { - "id": 34616, + "id": 18103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34617, + "id": 18104, "name": "name", "variant": "declaration", "kind": 1024, @@ -718537,7 +731611,7 @@ { "title": "Properties", "children": [ - 34617 + 18104 ] } ], @@ -718622,7 +731696,7 @@ { "title": "Methods", "children": [ - 34613 + 18100 ] } ], @@ -718663,7 +731737,7 @@ "defaultValue": "createdCampaigns" }, { - "id": 34618, + "id": 18105, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -718681,7 +731755,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" } ], "type": { @@ -718704,8 +731778,8 @@ { "title": "Properties", "children": [ - 34611, - 34618 + 18098, + 18105 ] } ], @@ -718714,21 +731788,21 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 61, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L61" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718739,7 +731813,7 @@ } }, { - "id": 34619, + "id": 18106, "name": "compensate", "variant": "param", "kind": 32768, @@ -718755,7 +731829,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -718774,13 +731848,86 @@ ] } } + }, + { + "id": 21731, + "name": "campaignsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the campaigns are created. You can consume this hook to perform custom actions on the created campaigns." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createCampaignsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreateCampaignsWorkflow.hooks.campaignsCreated(\n\t(async ({ campaigns, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21732, + "name": "campaignsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21733, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18097, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34604 + 18091 + ] + }, + { + "title": "Functions", + "children": [ + 21731 ] } ], @@ -718797,7 +731944,7 @@ ], "documents": [ { - "id": 38233, + "id": 21730, "name": "createCampaignsStep", "variant": "document", "kind": 8388608, @@ -718813,6 +731960,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17873" + } + ] } ], "modifierTags": [ @@ -718823,7 +731979,7 @@ "frontmatter": {} }, { - "id": 38237, + "id": 21734, "name": "campaignsCreated", "variant": "document", "kind": 8388608, @@ -718839,6 +731995,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21731" + } + ] } ], "modifierTags": [ @@ -718850,21 +732015,21 @@ } ], "childrenIncludingDocuments": [ - 34577, - 34589, - 34595, - 34598, - 34602 + 18064, + 18076, + 18082, + 18085, + 18089 ], "groups": [ { "title": "Properties", "children": [ - 34577, - 34589, - 34595, - 34598, - 34602 + 18064, + 18076, + 18082, + 18085, + 18089 ] } ], @@ -718873,12 +732038,12 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L57" } ], "signatures": [ { - "id": 34570, + "id": 18057, "name": "createCampaignsWorkflow", "variant": "signature", "kind": 4096, @@ -718933,12 +732098,12 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L57" } ], "typeParameters": [ { - "id": 34571, + "id": 18058, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -718949,7 +732114,7 @@ } }, { - "id": 34572, + "id": 18059, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -718962,7 +732127,7 @@ ], "parameters": [ { - "id": 34573, + "id": 18060, "name": "container", "variant": "param", "kind": 32768, @@ -718986,14 +732151,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34574, + "id": 18061, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34575, + "id": 18062, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -719016,7 +732181,7 @@ } }, { - "id": 34576, + "id": 18063, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -719043,8 +732208,8 @@ { "title": "Properties", "children": [ - 34575, - 34576 + 18062, + 18063 ] } ], @@ -719115,7 +732280,7 @@ "typeArguments": [ { "type": "reference", - "target": 34565, + "target": 18052, "name": "CreateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -719133,14 +732298,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -719155,14 +732320,14 @@ ] }, { - "id": 34610, + "id": 18097, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34611, + "id": 18098, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -719172,7 +732337,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" } ], "type": { @@ -719253,14 +732418,14 @@ { "type": "reflection", "declaration": { - "id": 34612, + "id": 18099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34613, + "id": 18100, "name": "config", "variant": "declaration", "kind": 2048, @@ -719274,7 +732439,7 @@ ], "signatures": [ { - "id": 34614, + "id": 18101, "name": "config", "variant": "signature", "kind": 4096, @@ -719288,7 +732453,7 @@ ], "parameters": [ { - "id": 34615, + "id": 18102, "name": "config", "variant": "param", "kind": 32768, @@ -719299,14 +732464,14 @@ { "type": "reflection", "declaration": { - "id": 34616, + "id": 18103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34617, + "id": 18104, "name": "name", "variant": "declaration", "kind": 1024, @@ -719330,7 +732495,7 @@ { "title": "Properties", "children": [ - 34617 + 18104 ] } ], @@ -719415,7 +732580,7 @@ { "title": "Methods", "children": [ - 34613 + 18100 ] } ], @@ -719456,7 +732621,7 @@ "defaultValue": "createdCampaigns" }, { - "id": 34618, + "id": 18105, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -719474,7 +732639,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" } ], "type": { @@ -719497,8 +732662,8 @@ { "title": "Properties", "children": [ - 34611, - 34618 + 18098, + 18105 ] } ], @@ -719507,12 +732672,12 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 61, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L61" } ] }, { - "id": 34611, + "id": 18098, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -719522,7 +732687,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 62, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L62" } ], "type": { @@ -719603,14 +732768,14 @@ { "type": "reflection", "declaration": { - "id": 34612, + "id": 18099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34613, + "id": 18100, "name": "config", "variant": "declaration", "kind": 2048, @@ -719624,7 +732789,7 @@ ], "signatures": [ { - "id": 34614, + "id": 18101, "name": "config", "variant": "signature", "kind": 4096, @@ -719638,7 +732803,7 @@ ], "parameters": [ { - "id": 34615, + "id": 18102, "name": "config", "variant": "param", "kind": 32768, @@ -719649,14 +732814,14 @@ { "type": "reflection", "declaration": { - "id": 34616, + "id": 18103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34617, + "id": 18104, "name": "name", "variant": "declaration", "kind": 1024, @@ -719680,7 +732845,7 @@ { "title": "Properties", "children": [ - 34617 + 18104 ] } ], @@ -719765,7 +732930,7 @@ { "title": "Methods", "children": [ - 34613 + 18100 ] } ], @@ -719806,7 +732971,7 @@ "defaultValue": "createdCampaigns" }, { - "id": 34618, + "id": 18105, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -719824,7 +732989,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L63" } ], "type": { @@ -719843,7 +733008,7 @@ "defaultValue": "input.additional_data" }, { - "id": 34620, + "id": 18107, "name": "createPromotionRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -719855,7 +733020,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotion-rules.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L12" } ], "type": { @@ -719865,7 +733030,7 @@ "defaultValue": "\"create-promotion-rules-workflow\"" }, { - "id": 34621, + "id": 18108, "name": "createPromotionRulesWorkflow", "variant": "declaration", "kind": 64, @@ -719918,7 +733083,7 @@ }, "children": [ { - "id": 34629, + "id": 18116, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -719941,7 +733106,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34630, + "id": 18117, "name": "__type", "variant": "declaration", "kind": 65536, @@ -719955,7 +733120,7 @@ ], "signatures": [ { - "id": 34631, + "id": 18118, "name": "__type", "variant": "signature", "kind": 4096, @@ -719983,7 +733148,7 @@ ], "parameters": [ { - "id": 34632, + "id": 18119, "name": "param0", "variant": "param", "kind": 32768, @@ -719999,14 +733164,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34633, + "id": 18120, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34634, + "id": 18121, "name": "input", "variant": "declaration", "kind": 1024, @@ -720066,7 +733231,7 @@ { "title": "Properties", "children": [ - 34634 + 18121 ] } ], @@ -720159,14 +733324,14 @@ { "type": "reflection", "declaration": { - "id": 34635, + "id": 18122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34636, + "id": 18123, "name": "config", "variant": "declaration", "kind": 2048, @@ -720180,7 +733345,7 @@ ], "signatures": [ { - "id": 34637, + "id": 18124, "name": "config", "variant": "signature", "kind": 4096, @@ -720194,7 +733359,7 @@ ], "parameters": [ { - "id": 34638, + "id": 18125, "name": "config", "variant": "param", "kind": 32768, @@ -720205,14 +733370,14 @@ { "type": "reflection", "declaration": { - "id": 34639, + "id": 18126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34640, + "id": 18127, "name": "name", "variant": "declaration", "kind": 1024, @@ -720236,7 +733401,7 @@ { "title": "Properties", "children": [ - 34640 + 18127 ] } ], @@ -720321,7 +733486,7 @@ { "title": "Methods", "children": [ - 34636 + 18123 ] } ], @@ -720365,7 +733530,7 @@ } }, { - "id": 34641, + "id": 18128, "name": "run", "variant": "declaration", "kind": 1024, @@ -720388,7 +733553,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34642, + "id": 18129, "name": "__type", "variant": "declaration", "kind": 65536, @@ -720402,7 +733567,7 @@ ], "signatures": [ { - "id": 34643, + "id": 18130, "name": "__type", "variant": "signature", "kind": 4096, @@ -720430,7 +733595,7 @@ ], "typeParameters": [ { - "id": 34644, + "id": 18131, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -720441,7 +733606,7 @@ } }, { - "id": 34645, + "id": 18132, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -720454,7 +733619,7 @@ ], "parameters": [ { - "id": 34646, + "id": 18133, "name": "args", "variant": "param", "kind": 32768, @@ -720487,7 +733652,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -720507,7 +733672,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -720540,7 +733705,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -720563,7 +733728,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -720583,7 +733748,7 @@ } }, { - "id": 34647, + "id": 18134, "name": "getName", "variant": "declaration", "kind": 1024, @@ -720606,7 +733771,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34648, + "id": 18135, "name": "__type", "variant": "declaration", "kind": 65536, @@ -720620,7 +733785,7 @@ ], "signatures": [ { - "id": 34649, + "id": 18136, "name": "__type", "variant": "signature", "kind": 4096, @@ -720642,7 +733807,7 @@ } }, { - "id": 34650, + "id": 18137, "name": "config", "variant": "declaration", "kind": 1024, @@ -720665,7 +733830,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34651, + "id": 18138, "name": "__type", "variant": "declaration", "kind": 65536, @@ -720679,7 +733844,7 @@ ], "signatures": [ { - "id": 34652, + "id": 18139, "name": "__type", "variant": "signature", "kind": 4096, @@ -720693,7 +733858,7 @@ ], "parameters": [ { - "id": 34653, + "id": 18140, "name": "config", "variant": "param", "kind": 32768, @@ -720719,7 +733884,7 @@ } }, { - "id": 34654, + "id": 18141, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -720747,7 +733912,7 @@ ], "documents": [ { - "id": 38238, + "id": 21735, "name": "addRulesToPromotionsStep", "variant": "document", "kind": 8388608, @@ -720763,6 +733928,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17861" + } + ] } ], "modifierTags": [ @@ -720774,21 +733948,21 @@ } ], "childrenIncludingDocuments": [ - 34629, - 34641, - 34647, - 34650, - 34654 + 18116, + 18128, + 18134, + 18137, + 18141 ], "groups": [ { "title": "Properties", "children": [ - 34629, - 34641, - 34647, - 34650, - 34654 + 18116, + 18128, + 18134, + 18137, + 18141 ] } ], @@ -720797,12 +733971,12 @@ "fileName": "core-flows/src/promotion/workflows/create-promotion-rules.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L43" } ], "signatures": [ { - "id": 34622, + "id": 18109, "name": "createPromotionRulesWorkflow", "variant": "signature", "kind": 4096, @@ -720858,12 +734032,12 @@ "fileName": "core-flows/src/promotion/workflows/create-promotion-rules.ts", "line": 43, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts#L43" } ], "typeParameters": [ { - "id": 34623, + "id": 18110, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -720874,7 +734048,7 @@ } }, { - "id": 34624, + "id": 18111, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -720887,7 +734061,7 @@ ], "parameters": [ { - "id": 34625, + "id": 18112, "name": "container", "variant": "param", "kind": 32768, @@ -720911,14 +734085,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34626, + "id": 18113, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34627, + "id": 18114, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -720941,7 +734115,7 @@ } }, { - "id": 34628, + "id": 18115, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -720968,8 +734142,8 @@ { "title": "Properties", "children": [ - 34627, - 34628 + 18114, + 18115 ] } ], @@ -721061,14 +734235,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -721083,7 +734257,7 @@ ] }, { - "id": 34657, + "id": 18144, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -721101,7 +734275,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L17" } ], "type": { @@ -721118,7 +734292,7 @@ } }, { - "id": 34658, + "id": 18145, "name": "createPromotionsWorkflowId", "variant": "declaration", "kind": 32, @@ -721130,7 +734304,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L20" } ], "type": { @@ -721140,7 +734314,7 @@ "defaultValue": "\"create-promotions\"" }, { - "id": 34659, + "id": 18146, "name": "createPromotionsWorkflow", "variant": "declaration", "kind": 64, @@ -721192,7 +734366,7 @@ }, "children": [ { - "id": 34667, + "id": 18154, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -721215,7 +734389,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34668, + "id": 18155, "name": "__type", "variant": "declaration", "kind": 65536, @@ -721229,7 +734403,7 @@ ], "signatures": [ { - "id": 34669, + "id": 18156, "name": "__type", "variant": "signature", "kind": 4096, @@ -721257,7 +734431,7 @@ ], "parameters": [ { - "id": 34670, + "id": 18157, "name": "param0", "variant": "param", "kind": 32768, @@ -721273,14 +734447,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34671, + "id": 18158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34672, + "id": 18159, "name": "input", "variant": "declaration", "kind": 1024, @@ -721305,7 +734479,7 @@ "types": [ { "type": "reference", - "target": 34655, + "target": 18142, "name": "CreatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -721318,7 +734492,7 @@ "typeArguments": [ { "type": "reference", - "target": 34655, + "target": 18142, "name": "CreatePromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -721334,7 +734508,7 @@ { "title": "Properties", "children": [ - 34672 + 18159 ] } ], @@ -721427,14 +734601,14 @@ { "type": "reflection", "declaration": { - "id": 34673, + "id": 18160, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34674, + "id": 18161, "name": "config", "variant": "declaration", "kind": 2048, @@ -721448,7 +734622,7 @@ ], "signatures": [ { - "id": 34675, + "id": 18162, "name": "config", "variant": "signature", "kind": 4096, @@ -721462,7 +734636,7 @@ ], "parameters": [ { - "id": 34676, + "id": 18163, "name": "config", "variant": "param", "kind": 32768, @@ -721473,14 +734647,14 @@ { "type": "reflection", "declaration": { - "id": 34677, + "id": 18164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34678, + "id": 18165, "name": "name", "variant": "declaration", "kind": 1024, @@ -721504,7 +734678,7 @@ { "title": "Properties", "children": [ - 34678 + 18165 ] } ], @@ -721589,7 +734763,7 @@ { "title": "Methods", "children": [ - 34674 + 18161 ] } ], @@ -721633,7 +734807,7 @@ } }, { - "id": 34679, + "id": 18166, "name": "run", "variant": "declaration", "kind": 1024, @@ -721656,7 +734830,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34680, + "id": 18167, "name": "__type", "variant": "declaration", "kind": 65536, @@ -721670,7 +734844,7 @@ ], "signatures": [ { - "id": 34681, + "id": 18168, "name": "__type", "variant": "signature", "kind": 4096, @@ -721698,7 +734872,7 @@ ], "typeParameters": [ { - "id": 34682, + "id": 18169, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -721709,7 +734883,7 @@ } }, { - "id": 34683, + "id": 18170, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -721722,7 +734896,7 @@ ], "parameters": [ { - "id": 34684, + "id": 18171, "name": "args", "variant": "param", "kind": 32768, @@ -721755,7 +734929,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -721766,13 +734940,13 @@ }, "trueType": { "type": "reference", - "target": 34655, + "target": 18142, "name": "CreatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -721805,7 +734979,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -721828,7 +735002,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -721848,7 +735022,7 @@ } }, { - "id": 34685, + "id": 18172, "name": "getName", "variant": "declaration", "kind": 1024, @@ -721871,7 +735045,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34686, + "id": 18173, "name": "__type", "variant": "declaration", "kind": 65536, @@ -721885,7 +735059,7 @@ ], "signatures": [ { - "id": 34687, + "id": 18174, "name": "__type", "variant": "signature", "kind": 4096, @@ -721907,7 +735081,7 @@ } }, { - "id": 34688, + "id": 18175, "name": "config", "variant": "declaration", "kind": 1024, @@ -721930,7 +735104,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34689, + "id": 18176, "name": "__type", "variant": "declaration", "kind": 65536, @@ -721944,7 +735118,7 @@ ], "signatures": [ { - "id": 34690, + "id": 18177, "name": "__type", "variant": "signature", "kind": 4096, @@ -721958,7 +735132,7 @@ ], "parameters": [ { - "id": 34691, + "id": 18178, "name": "config", "variant": "param", "kind": 32768, @@ -721984,7 +735158,7 @@ } }, { - "id": 34692, + "id": 18179, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -722007,14 +735181,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34693, + "id": 18180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34694, + "id": 18181, "name": "promotionsCreated", "variant": "declaration", "kind": 1024, @@ -722022,7 +735196,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34695, + "id": 18182, "name": "__type", "variant": "declaration", "kind": 65536, @@ -722036,7 +735210,7 @@ ], "signatures": [ { - "id": 34696, + "id": 18183, "name": "__type", "variant": "signature", "kind": 4096, @@ -722050,14 +735224,14 @@ ], "typeParameters": [ { - "id": 34697, + "id": 18184, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34698, + "id": 18185, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -722066,7 +735240,7 @@ ], "parameters": [ { - "id": 34699, + "id": 18186, "name": "invoke", "variant": "param", "kind": 32768, @@ -722081,14 +735255,14 @@ { "type": "reflection", "declaration": { - "id": 34700, + "id": 18187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34701, + "id": 18188, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -722098,7 +735272,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" } ], "type": { @@ -722179,14 +735353,14 @@ { "type": "reflection", "declaration": { - "id": 34702, + "id": 18189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34703, + "id": 18190, "name": "config", "variant": "declaration", "kind": 2048, @@ -722200,7 +735374,7 @@ ], "signatures": [ { - "id": 34704, + "id": 18191, "name": "config", "variant": "signature", "kind": 4096, @@ -722214,7 +735388,7 @@ ], "parameters": [ { - "id": 34705, + "id": 18192, "name": "config", "variant": "param", "kind": 32768, @@ -722225,14 +735399,14 @@ { "type": "reflection", "declaration": { - "id": 34706, + "id": 18193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34707, + "id": 18194, "name": "name", "variant": "declaration", "kind": 1024, @@ -722256,7 +735430,7 @@ { "title": "Properties", "children": [ - 34707 + 18194 ] } ], @@ -722341,7 +735515,7 @@ { "title": "Methods", "children": [ - 34703 + 18190 ] } ], @@ -722382,7 +735556,7 @@ "defaultValue": "createdPromotions" }, { - "id": 34708, + "id": 18195, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -722400,7 +735574,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" } ], "type": { @@ -722423,8 +735597,8 @@ { "title": "Properties", "children": [ - 34701, - 34708 + 18188, + 18195 ] } ], @@ -722433,21 +735607,21 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 62, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L62" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -722458,7 +735632,7 @@ } }, { - "id": 34709, + "id": 18196, "name": "compensate", "variant": "param", "kind": 32768, @@ -722474,7 +735648,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -722493,13 +735667,86 @@ ] } } + }, + { + "id": 21737, + "name": "promotionsCreated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the promotions are created. You can consume this hook to perform custom actions on the created promotions." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { createPromotionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ncreatePromotionsWorkflow.hooks.promotionsCreated(\n\t(async ({ promotions, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21738, + "name": "promotionsCreated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21739, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18187, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34694 + 18181 + ] + }, + { + "title": "Functions", + "children": [ + 21737 ] } ], @@ -722516,7 +735763,7 @@ ], "documents": [ { - "id": 38239, + "id": 21736, "name": "createPromotionsStep", "variant": "document", "kind": 8388608, @@ -722532,6 +735779,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17885" + } + ] } ], "modifierTags": [ @@ -722542,7 +735798,7 @@ "frontmatter": {} }, { - "id": 38243, + "id": 21740, "name": "promotionsCreated", "variant": "document", "kind": 8388608, @@ -722558,6 +735814,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21737" + } + ] } ], "modifierTags": [ @@ -722569,21 +735834,21 @@ } ], "childrenIncludingDocuments": [ - 34667, - 34679, - 34685, - 34688, - 34692 + 18154, + 18166, + 18172, + 18175, + 18179 ], "groups": [ { "title": "Properties", "children": [ - 34667, - 34679, - 34685, - 34688, - 34692 + 18154, + 18166, + 18172, + 18175, + 18179 ] } ], @@ -722592,12 +735857,12 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L58" } ], "signatures": [ { - "id": 34660, + "id": 18147, "name": "createPromotionsWorkflow", "variant": "signature", "kind": 4096, @@ -722652,12 +735917,12 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 58, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L58" } ], "typeParameters": [ { - "id": 34661, + "id": 18148, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -722668,7 +735933,7 @@ } }, { - "id": 34662, + "id": 18149, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -722681,7 +735946,7 @@ ], "parameters": [ { - "id": 34663, + "id": 18150, "name": "container", "variant": "param", "kind": 32768, @@ -722705,14 +735970,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34664, + "id": 18151, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34665, + "id": 18152, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -722735,7 +736000,7 @@ } }, { - "id": 34666, + "id": 18153, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -722762,8 +736027,8 @@ { "title": "Properties", "children": [ - 34665, - 34666 + 18152, + 18153 ] } ], @@ -722834,7 +736099,7 @@ "typeArguments": [ { "type": "reference", - "target": 34655, + "target": 18142, "name": "CreatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -722852,14 +736117,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -722874,14 +736139,14 @@ ] }, { - "id": 34700, + "id": 18187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34701, + "id": 18188, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -722891,7 +736156,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" } ], "type": { @@ -722972,14 +736237,14 @@ { "type": "reflection", "declaration": { - "id": 34702, + "id": 18189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34703, + "id": 18190, "name": "config", "variant": "declaration", "kind": 2048, @@ -722993,7 +736258,7 @@ ], "signatures": [ { - "id": 34704, + "id": 18191, "name": "config", "variant": "signature", "kind": 4096, @@ -723007,7 +736272,7 @@ ], "parameters": [ { - "id": 34705, + "id": 18192, "name": "config", "variant": "param", "kind": 32768, @@ -723018,14 +736283,14 @@ { "type": "reflection", "declaration": { - "id": 34706, + "id": 18193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34707, + "id": 18194, "name": "name", "variant": "declaration", "kind": 1024, @@ -723049,7 +736314,7 @@ { "title": "Properties", "children": [ - 34707 + 18194 ] } ], @@ -723134,7 +736399,7 @@ { "title": "Methods", "children": [ - 34703 + 18190 ] } ], @@ -723175,7 +736440,7 @@ "defaultValue": "createdPromotions" }, { - "id": 34708, + "id": 18195, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -723193,7 +736458,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" } ], "type": { @@ -723216,8 +736481,8 @@ { "title": "Properties", "children": [ - 34701, - 34708 + 18188, + 18195 ] } ], @@ -723226,12 +736491,12 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 62, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L62" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L62" } ] }, { - "id": 34701, + "id": 18188, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -723241,7 +736506,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 63, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L63" } ], "type": { @@ -723322,14 +736587,14 @@ { "type": "reflection", "declaration": { - "id": 34702, + "id": 18189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34703, + "id": 18190, "name": "config", "variant": "declaration", "kind": 2048, @@ -723343,7 +736608,7 @@ ], "signatures": [ { - "id": 34704, + "id": 18191, "name": "config", "variant": "signature", "kind": 4096, @@ -723357,7 +736622,7 @@ ], "parameters": [ { - "id": 34705, + "id": 18192, "name": "config", "variant": "param", "kind": 32768, @@ -723368,14 +736633,14 @@ { "type": "reflection", "declaration": { - "id": 34706, + "id": 18193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34707, + "id": 18194, "name": "name", "variant": "declaration", "kind": 1024, @@ -723399,7 +736664,7 @@ { "title": "Properties", "children": [ - 34707 + 18194 ] } ], @@ -723484,7 +736749,7 @@ { "title": "Methods", "children": [ - 34703 + 18190 ] } ], @@ -723525,7 +736790,7 @@ "defaultValue": "createdPromotions" }, { - "id": 34708, + "id": 18195, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -723543,7 +736808,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 64, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L64" } ], "type": { @@ -723562,7 +736827,7 @@ "defaultValue": "input.additional_data" }, { - "id": 34712, + "id": 18199, "name": "ids", "variant": "declaration", "kind": 1024, @@ -723580,7 +736845,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L16" } ], "type": { @@ -723592,7 +736857,7 @@ } }, { - "id": 34713, + "id": 18200, "name": "deleteCampaignsWorkflowId", "variant": "declaration", "kind": 32, @@ -723604,7 +736869,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L19" } ], "type": { @@ -723614,7 +736879,7 @@ "defaultValue": "\"delete-campaigns\"" }, { - "id": 34714, + "id": 18201, "name": "deleteCampaignsWorkflow", "variant": "declaration", "kind": 64, @@ -723658,7 +736923,7 @@ }, "children": [ { - "id": 34722, + "id": 18209, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -723681,7 +736946,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34723, + "id": 18210, "name": "__type", "variant": "declaration", "kind": 65536, @@ -723695,7 +736960,7 @@ ], "signatures": [ { - "id": 34724, + "id": 18211, "name": "__type", "variant": "signature", "kind": 4096, @@ -723723,7 +736988,7 @@ ], "parameters": [ { - "id": 34725, + "id": 18212, "name": "param0", "variant": "param", "kind": 32768, @@ -723739,14 +737004,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34726, + "id": 18213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34727, + "id": 18214, "name": "input", "variant": "declaration", "kind": 1024, @@ -723771,7 +737036,7 @@ "types": [ { "type": "reference", - "target": 34710, + "target": 18197, "name": "DeleteCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -723784,7 +737049,7 @@ "typeArguments": [ { "type": "reference", - "target": 34710, + "target": 18197, "name": "DeleteCampaignsWorkflowInput", "package": "@medusajs/core-flows" } @@ -723800,7 +737065,7 @@ { "title": "Properties", "children": [ - 34727 + 18214 ] } ], @@ -723825,7 +737090,7 @@ } }, { - "id": 34728, + "id": 18215, "name": "run", "variant": "declaration", "kind": 1024, @@ -723848,7 +737113,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34729, + "id": 18216, "name": "__type", "variant": "declaration", "kind": 65536, @@ -723862,7 +737127,7 @@ ], "signatures": [ { - "id": 34730, + "id": 18217, "name": "__type", "variant": "signature", "kind": 4096, @@ -723890,7 +737155,7 @@ ], "typeParameters": [ { - "id": 34731, + "id": 18218, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -723901,7 +737166,7 @@ } }, { - "id": 34732, + "id": 18219, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -723914,7 +737179,7 @@ ], "parameters": [ { - "id": 34733, + "id": 18220, "name": "args", "variant": "param", "kind": 32768, @@ -723947,7 +737212,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -723958,13 +737223,13 @@ }, "trueType": { "type": "reference", - "target": 34710, + "target": 18197, "name": "DeleteCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -723997,7 +737262,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -724012,7 +737277,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -724032,7 +737297,7 @@ } }, { - "id": 34734, + "id": 18221, "name": "getName", "variant": "declaration", "kind": 1024, @@ -724055,7 +737320,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34735, + "id": 18222, "name": "__type", "variant": "declaration", "kind": 65536, @@ -724069,7 +737334,7 @@ ], "signatures": [ { - "id": 34736, + "id": 18223, "name": "__type", "variant": "signature", "kind": 4096, @@ -724091,7 +737356,7 @@ } }, { - "id": 34737, + "id": 18224, "name": "config", "variant": "declaration", "kind": 1024, @@ -724114,7 +737379,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34738, + "id": 18225, "name": "__type", "variant": "declaration", "kind": 65536, @@ -724128,7 +737393,7 @@ ], "signatures": [ { - "id": 34739, + "id": 18226, "name": "__type", "variant": "signature", "kind": 4096, @@ -724142,7 +737407,7 @@ ], "parameters": [ { - "id": 34740, + "id": 18227, "name": "config", "variant": "param", "kind": 32768, @@ -724168,7 +737433,7 @@ } }, { - "id": 34741, + "id": 18228, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -724191,14 +737456,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34742, + "id": 18229, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34743, + "id": 18230, "name": "campaignsDeleted", "variant": "declaration", "kind": 1024, @@ -724206,7 +737471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34744, + "id": 18231, "name": "__type", "variant": "declaration", "kind": 65536, @@ -724220,7 +737485,7 @@ ], "signatures": [ { - "id": 34745, + "id": 18232, "name": "__type", "variant": "signature", "kind": 4096, @@ -724234,14 +737499,14 @@ ], "typeParameters": [ { - "id": 34746, + "id": 18233, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34747, + "id": 18234, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -724250,7 +737515,7 @@ ], "parameters": [ { - "id": 34748, + "id": 18235, "name": "invoke", "variant": "param", "kind": 32768, @@ -724265,14 +737530,14 @@ { "type": "reflection", "declaration": { - "id": 34749, + "id": 18236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34750, + "id": 18237, "name": "ids", "variant": "declaration", "kind": 1024, @@ -724282,7 +737547,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" } ], "type": { @@ -724334,7 +737599,7 @@ { "title": "Properties", "children": [ - 34750 + 18237 ] } ], @@ -724343,21 +737608,21 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 43, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L43" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -724368,7 +737633,7 @@ } }, { - "id": 34751, + "id": 18238, "name": "compensate", "variant": "param", "kind": 32768, @@ -724384,7 +737649,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -724403,13 +737668,86 @@ ] } } + }, + { + "id": 21742, + "name": "campaignsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deleteCampaignsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeleteCampaignsWorkflow.hooks.campaignsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21743, + "name": "campaignsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21744, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18236, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34743 + 18230 + ] + }, + { + "title": "Functions", + "children": [ + 21742 ] } ], @@ -724426,7 +737764,7 @@ ], "documents": [ { - "id": 38244, + "id": 21741, "name": "deleteCampaignsStep", "variant": "document", "kind": 8388608, @@ -724442,6 +737780,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17898" + } + ] } ], "modifierTags": [ @@ -724452,7 +737799,7 @@ "frontmatter": {} }, { - "id": 38248, + "id": 21745, "name": "campaignsDeleted", "variant": "document", "kind": 8388608, @@ -724468,6 +737815,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21742" + } + ] } ], "modifierTags": [ @@ -724479,21 +737835,21 @@ } ], "childrenIncludingDocuments": [ - 34722, - 34728, - 34734, - 34737, - 34741 + 18209, + 18215, + 18221, + 18224, + 18228 ], "groups": [ { "title": "Properties", "children": [ - 34722, - 34728, - 34734, - 34737, - 34741 + 18209, + 18215, + 18221, + 18224, + 18228 ] } ], @@ -724502,12 +737858,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L39" } ], "signatures": [ { - "id": 34715, + "id": 18202, "name": "deleteCampaignsWorkflow", "variant": "signature", "kind": 4096, @@ -724554,12 +737910,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L39" } ], "typeParameters": [ { - "id": 34716, + "id": 18203, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -724570,7 +737926,7 @@ } }, { - "id": 34717, + "id": 18204, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -724583,7 +737939,7 @@ ], "parameters": [ { - "id": 34718, + "id": 18205, "name": "container", "variant": "param", "kind": 32768, @@ -724607,14 +737963,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34719, + "id": 18206, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34720, + "id": 18207, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -724637,7 +737993,7 @@ } }, { - "id": 34721, + "id": 18208, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -724664,8 +738020,8 @@ { "title": "Properties", "children": [ - 34720, - 34721 + 18207, + 18208 ] } ], @@ -724736,7 +738092,7 @@ "typeArguments": [ { "type": "reference", - "target": 34710, + "target": 18197, "name": "DeleteCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -724746,14 +738102,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -724768,14 +738124,14 @@ ] }, { - "id": 34749, + "id": 18236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34750, + "id": 18237, "name": "ids", "variant": "declaration", "kind": 1024, @@ -724785,7 +738141,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" } ], "type": { @@ -724837,7 +738193,7 @@ { "title": "Properties", "children": [ - 34750 + 18237 ] } ], @@ -724846,12 +738202,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 43, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L43" } ] }, { - "id": 34750, + "id": 18237, "name": "ids", "variant": "declaration", "kind": 1024, @@ -724861,7 +738217,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L44" } ], "type": { @@ -724909,7 +738265,7 @@ "defaultValue": "input.ids" }, { - "id": 34752, + "id": 18239, "name": "deletePromotionRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -724921,7 +738277,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotion-rules.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L5" } ], "type": { @@ -724931,7 +738287,7 @@ "defaultValue": "\"delete-promotion-rules-workflow\"" }, { - "id": 34753, + "id": 18240, "name": "deletePromotionRulesWorkflow", "variant": "declaration", "kind": 64, @@ -724984,7 +738340,7 @@ }, "children": [ { - "id": 34761, + "id": 18248, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -725007,7 +738363,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34762, + "id": 18249, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725021,7 +738377,7 @@ ], "signatures": [ { - "id": 34763, + "id": 18250, "name": "__type", "variant": "signature", "kind": 4096, @@ -725049,7 +738405,7 @@ ], "parameters": [ { - "id": 34764, + "id": 18251, "name": "param0", "variant": "param", "kind": 32768, @@ -725065,14 +738421,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34765, + "id": 18252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34766, + "id": 18253, "name": "input", "variant": "declaration", "kind": 1024, @@ -725132,7 +738488,7 @@ { "title": "Properties", "children": [ - 34766 + 18253 ] } ], @@ -725168,14 +738524,14 @@ { "type": "reflection", "declaration": { - "id": 34767, + "id": 18254, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34768, + "id": 18255, "name": "config", "variant": "declaration", "kind": 2048, @@ -725189,7 +738545,7 @@ ], "signatures": [ { - "id": 34769, + "id": 18256, "name": "config", "variant": "signature", "kind": 4096, @@ -725203,7 +738559,7 @@ ], "parameters": [ { - "id": 34770, + "id": 18257, "name": "config", "variant": "param", "kind": 32768, @@ -725214,14 +738570,14 @@ { "type": "reflection", "declaration": { - "id": 34771, + "id": 18258, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34772, + "id": 18259, "name": "name", "variant": "declaration", "kind": 1024, @@ -725245,7 +738601,7 @@ { "title": "Properties", "children": [ - 34772 + 18259 ] } ], @@ -725322,7 +738678,7 @@ { "title": "Methods", "children": [ - 34768 + 18255 ] } ], @@ -725358,7 +738714,7 @@ } }, { - "id": 34773, + "id": 18260, "name": "run", "variant": "declaration", "kind": 1024, @@ -725381,7 +738737,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34774, + "id": 18261, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725395,7 +738751,7 @@ ], "signatures": [ { - "id": 34775, + "id": 18262, "name": "__type", "variant": "signature", "kind": 4096, @@ -725423,7 +738779,7 @@ ], "typeParameters": [ { - "id": 34776, + "id": 18263, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -725434,7 +738790,7 @@ } }, { - "id": 34777, + "id": 18264, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -725447,7 +738803,7 @@ ], "parameters": [ { - "id": 34778, + "id": 18265, "name": "args", "variant": "param", "kind": 32768, @@ -725480,7 +738836,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725500,7 +738856,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725533,7 +738889,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725548,7 +738904,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725568,7 +738924,7 @@ } }, { - "id": 34779, + "id": 18266, "name": "getName", "variant": "declaration", "kind": 1024, @@ -725591,7 +738947,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34780, + "id": 18267, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725605,7 +738961,7 @@ ], "signatures": [ { - "id": 34781, + "id": 18268, "name": "__type", "variant": "signature", "kind": 4096, @@ -725627,7 +738983,7 @@ } }, { - "id": 34782, + "id": 18269, "name": "config", "variant": "declaration", "kind": 1024, @@ -725650,7 +739006,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34783, + "id": 18270, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725664,7 +739020,7 @@ ], "signatures": [ { - "id": 34784, + "id": 18271, "name": "__type", "variant": "signature", "kind": 4096, @@ -725678,7 +739034,7 @@ ], "parameters": [ { - "id": 34785, + "id": 18272, "name": "config", "variant": "param", "kind": 32768, @@ -725704,7 +739060,7 @@ } }, { - "id": 34786, + "id": 18273, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -725727,7 +739083,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34787, + "id": 18274, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725741,14 +739097,14 @@ ], "indexSignatures": [ { - "id": 34788, + "id": 18275, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 34789, + "id": 18276, "name": "key", "variant": "param", "kind": 32768, @@ -725762,7 +739118,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34790, + "id": 18277, "name": "__type", "variant": "declaration", "kind": 65536, @@ -725776,7 +739132,7 @@ ], "signatures": [ { - "id": 34791, + "id": 18278, "name": "__type", "variant": "signature", "kind": 4096, @@ -725790,14 +739146,14 @@ ], "typeParameters": [ { - "id": 34792, + "id": 18279, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34793, + "id": 18280, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -725806,7 +739162,7 @@ ], "parameters": [ { - "id": 34794, + "id": 18281, "name": "invoke", "variant": "param", "kind": 32768, @@ -725824,14 +739180,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725842,7 +739198,7 @@ } }, { - "id": 34795, + "id": 18282, "name": "compensate", "variant": "param", "kind": 32768, @@ -725858,7 +739214,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -725885,7 +739241,7 @@ ], "documents": [ { - "id": 38249, + "id": 21746, "name": "removeRulesFromPromotionsStep", "variant": "document", "kind": 8388608, @@ -725901,6 +739257,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17917" + } + ] } ], "modifierTags": [ @@ -725912,21 +739277,21 @@ } ], "childrenIncludingDocuments": [ - 34761, - 34773, - 34779, - 34782, - 34786 + 18248, + 18260, + 18266, + 18269, + 18273 ], "groups": [ { "title": "Properties", "children": [ - 34761, - 34773, - 34779, - 34782, - 34786 + 18248, + 18260, + 18266, + 18269, + 18273 ] } ], @@ -725935,12 +739300,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotion-rules.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L29" } ], "signatures": [ { - "id": 34754, + "id": 18241, "name": "deletePromotionRulesWorkflow", "variant": "signature", "kind": 4096, @@ -725996,12 +739361,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotion-rules.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts#L29" } ], "typeParameters": [ { - "id": 34755, + "id": 18242, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -726012,7 +739377,7 @@ } }, { - "id": 34756, + "id": 18243, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -726025,7 +739390,7 @@ ], "parameters": [ { - "id": 34757, + "id": 18244, "name": "container", "variant": "param", "kind": 32768, @@ -726049,14 +739414,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34758, + "id": 18245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34759, + "id": 18246, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -726079,7 +739444,7 @@ } }, { - "id": 34760, + "id": 18247, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -726106,8 +739471,8 @@ { "title": "Properties", "children": [ - 34759, - 34760 + 18246, + 18247 ] } ], @@ -726191,14 +739556,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -726213,7 +739578,7 @@ ] }, { - "id": 34798, + "id": 18285, "name": "ids", "variant": "declaration", "kind": 1024, @@ -726231,7 +739596,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L16" } ], "type": { @@ -726243,7 +739608,7 @@ } }, { - "id": 34799, + "id": 18286, "name": "deletePromotionsWorkflowId", "variant": "declaration", "kind": 32, @@ -726255,7 +739620,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L19" } ], "type": { @@ -726265,7 +739630,7 @@ "defaultValue": "\"delete-promotions\"" }, { - "id": 34800, + "id": 18287, "name": "deletePromotionsWorkflow", "variant": "declaration", "kind": 64, @@ -726309,7 +739674,7 @@ }, "children": [ { - "id": 34808, + "id": 18295, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -726332,7 +739697,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34809, + "id": 18296, "name": "__type", "variant": "declaration", "kind": 65536, @@ -726346,7 +739711,7 @@ ], "signatures": [ { - "id": 34810, + "id": 18297, "name": "__type", "variant": "signature", "kind": 4096, @@ -726374,7 +739739,7 @@ ], "parameters": [ { - "id": 34811, + "id": 18298, "name": "param0", "variant": "param", "kind": 32768, @@ -726390,14 +739755,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34812, + "id": 18299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34813, + "id": 18300, "name": "input", "variant": "declaration", "kind": 1024, @@ -726422,7 +739787,7 @@ "types": [ { "type": "reference", - "target": 34796, + "target": 18283, "name": "DeletePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -726435,7 +739800,7 @@ "typeArguments": [ { "type": "reference", - "target": 34796, + "target": 18283, "name": "DeletePromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -726451,7 +739816,7 @@ { "title": "Properties", "children": [ - 34813 + 18300 ] } ], @@ -726476,7 +739841,7 @@ } }, { - "id": 34814, + "id": 18301, "name": "run", "variant": "declaration", "kind": 1024, @@ -726499,7 +739864,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34815, + "id": 18302, "name": "__type", "variant": "declaration", "kind": 65536, @@ -726513,7 +739878,7 @@ ], "signatures": [ { - "id": 34816, + "id": 18303, "name": "__type", "variant": "signature", "kind": 4096, @@ -726541,7 +739906,7 @@ ], "typeParameters": [ { - "id": 34817, + "id": 18304, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -726552,7 +739917,7 @@ } }, { - "id": 34818, + "id": 18305, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -726565,7 +739930,7 @@ ], "parameters": [ { - "id": 34819, + "id": 18306, "name": "args", "variant": "param", "kind": 32768, @@ -726598,7 +739963,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -726609,13 +739974,13 @@ }, "trueType": { "type": "reference", - "target": 34796, + "target": 18283, "name": "DeletePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -726648,7 +740013,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -726663,7 +740028,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -726683,7 +740048,7 @@ } }, { - "id": 34820, + "id": 18307, "name": "getName", "variant": "declaration", "kind": 1024, @@ -726706,7 +740071,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34821, + "id": 18308, "name": "__type", "variant": "declaration", "kind": 65536, @@ -726720,7 +740085,7 @@ ], "signatures": [ { - "id": 34822, + "id": 18309, "name": "__type", "variant": "signature", "kind": 4096, @@ -726742,7 +740107,7 @@ } }, { - "id": 34823, + "id": 18310, "name": "config", "variant": "declaration", "kind": 1024, @@ -726765,7 +740130,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34824, + "id": 18311, "name": "__type", "variant": "declaration", "kind": 65536, @@ -726779,7 +740144,7 @@ ], "signatures": [ { - "id": 34825, + "id": 18312, "name": "__type", "variant": "signature", "kind": 4096, @@ -726793,7 +740158,7 @@ ], "parameters": [ { - "id": 34826, + "id": 18313, "name": "config", "variant": "param", "kind": 32768, @@ -726819,7 +740184,7 @@ } }, { - "id": 34827, + "id": 18314, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -726842,14 +740207,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34828, + "id": 18315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34829, + "id": 18316, "name": "promotionsDeleted", "variant": "declaration", "kind": 1024, @@ -726857,7 +740222,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34830, + "id": 18317, "name": "__type", "variant": "declaration", "kind": 65536, @@ -726871,7 +740236,7 @@ ], "signatures": [ { - "id": 34831, + "id": 18318, "name": "__type", "variant": "signature", "kind": 4096, @@ -726885,14 +740250,14 @@ ], "typeParameters": [ { - "id": 34832, + "id": 18319, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34833, + "id": 18320, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -726901,7 +740266,7 @@ ], "parameters": [ { - "id": 34834, + "id": 18321, "name": "invoke", "variant": "param", "kind": 32768, @@ -726916,14 +740281,14 @@ { "type": "reflection", "declaration": { - "id": 34835, + "id": 18322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34836, + "id": 18323, "name": "ids", "variant": "declaration", "kind": 1024, @@ -726933,7 +740298,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" } ], "type": { @@ -726985,7 +740350,7 @@ { "title": "Properties", "children": [ - 34836 + 18323 ] } ], @@ -726994,21 +740359,21 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 43, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L43" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -727019,7 +740384,7 @@ } }, { - "id": 34837, + "id": 18324, "name": "compensate", "variant": "param", "kind": 32768, @@ -727035,7 +740400,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -727054,13 +740419,86 @@ ] } } + }, + { + "id": 21748, + "name": "promotionsDeleted", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This step is a hook that you can inject custom functionality into." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { deletePromotionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\ndeletePromotionsWorkflow.hooks.promotionsDeleted(\n\t(async ({ ids }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21749, + "name": "promotionsDeleted", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21750, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18322, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34829 + 18316 + ] + }, + { + "title": "Functions", + "children": [ + 21748 ] } ], @@ -727077,7 +740515,7 @@ ], "documents": [ { - "id": 38250, + "id": 21747, "name": "deletePromotionsStep", "variant": "document", "kind": 8388608, @@ -727093,6 +740531,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17905" + } + ] } ], "modifierTags": [ @@ -727103,7 +740550,7 @@ "frontmatter": {} }, { - "id": 38254, + "id": 21751, "name": "promotionsDeleted", "variant": "document", "kind": 8388608, @@ -727119,6 +740566,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21748" + } + ] } ], "modifierTags": [ @@ -727130,21 +740586,21 @@ } ], "childrenIncludingDocuments": [ - 34808, - 34814, - 34820, - 34823, - 34827 + 18295, + 18301, + 18307, + 18310, + 18314 ], "groups": [ { "title": "Properties", "children": [ - 34808, - 34814, - 34820, - 34823, - 34827 + 18295, + 18301, + 18307, + 18310, + 18314 ] } ], @@ -727153,12 +740609,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L39" } ], "signatures": [ { - "id": 34801, + "id": 18288, "name": "deletePromotionsWorkflow", "variant": "signature", "kind": 4096, @@ -727205,12 +740661,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L39" } ], "typeParameters": [ { - "id": 34802, + "id": 18289, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -727221,7 +740677,7 @@ } }, { - "id": 34803, + "id": 18290, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -727234,7 +740690,7 @@ ], "parameters": [ { - "id": 34804, + "id": 18291, "name": "container", "variant": "param", "kind": 32768, @@ -727258,14 +740714,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34805, + "id": 18292, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34806, + "id": 18293, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -727288,7 +740744,7 @@ } }, { - "id": 34807, + "id": 18294, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -727315,8 +740771,8 @@ { "title": "Properties", "children": [ - 34806, - 34807 + 18293, + 18294 ] } ], @@ -727387,7 +740843,7 @@ "typeArguments": [ { "type": "reference", - "target": 34796, + "target": 18283, "name": "DeletePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -727397,14 +740853,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -727419,14 +740875,14 @@ ] }, { - "id": 34835, + "id": 18322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34836, + "id": 18323, "name": "ids", "variant": "declaration", "kind": 1024, @@ -727436,7 +740892,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" } ], "type": { @@ -727488,7 +740944,7 @@ { "title": "Properties", "children": [ - 34836 + 18323 ] } ], @@ -727497,12 +740953,12 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 43, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L43" } ] }, { - "id": 34836, + "id": 18323, "name": "ids", "variant": "declaration", "kind": 1024, @@ -727512,7 +740968,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L44" } ], "type": { @@ -727560,7 +741016,7 @@ "defaultValue": "input.ids" }, { - "id": 34840, + "id": 18327, "name": "campaignsData", "variant": "declaration", "kind": 1024, @@ -727578,7 +741034,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L17" } ], "type": { @@ -727595,7 +741051,7 @@ } }, { - "id": 34841, + "id": 18328, "name": "updateCampaignsWorkflowId", "variant": "declaration", "kind": 32, @@ -727607,7 +741063,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L20" } ], "type": { @@ -727617,7 +741073,7 @@ "defaultValue": "\"update-campaigns\"" }, { - "id": 34842, + "id": 18329, "name": "updateCampaignsWorkflow", "variant": "declaration", "kind": 64, @@ -727669,7 +741125,7 @@ }, "children": [ { - "id": 34850, + "id": 18337, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -727692,7 +741148,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34851, + "id": 18338, "name": "__type", "variant": "declaration", "kind": 65536, @@ -727706,7 +741162,7 @@ ], "signatures": [ { - "id": 34852, + "id": 18339, "name": "__type", "variant": "signature", "kind": 4096, @@ -727734,7 +741190,7 @@ ], "parameters": [ { - "id": 34853, + "id": 18340, "name": "param0", "variant": "param", "kind": 32768, @@ -727750,14 +741206,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34854, + "id": 18341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34855, + "id": 18342, "name": "input", "variant": "declaration", "kind": 1024, @@ -727782,7 +741238,7 @@ "types": [ { "type": "reference", - "target": 34838, + "target": 18325, "name": "UpdateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -727795,7 +741251,7 @@ "typeArguments": [ { "type": "reference", - "target": 34838, + "target": 18325, "name": "UpdateCampaignsWorkflowInput", "package": "@medusajs/core-flows" } @@ -727811,7 +741267,7 @@ { "title": "Properties", "children": [ - 34855 + 18342 ] } ], @@ -727904,14 +741360,14 @@ { "type": "reflection", "declaration": { - "id": 34856, + "id": 18343, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34857, + "id": 18344, "name": "config", "variant": "declaration", "kind": 2048, @@ -727925,7 +741381,7 @@ ], "signatures": [ { - "id": 34858, + "id": 18345, "name": "config", "variant": "signature", "kind": 4096, @@ -727939,7 +741395,7 @@ ], "parameters": [ { - "id": 34859, + "id": 18346, "name": "config", "variant": "param", "kind": 32768, @@ -727950,14 +741406,14 @@ { "type": "reflection", "declaration": { - "id": 34860, + "id": 18347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34861, + "id": 18348, "name": "name", "variant": "declaration", "kind": 1024, @@ -727981,7 +741437,7 @@ { "title": "Properties", "children": [ - 34861 + 18348 ] } ], @@ -728066,7 +741522,7 @@ { "title": "Methods", "children": [ - 34857 + 18344 ] } ], @@ -728110,7 +741566,7 @@ } }, { - "id": 34862, + "id": 18349, "name": "run", "variant": "declaration", "kind": 1024, @@ -728133,7 +741589,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34863, + "id": 18350, "name": "__type", "variant": "declaration", "kind": 65536, @@ -728147,7 +741603,7 @@ ], "signatures": [ { - "id": 34864, + "id": 18351, "name": "__type", "variant": "signature", "kind": 4096, @@ -728175,7 +741631,7 @@ ], "typeParameters": [ { - "id": 34865, + "id": 18352, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -728186,7 +741642,7 @@ } }, { - "id": 34866, + "id": 18353, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -728199,7 +741655,7 @@ ], "parameters": [ { - "id": 34867, + "id": 18354, "name": "args", "variant": "param", "kind": 32768, @@ -728232,7 +741688,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728243,13 +741699,13 @@ }, "trueType": { "type": "reference", - "target": 34838, + "target": 18325, "name": "UpdateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728282,7 +741738,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728305,7 +741761,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728325,7 +741781,7 @@ } }, { - "id": 34868, + "id": 18355, "name": "getName", "variant": "declaration", "kind": 1024, @@ -728348,7 +741804,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34869, + "id": 18356, "name": "__type", "variant": "declaration", "kind": 65536, @@ -728362,7 +741818,7 @@ ], "signatures": [ { - "id": 34870, + "id": 18357, "name": "__type", "variant": "signature", "kind": 4096, @@ -728384,7 +741840,7 @@ } }, { - "id": 34871, + "id": 18358, "name": "config", "variant": "declaration", "kind": 1024, @@ -728407,7 +741863,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34872, + "id": 18359, "name": "__type", "variant": "declaration", "kind": 65536, @@ -728421,7 +741877,7 @@ ], "signatures": [ { - "id": 34873, + "id": 18360, "name": "__type", "variant": "signature", "kind": 4096, @@ -728435,7 +741891,7 @@ ], "parameters": [ { - "id": 34874, + "id": 18361, "name": "config", "variant": "param", "kind": 32768, @@ -728461,7 +741917,7 @@ } }, { - "id": 34875, + "id": 18362, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -728484,14 +741940,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34876, + "id": 18363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34877, + "id": 18364, "name": "campaignsUpdated", "variant": "declaration", "kind": 1024, @@ -728499,7 +741955,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34878, + "id": 18365, "name": "__type", "variant": "declaration", "kind": 65536, @@ -728513,7 +741969,7 @@ ], "signatures": [ { - "id": 34879, + "id": 18366, "name": "__type", "variant": "signature", "kind": 4096, @@ -728527,14 +741983,14 @@ ], "typeParameters": [ { - "id": 34880, + "id": 18367, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34881, + "id": 18368, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -728543,7 +741999,7 @@ ], "parameters": [ { - "id": 34882, + "id": 18369, "name": "invoke", "variant": "param", "kind": 32768, @@ -728558,14 +742014,14 @@ { "type": "reflection", "declaration": { - "id": 34883, + "id": 18370, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34884, + "id": 18371, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -728575,7 +742031,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" } ], "type": { @@ -728656,14 +742112,14 @@ { "type": "reflection", "declaration": { - "id": 34885, + "id": 18372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34886, + "id": 18373, "name": "config", "variant": "declaration", "kind": 2048, @@ -728677,7 +742133,7 @@ ], "signatures": [ { - "id": 34887, + "id": 18374, "name": "config", "variant": "signature", "kind": 4096, @@ -728691,7 +742147,7 @@ ], "parameters": [ { - "id": 34888, + "id": 18375, "name": "config", "variant": "param", "kind": 32768, @@ -728702,14 +742158,14 @@ { "type": "reflection", "declaration": { - "id": 34889, + "id": 18376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34890, + "id": 18377, "name": "name", "variant": "declaration", "kind": 1024, @@ -728733,7 +742189,7 @@ { "title": "Properties", "children": [ - 34890 + 18377 ] } ], @@ -728818,7 +742274,7 @@ { "title": "Methods", "children": [ - 34886 + 18373 ] } ], @@ -728859,7 +742315,7 @@ "defaultValue": "updatedCampaigns" }, { - "id": 34891, + "id": 18378, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -728877,7 +742333,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 58, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" } ], "type": { @@ -728900,8 +742356,8 @@ { "title": "Properties", "children": [ - 34884, - 34891 + 18371, + 18378 ] } ], @@ -728910,21 +742366,21 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 56, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L56" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728935,7 +742391,7 @@ } }, { - "id": 34892, + "id": 18379, "name": "compensate", "variant": "param", "kind": 32768, @@ -728951,7 +742407,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -728970,13 +742426,86 @@ ] } } + }, + { + "id": 21753, + "name": "campaignsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the campaigns are updated. You can consume this hook to perform custom actions on the updated campaigns." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updateCampaignsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdateCampaignsWorkflow.hooks.campaignsUpdated(\n\t(async ({ campaigns, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21754, + "name": "campaignsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21755, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18370, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34877 + 18364 + ] + }, + { + "title": "Functions", + "children": [ + 21753 ] } ], @@ -728993,7 +742522,7 @@ ], "documents": [ { - "id": 38255, + "id": 21752, "name": "updateCampaignsStep", "variant": "document", "kind": 8388608, @@ -729009,6 +742538,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17923" + } + ] } ], "modifierTags": [ @@ -729019,7 +742557,7 @@ "frontmatter": {} }, { - "id": 38259, + "id": 21756, "name": "campaignsUpdated", "variant": "document", "kind": 8388608, @@ -729035,6 +742573,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21753" + } + ] } ], "modifierTags": [ @@ -729046,21 +742593,21 @@ } ], "childrenIncludingDocuments": [ - 34850, - 34862, - 34868, - 34871, - 34875 + 18337, + 18349, + 18355, + 18358, + 18362 ], "groups": [ { "title": "Properties", "children": [ - 34850, - 34862, - 34868, - 34871, - 34875 + 18337, + 18349, + 18355, + 18358, + 18362 ] } ], @@ -729069,12 +742616,12 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L52" } ], "signatures": [ { - "id": 34843, + "id": 18330, "name": "updateCampaignsWorkflow", "variant": "signature", "kind": 4096, @@ -729129,12 +742676,12 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L52" } ], "typeParameters": [ { - "id": 34844, + "id": 18331, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -729145,7 +742692,7 @@ } }, { - "id": 34845, + "id": 18332, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -729158,7 +742705,7 @@ ], "parameters": [ { - "id": 34846, + "id": 18333, "name": "container", "variant": "param", "kind": 32768, @@ -729182,14 +742729,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34847, + "id": 18334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34848, + "id": 18335, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -729212,7 +742759,7 @@ } }, { - "id": 34849, + "id": 18336, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -729239,8 +742786,8 @@ { "title": "Properties", "children": [ - 34848, - 34849 + 18335, + 18336 ] } ], @@ -729311,7 +742858,7 @@ "typeArguments": [ { "type": "reference", - "target": 34838, + "target": 18325, "name": "UpdateCampaignsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -729329,14 +742876,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -729351,14 +742898,14 @@ ] }, { - "id": 34883, + "id": 18370, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34884, + "id": 18371, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -729368,7 +742915,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" } ], "type": { @@ -729449,14 +742996,14 @@ { "type": "reflection", "declaration": { - "id": 34885, + "id": 18372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34886, + "id": 18373, "name": "config", "variant": "declaration", "kind": 2048, @@ -729470,7 +743017,7 @@ ], "signatures": [ { - "id": 34887, + "id": 18374, "name": "config", "variant": "signature", "kind": 4096, @@ -729484,7 +743031,7 @@ ], "parameters": [ { - "id": 34888, + "id": 18375, "name": "config", "variant": "param", "kind": 32768, @@ -729495,14 +743042,14 @@ { "type": "reflection", "declaration": { - "id": 34889, + "id": 18376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34890, + "id": 18377, "name": "name", "variant": "declaration", "kind": 1024, @@ -729526,7 +743073,7 @@ { "title": "Properties", "children": [ - 34890 + 18377 ] } ], @@ -729611,7 +743158,7 @@ { "title": "Methods", "children": [ - 34886 + 18373 ] } ], @@ -729652,7 +743199,7 @@ "defaultValue": "updatedCampaigns" }, { - "id": 34891, + "id": 18378, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -729670,7 +743217,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 58, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" } ], "type": { @@ -729693,8 +743240,8 @@ { "title": "Properties", "children": [ - 34884, - 34891 + 18371, + 18378 ] } ], @@ -729703,12 +743250,12 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 56, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L56" } ] }, { - "id": 34884, + "id": 18371, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -729718,7 +743265,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 57, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L57" } ], "type": { @@ -729799,14 +743346,14 @@ { "type": "reflection", "declaration": { - "id": 34885, + "id": 18372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34886, + "id": 18373, "name": "config", "variant": "declaration", "kind": 2048, @@ -729820,7 +743367,7 @@ ], "signatures": [ { - "id": 34887, + "id": 18374, "name": "config", "variant": "signature", "kind": 4096, @@ -729834,7 +743381,7 @@ ], "parameters": [ { - "id": 34888, + "id": 18375, "name": "config", "variant": "param", "kind": 32768, @@ -729845,14 +743392,14 @@ { "type": "reflection", "declaration": { - "id": 34889, + "id": 18376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34890, + "id": 18377, "name": "name", "variant": "declaration", "kind": 1024, @@ -729876,7 +743423,7 @@ { "title": "Properties", "children": [ - 34890 + 18377 ] } ], @@ -729961,7 +743508,7 @@ { "title": "Methods", "children": [ - 34886 + 18373 ] } ], @@ -730002,7 +743549,7 @@ "defaultValue": "updatedCampaigns" }, { - "id": 34891, + "id": 18378, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -730020,7 +743567,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 58, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L58" } ], "type": { @@ -730039,7 +743586,7 @@ "defaultValue": "input.additional_data" }, { - "id": 34893, + "id": 18380, "name": "updatePromotionRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -730051,7 +743598,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotion-rules.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L12" } ], "type": { @@ -730061,7 +743608,7 @@ "defaultValue": "\"update-promotion-rules-workflow\"" }, { - "id": 34894, + "id": 18381, "name": "updatePromotionRulesWorkflow", "variant": "declaration", "kind": 64, @@ -730114,7 +743661,7 @@ }, "children": [ { - "id": 34902, + "id": 18389, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -730137,7 +743684,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34903, + "id": 18390, "name": "__type", "variant": "declaration", "kind": 65536, @@ -730151,7 +743698,7 @@ ], "signatures": [ { - "id": 34904, + "id": 18391, "name": "__type", "variant": "signature", "kind": 4096, @@ -730179,7 +743726,7 @@ ], "parameters": [ { - "id": 34905, + "id": 18392, "name": "param0", "variant": "param", "kind": 32768, @@ -730195,14 +743742,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34906, + "id": 18393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34907, + "id": 18394, "name": "input", "variant": "declaration", "kind": 1024, @@ -730262,7 +743809,7 @@ { "title": "Properties", "children": [ - 34907 + 18394 ] } ], @@ -730355,14 +743902,14 @@ { "type": "reflection", "declaration": { - "id": 34908, + "id": 18395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34909, + "id": 18396, "name": "config", "variant": "declaration", "kind": 2048, @@ -730376,7 +743923,7 @@ ], "signatures": [ { - "id": 34910, + "id": 18397, "name": "config", "variant": "signature", "kind": 4096, @@ -730390,7 +743937,7 @@ ], "parameters": [ { - "id": 34911, + "id": 18398, "name": "config", "variant": "param", "kind": 32768, @@ -730401,14 +743948,14 @@ { "type": "reflection", "declaration": { - "id": 34912, + "id": 18399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34913, + "id": 18400, "name": "name", "variant": "declaration", "kind": 1024, @@ -730432,7 +743979,7 @@ { "title": "Properties", "children": [ - 34913 + 18400 ] } ], @@ -730517,7 +744064,7 @@ { "title": "Methods", "children": [ - 34909 + 18396 ] } ], @@ -730561,7 +744108,7 @@ } }, { - "id": 34914, + "id": 18401, "name": "run", "variant": "declaration", "kind": 1024, @@ -730584,7 +744131,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34915, + "id": 18402, "name": "__type", "variant": "declaration", "kind": 65536, @@ -730598,7 +744145,7 @@ ], "signatures": [ { - "id": 34916, + "id": 18403, "name": "__type", "variant": "signature", "kind": 4096, @@ -730626,7 +744173,7 @@ ], "typeParameters": [ { - "id": 34917, + "id": 18404, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -730637,7 +744184,7 @@ } }, { - "id": 34918, + "id": 18405, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -730650,7 +744197,7 @@ ], "parameters": [ { - "id": 34919, + "id": 18406, "name": "args", "variant": "param", "kind": 32768, @@ -730683,7 +744230,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -730703,7 +744250,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -730736,7 +744283,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -730759,7 +744306,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -730779,7 +744326,7 @@ } }, { - "id": 34920, + "id": 18407, "name": "getName", "variant": "declaration", "kind": 1024, @@ -730802,7 +744349,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34921, + "id": 18408, "name": "__type", "variant": "declaration", "kind": 65536, @@ -730816,7 +744363,7 @@ ], "signatures": [ { - "id": 34922, + "id": 18409, "name": "__type", "variant": "signature", "kind": 4096, @@ -730838,7 +744385,7 @@ } }, { - "id": 34923, + "id": 18410, "name": "config", "variant": "declaration", "kind": 1024, @@ -730861,7 +744408,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34924, + "id": 18411, "name": "__type", "variant": "declaration", "kind": 65536, @@ -730875,7 +744422,7 @@ ], "signatures": [ { - "id": 34925, + "id": 18412, "name": "__type", "variant": "signature", "kind": 4096, @@ -730889,7 +744436,7 @@ ], "parameters": [ { - "id": 34926, + "id": 18413, "name": "config", "variant": "param", "kind": 32768, @@ -730915,7 +744462,7 @@ } }, { - "id": 34927, + "id": 18414, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -730943,7 +744490,7 @@ ], "documents": [ { - "id": 38260, + "id": 21757, "name": "updatePromotionRulesStep", "variant": "document", "kind": 8388608, @@ -730959,6 +744506,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17935" + } + ] } ], "modifierTags": [ @@ -730970,21 +744526,21 @@ } ], "childrenIncludingDocuments": [ - 34902, - 34914, - 34920, - 34923, - 34927 + 18389, + 18401, + 18407, + 18410, + 18414 ], "groups": [ { "title": "Properties", "children": [ - 34902, - 34914, - 34920, - 34923, - 34927 + 18389, + 18401, + 18407, + 18410, + 18414 ] } ], @@ -730993,12 +744549,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotion-rules.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L37" } ], "signatures": [ { - "id": 34895, + "id": 18382, "name": "updatePromotionRulesWorkflow", "variant": "signature", "kind": 4096, @@ -731054,12 +744610,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotion-rules.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts#L37" } ], "typeParameters": [ { - "id": 34896, + "id": 18383, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -731070,7 +744626,7 @@ } }, { - "id": 34897, + "id": 18384, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -731083,7 +744639,7 @@ ], "parameters": [ { - "id": 34898, + "id": 18385, "name": "container", "variant": "param", "kind": 32768, @@ -731107,14 +744663,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34899, + "id": 18386, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34900, + "id": 18387, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -731137,7 +744693,7 @@ } }, { - "id": 34901, + "id": 18388, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -731164,8 +744720,8 @@ { "title": "Properties", "children": [ - 34900, - 34901 + 18387, + 18388 ] } ], @@ -731257,14 +744813,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -731279,7 +744835,7 @@ ] }, { - "id": 34930, + "id": 18417, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -731297,7 +744853,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L27" } ], "type": { @@ -731314,7 +744870,7 @@ } }, { - "id": 34931, + "id": 18418, "name": "updatePromotionsWorkflowId", "variant": "declaration", "kind": 32, @@ -731326,7 +744882,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L30" } ], "type": { @@ -731336,7 +744892,7 @@ "defaultValue": "\"update-promotions\"" }, { - "id": 34932, + "id": 18419, "name": "updatePromotionsWorkflow", "variant": "declaration", "kind": 64, @@ -731397,7 +744953,7 @@ }, "children": [ { - "id": 34940, + "id": 18427, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -731420,7 +744976,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34941, + "id": 18428, "name": "__type", "variant": "declaration", "kind": 65536, @@ -731434,7 +744990,7 @@ ], "signatures": [ { - "id": 34942, + "id": 18429, "name": "__type", "variant": "signature", "kind": 4096, @@ -731462,7 +745018,7 @@ ], "parameters": [ { - "id": 34943, + "id": 18430, "name": "param0", "variant": "param", "kind": 32768, @@ -731478,14 +745034,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34944, + "id": 18431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34945, + "id": 18432, "name": "input", "variant": "declaration", "kind": 1024, @@ -731510,7 +745066,7 @@ "types": [ { "type": "reference", - "target": 34928, + "target": 18415, "name": "UpdatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -731523,7 +745079,7 @@ "typeArguments": [ { "type": "reference", - "target": 34928, + "target": 18415, "name": "UpdatePromotionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -731539,7 +745095,7 @@ { "title": "Properties", "children": [ - 34945 + 18432 ] } ], @@ -731632,14 +745188,14 @@ { "type": "reflection", "declaration": { - "id": 34946, + "id": 18433, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34947, + "id": 18434, "name": "config", "variant": "declaration", "kind": 2048, @@ -731653,7 +745209,7 @@ ], "signatures": [ { - "id": 34948, + "id": 18435, "name": "config", "variant": "signature", "kind": 4096, @@ -731667,7 +745223,7 @@ ], "parameters": [ { - "id": 34949, + "id": 18436, "name": "config", "variant": "param", "kind": 32768, @@ -731678,14 +745234,14 @@ { "type": "reflection", "declaration": { - "id": 34950, + "id": 18437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34951, + "id": 18438, "name": "name", "variant": "declaration", "kind": 1024, @@ -731709,7 +745265,7 @@ { "title": "Properties", "children": [ - 34951 + 18438 ] } ], @@ -731794,7 +745350,7 @@ { "title": "Methods", "children": [ - 34947 + 18434 ] } ], @@ -731838,7 +745394,7 @@ } }, { - "id": 34952, + "id": 18439, "name": "run", "variant": "declaration", "kind": 1024, @@ -731861,7 +745417,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34953, + "id": 18440, "name": "__type", "variant": "declaration", "kind": 65536, @@ -731875,7 +745431,7 @@ ], "signatures": [ { - "id": 34954, + "id": 18441, "name": "__type", "variant": "signature", "kind": 4096, @@ -731903,7 +745459,7 @@ ], "typeParameters": [ { - "id": 34955, + "id": 18442, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -731914,7 +745470,7 @@ } }, { - "id": 34956, + "id": 18443, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -731927,7 +745483,7 @@ ], "parameters": [ { - "id": 34957, + "id": 18444, "name": "args", "variant": "param", "kind": 32768, @@ -731960,7 +745516,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -731971,13 +745527,13 @@ }, "trueType": { "type": "reference", - "target": 34928, + "target": 18415, "name": "UpdatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -732010,7 +745566,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -732033,7 +745589,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -732053,7 +745609,7 @@ } }, { - "id": 34958, + "id": 18445, "name": "getName", "variant": "declaration", "kind": 1024, @@ -732076,7 +745632,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34959, + "id": 18446, "name": "__type", "variant": "declaration", "kind": 65536, @@ -732090,7 +745646,7 @@ ], "signatures": [ { - "id": 34960, + "id": 18447, "name": "__type", "variant": "signature", "kind": 4096, @@ -732112,7 +745668,7 @@ } }, { - "id": 34961, + "id": 18448, "name": "config", "variant": "declaration", "kind": 1024, @@ -732135,7 +745691,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34962, + "id": 18449, "name": "__type", "variant": "declaration", "kind": 65536, @@ -732149,7 +745705,7 @@ ], "signatures": [ { - "id": 34963, + "id": 18450, "name": "__type", "variant": "signature", "kind": 4096, @@ -732163,7 +745719,7 @@ ], "parameters": [ { - "id": 34964, + "id": 18451, "name": "config", "variant": "param", "kind": 32768, @@ -732189,7 +745745,7 @@ } }, { - "id": 34965, + "id": 18452, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -732212,14 +745768,14 @@ "type": { "type": "reflection", "declaration": { - "id": 34966, + "id": 18453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34967, + "id": 18454, "name": "promotionsUpdated", "variant": "declaration", "kind": 1024, @@ -732227,7 +745783,7 @@ "type": { "type": "reflection", "declaration": { - "id": 34968, + "id": 18455, "name": "__type", "variant": "declaration", "kind": 65536, @@ -732241,7 +745797,7 @@ ], "signatures": [ { - "id": 34969, + "id": 18456, "name": "__type", "variant": "signature", "kind": 4096, @@ -732255,14 +745811,14 @@ ], "typeParameters": [ { - "id": 34970, + "id": 18457, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 34971, + "id": 18458, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -732271,7 +745827,7 @@ ], "parameters": [ { - "id": 34972, + "id": 18459, "name": "invoke", "variant": "param", "kind": 32768, @@ -732286,14 +745842,14 @@ { "type": "reflection", "declaration": { - "id": 34973, + "id": 18460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34974, + "id": 18461, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -732303,7 +745859,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 127, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" } ], "type": { @@ -732384,14 +745940,14 @@ { "type": "reflection", "declaration": { - "id": 34975, + "id": 18462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34976, + "id": 18463, "name": "config", "variant": "declaration", "kind": 2048, @@ -732405,7 +745961,7 @@ ], "signatures": [ { - "id": 34977, + "id": 18464, "name": "config", "variant": "signature", "kind": 4096, @@ -732419,7 +745975,7 @@ ], "parameters": [ { - "id": 34978, + "id": 18465, "name": "config", "variant": "param", "kind": 32768, @@ -732430,14 +745986,14 @@ { "type": "reflection", "declaration": { - "id": 34979, + "id": 18466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34980, + "id": 18467, "name": "name", "variant": "declaration", "kind": 1024, @@ -732461,7 +746017,7 @@ { "title": "Properties", "children": [ - 34980 + 18467 ] } ], @@ -732546,7 +746102,7 @@ { "title": "Methods", "children": [ - 34976 + 18463 ] } ], @@ -732587,7 +746143,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 34981, + "id": 18468, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -732605,7 +746161,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 128, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" } ], "type": { @@ -732628,8 +746184,8 @@ { "title": "Properties", "children": [ - 34974, - 34981 + 18461, + 18468 ] } ], @@ -732638,21 +746194,21 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 126, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L126" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -732663,7 +746219,7 @@ } }, { - "id": 34982, + "id": 18469, "name": "compensate", "variant": "param", "kind": 32768, @@ -732679,7 +746235,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -732698,13 +746254,86 @@ ] } } + }, + { + "id": 21762, + "name": "promotionsUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the promotions are updated. You can consume this hook to perform custom actions on the updated promotions." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updatePromotionsWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdatePromotionsWorkflow.hooks.promotionsUpdated(\n\t(async ({ promotions, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21763, + "name": "promotionsUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21764, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18460, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 34967 + 18454 + ] + }, + { + "title": "Functions", + "children": [ + 21762 ] } ], @@ -732721,7 +746350,7 @@ ], "documents": [ { - "id": 38261, + "id": 21758, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -732737,6 +746366,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -732747,7 +746385,7 @@ "frontmatter": {} }, { - "id": 38262, + "id": 21759, "name": "updatePromotionsStep", "variant": "document", "kind": 8388608, @@ -732763,6 +746401,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17947" + } + ] } ], "modifierTags": [ @@ -732773,7 +746420,7 @@ "frontmatter": {} }, { - "id": 38263, + "id": 21760, "name": "when", "variant": "document", "kind": 8388608, @@ -732808,7 +746455,7 @@ "frontmatter": {}, "children": [ { - "id": 38264, + "id": 21761, "name": "updatePromotionsStatusWorkflow", "variant": "document", "kind": 8388608, @@ -732824,6 +746471,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18488" + } + ] } ], "modifierTags": [ @@ -732836,7 +746492,7 @@ ] }, { - "id": 38268, + "id": 21765, "name": "promotionsUpdated", "variant": "document", "kind": 8388608, @@ -732852,6 +746508,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21762" + } + ] } ], "modifierTags": [ @@ -732863,21 +746528,21 @@ } ], "childrenIncludingDocuments": [ - 34940, - 34952, - 34958, - 34961, - 34965 + 18427, + 18439, + 18445, + 18448, + 18452 ], "groups": [ { "title": "Properties", "children": [ - 34940, - 34952, - 34958, - 34961, - 34965 + 18427, + 18439, + 18445, + 18448, + 18452 ] } ], @@ -732886,12 +746551,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L61" } ], "signatures": [ { - "id": 34933, + "id": 18420, "name": "updatePromotionsWorkflow", "variant": "signature", "kind": 4096, @@ -732955,12 +746620,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 61, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L61" } ], "typeParameters": [ { - "id": 34934, + "id": 18421, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -732971,7 +746636,7 @@ } }, { - "id": 34935, + "id": 18422, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -732984,7 +746649,7 @@ ], "parameters": [ { - "id": 34936, + "id": 18423, "name": "container", "variant": "param", "kind": 32768, @@ -733008,14 +746673,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34937, + "id": 18424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34938, + "id": 18425, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -733038,7 +746703,7 @@ } }, { - "id": 34939, + "id": 18426, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -733065,8 +746730,8 @@ { "title": "Properties", "children": [ - 34938, - 34939 + 18425, + 18426 ] } ], @@ -733137,7 +746802,7 @@ "typeArguments": [ { "type": "reference", - "target": 34928, + "target": 18415, "name": "UpdatePromotionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -733155,14 +746820,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -733177,14 +746842,14 @@ ] }, { - "id": 34973, + "id": 18460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34974, + "id": 18461, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -733194,7 +746859,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 127, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" } ], "type": { @@ -733275,14 +746940,14 @@ { "type": "reflection", "declaration": { - "id": 34975, + "id": 18462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34976, + "id": 18463, "name": "config", "variant": "declaration", "kind": 2048, @@ -733296,7 +746961,7 @@ ], "signatures": [ { - "id": 34977, + "id": 18464, "name": "config", "variant": "signature", "kind": 4096, @@ -733310,7 +746975,7 @@ ], "parameters": [ { - "id": 34978, + "id": 18465, "name": "config", "variant": "param", "kind": 32768, @@ -733321,14 +746986,14 @@ { "type": "reflection", "declaration": { - "id": 34979, + "id": 18466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34980, + "id": 18467, "name": "name", "variant": "declaration", "kind": 1024, @@ -733352,7 +747017,7 @@ { "title": "Properties", "children": [ - 34980 + 18467 ] } ], @@ -733437,7 +747102,7 @@ { "title": "Methods", "children": [ - 34976 + 18463 ] } ], @@ -733478,7 +747143,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 34981, + "id": 18468, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -733496,7 +747161,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 128, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" } ], "type": { @@ -733519,8 +747184,8 @@ { "title": "Properties", "children": [ - 34974, - 34981 + 18461, + 18468 ] } ], @@ -733529,12 +747194,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 126, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L126" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L126" } ] }, { - "id": 34974, + "id": 18461, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -733544,7 +747209,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 127, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L127" } ], "type": { @@ -733625,14 +747290,14 @@ { "type": "reflection", "declaration": { - "id": 34975, + "id": 18462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34976, + "id": 18463, "name": "config", "variant": "declaration", "kind": 2048, @@ -733646,7 +747311,7 @@ ], "signatures": [ { - "id": 34977, + "id": 18464, "name": "config", "variant": "signature", "kind": 4096, @@ -733660,7 +747325,7 @@ ], "parameters": [ { - "id": 34978, + "id": 18465, "name": "config", "variant": "param", "kind": 32768, @@ -733671,14 +747336,14 @@ { "type": "reflection", "declaration": { - "id": 34979, + "id": 18466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34980, + "id": 18467, "name": "name", "variant": "declaration", "kind": 1024, @@ -733702,7 +747367,7 @@ { "title": "Properties", "children": [ - 34980 + 18467 ] } ], @@ -733787,7 +747452,7 @@ { "title": "Methods", "children": [ - 34976 + 18463 ] } ], @@ -733828,7 +747493,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 34981, + "id": 18468, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -733846,7 +747511,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 128, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L128" } ], "type": { @@ -733865,7 +747530,7 @@ "defaultValue": "input.additional_data" }, { - "id": 34987, + "id": 18474, "name": "id", "variant": "declaration", "kind": 1024, @@ -733883,7 +747548,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -733892,7 +747557,7 @@ } }, { - "id": 34988, + "id": 18475, "name": "status", "variant": "declaration", "kind": 1024, @@ -733910,7 +747575,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -733924,7 +747589,7 @@ } }, { - "id": 34985, + "id": 18472, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -733942,7 +747607,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -733950,14 +747615,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34986, + "id": 18473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34987, + "id": 18474, "name": "id", "variant": "declaration", "kind": 1024, @@ -733975,7 +747640,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -733984,7 +747649,7 @@ } }, { - "id": 34988, + "id": 18475, "name": "status", "variant": "declaration", "kind": 1024, @@ -734002,7 +747667,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -734020,8 +747685,8 @@ { "title": "Properties", "children": [ - 34987, - 34988 + 18474, + 18475 ] } ], @@ -734030,7 +747695,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -734038,7 +747703,7 @@ } }, { - "id": 34989, + "id": 18476, "name": "updatePromotionsValidationStep", "variant": "declaration", "kind": 64, @@ -734059,7 +747724,7 @@ }, "children": [ { - "id": 34998, + "id": 18485, "name": "__type", "variant": "declaration", "kind": 1024, @@ -734077,7 +747742,7 @@ } }, { - "id": 34999, + "id": 18486, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -734099,8 +747764,8 @@ { "title": "Properties", "children": [ - 34998, - 34999 + 18485, + 18486 ] } ], @@ -734109,12 +747774,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L33" } ], "signatures": [ { - "id": 34990, + "id": 18477, "name": "updatePromotionsValidationStep", "variant": "signature", "kind": 4096, @@ -734124,12 +747789,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 33, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L33" } ], "parameters": [ { - "id": 34991, + "id": 18478, "name": "input", "variant": "param", "kind": 32768, @@ -734139,7 +747804,7 @@ "types": [ { "type": "reference", - "target": 34983, + "target": 18470, "name": "UpdatePromotionsStatusWorkflowInput", "package": "@medusajs/core-flows" }, @@ -734152,7 +747817,7 @@ "typeArguments": [ { "type": "reference", - "target": 34983, + "target": 18470, "name": "UpdatePromotionsStatusWorkflowInput", "package": "@medusajs/core-flows" } @@ -734185,14 +747850,14 @@ { "type": "reflection", "declaration": { - "id": 34992, + "id": 18479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34993, + "id": 18480, "name": "config", "variant": "declaration", "kind": 2048, @@ -734206,7 +747871,7 @@ ], "signatures": [ { - "id": 34994, + "id": 18481, "name": "config", "variant": "signature", "kind": 4096, @@ -734220,7 +747885,7 @@ ], "parameters": [ { - "id": 34995, + "id": 18482, "name": "config", "variant": "param", "kind": 32768, @@ -734231,14 +747896,14 @@ { "type": "reflection", "declaration": { - "id": 34996, + "id": 18483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34997, + "id": 18484, "name": "name", "variant": "declaration", "kind": 1024, @@ -734262,7 +747927,7 @@ { "title": "Properties", "children": [ - 34997 + 18484 ] } ], @@ -734339,7 +748004,7 @@ { "title": "Methods", "children": [ - 34993 + 18480 ] } ], @@ -734373,7 +748038,7 @@ ] }, { - "id": 35000, + "id": 18487, "name": "updatePromotionsStatusWorkflowId", "variant": "declaration", "kind": 32, @@ -734385,7 +748050,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L50" } ], "type": { @@ -734395,7 +748060,7 @@ "defaultValue": "\"update-promotions-status\"" }, { - "id": 35001, + "id": 18488, "name": "updatePromotionsStatusWorkflow", "variant": "declaration", "kind": 64, @@ -734447,7 +748112,7 @@ }, "children": [ { - "id": 35014, + "id": 18501, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -734470,7 +748135,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35015, + "id": 18502, "name": "__type", "variant": "declaration", "kind": 65536, @@ -734484,7 +748149,7 @@ ], "signatures": [ { - "id": 35016, + "id": 18503, "name": "__type", "variant": "signature", "kind": 4096, @@ -734512,7 +748177,7 @@ ], "parameters": [ { - "id": 35017, + "id": 18504, "name": "param0", "variant": "param", "kind": 32768, @@ -734528,14 +748193,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35018, + "id": 18505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35019, + "id": 18506, "name": "input", "variant": "declaration", "kind": 1024, @@ -734564,14 +748229,14 @@ { "type": "reflection", "declaration": { - "id": 35020, + "id": 18507, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35021, + "id": 18508, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -734589,7 +748254,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -734597,14 +748262,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35022, + "id": 18509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35023, + "id": 18510, "name": "id", "variant": "declaration", "kind": 1024, @@ -734622,7 +748287,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -734631,7 +748296,7 @@ } }, { - "id": 35024, + "id": 18511, "name": "status", "variant": "declaration", "kind": 1024, @@ -734649,7 +748314,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -734667,8 +748332,8 @@ { "title": "Properties", "children": [ - 35023, - 35024 + 18510, + 18511 ] } ], @@ -734677,7 +748342,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -734689,7 +748354,7 @@ { "title": "Properties", "children": [ - 35021 + 18508 ] } ], @@ -734698,7 +748363,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ] } @@ -734727,14 +748392,14 @@ { "type": "reflection", "declaration": { - "id": 35025, + "id": 18512, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35026, + "id": 18513, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -734752,7 +748417,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -734760,14 +748425,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35027, + "id": 18514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35028, + "id": 18515, "name": "id", "variant": "declaration", "kind": 1024, @@ -734785,7 +748450,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -734794,7 +748459,7 @@ } }, { - "id": 35029, + "id": 18516, "name": "status", "variant": "declaration", "kind": 1024, @@ -734812,7 +748477,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -734830,8 +748495,8 @@ { "title": "Properties", "children": [ - 35028, - 35029 + 18515, + 18516 ] } ], @@ -734840,7 +748505,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -734852,7 +748517,7 @@ { "title": "Properties", "children": [ - 35026 + 18513 ] } ], @@ -734861,7 +748526,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ] } @@ -734889,7 +748554,7 @@ { "title": "Properties", "children": [ - 35019 + 18506 ] } ], @@ -734982,14 +748647,14 @@ { "type": "reflection", "declaration": { - "id": 35030, + "id": 18517, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35031, + "id": 18518, "name": "config", "variant": "declaration", "kind": 2048, @@ -735003,7 +748668,7 @@ ], "signatures": [ { - "id": 35032, + "id": 18519, "name": "config", "variant": "signature", "kind": 4096, @@ -735017,7 +748682,7 @@ ], "parameters": [ { - "id": 35033, + "id": 18520, "name": "config", "variant": "param", "kind": 32768, @@ -735028,14 +748693,14 @@ { "type": "reflection", "declaration": { - "id": 35034, + "id": 18521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35035, + "id": 18522, "name": "name", "variant": "declaration", "kind": 1024, @@ -735059,7 +748724,7 @@ { "title": "Properties", "children": [ - 35035 + 18522 ] } ], @@ -735144,7 +748809,7 @@ { "title": "Methods", "children": [ - 35031 + 18518 ] } ], @@ -735188,7 +748853,7 @@ } }, { - "id": 35036, + "id": 18523, "name": "run", "variant": "declaration", "kind": 1024, @@ -735211,7 +748876,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35037, + "id": 18524, "name": "__type", "variant": "declaration", "kind": 65536, @@ -735225,7 +748890,7 @@ ], "signatures": [ { - "id": 35038, + "id": 18525, "name": "__type", "variant": "signature", "kind": 4096, @@ -735253,7 +748918,7 @@ ], "typeParameters": [ { - "id": 35039, + "id": 18526, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -735264,7 +748929,7 @@ } }, { - "id": 35040, + "id": 18527, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -735277,7 +748942,7 @@ ], "parameters": [ { - "id": 35041, + "id": 18528, "name": "args", "variant": "param", "kind": 32768, @@ -735310,7 +748975,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -735325,14 +748990,14 @@ { "type": "reflection", "declaration": { - "id": 35042, + "id": 18529, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35043, + "id": 18530, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -735350,7 +749015,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -735358,14 +749023,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35044, + "id": 18531, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35045, + "id": 18532, "name": "id", "variant": "declaration", "kind": 1024, @@ -735383,7 +749048,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -735392,7 +749057,7 @@ } }, { - "id": 35046, + "id": 18533, "name": "status", "variant": "declaration", "kind": 1024, @@ -735410,7 +749075,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -735428,8 +749093,8 @@ { "title": "Properties", "children": [ - 35045, - 35046 + 18532, + 18533 ] } ], @@ -735438,7 +749103,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -735450,7 +749115,7 @@ { "title": "Properties", "children": [ - 35043 + 18530 ] } ], @@ -735459,7 +749124,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ] } @@ -735477,7 +749142,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -735510,7 +749175,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -735533,7 +749198,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -735553,7 +749218,7 @@ } }, { - "id": 35047, + "id": 18534, "name": "getName", "variant": "declaration", "kind": 1024, @@ -735576,7 +749241,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35048, + "id": 18535, "name": "__type", "variant": "declaration", "kind": 65536, @@ -735590,7 +749255,7 @@ ], "signatures": [ { - "id": 35049, + "id": 18536, "name": "__type", "variant": "signature", "kind": 4096, @@ -735612,7 +749277,7 @@ } }, { - "id": 35050, + "id": 18537, "name": "config", "variant": "declaration", "kind": 1024, @@ -735635,7 +749300,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35051, + "id": 18538, "name": "__type", "variant": "declaration", "kind": 65536, @@ -735649,7 +749314,7 @@ ], "signatures": [ { - "id": 35052, + "id": 18539, "name": "__type", "variant": "signature", "kind": 4096, @@ -735663,7 +749328,7 @@ ], "parameters": [ { - "id": 35053, + "id": 18540, "name": "config", "variant": "param", "kind": 32768, @@ -735689,7 +749354,7 @@ } }, { - "id": 35054, + "id": 18541, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -735712,14 +749377,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35055, + "id": 18542, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35056, + "id": 18543, "name": "promotionStatusUpdated", "variant": "declaration", "kind": 1024, @@ -735727,7 +749392,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35057, + "id": 18544, "name": "__type", "variant": "declaration", "kind": 65536, @@ -735741,7 +749406,7 @@ ], "signatures": [ { - "id": 35058, + "id": 18545, "name": "__type", "variant": "signature", "kind": 4096, @@ -735755,14 +749420,14 @@ ], "typeParameters": [ { - "id": 35059, + "id": 18546, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35060, + "id": 18547, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -735771,7 +749436,7 @@ ], "parameters": [ { - "id": 35061, + "id": 18548, "name": "invoke", "variant": "param", "kind": 32768, @@ -735786,14 +749451,14 @@ { "type": "reflection", "declaration": { - "id": 35062, + "id": 18549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35063, + "id": 18550, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -735803,7 +749468,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 88, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" } ], "type": { @@ -735884,14 +749549,14 @@ { "type": "reflection", "declaration": { - "id": 35064, + "id": 18551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35065, + "id": 18552, "name": "config", "variant": "declaration", "kind": 2048, @@ -735905,7 +749570,7 @@ ], "signatures": [ { - "id": 35066, + "id": 18553, "name": "config", "variant": "signature", "kind": 4096, @@ -735919,7 +749584,7 @@ ], "parameters": [ { - "id": 35067, + "id": 18554, "name": "config", "variant": "param", "kind": 32768, @@ -735930,14 +749595,14 @@ { "type": "reflection", "declaration": { - "id": 35068, + "id": 18555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35069, + "id": 18556, "name": "name", "variant": "declaration", "kind": 1024, @@ -735961,7 +749626,7 @@ { "title": "Properties", "children": [ - 35069 + 18556 ] } ], @@ -736046,7 +749711,7 @@ { "title": "Methods", "children": [ - 35065 + 18552 ] } ], @@ -736087,7 +749752,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 35070, + "id": 18557, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -736105,7 +749770,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" } ], "type": { @@ -736143,8 +749808,8 @@ { "title": "Properties", "children": [ - 35063, - 35070 + 18550, + 18557 ] } ], @@ -736153,21 +749818,21 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 87, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L87" } ] } }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -736178,7 +749843,7 @@ } }, { - "id": 35071, + "id": 18558, "name": "compensate", "variant": "param", "kind": 32768, @@ -736194,7 +749859,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -736213,13 +749878,86 @@ ] } } + }, + { + "id": 21768, + "name": "promotionStatusUpdated", + "variant": "declaration", + "kind": 64, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This hook is executed after the promotions' status is updated. You can consume this hook to perform custom actions on the updated promotions." + } + ], + "blockTags": [ + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "import { updatePromotionsStatusWorkflow } from \"@medusajs/medusa/core-flows\"\n\nupdatePromotionsStatusWorkflow.hooks.promotionStatusUpdated(\n\t(async ({ promotions, additional_data }, { container }) => {\n\t\t//TODO\n\t})\n)" + } + ] + }, + { + "tag": "@tags", + "content": [ + { + "kind": "text", + "text": "hook" + } + ] + } + ] + }, + "signatures": [ + { + "id": 21769, + "name": "promotionStatusUpdated", + "variant": "signature", + "kind": 1601536, + "flags": {}, + "parameters": [ + { + "id": 21770, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input data for the hook." + } + ] + }, + "type": { + "type": "reference", + "target": 18549, + "name": "object", + "package": "@medusajs/core-flows" + } + } + ] + } + ] } ], "groups": [ { "title": "Properties", "children": [ - 35056 + 18543 + ] + }, + { + "title": "Functions", + "children": [ + 21768 ] } ], @@ -736236,7 +749974,7 @@ ], "documents": [ { - "id": 38269, + "id": 21766, "name": "updatePromotionsValidationStep", "variant": "document", "kind": 8388608, @@ -736252,6 +749990,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18476" + } + ] } ], "modifierTags": [ @@ -736262,7 +750009,7 @@ "frontmatter": {} }, { - "id": 38270, + "id": 21767, "name": "updatePromotionsStep", "variant": "document", "kind": 8388608, @@ -736278,6 +750025,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "17947" + } + ] } ], "modifierTags": [ @@ -736288,7 +750044,7 @@ "frontmatter": {} }, { - "id": 38274, + "id": 21771, "name": "promotionStatusUpdated", "variant": "document", "kind": 8388608, @@ -736304,6 +750060,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "21768" + } + ] } ], "modifierTags": [ @@ -736315,21 +750080,21 @@ } ], "childrenIncludingDocuments": [ - 35014, - 35036, - 35047, - 35050, - 35054 + 18501, + 18523, + 18534, + 18537, + 18541 ], "groups": [ { "title": "Properties", "children": [ - 35014, - 35036, - 35047, - 35050, - 35054 + 18501, + 18523, + 18534, + 18537, + 18541 ] } ], @@ -736338,12 +750103,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L80" } ], "signatures": [ { - "id": 35002, + "id": 18489, "name": "updatePromotionsStatusWorkflow", "variant": "signature", "kind": 4096, @@ -736398,12 +750163,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 80, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L80" } ], "typeParameters": [ { - "id": 35003, + "id": 18490, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -736414,7 +750179,7 @@ } }, { - "id": 35004, + "id": 18491, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -736427,7 +750192,7 @@ ], "parameters": [ { - "id": 35005, + "id": 18492, "name": "container", "variant": "param", "kind": 32768, @@ -736451,14 +750216,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35006, + "id": 18493, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35007, + "id": 18494, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -736481,7 +750246,7 @@ } }, { - "id": 35008, + "id": 18495, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -736508,8 +750273,8 @@ { "title": "Properties", "children": [ - 35007, - 35008 + 18494, + 18495 ] } ], @@ -736584,14 +750349,14 @@ { "type": "reflection", "declaration": { - "id": 35009, + "id": 18496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35010, + "id": 18497, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -736609,7 +750374,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -736617,14 +750382,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35011, + "id": 18498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35012, + "id": 18499, "name": "id", "variant": "declaration", "kind": 1024, @@ -736642,7 +750407,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -736651,7 +750416,7 @@ } }, { - "id": 35013, + "id": 18500, "name": "status", "variant": "declaration", "kind": 1024, @@ -736669,7 +750434,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -736687,8 +750452,8 @@ { "title": "Properties", "children": [ - 35012, - 35013 + 18499, + 18500 ] } ], @@ -736697,7 +750462,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -736709,7 +750474,7 @@ { "title": "Properties", "children": [ - 35010 + 18497 ] } ], @@ -736718,7 +750483,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ] } @@ -736748,14 +750513,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -736770,7 +750535,7 @@ ] }, { - "id": 35012, + "id": 18499, "name": "id", "variant": "declaration", "kind": 1024, @@ -736788,7 +750553,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -736797,7 +750562,7 @@ } }, { - "id": 35013, + "id": 18500, "name": "status", "variant": "declaration", "kind": 1024, @@ -736815,7 +750580,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -736829,7 +750594,7 @@ } }, { - "id": 35010, + "id": 18497, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -736847,7 +750612,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -736855,14 +750620,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35011, + "id": 18498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35012, + "id": 18499, "name": "id", "variant": "declaration", "kind": 1024, @@ -736880,7 +750645,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -736889,7 +750654,7 @@ } }, { - "id": 35013, + "id": 18500, "name": "status", "variant": "declaration", "kind": 1024, @@ -736907,7 +750672,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -736925,8 +750690,8 @@ { "title": "Properties", "children": [ - 35012, - 35013 + 18499, + 18500 ] } ], @@ -736935,7 +750700,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -736943,7 +750708,7 @@ } }, { - "id": 35023, + "id": 18510, "name": "id", "variant": "declaration", "kind": 1024, @@ -736961,7 +750726,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -736970,7 +750735,7 @@ } }, { - "id": 35024, + "id": 18511, "name": "status", "variant": "declaration", "kind": 1024, @@ -736988,7 +750753,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737002,7 +750767,7 @@ } }, { - "id": 35021, + "id": 18508, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -737020,7 +750785,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -737028,14 +750793,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35022, + "id": 18509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35023, + "id": 18510, "name": "id", "variant": "declaration", "kind": 1024, @@ -737053,7 +750818,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -737062,7 +750827,7 @@ } }, { - "id": 35024, + "id": 18511, "name": "status", "variant": "declaration", "kind": 1024, @@ -737080,7 +750845,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737098,8 +750863,8 @@ { "title": "Properties", "children": [ - 35023, - 35024 + 18510, + 18511 ] } ], @@ -737108,7 +750873,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -737116,7 +750881,7 @@ } }, { - "id": 35028, + "id": 18515, "name": "id", "variant": "declaration", "kind": 1024, @@ -737134,7 +750899,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -737143,7 +750908,7 @@ } }, { - "id": 35029, + "id": 18516, "name": "status", "variant": "declaration", "kind": 1024, @@ -737161,7 +750926,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737175,7 +750940,7 @@ } }, { - "id": 35026, + "id": 18513, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -737193,7 +750958,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -737201,14 +750966,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35027, + "id": 18514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35028, + "id": 18515, "name": "id", "variant": "declaration", "kind": 1024, @@ -737226,7 +750991,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -737235,7 +751000,7 @@ } }, { - "id": 35029, + "id": 18516, "name": "status", "variant": "declaration", "kind": 1024, @@ -737253,7 +751018,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737271,8 +751036,8 @@ { "title": "Properties", "children": [ - 35028, - 35029 + 18515, + 18516 ] } ], @@ -737281,7 +751046,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -737289,7 +751054,7 @@ } }, { - "id": 35045, + "id": 18532, "name": "id", "variant": "declaration", "kind": 1024, @@ -737307,7 +751072,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -737316,7 +751081,7 @@ } }, { - "id": 35046, + "id": 18533, "name": "status", "variant": "declaration", "kind": 1024, @@ -737334,7 +751099,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737348,7 +751113,7 @@ } }, { - "id": 35043, + "id": 18530, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -737366,7 +751131,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -737374,14 +751139,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35044, + "id": 18531, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35045, + "id": 18532, "name": "id", "variant": "declaration", "kind": 1024, @@ -737399,7 +751164,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -737408,7 +751173,7 @@ } }, { - "id": 35046, + "id": 18533, "name": "status", "variant": "declaration", "kind": 1024, @@ -737426,7 +751191,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -737444,8 +751209,8 @@ { "title": "Properties", "children": [ - 35045, - 35046 + 18532, + 18533 ] } ], @@ -737454,7 +751219,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -737462,14 +751227,14 @@ } }, { - "id": 35062, + "id": 18549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35063, + "id": 18550, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -737479,7 +751244,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 88, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" } ], "type": { @@ -737560,14 +751325,14 @@ { "type": "reflection", "declaration": { - "id": 35064, + "id": 18551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35065, + "id": 18552, "name": "config", "variant": "declaration", "kind": 2048, @@ -737581,7 +751346,7 @@ ], "signatures": [ { - "id": 35066, + "id": 18553, "name": "config", "variant": "signature", "kind": 4096, @@ -737595,7 +751360,7 @@ ], "parameters": [ { - "id": 35067, + "id": 18554, "name": "config", "variant": "param", "kind": 32768, @@ -737606,14 +751371,14 @@ { "type": "reflection", "declaration": { - "id": 35068, + "id": 18555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35069, + "id": 18556, "name": "name", "variant": "declaration", "kind": 1024, @@ -737637,7 +751402,7 @@ { "title": "Properties", "children": [ - 35069 + 18556 ] } ], @@ -737722,7 +751487,7 @@ { "title": "Methods", "children": [ - 35065 + 18552 ] } ], @@ -737763,7 +751528,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 35070, + "id": 18557, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -737781,7 +751546,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" } ], "type": { @@ -737819,8 +751584,8 @@ { "title": "Properties", "children": [ - 35063, - 35070 + 18550, + 18557 ] } ], @@ -737829,12 +751594,12 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 87, "character": 72, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L87" } ] }, { - "id": 35063, + "id": 18550, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -737844,7 +751609,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 88, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L88" } ], "type": { @@ -737925,14 +751690,14 @@ { "type": "reflection", "declaration": { - "id": 35064, + "id": 18551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35065, + "id": 18552, "name": "config", "variant": "declaration", "kind": 2048, @@ -737946,7 +751711,7 @@ ], "signatures": [ { - "id": 35066, + "id": 18553, "name": "config", "variant": "signature", "kind": 4096, @@ -737960,7 +751725,7 @@ ], "parameters": [ { - "id": 35067, + "id": 18554, "name": "config", "variant": "param", "kind": 32768, @@ -737971,14 +751736,14 @@ { "type": "reflection", "declaration": { - "id": 35068, + "id": 18555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35069, + "id": 18556, "name": "name", "variant": "declaration", "kind": 1024, @@ -738002,7 +751767,7 @@ { "title": "Properties", "children": [ - 35069 + 18556 ] } ], @@ -738087,7 +751852,7 @@ { "title": "Methods", "children": [ - 35065 + 18552 ] } ], @@ -738128,7 +751893,7 @@ "defaultValue": "updatedPromotions" }, { - "id": 35070, + "id": 18557, "name": "additional_data", "variant": "declaration", "kind": 1024, @@ -738146,7 +751911,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 89, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L89" } ], "type": { @@ -738184,21 +751949,21 @@ ] }, { - "id": 16603, + "id": 63, "name": "Region", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16604, + "id": 64, "name": "Steps_Region", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35072, + "id": 18559, "name": "createRegionsStepId", "variant": "declaration", "kind": 32, @@ -738210,7 +751975,7 @@ "fileName": "core-flows/src/region/steps/create-regions.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/create-regions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/create-regions.ts#L8" } ], "type": { @@ -738220,7 +751985,7 @@ "defaultValue": "\"create-regions\"" }, { - "id": 35073, + "id": 18560, "name": "createRegionsStep", "variant": "declaration", "kind": 64, @@ -738255,7 +752020,7 @@ }, "children": [ { - "id": 35082, + "id": 18569, "name": "__type", "variant": "declaration", "kind": 1024, @@ -738273,7 +752038,7 @@ } }, { - "id": 35083, + "id": 18570, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -738295,8 +752060,8 @@ { "title": "Properties", "children": [ - 35082, - 35083 + 18569, + 18570 ] } ], @@ -738305,12 +752070,12 @@ "fileName": "core-flows/src/region/steps/create-regions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/create-regions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/create-regions.ts#L21" } ], "signatures": [ { - "id": 35074, + "id": 18561, "name": "createRegionsStep", "variant": "signature", "kind": 4096, @@ -738348,12 +752113,12 @@ "fileName": "core-flows/src/region/steps/create-regions.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/create-regions.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/create-regions.ts#L21" } ], "parameters": [ { - "id": 35075, + "id": 18562, "name": "input", "variant": "param", "kind": 32768, @@ -738478,14 +752243,14 @@ { "type": "reflection", "declaration": { - "id": 35076, + "id": 18563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35077, + "id": 18564, "name": "config", "variant": "declaration", "kind": 2048, @@ -738499,7 +752264,7 @@ ], "signatures": [ { - "id": 35078, + "id": 18565, "name": "config", "variant": "signature", "kind": 4096, @@ -738513,7 +752278,7 @@ ], "parameters": [ { - "id": 35079, + "id": 18566, "name": "config", "variant": "param", "kind": 32768, @@ -738524,14 +752289,14 @@ { "type": "reflection", "declaration": { - "id": 35080, + "id": 18567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35081, + "id": 18568, "name": "name", "variant": "declaration", "kind": 1024, @@ -738555,7 +752320,7 @@ { "title": "Properties", "children": [ - 35081 + 18568 ] } ], @@ -738640,7 +752405,7 @@ { "title": "Methods", "children": [ - 35077 + 18564 ] } ], @@ -738682,7 +752447,7 @@ ] }, { - "id": 35085, + "id": 18572, "name": "deleteRegionsStepId", "variant": "declaration", "kind": 32, @@ -738694,7 +752459,7 @@ "fileName": "core-flows/src/region/steps/delete-regions.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/delete-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/delete-regions.ts#L10" } ], "type": { @@ -738704,7 +752469,7 @@ "defaultValue": "\"delete-regions\"" }, { - "id": 35086, + "id": 18573, "name": "deleteRegionsStep", "variant": "declaration", "kind": 64, @@ -738730,7 +752495,7 @@ }, "children": [ { - "id": 35089, + "id": 18576, "name": "__type", "variant": "declaration", "kind": 1024, @@ -738748,7 +752513,7 @@ } }, { - "id": 35090, + "id": 18577, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -738770,8 +752535,8 @@ { "title": "Properties", "children": [ - 35089, - 35090 + 18576, + 18577 ] } ], @@ -738780,12 +752545,12 @@ "fileName": "core-flows/src/region/steps/delete-regions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/delete-regions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/delete-regions.ts#L14" } ], "signatures": [ { - "id": 35087, + "id": 18574, "name": "deleteRegionsStep", "variant": "signature", "kind": 4096, @@ -738814,12 +752579,12 @@ "fileName": "core-flows/src/region/steps/delete-regions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/delete-regions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/delete-regions.ts#L14" } ], "parameters": [ { - "id": 35088, + "id": 18575, "name": "input", "variant": "param", "kind": 32768, @@ -738829,7 +752594,7 @@ "types": [ { "type": "reference", - "target": 35084, + "target": 18571, "name": "DeleteRegionsStepInput", "package": "@medusajs/core-flows" }, @@ -738842,7 +752607,7 @@ "typeArguments": [ { "type": "reference", - "target": 35084, + "target": 18571, "name": "DeleteRegionsStepInput", "package": "@medusajs/core-flows" } @@ -738862,7 +752627,7 @@ ] }, { - "id": 35093, + "id": 18580, "name": "selector", "variant": "declaration", "kind": 1024, @@ -738880,7 +752645,7 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L19" } ], "type": { @@ -738894,7 +752659,7 @@ } }, { - "id": 35094, + "id": 18581, "name": "update", "variant": "declaration", "kind": 1024, @@ -738912,7 +752677,7 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L23" } ], "type": { @@ -738926,7 +752691,7 @@ } }, { - "id": 35095, + "id": 18582, "name": "updateRegionsStepId", "variant": "declaration", "kind": 32, @@ -738938,7 +752703,7 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L26" } ], "type": { @@ -738948,7 +752713,7 @@ "defaultValue": "\"update-region\"" }, { - "id": 35096, + "id": 18583, "name": "updateRegionsStep", "variant": "declaration", "kind": 64, @@ -738983,7 +752748,7 @@ }, "children": [ { - "id": 35105, + "id": 18592, "name": "__type", "variant": "declaration", "kind": 1024, @@ -739001,7 +752766,7 @@ } }, { - "id": 35106, + "id": 18593, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -739023,8 +752788,8 @@ { "title": "Properties", "children": [ - 35105, - 35106 + 18592, + 18593 ] } ], @@ -739033,12 +752798,12 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L40" } ], "signatures": [ { - "id": 35097, + "id": 18584, "name": "updateRegionsStep", "variant": "signature", "kind": 4096, @@ -739076,12 +752841,12 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L40" } ], "parameters": [ { - "id": 35098, + "id": 18585, "name": "input", "variant": "param", "kind": 32768, @@ -739091,7 +752856,7 @@ "types": [ { "type": "reference", - "target": 35091, + "target": 18578, "name": "UpdateRegionsStepInput", "package": "@medusajs/core-flows" }, @@ -739104,7 +752869,7 @@ "typeArguments": [ { "type": "reference", - "target": 35091, + "target": 18578, "name": "UpdateRegionsStepInput", "package": "@medusajs/core-flows" } @@ -739194,14 +752959,14 @@ { "type": "reflection", "declaration": { - "id": 35099, + "id": 18586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35100, + "id": 18587, "name": "config", "variant": "declaration", "kind": 2048, @@ -739215,7 +752980,7 @@ ], "signatures": [ { - "id": 35101, + "id": 18588, "name": "config", "variant": "signature", "kind": 4096, @@ -739229,7 +752994,7 @@ ], "parameters": [ { - "id": 35102, + "id": 18589, "name": "config", "variant": "param", "kind": 32768, @@ -739240,14 +753005,14 @@ { "type": "reflection", "declaration": { - "id": 35103, + "id": 18590, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35104, + "id": 18591, "name": "name", "variant": "declaration", "kind": 1024, @@ -739271,7 +753036,7 @@ { "title": "Properties", "children": [ - 35104 + 18591 ] } ], @@ -739356,7 +753121,7 @@ { "title": "Methods", "children": [ - 35100 + 18587 ] } ], @@ -739398,7 +753163,7 @@ ] }, { - "id": 35110, + "id": 18597, "name": "id", "variant": "declaration", "kind": 1024, @@ -739416,7 +753181,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" } ], "type": { @@ -739425,7 +753190,7 @@ } }, { - "id": 35111, + "id": 18598, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -739445,7 +753210,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" } ], "type": { @@ -739457,7 +753222,7 @@ } }, { - "id": 35108, + "id": 18595, "name": "input", "variant": "declaration", "kind": 1024, @@ -739475,7 +753240,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" } ], "type": { @@ -739483,14 +753248,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35109, + "id": 18596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35110, + "id": 18597, "name": "id", "variant": "declaration", "kind": 1024, @@ -739508,7 +753273,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" } ], "type": { @@ -739517,7 +753282,7 @@ } }, { - "id": 35111, + "id": 18598, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -739537,7 +753302,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" } ], "type": { @@ -739553,8 +753318,8 @@ { "title": "Properties", "children": [ - 35110, - 35111 + 18597, + 18598 ] } ], @@ -739563,7 +753328,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 23, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" } ] } @@ -739571,7 +753336,7 @@ } }, { - "id": 35112, + "id": 18599, "name": "setRegionsPaymentProvidersStepId", "variant": "declaration", "kind": 32, @@ -739583,7 +753348,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 103, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L103" } ], "type": { @@ -739593,7 +753358,7 @@ "defaultValue": "\"add-region-payment-providers-step\"" }, { - "id": 35113, + "id": 18600, "name": "setRegionsPaymentProvidersStep", "variant": "declaration", "kind": 64, @@ -739637,7 +753402,7 @@ }, "children": [ { - "id": 35116, + "id": 18603, "name": "__type", "variant": "declaration", "kind": 1024, @@ -739655,7 +753420,7 @@ } }, { - "id": 35117, + "id": 18604, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -739677,8 +753442,8 @@ { "title": "Properties", "children": [ - 35116, - 35117 + 18603, + 18604 ] } ], @@ -739687,12 +753452,12 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L118" } ], "signatures": [ { - "id": 35114, + "id": 18601, "name": "setRegionsPaymentProvidersStep", "variant": "signature", "kind": 4096, @@ -739739,12 +753504,12 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 118, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L118" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L118" } ], "parameters": [ { - "id": 35115, + "id": 18602, "name": "input", "variant": "param", "kind": 32768, @@ -739754,7 +753519,7 @@ "types": [ { "type": "reference", - "target": 35107, + "target": 18594, "name": "SetRegionsPaymentProvidersStepInput", "package": "@medusajs/core-flows" }, @@ -739767,7 +753532,7 @@ "typeArguments": [ { "type": "reference", - "target": 35107, + "target": 18594, "name": "SetRegionsPaymentProvidersStepInput", "package": "@medusajs/core-flows" } @@ -739789,14 +753554,14 @@ ] }, { - "id": 16605, + "id": 65, "name": "Workflows_Region", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35118, + "id": 18605, "name": "createRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -739808,7 +753573,7 @@ "fileName": "core-flows/src/region/workflows/create-regions.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/create-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/create-regions.ts#L15" } ], "type": { @@ -739818,7 +753583,7 @@ "defaultValue": "\"create-regions\"" }, { - "id": 35119, + "id": 18606, "name": "createRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -739871,7 +753636,7 @@ }, "children": [ { - "id": 35127, + "id": 18614, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -739894,7 +753659,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35128, + "id": 18615, "name": "__type", "variant": "declaration", "kind": 65536, @@ -739908,7 +753673,7 @@ ], "signatures": [ { - "id": 35129, + "id": 18616, "name": "__type", "variant": "signature", "kind": 4096, @@ -739936,7 +753701,7 @@ ], "parameters": [ { - "id": 35130, + "id": 18617, "name": "param0", "variant": "param", "kind": 32768, @@ -739952,14 +753717,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35131, + "id": 18618, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35132, + "id": 18619, "name": "input", "variant": "declaration", "kind": 1024, @@ -740019,7 +753784,7 @@ { "title": "Properties", "children": [ - 35132 + 18619 ] } ], @@ -740106,14 +753871,14 @@ { "type": "reflection", "declaration": { - "id": 35133, + "id": 18620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35134, + "id": 18621, "name": "config", "variant": "declaration", "kind": 2048, @@ -740127,7 +753892,7 @@ ], "signatures": [ { - "id": 35135, + "id": 18622, "name": "config", "variant": "signature", "kind": 4096, @@ -740141,7 +753906,7 @@ ], "parameters": [ { - "id": 35136, + "id": 18623, "name": "config", "variant": "param", "kind": 32768, @@ -740152,14 +753917,14 @@ { "type": "reflection", "declaration": { - "id": 35137, + "id": 18624, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35138, + "id": 18625, "name": "name", "variant": "declaration", "kind": 1024, @@ -740183,7 +753948,7 @@ { "title": "Properties", "children": [ - 35138 + 18625 ] } ], @@ -740265,7 +754030,7 @@ { "title": "Methods", "children": [ - 35134 + 18621 ] } ], @@ -740306,7 +754071,7 @@ } }, { - "id": 35139, + "id": 18626, "name": "run", "variant": "declaration", "kind": 1024, @@ -740329,7 +754094,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35140, + "id": 18627, "name": "__type", "variant": "declaration", "kind": 65536, @@ -740343,7 +754108,7 @@ ], "signatures": [ { - "id": 35141, + "id": 18628, "name": "__type", "variant": "signature", "kind": 4096, @@ -740371,7 +754136,7 @@ ], "typeParameters": [ { - "id": 35142, + "id": 18629, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -740382,7 +754147,7 @@ } }, { - "id": 35143, + "id": 18630, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -740395,7 +754160,7 @@ ], "parameters": [ { - "id": 35144, + "id": 18631, "name": "args", "variant": "param", "kind": 32768, @@ -740428,7 +754193,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -740448,7 +754213,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -740481,7 +754246,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -740501,7 +754266,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -740521,7 +754286,7 @@ } }, { - "id": 35145, + "id": 18632, "name": "getName", "variant": "declaration", "kind": 1024, @@ -740544,7 +754309,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35146, + "id": 18633, "name": "__type", "variant": "declaration", "kind": 65536, @@ -740558,7 +754323,7 @@ ], "signatures": [ { - "id": 35147, + "id": 18634, "name": "__type", "variant": "signature", "kind": 4096, @@ -740580,7 +754345,7 @@ } }, { - "id": 35148, + "id": 18635, "name": "config", "variant": "declaration", "kind": 1024, @@ -740603,7 +754368,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35149, + "id": 18636, "name": "__type", "variant": "declaration", "kind": 65536, @@ -740617,7 +754382,7 @@ ], "signatures": [ { - "id": 35150, + "id": 18637, "name": "__type", "variant": "signature", "kind": 4096, @@ -740631,7 +754396,7 @@ ], "parameters": [ { - "id": 35151, + "id": 18638, "name": "config", "variant": "param", "kind": 32768, @@ -740657,7 +754422,7 @@ } }, { - "id": 35152, + "id": 18639, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -740685,7 +754450,7 @@ ], "documents": [ { - "id": 38275, + "id": 21772, "name": "createRegionsStep", "variant": "document", "kind": 8388608, @@ -740701,6 +754466,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18560" + } + ] } ], "modifierTags": [ @@ -740711,7 +754485,7 @@ "frontmatter": {} }, { - "id": 38276, + "id": 21773, "name": "setRegionsPaymentProvidersStep", "variant": "document", "kind": 8388608, @@ -740727,6 +754501,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18600" + } + ] } ], "modifierTags": [ @@ -740737,7 +754520,7 @@ "frontmatter": {} }, { - "id": 38277, + "id": 21774, "name": "createPricePreferencesWorkflow", "variant": "document", "kind": 8388608, @@ -740753,6 +754536,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15453" + } + ] } ], "modifierTags": [ @@ -740763,7 +754555,7 @@ "frontmatter": {} }, { - "id": 38278, + "id": 21775, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -740779,6 +754571,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -740790,21 +754591,21 @@ } ], "childrenIncludingDocuments": [ - 35127, - 35139, - 35145, - 35148, - 35152 + 18614, + 18626, + 18632, + 18635, + 18639 ], "groups": [ { "title": "Properties", "children": [ - 35127, - 35139, - 35145, - 35148, - 35152 + 18614, + 18626, + 18632, + 18635, + 18639 ] } ], @@ -740813,12 +754614,12 @@ "fileName": "core-flows/src/region/workflows/create-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/create-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/create-regions.ts#L41" } ], "signatures": [ { - "id": 35120, + "id": 18607, "name": "createRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -740874,12 +754675,12 @@ "fileName": "core-flows/src/region/workflows/create-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/create-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/create-regions.ts#L41" } ], "typeParameters": [ { - "id": 35121, + "id": 18608, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -740890,7 +754691,7 @@ } }, { - "id": 35122, + "id": 18609, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -740903,7 +754704,7 @@ ], "parameters": [ { - "id": 35123, + "id": 18610, "name": "container", "variant": "param", "kind": 32768, @@ -740927,14 +754728,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35124, + "id": 18611, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35125, + "id": 18612, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -740957,7 +754758,7 @@ } }, { - "id": 35126, + "id": 18613, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -740984,8 +754785,8 @@ { "title": "Properties", "children": [ - 35125, - 35126 + 18612, + 18613 ] } ], @@ -741074,14 +754875,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -741096,7 +754897,7 @@ ] }, { - "id": 35155, + "id": 18642, "name": "ids", "variant": "declaration", "kind": 1024, @@ -741106,7 +754907,7 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 10, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" } ], "type": { @@ -741118,7 +754919,7 @@ } }, { - "id": 35156, + "id": 18643, "name": "deleteRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -741130,7 +754931,7 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L12" } ], "type": { @@ -741140,7 +754941,7 @@ "defaultValue": "\"delete-regions\"" }, { - "id": 35157, + "id": 18644, "name": "deleteRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -741184,7 +754985,7 @@ }, "children": [ { - "id": 35165, + "id": 18652, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -741207,7 +755008,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35166, + "id": 18653, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741221,7 +755022,7 @@ ], "signatures": [ { - "id": 35167, + "id": 18654, "name": "__type", "variant": "signature", "kind": 4096, @@ -741249,7 +755050,7 @@ ], "parameters": [ { - "id": 35168, + "id": 18655, "name": "param0", "variant": "param", "kind": 32768, @@ -741265,14 +755066,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35169, + "id": 18656, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35170, + "id": 18657, "name": "input", "variant": "declaration", "kind": 1024, @@ -741297,7 +755098,7 @@ "types": [ { "type": "reference", - "target": 35153, + "target": 18640, "name": "DeleteRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -741310,7 +755111,7 @@ "typeArguments": [ { "type": "reference", - "target": 35153, + "target": 18640, "name": "DeleteRegionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -741326,7 +755127,7 @@ { "title": "Properties", "children": [ - 35170 + 18657 ] } ], @@ -741362,14 +755163,14 @@ { "type": "reflection", "declaration": { - "id": 35171, + "id": 18658, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35172, + "id": 18659, "name": "config", "variant": "declaration", "kind": 2048, @@ -741383,7 +755184,7 @@ ], "signatures": [ { - "id": 35173, + "id": 18660, "name": "config", "variant": "signature", "kind": 4096, @@ -741397,7 +755198,7 @@ ], "parameters": [ { - "id": 35174, + "id": 18661, "name": "config", "variant": "param", "kind": 32768, @@ -741408,14 +755209,14 @@ { "type": "reflection", "declaration": { - "id": 35175, + "id": 18662, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35176, + "id": 18663, "name": "name", "variant": "declaration", "kind": 1024, @@ -741439,7 +755240,7 @@ { "title": "Properties", "children": [ - 35176 + 18663 ] } ], @@ -741516,7 +755317,7 @@ { "title": "Methods", "children": [ - 35172 + 18659 ] } ], @@ -741552,7 +755353,7 @@ } }, { - "id": 35177, + "id": 18664, "name": "run", "variant": "declaration", "kind": 1024, @@ -741575,7 +755376,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35178, + "id": 18665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741589,7 +755390,7 @@ ], "signatures": [ { - "id": 35179, + "id": 18666, "name": "__type", "variant": "signature", "kind": 4096, @@ -741617,7 +755418,7 @@ ], "typeParameters": [ { - "id": 35180, + "id": 18667, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -741628,7 +755429,7 @@ } }, { - "id": 35181, + "id": 18668, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -741641,7 +755442,7 @@ ], "parameters": [ { - "id": 35182, + "id": 18669, "name": "args", "variant": "param", "kind": 32768, @@ -741674,7 +755475,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -741685,13 +755486,13 @@ }, "trueType": { "type": "reference", - "target": 35153, + "target": 18640, "name": "DeleteRegionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -741724,7 +755525,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -741739,7 +755540,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -741759,7 +755560,7 @@ } }, { - "id": 35183, + "id": 18670, "name": "getName", "variant": "declaration", "kind": 1024, @@ -741782,7 +755583,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35184, + "id": 18671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741796,7 +755597,7 @@ ], "signatures": [ { - "id": 35185, + "id": 18672, "name": "__type", "variant": "signature", "kind": 4096, @@ -741818,7 +755619,7 @@ } }, { - "id": 35186, + "id": 18673, "name": "config", "variant": "declaration", "kind": 1024, @@ -741841,7 +755642,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35187, + "id": 18674, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741855,7 +755656,7 @@ ], "signatures": [ { - "id": 35188, + "id": 18675, "name": "__type", "variant": "signature", "kind": 4096, @@ -741869,7 +755670,7 @@ ], "parameters": [ { - "id": 35189, + "id": 18676, "name": "config", "variant": "param", "kind": 32768, @@ -741895,7 +755696,7 @@ } }, { - "id": 35190, + "id": 18677, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -741918,7 +755719,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35191, + "id": 18678, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741932,14 +755733,14 @@ ], "indexSignatures": [ { - "id": 35192, + "id": 18679, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35193, + "id": 18680, "name": "key", "variant": "param", "kind": 32768, @@ -741953,7 +755754,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35194, + "id": 18681, "name": "__type", "variant": "declaration", "kind": 65536, @@ -741967,7 +755768,7 @@ ], "signatures": [ { - "id": 35195, + "id": 18682, "name": "__type", "variant": "signature", "kind": 4096, @@ -741981,14 +755782,14 @@ ], "typeParameters": [ { - "id": 35196, + "id": 18683, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35197, + "id": 18684, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -741997,7 +755798,7 @@ ], "parameters": [ { - "id": 35198, + "id": 18685, "name": "invoke", "variant": "param", "kind": 32768, @@ -742015,14 +755816,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -742033,7 +755834,7 @@ } }, { - "id": 35199, + "id": 18686, "name": "compensate", "variant": "param", "kind": 32768, @@ -742049,7 +755850,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -742076,7 +755877,7 @@ ], "documents": [ { - "id": 38279, + "id": 21776, "name": "deleteRegionsStep", "variant": "document", "kind": 8388608, @@ -742092,6 +755893,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18573" + } + ] } ], "modifierTags": [ @@ -742102,7 +755912,7 @@ "frontmatter": {} }, { - "id": 38280, + "id": 21777, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -742118,6 +755928,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -742129,21 +755948,21 @@ } ], "childrenIncludingDocuments": [ - 35165, - 35177, - 35183, - 35186, - 35190 + 18652, + 18664, + 18670, + 18673, + 18677 ], "groups": [ { "title": "Properties", "children": [ - 35165, - 35177, - 35183, - 35186, - 35190 + 18652, + 18664, + 18670, + 18673, + 18677 ] } ], @@ -742152,12 +755971,12 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L32" } ], "signatures": [ { - "id": 35158, + "id": 18645, "name": "deleteRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -742204,12 +756023,12 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L32" } ], "typeParameters": [ { - "id": 35159, + "id": 18646, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -742220,7 +756039,7 @@ } }, { - "id": 35160, + "id": 18647, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -742233,7 +756052,7 @@ ], "parameters": [ { - "id": 35161, + "id": 18648, "name": "container", "variant": "param", "kind": 32768, @@ -742257,14 +756076,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35162, + "id": 18649, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35163, + "id": 18650, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -742287,7 +756106,7 @@ } }, { - "id": 35164, + "id": 18651, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -742314,8 +756133,8 @@ { "title": "Properties", "children": [ - 35163, - 35164 + 18650, + 18651 ] } ], @@ -742386,7 +756205,7 @@ "typeArguments": [ { "type": "reference", - "target": 35153, + "target": 18640, "name": "DeleteRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -742396,14 +756215,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -742418,7 +756237,7 @@ ] }, { - "id": 35200, + "id": 18687, "name": "updateRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -742430,7 +756249,7 @@ "fileName": "core-flows/src/region/workflows/update-regions.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/update-regions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/update-regions.ts#L16" } ], "type": { @@ -742440,7 +756259,7 @@ "defaultValue": "\"update-regions\"" }, { - "id": 35201, + "id": 18688, "name": "updateRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -742493,7 +756312,7 @@ }, "children": [ { - "id": 35209, + "id": 18696, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -742516,7 +756335,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35210, + "id": 18697, "name": "__type", "variant": "declaration", "kind": 65536, @@ -742530,7 +756349,7 @@ ], "signatures": [ { - "id": 35211, + "id": 18698, "name": "__type", "variant": "signature", "kind": 4096, @@ -742558,7 +756377,7 @@ ], "parameters": [ { - "id": 35212, + "id": 18699, "name": "param0", "variant": "param", "kind": 32768, @@ -742574,14 +756393,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35213, + "id": 18700, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35214, + "id": 18701, "name": "input", "variant": "declaration", "kind": 1024, @@ -742641,7 +756460,7 @@ { "title": "Properties", "children": [ - 35214 + 18701 ] } ], @@ -742728,14 +756547,14 @@ { "type": "reflection", "declaration": { - "id": 35215, + "id": 18702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35216, + "id": 18703, "name": "config", "variant": "declaration", "kind": 2048, @@ -742749,7 +756568,7 @@ ], "signatures": [ { - "id": 35217, + "id": 18704, "name": "config", "variant": "signature", "kind": 4096, @@ -742763,7 +756582,7 @@ ], "parameters": [ { - "id": 35218, + "id": 18705, "name": "config", "variant": "param", "kind": 32768, @@ -742774,14 +756593,14 @@ { "type": "reflection", "declaration": { - "id": 35219, + "id": 18706, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35220, + "id": 18707, "name": "name", "variant": "declaration", "kind": 1024, @@ -742805,7 +756624,7 @@ { "title": "Properties", "children": [ - 35220 + 18707 ] } ], @@ -742887,7 +756706,7 @@ { "title": "Methods", "children": [ - 35216 + 18703 ] } ], @@ -742928,7 +756747,7 @@ } }, { - "id": 35221, + "id": 18708, "name": "run", "variant": "declaration", "kind": 1024, @@ -742951,7 +756770,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35222, + "id": 18709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -742965,7 +756784,7 @@ ], "signatures": [ { - "id": 35223, + "id": 18710, "name": "__type", "variant": "signature", "kind": 4096, @@ -742993,7 +756812,7 @@ ], "typeParameters": [ { - "id": 35224, + "id": 18711, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -743004,7 +756823,7 @@ } }, { - "id": 35225, + "id": 18712, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -743017,7 +756836,7 @@ ], "parameters": [ { - "id": 35226, + "id": 18713, "name": "args", "variant": "param", "kind": 32768, @@ -743050,7 +756869,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -743070,7 +756889,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -743103,7 +756922,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -743123,7 +756942,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -743143,7 +756962,7 @@ } }, { - "id": 35227, + "id": 18714, "name": "getName", "variant": "declaration", "kind": 1024, @@ -743166,7 +756985,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35228, + "id": 18715, "name": "__type", "variant": "declaration", "kind": 65536, @@ -743180,7 +756999,7 @@ ], "signatures": [ { - "id": 35229, + "id": 18716, "name": "__type", "variant": "signature", "kind": 4096, @@ -743202,7 +757021,7 @@ } }, { - "id": 35230, + "id": 18717, "name": "config", "variant": "declaration", "kind": 1024, @@ -743225,7 +757044,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35231, + "id": 18718, "name": "__type", "variant": "declaration", "kind": 65536, @@ -743239,7 +757058,7 @@ ], "signatures": [ { - "id": 35232, + "id": 18719, "name": "__type", "variant": "signature", "kind": 4096, @@ -743253,7 +757072,7 @@ ], "parameters": [ { - "id": 35233, + "id": 18720, "name": "config", "variant": "param", "kind": 32768, @@ -743279,7 +757098,7 @@ } }, { - "id": 35234, + "id": 18721, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -743307,7 +757126,7 @@ ], "documents": [ { - "id": 38281, + "id": 21778, "name": "updateRegionsStep", "variant": "document", "kind": 8388608, @@ -743323,6 +757142,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18583" + } + ] } ], "modifierTags": [ @@ -743333,7 +757161,7 @@ "frontmatter": {} }, { - "id": 38282, + "id": 21779, "name": "when", "variant": "document", "kind": 8388608, @@ -743368,7 +757196,7 @@ "frontmatter": {}, "children": [ { - "id": 38283, + "id": 21780, "name": "updatePricePreferencesWorkflow", "variant": "document", "kind": 8388608, @@ -743384,6 +757212,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15488" + } + ] } ], "modifierTags": [ @@ -743396,7 +757233,7 @@ ] }, { - "id": 38284, + "id": 21781, "name": "setRegionsPaymentProvidersStep", "variant": "document", "kind": 8388608, @@ -743412,6 +757249,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18600" + } + ] } ], "modifierTags": [ @@ -743422,7 +757268,7 @@ "frontmatter": {} }, { - "id": 38285, + "id": 21782, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -743438,6 +757284,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -743449,21 +757304,21 @@ } ], "childrenIncludingDocuments": [ - 35209, - 35221, - 35227, - 35230, - 35234 + 18696, + 18708, + 18714, + 18717, + 18721 ], "groups": [ { "title": "Properties", "children": [ - 35209, - 35221, - 35227, - 35230, - 35234 + 18696, + 18708, + 18714, + 18717, + 18721 ] } ], @@ -743472,12 +757327,12 @@ "fileName": "core-flows/src/region/workflows/update-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/update-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/update-regions.ts#L41" } ], "signatures": [ { - "id": 35202, + "id": 18689, "name": "updateRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -743533,12 +757388,12 @@ "fileName": "core-flows/src/region/workflows/update-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/update-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/update-regions.ts#L41" } ], "typeParameters": [ { - "id": 35203, + "id": 18690, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -743549,7 +757404,7 @@ } }, { - "id": 35204, + "id": 18691, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -743562,7 +757417,7 @@ ], "parameters": [ { - "id": 35205, + "id": 18692, "name": "container", "variant": "param", "kind": 32768, @@ -743586,14 +757441,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35206, + "id": 18693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35207, + "id": 18694, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -743616,7 +757471,7 @@ } }, { - "id": 35208, + "id": 18695, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -743643,8 +757498,8 @@ { "title": "Properties", "children": [ - 35207, - 35208 + 18694, + 18695 ] } ], @@ -743733,14 +757588,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -743759,21 +757614,21 @@ ] }, { - "id": 16606, + "id": 66, "name": "Reservation", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16607, + "id": 67, "name": "Steps_Reservation", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35236, + "id": 18723, "name": "createReservationsStepId", "variant": "declaration", "kind": 32, @@ -743785,7 +757640,7 @@ "fileName": "core-flows/src/reservation/steps/create-reservations.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L11" } ], "type": { @@ -743795,7 +757650,7 @@ "defaultValue": "\"create-reservations-step\"" }, { - "id": 35237, + "id": 18724, "name": "createReservationsStep", "variant": "declaration", "kind": 64, @@ -743830,7 +757685,7 @@ }, "children": [ { - "id": 35246, + "id": 18733, "name": "__type", "variant": "declaration", "kind": 1024, @@ -743848,7 +757703,7 @@ } }, { - "id": 35247, + "id": 18734, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -743870,8 +757725,8 @@ { "title": "Properties", "children": [ - 35246, - 35247 + 18733, + 18734 ] } ], @@ -743880,12 +757735,12 @@ "fileName": "core-flows/src/reservation/steps/create-reservations.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L24" } ], "signatures": [ { - "id": 35238, + "id": 18725, "name": "createReservationsStep", "variant": "signature", "kind": 4096, @@ -743923,12 +757778,12 @@ "fileName": "core-flows/src/reservation/steps/create-reservations.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L24" } ], "parameters": [ { - "id": 35239, + "id": 18726, "name": "input", "variant": "param", "kind": 32768, @@ -743938,7 +757793,7 @@ "types": [ { "type": "reference", - "target": 35235, + "target": 18722, "name": "CreateReservationsStepInput", "package": "@medusajs/core-flows" }, @@ -743951,7 +757806,7 @@ "typeArguments": [ { "type": "reference", - "target": 35235, + "target": 18722, "name": "CreateReservationsStepInput", "package": "@medusajs/core-flows" } @@ -744041,14 +757896,14 @@ { "type": "reflection", "declaration": { - "id": 35240, + "id": 18727, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35241, + "id": 18728, "name": "config", "variant": "declaration", "kind": 2048, @@ -744062,7 +757917,7 @@ ], "signatures": [ { - "id": 35242, + "id": 18729, "name": "config", "variant": "signature", "kind": 4096, @@ -744076,7 +757931,7 @@ ], "parameters": [ { - "id": 35243, + "id": 18730, "name": "config", "variant": "param", "kind": 32768, @@ -744087,14 +757942,14 @@ { "type": "reflection", "declaration": { - "id": 35244, + "id": 18731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35245, + "id": 18732, "name": "name", "variant": "declaration", "kind": 1024, @@ -744118,7 +757973,7 @@ { "title": "Properties", "children": [ - 35245 + 18732 ] } ], @@ -744203,7 +758058,7 @@ { "title": "Methods", "children": [ - 35241 + 18728 ] } ], @@ -744245,7 +758100,7 @@ ] }, { - "id": 35249, + "id": 18736, "name": "deleteReservationsStepId", "variant": "declaration", "kind": 32, @@ -744257,7 +758112,7 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L11" } ], "type": { @@ -744267,7 +758122,7 @@ "defaultValue": "\"delete-reservations\"" }, { - "id": 35250, + "id": 18737, "name": "deleteReservationsStep", "variant": "declaration", "kind": 64, @@ -744302,7 +758157,7 @@ }, "children": [ { - "id": 35253, + "id": 18740, "name": "__type", "variant": "declaration", "kind": 1024, @@ -744320,7 +758175,7 @@ } }, { - "id": 35254, + "id": 18741, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -744342,8 +758197,8 @@ { "title": "Properties", "children": [ - 35253, - 35254 + 18740, + 18741 ] } ], @@ -744352,12 +758207,12 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L15" } ], "signatures": [ { - "id": 35251, + "id": 18738, "name": "deleteReservationsStep", "variant": "signature", "kind": 4096, @@ -744395,12 +758250,12 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L15" } ], "parameters": [ { - "id": 35252, + "id": 18739, "name": "input", "variant": "param", "kind": 32768, @@ -744410,7 +758265,7 @@ "types": [ { "type": "reference", - "target": 35248, + "target": 18735, "name": "DeleteReservationsStepInput", "package": "@medusajs/core-flows" }, @@ -744423,7 +758278,7 @@ "typeArguments": [ { "type": "reference", - "target": 35248, + "target": 18735, "name": "DeleteReservationsStepInput", "package": "@medusajs/core-flows" } @@ -744443,7 +758298,7 @@ ] }, { - "id": 35256, + "id": 18743, "name": "deleteReservationsByLineItemsStepId", "variant": "declaration", "kind": 32, @@ -744455,7 +758310,7 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L11" } ], "type": { @@ -744465,7 +758320,7 @@ "defaultValue": "\"delete-reservations-by-line-items\"" }, { - "id": 35257, + "id": 18744, "name": "deleteReservationsByLineItemsStep", "variant": "declaration", "kind": 64, @@ -744527,7 +758382,7 @@ }, "children": [ { - "id": 35260, + "id": 18747, "name": "__type", "variant": "declaration", "kind": 1024, @@ -744545,7 +758400,7 @@ } }, { - "id": 35261, + "id": 18748, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -744567,8 +758422,8 @@ { "title": "Properties", "children": [ - 35260, - 35261 + 18747, + 18748 ] } ], @@ -744577,12 +758432,12 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L16" } ], "signatures": [ { - "id": 35258, + "id": 18745, "name": "deleteReservationsByLineItemsStep", "variant": "signature", "kind": 4096, @@ -744647,12 +758502,12 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L16" } ], "parameters": [ { - "id": 35259, + "id": 18746, "name": "input", "variant": "param", "kind": 32768, @@ -744662,7 +758517,7 @@ "types": [ { "type": "reference", - "target": 35255, + "target": 18742, "name": "DeleteReservationsByLineItemsStepInput", "package": "@medusajs/core-flows" }, @@ -744675,7 +758530,7 @@ "typeArguments": [ { "type": "reference", - "target": 35255, + "target": 18742, "name": "DeleteReservationsByLineItemsStepInput", "package": "@medusajs/core-flows" } @@ -744695,7 +758550,7 @@ ] }, { - "id": 35263, + "id": 18750, "name": "updateReservationsStepId", "variant": "declaration", "kind": 32, @@ -744707,7 +758562,7 @@ "fileName": "core-flows/src/reservation/steps/update-reservations.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L15" } ], "type": { @@ -744717,7 +758572,7 @@ "defaultValue": "\"update-reservations-step\"" }, { - "id": 35264, + "id": 18751, "name": "updateReservationsStep", "variant": "declaration", "kind": 64, @@ -744761,7 +758616,7 @@ }, "children": [ { - "id": 35273, + "id": 18760, "name": "__type", "variant": "declaration", "kind": 1024, @@ -744779,7 +758634,7 @@ } }, { - "id": 35274, + "id": 18761, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -744801,8 +758656,8 @@ { "title": "Properties", "children": [ - 35273, - 35274 + 18760, + 18761 ] } ], @@ -744811,12 +758666,12 @@ "fileName": "core-flows/src/reservation/steps/update-reservations.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L27" } ], "signatures": [ { - "id": 35265, + "id": 18752, "name": "updateReservationsStep", "variant": "signature", "kind": 4096, @@ -744863,12 +758718,12 @@ "fileName": "core-flows/src/reservation/steps/update-reservations.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L27" } ], "parameters": [ { - "id": 35266, + "id": 18753, "name": "input", "variant": "param", "kind": 32768, @@ -744878,7 +758733,7 @@ "types": [ { "type": "reference", - "target": 35262, + "target": 18749, "name": "UpdateReservationsStepInput", "package": "@medusajs/core-flows" }, @@ -744891,7 +758746,7 @@ "typeArguments": [ { "type": "reference", - "target": 35262, + "target": 18749, "name": "UpdateReservationsStepInput", "package": "@medusajs/core-flows" } @@ -744981,14 +758836,14 @@ { "type": "reflection", "declaration": { - "id": 35267, + "id": 18754, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35268, + "id": 18755, "name": "config", "variant": "declaration", "kind": 2048, @@ -745002,7 +758857,7 @@ ], "signatures": [ { - "id": 35269, + "id": 18756, "name": "config", "variant": "signature", "kind": 4096, @@ -745016,7 +758871,7 @@ ], "parameters": [ { - "id": 35270, + "id": 18757, "name": "config", "variant": "param", "kind": 32768, @@ -745027,14 +758882,14 @@ { "type": "reflection", "declaration": { - "id": 35271, + "id": 18758, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35272, + "id": 18759, "name": "name", "variant": "declaration", "kind": 1024, @@ -745058,7 +758913,7 @@ { "title": "Properties", "children": [ - 35272 + 18759 ] } ], @@ -745143,7 +758998,7 @@ { "title": "Methods", "children": [ - 35268 + 18755 ] } ], @@ -745187,14 +759042,14 @@ ] }, { - "id": 16608, + "id": 68, "name": "Workflows_Reservation", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35275, + "id": 18762, "name": "createReservationsWorkflowId", "variant": "declaration", "kind": 32, @@ -745206,7 +759061,7 @@ "fileName": "core-flows/src/reservation/workflows/create-reservations.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L10" } ], "type": { @@ -745216,7 +759071,7 @@ "defaultValue": "\"create-reservations-workflow\"" }, { - "id": 35276, + "id": 18763, "name": "createReservationsWorkflow", "variant": "declaration", "kind": 64, @@ -745260,7 +759115,7 @@ }, "children": [ { - "id": 35284, + "id": 18771, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -745283,7 +759138,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35285, + "id": 18772, "name": "__type", "variant": "declaration", "kind": 65536, @@ -745297,7 +759152,7 @@ ], "signatures": [ { - "id": 35286, + "id": 18773, "name": "__type", "variant": "signature", "kind": 4096, @@ -745325,7 +759180,7 @@ ], "parameters": [ { - "id": 35287, + "id": 18774, "name": "param0", "variant": "param", "kind": 32768, @@ -745341,14 +759196,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35288, + "id": 18775, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35289, + "id": 18776, "name": "input", "variant": "declaration", "kind": 1024, @@ -745408,7 +759263,7 @@ { "title": "Properties", "children": [ - 35289 + 18776 ] } ], @@ -745495,14 +759350,14 @@ { "type": "reflection", "declaration": { - "id": 35290, + "id": 18777, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35291, + "id": 18778, "name": "config", "variant": "declaration", "kind": 2048, @@ -745516,7 +759371,7 @@ ], "signatures": [ { - "id": 35292, + "id": 18779, "name": "config", "variant": "signature", "kind": 4096, @@ -745530,7 +759385,7 @@ ], "parameters": [ { - "id": 35293, + "id": 18780, "name": "config", "variant": "param", "kind": 32768, @@ -745541,14 +759396,14 @@ { "type": "reflection", "declaration": { - "id": 35294, + "id": 18781, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35295, + "id": 18782, "name": "name", "variant": "declaration", "kind": 1024, @@ -745572,7 +759427,7 @@ { "title": "Properties", "children": [ - 35295 + 18782 ] } ], @@ -745654,7 +759509,7 @@ { "title": "Methods", "children": [ - 35291 + 18778 ] } ], @@ -745695,7 +759550,7 @@ } }, { - "id": 35296, + "id": 18783, "name": "run", "variant": "declaration", "kind": 1024, @@ -745718,7 +759573,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35297, + "id": 18784, "name": "__type", "variant": "declaration", "kind": 65536, @@ -745732,7 +759587,7 @@ ], "signatures": [ { - "id": 35298, + "id": 18785, "name": "__type", "variant": "signature", "kind": 4096, @@ -745760,7 +759615,7 @@ ], "typeParameters": [ { - "id": 35299, + "id": 18786, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -745771,7 +759626,7 @@ } }, { - "id": 35300, + "id": 18787, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -745784,7 +759639,7 @@ ], "parameters": [ { - "id": 35301, + "id": 18788, "name": "args", "variant": "param", "kind": 32768, @@ -745817,7 +759672,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -745837,7 +759692,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -745870,7 +759725,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -745890,7 +759745,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -745910,7 +759765,7 @@ } }, { - "id": 35302, + "id": 18789, "name": "getName", "variant": "declaration", "kind": 1024, @@ -745933,7 +759788,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35303, + "id": 18790, "name": "__type", "variant": "declaration", "kind": 65536, @@ -745947,7 +759802,7 @@ ], "signatures": [ { - "id": 35304, + "id": 18791, "name": "__type", "variant": "signature", "kind": 4096, @@ -745969,7 +759824,7 @@ } }, { - "id": 35305, + "id": 18792, "name": "config", "variant": "declaration", "kind": 1024, @@ -745992,7 +759847,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35306, + "id": 18793, "name": "__type", "variant": "declaration", "kind": 65536, @@ -746006,7 +759861,7 @@ ], "signatures": [ { - "id": 35307, + "id": 18794, "name": "__type", "variant": "signature", "kind": 4096, @@ -746020,7 +759875,7 @@ ], "parameters": [ { - "id": 35308, + "id": 18795, "name": "config", "variant": "param", "kind": 32768, @@ -746046,7 +759901,7 @@ } }, { - "id": 35309, + "id": 18796, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -746074,7 +759929,7 @@ ], "documents": [ { - "id": 38286, + "id": 21783, "name": "createReservationsStep", "variant": "document", "kind": 8388608, @@ -746090,6 +759945,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18724" + } + ] } ], "modifierTags": [ @@ -746101,21 +759965,21 @@ } ], "childrenIncludingDocuments": [ - 35284, - 35296, - 35302, - 35305, - 35309 + 18771, + 18783, + 18789, + 18792, + 18796 ], "groups": [ { "title": "Properties", "children": [ - 35284, - 35296, - 35302, - 35305, - 35309 + 18771, + 18783, + 18789, + 18792, + 18796 ] } ], @@ -746124,12 +759988,12 @@ "fileName": "core-flows/src/reservation/workflows/create-reservations.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L36" } ], "signatures": [ { - "id": 35277, + "id": 18764, "name": "createReservationsWorkflow", "variant": "signature", "kind": 4096, @@ -746176,12 +760040,12 @@ "fileName": "core-flows/src/reservation/workflows/create-reservations.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/create-reservations.ts#L36" } ], "typeParameters": [ { - "id": 35278, + "id": 18765, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -746192,7 +760056,7 @@ } }, { - "id": 35279, + "id": 18766, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -746205,7 +760069,7 @@ ], "parameters": [ { - "id": 35280, + "id": 18767, "name": "container", "variant": "param", "kind": 32768, @@ -746229,14 +760093,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35281, + "id": 18768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35282, + "id": 18769, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -746259,7 +760123,7 @@ } }, { - "id": 35283, + "id": 18770, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -746286,8 +760150,8 @@ { "title": "Properties", "children": [ - 35282, - 35283 + 18769, + 18770 ] } ], @@ -746376,14 +760240,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -746398,7 +760262,7 @@ ] }, { - "id": 35310, + "id": 18797, "name": "deleteReservationsWorkflowId", "variant": "declaration", "kind": 32, @@ -746410,7 +760274,7 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L15" } ], "type": { @@ -746420,7 +760284,7 @@ "defaultValue": "\"delete-reservations\"" }, { - "id": 35311, + "id": 18798, "name": "deleteReservationsWorkflow", "variant": "declaration", "kind": 64, @@ -746464,7 +760328,7 @@ }, "children": [ { - "id": 35319, + "id": 18806, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -746487,7 +760351,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35320, + "id": 18807, "name": "__type", "variant": "declaration", "kind": 65536, @@ -746501,7 +760365,7 @@ ], "signatures": [ { - "id": 35321, + "id": 18808, "name": "__type", "variant": "signature", "kind": 4096, @@ -746529,7 +760393,7 @@ ], "parameters": [ { - "id": 35322, + "id": 18809, "name": "param0", "variant": "param", "kind": 32768, @@ -746545,14 +760409,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35323, + "id": 18810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35324, + "id": 18811, "name": "input", "variant": "declaration", "kind": 1024, @@ -746612,7 +760476,7 @@ { "title": "Properties", "children": [ - 35324 + 18811 ] } ], @@ -746648,14 +760512,14 @@ { "type": "reflection", "declaration": { - "id": 35325, + "id": 18812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35326, + "id": 18813, "name": "config", "variant": "declaration", "kind": 2048, @@ -746669,7 +760533,7 @@ ], "signatures": [ { - "id": 35327, + "id": 18814, "name": "config", "variant": "signature", "kind": 4096, @@ -746683,7 +760547,7 @@ ], "parameters": [ { - "id": 35328, + "id": 18815, "name": "config", "variant": "param", "kind": 32768, @@ -746694,14 +760558,14 @@ { "type": "reflection", "declaration": { - "id": 35329, + "id": 18816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35330, + "id": 18817, "name": "name", "variant": "declaration", "kind": 1024, @@ -746725,7 +760589,7 @@ { "title": "Properties", "children": [ - 35330 + 18817 ] } ], @@ -746802,7 +760666,7 @@ { "title": "Methods", "children": [ - 35326 + 18813 ] } ], @@ -746838,7 +760702,7 @@ } }, { - "id": 35331, + "id": 18818, "name": "run", "variant": "declaration", "kind": 1024, @@ -746861,7 +760725,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35332, + "id": 18819, "name": "__type", "variant": "declaration", "kind": 65536, @@ -746875,7 +760739,7 @@ ], "signatures": [ { - "id": 35333, + "id": 18820, "name": "__type", "variant": "signature", "kind": 4096, @@ -746903,7 +760767,7 @@ ], "typeParameters": [ { - "id": 35334, + "id": 18821, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -746914,7 +760778,7 @@ } }, { - "id": 35335, + "id": 18822, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -746927,7 +760791,7 @@ ], "parameters": [ { - "id": 35336, + "id": 18823, "name": "args", "variant": "param", "kind": 32768, @@ -746960,7 +760824,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -746980,7 +760844,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747013,7 +760877,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747028,7 +760892,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747048,7 +760912,7 @@ } }, { - "id": 35337, + "id": 18824, "name": "getName", "variant": "declaration", "kind": 1024, @@ -747071,7 +760935,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35338, + "id": 18825, "name": "__type", "variant": "declaration", "kind": 65536, @@ -747085,7 +760949,7 @@ ], "signatures": [ { - "id": 35339, + "id": 18826, "name": "__type", "variant": "signature", "kind": 4096, @@ -747107,7 +760971,7 @@ } }, { - "id": 35340, + "id": 18827, "name": "config", "variant": "declaration", "kind": 1024, @@ -747130,7 +760994,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35341, + "id": 18828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -747144,7 +761008,7 @@ ], "signatures": [ { - "id": 35342, + "id": 18829, "name": "__type", "variant": "signature", "kind": 4096, @@ -747158,7 +761022,7 @@ ], "parameters": [ { - "id": 35343, + "id": 18830, "name": "config", "variant": "param", "kind": 32768, @@ -747184,7 +761048,7 @@ } }, { - "id": 35344, + "id": 18831, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -747207,7 +761071,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35345, + "id": 18832, "name": "__type", "variant": "declaration", "kind": 65536, @@ -747221,14 +761085,14 @@ ], "indexSignatures": [ { - "id": 35346, + "id": 18833, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35347, + "id": 18834, "name": "key", "variant": "param", "kind": 32768, @@ -747242,7 +761106,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35348, + "id": 18835, "name": "__type", "variant": "declaration", "kind": 65536, @@ -747256,7 +761120,7 @@ ], "signatures": [ { - "id": 35349, + "id": 18836, "name": "__type", "variant": "signature", "kind": 4096, @@ -747270,14 +761134,14 @@ ], "typeParameters": [ { - "id": 35350, + "id": 18837, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35351, + "id": 18838, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -747286,7 +761150,7 @@ ], "parameters": [ { - "id": 35352, + "id": 18839, "name": "invoke", "variant": "param", "kind": 32768, @@ -747304,14 +761168,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747322,7 +761186,7 @@ } }, { - "id": 35353, + "id": 18840, "name": "compensate", "variant": "param", "kind": 32768, @@ -747338,7 +761202,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747365,7 +761229,7 @@ ], "documents": [ { - "id": 38287, + "id": 21784, "name": "deleteReservationsStep", "variant": "document", "kind": 8388608, @@ -747381,6 +761245,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18737" + } + ] } ], "modifierTags": [ @@ -747392,21 +761265,21 @@ } ], "childrenIncludingDocuments": [ - 35319, - 35331, - 35337, - 35340, - 35344 + 18806, + 18818, + 18824, + 18827, + 18831 ], "groups": [ { "title": "Properties", "children": [ - 35319, - 35331, - 35337, - 35340, - 35344 + 18806, + 18818, + 18824, + 18827, + 18831 ] } ], @@ -747415,12 +761288,12 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L35" } ], "signatures": [ { - "id": 35312, + "id": 18799, "name": "deleteReservationsWorkflow", "variant": "signature", "kind": 4096, @@ -747467,12 +761340,12 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations.ts#L35" } ], "typeParameters": [ { - "id": 35313, + "id": 18800, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -747483,7 +761356,7 @@ } }, { - "id": 35314, + "id": 18801, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -747496,7 +761369,7 @@ ], "parameters": [ { - "id": 35315, + "id": 18802, "name": "container", "variant": "param", "kind": 32768, @@ -747520,14 +761393,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35316, + "id": 18803, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35317, + "id": 18804, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -747550,7 +761423,7 @@ } }, { - "id": 35318, + "id": 18805, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -747577,8 +761450,8 @@ { "title": "Properties", "children": [ - 35317, - 35318 + 18804, + 18805 ] } ], @@ -747662,14 +761535,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -747684,7 +761557,7 @@ ] }, { - "id": 35356, + "id": 18843, "name": "ids", "variant": "declaration", "kind": 1024, @@ -747702,7 +761575,7 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L12" } ], "type": { @@ -747714,7 +761587,7 @@ } }, { - "id": 35357, + "id": 18844, "name": "deleteReservationsByLineItemsWorkflowId", "variant": "declaration", "kind": 32, @@ -747726,7 +761599,7 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L15" } ], "type": { @@ -747736,7 +761609,7 @@ "defaultValue": "\"delete-reservations-by-line-items\"" }, { - "id": 35358, + "id": 18845, "name": "deleteReservationsByLineItemsWorkflow", "variant": "declaration", "kind": 64, @@ -747780,7 +761653,7 @@ }, "children": [ { - "id": 35366, + "id": 18853, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -747803,7 +761676,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35367, + "id": 18854, "name": "__type", "variant": "declaration", "kind": 65536, @@ -747817,7 +761690,7 @@ ], "signatures": [ { - "id": 35368, + "id": 18855, "name": "__type", "variant": "signature", "kind": 4096, @@ -747845,7 +761718,7 @@ ], "parameters": [ { - "id": 35369, + "id": 18856, "name": "param0", "variant": "param", "kind": 32768, @@ -747861,14 +761734,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35370, + "id": 18857, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35371, + "id": 18858, "name": "input", "variant": "declaration", "kind": 1024, @@ -747893,7 +761766,7 @@ "types": [ { "type": "reference", - "target": 35354, + "target": 18841, "name": "DeleteReservationByLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -747906,7 +761779,7 @@ "typeArguments": [ { "type": "reference", - "target": 35354, + "target": 18841, "name": "DeleteReservationByLineItemsWorkflowInput", "package": "@medusajs/core-flows" } @@ -747922,7 +761795,7 @@ { "title": "Properties", "children": [ - 35371 + 18858 ] } ], @@ -747958,14 +761831,14 @@ { "type": "reflection", "declaration": { - "id": 35372, + "id": 18859, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35373, + "id": 18860, "name": "config", "variant": "declaration", "kind": 2048, @@ -747979,7 +761852,7 @@ ], "signatures": [ { - "id": 35374, + "id": 18861, "name": "config", "variant": "signature", "kind": 4096, @@ -747993,7 +761866,7 @@ ], "parameters": [ { - "id": 35375, + "id": 18862, "name": "config", "variant": "param", "kind": 32768, @@ -748004,14 +761877,14 @@ { "type": "reflection", "declaration": { - "id": 35376, + "id": 18863, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35377, + "id": 18864, "name": "name", "variant": "declaration", "kind": 1024, @@ -748035,7 +761908,7 @@ { "title": "Properties", "children": [ - 35377 + 18864 ] } ], @@ -748112,7 +761985,7 @@ { "title": "Methods", "children": [ - 35373 + 18860 ] } ], @@ -748148,7 +762021,7 @@ } }, { - "id": 35378, + "id": 18865, "name": "run", "variant": "declaration", "kind": 1024, @@ -748171,7 +762044,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35379, + "id": 18866, "name": "__type", "variant": "declaration", "kind": 65536, @@ -748185,7 +762058,7 @@ ], "signatures": [ { - "id": 35380, + "id": 18867, "name": "__type", "variant": "signature", "kind": 4096, @@ -748213,7 +762086,7 @@ ], "typeParameters": [ { - "id": 35381, + "id": 18868, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -748224,7 +762097,7 @@ } }, { - "id": 35382, + "id": 18869, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -748237,7 +762110,7 @@ ], "parameters": [ { - "id": 35383, + "id": 18870, "name": "args", "variant": "param", "kind": 32768, @@ -748270,7 +762143,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748281,13 +762154,13 @@ }, "trueType": { "type": "reference", - "target": 35354, + "target": 18841, "name": "DeleteReservationByLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748320,7 +762193,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748335,7 +762208,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748355,7 +762228,7 @@ } }, { - "id": 35384, + "id": 18871, "name": "getName", "variant": "declaration", "kind": 1024, @@ -748378,7 +762251,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35385, + "id": 18872, "name": "__type", "variant": "declaration", "kind": 65536, @@ -748392,7 +762265,7 @@ ], "signatures": [ { - "id": 35386, + "id": 18873, "name": "__type", "variant": "signature", "kind": 4096, @@ -748414,7 +762287,7 @@ } }, { - "id": 35387, + "id": 18874, "name": "config", "variant": "declaration", "kind": 1024, @@ -748437,7 +762310,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35388, + "id": 18875, "name": "__type", "variant": "declaration", "kind": 65536, @@ -748451,7 +762324,7 @@ ], "signatures": [ { - "id": 35389, + "id": 18876, "name": "__type", "variant": "signature", "kind": 4096, @@ -748465,7 +762338,7 @@ ], "parameters": [ { - "id": 35390, + "id": 18877, "name": "config", "variant": "param", "kind": 32768, @@ -748491,7 +762364,7 @@ } }, { - "id": 35391, + "id": 18878, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -748514,7 +762387,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35392, + "id": 18879, "name": "__type", "variant": "declaration", "kind": 65536, @@ -748528,14 +762401,14 @@ ], "indexSignatures": [ { - "id": 35393, + "id": 18880, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35394, + "id": 18881, "name": "key", "variant": "param", "kind": 32768, @@ -748549,7 +762422,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35395, + "id": 18882, "name": "__type", "variant": "declaration", "kind": 65536, @@ -748563,7 +762436,7 @@ ], "signatures": [ { - "id": 35396, + "id": 18883, "name": "__type", "variant": "signature", "kind": 4096, @@ -748577,14 +762450,14 @@ ], "typeParameters": [ { - "id": 35397, + "id": 18884, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35398, + "id": 18885, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -748593,7 +762466,7 @@ ], "parameters": [ { - "id": 35399, + "id": 18886, "name": "invoke", "variant": "param", "kind": 32768, @@ -748611,14 +762484,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748629,7 +762502,7 @@ } }, { - "id": 35400, + "id": 18887, "name": "compensate", "variant": "param", "kind": 32768, @@ -748645,7 +762518,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748672,7 +762545,7 @@ ], "documents": [ { - "id": 38288, + "id": 21785, "name": "deleteReservationsByLineItemsStep", "variant": "document", "kind": 8388608, @@ -748688,6 +762561,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18744" + } + ] } ], "modifierTags": [ @@ -748699,21 +762581,21 @@ } ], "childrenIncludingDocuments": [ - 35366, - 35378, - 35384, - 35387, - 35391 + 18853, + 18865, + 18871, + 18874, + 18878 ], "groups": [ { "title": "Properties", "children": [ - 35366, - 35378, - 35384, - 35387, - 35391 + 18853, + 18865, + 18871, + 18874, + 18878 ] } ], @@ -748722,12 +762604,12 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L35" } ], "signatures": [ { - "id": 35359, + "id": 18846, "name": "deleteReservationsByLineItemsWorkflow", "variant": "signature", "kind": 4096, @@ -748774,12 +762656,12 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L35" } ], "typeParameters": [ { - "id": 35360, + "id": 18847, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -748790,7 +762672,7 @@ } }, { - "id": 35361, + "id": 18848, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -748803,7 +762685,7 @@ ], "parameters": [ { - "id": 35362, + "id": 18849, "name": "container", "variant": "param", "kind": 32768, @@ -748827,14 +762709,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35363, + "id": 18850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35364, + "id": 18851, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -748857,7 +762739,7 @@ } }, { - "id": 35365, + "id": 18852, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -748884,8 +762766,8 @@ { "title": "Properties", "children": [ - 35364, - 35365 + 18851, + 18852 ] } ], @@ -748956,7 +762838,7 @@ "typeArguments": [ { "type": "reference", - "target": 35354, + "target": 18841, "name": "DeleteReservationByLineItemsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -748966,14 +762848,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -748988,7 +762870,7 @@ ] }, { - "id": 35401, + "id": 18888, "name": "updateReservationsWorkflowId", "variant": "declaration", "kind": 32, @@ -749000,7 +762882,7 @@ "fileName": "core-flows/src/reservation/workflows/update-reservations.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L10" } ], "type": { @@ -749010,7 +762892,7 @@ "defaultValue": "\"update-reservations-workflow\"" }, { - "id": 35402, + "id": 18889, "name": "updateReservationsWorkflow", "variant": "declaration", "kind": 64, @@ -749054,7 +762936,7 @@ }, "children": [ { - "id": 35410, + "id": 18897, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -749077,7 +762959,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35411, + "id": 18898, "name": "__type", "variant": "declaration", "kind": 65536, @@ -749091,7 +762973,7 @@ ], "signatures": [ { - "id": 35412, + "id": 18899, "name": "__type", "variant": "signature", "kind": 4096, @@ -749119,7 +763001,7 @@ ], "parameters": [ { - "id": 35413, + "id": 18900, "name": "param0", "variant": "param", "kind": 32768, @@ -749135,14 +763017,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35414, + "id": 18901, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35415, + "id": 18902, "name": "input", "variant": "declaration", "kind": 1024, @@ -749202,7 +763084,7 @@ { "title": "Properties", "children": [ - 35415 + 18902 ] } ], @@ -749289,14 +763171,14 @@ { "type": "reflection", "declaration": { - "id": 35416, + "id": 18903, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35417, + "id": 18904, "name": "config", "variant": "declaration", "kind": 2048, @@ -749310,7 +763192,7 @@ ], "signatures": [ { - "id": 35418, + "id": 18905, "name": "config", "variant": "signature", "kind": 4096, @@ -749324,7 +763206,7 @@ ], "parameters": [ { - "id": 35419, + "id": 18906, "name": "config", "variant": "param", "kind": 32768, @@ -749335,14 +763217,14 @@ { "type": "reflection", "declaration": { - "id": 35420, + "id": 18907, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35421, + "id": 18908, "name": "name", "variant": "declaration", "kind": 1024, @@ -749366,7 +763248,7 @@ { "title": "Properties", "children": [ - 35421 + 18908 ] } ], @@ -749448,7 +763330,7 @@ { "title": "Methods", "children": [ - 35417 + 18904 ] } ], @@ -749489,7 +763371,7 @@ } }, { - "id": 35422, + "id": 18909, "name": "run", "variant": "declaration", "kind": 1024, @@ -749512,7 +763394,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35423, + "id": 18910, "name": "__type", "variant": "declaration", "kind": 65536, @@ -749526,7 +763408,7 @@ ], "signatures": [ { - "id": 35424, + "id": 18911, "name": "__type", "variant": "signature", "kind": 4096, @@ -749554,7 +763436,7 @@ ], "typeParameters": [ { - "id": 35425, + "id": 18912, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -749565,7 +763447,7 @@ } }, { - "id": 35426, + "id": 18913, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -749578,7 +763460,7 @@ ], "parameters": [ { - "id": 35427, + "id": 18914, "name": "args", "variant": "param", "kind": 32768, @@ -749611,7 +763493,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -749631,7 +763513,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -749664,7 +763546,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -749684,7 +763566,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -749704,7 +763586,7 @@ } }, { - "id": 35428, + "id": 18915, "name": "getName", "variant": "declaration", "kind": 1024, @@ -749727,7 +763609,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35429, + "id": 18916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -749741,7 +763623,7 @@ ], "signatures": [ { - "id": 35430, + "id": 18917, "name": "__type", "variant": "signature", "kind": 4096, @@ -749763,7 +763645,7 @@ } }, { - "id": 35431, + "id": 18918, "name": "config", "variant": "declaration", "kind": 1024, @@ -749786,7 +763668,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35432, + "id": 18919, "name": "__type", "variant": "declaration", "kind": 65536, @@ -749800,7 +763682,7 @@ ], "signatures": [ { - "id": 35433, + "id": 18920, "name": "__type", "variant": "signature", "kind": 4096, @@ -749814,7 +763696,7 @@ ], "parameters": [ { - "id": 35434, + "id": 18921, "name": "config", "variant": "param", "kind": 32768, @@ -749840,7 +763722,7 @@ } }, { - "id": 35435, + "id": 18922, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -749868,7 +763750,7 @@ ], "documents": [ { - "id": 38289, + "id": 21786, "name": "updateReservationsStep", "variant": "document", "kind": 8388608, @@ -749884,6 +763766,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "18751" + } + ] } ], "modifierTags": [ @@ -749895,21 +763786,21 @@ } ], "childrenIncludingDocuments": [ - 35410, - 35422, - 35428, - 35431, - 35435 + 18897, + 18909, + 18915, + 18918, + 18922 ], "groups": [ { "title": "Properties", "children": [ - 35410, - 35422, - 35428, - 35431, - 35435 + 18897, + 18909, + 18915, + 18918, + 18922 ] } ], @@ -749918,12 +763809,12 @@ "fileName": "core-flows/src/reservation/workflows/update-reservations.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L35" } ], "signatures": [ { - "id": 35403, + "id": 18890, "name": "updateReservationsWorkflow", "variant": "signature", "kind": 4096, @@ -749970,12 +763861,12 @@ "fileName": "core-flows/src/reservation/workflows/update-reservations.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/update-reservations.ts#L35" } ], "typeParameters": [ { - "id": 35404, + "id": 18891, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -749986,7 +763877,7 @@ } }, { - "id": 35405, + "id": 18892, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -749999,7 +763890,7 @@ ], "parameters": [ { - "id": 35406, + "id": 18893, "name": "container", "variant": "param", "kind": 32768, @@ -750023,14 +763914,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35407, + "id": 18894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35408, + "id": 18895, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -750053,7 +763944,7 @@ } }, { - "id": 35409, + "id": 18896, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -750080,8 +763971,8 @@ { "title": "Properties", "children": [ - 35408, - 35409 + 18895, + 18896 ] } ], @@ -750170,14 +764061,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -750196,21 +764087,21 @@ ] }, { - "id": 16609, + "id": 69, "name": "Return Reason", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16610, + "id": 70, "name": "Steps_Return Reason", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35562, + "id": 19049, "name": "createReturnReasonsStepId", "variant": "declaration", "kind": 32, @@ -750222,7 +764113,7 @@ "fileName": "core-flows/src/return-reason/steps/create-return-reasons.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L8" } ], "type": { @@ -750232,7 +764123,7 @@ "defaultValue": "\"create-return-reasons\"" }, { - "id": 35563, + "id": 19050, "name": "createReturnReasonsStep", "variant": "declaration", "kind": 64, @@ -750267,7 +764158,7 @@ }, "children": [ { - "id": 35572, + "id": 19059, "name": "__type", "variant": "declaration", "kind": 1024, @@ -750285,7 +764176,7 @@ } }, { - "id": 35573, + "id": 19060, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -750307,8 +764198,8 @@ { "title": "Properties", "children": [ - 35572, - 35573 + 19059, + 19060 ] } ], @@ -750317,12 +764208,12 @@ "fileName": "core-flows/src/return-reason/steps/create-return-reasons.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L20" } ], "signatures": [ { - "id": 35564, + "id": 19051, "name": "createReturnReasonsStep", "variant": "signature", "kind": 4096, @@ -750360,12 +764251,12 @@ "fileName": "core-flows/src/return-reason/steps/create-return-reasons.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts#L20" } ], "parameters": [ { - "id": 35565, + "id": 19052, "name": "input", "variant": "param", "kind": 32768, @@ -750490,14 +764381,14 @@ { "type": "reflection", "declaration": { - "id": 35566, + "id": 19053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35567, + "id": 19054, "name": "config", "variant": "declaration", "kind": 2048, @@ -750511,7 +764402,7 @@ ], "signatures": [ { - "id": 35568, + "id": 19055, "name": "config", "variant": "signature", "kind": 4096, @@ -750525,7 +764416,7 @@ ], "parameters": [ { - "id": 35569, + "id": 19056, "name": "config", "variant": "param", "kind": 32768, @@ -750536,14 +764427,14 @@ { "type": "reflection", "declaration": { - "id": 35570, + "id": 19057, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35571, + "id": 19058, "name": "name", "variant": "declaration", "kind": 1024, @@ -750567,7 +764458,7 @@ { "title": "Properties", "children": [ - 35571 + 19058 ] } ], @@ -750652,7 +764543,7 @@ { "title": "Methods", "children": [ - 35567 + 19054 ] } ], @@ -750694,7 +764585,7 @@ ] }, { - "id": 35575, + "id": 19062, "name": "deleteReturnReasonStepId", "variant": "declaration", "kind": 32, @@ -750706,7 +764597,7 @@ "fileName": "core-flows/src/return-reason/steps/delete-return-reasons.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L10" } ], "type": { @@ -750716,7 +764607,7 @@ "defaultValue": "\"delete-return-reasons\"" }, { - "id": 35576, + "id": 19063, "name": "deleteReturnReasonStep", "variant": "declaration", "kind": 64, @@ -750751,7 +764642,7 @@ }, "children": [ { - "id": 35579, + "id": 19066, "name": "__type", "variant": "declaration", "kind": 1024, @@ -750769,7 +764660,7 @@ } }, { - "id": 35580, + "id": 19067, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -750791,8 +764682,8 @@ { "title": "Properties", "children": [ - 35579, - 35580 + 19066, + 19067 ] } ], @@ -750801,12 +764692,12 @@ "fileName": "core-flows/src/return-reason/steps/delete-return-reasons.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L17" } ], "signatures": [ { - "id": 35577, + "id": 19064, "name": "deleteReturnReasonStep", "variant": "signature", "kind": 4096, @@ -750844,12 +764735,12 @@ "fileName": "core-flows/src/return-reason/steps/delete-return-reasons.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L17" } ], "parameters": [ { - "id": 35578, + "id": 19065, "name": "input", "variant": "param", "kind": 32768, @@ -750859,7 +764750,7 @@ "types": [ { "type": "reference", - "target": 35574, + "target": 19061, "name": "DeleteReturnReasonStepInput", "package": "@medusajs/core-flows" }, @@ -750872,7 +764763,7 @@ "typeArguments": [ { "type": "reference", - "target": 35574, + "target": 19061, "name": "DeleteReturnReasonStepInput", "package": "@medusajs/core-flows" } @@ -750892,7 +764783,7 @@ ] }, { - "id": 35581, + "id": 19068, "name": "updateReturnReasonStepId", "variant": "declaration", "kind": 32, @@ -750904,7 +764795,7 @@ "fileName": "core-flows/src/return-reason/steps/update-return-reasons.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L27" } ], "type": { @@ -750914,7 +764805,7 @@ "defaultValue": "\"update-return-reasons\"" }, { - "id": 35582, + "id": 19069, "name": "updateReturnReasonsStep", "variant": "declaration", "kind": 64, @@ -750949,7 +764840,7 @@ }, "children": [ { - "id": 35591, + "id": 19078, "name": "__type", "variant": "declaration", "kind": 1024, @@ -750967,7 +764858,7 @@ } }, { - "id": 35592, + "id": 19079, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -750989,8 +764880,8 @@ { "title": "Properties", "children": [ - 35591, - 35592 + 19078, + 19079 ] } ], @@ -750999,12 +764890,12 @@ "fileName": "core-flows/src/return-reason/steps/update-return-reasons.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L41" } ], "signatures": [ { - "id": 35583, + "id": 19070, "name": "updateReturnReasonsStep", "variant": "signature", "kind": 4096, @@ -751042,12 +764933,12 @@ "fileName": "core-flows/src/return-reason/steps/update-return-reasons.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts#L41" } ], "parameters": [ { - "id": 35584, + "id": 19071, "name": "input", "variant": "param", "kind": 32768, @@ -751166,14 +765057,14 @@ { "type": "reflection", "declaration": { - "id": 35585, + "id": 19072, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35586, + "id": 19073, "name": "config", "variant": "declaration", "kind": 2048, @@ -751187,7 +765078,7 @@ ], "signatures": [ { - "id": 35587, + "id": 19074, "name": "config", "variant": "signature", "kind": 4096, @@ -751201,7 +765092,7 @@ ], "parameters": [ { - "id": 35588, + "id": 19075, "name": "config", "variant": "param", "kind": 32768, @@ -751212,14 +765103,14 @@ { "type": "reflection", "declaration": { - "id": 35589, + "id": 19076, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35590, + "id": 19077, "name": "name", "variant": "declaration", "kind": 1024, @@ -751243,7 +765134,7 @@ { "title": "Properties", "children": [ - 35590 + 19077 ] } ], @@ -751328,7 +765219,7 @@ { "title": "Methods", "children": [ - 35586 + 19073 ] } ], @@ -751372,14 +765263,14 @@ ] }, { - "id": 16611, + "id": 71, "name": "Workflows_Return Reason", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35438, + "id": 18925, "name": "data", "variant": "declaration", "kind": 1024, @@ -751397,7 +765288,7 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L19" } ], "type": { @@ -751414,7 +765305,7 @@ } }, { - "id": 35440, + "id": 18927, "name": "createReturnReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -751426,7 +765317,7 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L27" } ], "type": { @@ -751436,7 +765327,7 @@ "defaultValue": "\"create-return-reasons\"" }, { - "id": 35441, + "id": 18928, "name": "createReturnReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -751480,7 +765371,7 @@ }, "children": [ { - "id": 35449, + "id": 18936, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -751503,7 +765394,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35450, + "id": 18937, "name": "__type", "variant": "declaration", "kind": 65536, @@ -751517,7 +765408,7 @@ ], "signatures": [ { - "id": 35451, + "id": 18938, "name": "__type", "variant": "signature", "kind": 4096, @@ -751545,7 +765436,7 @@ ], "parameters": [ { - "id": 35452, + "id": 18939, "name": "param0", "variant": "param", "kind": 32768, @@ -751561,14 +765452,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35453, + "id": 18940, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35454, + "id": 18941, "name": "input", "variant": "declaration", "kind": 1024, @@ -751593,7 +765484,7 @@ "types": [ { "type": "reference", - "target": 35436, + "target": 18923, "name": "CreateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -751606,7 +765497,7 @@ "typeArguments": [ { "type": "reference", - "target": 35436, + "target": 18923, "name": "CreateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -751622,7 +765513,7 @@ { "title": "Properties", "children": [ - 35454 + 18941 ] } ], @@ -751679,7 +765570,7 @@ }, { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -751692,7 +765583,7 @@ "typeArguments": [ { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -751703,14 +765594,14 @@ { "type": "reflection", "declaration": { - "id": 35455, + "id": 18942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35456, + "id": 18943, "name": "config", "variant": "declaration", "kind": 2048, @@ -751724,7 +765615,7 @@ ], "signatures": [ { - "id": 35457, + "id": 18944, "name": "config", "variant": "signature", "kind": 4096, @@ -751738,7 +765629,7 @@ ], "parameters": [ { - "id": 35458, + "id": 18945, "name": "config", "variant": "param", "kind": 32768, @@ -751749,14 +765640,14 @@ { "type": "reflection", "declaration": { - "id": 35459, + "id": 18946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35460, + "id": 18947, "name": "name", "variant": "declaration", "kind": 1024, @@ -751780,7 +765671,7 @@ { "title": "Properties", "children": [ - 35460 + 18947 ] } ], @@ -751843,7 +765734,7 @@ "typeArguments": [ { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -751859,7 +765750,7 @@ { "title": "Methods", "children": [ - 35456 + 18943 ] } ], @@ -751881,7 +765772,7 @@ "typeArguments": [ { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -751897,7 +765788,7 @@ } }, { - "id": 35461, + "id": 18948, "name": "run", "variant": "declaration", "kind": 1024, @@ -751920,7 +765811,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35462, + "id": 18949, "name": "__type", "variant": "declaration", "kind": 65536, @@ -751934,7 +765825,7 @@ ], "signatures": [ { - "id": 35463, + "id": 18950, "name": "__type", "variant": "signature", "kind": 4096, @@ -751962,7 +765853,7 @@ ], "typeParameters": [ { - "id": 35464, + "id": 18951, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -751973,7 +765864,7 @@ } }, { - "id": 35465, + "id": 18952, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -751986,7 +765877,7 @@ ], "parameters": [ { - "id": 35466, + "id": 18953, "name": "args", "variant": "param", "kind": 32768, @@ -752019,7 +765910,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -752030,13 +765921,13 @@ }, "trueType": { "type": "reference", - "target": 35436, + "target": 18923, "name": "CreateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -752069,7 +765960,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -752080,13 +765971,13 @@ }, "trueType": { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -752106,7 +765997,7 @@ } }, { - "id": 35467, + "id": 18954, "name": "getName", "variant": "declaration", "kind": 1024, @@ -752129,7 +766020,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35468, + "id": 18955, "name": "__type", "variant": "declaration", "kind": 65536, @@ -752143,7 +766034,7 @@ ], "signatures": [ { - "id": 35469, + "id": 18956, "name": "__type", "variant": "signature", "kind": 4096, @@ -752165,7 +766056,7 @@ } }, { - "id": 35470, + "id": 18957, "name": "config", "variant": "declaration", "kind": 1024, @@ -752188,7 +766079,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35471, + "id": 18958, "name": "__type", "variant": "declaration", "kind": 65536, @@ -752202,7 +766093,7 @@ ], "signatures": [ { - "id": 35472, + "id": 18959, "name": "__type", "variant": "signature", "kind": 4096, @@ -752216,7 +766107,7 @@ ], "parameters": [ { - "id": 35473, + "id": 18960, "name": "config", "variant": "param", "kind": 32768, @@ -752242,7 +766133,7 @@ } }, { - "id": 35474, + "id": 18961, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -752270,7 +766161,7 @@ ], "documents": [ { - "id": 38290, + "id": 21787, "name": "createReturnReasonsStep", "variant": "document", "kind": 8388608, @@ -752286,6 +766177,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19050" + } + ] } ], "modifierTags": [ @@ -752297,21 +766197,21 @@ } ], "childrenIncludingDocuments": [ - 35449, - 35461, - 35467, - 35470, - 35474 + 18936, + 18948, + 18954, + 18957, + 18961 ], "groups": [ { "title": "Properties", "children": [ - 35449, - 35461, - 35467, - 35470, - 35474 + 18936, + 18948, + 18954, + 18957, + 18961 ] } ], @@ -752320,12 +766220,12 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L52" } ], "signatures": [ { - "id": 35442, + "id": 18929, "name": "createReturnReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -752372,12 +766272,12 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L52" } ], "typeParameters": [ { - "id": 35443, + "id": 18930, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -752388,7 +766288,7 @@ } }, { - "id": 35444, + "id": 18931, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -752401,7 +766301,7 @@ ], "parameters": [ { - "id": 35445, + "id": 18932, "name": "container", "variant": "param", "kind": 32768, @@ -752425,14 +766325,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35446, + "id": 18933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35447, + "id": 18934, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -752455,7 +766355,7 @@ } }, { - "id": 35448, + "id": 18935, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -752482,8 +766382,8 @@ { "title": "Properties", "children": [ - 35447, - 35448 + 18934, + 18935 ] } ], @@ -752554,26 +766454,26 @@ "typeArguments": [ { "type": "reference", - "target": 35436, + "target": 18923, "name": "CreateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 35439, + "target": 18926, "name": "CreateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -752588,7 +766488,7 @@ ] }, { - "id": 35477, + "id": 18964, "name": "ids", "variant": "declaration", "kind": 1024, @@ -752606,7 +766506,7 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L11" } ], "type": { @@ -752618,7 +766518,7 @@ } }, { - "id": 35478, + "id": 18965, "name": "deleteReturnReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -752630,7 +766530,7 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L14" } ], "type": { @@ -752640,7 +766540,7 @@ "defaultValue": "\"delete-return-reasons\"" }, { - "id": 35479, + "id": 18966, "name": "deleteReturnReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -752684,7 +766584,7 @@ }, "children": [ { - "id": 35487, + "id": 18974, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -752707,7 +766607,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35488, + "id": 18975, "name": "__type", "variant": "declaration", "kind": 65536, @@ -752721,7 +766621,7 @@ ], "signatures": [ { - "id": 35489, + "id": 18976, "name": "__type", "variant": "signature", "kind": 4096, @@ -752749,7 +766649,7 @@ ], "parameters": [ { - "id": 35490, + "id": 18977, "name": "param0", "variant": "param", "kind": 32768, @@ -752765,14 +766665,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35491, + "id": 18978, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35492, + "id": 18979, "name": "input", "variant": "declaration", "kind": 1024, @@ -752797,7 +766697,7 @@ "types": [ { "type": "reference", - "target": 35475, + "target": 18962, "name": "DeleteReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -752810,7 +766710,7 @@ "typeArguments": [ { "type": "reference", - "target": 35475, + "target": 18962, "name": "DeleteReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -752826,7 +766726,7 @@ { "title": "Properties", "children": [ - 35492 + 18979 ] } ], @@ -752862,14 +766762,14 @@ { "type": "reflection", "declaration": { - "id": 35493, + "id": 18980, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35494, + "id": 18981, "name": "config", "variant": "declaration", "kind": 2048, @@ -752883,7 +766783,7 @@ ], "signatures": [ { - "id": 35495, + "id": 18982, "name": "config", "variant": "signature", "kind": 4096, @@ -752897,7 +766797,7 @@ ], "parameters": [ { - "id": 35496, + "id": 18983, "name": "config", "variant": "param", "kind": 32768, @@ -752908,14 +766808,14 @@ { "type": "reflection", "declaration": { - "id": 35497, + "id": 18984, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35498, + "id": 18985, "name": "name", "variant": "declaration", "kind": 1024, @@ -752939,7 +766839,7 @@ { "title": "Properties", "children": [ - 35498 + 18985 ] } ], @@ -753016,7 +766916,7 @@ { "title": "Methods", "children": [ - 35494 + 18981 ] } ], @@ -753052,7 +766952,7 @@ } }, { - "id": 35499, + "id": 18986, "name": "run", "variant": "declaration", "kind": 1024, @@ -753075,7 +766975,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35500, + "id": 18987, "name": "__type", "variant": "declaration", "kind": 65536, @@ -753089,7 +766989,7 @@ ], "signatures": [ { - "id": 35501, + "id": 18988, "name": "__type", "variant": "signature", "kind": 4096, @@ -753117,7 +767017,7 @@ ], "typeParameters": [ { - "id": 35502, + "id": 18989, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -753128,7 +767028,7 @@ } }, { - "id": 35503, + "id": 18990, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -753141,7 +767041,7 @@ ], "parameters": [ { - "id": 35504, + "id": 18991, "name": "args", "variant": "param", "kind": 32768, @@ -753174,7 +767074,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753185,13 +767085,13 @@ }, "trueType": { "type": "reference", - "target": 35475, + "target": 18962, "name": "DeleteReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753224,7 +767124,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753239,7 +767139,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753259,7 +767159,7 @@ } }, { - "id": 35505, + "id": 18992, "name": "getName", "variant": "declaration", "kind": 1024, @@ -753282,7 +767182,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35506, + "id": 18993, "name": "__type", "variant": "declaration", "kind": 65536, @@ -753296,7 +767196,7 @@ ], "signatures": [ { - "id": 35507, + "id": 18994, "name": "__type", "variant": "signature", "kind": 4096, @@ -753318,7 +767218,7 @@ } }, { - "id": 35508, + "id": 18995, "name": "config", "variant": "declaration", "kind": 1024, @@ -753341,7 +767241,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35509, + "id": 18996, "name": "__type", "variant": "declaration", "kind": 65536, @@ -753355,7 +767255,7 @@ ], "signatures": [ { - "id": 35510, + "id": 18997, "name": "__type", "variant": "signature", "kind": 4096, @@ -753369,7 +767269,7 @@ ], "parameters": [ { - "id": 35511, + "id": 18998, "name": "config", "variant": "param", "kind": 32768, @@ -753395,7 +767295,7 @@ } }, { - "id": 35512, + "id": 18999, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -753418,7 +767318,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35513, + "id": 19000, "name": "__type", "variant": "declaration", "kind": 65536, @@ -753432,14 +767332,14 @@ ], "indexSignatures": [ { - "id": 35514, + "id": 19001, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35515, + "id": 19002, "name": "key", "variant": "param", "kind": 32768, @@ -753453,7 +767353,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35516, + "id": 19003, "name": "__type", "variant": "declaration", "kind": 65536, @@ -753467,7 +767367,7 @@ ], "signatures": [ { - "id": 35517, + "id": 19004, "name": "__type", "variant": "signature", "kind": 4096, @@ -753481,14 +767381,14 @@ ], "typeParameters": [ { - "id": 35518, + "id": 19005, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35519, + "id": 19006, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -753497,7 +767397,7 @@ ], "parameters": [ { - "id": 35520, + "id": 19007, "name": "invoke", "variant": "param", "kind": 32768, @@ -753515,14 +767415,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753533,7 +767433,7 @@ } }, { - "id": 35521, + "id": 19008, "name": "compensate", "variant": "param", "kind": 32768, @@ -753549,7 +767449,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753576,7 +767476,7 @@ ], "documents": [ { - "id": 38291, + "id": 21788, "name": "deleteReturnReasonStep", "variant": "document", "kind": 8388608, @@ -753592,6 +767492,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19063" + } + ] } ], "modifierTags": [ @@ -753603,21 +767512,21 @@ } ], "childrenIncludingDocuments": [ - 35487, - 35499, - 35505, - 35508, - 35512 + 18974, + 18986, + 18992, + 18995, + 18999 ], "groups": [ { "title": "Properties", "children": [ - 35487, - 35499, - 35505, - 35508, - 35512 + 18974, + 18986, + 18992, + 18995, + 18999 ] } ], @@ -753626,12 +767535,12 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L34" } ], "signatures": [ { - "id": 35480, + "id": 18967, "name": "deleteReturnReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -753678,12 +767587,12 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L34" } ], "typeParameters": [ { - "id": 35481, + "id": 18968, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -753694,7 +767603,7 @@ } }, { - "id": 35482, + "id": 18969, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -753707,7 +767616,7 @@ ], "parameters": [ { - "id": 35483, + "id": 18970, "name": "container", "variant": "param", "kind": 32768, @@ -753731,14 +767640,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35484, + "id": 18971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35485, + "id": 18972, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -753761,7 +767670,7 @@ } }, { - "id": 35486, + "id": 18973, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -753788,8 +767697,8 @@ { "title": "Properties", "children": [ - 35485, - 35486 + 18972, + 18973 ] } ], @@ -753860,7 +767769,7 @@ "typeArguments": [ { "type": "reference", - "target": 35475, + "target": 18962, "name": "DeleteReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -753870,14 +767779,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -753892,7 +767801,7 @@ ] }, { - "id": 35524, + "id": 19011, "name": "selector", "variant": "declaration", "kind": 1024, @@ -753910,7 +767819,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L20" } ], "type": { @@ -753924,7 +767833,7 @@ } }, { - "id": 35525, + "id": 19012, "name": "update", "variant": "declaration", "kind": 1024, @@ -753942,7 +767851,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L24" } ], "type": { @@ -753956,7 +767865,7 @@ } }, { - "id": 35527, + "id": 19014, "name": "updateReturnReasonsWorkflowId", "variant": "declaration", "kind": 32, @@ -753968,7 +767877,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 32, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L32" } ], "type": { @@ -753978,7 +767887,7 @@ "defaultValue": "\"update-return-reasons\"" }, { - "id": 35528, + "id": 19015, "name": "updateReturnReasonsWorkflow", "variant": "declaration", "kind": 64, @@ -754022,7 +767931,7 @@ }, "children": [ { - "id": 35536, + "id": 19023, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -754045,7 +767954,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35537, + "id": 19024, "name": "__type", "variant": "declaration", "kind": 65536, @@ -754059,7 +767968,7 @@ ], "signatures": [ { - "id": 35538, + "id": 19025, "name": "__type", "variant": "signature", "kind": 4096, @@ -754087,7 +767996,7 @@ ], "parameters": [ { - "id": 35539, + "id": 19026, "name": "param0", "variant": "param", "kind": 32768, @@ -754103,14 +768012,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35540, + "id": 19027, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35541, + "id": 19028, "name": "input", "variant": "declaration", "kind": 1024, @@ -754135,7 +768044,7 @@ "types": [ { "type": "reference", - "target": 35522, + "target": 19009, "name": "UpdateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -754148,7 +768057,7 @@ "typeArguments": [ { "type": "reference", - "target": 35522, + "target": 19009, "name": "UpdateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" } @@ -754164,7 +768073,7 @@ { "title": "Properties", "children": [ - 35541 + 19028 ] } ], @@ -754221,7 +768130,7 @@ }, { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -754234,7 +768143,7 @@ "typeArguments": [ { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -754245,14 +768154,14 @@ { "type": "reflection", "declaration": { - "id": 35542, + "id": 19029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35543, + "id": 19030, "name": "config", "variant": "declaration", "kind": 2048, @@ -754266,7 +768175,7 @@ ], "signatures": [ { - "id": 35544, + "id": 19031, "name": "config", "variant": "signature", "kind": 4096, @@ -754280,7 +768189,7 @@ ], "parameters": [ { - "id": 35545, + "id": 19032, "name": "config", "variant": "param", "kind": 32768, @@ -754291,14 +768200,14 @@ { "type": "reflection", "declaration": { - "id": 35546, + "id": 19033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35547, + "id": 19034, "name": "name", "variant": "declaration", "kind": 1024, @@ -754322,7 +768231,7 @@ { "title": "Properties", "children": [ - 35547 + 19034 ] } ], @@ -754385,7 +768294,7 @@ "typeArguments": [ { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -754401,7 +768310,7 @@ { "title": "Methods", "children": [ - 35543 + 19030 ] } ], @@ -754423,7 +768332,7 @@ "typeArguments": [ { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -754439,7 +768348,7 @@ } }, { - "id": 35548, + "id": 19035, "name": "run", "variant": "declaration", "kind": 1024, @@ -754462,7 +768371,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35549, + "id": 19036, "name": "__type", "variant": "declaration", "kind": 65536, @@ -754476,7 +768385,7 @@ ], "signatures": [ { - "id": 35550, + "id": 19037, "name": "__type", "variant": "signature", "kind": 4096, @@ -754504,7 +768413,7 @@ ], "typeParameters": [ { - "id": 35551, + "id": 19038, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -754515,7 +768424,7 @@ } }, { - "id": 35552, + "id": 19039, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -754528,7 +768437,7 @@ ], "parameters": [ { - "id": 35553, + "id": 19040, "name": "args", "variant": "param", "kind": 32768, @@ -754561,7 +768470,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -754572,13 +768481,13 @@ }, "trueType": { "type": "reference", - "target": 35522, + "target": 19009, "name": "UpdateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -754611,7 +768520,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -754622,13 +768531,13 @@ }, "trueType": { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -754648,7 +768557,7 @@ } }, { - "id": 35554, + "id": 19041, "name": "getName", "variant": "declaration", "kind": 1024, @@ -754671,7 +768580,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35555, + "id": 19042, "name": "__type", "variant": "declaration", "kind": 65536, @@ -754685,7 +768594,7 @@ ], "signatures": [ { - "id": 35556, + "id": 19043, "name": "__type", "variant": "signature", "kind": 4096, @@ -754707,7 +768616,7 @@ } }, { - "id": 35557, + "id": 19044, "name": "config", "variant": "declaration", "kind": 1024, @@ -754730,7 +768639,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35558, + "id": 19045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -754744,7 +768653,7 @@ ], "signatures": [ { - "id": 35559, + "id": 19046, "name": "__type", "variant": "signature", "kind": 4096, @@ -754758,7 +768667,7 @@ ], "parameters": [ { - "id": 35560, + "id": 19047, "name": "config", "variant": "param", "kind": 32768, @@ -754784,7 +768693,7 @@ } }, { - "id": 35561, + "id": 19048, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -754812,7 +768721,7 @@ ], "documents": [ { - "id": 38292, + "id": 21789, "name": "updateReturnReasonsStep", "variant": "document", "kind": 8388608, @@ -754828,6 +768737,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19069" + } + ] } ], "modifierTags": [ @@ -754839,21 +768757,21 @@ } ], "childrenIncludingDocuments": [ - 35536, - 35548, - 35554, - 35557, - 35561 + 19023, + 19035, + 19041, + 19044, + 19048 ], "groups": [ { "title": "Properties", "children": [ - 35536, - 35548, - 35554, - 35557, - 35561 + 19023, + 19035, + 19041, + 19044, + 19048 ] } ], @@ -754862,12 +768780,12 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L57" } ], "signatures": [ { - "id": 35529, + "id": 19016, "name": "updateReturnReasonsWorkflow", "variant": "signature", "kind": 4096, @@ -754914,12 +768832,12 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 57, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L57" } ], "typeParameters": [ { - "id": 35530, + "id": 19017, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -754930,7 +768848,7 @@ } }, { - "id": 35531, + "id": 19018, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -754943,7 +768861,7 @@ ], "parameters": [ { - "id": 35532, + "id": 19019, "name": "container", "variant": "param", "kind": 32768, @@ -754967,14 +768885,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35533, + "id": 19020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35534, + "id": 19021, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -754997,7 +768915,7 @@ } }, { - "id": 35535, + "id": 19022, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -755024,8 +768942,8 @@ { "title": "Properties", "children": [ - 35534, - 35535 + 19021, + 19022 ] } ], @@ -755096,26 +769014,26 @@ "typeArguments": [ { "type": "reference", - "target": 35522, + "target": 19009, "name": "UpdateReturnReasonsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 35526, + "target": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -755134,21 +769052,21 @@ ] }, { - "id": 16612, + "id": 72, "name": "Sales Channel", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16613, + "id": 73, "name": "Steps_Sales Channel", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35596, + "id": 19083, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -755166,7 +769084,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" } ], "type": { @@ -755175,7 +769093,7 @@ } }, { - "id": 35597, + "id": 19084, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -755193,7 +769111,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" } ], "type": { @@ -755202,7 +769120,7 @@ } }, { - "id": 35594, + "id": 19081, "name": "links", "variant": "declaration", "kind": 1024, @@ -755220,7 +769138,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" } ], "type": { @@ -755228,14 +769146,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35595, + "id": 19082, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35596, + "id": 19083, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -755253,7 +769171,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" } ], "type": { @@ -755262,7 +769180,7 @@ } }, { - "id": 35597, + "id": 19084, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -755280,7 +769198,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" } ], "type": { @@ -755293,8 +769211,8 @@ { "title": "Properties", "children": [ - 35596, - 35597 + 19083, + 19084 ] } ], @@ -755303,7 +769221,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" } ] } @@ -755311,7 +769229,7 @@ } }, { - "id": 35598, + "id": 19085, "name": "associateProductsWithSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -755323,7 +769241,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L23" } ], "type": { @@ -755333,7 +769251,7 @@ "defaultValue": "\"associate-products-with-channels\"" }, { - "id": 35599, + "id": 19086, "name": "associateProductsWithSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -755377,7 +769295,7 @@ }, "children": [ { - "id": 35608, + "id": 19095, "name": "__type", "variant": "declaration", "kind": 1024, @@ -755395,7 +769313,7 @@ } }, { - "id": 35609, + "id": 19096, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -755417,8 +769335,8 @@ { "title": "Properties", "children": [ - 35608, - 35609 + 19095, + 19096 ] } ], @@ -755427,12 +769345,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L38" } ], "signatures": [ { - "id": 35600, + "id": 19087, "name": "associateProductsWithSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -755479,12 +769397,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L38" } ], "parameters": [ { - "id": 35601, + "id": 19088, "name": "input", "variant": "param", "kind": 32768, @@ -755494,7 +769412,7 @@ "types": [ { "type": "reference", - "target": 35593, + "target": 19080, "name": "AssociateProductsWithSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -755507,7 +769425,7 @@ "typeArguments": [ { "type": "reference", - "target": 35593, + "target": 19080, "name": "AssociateProductsWithSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -755557,14 +769475,14 @@ { "type": "reflection", "declaration": { - "id": 35602, + "id": 19089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35603, + "id": 19090, "name": "config", "variant": "declaration", "kind": 2048, @@ -755578,7 +769496,7 @@ ], "signatures": [ { - "id": 35604, + "id": 19091, "name": "config", "variant": "signature", "kind": 4096, @@ -755592,7 +769510,7 @@ ], "parameters": [ { - "id": 35605, + "id": 19092, "name": "config", "variant": "param", "kind": 32768, @@ -755603,14 +769521,14 @@ { "type": "reflection", "declaration": { - "id": 35606, + "id": 19093, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35607, + "id": 19094, "name": "name", "variant": "declaration", "kind": 1024, @@ -755634,7 +769552,7 @@ { "title": "Properties", "children": [ - 35607 + 19094 ] } ], @@ -755714,7 +769632,7 @@ { "title": "Methods", "children": [ - 35603 + 19090 ] } ], @@ -755751,7 +769669,7 @@ ] }, { - "id": 35611, + "id": 19098, "name": "data", "variant": "declaration", "kind": 1024, @@ -755769,7 +769687,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L15" } ], "type": { @@ -755783,7 +769701,7 @@ } }, { - "id": 35612, + "id": 19099, "name": "createDefaultSalesChannelStepId", "variant": "declaration", "kind": 32, @@ -755795,7 +769713,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L18" } ], "type": { @@ -755805,7 +769723,7 @@ "defaultValue": "\"create-default-sales-channel\"" }, { - "id": 35613, + "id": 19100, "name": "createDefaultSalesChannelStep", "variant": "declaration", "kind": 64, @@ -755840,7 +769758,7 @@ }, "children": [ { - "id": 35629, + "id": 19116, "name": "__type", "variant": "declaration", "kind": 1024, @@ -755858,7 +769776,7 @@ } }, { - "id": 35630, + "id": 19117, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -755880,8 +769798,8 @@ { "title": "Properties", "children": [ - 35629, - 35630 + 19116, + 19117 ] } ], @@ -755890,12 +769808,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L30" } ], "signatures": [ { - "id": 35614, + "id": 19101, "name": "createDefaultSalesChannelStep", "variant": "signature", "kind": 4096, @@ -755933,12 +769851,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L30" } ], "parameters": [ { - "id": 35615, + "id": 19102, "name": "input", "variant": "param", "kind": 32768, @@ -755948,7 +769866,7 @@ "types": [ { "type": "reference", - "target": 35610, + "target": 19097, "name": "CreateDefaultSalesChannelStepInput", "package": "@medusajs/core-flows" }, @@ -755961,7 +769879,7 @@ "typeArguments": [ { "type": "reference", - "target": 35610, + "target": 19097, "name": "CreateDefaultSalesChannelStepInput", "package": "@medusajs/core-flows" } @@ -755979,14 +769897,14 @@ { "type": "reflection", "declaration": { - "id": 35616, + "id": 19103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35617, + "id": 19104, "name": "id", "variant": "declaration", "kind": 1024, @@ -756032,7 +769950,7 @@ } }, { - "id": 35618, + "id": 19105, "name": "name", "variant": "declaration", "kind": 1024, @@ -756078,7 +769996,7 @@ } }, { - "id": 35619, + "id": 19106, "name": "description", "variant": "declaration", "kind": 1024, @@ -756137,7 +770055,7 @@ } }, { - "id": 35620, + "id": 19107, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -756183,7 +770101,7 @@ } }, { - "id": 35621, + "id": 19108, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -756272,7 +770190,7 @@ } }, { - "id": 35622, + "id": 19109, "name": "locations", "variant": "declaration", "kind": 1024, @@ -756349,12 +770267,12 @@ { "title": "Properties", "children": [ - 35617, - 35618, - 35619, - 35620, - 35621, - 35622 + 19104, + 19105, + 19106, + 19107, + 19108, + 19109 ] } ], @@ -756408,14 +770326,14 @@ { "type": "reflection", "declaration": { - "id": 35623, + "id": 19110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35624, + "id": 19111, "name": "config", "variant": "declaration", "kind": 2048, @@ -756429,7 +770347,7 @@ ], "signatures": [ { - "id": 35625, + "id": 19112, "name": "config", "variant": "signature", "kind": 4096, @@ -756443,7 +770361,7 @@ ], "parameters": [ { - "id": 35626, + "id": 19113, "name": "config", "variant": "param", "kind": 32768, @@ -756454,14 +770372,14 @@ { "type": "reflection", "declaration": { - "id": 35627, + "id": 19114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35628, + "id": 19115, "name": "name", "variant": "declaration", "kind": 1024, @@ -756485,7 +770403,7 @@ { "title": "Properties", "children": [ - 35628 + 19115 ] } ], @@ -756576,7 +770494,7 @@ { "title": "Methods", "children": [ - 35624 + 19111 ] } ], @@ -756624,7 +770542,7 @@ ] }, { - "id": 35632, + "id": 19119, "name": "data", "variant": "declaration", "kind": 1024, @@ -756642,7 +770560,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L15" } ], "type": { @@ -756659,7 +770577,7 @@ } }, { - "id": 35633, + "id": 19120, "name": "createSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -756671,7 +770589,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L18" } ], "type": { @@ -756681,7 +770599,7 @@ "defaultValue": "\"create-sales-channels\"" }, { - "id": 35634, + "id": 19121, "name": "createSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -756716,7 +770634,7 @@ }, "children": [ { - "id": 35643, + "id": 19130, "name": "__type", "variant": "declaration", "kind": 1024, @@ -756734,7 +770652,7 @@ } }, { - "id": 35644, + "id": 19131, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -756756,8 +770674,8 @@ { "title": "Properties", "children": [ - 35643, - 35644 + 19130, + 19131 ] } ], @@ -756766,12 +770684,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L29" } ], "signatures": [ { - "id": 35635, + "id": 19122, "name": "createSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -756809,12 +770727,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L29" } ], "parameters": [ { - "id": 35636, + "id": 19123, "name": "input", "variant": "param", "kind": 32768, @@ -756824,7 +770742,7 @@ "types": [ { "type": "reference", - "target": 35631, + "target": 19118, "name": "CreateSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -756837,7 +770755,7 @@ "typeArguments": [ { "type": "reference", - "target": 35631, + "target": 19118, "name": "CreateSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -756927,14 +770845,14 @@ { "type": "reflection", "declaration": { - "id": 35637, + "id": 19124, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35638, + "id": 19125, "name": "config", "variant": "declaration", "kind": 2048, @@ -756948,7 +770866,7 @@ ], "signatures": [ { - "id": 35639, + "id": 19126, "name": "config", "variant": "signature", "kind": 4096, @@ -756962,7 +770880,7 @@ ], "parameters": [ { - "id": 35640, + "id": 19127, "name": "config", "variant": "param", "kind": 32768, @@ -756973,14 +770891,14 @@ { "type": "reflection", "declaration": { - "id": 35641, + "id": 19128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35642, + "id": 19129, "name": "name", "variant": "declaration", "kind": 1024, @@ -757004,7 +770922,7 @@ { "title": "Properties", "children": [ - 35642 + 19129 ] } ], @@ -757089,7 +771007,7 @@ { "title": "Methods", "children": [ - 35638 + 19125 ] } ], @@ -757131,7 +771049,7 @@ ] }, { - "id": 35646, + "id": 19133, "name": "deleteSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -757143,7 +771061,7 @@ "fileName": "core-flows/src/sales-channel/steps/delete-sales-channels.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L10" } ], "type": { @@ -757153,7 +771071,7 @@ "defaultValue": "\"delete-sales-channels\"" }, { - "id": 35647, + "id": 19134, "name": "deleteSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -757179,7 +771097,7 @@ }, "children": [ { - "id": 35650, + "id": 19137, "name": "__type", "variant": "declaration", "kind": 1024, @@ -757197,7 +771115,7 @@ } }, { - "id": 35651, + "id": 19138, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -757219,8 +771137,8 @@ { "title": "Properties", "children": [ - 35650, - 35651 + 19137, + 19138 ] } ], @@ -757229,12 +771147,12 @@ "fileName": "core-flows/src/sales-channel/steps/delete-sales-channels.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L14" } ], "signatures": [ { - "id": 35648, + "id": 19135, "name": "deleteSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -757263,12 +771181,12 @@ "fileName": "core-flows/src/sales-channel/steps/delete-sales-channels.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L14" } ], "parameters": [ { - "id": 35649, + "id": 19136, "name": "input", "variant": "param", "kind": 32768, @@ -757278,7 +771196,7 @@ "types": [ { "type": "reference", - "target": 35645, + "target": 19132, "name": "DeleteSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -757291,7 +771209,7 @@ "typeArguments": [ { "type": "reference", - "target": 35645, + "target": 19132, "name": "DeleteSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -757311,7 +771229,7 @@ ] }, { - "id": 35655, + "id": 19142, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -757329,7 +771247,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" } ], "type": { @@ -757338,7 +771256,7 @@ } }, { - "id": 35656, + "id": 19143, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -757356,7 +771274,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" } ], "type": { @@ -757365,7 +771283,7 @@ } }, { - "id": 35653, + "id": 19140, "name": "links", "variant": "declaration", "kind": 1024, @@ -757383,7 +771301,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" } ], "type": { @@ -757391,14 +771309,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35654, + "id": 19141, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35655, + "id": 19142, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -757416,7 +771334,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" } ], "type": { @@ -757425,7 +771343,7 @@ } }, { - "id": 35656, + "id": 19143, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -757443,7 +771361,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" } ], "type": { @@ -757456,8 +771374,8 @@ { "title": "Properties", "children": [ - 35655, - 35656 + 19142, + 19143 ] } ], @@ -757466,7 +771384,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" } ] } @@ -757474,7 +771392,7 @@ } }, { - "id": 35657, + "id": 19144, "name": "detachProductsFromSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -757486,7 +771404,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 23, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L23" } ], "type": { @@ -757496,7 +771414,7 @@ "defaultValue": "\"detach-products-from-sales-channels-step\"" }, { - "id": 35658, + "id": 19145, "name": "detachProductsFromSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -757531,7 +771449,7 @@ }, "children": [ { - "id": 35661, + "id": 19148, "name": "__type", "variant": "declaration", "kind": 1024, @@ -757549,7 +771467,7 @@ } }, { - "id": 35662, + "id": 19149, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -757571,8 +771489,8 @@ { "title": "Properties", "children": [ - 35661, - 35662 + 19148, + 19149 ] } ], @@ -757581,12 +771499,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L38" } ], "signatures": [ { - "id": 35659, + "id": 19146, "name": "detachProductsFromSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -757624,12 +771542,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L38" } ], "parameters": [ { - "id": 35660, + "id": 19147, "name": "input", "variant": "param", "kind": 32768, @@ -757639,7 +771557,7 @@ "types": [ { "type": "reference", - "target": 35652, + "target": 19139, "name": "DetachProductsFromSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -757652,7 +771570,7 @@ "typeArguments": [ { "type": "reference", - "target": 35652, + "target": 19139, "name": "DetachProductsFromSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -757672,7 +771590,7 @@ ] }, { - "id": 35665, + "id": 19152, "name": "selector", "variant": "declaration", "kind": 1024, @@ -757690,7 +771608,7 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L19" } ], "type": { @@ -757704,7 +771622,7 @@ } }, { - "id": 35666, + "id": 19153, "name": "update", "variant": "declaration", "kind": 1024, @@ -757722,7 +771640,7 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L23" } ], "type": { @@ -757736,7 +771654,7 @@ } }, { - "id": 35667, + "id": 19154, "name": "updateSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -757748,7 +771666,7 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L26" } ], "type": { @@ -757758,7 +771676,7 @@ "defaultValue": "\"update-sales-channels\"" }, { - "id": 35668, + "id": 19155, "name": "updateSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -757793,7 +771711,7 @@ }, "children": [ { - "id": 35677, + "id": 19164, "name": "__type", "variant": "declaration", "kind": 1024, @@ -757811,7 +771729,7 @@ } }, { - "id": 35678, + "id": 19165, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -757833,8 +771751,8 @@ { "title": "Properties", "children": [ - 35677, - 35678 + 19164, + 19165 ] } ], @@ -757843,12 +771761,12 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L40" } ], "signatures": [ { - "id": 35669, + "id": 19156, "name": "updateSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -757886,12 +771804,12 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L40" } ], "parameters": [ { - "id": 35670, + "id": 19157, "name": "input", "variant": "param", "kind": 32768, @@ -757901,7 +771819,7 @@ "types": [ { "type": "reference", - "target": 35663, + "target": 19150, "name": "UpdateSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -757914,7 +771832,7 @@ "typeArguments": [ { "type": "reference", - "target": 35663, + "target": 19150, "name": "UpdateSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -758004,14 +771922,14 @@ { "type": "reflection", "declaration": { - "id": 35671, + "id": 19158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35672, + "id": 19159, "name": "config", "variant": "declaration", "kind": 2048, @@ -758025,7 +771943,7 @@ ], "signatures": [ { - "id": 35673, + "id": 19160, "name": "config", "variant": "signature", "kind": 4096, @@ -758039,7 +771957,7 @@ ], "parameters": [ { - "id": 35674, + "id": 19161, "name": "config", "variant": "param", "kind": 32768, @@ -758050,14 +771968,14 @@ { "type": "reflection", "declaration": { - "id": 35675, + "id": 19162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35676, + "id": 19163, "name": "name", "variant": "declaration", "kind": 1024, @@ -758081,7 +771999,7 @@ { "title": "Properties", "children": [ - 35676 + 19163 ] } ], @@ -758166,7 +772084,7 @@ { "title": "Methods", "children": [ - 35672 + 19159 ] } ], @@ -758208,7 +772126,7 @@ ] }, { - "id": 35682, + "id": 19169, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -758226,7 +772144,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" } ], "type": { @@ -758235,7 +772153,7 @@ } }, { - "id": 35683, + "id": 19170, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -758253,7 +772171,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" } ], "type": { @@ -758262,7 +772180,7 @@ } }, { - "id": 35680, + "id": 19167, "name": "links", "variant": "declaration", "kind": 1024, @@ -758280,7 +772198,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" } ], "type": { @@ -758288,14 +772206,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35681, + "id": 19168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35682, + "id": 19169, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -758313,7 +772231,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" } ], "type": { @@ -758322,7 +772240,7 @@ } }, { - "id": 35683, + "id": 19170, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -758340,7 +772258,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" } ], "type": { @@ -758353,8 +772271,8 @@ { "title": "Properties", "children": [ - 35682, - 35683 + 19169, + 19170 ] } ], @@ -758363,7 +772281,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 12, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" } ] } @@ -758371,7 +772289,7 @@ } }, { - "id": 35684, + "id": 19171, "name": "associateLocationsWithSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -758383,7 +772301,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L24" } ], "type": { @@ -758393,7 +772311,7 @@ "defaultValue": "\"associate-locations-with-sales-channels-step\"" }, { - "id": 35685, + "id": 19172, "name": "associateLocationsWithSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -758428,7 +772346,7 @@ }, "children": [ { - "id": 35694, + "id": 19181, "name": "__type", "variant": "declaration", "kind": 1024, @@ -758446,7 +772364,7 @@ } }, { - "id": 35695, + "id": 19182, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -758468,8 +772386,8 @@ { "title": "Properties", "children": [ - 35694, - 35695 + 19181, + 19182 ] } ], @@ -758478,12 +772396,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L39" } ], "signatures": [ { - "id": 35686, + "id": 19173, "name": "associateLocationsWithSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -758521,12 +772439,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L39" } ], "parameters": [ { - "id": 35687, + "id": 19174, "name": "input", "variant": "param", "kind": 32768, @@ -758536,7 +772454,7 @@ "types": [ { "type": "reference", - "target": 35679, + "target": 19166, "name": "AssociateLocationsWithSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -758549,7 +772467,7 @@ "typeArguments": [ { "type": "reference", - "target": 35679, + "target": 19166, "name": "AssociateLocationsWithSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -758599,14 +772517,14 @@ { "type": "reflection", "declaration": { - "id": 35688, + "id": 19175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35689, + "id": 19176, "name": "config", "variant": "declaration", "kind": 2048, @@ -758620,7 +772538,7 @@ ], "signatures": [ { - "id": 35690, + "id": 19177, "name": "config", "variant": "signature", "kind": 4096, @@ -758634,7 +772552,7 @@ ], "parameters": [ { - "id": 35691, + "id": 19178, "name": "config", "variant": "param", "kind": 32768, @@ -758645,14 +772563,14 @@ { "type": "reflection", "declaration": { - "id": 35692, + "id": 19179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35693, + "id": 19180, "name": "name", "variant": "declaration", "kind": 1024, @@ -758676,7 +772594,7 @@ { "title": "Properties", "children": [ - 35693 + 19180 ] } ], @@ -758756,7 +772674,7 @@ { "title": "Methods", "children": [ - 35689 + 19176 ] } ], @@ -758793,7 +772711,7 @@ ] }, { - "id": 35699, + "id": 19186, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -758811,7 +772729,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 17, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" } ], "type": { @@ -758820,7 +772738,7 @@ } }, { - "id": 35700, + "id": 19187, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -758838,7 +772756,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" } ], "type": { @@ -758847,7 +772765,7 @@ } }, { - "id": 35697, + "id": 19184, "name": "links", "variant": "declaration", "kind": 1024, @@ -758865,7 +772783,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" } ], "type": { @@ -758873,14 +772791,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35698, + "id": 19185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35699, + "id": 19186, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -758898,7 +772816,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 17, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" } ], "type": { @@ -758907,7 +772825,7 @@ } }, { - "id": 35700, + "id": 19187, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -758925,7 +772843,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" } ], "type": { @@ -758938,8 +772856,8 @@ { "title": "Properties", "children": [ - 35699, - 35700 + 19186, + 19187 ] } ], @@ -758948,7 +772866,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 13, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" } ] } @@ -758956,7 +772874,7 @@ } }, { - "id": 35701, + "id": 19188, "name": "detachLocationsFromSalesChannelsStepId", "variant": "declaration", "kind": 32, @@ -758968,7 +772886,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L25" } ], "type": { @@ -758978,7 +772896,7 @@ "defaultValue": "\"detach-locations-from-sales-channels\"" }, { - "id": 35702, + "id": 19189, "name": "detachLocationsFromSalesChannelsStep", "variant": "declaration", "kind": 64, @@ -759013,7 +772931,7 @@ }, "children": [ { - "id": 35711, + "id": 19198, "name": "__type", "variant": "declaration", "kind": 1024, @@ -759031,7 +772949,7 @@ } }, { - "id": 35712, + "id": 19199, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -759053,8 +772971,8 @@ { "title": "Properties", "children": [ - 35711, - 35712 + 19198, + 19199 ] } ], @@ -759063,12 +772981,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L40" } ], "signatures": [ { - "id": 35703, + "id": 19190, "name": "detachLocationsFromSalesChannelsStep", "variant": "signature", "kind": 4096, @@ -759106,12 +773024,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L40" } ], "parameters": [ { - "id": 35704, + "id": 19191, "name": "input", "variant": "param", "kind": 32768, @@ -759121,7 +773039,7 @@ "types": [ { "type": "reference", - "target": 35696, + "target": 19183, "name": "DetachLocationsFromSalesChannelsStepInput", "package": "@medusajs/core-flows" }, @@ -759134,7 +773052,7 @@ "typeArguments": [ { "type": "reference", - "target": 35696, + "target": 19183, "name": "DetachLocationsFromSalesChannelsStepInput", "package": "@medusajs/core-flows" } @@ -759193,14 +773111,14 @@ { "type": "reflection", "declaration": { - "id": 35705, + "id": 19192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35706, + "id": 19193, "name": "config", "variant": "declaration", "kind": 2048, @@ -759214,7 +773132,7 @@ ], "signatures": [ { - "id": 35707, + "id": 19194, "name": "config", "variant": "signature", "kind": 4096, @@ -759228,7 +773146,7 @@ ], "parameters": [ { - "id": 35708, + "id": 19195, "name": "config", "variant": "param", "kind": 32768, @@ -759239,14 +773157,14 @@ { "type": "reflection", "declaration": { - "id": 35709, + "id": 19196, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35710, + "id": 19197, "name": "name", "variant": "declaration", "kind": 1024, @@ -759270,7 +773188,7 @@ { "title": "Properties", "children": [ - 35710 + 19197 ] } ], @@ -759359,7 +773277,7 @@ { "title": "Methods", "children": [ - 35706 + 19193 ] } ], @@ -759405,7 +773323,7 @@ ] }, { - "id": 35715, + "id": 19202, "name": "ids", "variant": "declaration", "kind": 1024, @@ -759423,7 +773341,7 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L11" } ], "type": { @@ -759444,7 +773362,7 @@ } }, { - "id": 35716, + "id": 19203, "name": "canDeleteSalesChannelsOrThrowStepId", "variant": "declaration", "kind": 32, @@ -759456,7 +773374,7 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L14" } ], "type": { @@ -759466,7 +773384,7 @@ "defaultValue": "\"can-delete-sales-channels-or-throw-step\"" }, { - "id": 35717, + "id": 19204, "name": "canDeleteSalesChannelsOrThrowStep", "variant": "declaration", "kind": 64, @@ -759501,7 +773419,7 @@ }, "children": [ { - "id": 35726, + "id": 19213, "name": "__type", "variant": "declaration", "kind": 1024, @@ -759519,7 +773437,7 @@ } }, { - "id": 35727, + "id": 19214, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -759541,8 +773459,8 @@ { "title": "Properties", "children": [ - 35726, - 35727 + 19213, + 19214 ] } ], @@ -759551,12 +773469,12 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L27" } ], "signatures": [ { - "id": 35718, + "id": 19205, "name": "canDeleteSalesChannelsOrThrowStep", "variant": "signature", "kind": 4096, @@ -759594,12 +773512,12 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 27, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L27" } ], "parameters": [ { - "id": 35719, + "id": 19206, "name": "input", "variant": "param", "kind": 32768, @@ -759609,7 +773527,7 @@ "types": [ { "type": "reference", - "target": 35713, + "target": 19200, "name": "CanDeleteSalesChannelsOrThrowStepInput", "package": "@medusajs/core-flows" }, @@ -759622,7 +773540,7 @@ "typeArguments": [ { "type": "reference", - "target": 35713, + "target": 19200, "name": "CanDeleteSalesChannelsOrThrowStepInput", "package": "@medusajs/core-flows" } @@ -759708,14 +773626,14 @@ { "type": "reflection", "declaration": { - "id": 35720, + "id": 19207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35721, + "id": 19208, "name": "config", "variant": "declaration", "kind": 2048, @@ -759729,7 +773647,7 @@ ], "signatures": [ { - "id": 35722, + "id": 19209, "name": "config", "variant": "signature", "kind": 4096, @@ -759743,7 +773661,7 @@ ], "parameters": [ { - "id": 35723, + "id": 19210, "name": "config", "variant": "param", "kind": 32768, @@ -759754,14 +773672,14 @@ { "type": "reflection", "declaration": { - "id": 35724, + "id": 19211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35725, + "id": 19212, "name": "name", "variant": "declaration", "kind": 1024, @@ -759785,7 +773703,7 @@ { "title": "Properties", "children": [ - 35725 + 19212 ] } ], @@ -759862,7 +773780,7 @@ { "title": "Methods", "children": [ - 35721 + 19208 ] } ], @@ -759898,14 +773816,14 @@ ] }, { - "id": 16614, + "id": 74, "name": "Workflows_Sales Channel", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35729, + "id": 19216, "name": "linkProductsToSalesChannelWorkflowId", "variant": "declaration", "kind": 32, @@ -759917,7 +773835,7 @@ "fileName": "core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L16" } ], "type": { @@ -759927,7 +773845,7 @@ "defaultValue": "\"link-products-to-sales-channel\"" }, { - "id": 35730, + "id": 19217, "name": "linkProductsToSalesChannelWorkflow", "variant": "declaration", "kind": 64, @@ -759971,7 +773889,7 @@ }, "children": [ { - "id": 35738, + "id": 19225, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -759994,7 +773912,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35739, + "id": 19226, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760008,7 +773926,7 @@ ], "signatures": [ { - "id": 35740, + "id": 19227, "name": "__type", "variant": "signature", "kind": 4096, @@ -760036,7 +773954,7 @@ ], "parameters": [ { - "id": 35741, + "id": 19228, "name": "param0", "variant": "param", "kind": 32768, @@ -760052,14 +773970,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35742, + "id": 19229, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35743, + "id": 19230, "name": "input", "variant": "declaration", "kind": 1024, @@ -760119,7 +774037,7 @@ { "title": "Properties", "children": [ - 35743 + 19230 ] } ], @@ -760155,14 +774073,14 @@ { "type": "reflection", "declaration": { - "id": 35744, + "id": 19231, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35745, + "id": 19232, "name": "config", "variant": "declaration", "kind": 2048, @@ -760176,7 +774094,7 @@ ], "signatures": [ { - "id": 35746, + "id": 19233, "name": "config", "variant": "signature", "kind": 4096, @@ -760190,7 +774108,7 @@ ], "parameters": [ { - "id": 35747, + "id": 19234, "name": "config", "variant": "param", "kind": 32768, @@ -760201,14 +774119,14 @@ { "type": "reflection", "declaration": { - "id": 35748, + "id": 19235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35749, + "id": 19236, "name": "name", "variant": "declaration", "kind": 1024, @@ -760232,7 +774150,7 @@ { "title": "Properties", "children": [ - 35749 + 19236 ] } ], @@ -760309,7 +774227,7 @@ { "title": "Methods", "children": [ - 35745 + 19232 ] } ], @@ -760345,7 +774263,7 @@ } }, { - "id": 35750, + "id": 19237, "name": "run", "variant": "declaration", "kind": 1024, @@ -760368,7 +774286,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35751, + "id": 19238, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760382,7 +774300,7 @@ ], "signatures": [ { - "id": 35752, + "id": 19239, "name": "__type", "variant": "signature", "kind": 4096, @@ -760410,7 +774328,7 @@ ], "typeParameters": [ { - "id": 35753, + "id": 19240, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -760421,7 +774339,7 @@ } }, { - "id": 35754, + "id": 19241, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -760434,7 +774352,7 @@ ], "parameters": [ { - "id": 35755, + "id": 19242, "name": "args", "variant": "param", "kind": 32768, @@ -760467,7 +774385,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760487,7 +774405,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760520,7 +774438,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760535,7 +774453,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760555,7 +774473,7 @@ } }, { - "id": 35756, + "id": 19243, "name": "getName", "variant": "declaration", "kind": 1024, @@ -760578,7 +774496,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35757, + "id": 19244, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760592,7 +774510,7 @@ ], "signatures": [ { - "id": 35758, + "id": 19245, "name": "__type", "variant": "signature", "kind": 4096, @@ -760614,7 +774532,7 @@ } }, { - "id": 35759, + "id": 19246, "name": "config", "variant": "declaration", "kind": 1024, @@ -760637,7 +774555,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35760, + "id": 19247, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760651,7 +774569,7 @@ ], "signatures": [ { - "id": 35761, + "id": 19248, "name": "__type", "variant": "signature", "kind": 4096, @@ -760665,7 +774583,7 @@ ], "parameters": [ { - "id": 35762, + "id": 19249, "name": "config", "variant": "param", "kind": 32768, @@ -760691,7 +774609,7 @@ } }, { - "id": 35763, + "id": 19250, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -760714,7 +774632,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35764, + "id": 19251, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760728,14 +774646,14 @@ ], "indexSignatures": [ { - "id": 35765, + "id": 19252, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35766, + "id": 19253, "name": "key", "variant": "param", "kind": 32768, @@ -760749,7 +774667,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35767, + "id": 19254, "name": "__type", "variant": "declaration", "kind": 65536, @@ -760763,7 +774681,7 @@ ], "signatures": [ { - "id": 35768, + "id": 19255, "name": "__type", "variant": "signature", "kind": 4096, @@ -760777,14 +774695,14 @@ ], "typeParameters": [ { - "id": 35769, + "id": 19256, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35770, + "id": 19257, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -760793,7 +774711,7 @@ ], "parameters": [ { - "id": 35771, + "id": 19258, "name": "invoke", "variant": "param", "kind": 32768, @@ -760811,14 +774729,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760829,7 +774747,7 @@ } }, { - "id": 35772, + "id": 19259, "name": "compensate", "variant": "param", "kind": 32768, @@ -760845,7 +774763,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -760872,7 +774790,7 @@ ], "documents": [ { - "id": 38293, + "id": 21790, "name": "associateProductsWithSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -760888,6 +774806,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19086" + } + ] } ], "modifierTags": [ @@ -760898,7 +774825,7 @@ "frontmatter": {} }, { - "id": 38294, + "id": 21791, "name": "detachProductsFromSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -760914,6 +774841,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19145" + } + ] } ], "modifierTags": [ @@ -760925,21 +774861,21 @@ } ], "childrenIncludingDocuments": [ - 35738, - 35750, - 35756, - 35759, - 35763 + 19225, + 19237, + 19243, + 19246, + 19250 ], "groups": [ { "title": "Properties", "children": [ - 35738, - 35750, - 35756, - 35759, - 35763 + 19225, + 19237, + 19243, + 19246, + 19250 ] } ], @@ -760948,12 +774884,12 @@ "fileName": "core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L39" } ], "signatures": [ { - "id": 35731, + "id": 19218, "name": "linkProductsToSalesChannelWorkflow", "variant": "signature", "kind": 4096, @@ -761000,12 +774936,12 @@ "fileName": "core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L39" } ], "typeParameters": [ { - "id": 35732, + "id": 19219, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -761016,7 +774952,7 @@ } }, { - "id": 35733, + "id": 19220, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -761029,7 +774965,7 @@ ], "parameters": [ { - "id": 35734, + "id": 19221, "name": "container", "variant": "param", "kind": 32768, @@ -761053,14 +774989,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35735, + "id": 19222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35736, + "id": 19223, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -761083,7 +775019,7 @@ } }, { - "id": 35737, + "id": 19224, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -761110,8 +775046,8 @@ { "title": "Properties", "children": [ - 35736, - 35737 + 19223, + 19224 ] } ], @@ -761195,14 +775131,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -761217,7 +775153,7 @@ ] }, { - "id": 35775, + "id": 19262, "name": "salesChannelsData", "variant": "declaration", "kind": 1024, @@ -761235,7 +775171,7 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L22" } ], "type": { @@ -761252,7 +775188,7 @@ } }, { - "id": 35777, + "id": 19264, "name": "createSalesChannelsWorkflowId", "variant": "declaration", "kind": 32, @@ -761264,7 +775200,7 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L30" } ], "type": { @@ -761274,7 +775210,7 @@ "defaultValue": "\"create-sales-channels\"" }, { - "id": 35778, + "id": 19265, "name": "createSalesChannelsWorkflow", "variant": "declaration", "kind": 64, @@ -761318,7 +775254,7 @@ }, "children": [ { - "id": 35786, + "id": 19273, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -761341,7 +775277,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35787, + "id": 19274, "name": "__type", "variant": "declaration", "kind": 65536, @@ -761355,7 +775291,7 @@ ], "signatures": [ { - "id": 35788, + "id": 19275, "name": "__type", "variant": "signature", "kind": 4096, @@ -761383,7 +775319,7 @@ ], "parameters": [ { - "id": 35789, + "id": 19276, "name": "param0", "variant": "param", "kind": 32768, @@ -761399,14 +775335,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35790, + "id": 19277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35791, + "id": 19278, "name": "input", "variant": "declaration", "kind": 1024, @@ -761431,7 +775367,7 @@ "types": [ { "type": "reference", - "target": 35773, + "target": 19260, "name": "CreateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -761444,7 +775380,7 @@ "typeArguments": [ { "type": "reference", - "target": 35773, + "target": 19260, "name": "CreateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -761460,7 +775396,7 @@ { "title": "Properties", "children": [ - 35791 + 19278 ] } ], @@ -761517,7 +775453,7 @@ }, { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -761530,7 +775466,7 @@ "typeArguments": [ { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -761541,14 +775477,14 @@ { "type": "reflection", "declaration": { - "id": 35792, + "id": 19279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35793, + "id": 19280, "name": "config", "variant": "declaration", "kind": 2048, @@ -761562,7 +775498,7 @@ ], "signatures": [ { - "id": 35794, + "id": 19281, "name": "config", "variant": "signature", "kind": 4096, @@ -761576,7 +775512,7 @@ ], "parameters": [ { - "id": 35795, + "id": 19282, "name": "config", "variant": "param", "kind": 32768, @@ -761587,14 +775523,14 @@ { "type": "reflection", "declaration": { - "id": 35796, + "id": 19283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35797, + "id": 19284, "name": "name", "variant": "declaration", "kind": 1024, @@ -761618,7 +775554,7 @@ { "title": "Properties", "children": [ - 35797 + 19284 ] } ], @@ -761681,7 +775617,7 @@ "typeArguments": [ { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -761697,7 +775633,7 @@ { "title": "Methods", "children": [ - 35793 + 19280 ] } ], @@ -761719,7 +775655,7 @@ "typeArguments": [ { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -761735,7 +775671,7 @@ } }, { - "id": 35798, + "id": 19285, "name": "run", "variant": "declaration", "kind": 1024, @@ -761758,7 +775694,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35799, + "id": 19286, "name": "__type", "variant": "declaration", "kind": 65536, @@ -761772,7 +775708,7 @@ ], "signatures": [ { - "id": 35800, + "id": 19287, "name": "__type", "variant": "signature", "kind": 4096, @@ -761800,7 +775736,7 @@ ], "typeParameters": [ { - "id": 35801, + "id": 19288, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -761811,7 +775747,7 @@ } }, { - "id": 35802, + "id": 19289, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -761824,7 +775760,7 @@ ], "parameters": [ { - "id": 35803, + "id": 19290, "name": "args", "variant": "param", "kind": 32768, @@ -761857,7 +775793,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -761868,13 +775804,13 @@ }, "trueType": { "type": "reference", - "target": 35773, + "target": 19260, "name": "CreateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -761907,7 +775843,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -761918,13 +775854,13 @@ }, "trueType": { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -761944,7 +775880,7 @@ } }, { - "id": 35804, + "id": 19291, "name": "getName", "variant": "declaration", "kind": 1024, @@ -761967,7 +775903,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35805, + "id": 19292, "name": "__type", "variant": "declaration", "kind": 65536, @@ -761981,7 +775917,7 @@ ], "signatures": [ { - "id": 35806, + "id": 19293, "name": "__type", "variant": "signature", "kind": 4096, @@ -762003,7 +775939,7 @@ } }, { - "id": 35807, + "id": 19294, "name": "config", "variant": "declaration", "kind": 1024, @@ -762026,7 +775962,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35808, + "id": 19295, "name": "__type", "variant": "declaration", "kind": 65536, @@ -762040,7 +775976,7 @@ ], "signatures": [ { - "id": 35809, + "id": 19296, "name": "__type", "variant": "signature", "kind": 4096, @@ -762054,7 +775990,7 @@ ], "parameters": [ { - "id": 35810, + "id": 19297, "name": "config", "variant": "param", "kind": 32768, @@ -762080,7 +776016,7 @@ } }, { - "id": 35811, + "id": 19298, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -762108,7 +776044,7 @@ ], "documents": [ { - "id": 38295, + "id": 21792, "name": "createSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -762124,6 +776060,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19121" + } + ] } ], "modifierTags": [ @@ -762134,7 +776079,7 @@ "frontmatter": {} }, { - "id": 38296, + "id": 21793, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -762150,6 +776095,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -762161,21 +776115,21 @@ } ], "childrenIncludingDocuments": [ - 35786, - 35798, - 35804, - 35807, - 35811 + 19273, + 19285, + 19291, + 19294, + 19298 ], "groups": [ { "title": "Properties", "children": [ - 35786, - 35798, - 35804, - 35807, - 35811 + 19273, + 19285, + 19291, + 19294, + 19298 ] } ], @@ -762184,12 +776138,12 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L54" } ], "signatures": [ { - "id": 35779, + "id": 19266, "name": "createSalesChannelsWorkflow", "variant": "signature", "kind": 4096, @@ -762236,12 +776190,12 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L54" } ], "typeParameters": [ { - "id": 35780, + "id": 19267, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -762252,7 +776206,7 @@ } }, { - "id": 35781, + "id": 19268, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -762265,7 +776219,7 @@ ], "parameters": [ { - "id": 35782, + "id": 19269, "name": "container", "variant": "param", "kind": 32768, @@ -762289,14 +776243,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35783, + "id": 19270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35784, + "id": 19271, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -762319,7 +776273,7 @@ } }, { - "id": 35785, + "id": 19272, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -762346,8 +776300,8 @@ { "title": "Properties", "children": [ - 35784, - 35785 + 19271, + 19272 ] } ], @@ -762418,26 +776372,26 @@ "typeArguments": [ { "type": "reference", - "target": 35773, + "target": 19260, "name": "CreateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 35776, + "target": 19263, "name": "CreateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -762452,7 +776406,7 @@ ] }, { - "id": 35814, + "id": 19301, "name": "ids", "variant": "declaration", "kind": 1024, @@ -762470,7 +776424,7 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L19" } ], "type": { @@ -762482,7 +776436,7 @@ } }, { - "id": 35815, + "id": 19302, "name": "deleteSalesChannelsWorkflowId", "variant": "declaration", "kind": 32, @@ -762494,7 +776448,7 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 22, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L22" } ], "type": { @@ -762504,7 +776458,7 @@ "defaultValue": "\"delete-sales-channels\"" }, { - "id": 35816, + "id": 19303, "name": "deleteSalesChannelsWorkflow", "variant": "declaration", "kind": 64, @@ -762548,7 +776502,7 @@ }, "children": [ { - "id": 35824, + "id": 19311, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -762571,7 +776525,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35825, + "id": 19312, "name": "__type", "variant": "declaration", "kind": 65536, @@ -762585,7 +776539,7 @@ ], "signatures": [ { - "id": 35826, + "id": 19313, "name": "__type", "variant": "signature", "kind": 4096, @@ -762613,7 +776567,7 @@ ], "parameters": [ { - "id": 35827, + "id": 19314, "name": "param0", "variant": "param", "kind": 32768, @@ -762629,14 +776583,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35828, + "id": 19315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35829, + "id": 19316, "name": "input", "variant": "declaration", "kind": 1024, @@ -762661,7 +776615,7 @@ "types": [ { "type": "reference", - "target": 35812, + "target": 19299, "name": "DeleteSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -762674,7 +776628,7 @@ "typeArguments": [ { "type": "reference", - "target": 35812, + "target": 19299, "name": "DeleteSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -762690,7 +776644,7 @@ { "title": "Properties", "children": [ - 35829 + 19316 ] } ], @@ -762726,14 +776680,14 @@ { "type": "reflection", "declaration": { - "id": 35830, + "id": 19317, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35831, + "id": 19318, "name": "config", "variant": "declaration", "kind": 2048, @@ -762747,7 +776701,7 @@ ], "signatures": [ { - "id": 35832, + "id": 19319, "name": "config", "variant": "signature", "kind": 4096, @@ -762761,7 +776715,7 @@ ], "parameters": [ { - "id": 35833, + "id": 19320, "name": "config", "variant": "param", "kind": 32768, @@ -762772,14 +776726,14 @@ { "type": "reflection", "declaration": { - "id": 35834, + "id": 19321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35835, + "id": 19322, "name": "name", "variant": "declaration", "kind": 1024, @@ -762803,7 +776757,7 @@ { "title": "Properties", "children": [ - 35835 + 19322 ] } ], @@ -762880,7 +776834,7 @@ { "title": "Methods", "children": [ - 35831 + 19318 ] } ], @@ -762916,7 +776870,7 @@ } }, { - "id": 35836, + "id": 19323, "name": "run", "variant": "declaration", "kind": 1024, @@ -762939,7 +776893,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35837, + "id": 19324, "name": "__type", "variant": "declaration", "kind": 65536, @@ -762953,7 +776907,7 @@ ], "signatures": [ { - "id": 35838, + "id": 19325, "name": "__type", "variant": "signature", "kind": 4096, @@ -762981,7 +776935,7 @@ ], "typeParameters": [ { - "id": 35839, + "id": 19326, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -762992,7 +776946,7 @@ } }, { - "id": 35840, + "id": 19327, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -763005,7 +776959,7 @@ ], "parameters": [ { - "id": 35841, + "id": 19328, "name": "args", "variant": "param", "kind": 32768, @@ -763038,7 +776992,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763049,13 +777003,13 @@ }, "trueType": { "type": "reference", - "target": 35812, + "target": 19299, "name": "DeleteSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763088,7 +777042,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763103,7 +777057,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763123,7 +777077,7 @@ } }, { - "id": 35842, + "id": 19329, "name": "getName", "variant": "declaration", "kind": 1024, @@ -763146,7 +777100,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35843, + "id": 19330, "name": "__type", "variant": "declaration", "kind": 65536, @@ -763160,7 +777114,7 @@ ], "signatures": [ { - "id": 35844, + "id": 19331, "name": "__type", "variant": "signature", "kind": 4096, @@ -763182,7 +777136,7 @@ } }, { - "id": 35845, + "id": 19332, "name": "config", "variant": "declaration", "kind": 1024, @@ -763205,7 +777159,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35846, + "id": 19333, "name": "__type", "variant": "declaration", "kind": 65536, @@ -763219,7 +777173,7 @@ ], "signatures": [ { - "id": 35847, + "id": 19334, "name": "__type", "variant": "signature", "kind": 4096, @@ -763233,7 +777187,7 @@ ], "parameters": [ { - "id": 35848, + "id": 19335, "name": "config", "variant": "param", "kind": 32768, @@ -763259,7 +777213,7 @@ } }, { - "id": 35849, + "id": 19336, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -763282,7 +777236,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35850, + "id": 19337, "name": "__type", "variant": "declaration", "kind": 65536, @@ -763296,14 +777250,14 @@ ], "indexSignatures": [ { - "id": 35851, + "id": 19338, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35852, + "id": 19339, "name": "key", "variant": "param", "kind": 32768, @@ -763317,7 +777271,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35853, + "id": 19340, "name": "__type", "variant": "declaration", "kind": 65536, @@ -763331,7 +777285,7 @@ ], "signatures": [ { - "id": 35854, + "id": 19341, "name": "__type", "variant": "signature", "kind": 4096, @@ -763345,14 +777299,14 @@ ], "typeParameters": [ { - "id": 35855, + "id": 19342, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35856, + "id": 19343, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -763361,7 +777315,7 @@ ], "parameters": [ { - "id": 35857, + "id": 19344, "name": "invoke", "variant": "param", "kind": 32768, @@ -763379,14 +777333,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763397,7 +777351,7 @@ } }, { - "id": 35858, + "id": 19345, "name": "compensate", "variant": "param", "kind": 32768, @@ -763413,7 +777367,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763440,7 +777394,7 @@ ], "documents": [ { - "id": 38297, + "id": 21794, "name": "canDeleteSalesChannelsOrThrowStep", "variant": "document", "kind": 8388608, @@ -763456,6 +777410,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19204" + } + ] } ], "modifierTags": [ @@ -763466,7 +777429,7 @@ "frontmatter": {} }, { - "id": 38298, + "id": 21795, "name": "deleteSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -763482,6 +777445,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19134" + } + ] } ], "modifierTags": [ @@ -763492,7 +777464,7 @@ "frontmatter": {} }, { - "id": 38299, + "id": 21796, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -763508,6 +777480,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -763518,7 +777499,7 @@ "frontmatter": {} }, { - "id": 38300, + "id": 21797, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -763534,6 +777515,15 @@ "text": "4" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -763545,21 +777535,21 @@ } ], "childrenIncludingDocuments": [ - 35824, - 35836, - 35842, - 35845, - 35849 + 19311, + 19323, + 19329, + 19332, + 19336 ], "groups": [ { "title": "Properties", "children": [ - 35824, - 35836, - 35842, - 35845, - 35849 + 19311, + 19323, + 19329, + 19332, + 19336 ] } ], @@ -763568,12 +777558,12 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L42" } ], "signatures": [ { - "id": 35817, + "id": 19304, "name": "deleteSalesChannelsWorkflow", "variant": "signature", "kind": 4096, @@ -763620,12 +777610,12 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L42" } ], "typeParameters": [ { - "id": 35818, + "id": 19305, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -763636,7 +777626,7 @@ } }, { - "id": 35819, + "id": 19306, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -763649,7 +777639,7 @@ ], "parameters": [ { - "id": 35820, + "id": 19307, "name": "container", "variant": "param", "kind": 32768, @@ -763673,14 +777663,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35821, + "id": 19308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35822, + "id": 19309, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -763703,7 +777693,7 @@ } }, { - "id": 35823, + "id": 19310, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -763730,8 +777720,8 @@ { "title": "Properties", "children": [ - 35822, - 35823 + 19309, + 19310 ] } ], @@ -763802,7 +777792,7 @@ "typeArguments": [ { "type": "reference", - "target": 35812, + "target": 19299, "name": "DeleteSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -763812,14 +777802,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -763834,7 +777824,7 @@ ] }, { - "id": 35861, + "id": 19348, "name": "selector", "variant": "declaration", "kind": 1024, @@ -763852,7 +777842,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L23" } ], "type": { @@ -763866,7 +777856,7 @@ } }, { - "id": 35862, + "id": 19349, "name": "update", "variant": "declaration", "kind": 1024, @@ -763884,7 +777874,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L27" } ], "type": { @@ -763898,7 +777888,7 @@ } }, { - "id": 35864, + "id": 19351, "name": "updateSalesChannelsWorkflowId", "variant": "declaration", "kind": 32, @@ -763910,7 +777900,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L35" } ], "type": { @@ -763920,7 +777910,7 @@ "defaultValue": "\"update-sales-channels\"" }, { - "id": 35865, + "id": 19352, "name": "updateSalesChannelsWorkflow", "variant": "declaration", "kind": 64, @@ -763964,7 +777954,7 @@ }, "children": [ { - "id": 35873, + "id": 19360, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -763987,7 +777977,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35874, + "id": 19361, "name": "__type", "variant": "declaration", "kind": 65536, @@ -764001,7 +777991,7 @@ ], "signatures": [ { - "id": 35875, + "id": 19362, "name": "__type", "variant": "signature", "kind": 4096, @@ -764029,7 +778019,7 @@ ], "parameters": [ { - "id": 35876, + "id": 19363, "name": "param0", "variant": "param", "kind": 32768, @@ -764045,14 +778035,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35877, + "id": 19364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35878, + "id": 19365, "name": "input", "variant": "declaration", "kind": 1024, @@ -764077,7 +778067,7 @@ "types": [ { "type": "reference", - "target": 35859, + "target": 19346, "name": "UpdateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -764090,7 +778080,7 @@ "typeArguments": [ { "type": "reference", - "target": 35859, + "target": 19346, "name": "UpdateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" } @@ -764106,7 +778096,7 @@ { "title": "Properties", "children": [ - 35878 + 19365 ] } ], @@ -764163,7 +778153,7 @@ }, { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -764176,7 +778166,7 @@ "typeArguments": [ { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -764187,14 +778177,14 @@ { "type": "reflection", "declaration": { - "id": 35879, + "id": 19366, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35880, + "id": 19367, "name": "config", "variant": "declaration", "kind": 2048, @@ -764208,7 +778198,7 @@ ], "signatures": [ { - "id": 35881, + "id": 19368, "name": "config", "variant": "signature", "kind": 4096, @@ -764222,7 +778212,7 @@ ], "parameters": [ { - "id": 35882, + "id": 19369, "name": "config", "variant": "param", "kind": 32768, @@ -764233,14 +778223,14 @@ { "type": "reflection", "declaration": { - "id": 35883, + "id": 19370, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35884, + "id": 19371, "name": "name", "variant": "declaration", "kind": 1024, @@ -764264,7 +778254,7 @@ { "title": "Properties", "children": [ - 35884 + 19371 ] } ], @@ -764327,7 +778317,7 @@ "typeArguments": [ { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -764343,7 +778333,7 @@ { "title": "Methods", "children": [ - 35880 + 19367 ] } ], @@ -764365,7 +778355,7 @@ "typeArguments": [ { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -764381,7 +778371,7 @@ } }, { - "id": 35885, + "id": 19372, "name": "run", "variant": "declaration", "kind": 1024, @@ -764404,7 +778394,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35886, + "id": 19373, "name": "__type", "variant": "declaration", "kind": 65536, @@ -764418,7 +778408,7 @@ ], "signatures": [ { - "id": 35887, + "id": 19374, "name": "__type", "variant": "signature", "kind": 4096, @@ -764446,7 +778436,7 @@ ], "typeParameters": [ { - "id": 35888, + "id": 19375, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -764457,7 +778447,7 @@ } }, { - "id": 35889, + "id": 19376, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -764470,7 +778460,7 @@ ], "parameters": [ { - "id": 35890, + "id": 19377, "name": "args", "variant": "param", "kind": 32768, @@ -764503,7 +778493,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -764514,13 +778504,13 @@ }, "trueType": { "type": "reference", - "target": 35859, + "target": 19346, "name": "UpdateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -764553,7 +778543,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -764564,13 +778554,13 @@ }, "trueType": { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -764590,7 +778580,7 @@ } }, { - "id": 35891, + "id": 19378, "name": "getName", "variant": "declaration", "kind": 1024, @@ -764613,7 +778603,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35892, + "id": 19379, "name": "__type", "variant": "declaration", "kind": 65536, @@ -764627,7 +778617,7 @@ ], "signatures": [ { - "id": 35893, + "id": 19380, "name": "__type", "variant": "signature", "kind": 4096, @@ -764649,7 +778639,7 @@ } }, { - "id": 35894, + "id": 19381, "name": "config", "variant": "declaration", "kind": 1024, @@ -764672,7 +778662,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35895, + "id": 19382, "name": "__type", "variant": "declaration", "kind": 65536, @@ -764686,7 +778676,7 @@ ], "signatures": [ { - "id": 35896, + "id": 19383, "name": "__type", "variant": "signature", "kind": 4096, @@ -764700,7 +778690,7 @@ ], "parameters": [ { - "id": 35897, + "id": 19384, "name": "config", "variant": "param", "kind": 32768, @@ -764726,7 +778716,7 @@ } }, { - "id": 35898, + "id": 19385, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -764754,7 +778744,7 @@ ], "documents": [ { - "id": 38301, + "id": 21798, "name": "updateSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -764770,6 +778760,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19155" + } + ] } ], "modifierTags": [ @@ -764780,7 +778779,7 @@ "frontmatter": {} }, { - "id": 38302, + "id": 21799, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -764796,6 +778795,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -764807,21 +778815,21 @@ } ], "childrenIncludingDocuments": [ - 35873, - 35885, - 35891, - 35894, - 35898 + 19360, + 19372, + 19378, + 19381, + 19385 ], "groups": [ { "title": "Properties", "children": [ - 35873, - 35885, - 35891, - 35894, - 35898 + 19360, + 19372, + 19378, + 19381, + 19385 ] } ], @@ -764830,12 +778838,12 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L60" } ], "signatures": [ { - "id": 35866, + "id": 19353, "name": "updateSalesChannelsWorkflow", "variant": "signature", "kind": 4096, @@ -764882,12 +778890,12 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 60, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L60" } ], "typeParameters": [ { - "id": 35867, + "id": 19354, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -764898,7 +778906,7 @@ } }, { - "id": 35868, + "id": 19355, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -764911,7 +778919,7 @@ ], "parameters": [ { - "id": 35869, + "id": 19356, "name": "container", "variant": "param", "kind": 32768, @@ -764935,14 +778943,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35870, + "id": 19357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35871, + "id": 19358, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -764965,7 +778973,7 @@ } }, { - "id": 35872, + "id": 19359, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -764992,8 +779000,8 @@ { "title": "Properties", "children": [ - 35871, - 35872 + 19358, + 19359 ] } ], @@ -765064,26 +779072,26 @@ "typeArguments": [ { "type": "reference", - "target": 35859, + "target": 19346, "name": "UpdateSalesChannelsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 35863, + "target": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -765102,21 +779110,21 @@ ] }, { - "id": 16615, + "id": 75, "name": "Shipping Options", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16616, + "id": 76, "name": "Steps_Shipping Options", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35900, + "id": 19387, "name": "context", "variant": "declaration", "kind": 1024, @@ -765134,7 +779142,7 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L20" } ], "type": { @@ -765158,7 +779166,7 @@ } }, { - "id": 35901, + "id": 19388, "name": "config", "variant": "declaration", "kind": 1024, @@ -765178,7 +779186,7 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L27" } ], "type": { @@ -765203,7 +779211,7 @@ } }, { - "id": 35902, + "id": 19389, "name": "listShippingOptionsForContextStepId", "variant": "declaration", "kind": 32, @@ -765215,7 +779223,7 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 30, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L30" } ], "type": { @@ -765225,7 +779233,7 @@ "defaultValue": "\"list-shipping-options-for-context\"" }, { - "id": 35903, + "id": 19390, "name": "listShippingOptionsForContextStep", "variant": "declaration", "kind": 64, @@ -765267,7 +779275,7 @@ }, "children": [ { - "id": 35912, + "id": 19399, "name": "__type", "variant": "declaration", "kind": 1024, @@ -765285,7 +779293,7 @@ } }, { - "id": 35913, + "id": 19400, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -765307,8 +779315,8 @@ { "title": "Properties", "children": [ - 35912, - 35913 + 19399, + 19400 ] } ], @@ -765317,12 +779325,12 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L64" } ], "signatures": [ { - "id": 35904, + "id": 19391, "name": "listShippingOptionsForContextStep", "variant": "signature", "kind": 4096, @@ -765367,12 +779375,12 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 64, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L64" } ], "parameters": [ { - "id": 35905, + "id": 19392, "name": "input", "variant": "param", "kind": 32768, @@ -765382,7 +779390,7 @@ "types": [ { "type": "reference", - "target": 35899, + "target": 19386, "name": "ListShippingOptionsForContextStepInput", "package": "@medusajs/core-flows" }, @@ -765395,7 +779403,7 @@ "typeArguments": [ { "type": "reference", - "target": 35899, + "target": 19386, "name": "ListShippingOptionsForContextStepInput", "package": "@medusajs/core-flows" } @@ -765485,14 +779493,14 @@ { "type": "reflection", "declaration": { - "id": 35906, + "id": 19393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35907, + "id": 19394, "name": "config", "variant": "declaration", "kind": 2048, @@ -765506,7 +779514,7 @@ ], "signatures": [ { - "id": 35908, + "id": 19395, "name": "config", "variant": "signature", "kind": 4096, @@ -765520,7 +779528,7 @@ ], "parameters": [ { - "id": 35909, + "id": 19396, "name": "config", "variant": "param", "kind": 32768, @@ -765531,14 +779539,14 @@ { "type": "reflection", "declaration": { - "id": 35910, + "id": 19397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35911, + "id": 19398, "name": "name", "variant": "declaration", "kind": 1024, @@ -765562,7 +779570,7 @@ { "title": "Properties", "children": [ - 35911 + 19398 ] } ], @@ -765647,7 +779655,7 @@ { "title": "Methods", "children": [ - 35907 + 19394 ] } ], @@ -765693,21 +779701,21 @@ ] }, { - "id": 16617, + "id": 77, "name": "Shipping Profile", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16618, + "id": 78, "name": "Steps_Shipping Profile", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35915, + "id": 19402, "name": "deleteShippingProfilesStepId", "variant": "declaration", "kind": 32, @@ -765719,7 +779727,7 @@ "fileName": "core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L10" } ], "type": { @@ -765729,7 +779737,7 @@ "defaultValue": "\"delete-shipping-profile\"" }, { - "id": 35916, + "id": 19403, "name": "deleteShippingProfilesStep", "variant": "declaration", "kind": 64, @@ -765755,7 +779763,7 @@ }, "children": [ { - "id": 35919, + "id": 19406, "name": "__type", "variant": "declaration", "kind": 1024, @@ -765773,7 +779781,7 @@ } }, { - "id": 35920, + "id": 19407, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -765795,8 +779803,8 @@ { "title": "Properties", "children": [ - 35919, - 35920 + 19406, + 19407 ] } ], @@ -765805,12 +779813,12 @@ "fileName": "core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L14" } ], "signatures": [ { - "id": 35917, + "id": 19404, "name": "deleteShippingProfilesStep", "variant": "signature", "kind": 4096, @@ -765839,12 +779847,12 @@ "fileName": "core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L14" } ], "parameters": [ { - "id": 35918, + "id": 19405, "name": "input", "variant": "param", "kind": 32768, @@ -765854,7 +779862,7 @@ "types": [ { "type": "reference", - "target": 35914, + "target": 19401, "name": "DeleteShippingProfilesStepInput", "package": "@medusajs/core-flows" }, @@ -765867,7 +779875,7 @@ "typeArguments": [ { "type": "reference", - "target": 35914, + "target": 19401, "name": "DeleteShippingProfilesStepInput", "package": "@medusajs/core-flows" } @@ -765889,14 +779897,14 @@ ] }, { - "id": 16619, + "id": 79, "name": "Workflows_Shipping Profile", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35923, + "id": 19410, "name": "ids", "variant": "declaration", "kind": 1024, @@ -765912,9 +779920,9 @@ "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 14, + "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L37" } ], "type": { @@ -765926,7 +779934,7 @@ } }, { - "id": 35924, + "id": 19411, "name": "deleteShippingProfileWorkflowId", "variant": "declaration", "kind": 32, @@ -765936,9 +779944,9 @@ "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 17, + "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L40" } ], "type": { @@ -765948,7 +779956,7 @@ "defaultValue": "\"delete-shipping-profile-workflow\"" }, { - "id": 35925, + "id": 19412, "name": "deleteShippingProfileWorkflow", "variant": "declaration", "kind": 64, @@ -765957,7 +779965,7 @@ "summary": [ { "kind": "text", - "text": "This workflow deletes one or more shipping profiles. It's used by the\n[Delete Shipping Profile Admin API Route](https://docs.medusajs.com/api/admin#shipping-profiles_deleteshippingprofilesid).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to\ndelete shipping profiles within your custom flows." + "text": "This workflow deletes one or more shipping profiles. It's used by the\n[Delete Shipping Profile Admin API Route](https://docs.medusajs.com/api/admin#shipping-profiles_deleteshippingprofilesid).\nShipping profiles that are linked to products cannot be deleted.\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to\ndelete shipping profiles within your custom flows." } ], "blockTags": [ @@ -765984,7 +779992,7 @@ "content": [ { "kind": "text", - "text": "fulfillment,link,workflow" + "text": "query,fulfillment,link,workflow" } ] } @@ -765992,7 +780000,7 @@ }, "children": [ { - "id": 35933, + "id": 19420, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -766015,7 +780023,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35934, + "id": 19421, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766029,7 +780037,7 @@ ], "signatures": [ { - "id": 35935, + "id": 19422, "name": "__type", "variant": "signature", "kind": 4096, @@ -766057,7 +780065,7 @@ ], "parameters": [ { - "id": 35936, + "id": 19423, "name": "param0", "variant": "param", "kind": 32768, @@ -766073,14 +780081,14 @@ "type": { "type": "reflection", "declaration": { - "id": 35937, + "id": 19424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35938, + "id": 19425, "name": "input", "variant": "declaration", "kind": 1024, @@ -766105,7 +780113,7 @@ "types": [ { "type": "reference", - "target": 35921, + "target": 19408, "name": "DeleteShippingProfilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -766118,7 +780126,7 @@ "typeArguments": [ { "type": "reference", - "target": 35921, + "target": 19408, "name": "DeleteShippingProfilesWorkflowInput", "package": "@medusajs/core-flows" } @@ -766134,7 +780142,7 @@ { "title": "Properties", "children": [ - 35938 + 19425 ] } ], @@ -766170,14 +780178,14 @@ { "type": "reflection", "declaration": { - "id": 35939, + "id": 19426, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35940, + "id": 19427, "name": "config", "variant": "declaration", "kind": 2048, @@ -766191,7 +780199,7 @@ ], "signatures": [ { - "id": 35941, + "id": 19428, "name": "config", "variant": "signature", "kind": 4096, @@ -766205,7 +780213,7 @@ ], "parameters": [ { - "id": 35942, + "id": 19429, "name": "config", "variant": "param", "kind": 32768, @@ -766216,14 +780224,14 @@ { "type": "reflection", "declaration": { - "id": 35943, + "id": 19430, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35944, + "id": 19431, "name": "name", "variant": "declaration", "kind": 1024, @@ -766247,7 +780255,7 @@ { "title": "Properties", "children": [ - 35944 + 19431 ] } ], @@ -766324,7 +780332,7 @@ { "title": "Methods", "children": [ - 35940 + 19427 ] } ], @@ -766360,7 +780368,7 @@ } }, { - "id": 35945, + "id": 19432, "name": "run", "variant": "declaration", "kind": 1024, @@ -766383,7 +780391,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35946, + "id": 19433, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766397,7 +780405,7 @@ ], "signatures": [ { - "id": 35947, + "id": 19434, "name": "__type", "variant": "signature", "kind": 4096, @@ -766425,7 +780433,7 @@ ], "typeParameters": [ { - "id": 35948, + "id": 19435, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -766436,7 +780444,7 @@ } }, { - "id": 35949, + "id": 19436, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -766449,7 +780457,7 @@ ], "parameters": [ { - "id": 35950, + "id": 19437, "name": "args", "variant": "param", "kind": 32768, @@ -766482,7 +780490,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766493,13 +780501,13 @@ }, "trueType": { "type": "reference", - "target": 35921, + "target": 19408, "name": "DeleteShippingProfilesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766532,7 +780540,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766547,7 +780555,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766567,7 +780575,7 @@ } }, { - "id": 35951, + "id": 19438, "name": "getName", "variant": "declaration", "kind": 1024, @@ -766590,7 +780598,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35952, + "id": 19439, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766604,7 +780612,7 @@ ], "signatures": [ { - "id": 35953, + "id": 19440, "name": "__type", "variant": "signature", "kind": 4096, @@ -766626,7 +780634,7 @@ } }, { - "id": 35954, + "id": 19441, "name": "config", "variant": "declaration", "kind": 1024, @@ -766649,7 +780657,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35955, + "id": 19442, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766663,7 +780671,7 @@ ], "signatures": [ { - "id": 35956, + "id": 19443, "name": "__type", "variant": "signature", "kind": 4096, @@ -766677,7 +780685,7 @@ ], "parameters": [ { - "id": 35957, + "id": 19444, "name": "config", "variant": "param", "kind": 32768, @@ -766703,7 +780711,7 @@ } }, { - "id": 35958, + "id": 19445, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -766726,7 +780734,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35959, + "id": 19446, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766740,14 +780748,14 @@ ], "indexSignatures": [ { - "id": 35960, + "id": 19447, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 35961, + "id": 19448, "name": "key", "variant": "param", "kind": 32768, @@ -766761,7 +780769,7 @@ "type": { "type": "reflection", "declaration": { - "id": 35962, + "id": 19449, "name": "__type", "variant": "declaration", "kind": 65536, @@ -766775,7 +780783,7 @@ ], "signatures": [ { - "id": 35963, + "id": 19450, "name": "__type", "variant": "signature", "kind": 4096, @@ -766789,14 +780797,14 @@ ], "typeParameters": [ { - "id": 35964, + "id": 19451, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 35965, + "id": 19452, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -766805,7 +780813,7 @@ ], "parameters": [ { - "id": 35966, + "id": 19453, "name": "invoke", "variant": "param", "kind": 32768, @@ -766823,14 +780831,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766841,7 +780849,7 @@ } }, { - "id": 35967, + "id": 19454, "name": "compensate", "variant": "param", "kind": 32768, @@ -766857,7 +780865,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -766884,8 +780892,8 @@ ], "documents": [ { - "id": 38303, - "name": "deleteShippingProfilesStep", + "id": 21800, + "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -766900,6 +780908,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -766910,8 +780927,8 @@ "frontmatter": {} }, { - "id": 38304, - "name": "removeRemoteLinkStep", + "id": 21801, + "name": "deleteShippingProfilesStep", "variant": "document", "kind": 8388608, "flags": {}, @@ -766926,6 +780943,50 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19403" + } + ] + } + ], + "modifierTags": [ + "@step" + ] + }, + "content": [], + "frontmatter": {} + }, + { + "id": 21802, + "name": "removeRemoteLinkStep", + "variant": "document", + "kind": 8388608, + "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@workflowDepth", + "content": [ + { + "kind": "text", + "text": "3" + } + ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -766937,35 +780998,35 @@ } ], "childrenIncludingDocuments": [ - 35933, - 35945, - 35951, - 35954, - 35958 + 19420, + 19432, + 19438, + 19441, + 19445 ], "groups": [ { "title": "Properties", "children": [ - 35933, - 35945, - 35951, - 35954, - 35958 + 19420, + 19432, + 19438, + 19441, + 19445 ] } ], "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 38, + "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L62" } ], "signatures": [ { - "id": 35926, + "id": 19413, "name": "deleteShippingProfileWorkflow", "variant": "signature", "kind": 4096, @@ -766974,7 +781035,7 @@ "summary": [ { "kind": "text", - "text": "This workflow deletes one or more shipping profiles. It's used by the\n[Delete Shipping Profile Admin API Route](https://docs.medusajs.com/api/admin#shipping-profiles_deleteshippingprofilesid).\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to\ndelete shipping profiles within your custom flows." + "text": "This workflow deletes one or more shipping profiles. It's used by the\n[Delete Shipping Profile Admin API Route](https://docs.medusajs.com/api/admin#shipping-profiles_deleteshippingprofilesid).\nShipping profiles that are linked to products cannot be deleted.\n\nYou can use this workflow within your customizations or your own custom workflows, allowing you to\ndelete shipping profiles within your custom flows." } ], "blockTags": [ @@ -767001,7 +781062,7 @@ "content": [ { "kind": "text", - "text": "fulfillment,link,workflow" + "text": "query,fulfillment,link,workflow" } ] } @@ -767010,14 +781071,14 @@ "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 38, + "line": 62, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L62" } ], "typeParameters": [ { - "id": 35927, + "id": 19414, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -767028,7 +781089,7 @@ } }, { - "id": 35928, + "id": 19415, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -767041,7 +781102,7 @@ ], "parameters": [ { - "id": 35929, + "id": 19416, "name": "container", "variant": "param", "kind": 32768, @@ -767065,14 +781126,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35930, + "id": 19417, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35931, + "id": 19418, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -767095,7 +781156,7 @@ } }, { - "id": 35932, + "id": 19419, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -767122,8 +781183,8 @@ { "title": "Properties", "children": [ - 35931, - 35932 + 19418, + 19419 ] } ], @@ -767194,7 +781255,7 @@ "typeArguments": [ { "type": "reference", - "target": 35921, + "target": 19408, "name": "DeleteShippingProfilesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -767204,14 +781265,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -767230,21 +781291,21 @@ ] }, { - "id": 16620, + "id": 80, "name": "Stock Location", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16621, + "id": 81, "name": "Steps_Stock Location", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 35969, + "id": 19456, "name": "createStockLocationsStepId", "variant": "declaration", "kind": 32, @@ -767256,7 +781317,7 @@ "fileName": "core-flows/src/stock-location/steps/create-stock-locations.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L14" } ], "type": { @@ -767266,7 +781327,7 @@ "defaultValue": "\"create-stock-locations\"" }, { - "id": 35970, + "id": 19457, "name": "createStockLocations", "variant": "declaration", "kind": 64, @@ -767292,7 +781353,7 @@ }, "children": [ { - "id": 35979, + "id": 19466, "name": "__type", "variant": "declaration", "kind": 1024, @@ -767310,7 +781371,7 @@ } }, { - "id": 35980, + "id": 19467, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -767332,8 +781393,8 @@ { "title": "Properties", "children": [ - 35979, - 35980 + 19466, + 19467 ] } ], @@ -767342,12 +781403,12 @@ "fileName": "core-flows/src/stock-location/steps/create-stock-locations.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L18" } ], "signatures": [ { - "id": 35971, + "id": 19458, "name": "createStockLocations", "variant": "signature", "kind": 4096, @@ -767376,12 +781437,12 @@ "fileName": "core-flows/src/stock-location/steps/create-stock-locations.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L18" } ], "parameters": [ { - "id": 35972, + "id": 19459, "name": "input", "variant": "param", "kind": 32768, @@ -767391,7 +781452,7 @@ "types": [ { "type": "reference", - "target": 35968, + "target": 19455, "name": "CreateStockLocationsStepInput", "package": "@medusajs/core-flows" }, @@ -767404,7 +781465,7 @@ "typeArguments": [ { "type": "reference", - "target": 35968, + "target": 19455, "name": "CreateStockLocationsStepInput", "package": "@medusajs/core-flows" } @@ -767494,14 +781555,14 @@ { "type": "reflection", "declaration": { - "id": 35973, + "id": 19460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35974, + "id": 19461, "name": "config", "variant": "declaration", "kind": 2048, @@ -767515,7 +781576,7 @@ ], "signatures": [ { - "id": 35975, + "id": 19462, "name": "config", "variant": "signature", "kind": 4096, @@ -767529,7 +781590,7 @@ ], "parameters": [ { - "id": 35976, + "id": 19463, "name": "config", "variant": "param", "kind": 32768, @@ -767540,14 +781601,14 @@ { "type": "reflection", "declaration": { - "id": 35977, + "id": 19464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35978, + "id": 19465, "name": "name", "variant": "declaration", "kind": 1024, @@ -767571,7 +781632,7 @@ { "title": "Properties", "children": [ - 35978 + 19465 ] } ], @@ -767656,7 +781717,7 @@ { "title": "Methods", "children": [ - 35974 + 19461 ] } ], @@ -767698,7 +781759,7 @@ ] }, { - "id": 35981, + "id": 19468, "name": "updateStockLocationsStepId", "variant": "declaration", "kind": 32, @@ -767710,7 +781771,7 @@ "fileName": "core-flows/src/stock-location/steps/update-stock-locations.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L25" } ], "type": { @@ -767720,7 +781781,7 @@ "defaultValue": "\"update-stock-locations-step\"" }, { - "id": 35982, + "id": 19469, "name": "updateStockLocationsStep", "variant": "declaration", "kind": 64, @@ -767755,7 +781816,7 @@ }, "children": [ { - "id": 35991, + "id": 19478, "name": "__type", "variant": "declaration", "kind": 1024, @@ -767773,7 +781834,7 @@ } }, { - "id": 35992, + "id": 19479, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -767795,8 +781856,8 @@ { "title": "Properties", "children": [ - 35991, - 35992 + 19478, + 19479 ] } ], @@ -767805,12 +781866,12 @@ "fileName": "core-flows/src/stock-location/steps/update-stock-locations.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L39" } ], "signatures": [ { - "id": 35983, + "id": 19470, "name": "updateStockLocationsStep", "variant": "signature", "kind": 4096, @@ -767848,12 +781909,12 @@ "fileName": "core-flows/src/stock-location/steps/update-stock-locations.ts", "line": 39, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts#L39" } ], "parameters": [ { - "id": 35984, + "id": 19471, "name": "input", "variant": "param", "kind": 32768, @@ -767972,14 +782033,14 @@ { "type": "reflection", "declaration": { - "id": 35985, + "id": 19472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35986, + "id": 19473, "name": "config", "variant": "declaration", "kind": 2048, @@ -767993,7 +782054,7 @@ ], "signatures": [ { - "id": 35987, + "id": 19474, "name": "config", "variant": "signature", "kind": 4096, @@ -768007,7 +782068,7 @@ ], "parameters": [ { - "id": 35988, + "id": 19475, "name": "config", "variant": "param", "kind": 32768, @@ -768018,14 +782079,14 @@ { "type": "reflection", "declaration": { - "id": 35989, + "id": 19476, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35990, + "id": 19477, "name": "name", "variant": "declaration", "kind": 1024, @@ -768049,7 +782110,7 @@ { "title": "Properties", "children": [ - 35990 + 19477 ] } ], @@ -768134,7 +782195,7 @@ { "title": "Methods", "children": [ - 35986 + 19473 ] } ], @@ -768176,7 +782237,7 @@ ] }, { - "id": 35994, + "id": 19481, "name": "deleteStockLocationsStepId", "variant": "declaration", "kind": 32, @@ -768188,7 +782249,7 @@ "fileName": "core-flows/src/stock-location/steps/delete-stock-locations.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L10" } ], "type": { @@ -768198,7 +782259,7 @@ "defaultValue": "\"delete-stock-locations-step\"" }, { - "id": 35995, + "id": 19482, "name": "deleteStockLocationsStep", "variant": "declaration", "kind": 64, @@ -768224,7 +782285,7 @@ }, "children": [ { - "id": 36007, + "id": 19494, "name": "__type", "variant": "declaration", "kind": 1024, @@ -768242,7 +782303,7 @@ } }, { - "id": 36008, + "id": 19495, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -768264,8 +782325,8 @@ { "title": "Properties", "children": [ - 36007, - 36008 + 19494, + 19495 ] } ], @@ -768274,12 +782335,12 @@ "fileName": "core-flows/src/stock-location/steps/delete-stock-locations.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L14" } ], "signatures": [ { - "id": 35996, + "id": 19483, "name": "deleteStockLocationsStep", "variant": "signature", "kind": 4096, @@ -768308,12 +782369,12 @@ "fileName": "core-flows/src/stock-location/steps/delete-stock-locations.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L14" } ], "parameters": [ { - "id": 35997, + "id": 19484, "name": "input", "variant": "param", "kind": 32768, @@ -768323,7 +782384,7 @@ "types": [ { "type": "reference", - "target": 35993, + "target": 19480, "name": "DeleteStockLocationsStepInput", "package": "@medusajs/core-flows" }, @@ -768336,7 +782397,7 @@ "typeArguments": [ { "type": "reference", - "target": 35993, + "target": 19480, "name": "DeleteStockLocationsStepInput", "package": "@medusajs/core-flows" } @@ -768354,7 +782415,7 @@ { "type": "reflection", "declaration": { - "id": 35998, + "id": 19485, "name": "__type", "variant": "declaration", "kind": 65536, @@ -768368,14 +782429,14 @@ ], "indexSignatures": [ { - "id": 35999, + "id": 19486, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 36000, + "id": 19487, "name": "key", "variant": "param", "kind": 32768, @@ -768500,14 +782561,14 @@ { "type": "reflection", "declaration": { - "id": 36001, + "id": 19488, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36002, + "id": 19489, "name": "config", "variant": "declaration", "kind": 2048, @@ -768521,7 +782582,7 @@ ], "signatures": [ { - "id": 36003, + "id": 19490, "name": "config", "variant": "signature", "kind": 4096, @@ -768535,7 +782596,7 @@ ], "parameters": [ { - "id": 36004, + "id": 19491, "name": "config", "variant": "param", "kind": 32768, @@ -768546,14 +782607,14 @@ { "type": "reflection", "declaration": { - "id": 36005, + "id": 19492, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36006, + "id": 19493, "name": "name", "variant": "declaration", "kind": 1024, @@ -768577,7 +782638,7 @@ { "title": "Properties", "children": [ - 36006 + 19493 ] } ], @@ -768659,7 +782720,7 @@ { "title": "Methods", "children": [ - 36002 + 19489 ] } ], @@ -768700,14 +782761,14 @@ ] }, { - "id": 16622, + "id": 82, "name": "Workflows_Stock Location", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36009, + "id": 19496, "name": "createLocationFulfillmentSetWorkflowId", "variant": "declaration", "kind": 32, @@ -768719,7 +782780,7 @@ "fileName": "core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L10" } ], "type": { @@ -768729,7 +782790,7 @@ "defaultValue": "\"create-location-fulfillment-set\"" }, { - "id": 36010, + "id": 19497, "name": "createLocationFulfillmentSetWorkflow", "variant": "declaration", "kind": 64, @@ -768773,7 +782834,7 @@ }, "children": [ { - "id": 36018, + "id": 19505, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -768796,7 +782857,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36019, + "id": 19506, "name": "__type", "variant": "declaration", "kind": 65536, @@ -768810,7 +782871,7 @@ ], "signatures": [ { - "id": 36020, + "id": 19507, "name": "__type", "variant": "signature", "kind": 4096, @@ -768838,7 +782899,7 @@ ], "parameters": [ { - "id": 36021, + "id": 19508, "name": "param0", "variant": "param", "kind": 32768, @@ -768854,14 +782915,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36022, + "id": 19509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36023, + "id": 19510, "name": "input", "variant": "declaration", "kind": 1024, @@ -768921,7 +782982,7 @@ { "title": "Properties", "children": [ - 36023 + 19510 ] } ], @@ -768957,14 +783018,14 @@ { "type": "reflection", "declaration": { - "id": 36024, + "id": 19511, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36025, + "id": 19512, "name": "config", "variant": "declaration", "kind": 2048, @@ -768978,7 +783039,7 @@ ], "signatures": [ { - "id": 36026, + "id": 19513, "name": "config", "variant": "signature", "kind": 4096, @@ -768992,7 +783053,7 @@ ], "parameters": [ { - "id": 36027, + "id": 19514, "name": "config", "variant": "param", "kind": 32768, @@ -769003,14 +783064,14 @@ { "type": "reflection", "declaration": { - "id": 36028, + "id": 19515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36029, + "id": 19516, "name": "name", "variant": "declaration", "kind": 1024, @@ -769034,7 +783095,7 @@ { "title": "Properties", "children": [ - 36029 + 19516 ] } ], @@ -769111,7 +783172,7 @@ { "title": "Methods", "children": [ - 36025 + 19512 ] } ], @@ -769147,7 +783208,7 @@ } }, { - "id": 36030, + "id": 19517, "name": "run", "variant": "declaration", "kind": 1024, @@ -769170,7 +783231,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36031, + "id": 19518, "name": "__type", "variant": "declaration", "kind": 65536, @@ -769184,7 +783245,7 @@ ], "signatures": [ { - "id": 36032, + "id": 19519, "name": "__type", "variant": "signature", "kind": 4096, @@ -769212,7 +783273,7 @@ ], "typeParameters": [ { - "id": 36033, + "id": 19520, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -769223,7 +783284,7 @@ } }, { - "id": 36034, + "id": 19521, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -769236,7 +783297,7 @@ ], "parameters": [ { - "id": 36035, + "id": 19522, "name": "args", "variant": "param", "kind": 32768, @@ -769269,7 +783330,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769289,7 +783350,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769322,7 +783383,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769337,7 +783398,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769357,7 +783418,7 @@ } }, { - "id": 36036, + "id": 19523, "name": "getName", "variant": "declaration", "kind": 1024, @@ -769380,7 +783441,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36037, + "id": 19524, "name": "__type", "variant": "declaration", "kind": 65536, @@ -769394,7 +783455,7 @@ ], "signatures": [ { - "id": 36038, + "id": 19525, "name": "__type", "variant": "signature", "kind": 4096, @@ -769416,7 +783477,7 @@ } }, { - "id": 36039, + "id": 19526, "name": "config", "variant": "declaration", "kind": 1024, @@ -769439,7 +783500,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36040, + "id": 19527, "name": "__type", "variant": "declaration", "kind": 65536, @@ -769453,7 +783514,7 @@ ], "signatures": [ { - "id": 36041, + "id": 19528, "name": "__type", "variant": "signature", "kind": 4096, @@ -769467,7 +783528,7 @@ ], "parameters": [ { - "id": 36042, + "id": 19529, "name": "config", "variant": "param", "kind": 32768, @@ -769493,7 +783554,7 @@ } }, { - "id": 36043, + "id": 19530, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -769516,7 +783577,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36044, + "id": 19531, "name": "__type", "variant": "declaration", "kind": 65536, @@ -769530,14 +783591,14 @@ ], "indexSignatures": [ { - "id": 36045, + "id": 19532, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 36046, + "id": 19533, "name": "key", "variant": "param", "kind": 32768, @@ -769551,7 +783612,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36047, + "id": 19534, "name": "__type", "variant": "declaration", "kind": 65536, @@ -769565,7 +783626,7 @@ ], "signatures": [ { - "id": 36048, + "id": 19535, "name": "__type", "variant": "signature", "kind": 4096, @@ -769579,14 +783640,14 @@ ], "typeParameters": [ { - "id": 36049, + "id": 19536, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 36050, + "id": 19537, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -769595,7 +783656,7 @@ ], "parameters": [ { - "id": 36051, + "id": 19538, "name": "invoke", "variant": "param", "kind": 32768, @@ -769613,14 +783674,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769631,7 +783692,7 @@ } }, { - "id": 36052, + "id": 19539, "name": "compensate", "variant": "param", "kind": 32768, @@ -769647,7 +783708,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769674,7 +783735,7 @@ ], "documents": [ { - "id": 38305, + "id": 21803, "name": "createFulfillmentSets", "variant": "document", "kind": 8388608, @@ -769690,6 +783751,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "3500" + } + ] } ], "modifierTags": [ @@ -769701,21 +783771,21 @@ } ], "childrenIncludingDocuments": [ - 36018, - 36030, - 36036, - 36039, - 36043 + 19505, + 19517, + 19523, + 19526, + 19530 ], "groups": [ { "title": "Properties", "children": [ - 36018, - 36030, - 36036, - 36039, - 36043 + 19505, + 19517, + 19523, + 19526, + 19530 ] } ], @@ -769724,12 +783794,12 @@ "fileName": "core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L35" } ], "signatures": [ { - "id": 36011, + "id": 19498, "name": "createLocationFulfillmentSetWorkflow", "variant": "signature", "kind": 4096, @@ -769776,12 +783846,12 @@ "fileName": "core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", "line": 35, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts#L35" } ], "typeParameters": [ { - "id": 36012, + "id": 19499, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -769792,7 +783862,7 @@ } }, { - "id": 36013, + "id": 19500, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -769805,7 +783875,7 @@ ], "parameters": [ { - "id": 36014, + "id": 19501, "name": "container", "variant": "param", "kind": 32768, @@ -769829,14 +783899,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36015, + "id": 19502, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36016, + "id": 19503, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -769859,7 +783929,7 @@ } }, { - "id": 36017, + "id": 19504, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -769886,8 +783956,8 @@ { "title": "Properties", "children": [ - 36016, - 36017 + 19503, + 19504 ] } ], @@ -769971,14 +784041,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -769993,7 +784063,7 @@ ] }, { - "id": 36054, + "id": 19541, "name": "locations", "variant": "declaration", "kind": 1024, @@ -770011,7 +784081,7 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L17" } ], "type": { @@ -770028,7 +784098,7 @@ } }, { - "id": 36055, + "id": 19542, "name": "createStockLocationsWorkflowId", "variant": "declaration", "kind": 32, @@ -770040,7 +784110,7 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 20, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L20" } ], "type": { @@ -770050,7 +784120,7 @@ "defaultValue": "\"create-stock-locations-workflow\"" }, { - "id": 36056, + "id": 19543, "name": "createStockLocationsWorkflow", "variant": "declaration", "kind": 64, @@ -770094,7 +784164,7 @@ }, "children": [ { - "id": 36064, + "id": 19551, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -770117,7 +784187,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36065, + "id": 19552, "name": "__type", "variant": "declaration", "kind": 65536, @@ -770131,7 +784201,7 @@ ], "signatures": [ { - "id": 36066, + "id": 19553, "name": "__type", "variant": "signature", "kind": 4096, @@ -770159,7 +784229,7 @@ ], "parameters": [ { - "id": 36067, + "id": 19554, "name": "param0", "variant": "param", "kind": 32768, @@ -770175,14 +784245,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36068, + "id": 19555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36069, + "id": 19556, "name": "input", "variant": "declaration", "kind": 1024, @@ -770207,7 +784277,7 @@ "types": [ { "type": "reference", - "target": 36053, + "target": 19540, "name": "CreateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -770220,7 +784290,7 @@ "typeArguments": [ { "type": "reference", - "target": 36053, + "target": 19540, "name": "CreateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" } @@ -770236,7 +784306,7 @@ { "title": "Properties", "children": [ - 36069 + 19556 ] } ], @@ -770329,14 +784399,14 @@ { "type": "reflection", "declaration": { - "id": 36070, + "id": 19557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36071, + "id": 19558, "name": "config", "variant": "declaration", "kind": 2048, @@ -770350,7 +784420,7 @@ ], "signatures": [ { - "id": 36072, + "id": 19559, "name": "config", "variant": "signature", "kind": 4096, @@ -770364,7 +784434,7 @@ ], "parameters": [ { - "id": 36073, + "id": 19560, "name": "config", "variant": "param", "kind": 32768, @@ -770375,14 +784445,14 @@ { "type": "reflection", "declaration": { - "id": 36074, + "id": 19561, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36075, + "id": 19562, "name": "name", "variant": "declaration", "kind": 1024, @@ -770406,7 +784476,7 @@ { "title": "Properties", "children": [ - 36075 + 19562 ] } ], @@ -770491,7 +784561,7 @@ { "title": "Methods", "children": [ - 36071 + 19558 ] } ], @@ -770535,7 +784605,7 @@ } }, { - "id": 36076, + "id": 19563, "name": "run", "variant": "declaration", "kind": 1024, @@ -770558,7 +784628,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36077, + "id": 19564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -770572,7 +784642,7 @@ ], "signatures": [ { - "id": 36078, + "id": 19565, "name": "__type", "variant": "signature", "kind": 4096, @@ -770600,7 +784670,7 @@ ], "typeParameters": [ { - "id": 36079, + "id": 19566, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -770611,7 +784681,7 @@ } }, { - "id": 36080, + "id": 19567, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -770624,7 +784694,7 @@ ], "parameters": [ { - "id": 36081, + "id": 19568, "name": "args", "variant": "param", "kind": 32768, @@ -770657,7 +784727,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -770668,13 +784738,13 @@ }, "trueType": { "type": "reference", - "target": 36053, + "target": 19540, "name": "CreateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -770707,7 +784777,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -770730,7 +784800,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -770750,7 +784820,7 @@ } }, { - "id": 36082, + "id": 19569, "name": "getName", "variant": "declaration", "kind": 1024, @@ -770773,7 +784843,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36083, + "id": 19570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -770787,7 +784857,7 @@ ], "signatures": [ { - "id": 36084, + "id": 19571, "name": "__type", "variant": "signature", "kind": 4096, @@ -770809,7 +784879,7 @@ } }, { - "id": 36085, + "id": 19572, "name": "config", "variant": "declaration", "kind": 1024, @@ -770832,7 +784902,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36086, + "id": 19573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -770846,7 +784916,7 @@ ], "signatures": [ { - "id": 36087, + "id": 19574, "name": "__type", "variant": "signature", "kind": 4096, @@ -770860,7 +784930,7 @@ ], "parameters": [ { - "id": 36088, + "id": 19575, "name": "config", "variant": "param", "kind": 32768, @@ -770886,7 +784956,7 @@ } }, { - "id": 36089, + "id": 19576, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -770914,7 +784984,7 @@ ], "documents": [ { - "id": 38306, + "id": 21804, "name": "createStockLocations", "variant": "document", "kind": 8388608, @@ -770930,6 +785000,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19457" + } + ] } ], "modifierTags": [ @@ -770941,21 +785020,21 @@ } ], "childrenIncludingDocuments": [ - 36064, - 36076, - 36082, - 36085, - 36089 + 19551, + 19563, + 19569, + 19572, + 19576 ], "groups": [ { "title": "Properties", "children": [ - 36064, - 36076, - 36082, - 36085, - 36089 + 19551, + 19563, + 19569, + 19572, + 19576 ] } ], @@ -770964,12 +785043,12 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L44" } ], "signatures": [ { - "id": 36057, + "id": 19544, "name": "createStockLocationsWorkflow", "variant": "signature", "kind": 4096, @@ -771016,12 +785095,12 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 44, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L44" } ], "typeParameters": [ { - "id": 36058, + "id": 19545, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -771032,7 +785111,7 @@ } }, { - "id": 36059, + "id": 19546, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -771045,7 +785124,7 @@ ], "parameters": [ { - "id": 36060, + "id": 19547, "name": "container", "variant": "param", "kind": 32768, @@ -771069,14 +785148,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36061, + "id": 19548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36062, + "id": 19549, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -771099,7 +785178,7 @@ } }, { - "id": 36063, + "id": 19550, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -771126,8 +785205,8 @@ { "title": "Properties", "children": [ - 36062, - 36063 + 19549, + 19550 ] } ], @@ -771198,7 +785277,7 @@ "typeArguments": [ { "type": "reference", - "target": 36053, + "target": 19540, "name": "CreateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -771216,14 +785295,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -771238,7 +785317,7 @@ ] }, { - "id": 36091, + "id": 19578, "name": "ids", "variant": "declaration", "kind": 1024, @@ -771256,7 +785335,7 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L13" } ], "type": { @@ -771268,7 +785347,7 @@ } }, { - "id": 36092, + "id": 19579, "name": "deleteStockLocationsWorkflowId", "variant": "declaration", "kind": 32, @@ -771280,7 +785359,7 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 16, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L16" } ], "type": { @@ -771290,7 +785369,7 @@ "defaultValue": "\"delete-stock-locations-workflow\"" }, { - "id": 36093, + "id": 19580, "name": "deleteStockLocationsWorkflow", "variant": "declaration", "kind": 64, @@ -771334,7 +785413,7 @@ }, "children": [ { - "id": 36101, + "id": 19588, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -771357,7 +785436,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36102, + "id": 19589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -771371,7 +785450,7 @@ ], "signatures": [ { - "id": 36103, + "id": 19590, "name": "__type", "variant": "signature", "kind": 4096, @@ -771399,7 +785478,7 @@ ], "parameters": [ { - "id": 36104, + "id": 19591, "name": "param0", "variant": "param", "kind": 32768, @@ -771415,14 +785494,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36105, + "id": 19592, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36106, + "id": 19593, "name": "input", "variant": "declaration", "kind": 1024, @@ -771447,7 +785526,7 @@ "types": [ { "type": "reference", - "target": 36090, + "target": 19577, "name": "DeleteStockLocationWorkflowInput", "package": "@medusajs/core-flows" }, @@ -771460,7 +785539,7 @@ "typeArguments": [ { "type": "reference", - "target": 36090, + "target": 19577, "name": "DeleteStockLocationWorkflowInput", "package": "@medusajs/core-flows" } @@ -771476,7 +785555,7 @@ { "title": "Properties", "children": [ - 36106 + 19593 ] } ], @@ -771512,14 +785591,14 @@ { "type": "reflection", "declaration": { - "id": 36107, + "id": 19594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36108, + "id": 19595, "name": "config", "variant": "declaration", "kind": 2048, @@ -771533,7 +785612,7 @@ ], "signatures": [ { - "id": 36109, + "id": 19596, "name": "config", "variant": "signature", "kind": 4096, @@ -771547,7 +785626,7 @@ ], "parameters": [ { - "id": 36110, + "id": 19597, "name": "config", "variant": "param", "kind": 32768, @@ -771558,14 +785637,14 @@ { "type": "reflection", "declaration": { - "id": 36111, + "id": 19598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36112, + "id": 19599, "name": "name", "variant": "declaration", "kind": 1024, @@ -771589,7 +785668,7 @@ { "title": "Properties", "children": [ - 36112 + 19599 ] } ], @@ -771666,7 +785745,7 @@ { "title": "Methods", "children": [ - 36108 + 19595 ] } ], @@ -771702,7 +785781,7 @@ } }, { - "id": 36113, + "id": 19600, "name": "run", "variant": "declaration", "kind": 1024, @@ -771725,7 +785804,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36114, + "id": 19601, "name": "__type", "variant": "declaration", "kind": 65536, @@ -771739,7 +785818,7 @@ ], "signatures": [ { - "id": 36115, + "id": 19602, "name": "__type", "variant": "signature", "kind": 4096, @@ -771767,7 +785846,7 @@ ], "typeParameters": [ { - "id": 36116, + "id": 19603, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -771778,7 +785857,7 @@ } }, { - "id": 36117, + "id": 19604, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -771791,7 +785870,7 @@ ], "parameters": [ { - "id": 36118, + "id": 19605, "name": "args", "variant": "param", "kind": 32768, @@ -771824,7 +785903,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -771835,13 +785914,13 @@ }, "trueType": { "type": "reference", - "target": 36090, + "target": 19577, "name": "DeleteStockLocationWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -771874,7 +785953,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -771889,7 +785968,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -771909,7 +785988,7 @@ } }, { - "id": 36119, + "id": 19606, "name": "getName", "variant": "declaration", "kind": 1024, @@ -771932,7 +786011,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36120, + "id": 19607, "name": "__type", "variant": "declaration", "kind": 65536, @@ -771946,7 +786025,7 @@ ], "signatures": [ { - "id": 36121, + "id": 19608, "name": "__type", "variant": "signature", "kind": 4096, @@ -771968,7 +786047,7 @@ } }, { - "id": 36122, + "id": 19609, "name": "config", "variant": "declaration", "kind": 1024, @@ -771991,7 +786070,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36123, + "id": 19610, "name": "__type", "variant": "declaration", "kind": 65536, @@ -772005,7 +786084,7 @@ ], "signatures": [ { - "id": 36124, + "id": 19611, "name": "__type", "variant": "signature", "kind": 4096, @@ -772019,7 +786098,7 @@ ], "parameters": [ { - "id": 36125, + "id": 19612, "name": "config", "variant": "param", "kind": 32768, @@ -772045,7 +786124,7 @@ } }, { - "id": 36126, + "id": 19613, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -772068,7 +786147,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36127, + "id": 19614, "name": "__type", "variant": "declaration", "kind": 65536, @@ -772082,14 +786161,14 @@ ], "indexSignatures": [ { - "id": 36128, + "id": 19615, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 36129, + "id": 19616, "name": "key", "variant": "param", "kind": 32768, @@ -772103,7 +786182,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36130, + "id": 19617, "name": "__type", "variant": "declaration", "kind": 65536, @@ -772117,7 +786196,7 @@ ], "signatures": [ { - "id": 36131, + "id": 19618, "name": "__type", "variant": "signature", "kind": 4096, @@ -772131,14 +786210,14 @@ ], "typeParameters": [ { - "id": 36132, + "id": 19619, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 36133, + "id": 19620, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -772147,7 +786226,7 @@ ], "parameters": [ { - "id": 36134, + "id": 19621, "name": "invoke", "variant": "param", "kind": 32768, @@ -772165,14 +786244,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -772183,7 +786262,7 @@ } }, { - "id": 36135, + "id": 19622, "name": "compensate", "variant": "param", "kind": 32768, @@ -772199,7 +786278,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -772226,7 +786305,7 @@ ], "documents": [ { - "id": 38307, + "id": 21805, "name": "deleteStockLocationsStep", "variant": "document", "kind": 8388608, @@ -772242,6 +786321,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19482" + } + ] } ], "modifierTags": [ @@ -772252,7 +786340,7 @@ "frontmatter": {} }, { - "id": 38308, + "id": 21806, "name": "removeRemoteLinkStep", "variant": "document", "kind": 8388608, @@ -772268,6 +786356,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2061" + } + ] } ], "modifierTags": [ @@ -772279,21 +786376,21 @@ } ], "childrenIncludingDocuments": [ - 36101, - 36113, - 36119, - 36122, - 36126 + 19588, + 19600, + 19606, + 19609, + 19613 ], "groups": [ { "title": "Properties", "children": [ - 36101, - 36113, - 36119, - 36122, - 36126 + 19588, + 19600, + 19606, + 19609, + 19613 ] } ], @@ -772302,12 +786399,12 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L36" } ], "signatures": [ { - "id": 36094, + "id": 19581, "name": "deleteStockLocationsWorkflow", "variant": "signature", "kind": 4096, @@ -772354,12 +786451,12 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 36, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L36" } ], "typeParameters": [ { - "id": 36095, + "id": 19582, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -772370,7 +786467,7 @@ } }, { - "id": 36096, + "id": 19583, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -772383,7 +786480,7 @@ ], "parameters": [ { - "id": 36097, + "id": 19584, "name": "container", "variant": "param", "kind": 32768, @@ -772407,14 +786504,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36098, + "id": 19585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36099, + "id": 19586, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -772437,7 +786534,7 @@ } }, { - "id": 36100, + "id": 19587, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -772464,8 +786561,8 @@ { "title": "Properties", "children": [ - 36099, - 36100 + 19586, + 19587 ] } ], @@ -772536,7 +786633,7 @@ "typeArguments": [ { "type": "reference", - "target": 36090, + "target": 19577, "name": "DeleteStockLocationWorkflowInput", "package": "@medusajs/core-flows" }, @@ -772546,14 +786643,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -772568,7 +786665,7 @@ ] }, { - "id": 36137, + "id": 19624, "name": "selector", "variant": "declaration", "kind": 1024, @@ -772586,7 +786683,7 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L25" } ], "type": { @@ -772600,7 +786697,7 @@ } }, { - "id": 36138, + "id": 19625, "name": "update", "variant": "declaration", "kind": 1024, @@ -772618,7 +786715,7 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L29" } ], "type": { @@ -772632,7 +786729,7 @@ } }, { - "id": 36139, + "id": 19626, "name": "updateStockLocationsWorkflowId", "variant": "declaration", "kind": 32, @@ -772644,7 +786741,7 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 31, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L31" } ], "type": { @@ -772654,7 +786751,7 @@ "defaultValue": "\"update-stock-locations-workflow\"" }, { - "id": 36140, + "id": 19627, "name": "updateStockLocationsWorkflow", "variant": "declaration", "kind": 64, @@ -772698,7 +786795,7 @@ }, "children": [ { - "id": 36148, + "id": 19635, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -772721,7 +786818,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36149, + "id": 19636, "name": "__type", "variant": "declaration", "kind": 65536, @@ -772735,7 +786832,7 @@ ], "signatures": [ { - "id": 36150, + "id": 19637, "name": "__type", "variant": "signature", "kind": 4096, @@ -772763,7 +786860,7 @@ ], "parameters": [ { - "id": 36151, + "id": 19638, "name": "param0", "variant": "param", "kind": 32768, @@ -772779,14 +786876,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36152, + "id": 19639, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36153, + "id": 19640, "name": "input", "variant": "declaration", "kind": 1024, @@ -772811,7 +786908,7 @@ "types": [ { "type": "reference", - "target": 36136, + "target": 19623, "name": "UpdateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -772824,7 +786921,7 @@ "typeArguments": [ { "type": "reference", - "target": 36136, + "target": 19623, "name": "UpdateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" } @@ -772840,7 +786937,7 @@ { "title": "Properties", "children": [ - 36153 + 19640 ] } ], @@ -772933,14 +787030,14 @@ { "type": "reflection", "declaration": { - "id": 36154, + "id": 19641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36155, + "id": 19642, "name": "config", "variant": "declaration", "kind": 2048, @@ -772954,7 +787051,7 @@ ], "signatures": [ { - "id": 36156, + "id": 19643, "name": "config", "variant": "signature", "kind": 4096, @@ -772968,7 +787065,7 @@ ], "parameters": [ { - "id": 36157, + "id": 19644, "name": "config", "variant": "param", "kind": 32768, @@ -772979,14 +787076,14 @@ { "type": "reflection", "declaration": { - "id": 36158, + "id": 19645, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36159, + "id": 19646, "name": "name", "variant": "declaration", "kind": 1024, @@ -773010,7 +787107,7 @@ { "title": "Properties", "children": [ - 36159 + 19646 ] } ], @@ -773095,7 +787192,7 @@ { "title": "Methods", "children": [ - 36155 + 19642 ] } ], @@ -773139,7 +787236,7 @@ } }, { - "id": 36160, + "id": 19647, "name": "run", "variant": "declaration", "kind": 1024, @@ -773162,7 +787259,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36161, + "id": 19648, "name": "__type", "variant": "declaration", "kind": 65536, @@ -773176,7 +787273,7 @@ ], "signatures": [ { - "id": 36162, + "id": 19649, "name": "__type", "variant": "signature", "kind": 4096, @@ -773204,7 +787301,7 @@ ], "typeParameters": [ { - "id": 36163, + "id": 19650, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -773215,7 +787312,7 @@ } }, { - "id": 36164, + "id": 19651, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -773228,7 +787325,7 @@ ], "parameters": [ { - "id": 36165, + "id": 19652, "name": "args", "variant": "param", "kind": 32768, @@ -773261,7 +787358,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -773272,13 +787369,13 @@ }, "trueType": { "type": "reference", - "target": 36136, + "target": 19623, "name": "UpdateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -773311,7 +787408,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -773334,7 +787431,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -773354,7 +787451,7 @@ } }, { - "id": 36166, + "id": 19653, "name": "getName", "variant": "declaration", "kind": 1024, @@ -773377,7 +787474,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36167, + "id": 19654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -773391,7 +787488,7 @@ ], "signatures": [ { - "id": 36168, + "id": 19655, "name": "__type", "variant": "signature", "kind": 4096, @@ -773413,7 +787510,7 @@ } }, { - "id": 36169, + "id": 19656, "name": "config", "variant": "declaration", "kind": 1024, @@ -773436,7 +787533,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36170, + "id": 19657, "name": "__type", "variant": "declaration", "kind": 65536, @@ -773450,7 +787547,7 @@ ], "signatures": [ { - "id": 36171, + "id": 19658, "name": "__type", "variant": "signature", "kind": 4096, @@ -773464,7 +787561,7 @@ ], "parameters": [ { - "id": 36172, + "id": 19659, "name": "config", "variant": "param", "kind": 32768, @@ -773490,7 +787587,7 @@ } }, { - "id": 36173, + "id": 19660, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -773518,7 +787615,7 @@ ], "documents": [ { - "id": 38309, + "id": 21807, "name": "useQueryGraphStep", "variant": "document", "kind": 8388608, @@ -773534,6 +787631,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2091" + } + ] } ], "modifierTags": [ @@ -773544,7 +787650,7 @@ "frontmatter": {} }, { - "id": 38310, + "id": 21808, "name": "updateStockLocationsStep", "variant": "document", "kind": 8388608, @@ -773560,6 +787666,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19469" + } + ] } ], "modifierTags": [ @@ -773571,21 +787686,21 @@ } ], "childrenIncludingDocuments": [ - 36148, - 36160, - 36166, - 36169, - 36173 + 19635, + 19647, + 19653, + 19656, + 19660 ], "groups": [ { "title": "Properties", "children": [ - 36148, - 36160, - 36166, - 36169, - 36173 + 19635, + 19647, + 19653, + 19656, + 19660 ] } ], @@ -773594,12 +787709,12 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L56" } ], "signatures": [ { - "id": 36141, + "id": 19628, "name": "updateStockLocationsWorkflow", "variant": "signature", "kind": 4096, @@ -773646,12 +787761,12 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 56, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L56" } ], "typeParameters": [ { - "id": 36142, + "id": 19629, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -773662,7 +787777,7 @@ } }, { - "id": 36143, + "id": 19630, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -773675,7 +787790,7 @@ ], "parameters": [ { - "id": 36144, + "id": 19631, "name": "container", "variant": "param", "kind": 32768, @@ -773699,14 +787814,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36145, + "id": 19632, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36146, + "id": 19633, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -773729,7 +787844,7 @@ } }, { - "id": 36147, + "id": 19634, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -773756,8 +787871,8 @@ { "title": "Properties", "children": [ - 36146, - 36147 + 19633, + 19634 ] } ], @@ -773828,7 +787943,7 @@ "typeArguments": [ { "type": "reference", - "target": 36136, + "target": 19623, "name": "UpdateStockLocationsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -773846,14 +787961,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -773868,7 +787983,7 @@ ] }, { - "id": 36175, + "id": 19662, "name": "linkSalesChannelsToStockLocationWorkflowId", "variant": "declaration", "kind": 32, @@ -773880,7 +787995,7 @@ "fileName": "core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L18" } ], "type": { @@ -773890,7 +788005,7 @@ "defaultValue": "\"link-sales-channels-to-stock-location\"" }, { - "id": 36176, + "id": 19663, "name": "linkSalesChannelsToStockLocationWorkflow", "variant": "declaration", "kind": 64, @@ -773934,7 +788049,7 @@ }, "children": [ { - "id": 36184, + "id": 19671, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -773957,7 +788072,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36185, + "id": 19672, "name": "__type", "variant": "declaration", "kind": 65536, @@ -773971,7 +788086,7 @@ ], "signatures": [ { - "id": 36186, + "id": 19673, "name": "__type", "variant": "signature", "kind": 4096, @@ -773999,7 +788114,7 @@ ], "parameters": [ { - "id": 36187, + "id": 19674, "name": "param0", "variant": "param", "kind": 32768, @@ -774015,14 +788130,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36188, + "id": 19675, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36189, + "id": 19676, "name": "input", "variant": "declaration", "kind": 1024, @@ -774082,7 +788197,7 @@ { "title": "Properties", "children": [ - 36189 + 19676 ] } ], @@ -774118,14 +788233,14 @@ { "type": "reflection", "declaration": { - "id": 36190, + "id": 19677, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36191, + "id": 19678, "name": "config", "variant": "declaration", "kind": 2048, @@ -774139,7 +788254,7 @@ ], "signatures": [ { - "id": 36192, + "id": 19679, "name": "config", "variant": "signature", "kind": 4096, @@ -774153,7 +788268,7 @@ ], "parameters": [ { - "id": 36193, + "id": 19680, "name": "config", "variant": "param", "kind": 32768, @@ -774164,14 +788279,14 @@ { "type": "reflection", "declaration": { - "id": 36194, + "id": 19681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36195, + "id": 19682, "name": "name", "variant": "declaration", "kind": 1024, @@ -774195,7 +788310,7 @@ { "title": "Properties", "children": [ - 36195 + 19682 ] } ], @@ -774272,7 +788387,7 @@ { "title": "Methods", "children": [ - 36191 + 19678 ] } ], @@ -774308,7 +788423,7 @@ } }, { - "id": 36196, + "id": 19683, "name": "run", "variant": "declaration", "kind": 1024, @@ -774331,7 +788446,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36197, + "id": 19684, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774345,7 +788460,7 @@ ], "signatures": [ { - "id": 36198, + "id": 19685, "name": "__type", "variant": "signature", "kind": 4096, @@ -774373,7 +788488,7 @@ ], "typeParameters": [ { - "id": 36199, + "id": 19686, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -774384,7 +788499,7 @@ } }, { - "id": 36200, + "id": 19687, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -774397,7 +788512,7 @@ ], "parameters": [ { - "id": 36201, + "id": 19688, "name": "args", "variant": "param", "kind": 32768, @@ -774430,7 +788545,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774450,7 +788565,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774483,7 +788598,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774498,7 +788613,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774518,7 +788633,7 @@ } }, { - "id": 36202, + "id": 19689, "name": "getName", "variant": "declaration", "kind": 1024, @@ -774541,7 +788656,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36203, + "id": 19690, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774555,7 +788670,7 @@ ], "signatures": [ { - "id": 36204, + "id": 19691, "name": "__type", "variant": "signature", "kind": 4096, @@ -774577,7 +788692,7 @@ } }, { - "id": 36205, + "id": 19692, "name": "config", "variant": "declaration", "kind": 1024, @@ -774600,7 +788715,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36206, + "id": 19693, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774614,7 +788729,7 @@ ], "signatures": [ { - "id": 36207, + "id": 19694, "name": "__type", "variant": "signature", "kind": 4096, @@ -774628,7 +788743,7 @@ ], "parameters": [ { - "id": 36208, + "id": 19695, "name": "config", "variant": "param", "kind": 32768, @@ -774654,7 +788769,7 @@ } }, { - "id": 36209, + "id": 19696, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -774677,7 +788792,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36210, + "id": 19697, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774691,14 +788806,14 @@ ], "indexSignatures": [ { - "id": 36211, + "id": 19698, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 36212, + "id": 19699, "name": "key", "variant": "param", "kind": 32768, @@ -774712,7 +788827,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36213, + "id": 19700, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774726,7 +788841,7 @@ ], "signatures": [ { - "id": 36214, + "id": 19701, "name": "__type", "variant": "signature", "kind": 4096, @@ -774740,14 +788855,14 @@ ], "typeParameters": [ { - "id": 36215, + "id": 19702, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 36216, + "id": 19703, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -774756,7 +788871,7 @@ ], "parameters": [ { - "id": 36217, + "id": 19704, "name": "invoke", "variant": "param", "kind": 32768, @@ -774774,14 +788889,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774792,7 +788907,7 @@ } }, { - "id": 36218, + "id": 19705, "name": "compensate", "variant": "param", "kind": 32768, @@ -774808,7 +788923,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -774835,7 +788950,7 @@ ], "documents": [ { - "id": 38311, + "id": 21809, "name": "associateLocationsWithSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -774851,6 +788966,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19172" + } + ] } ], "modifierTags": [ @@ -774861,7 +788985,7 @@ "frontmatter": {} }, { - "id": 38312, + "id": 21810, "name": "detachLocationsFromSalesChannelsStep", "variant": "document", "kind": 8388608, @@ -774877,6 +789001,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19189" + } + ] } ], "modifierTags": [ @@ -774888,21 +789021,21 @@ } ], "childrenIncludingDocuments": [ - 36184, - 36196, - 36202, - 36205, - 36209 + 19671, + 19683, + 19689, + 19692, + 19696 ], "groups": [ { "title": "Properties", "children": [ - 36184, - 36196, - 36202, - 36205, - 36209 + 19671, + 19683, + 19689, + 19692, + 19696 ] } ], @@ -774911,12 +789044,12 @@ "fileName": "core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L41" } ], "signatures": [ { - "id": 36177, + "id": 19664, "name": "linkSalesChannelsToStockLocationWorkflow", "variant": "signature", "kind": 4096, @@ -774963,12 +789096,12 @@ "fileName": "core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L41" } ], "typeParameters": [ { - "id": 36178, + "id": 19665, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -774979,7 +789112,7 @@ } }, { - "id": 36179, + "id": 19666, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -774992,7 +789125,7 @@ ], "parameters": [ { - "id": 36180, + "id": 19667, "name": "container", "variant": "param", "kind": 32768, @@ -775016,14 +789149,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36181, + "id": 19668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36182, + "id": 19669, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -775046,7 +789179,7 @@ } }, { - "id": 36183, + "id": 19670, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -775073,8 +789206,8 @@ { "title": "Properties", "children": [ - 36182, - 36183 + 19669, + 19670 ] } ], @@ -775158,14 +789291,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -775184,21 +789317,21 @@ ] }, { - "id": 16623, + "id": 83, "name": "Store", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16624, + "id": 84, "name": "Steps_Store", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36219, + "id": 19706, "name": "createStoresStepId", "variant": "declaration", "kind": 32, @@ -775210,7 +789343,7 @@ "fileName": "core-flows/src/store/steps/create-stores.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/create-stores.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/create-stores.ts#L5" } ], "type": { @@ -775220,7 +789353,7 @@ "defaultValue": "\"create-stores\"" }, { - "id": 36220, + "id": 19707, "name": "createStoresStep", "variant": "declaration", "kind": 64, @@ -775255,7 +789388,7 @@ }, "children": [ { - "id": 36229, + "id": 19716, "name": "__type", "variant": "declaration", "kind": 1024, @@ -775273,7 +789406,7 @@ } }, { - "id": 36230, + "id": 19717, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -775295,8 +789428,8 @@ { "title": "Properties", "children": [ - 36229, - 36230 + 19716, + 19717 ] } ], @@ -775305,12 +789438,12 @@ "fileName": "core-flows/src/store/steps/create-stores.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/create-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/create-stores.ts#L14" } ], "signatures": [ { - "id": 36221, + "id": 19708, "name": "createStoresStep", "variant": "signature", "kind": 4096, @@ -775348,12 +789481,12 @@ "fileName": "core-flows/src/store/steps/create-stores.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/create-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/create-stores.ts#L14" } ], "parameters": [ { - "id": 36222, + "id": 19709, "name": "input", "variant": "param", "kind": 32768, @@ -775478,14 +789611,14 @@ { "type": "reflection", "declaration": { - "id": 36223, + "id": 19710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36224, + "id": 19711, "name": "config", "variant": "declaration", "kind": 2048, @@ -775499,7 +789632,7 @@ ], "signatures": [ { - "id": 36225, + "id": 19712, "name": "config", "variant": "signature", "kind": 4096, @@ -775513,7 +789646,7 @@ ], "parameters": [ { - "id": 36226, + "id": 19713, "name": "config", "variant": "param", "kind": 32768, @@ -775524,14 +789657,14 @@ { "type": "reflection", "declaration": { - "id": 36227, + "id": 19714, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36228, + "id": 19715, "name": "name", "variant": "declaration", "kind": 1024, @@ -775555,7 +789688,7 @@ { "title": "Properties", "children": [ - 36228 + 19715 ] } ], @@ -775640,7 +789773,7 @@ { "title": "Methods", "children": [ - 36224 + 19711 ] } ], @@ -775682,7 +789815,7 @@ ] }, { - "id": 36232, + "id": 19719, "name": "deleteStoresStepId", "variant": "declaration", "kind": 32, @@ -775694,7 +789827,7 @@ "fileName": "core-flows/src/store/steps/delete-stores.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/delete-stores.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/delete-stores.ts#L10" } ], "type": { @@ -775704,7 +789837,7 @@ "defaultValue": "\"delete-stores\"" }, { - "id": 36233, + "id": 19720, "name": "deleteStoresStep", "variant": "declaration", "kind": 64, @@ -775730,7 +789863,7 @@ }, "children": [ { - "id": 36236, + "id": 19723, "name": "__type", "variant": "declaration", "kind": 1024, @@ -775748,7 +789881,7 @@ } }, { - "id": 36237, + "id": 19724, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -775770,8 +789903,8 @@ { "title": "Properties", "children": [ - 36236, - 36237 + 19723, + 19724 ] } ], @@ -775780,12 +789913,12 @@ "fileName": "core-flows/src/store/steps/delete-stores.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/delete-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/delete-stores.ts#L14" } ], "signatures": [ { - "id": 36234, + "id": 19721, "name": "deleteStoresStep", "variant": "signature", "kind": 4096, @@ -775814,12 +789947,12 @@ "fileName": "core-flows/src/store/steps/delete-stores.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/delete-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/delete-stores.ts#L14" } ], "parameters": [ { - "id": 36235, + "id": 19722, "name": "input", "variant": "param", "kind": 32768, @@ -775829,7 +789962,7 @@ "types": [ { "type": "reference", - "target": 36231, + "target": 19718, "name": "DeleteStoresStepInput", "package": "@medusajs/core-flows" }, @@ -775842,7 +789975,7 @@ "typeArguments": [ { "type": "reference", - "target": 36231, + "target": 19718, "name": "DeleteStoresStepInput", "package": "@medusajs/core-flows" } @@ -775862,7 +789995,7 @@ ] }, { - "id": 36240, + "id": 19727, "name": "selector", "variant": "declaration", "kind": 1024, @@ -775880,7 +790013,7 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L19" } ], "type": { @@ -775894,7 +790027,7 @@ } }, { - "id": 36241, + "id": 19728, "name": "update", "variant": "declaration", "kind": 1024, @@ -775912,7 +790045,7 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L23" } ], "type": { @@ -775926,7 +790059,7 @@ } }, { - "id": 36242, + "id": 19729, "name": "updateStoresStepId", "variant": "declaration", "kind": 32, @@ -775938,7 +790071,7 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L26" } ], "type": { @@ -775948,7 +790081,7 @@ "defaultValue": "\"update-stores\"" }, { - "id": 36243, + "id": 19730, "name": "updateStoresStep", "variant": "declaration", "kind": 64, @@ -775983,7 +790116,7 @@ }, "children": [ { - "id": 36252, + "id": 19739, "name": "__type", "variant": "declaration", "kind": 1024, @@ -776001,7 +790134,7 @@ } }, { - "id": 36253, + "id": 19740, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -776023,8 +790156,8 @@ { "title": "Properties", "children": [ - 36252, - 36253 + 19739, + 19740 ] } ], @@ -776033,12 +790166,12 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L40" } ], "signatures": [ { - "id": 36244, + "id": 19731, "name": "updateStoresStep", "variant": "signature", "kind": 4096, @@ -776076,12 +790209,12 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L40" } ], "parameters": [ { - "id": 36245, + "id": 19732, "name": "input", "variant": "param", "kind": 32768, @@ -776091,7 +790224,7 @@ "types": [ { "type": "reference", - "target": 36238, + "target": 19725, "name": "UpdateStoresStepInput", "package": "@medusajs/core-flows" }, @@ -776104,7 +790237,7 @@ "typeArguments": [ { "type": "reference", - "target": 36238, + "target": 19725, "name": "UpdateStoresStepInput", "package": "@medusajs/core-flows" } @@ -776194,14 +790327,14 @@ { "type": "reflection", "declaration": { - "id": 36246, + "id": 19733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36247, + "id": 19734, "name": "config", "variant": "declaration", "kind": 2048, @@ -776215,7 +790348,7 @@ ], "signatures": [ { - "id": 36248, + "id": 19735, "name": "config", "variant": "signature", "kind": 4096, @@ -776229,7 +790362,7 @@ ], "parameters": [ { - "id": 36249, + "id": 19736, "name": "config", "variant": "param", "kind": 32768, @@ -776240,14 +790373,14 @@ { "type": "reflection", "declaration": { - "id": 36250, + "id": 19737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36251, + "id": 19738, "name": "name", "variant": "declaration", "kind": 1024, @@ -776271,7 +790404,7 @@ { "title": "Properties", "children": [ - 36251 + 19738 ] } ], @@ -776356,7 +790489,7 @@ { "title": "Methods", "children": [ - 36247 + 19734 ] } ], @@ -776400,14 +790533,14 @@ ] }, { - "id": 16625, + "id": 85, "name": "Workflows_Store", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36256, + "id": 19743, "name": "stores", "variant": "declaration", "kind": 1024, @@ -776425,7 +790558,7 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L18" } ], "type": { @@ -776443,7 +790576,7 @@ } }, { - "id": 36258, + "id": 19745, "name": "createStoresWorkflowId", "variant": "declaration", "kind": 32, @@ -776455,7 +790588,7 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L26" } ], "type": { @@ -776465,7 +790598,7 @@ "defaultValue": "\"create-stores\"" }, { - "id": 36259, + "id": 19746, "name": "createStoresWorkflow", "variant": "declaration", "kind": 64, @@ -776509,7 +790642,7 @@ }, "children": [ { - "id": 36267, + "id": 19754, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -776532,7 +790665,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36268, + "id": 19755, "name": "__type", "variant": "declaration", "kind": 65536, @@ -776546,7 +790679,7 @@ ], "signatures": [ { - "id": 36269, + "id": 19756, "name": "__type", "variant": "signature", "kind": 4096, @@ -776574,7 +790707,7 @@ ], "parameters": [ { - "id": 36270, + "id": 19757, "name": "param0", "variant": "param", "kind": 32768, @@ -776590,14 +790723,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36271, + "id": 19758, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36272, + "id": 19759, "name": "input", "variant": "declaration", "kind": 1024, @@ -776622,7 +790755,7 @@ "types": [ { "type": "reference", - "target": 36254, + "target": 19741, "name": "CreateStoresWorkflowInput", "package": "@medusajs/core-flows" }, @@ -776635,7 +790768,7 @@ "typeArguments": [ { "type": "reference", - "target": 36254, + "target": 19741, "name": "CreateStoresWorkflowInput", "package": "@medusajs/core-flows" } @@ -776651,7 +790784,7 @@ { "title": "Properties", "children": [ - 36272 + 19759 ] } ], @@ -776708,7 +790841,7 @@ }, { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -776721,7 +790854,7 @@ "typeArguments": [ { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -776732,14 +790865,14 @@ { "type": "reflection", "declaration": { - "id": 36273, + "id": 19760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36274, + "id": 19761, "name": "config", "variant": "declaration", "kind": 2048, @@ -776753,7 +790886,7 @@ ], "signatures": [ { - "id": 36275, + "id": 19762, "name": "config", "variant": "signature", "kind": 4096, @@ -776767,7 +790900,7 @@ ], "parameters": [ { - "id": 36276, + "id": 19763, "name": "config", "variant": "param", "kind": 32768, @@ -776778,14 +790911,14 @@ { "type": "reflection", "declaration": { - "id": 36277, + "id": 19764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36278, + "id": 19765, "name": "name", "variant": "declaration", "kind": 1024, @@ -776809,7 +790942,7 @@ { "title": "Properties", "children": [ - 36278 + 19765 ] } ], @@ -776872,7 +791005,7 @@ "typeArguments": [ { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -776888,7 +791021,7 @@ { "title": "Methods", "children": [ - 36274 + 19761 ] } ], @@ -776910,7 +791043,7 @@ "typeArguments": [ { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -776926,7 +791059,7 @@ } }, { - "id": 36279, + "id": 19766, "name": "run", "variant": "declaration", "kind": 1024, @@ -776949,7 +791082,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36280, + "id": 19767, "name": "__type", "variant": "declaration", "kind": 65536, @@ -776963,7 +791096,7 @@ ], "signatures": [ { - "id": 36281, + "id": 19768, "name": "__type", "variant": "signature", "kind": 4096, @@ -776991,7 +791124,7 @@ ], "typeParameters": [ { - "id": 36282, + "id": 19769, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -777002,7 +791135,7 @@ } }, { - "id": 36283, + "id": 19770, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -777015,7 +791148,7 @@ ], "parameters": [ { - "id": 36284, + "id": 19771, "name": "args", "variant": "param", "kind": 32768, @@ -777048,7 +791181,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -777059,13 +791192,13 @@ }, "trueType": { "type": "reference", - "target": 36254, + "target": 19741, "name": "CreateStoresWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -777098,7 +791231,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -777109,13 +791242,13 @@ }, "trueType": { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -777135,7 +791268,7 @@ } }, { - "id": 36285, + "id": 19772, "name": "getName", "variant": "declaration", "kind": 1024, @@ -777158,7 +791291,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36286, + "id": 19773, "name": "__type", "variant": "declaration", "kind": 65536, @@ -777172,7 +791305,7 @@ ], "signatures": [ { - "id": 36287, + "id": 19774, "name": "__type", "variant": "signature", "kind": 4096, @@ -777194,7 +791327,7 @@ } }, { - "id": 36288, + "id": 19775, "name": "config", "variant": "declaration", "kind": 1024, @@ -777217,7 +791350,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36289, + "id": 19776, "name": "__type", "variant": "declaration", "kind": 65536, @@ -777231,7 +791364,7 @@ ], "signatures": [ { - "id": 36290, + "id": 19777, "name": "__type", "variant": "signature", "kind": 4096, @@ -777245,7 +791378,7 @@ ], "parameters": [ { - "id": 36291, + "id": 19778, "name": "config", "variant": "param", "kind": 32768, @@ -777271,7 +791404,7 @@ } }, { - "id": 36292, + "id": 19779, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -777299,7 +791432,7 @@ ], "documents": [ { - "id": 38313, + "id": 21811, "name": "createStoresStep", "variant": "document", "kind": 8388608, @@ -777315,6 +791448,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19707" + } + ] } ], "modifierTags": [ @@ -777325,7 +791467,7 @@ "frontmatter": {} }, { - "id": 38314, + "id": 21812, "name": "updatePricePreferencesAsArrayStep", "variant": "document", "kind": 8388608, @@ -777341,6 +791483,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15433" + } + ] } ], "modifierTags": [ @@ -777352,21 +791503,21 @@ } ], "childrenIncludingDocuments": [ - 36267, - 36279, - 36285, - 36288, - 36292 + 19754, + 19766, + 19772, + 19775, + 19779 ], "groups": [ { "title": "Properties", "children": [ - 36267, - 36279, - 36285, - 36288, - 36292 + 19754, + 19766, + 19772, + 19775, + 19779 ] } ], @@ -777375,12 +791526,12 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L54" } ], "signatures": [ { - "id": 36260, + "id": 19747, "name": "createStoresWorkflow", "variant": "signature", "kind": 4096, @@ -777427,12 +791578,12 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 54, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L54" } ], "typeParameters": [ { - "id": 36261, + "id": 19748, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -777443,7 +791594,7 @@ } }, { - "id": 36262, + "id": 19749, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -777456,7 +791607,7 @@ ], "parameters": [ { - "id": 36263, + "id": 19750, "name": "container", "variant": "param", "kind": 32768, @@ -777480,14 +791631,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36264, + "id": 19751, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36265, + "id": 19752, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -777510,7 +791661,7 @@ } }, { - "id": 36266, + "id": 19753, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -777537,8 +791688,8 @@ { "title": "Properties", "children": [ - 36265, - 36266 + 19752, + 19753 ] } ], @@ -777609,26 +791760,26 @@ "typeArguments": [ { "type": "reference", - "target": 36254, + "target": 19741, "name": "CreateStoresWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36257, + "target": 19744, "name": "CreateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -777643,7 +791794,7 @@ ] }, { - "id": 36295, + "id": 19782, "name": "ids", "variant": "declaration", "kind": 1024, @@ -777661,7 +791812,7 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L11" } ], "type": { @@ -777673,7 +791824,7 @@ } }, { - "id": 36296, + "id": 19783, "name": "deleteStoresWorkflowId", "variant": "declaration", "kind": 32, @@ -777685,7 +791836,7 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L14" } ], "type": { @@ -777695,7 +791846,7 @@ "defaultValue": "\"delete-stores\"" }, { - "id": 36297, + "id": 19784, "name": "deleteStoresWorkflow", "variant": "declaration", "kind": 64, @@ -777739,7 +791890,7 @@ }, "children": [ { - "id": 36305, + "id": 19792, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -777762,7 +791913,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36306, + "id": 19793, "name": "__type", "variant": "declaration", "kind": 65536, @@ -777776,7 +791927,7 @@ ], "signatures": [ { - "id": 36307, + "id": 19794, "name": "__type", "variant": "signature", "kind": 4096, @@ -777804,7 +791955,7 @@ ], "parameters": [ { - "id": 36308, + "id": 19795, "name": "param0", "variant": "param", "kind": 32768, @@ -777820,14 +791971,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36309, + "id": 19796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36310, + "id": 19797, "name": "input", "variant": "declaration", "kind": 1024, @@ -777852,7 +792003,7 @@ "types": [ { "type": "reference", - "target": 36293, + "target": 19780, "name": "DeleteStoresWorkflowInput", "package": "@medusajs/core-flows" }, @@ -777865,7 +792016,7 @@ "typeArguments": [ { "type": "reference", - "target": 36293, + "target": 19780, "name": "DeleteStoresWorkflowInput", "package": "@medusajs/core-flows" } @@ -777881,7 +792032,7 @@ { "title": "Properties", "children": [ - 36310 + 19797 ] } ], @@ -777917,14 +792068,14 @@ { "type": "reflection", "declaration": { - "id": 36311, + "id": 19798, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36312, + "id": 19799, "name": "config", "variant": "declaration", "kind": 2048, @@ -777938,7 +792089,7 @@ ], "signatures": [ { - "id": 36313, + "id": 19800, "name": "config", "variant": "signature", "kind": 4096, @@ -777952,7 +792103,7 @@ ], "parameters": [ { - "id": 36314, + "id": 19801, "name": "config", "variant": "param", "kind": 32768, @@ -777963,14 +792114,14 @@ { "type": "reflection", "declaration": { - "id": 36315, + "id": 19802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36316, + "id": 19803, "name": "name", "variant": "declaration", "kind": 1024, @@ -777994,7 +792145,7 @@ { "title": "Properties", "children": [ - 36316 + 19803 ] } ], @@ -778071,7 +792222,7 @@ { "title": "Methods", "children": [ - 36312 + 19799 ] } ], @@ -778107,7 +792258,7 @@ } }, { - "id": 36317, + "id": 19804, "name": "run", "variant": "declaration", "kind": 1024, @@ -778130,7 +792281,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36318, + "id": 19805, "name": "__type", "variant": "declaration", "kind": 65536, @@ -778144,7 +792295,7 @@ ], "signatures": [ { - "id": 36319, + "id": 19806, "name": "__type", "variant": "signature", "kind": 4096, @@ -778172,7 +792323,7 @@ ], "typeParameters": [ { - "id": 36320, + "id": 19807, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -778183,7 +792334,7 @@ } }, { - "id": 36321, + "id": 19808, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -778196,7 +792347,7 @@ ], "parameters": [ { - "id": 36322, + "id": 19809, "name": "args", "variant": "param", "kind": 32768, @@ -778229,7 +792380,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778240,13 +792391,13 @@ }, "trueType": { "type": "reference", - "target": 36293, + "target": 19780, "name": "DeleteStoresWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778279,7 +792430,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778294,7 +792445,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778314,7 +792465,7 @@ } }, { - "id": 36323, + "id": 19810, "name": "getName", "variant": "declaration", "kind": 1024, @@ -778337,7 +792488,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36324, + "id": 19811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -778351,7 +792502,7 @@ ], "signatures": [ { - "id": 36325, + "id": 19812, "name": "__type", "variant": "signature", "kind": 4096, @@ -778373,7 +792524,7 @@ } }, { - "id": 36326, + "id": 19813, "name": "config", "variant": "declaration", "kind": 1024, @@ -778396,7 +792547,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36327, + "id": 19814, "name": "__type", "variant": "declaration", "kind": 65536, @@ -778410,7 +792561,7 @@ ], "signatures": [ { - "id": 36328, + "id": 19815, "name": "__type", "variant": "signature", "kind": 4096, @@ -778424,7 +792575,7 @@ ], "parameters": [ { - "id": 36329, + "id": 19816, "name": "config", "variant": "param", "kind": 32768, @@ -778450,7 +792601,7 @@ } }, { - "id": 36330, + "id": 19817, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -778473,7 +792624,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36331, + "id": 19818, "name": "__type", "variant": "declaration", "kind": 65536, @@ -778487,14 +792638,14 @@ ], "indexSignatures": [ { - "id": 36332, + "id": 19819, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 36333, + "id": 19820, "name": "key", "variant": "param", "kind": 32768, @@ -778508,7 +792659,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36334, + "id": 19821, "name": "__type", "variant": "declaration", "kind": 65536, @@ -778522,7 +792673,7 @@ ], "signatures": [ { - "id": 36335, + "id": 19822, "name": "__type", "variant": "signature", "kind": 4096, @@ -778536,14 +792687,14 @@ ], "typeParameters": [ { - "id": 36336, + "id": 19823, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 36337, + "id": 19824, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -778552,7 +792703,7 @@ ], "parameters": [ { - "id": 36338, + "id": 19825, "name": "invoke", "variant": "param", "kind": 32768, @@ -778570,14 +792721,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778588,7 +792739,7 @@ } }, { - "id": 36339, + "id": 19826, "name": "compensate", "variant": "param", "kind": 32768, @@ -778604,7 +792755,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778631,7 +792782,7 @@ ], "documents": [ { - "id": 38315, + "id": 21813, "name": "deleteStoresStep", "variant": "document", "kind": 8388608, @@ -778647,6 +792798,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19720" + } + ] } ], "modifierTags": [ @@ -778658,21 +792818,21 @@ } ], "childrenIncludingDocuments": [ - 36305, - 36317, - 36323, - 36326, - 36330 + 19792, + 19804, + 19810, + 19813, + 19817 ], "groups": [ { "title": "Properties", "children": [ - 36305, - 36317, - 36323, - 36326, - 36330 + 19792, + 19804, + 19810, + 19813, + 19817 ] } ], @@ -778681,12 +792841,12 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L41" } ], "signatures": [ { - "id": 36298, + "id": 19785, "name": "deleteStoresWorkflow", "variant": "signature", "kind": 4096, @@ -778733,12 +792893,12 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L41" } ], "typeParameters": [ { - "id": 36299, + "id": 19786, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -778749,7 +792909,7 @@ } }, { - "id": 36300, + "id": 19787, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -778762,7 +792922,7 @@ ], "parameters": [ { - "id": 36301, + "id": 19788, "name": "container", "variant": "param", "kind": 32768, @@ -778786,14 +792946,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36302, + "id": 19789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36303, + "id": 19790, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -778816,7 +792976,7 @@ } }, { - "id": 36304, + "id": 19791, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -778843,8 +793003,8 @@ { "title": "Properties", "children": [ - 36303, - 36304 + 19790, + 19791 ] } ], @@ -778915,7 +793075,7 @@ "typeArguments": [ { "type": "reference", - "target": 36293, + "target": 19780, "name": "DeleteStoresWorkflowInput", "package": "@medusajs/core-flows" }, @@ -778925,14 +793085,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -778947,7 +793107,7 @@ ] }, { - "id": 36341, + "id": 19828, "name": "updateStoresWorkflowId", "variant": "declaration", "kind": 32, @@ -778959,7 +793119,7 @@ "fileName": "core-flows/src/store/workflows/update-stores.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/update-stores.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/update-stores.ts#L17" } ], "type": { @@ -778969,7 +793129,7 @@ "defaultValue": "\"update-stores\"" }, { - "id": 36342, + "id": 19829, "name": "updateStoresWorkflow", "variant": "declaration", "kind": 64, @@ -779013,7 +793173,7 @@ }, "children": [ { - "id": 36350, + "id": 19837, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -779036,7 +793196,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36351, + "id": 19838, "name": "__type", "variant": "declaration", "kind": 65536, @@ -779050,7 +793210,7 @@ ], "signatures": [ { - "id": 36352, + "id": 19839, "name": "__type", "variant": "signature", "kind": 4096, @@ -779078,7 +793238,7 @@ ], "parameters": [ { - "id": 36353, + "id": 19840, "name": "param0", "variant": "param", "kind": 32768, @@ -779094,14 +793254,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36354, + "id": 19841, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36355, + "id": 19842, "name": "input", "variant": "declaration", "kind": 1024, @@ -779161,7 +793321,7 @@ { "title": "Properties", "children": [ - 36355 + 19842 ] } ], @@ -779218,7 +793378,7 @@ }, { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -779231,7 +793391,7 @@ "typeArguments": [ { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -779242,14 +793402,14 @@ { "type": "reflection", "declaration": { - "id": 36356, + "id": 19843, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36357, + "id": 19844, "name": "config", "variant": "declaration", "kind": 2048, @@ -779263,7 +793423,7 @@ ], "signatures": [ { - "id": 36358, + "id": 19845, "name": "config", "variant": "signature", "kind": 4096, @@ -779277,7 +793437,7 @@ ], "parameters": [ { - "id": 36359, + "id": 19846, "name": "config", "variant": "param", "kind": 32768, @@ -779288,14 +793448,14 @@ { "type": "reflection", "declaration": { - "id": 36360, + "id": 19847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36361, + "id": 19848, "name": "name", "variant": "declaration", "kind": 1024, @@ -779319,7 +793479,7 @@ { "title": "Properties", "children": [ - 36361 + 19848 ] } ], @@ -779382,7 +793542,7 @@ "typeArguments": [ { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -779398,7 +793558,7 @@ { "title": "Methods", "children": [ - 36357 + 19844 ] } ], @@ -779420,7 +793580,7 @@ "typeArguments": [ { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" } @@ -779436,7 +793596,7 @@ } }, { - "id": 36362, + "id": 19849, "name": "run", "variant": "declaration", "kind": 1024, @@ -779459,7 +793619,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36363, + "id": 19850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -779473,7 +793633,7 @@ ], "signatures": [ { - "id": 36364, + "id": 19851, "name": "__type", "variant": "signature", "kind": 4096, @@ -779501,7 +793661,7 @@ ], "typeParameters": [ { - "id": 36365, + "id": 19852, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -779512,7 +793672,7 @@ } }, { - "id": 36366, + "id": 19853, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -779525,7 +793685,7 @@ ], "parameters": [ { - "id": 36367, + "id": 19854, "name": "args", "variant": "param", "kind": 32768, @@ -779558,7 +793718,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -779578,7 +793738,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -779611,7 +793771,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -779622,13 +793782,13 @@ }, "trueType": { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -779648,7 +793808,7 @@ } }, { - "id": 36368, + "id": 19855, "name": "getName", "variant": "declaration", "kind": 1024, @@ -779671,7 +793831,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36369, + "id": 19856, "name": "__type", "variant": "declaration", "kind": 65536, @@ -779685,7 +793845,7 @@ ], "signatures": [ { - "id": 36370, + "id": 19857, "name": "__type", "variant": "signature", "kind": 4096, @@ -779707,7 +793867,7 @@ } }, { - "id": 36371, + "id": 19858, "name": "config", "variant": "declaration", "kind": 1024, @@ -779730,7 +793890,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36372, + "id": 19859, "name": "__type", "variant": "declaration", "kind": 65536, @@ -779744,7 +793904,7 @@ ], "signatures": [ { - "id": 36373, + "id": 19860, "name": "__type", "variant": "signature", "kind": 4096, @@ -779758,7 +793918,7 @@ ], "parameters": [ { - "id": 36374, + "id": 19861, "name": "config", "variant": "param", "kind": 32768, @@ -779784,7 +793944,7 @@ } }, { - "id": 36375, + "id": 19862, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -779812,7 +793972,7 @@ ], "documents": [ { - "id": 38316, + "id": 21814, "name": "updateStoresStep", "variant": "document", "kind": 8388608, @@ -779828,6 +793988,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19730" + } + ] } ], "modifierTags": [ @@ -779838,7 +794007,7 @@ "frontmatter": {} }, { - "id": 38317, + "id": 21815, "name": "when", "variant": "document", "kind": 8388608, @@ -779873,7 +794042,7 @@ "frontmatter": {}, "children": [ { - "id": 38318, + "id": 21816, "name": "updatePricePreferencesAsArrayStep", "variant": "document", "kind": 8388608, @@ -779889,6 +794058,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "15433" + } + ] } ], "modifierTags": [ @@ -779902,21 +794080,21 @@ } ], "childrenIncludingDocuments": [ - 36350, - 36362, - 36368, - 36371, - 36375 + 19837, + 19849, + 19855, + 19858, + 19862 ], "groups": [ { "title": "Properties", "children": [ - 36350, - 36362, - 36368, - 36371, - 36375 + 19837, + 19849, + 19855, + 19858, + 19862 ] } ], @@ -779925,12 +794103,12 @@ "fileName": "core-flows/src/store/workflows/update-stores.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/update-stores.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/update-stores.ts#L42" } ], "signatures": [ { - "id": 36343, + "id": 19830, "name": "updateStoresWorkflow", "variant": "signature", "kind": 4096, @@ -779977,12 +794155,12 @@ "fileName": "core-flows/src/store/workflows/update-stores.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/update-stores.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/update-stores.ts#L42" } ], "typeParameters": [ { - "id": 36344, + "id": 19831, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -779993,7 +794171,7 @@ } }, { - "id": 36345, + "id": 19832, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -780006,7 +794184,7 @@ ], "parameters": [ { - "id": 36346, + "id": 19833, "name": "container", "variant": "param", "kind": 32768, @@ -780030,14 +794208,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36347, + "id": 19834, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36348, + "id": 19835, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -780060,7 +794238,7 @@ } }, { - "id": 36349, + "id": 19836, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -780087,8 +794265,8 @@ { "title": "Properties", "children": [ - 36348, - 36349 + 19835, + 19836 ] } ], @@ -780168,20 +794346,20 @@ }, { "type": "reference", - "target": 36340, + "target": 19827, "name": "UpdateStoresWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -780200,21 +794378,21 @@ ] }, { - "id": 16626, + "id": 86, "name": "Tax", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16627, + "id": 87, "name": "Steps_Tax", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36376, + "id": 19863, "name": "createTaxRegionsStepId", "variant": "declaration", "kind": 32, @@ -780226,7 +794404,7 @@ "fileName": "core-flows/src/tax/steps/create-tax-regions.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L8" } ], "type": { @@ -780236,7 +794414,7 @@ "defaultValue": "\"create-tax-regions\"" }, { - "id": 36377, + "id": 19864, "name": "createTaxRegionsStep", "variant": "declaration", "kind": 64, @@ -780271,7 +794449,7 @@ }, "children": [ { - "id": 36386, + "id": 19873, "name": "__type", "variant": "declaration", "kind": 1024, @@ -780289,7 +794467,7 @@ } }, { - "id": 36387, + "id": 19874, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -780311,8 +794489,8 @@ { "title": "Properties", "children": [ - 36386, - 36387 + 19873, + 19874 ] } ], @@ -780321,12 +794499,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-regions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L19" } ], "signatures": [ { - "id": 36378, + "id": 19865, "name": "createTaxRegionsStep", "variant": "signature", "kind": 4096, @@ -780364,12 +794542,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-regions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-regions.ts#L19" } ], "parameters": [ { - "id": 36379, + "id": 19866, "name": "input", "variant": "param", "kind": 32768, @@ -780494,14 +794672,14 @@ { "type": "reflection", "declaration": { - "id": 36380, + "id": 19867, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36381, + "id": 19868, "name": "config", "variant": "declaration", "kind": 2048, @@ -780515,7 +794693,7 @@ ], "signatures": [ { - "id": 36382, + "id": 19869, "name": "config", "variant": "signature", "kind": 4096, @@ -780529,7 +794707,7 @@ ], "parameters": [ { - "id": 36383, + "id": 19870, "name": "config", "variant": "param", "kind": 32768, @@ -780540,14 +794718,14 @@ { "type": "reflection", "declaration": { - "id": 36384, + "id": 19871, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36385, + "id": 19872, "name": "name", "variant": "declaration", "kind": 1024, @@ -780571,7 +794749,7 @@ { "title": "Properties", "children": [ - 36385 + 19872 ] } ], @@ -780656,7 +794834,7 @@ { "title": "Methods", "children": [ - 36381 + 19868 ] } ], @@ -780698,7 +794876,7 @@ ] }, { - "id": 36389, + "id": 19876, "name": "deleteTaxRegionsStepId", "variant": "declaration", "kind": 32, @@ -780710,7 +794888,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-regions.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L10" } ], "type": { @@ -780720,7 +794898,7 @@ "defaultValue": "\"delete-tax-regions\"" }, { - "id": 36390, + "id": 19877, "name": "deleteTaxRegionsStep", "variant": "declaration", "kind": 64, @@ -780746,7 +794924,7 @@ }, "children": [ { - "id": 36393, + "id": 19880, "name": "__type", "variant": "declaration", "kind": 1024, @@ -780764,7 +794942,7 @@ } }, { - "id": 36394, + "id": 19881, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -780786,8 +794964,8 @@ { "title": "Properties", "children": [ - 36393, - 36394 + 19880, + 19881 ] } ], @@ -780796,12 +794974,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-regions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L14" } ], "signatures": [ { - "id": 36391, + "id": 19878, "name": "deleteTaxRegionsStep", "variant": "signature", "kind": 4096, @@ -780830,12 +795008,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-regions.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L14" } ], "parameters": [ { - "id": 36392, + "id": 19879, "name": "input", "variant": "param", "kind": 32768, @@ -780845,7 +795023,7 @@ "types": [ { "type": "reference", - "target": 36388, + "target": 19875, "name": "DeleteTaxRegionsStepInput", "package": "@medusajs/core-flows" }, @@ -780858,7 +795036,7 @@ "typeArguments": [ { "type": "reference", - "target": 36388, + "target": 19875, "name": "DeleteTaxRegionsStepInput", "package": "@medusajs/core-flows" } @@ -780878,7 +795056,7 @@ ] }, { - "id": 36396, + "id": 19883, "name": "orderOrCart", "variant": "declaration", "kind": 1024, @@ -780896,7 +795074,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L25" } ], "type": { @@ -780924,7 +795102,7 @@ } }, { - "id": 36397, + "id": 19884, "name": "items", "variant": "declaration", "kind": 1024, @@ -780942,7 +795120,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L29" } ], "type": { @@ -780976,7 +795154,7 @@ } }, { - "id": 36398, + "id": 19885, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -780994,7 +795172,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L33" } ], "type": { @@ -781028,7 +795206,7 @@ } }, { - "id": 36399, + "id": 19886, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -781048,7 +795226,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L39" } ], "type": { @@ -781057,7 +795235,7 @@ } }, { - "id": 36400, + "id": 19887, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -781077,7 +795255,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L43" } ], "type": { @@ -781086,7 +795264,7 @@ } }, { - "id": 36401, + "id": 19888, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -781106,7 +795284,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L47" } ], "type": { @@ -781120,7 +795298,7 @@ } }, { - "id": 36402, + "id": 19889, "name": "getItemTaxLinesStepId", "variant": "declaration", "kind": 32, @@ -781132,7 +795310,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 129, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L129" } ], "type": { @@ -781142,7 +795320,7 @@ "defaultValue": "\"get-item-tax-lines\"" }, { - "id": 36403, + "id": 19890, "name": "getItemTaxLinesStep", "variant": "declaration", "kind": 64, @@ -781186,7 +795364,7 @@ }, "children": [ { - "id": 36427, + "id": 19914, "name": "__type", "variant": "declaration", "kind": 1024, @@ -781204,7 +795382,7 @@ } }, { - "id": 36428, + "id": 19915, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -781226,8 +795404,8 @@ { "title": "Properties", "children": [ - 36427, - 36428 + 19914, + 19915 ] } ], @@ -781236,12 +795414,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 160, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L160" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L160" } ], "signatures": [ { - "id": 36404, + "id": 19891, "name": "getItemTaxLinesStep", "variant": "signature", "kind": 4096, @@ -781288,12 +795466,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 160, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L160" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L160" } ], "parameters": [ { - "id": 36405, + "id": 19892, "name": "input", "variant": "param", "kind": 32768, @@ -781303,7 +795481,7 @@ "types": [ { "type": "reference", - "target": 36395, + "target": 19882, "name": "GetItemTaxLinesStepInput", "package": "@medusajs/core-flows" }, @@ -781316,7 +795494,7 @@ "typeArguments": [ { "type": "reference", - "target": 36395, + "target": 19882, "name": "GetItemTaxLinesStepInput", "package": "@medusajs/core-flows" } @@ -781334,14 +795512,14 @@ { "type": "reflection", "declaration": { - "id": 36406, + "id": 19893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36407, + "id": 19894, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -781351,7 +795529,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -781397,7 +795575,7 @@ "defaultValue": "..." }, { - "id": 36408, + "id": 19895, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -781407,7 +795585,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -781457,8 +795635,8 @@ { "title": "Properties", "children": [ - 36407, - 36408 + 19894, + 19895 ] } ], @@ -781474,14 +795652,14 @@ { "type": "reflection", "declaration": { - "id": 36409, + "id": 19896, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36410, + "id": 19897, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -781491,7 +795669,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -781509,7 +795687,7 @@ "defaultValue": "..." }, { - "id": 36411, + "id": 19898, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -781519,7 +795697,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -781541,8 +795719,8 @@ { "title": "Properties", "children": [ - 36410, - 36411 + 19897, + 19898 ] } ], @@ -781551,7 +795729,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] } @@ -781566,14 +795744,14 @@ { "type": "reflection", "declaration": { - "id": 36412, + "id": 19899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36413, + "id": 19900, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -781583,7 +795761,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -781601,7 +795779,7 @@ "defaultValue": "..." }, { - "id": 36414, + "id": 19901, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -781611,7 +795789,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -781633,8 +795811,8 @@ { "title": "Properties", "children": [ - 36413, - 36414 + 19900, + 19901 ] } ], @@ -781643,7 +795821,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] } @@ -781655,14 +795833,14 @@ { "type": "reflection", "declaration": { - "id": 36415, + "id": 19902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36416, + "id": 19903, "name": "config", "variant": "declaration", "kind": 2048, @@ -781676,7 +795854,7 @@ ], "signatures": [ { - "id": 36417, + "id": 19904, "name": "config", "variant": "signature", "kind": 4096, @@ -781690,7 +795868,7 @@ ], "parameters": [ { - "id": 36418, + "id": 19905, "name": "config", "variant": "param", "kind": 32768, @@ -781701,14 +795879,14 @@ { "type": "reflection", "declaration": { - "id": 36419, + "id": 19906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36420, + "id": 19907, "name": "name", "variant": "declaration", "kind": 1024, @@ -781732,7 +795910,7 @@ { "title": "Properties", "children": [ - 36420 + 19907 ] } ], @@ -781796,14 +795974,14 @@ { "type": "reflection", "declaration": { - "id": 36421, + "id": 19908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36422, + "id": 19909, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -781813,7 +795991,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -781831,7 +796009,7 @@ "defaultValue": "..." }, { - "id": 36423, + "id": 19910, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -781841,7 +796019,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -781863,8 +796041,8 @@ { "title": "Properties", "children": [ - 36422, - 36423 + 19909, + 19910 ] } ], @@ -781873,7 +796051,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] } @@ -781890,7 +796068,7 @@ { "title": "Methods", "children": [ - 36416 + 19903 ] } ], @@ -781913,14 +796091,14 @@ { "type": "reflection", "declaration": { - "id": 36424, + "id": 19911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36425, + "id": 19912, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -781930,7 +796108,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -781948,7 +796126,7 @@ "defaultValue": "..." }, { - "id": 36426, + "id": 19913, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -781958,7 +796136,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -781980,8 +796158,8 @@ { "title": "Properties", "children": [ - 36425, - 36426 + 19912, + 19913 ] } ], @@ -781990,7 +796168,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] } @@ -782005,14 +796183,14 @@ ] }, { - "id": 36409, + "id": 19896, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36410, + "id": 19897, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782022,7 +796200,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782040,7 +796218,7 @@ "defaultValue": "..." }, { - "id": 36411, + "id": 19898, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782050,7 +796228,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782072,8 +796250,8 @@ { "title": "Properties", "children": [ - 36410, - 36411 + 19897, + 19898 ] } ], @@ -782082,12 +796260,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] }, { - "id": 36410, + "id": 19897, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782097,7 +796275,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782115,7 +796293,7 @@ "defaultValue": "..." }, { - "id": 36411, + "id": 19898, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782125,7 +796303,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782143,14 +796321,14 @@ "defaultValue": "..." }, { - "id": 36412, + "id": 19899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36413, + "id": 19900, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782160,7 +796338,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782178,7 +796356,7 @@ "defaultValue": "..." }, { - "id": 36414, + "id": 19901, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782188,7 +796366,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782210,8 +796388,8 @@ { "title": "Properties", "children": [ - 36413, - 36414 + 19900, + 19901 ] } ], @@ -782220,12 +796398,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] }, { - "id": 36413, + "id": 19900, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782235,7 +796413,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782253,7 +796431,7 @@ "defaultValue": "..." }, { - "id": 36414, + "id": 19901, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782263,7 +796441,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782281,14 +796459,14 @@ "defaultValue": "..." }, { - "id": 36421, + "id": 19908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36422, + "id": 19909, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782298,7 +796476,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782316,7 +796494,7 @@ "defaultValue": "..." }, { - "id": 36423, + "id": 19910, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782326,7 +796504,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782348,8 +796526,8 @@ { "title": "Properties", "children": [ - 36422, - 36423 + 19909, + 19910 ] } ], @@ -782358,12 +796536,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] }, { - "id": 36422, + "id": 19909, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782373,7 +796551,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782391,7 +796569,7 @@ "defaultValue": "..." }, { - "id": 36423, + "id": 19910, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782401,7 +796579,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782419,14 +796597,14 @@ "defaultValue": "..." }, { - "id": 36424, + "id": 19911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36425, + "id": 19912, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782436,7 +796614,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782454,7 +796632,7 @@ "defaultValue": "..." }, { - "id": 36426, + "id": 19913, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782464,7 +796642,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782486,8 +796664,8 @@ { "title": "Properties", "children": [ - 36425, - 36426 + 19912, + 19913 ] } ], @@ -782496,12 +796674,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 180, "character": 29, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L180" } ] }, { - "id": 36425, + "id": 19912, "name": "lineItemTaxLines", "variant": "declaration", "kind": 1024, @@ -782511,7 +796689,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 181, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L181" } ], "type": { @@ -782529,7 +796707,7 @@ "defaultValue": "..." }, { - "id": 36426, + "id": 19913, "name": "shippingMethodsTaxLines", "variant": "declaration", "kind": 1024, @@ -782539,7 +796717,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 182, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L182" } ], "type": { @@ -782557,7 +796735,7 @@ "defaultValue": "..." }, { - "id": 36429, + "id": 19916, "name": "createTaxRatesStepId", "variant": "declaration", "kind": 32, @@ -782569,7 +796747,7 @@ "fileName": "core-flows/src/tax/steps/create-tax-rates.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L5" } ], "type": { @@ -782579,7 +796757,7 @@ "defaultValue": "\"create-tax-rates\"" }, { - "id": 36430, + "id": 19917, "name": "createTaxRatesStep", "variant": "declaration", "kind": 64, @@ -782614,7 +796792,7 @@ }, "children": [ { - "id": 36439, + "id": 19926, "name": "__type", "variant": "declaration", "kind": 1024, @@ -782632,7 +796810,7 @@ } }, { - "id": 36440, + "id": 19927, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -782654,8 +796832,8 @@ { "title": "Properties", "children": [ - 36439, - 36440 + 19926, + 19927 ] } ], @@ -782664,12 +796842,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-rates.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L17" } ], "signatures": [ { - "id": 36431, + "id": 19918, "name": "createTaxRatesStep", "variant": "signature", "kind": 4096, @@ -782707,12 +796885,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-rates.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rates.ts#L17" } ], "parameters": [ { - "id": 36432, + "id": 19919, "name": "input", "variant": "param", "kind": 32768, @@ -782837,14 +797015,14 @@ { "type": "reflection", "declaration": { - "id": 36433, + "id": 19920, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36434, + "id": 19921, "name": "config", "variant": "declaration", "kind": 2048, @@ -782858,7 +797036,7 @@ ], "signatures": [ { - "id": 36435, + "id": 19922, "name": "config", "variant": "signature", "kind": 4096, @@ -782872,7 +797050,7 @@ ], "parameters": [ { - "id": 36436, + "id": 19923, "name": "config", "variant": "param", "kind": 32768, @@ -782883,14 +797061,14 @@ { "type": "reflection", "declaration": { - "id": 36437, + "id": 19924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36438, + "id": 19925, "name": "name", "variant": "declaration", "kind": 1024, @@ -782914,7 +797092,7 @@ { "title": "Properties", "children": [ - 36438 + 19925 ] } ], @@ -782999,7 +797177,7 @@ { "title": "Methods", "children": [ - 36434 + 19921 ] } ], @@ -783041,7 +797219,7 @@ ] }, { - "id": 36443, + "id": 19930, "name": "selector", "variant": "declaration", "kind": 1024, @@ -783059,7 +797237,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L19" } ], "type": { @@ -783073,7 +797251,7 @@ } }, { - "id": 36444, + "id": 19931, "name": "update", "variant": "declaration", "kind": 1024, @@ -783091,7 +797269,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L23" } ], "type": { @@ -783105,7 +797283,7 @@ } }, { - "id": 36445, + "id": 19932, "name": "updateTaxRatesStepId", "variant": "declaration", "kind": 32, @@ -783117,7 +797295,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 26, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L26" } ], "type": { @@ -783127,7 +797305,7 @@ "defaultValue": "\"update-tax-rates\"" }, { - "id": 36446, + "id": 19933, "name": "updateTaxRatesStep", "variant": "declaration", "kind": 64, @@ -783162,7 +797340,7 @@ }, "children": [ { - "id": 36455, + "id": 19942, "name": "__type", "variant": "declaration", "kind": 1024, @@ -783180,7 +797358,7 @@ } }, { - "id": 36456, + "id": 19943, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -783202,8 +797380,8 @@ { "title": "Properties", "children": [ - 36455, - 36456 + 19942, + 19943 ] } ], @@ -783212,12 +797390,12 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L40" } ], "signatures": [ { - "id": 36447, + "id": 19934, "name": "updateTaxRatesStep", "variant": "signature", "kind": 4096, @@ -783255,12 +797433,12 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L40" } ], "parameters": [ { - "id": 36448, + "id": 19935, "name": "input", "variant": "param", "kind": 32768, @@ -783270,7 +797448,7 @@ "types": [ { "type": "reference", - "target": 36441, + "target": 19928, "name": "UpdateTaxRatesStepInput", "package": "@medusajs/core-flows" }, @@ -783283,7 +797461,7 @@ "typeArguments": [ { "type": "reference", - "target": 36441, + "target": 19928, "name": "UpdateTaxRatesStepInput", "package": "@medusajs/core-flows" } @@ -783373,14 +797551,14 @@ { "type": "reflection", "declaration": { - "id": 36449, + "id": 19936, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36450, + "id": 19937, "name": "config", "variant": "declaration", "kind": 2048, @@ -783394,7 +797572,7 @@ ], "signatures": [ { - "id": 36451, + "id": 19938, "name": "config", "variant": "signature", "kind": 4096, @@ -783408,7 +797586,7 @@ ], "parameters": [ { - "id": 36452, + "id": 19939, "name": "config", "variant": "param", "kind": 32768, @@ -783419,14 +797597,14 @@ { "type": "reflection", "declaration": { - "id": 36453, + "id": 19940, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36454, + "id": 19941, "name": "name", "variant": "declaration", "kind": 1024, @@ -783450,7 +797628,7 @@ { "title": "Properties", "children": [ - 36454 + 19941 ] } ], @@ -783535,7 +797713,7 @@ { "title": "Methods", "children": [ - 36450 + 19937 ] } ], @@ -783577,7 +797755,7 @@ ] }, { - "id": 36458, + "id": 19945, "name": "deleteTaxRatesStepId", "variant": "declaration", "kind": 32, @@ -783589,7 +797767,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rates.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L10" } ], "type": { @@ -783599,7 +797777,7 @@ "defaultValue": "\"delete-tax-rates\"" }, { - "id": 36459, + "id": 19946, "name": "deleteTaxRatesStep", "variant": "declaration", "kind": 64, @@ -783625,7 +797803,7 @@ }, "children": [ { - "id": 36462, + "id": 19949, "name": "__type", "variant": "declaration", "kind": 1024, @@ -783643,7 +797821,7 @@ } }, { - "id": 36463, + "id": 19950, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -783665,8 +797843,8 @@ { "title": "Properties", "children": [ - 36462, - 36463 + 19949, + 19950 ] } ], @@ -783675,12 +797853,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rates.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L14" } ], "signatures": [ { - "id": 36460, + "id": 19947, "name": "deleteTaxRatesStep", "variant": "signature", "kind": 4096, @@ -783709,12 +797887,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rates.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L14" } ], "parameters": [ { - "id": 36461, + "id": 19948, "name": "input", "variant": "param", "kind": 32768, @@ -783724,7 +797902,7 @@ "types": [ { "type": "reference", - "target": 36457, + "target": 19944, "name": "DeleteTaxRatesStepInput", "package": "@medusajs/core-flows" }, @@ -783737,7 +797915,7 @@ "typeArguments": [ { "type": "reference", - "target": 36457, + "target": 19944, "name": "DeleteTaxRatesStepInput", "package": "@medusajs/core-flows" } @@ -783757,7 +797935,7 @@ ] }, { - "id": 36465, + "id": 19952, "name": "deleteTaxRateRulesStepId", "variant": "declaration", "kind": 32, @@ -783769,7 +797947,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rate-rules.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L10" } ], "type": { @@ -783779,7 +797957,7 @@ "defaultValue": "\"delete-tax-rate-rules\"" }, { - "id": 36466, + "id": 19953, "name": "deleteTaxRateRulesStep", "variant": "declaration", "kind": 64, @@ -783823,7 +798001,7 @@ }, "children": [ { - "id": 36469, + "id": 19956, "name": "__type", "variant": "declaration", "kind": 1024, @@ -783841,7 +798019,7 @@ } }, { - "id": 36470, + "id": 19957, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -783863,8 +798041,8 @@ { "title": "Properties", "children": [ - 36469, - 36470 + 19956, + 19957 ] } ], @@ -783873,12 +798051,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rate-rules.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L14" } ], "signatures": [ { - "id": 36467, + "id": 19954, "name": "deleteTaxRateRulesStep", "variant": "signature", "kind": 4096, @@ -783925,12 +798103,12 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rate-rules.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L14" } ], "parameters": [ { - "id": 36468, + "id": 19955, "name": "input", "variant": "param", "kind": 32768, @@ -783940,7 +798118,7 @@ "types": [ { "type": "reference", - "target": 36464, + "target": 19951, "name": "DeleteTaxRateRulesStepInput", "package": "@medusajs/core-flows" }, @@ -783953,7 +798131,7 @@ "typeArguments": [ { "type": "reference", - "target": 36464, + "target": 19951, "name": "DeleteTaxRateRulesStepInput", "package": "@medusajs/core-flows" } @@ -783973,7 +798151,7 @@ ] }, { - "id": 36471, + "id": 19958, "name": "createTaxRateRulesStepId", "variant": "declaration", "kind": 32, @@ -783985,7 +798163,7 @@ "fileName": "core-flows/src/tax/steps/create-tax-rate-rules.ts", "line": 8, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L8" } ], "type": { @@ -783995,7 +798173,7 @@ "defaultValue": "\"create-tax-rate-rules\"" }, { - "id": 36472, + "id": 19959, "name": "createTaxRateRulesStep", "variant": "declaration", "kind": 64, @@ -784048,7 +798226,7 @@ }, "children": [ { - "id": 36481, + "id": 19968, "name": "__type", "variant": "declaration", "kind": 1024, @@ -784066,7 +798244,7 @@ } }, { - "id": 36482, + "id": 19969, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -784088,8 +798266,8 @@ { "title": "Properties", "children": [ - 36481, - 36482 + 19968, + 19969 ] } ], @@ -784098,12 +798276,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-rate-rules.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L21" } ], "signatures": [ { - "id": 36473, + "id": 19960, "name": "createTaxRateRulesStep", "variant": "signature", "kind": 4096, @@ -784159,12 +798337,12 @@ "fileName": "core-flows/src/tax/steps/create-tax-rate-rules.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts#L21" } ], "parameters": [ { - "id": 36474, + "id": 19961, "name": "input", "variant": "param", "kind": 32768, @@ -784289,14 +798467,14 @@ { "type": "reflection", "declaration": { - "id": 36475, + "id": 19962, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36476, + "id": 19963, "name": "config", "variant": "declaration", "kind": 2048, @@ -784310,7 +798488,7 @@ ], "signatures": [ { - "id": 36477, + "id": 19964, "name": "config", "variant": "signature", "kind": 4096, @@ -784324,7 +798502,7 @@ ], "parameters": [ { - "id": 36478, + "id": 19965, "name": "config", "variant": "param", "kind": 32768, @@ -784335,14 +798513,14 @@ { "type": "reflection", "declaration": { - "id": 36479, + "id": 19966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36480, + "id": 19967, "name": "name", "variant": "declaration", "kind": 1024, @@ -784366,7 +798544,7 @@ { "title": "Properties", "children": [ - 36480 + 19967 ] } ], @@ -784451,7 +798629,7 @@ { "title": "Methods", "children": [ - 36476 + 19963 ] } ], @@ -784493,7 +798671,7 @@ ] }, { - "id": 36485, + "id": 19972, "name": "selector", "variant": "declaration", "kind": 1024, @@ -784511,7 +798689,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L15" } ], "type": { @@ -784525,7 +798703,7 @@ } }, { - "id": 36486, + "id": 19973, "name": "listTaxRateRuleIdsStepId", "variant": "declaration", "kind": 32, @@ -784537,7 +798715,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L18" } ], "type": { @@ -784547,7 +798725,7 @@ "defaultValue": "\"list-tax-rate-rule-ids\"" }, { - "id": 36487, + "id": 19974, "name": "listTaxRateRuleIdsStep", "variant": "declaration", "kind": 64, @@ -784582,7 +798760,7 @@ }, "children": [ { - "id": 36496, + "id": 19983, "name": "__type", "variant": "declaration", "kind": 1024, @@ -784600,7 +798778,7 @@ } }, { - "id": 36497, + "id": 19984, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -784622,8 +798800,8 @@ { "title": "Properties", "children": [ - 36496, - 36497 + 19983, + 19984 ] } ], @@ -784632,12 +798810,12 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L29" } ], "signatures": [ { - "id": 36488, + "id": 19975, "name": "listTaxRateRuleIdsStep", "variant": "signature", "kind": 4096, @@ -784675,12 +798853,12 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L29" } ], "parameters": [ { - "id": 36489, + "id": 19976, "name": "input", "variant": "param", "kind": 32768, @@ -784690,7 +798868,7 @@ "types": [ { "type": "reference", - "target": 36483, + "target": 19970, "name": "ListTaxRateRuleIdsStepInput", "package": "@medusajs/core-flows" }, @@ -784703,7 +798881,7 @@ "typeArguments": [ { "type": "reference", - "target": 36483, + "target": 19970, "name": "ListTaxRateRuleIdsStepInput", "package": "@medusajs/core-flows" } @@ -784773,14 +798951,14 @@ { "type": "reflection", "declaration": { - "id": 36490, + "id": 19977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36491, + "id": 19978, "name": "config", "variant": "declaration", "kind": 2048, @@ -784794,7 +798972,7 @@ ], "signatures": [ { - "id": 36492, + "id": 19979, "name": "config", "variant": "signature", "kind": 4096, @@ -784808,7 +798986,7 @@ ], "parameters": [ { - "id": 36493, + "id": 19980, "name": "config", "variant": "param", "kind": 32768, @@ -784819,14 +798997,14 @@ { "type": "reflection", "declaration": { - "id": 36494, + "id": 19981, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36495, + "id": 19982, "name": "name", "variant": "declaration", "kind": 1024, @@ -784850,7 +799028,7 @@ { "title": "Properties", "children": [ - 36495 + 19982 ] } ], @@ -784930,7 +799108,7 @@ { "title": "Methods", "children": [ - 36491 + 19978 ] } ], @@ -784967,7 +799145,7 @@ ] }, { - "id": 36500, + "id": 19987, "name": "selector", "variant": "declaration", "kind": 1024, @@ -784985,7 +799163,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L15" } ], "type": { @@ -784999,7 +799177,7 @@ } }, { - "id": 36501, + "id": 19988, "name": "listTaxRateIdsStepId", "variant": "declaration", "kind": 32, @@ -785011,7 +799189,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L18" } ], "type": { @@ -785021,7 +799199,7 @@ "defaultValue": "\"list-tax-rate-ids\"" }, { - "id": 36502, + "id": 19989, "name": "listTaxRateIdsStep", "variant": "declaration", "kind": 64, @@ -785047,7 +799225,7 @@ }, "children": [ { - "id": 36511, + "id": 19998, "name": "__type", "variant": "declaration", "kind": 1024, @@ -785065,7 +799243,7 @@ } }, { - "id": 36512, + "id": 19999, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -785087,8 +799265,8 @@ { "title": "Properties", "children": [ - 36511, - 36512 + 19998, + 19999 ] } ], @@ -785097,12 +799275,12 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L29" } ], "signatures": [ { - "id": 36503, + "id": 19990, "name": "listTaxRateIdsStep", "variant": "signature", "kind": 4096, @@ -785131,12 +799309,12 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L29" } ], "parameters": [ { - "id": 36504, + "id": 19991, "name": "input", "variant": "param", "kind": 32768, @@ -785146,7 +799324,7 @@ "types": [ { "type": "reference", - "target": 36498, + "target": 19985, "name": "ListTaxRateIdsStepInput", "package": "@medusajs/core-flows" }, @@ -785159,7 +799337,7 @@ "typeArguments": [ { "type": "reference", - "target": 36498, + "target": 19985, "name": "ListTaxRateIdsStepInput", "package": "@medusajs/core-flows" } @@ -785229,14 +799407,14 @@ { "type": "reflection", "declaration": { - "id": 36505, + "id": 19992, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36506, + "id": 19993, "name": "config", "variant": "declaration", "kind": 2048, @@ -785250,7 +799428,7 @@ ], "signatures": [ { - "id": 36507, + "id": 19994, "name": "config", "variant": "signature", "kind": 4096, @@ -785264,7 +799442,7 @@ ], "parameters": [ { - "id": 36508, + "id": 19995, "name": "config", "variant": "param", "kind": 32768, @@ -785275,14 +799453,14 @@ { "type": "reflection", "declaration": { - "id": 36509, + "id": 19996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36510, + "id": 19997, "name": "name", "variant": "declaration", "kind": 1024, @@ -785306,7 +799484,7 @@ { "title": "Properties", "children": [ - 36510 + 19997 ] } ], @@ -785386,7 +799564,7 @@ { "title": "Methods", "children": [ - 36506 + 19993 ] } ], @@ -785423,7 +799601,7 @@ ] }, { - "id": 36514, + "id": 20001, "name": "updateTaxRegionsStepId", "variant": "declaration", "kind": 32, @@ -785435,7 +799613,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-regions.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L17" } ], "type": { @@ -785445,7 +799623,7 @@ "defaultValue": "\"update-tax-regions\"" }, { - "id": 36515, + "id": 20002, "name": "updateTaxRegionsStep", "variant": "declaration", "kind": 64, @@ -785480,7 +799658,7 @@ }, "children": [ { - "id": 36524, + "id": 20011, "name": "__type", "variant": "declaration", "kind": 1024, @@ -785498,7 +799676,7 @@ } }, { - "id": 36525, + "id": 20012, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -785520,8 +799698,8 @@ { "title": "Properties", "children": [ - 36524, - 36525 + 20011, + 20012 ] } ], @@ -785530,12 +799708,12 @@ "fileName": "core-flows/src/tax/steps/update-tax-regions.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L29" } ], "signatures": [ { - "id": 36516, + "id": 20003, "name": "updateTaxRegionsStep", "variant": "signature", "kind": 4096, @@ -785573,12 +799751,12 @@ "fileName": "core-flows/src/tax/steps/update-tax-regions.ts", "line": 29, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L29" } ], "parameters": [ { - "id": 36517, + "id": 20004, "name": "input", "variant": "param", "kind": 32768, @@ -785703,14 +799881,14 @@ { "type": "reflection", "declaration": { - "id": 36518, + "id": 20005, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36519, + "id": 20006, "name": "config", "variant": "declaration", "kind": 2048, @@ -785724,7 +799902,7 @@ ], "signatures": [ { - "id": 36520, + "id": 20007, "name": "config", "variant": "signature", "kind": 4096, @@ -785738,7 +799916,7 @@ ], "parameters": [ { - "id": 36521, + "id": 20008, "name": "config", "variant": "param", "kind": 32768, @@ -785749,14 +799927,14 @@ { "type": "reflection", "declaration": { - "id": 36522, + "id": 20009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36523, + "id": 20010, "name": "name", "variant": "declaration", "kind": 1024, @@ -785780,7 +799958,7 @@ { "title": "Properties", "children": [ - 36523 + 20010 ] } ], @@ -785865,7 +800043,7 @@ { "title": "Methods", "children": [ - 36519 + 20006 ] } ], @@ -785909,14 +800087,14 @@ ] }, { - "id": 16628, + "id": 88, "name": "Workflows_Tax", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36528, + "id": 20015, "name": "rules", "variant": "declaration", "kind": 1024, @@ -785934,7 +800112,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L16" } ], "type": { @@ -785951,7 +800129,7 @@ } }, { - "id": 36530, + "id": 20017, "name": "createTaxRateRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -785963,7 +800141,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 24, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L24" } ], "type": { @@ -785973,7 +800151,7 @@ "defaultValue": "\"create-tax-rate-rules\"" }, { - "id": 36531, + "id": 20018, "name": "createTaxRateRulesWorkflow", "variant": "declaration", "kind": 64, @@ -786017,7 +800195,7 @@ }, "children": [ { - "id": 36539, + "id": 20026, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -786040,7 +800218,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36540, + "id": 20027, "name": "__type", "variant": "declaration", "kind": 65536, @@ -786054,7 +800232,7 @@ ], "signatures": [ { - "id": 36541, + "id": 20028, "name": "__type", "variant": "signature", "kind": 4096, @@ -786082,7 +800260,7 @@ ], "parameters": [ { - "id": 36542, + "id": 20029, "name": "param0", "variant": "param", "kind": 32768, @@ -786098,14 +800276,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36543, + "id": 20030, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36544, + "id": 20031, "name": "input", "variant": "declaration", "kind": 1024, @@ -786130,7 +800308,7 @@ "types": [ { "type": "reference", - "target": 36526, + "target": 20013, "name": "CreateTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -786143,7 +800321,7 @@ "typeArguments": [ { "type": "reference", - "target": 36526, + "target": 20013, "name": "CreateTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" } @@ -786159,7 +800337,7 @@ { "title": "Properties", "children": [ - 36544 + 20031 ] } ], @@ -786216,7 +800394,7 @@ }, { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -786229,7 +800407,7 @@ "typeArguments": [ { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -786240,14 +800418,14 @@ { "type": "reflection", "declaration": { - "id": 36545, + "id": 20032, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36546, + "id": 20033, "name": "config", "variant": "declaration", "kind": 2048, @@ -786261,7 +800439,7 @@ ], "signatures": [ { - "id": 36547, + "id": 20034, "name": "config", "variant": "signature", "kind": 4096, @@ -786275,7 +800453,7 @@ ], "parameters": [ { - "id": 36548, + "id": 20035, "name": "config", "variant": "param", "kind": 32768, @@ -786286,14 +800464,14 @@ { "type": "reflection", "declaration": { - "id": 36549, + "id": 20036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36550, + "id": 20037, "name": "name", "variant": "declaration", "kind": 1024, @@ -786317,7 +800495,7 @@ { "title": "Properties", "children": [ - 36550 + 20037 ] } ], @@ -786380,7 +800558,7 @@ "typeArguments": [ { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -786396,7 +800574,7 @@ { "title": "Methods", "children": [ - 36546 + 20033 ] } ], @@ -786418,7 +800596,7 @@ "typeArguments": [ { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -786434,7 +800612,7 @@ } }, { - "id": 36551, + "id": 20038, "name": "run", "variant": "declaration", "kind": 1024, @@ -786457,7 +800635,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36552, + "id": 20039, "name": "__type", "variant": "declaration", "kind": 65536, @@ -786471,7 +800649,7 @@ ], "signatures": [ { - "id": 36553, + "id": 20040, "name": "__type", "variant": "signature", "kind": 4096, @@ -786499,7 +800677,7 @@ ], "typeParameters": [ { - "id": 36554, + "id": 20041, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -786510,7 +800688,7 @@ } }, { - "id": 36555, + "id": 20042, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -786523,7 +800701,7 @@ ], "parameters": [ { - "id": 36556, + "id": 20043, "name": "args", "variant": "param", "kind": 32768, @@ -786556,7 +800734,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -786567,13 +800745,13 @@ }, "trueType": { "type": "reference", - "target": 36526, + "target": 20013, "name": "CreateTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -786606,7 +800784,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -786617,13 +800795,13 @@ }, "trueType": { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -786643,7 +800821,7 @@ } }, { - "id": 36557, + "id": 20044, "name": "getName", "variant": "declaration", "kind": 1024, @@ -786666,7 +800844,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36558, + "id": 20045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -786680,7 +800858,7 @@ ], "signatures": [ { - "id": 36559, + "id": 20046, "name": "__type", "variant": "signature", "kind": 4096, @@ -786702,7 +800880,7 @@ } }, { - "id": 36560, + "id": 20047, "name": "config", "variant": "declaration", "kind": 1024, @@ -786725,7 +800903,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36561, + "id": 20048, "name": "__type", "variant": "declaration", "kind": 65536, @@ -786739,7 +800917,7 @@ ], "signatures": [ { - "id": 36562, + "id": 20049, "name": "__type", "variant": "signature", "kind": 4096, @@ -786753,7 +800931,7 @@ ], "parameters": [ { - "id": 36563, + "id": 20050, "name": "config", "variant": "param", "kind": 32768, @@ -786779,7 +800957,7 @@ } }, { - "id": 36564, + "id": 20051, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -786807,7 +800985,7 @@ ], "documents": [ { - "id": 38319, + "id": 21817, "name": "createTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -786823,6 +801001,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19959" + } + ] } ], "modifierTags": [ @@ -786834,21 +801021,21 @@ } ], "childrenIncludingDocuments": [ - 36539, - 36551, - 36557, - 36560, - 36564 + 20026, + 20038, + 20044, + 20047, + 20051 ], "groups": [ { "title": "Properties", "children": [ - 36539, - 36551, - 36557, - 36560, - 36564 + 20026, + 20038, + 20044, + 20047, + 20051 ] } ], @@ -786857,12 +801044,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L50" } ], "signatures": [ { - "id": 36532, + "id": 20019, "name": "createTaxRateRulesWorkflow", "variant": "signature", "kind": 4096, @@ -786909,12 +801096,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 50, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L50" } ], "typeParameters": [ { - "id": 36533, + "id": 20020, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -786925,7 +801112,7 @@ } }, { - "id": 36534, + "id": 20021, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -786938,7 +801125,7 @@ ], "parameters": [ { - "id": 36535, + "id": 20022, "name": "container", "variant": "param", "kind": 32768, @@ -786962,14 +801149,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36536, + "id": 20023, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36537, + "id": 20024, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -786992,7 +801179,7 @@ } }, { - "id": 36538, + "id": 20025, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -787019,8 +801206,8 @@ { "title": "Properties", "children": [ - 36537, - 36538 + 20024, + 20025 ] } ], @@ -787091,26 +801278,26 @@ "typeArguments": [ { "type": "reference", - "target": 36526, + "target": 20013, "name": "CreateTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36529, + "target": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -787125,7 +801312,7 @@ ] }, { - "id": 36567, + "id": 20054, "name": "createTaxRatesWorkflowId", "variant": "declaration", "kind": 32, @@ -787137,7 +801324,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rates.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L19" } ], "type": { @@ -787147,7 +801334,7 @@ "defaultValue": "\"create-tax-rates\"" }, { - "id": 36568, + "id": 20055, "name": "createTaxRatesWorkflow", "variant": "declaration", "kind": 64, @@ -787191,7 +801378,7 @@ }, "children": [ { - "id": 36576, + "id": 20063, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -787214,7 +801401,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36577, + "id": 20064, "name": "__type", "variant": "declaration", "kind": 65536, @@ -787228,7 +801415,7 @@ ], "signatures": [ { - "id": 36578, + "id": 20065, "name": "__type", "variant": "signature", "kind": 4096, @@ -787256,7 +801443,7 @@ ], "parameters": [ { - "id": 36579, + "id": 20066, "name": "param0", "variant": "param", "kind": 32768, @@ -787272,14 +801459,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36580, + "id": 20067, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36581, + "id": 20068, "name": "input", "variant": "declaration", "kind": 1024, @@ -787304,7 +801491,7 @@ "types": [ { "type": "reference", - "target": 36565, + "target": 20052, "name": "CreateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -787317,7 +801504,7 @@ "typeArguments": [ { "type": "reference", - "target": 36565, + "target": 20052, "name": "CreateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" } @@ -787333,7 +801520,7 @@ { "title": "Properties", "children": [ - 36581 + 20068 ] } ], @@ -787390,7 +801577,7 @@ }, { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -787403,7 +801590,7 @@ "typeArguments": [ { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -787414,14 +801601,14 @@ { "type": "reflection", "declaration": { - "id": 36582, + "id": 20069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36583, + "id": 20070, "name": "config", "variant": "declaration", "kind": 2048, @@ -787435,7 +801622,7 @@ ], "signatures": [ { - "id": 36584, + "id": 20071, "name": "config", "variant": "signature", "kind": 4096, @@ -787449,7 +801636,7 @@ ], "parameters": [ { - "id": 36585, + "id": 20072, "name": "config", "variant": "param", "kind": 32768, @@ -787460,14 +801647,14 @@ { "type": "reflection", "declaration": { - "id": 36586, + "id": 20073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36587, + "id": 20074, "name": "name", "variant": "declaration", "kind": 1024, @@ -787491,7 +801678,7 @@ { "title": "Properties", "children": [ - 36587 + 20074 ] } ], @@ -787554,7 +801741,7 @@ "typeArguments": [ { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -787570,7 +801757,7 @@ { "title": "Methods", "children": [ - 36583 + 20070 ] } ], @@ -787592,7 +801779,7 @@ "typeArguments": [ { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -787608,7 +801795,7 @@ } }, { - "id": 36588, + "id": 20075, "name": "run", "variant": "declaration", "kind": 1024, @@ -787631,7 +801818,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36589, + "id": 20076, "name": "__type", "variant": "declaration", "kind": 65536, @@ -787645,7 +801832,7 @@ ], "signatures": [ { - "id": 36590, + "id": 20077, "name": "__type", "variant": "signature", "kind": 4096, @@ -787673,7 +801860,7 @@ ], "typeParameters": [ { - "id": 36591, + "id": 20078, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -787684,7 +801871,7 @@ } }, { - "id": 36592, + "id": 20079, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -787697,7 +801884,7 @@ ], "parameters": [ { - "id": 36593, + "id": 20080, "name": "args", "variant": "param", "kind": 32768, @@ -787730,7 +801917,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -787741,13 +801928,13 @@ }, "trueType": { "type": "reference", - "target": 36565, + "target": 20052, "name": "CreateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -787780,7 +801967,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -787791,13 +801978,13 @@ }, "trueType": { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -787817,7 +802004,7 @@ } }, { - "id": 36594, + "id": 20081, "name": "getName", "variant": "declaration", "kind": 1024, @@ -787840,7 +802027,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36595, + "id": 20082, "name": "__type", "variant": "declaration", "kind": 65536, @@ -787854,7 +802041,7 @@ ], "signatures": [ { - "id": 36596, + "id": 20083, "name": "__type", "variant": "signature", "kind": 4096, @@ -787876,7 +802063,7 @@ } }, { - "id": 36597, + "id": 20084, "name": "config", "variant": "declaration", "kind": 1024, @@ -787899,7 +802086,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36598, + "id": 20085, "name": "__type", "variant": "declaration", "kind": 65536, @@ -787913,7 +802100,7 @@ ], "signatures": [ { - "id": 36599, + "id": 20086, "name": "__type", "variant": "signature", "kind": 4096, @@ -787927,7 +802114,7 @@ ], "parameters": [ { - "id": 36600, + "id": 20087, "name": "config", "variant": "param", "kind": 32768, @@ -787953,7 +802140,7 @@ } }, { - "id": 36601, + "id": 20088, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -787981,7 +802168,7 @@ ], "documents": [ { - "id": 38320, + "id": 21818, "name": "createTaxRatesStep", "variant": "document", "kind": 8388608, @@ -787997,6 +802184,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19917" + } + ] } ], "modifierTags": [ @@ -788008,21 +802204,21 @@ } ], "childrenIncludingDocuments": [ - 36576, - 36588, - 36594, - 36597, - 36601 + 20063, + 20075, + 20081, + 20084, + 20088 ], "groups": [ { "title": "Properties", "children": [ - 36576, - 36588, - 36594, - 36597, - 36601 + 20063, + 20075, + 20081, + 20084, + 20088 ] } ], @@ -788031,12 +802227,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rates.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L42" } ], "signatures": [ { - "id": 36569, + "id": 20056, "name": "createTaxRatesWorkflow", "variant": "signature", "kind": 4096, @@ -788083,12 +802279,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rates.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L42" } ], "typeParameters": [ { - "id": 36570, + "id": 20057, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -788099,7 +802295,7 @@ } }, { - "id": 36571, + "id": 20058, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -788112,7 +802308,7 @@ ], "parameters": [ { - "id": 36572, + "id": 20059, "name": "container", "variant": "param", "kind": 32768, @@ -788136,14 +802332,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36573, + "id": 20060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36574, + "id": 20061, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -788166,7 +802362,7 @@ } }, { - "id": 36575, + "id": 20062, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -788193,8 +802389,8 @@ { "title": "Properties", "children": [ - 36574, - 36575 + 20061, + 20062 ] } ], @@ -788265,26 +802461,26 @@ "typeArguments": [ { "type": "reference", - "target": 36565, + "target": 20052, "name": "CreateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36566, + "target": 20053, "name": "CreateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -788299,7 +802495,7 @@ ] }, { - "id": 36604, + "id": 20091, "name": "createTaxRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -788311,7 +802507,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-regions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L19" } ], "type": { @@ -788321,7 +802517,7 @@ "defaultValue": "\"create-tax-regions\"" }, { - "id": 36605, + "id": 20092, "name": "createTaxRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -788365,7 +802561,7 @@ }, "children": [ { - "id": 36613, + "id": 20100, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -788388,7 +802584,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36614, + "id": 20101, "name": "__type", "variant": "declaration", "kind": 65536, @@ -788402,7 +802598,7 @@ ], "signatures": [ { - "id": 36615, + "id": 20102, "name": "__type", "variant": "signature", "kind": 4096, @@ -788430,7 +802626,7 @@ ], "parameters": [ { - "id": 36616, + "id": 20103, "name": "param0", "variant": "param", "kind": 32768, @@ -788446,14 +802642,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36617, + "id": 20104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36618, + "id": 20105, "name": "input", "variant": "declaration", "kind": 1024, @@ -788478,7 +802674,7 @@ "types": [ { "type": "reference", - "target": 36602, + "target": 20089, "name": "CreateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -788491,7 +802687,7 @@ "typeArguments": [ { "type": "reference", - "target": 36602, + "target": 20089, "name": "CreateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -788507,7 +802703,7 @@ { "title": "Properties", "children": [ - 36618 + 20105 ] } ], @@ -788564,7 +802760,7 @@ }, { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -788577,7 +802773,7 @@ "typeArguments": [ { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -788588,14 +802784,14 @@ { "type": "reflection", "declaration": { - "id": 36619, + "id": 20106, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36620, + "id": 20107, "name": "config", "variant": "declaration", "kind": 2048, @@ -788609,7 +802805,7 @@ ], "signatures": [ { - "id": 36621, + "id": 20108, "name": "config", "variant": "signature", "kind": 4096, @@ -788623,7 +802819,7 @@ ], "parameters": [ { - "id": 36622, + "id": 20109, "name": "config", "variant": "param", "kind": 32768, @@ -788634,14 +802830,14 @@ { "type": "reflection", "declaration": { - "id": 36623, + "id": 20110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36624, + "id": 20111, "name": "name", "variant": "declaration", "kind": 1024, @@ -788665,7 +802861,7 @@ { "title": "Properties", "children": [ - 36624 + 20111 ] } ], @@ -788728,7 +802924,7 @@ "typeArguments": [ { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -788744,7 +802940,7 @@ { "title": "Methods", "children": [ - 36620 + 20107 ] } ], @@ -788766,7 +802962,7 @@ "typeArguments": [ { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -788782,7 +802978,7 @@ } }, { - "id": 36625, + "id": 20112, "name": "run", "variant": "declaration", "kind": 1024, @@ -788805,7 +803001,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36626, + "id": 20113, "name": "__type", "variant": "declaration", "kind": 65536, @@ -788819,7 +803015,7 @@ ], "signatures": [ { - "id": 36627, + "id": 20114, "name": "__type", "variant": "signature", "kind": 4096, @@ -788847,7 +803043,7 @@ ], "typeParameters": [ { - "id": 36628, + "id": 20115, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -788858,7 +803054,7 @@ } }, { - "id": 36629, + "id": 20116, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -788871,7 +803067,7 @@ ], "parameters": [ { - "id": 36630, + "id": 20117, "name": "args", "variant": "param", "kind": 32768, @@ -788904,7 +803100,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -788915,13 +803111,13 @@ }, "trueType": { "type": "reference", - "target": 36602, + "target": 20089, "name": "CreateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -788954,7 +803150,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -788965,13 +803161,13 @@ }, "trueType": { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -788991,7 +803187,7 @@ } }, { - "id": 36631, + "id": 20118, "name": "getName", "variant": "declaration", "kind": 1024, @@ -789014,7 +803210,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36632, + "id": 20119, "name": "__type", "variant": "declaration", "kind": 65536, @@ -789028,7 +803224,7 @@ ], "signatures": [ { - "id": 36633, + "id": 20120, "name": "__type", "variant": "signature", "kind": 4096, @@ -789050,7 +803246,7 @@ } }, { - "id": 36634, + "id": 20121, "name": "config", "variant": "declaration", "kind": 1024, @@ -789073,7 +803269,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36635, + "id": 20122, "name": "__type", "variant": "declaration", "kind": 65536, @@ -789087,7 +803283,7 @@ ], "signatures": [ { - "id": 36636, + "id": 20123, "name": "__type", "variant": "signature", "kind": 4096, @@ -789101,7 +803297,7 @@ ], "parameters": [ { - "id": 36637, + "id": 20124, "name": "config", "variant": "param", "kind": 32768, @@ -789127,7 +803323,7 @@ } }, { - "id": 36638, + "id": 20125, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -789155,7 +803351,7 @@ ], "documents": [ { - "id": 38321, + "id": 21819, "name": "createTaxRegionsStep", "variant": "document", "kind": 8388608, @@ -789171,6 +803367,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19864" + } + ] } ], "modifierTags": [ @@ -789182,21 +803387,21 @@ } ], "childrenIncludingDocuments": [ - 36613, - 36625, - 36631, - 36634, - 36638 + 20100, + 20112, + 20118, + 20121, + 20125 ], "groups": [ { "title": "Properties", "children": [ - 36613, - 36625, - 36631, - 36634, - 36638 + 20100, + 20112, + 20118, + 20121, + 20125 ] } ], @@ -789205,12 +803410,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L41" } ], "signatures": [ { - "id": 36606, + "id": 20093, "name": "createTaxRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -789257,12 +803462,12 @@ "fileName": "core-flows/src/tax/workflows/create-tax-regions.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L41" } ], "typeParameters": [ { - "id": 36607, + "id": 20094, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -789273,7 +803478,7 @@ } }, { - "id": 36608, + "id": 20095, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -789286,7 +803491,7 @@ ], "parameters": [ { - "id": 36609, + "id": 20096, "name": "container", "variant": "param", "kind": 32768, @@ -789310,14 +803515,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36610, + "id": 20097, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36611, + "id": 20098, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -789340,7 +803545,7 @@ } }, { - "id": 36612, + "id": 20099, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -789367,8 +803572,8 @@ { "title": "Properties", "children": [ - 36611, - 36612 + 20098, + 20099 ] } ], @@ -789439,26 +803644,26 @@ "typeArguments": [ { "type": "reference", - "target": 36602, + "target": 20089, "name": "CreateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36603, + "target": 20090, "name": "CreateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -789473,7 +803678,7 @@ ] }, { - "id": 36641, + "id": 20128, "name": "ids", "variant": "declaration", "kind": 1024, @@ -789491,7 +803696,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L15" } ], "type": { @@ -789503,7 +803708,7 @@ } }, { - "id": 36642, + "id": 20129, "name": "deleteTaxRateRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -789515,7 +803720,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L18" } ], "type": { @@ -789525,7 +803730,7 @@ "defaultValue": "\"delete-tax-rate-rules\"" }, { - "id": 36643, + "id": 20130, "name": "deleteTaxRateRulesWorkflow", "variant": "declaration", "kind": 64, @@ -789569,7 +803774,7 @@ }, "children": [ { - "id": 36651, + "id": 20138, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -789592,7 +803797,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36652, + "id": 20139, "name": "__type", "variant": "declaration", "kind": 65536, @@ -789606,7 +803811,7 @@ ], "signatures": [ { - "id": 36653, + "id": 20140, "name": "__type", "variant": "signature", "kind": 4096, @@ -789634,7 +803839,7 @@ ], "parameters": [ { - "id": 36654, + "id": 20141, "name": "param0", "variant": "param", "kind": 32768, @@ -789650,14 +803855,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36655, + "id": 20142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36656, + "id": 20143, "name": "input", "variant": "declaration", "kind": 1024, @@ -789682,7 +803887,7 @@ "types": [ { "type": "reference", - "target": 36639, + "target": 20126, "name": "DeleteTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -789695,7 +803900,7 @@ "typeArguments": [ { "type": "reference", - "target": 36639, + "target": 20126, "name": "DeleteTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" } @@ -789711,7 +803916,7 @@ { "title": "Properties", "children": [ - 36656 + 20143 ] } ], @@ -789751,14 +803956,14 @@ { "type": "reflection", "declaration": { - "id": 36657, + "id": 20144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36658, + "id": 20145, "name": "config", "variant": "declaration", "kind": 2048, @@ -789772,7 +803977,7 @@ ], "signatures": [ { - "id": 36659, + "id": 20146, "name": "config", "variant": "signature", "kind": 4096, @@ -789786,7 +803991,7 @@ ], "parameters": [ { - "id": 36660, + "id": 20147, "name": "config", "variant": "param", "kind": 32768, @@ -789797,14 +804002,14 @@ { "type": "reflection", "declaration": { - "id": 36661, + "id": 20148, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36662, + "id": 20149, "name": "name", "variant": "declaration", "kind": 1024, @@ -789828,7 +804033,7 @@ { "title": "Properties", "children": [ - 36662 + 20149 ] } ], @@ -789905,7 +804110,7 @@ { "title": "Methods", "children": [ - 36658 + 20145 ] } ], @@ -789941,7 +804146,7 @@ } }, { - "id": 36663, + "id": 20150, "name": "run", "variant": "declaration", "kind": 1024, @@ -789964,7 +804169,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36664, + "id": 20151, "name": "__type", "variant": "declaration", "kind": 65536, @@ -789978,7 +804183,7 @@ ], "signatures": [ { - "id": 36665, + "id": 20152, "name": "__type", "variant": "signature", "kind": 4096, @@ -790006,7 +804211,7 @@ ], "typeParameters": [ { - "id": 36666, + "id": 20153, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -790017,7 +804222,7 @@ } }, { - "id": 36667, + "id": 20154, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -790030,7 +804235,7 @@ ], "parameters": [ { - "id": 36668, + "id": 20155, "name": "args", "variant": "param", "kind": 32768, @@ -790063,7 +804268,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790074,13 +804279,13 @@ }, "trueType": { "type": "reference", - "target": 36639, + "target": 20126, "name": "DeleteTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790113,7 +804318,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790128,7 +804333,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790148,7 +804353,7 @@ } }, { - "id": 36669, + "id": 20156, "name": "getName", "variant": "declaration", "kind": 1024, @@ -790171,7 +804376,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36670, + "id": 20157, "name": "__type", "variant": "declaration", "kind": 65536, @@ -790185,7 +804390,7 @@ ], "signatures": [ { - "id": 36671, + "id": 20158, "name": "__type", "variant": "signature", "kind": 4096, @@ -790207,7 +804412,7 @@ } }, { - "id": 36672, + "id": 20159, "name": "config", "variant": "declaration", "kind": 1024, @@ -790230,7 +804435,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36673, + "id": 20160, "name": "__type", "variant": "declaration", "kind": 65536, @@ -790244,7 +804449,7 @@ ], "signatures": [ { - "id": 36674, + "id": 20161, "name": "__type", "variant": "signature", "kind": 4096, @@ -790258,7 +804463,7 @@ ], "parameters": [ { - "id": 36675, + "id": 20162, "name": "config", "variant": "param", "kind": 32768, @@ -790284,7 +804489,7 @@ } }, { - "id": 36676, + "id": 20163, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -790312,7 +804517,7 @@ ], "documents": [ { - "id": 38322, + "id": 21820, "name": "deleteTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -790328,6 +804533,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19953" + } + ] } ], "modifierTags": [ @@ -790339,21 +804553,21 @@ } ], "childrenIncludingDocuments": [ - 36651, - 36663, - 36669, - 36672, - 36676 + 20138, + 20150, + 20156, + 20159, + 20163 ], "groups": [ { "title": "Properties", "children": [ - 36651, - 36663, - 36669, - 36672, - 36676 + 20138, + 20150, + 20156, + 20159, + 20163 ] } ], @@ -790362,12 +804576,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L38" } ], "signatures": [ { - "id": 36644, + "id": 20131, "name": "deleteTaxRateRulesWorkflow", "variant": "signature", "kind": 4096, @@ -790414,12 +804628,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L38" } ], "typeParameters": [ { - "id": 36645, + "id": 20132, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -790430,7 +804644,7 @@ } }, { - "id": 36646, + "id": 20133, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -790443,7 +804657,7 @@ ], "parameters": [ { - "id": 36647, + "id": 20134, "name": "container", "variant": "param", "kind": 32768, @@ -790467,14 +804681,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36648, + "id": 20135, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36649, + "id": 20136, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -790497,7 +804711,7 @@ } }, { - "id": 36650, + "id": 20137, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -790524,8 +804738,8 @@ { "title": "Properties", "children": [ - 36649, - 36650 + 20136, + 20137 ] } ], @@ -790596,7 +804810,7 @@ "typeArguments": [ { "type": "reference", - "target": 36639, + "target": 20126, "name": "DeleteTaxRateRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -790606,14 +804820,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790628,7 +804842,7 @@ ] }, { - "id": 36679, + "id": 20166, "name": "ids", "variant": "declaration", "kind": 1024, @@ -790646,7 +804860,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L15" } ], "type": { @@ -790658,7 +804872,7 @@ } }, { - "id": 36680, + "id": 20167, "name": "deleteTaxRatesWorkflowId", "variant": "declaration", "kind": 32, @@ -790670,7 +804884,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L18" } ], "type": { @@ -790680,7 +804894,7 @@ "defaultValue": "\"delete-tax-rates\"" }, { - "id": 36681, + "id": 20168, "name": "deleteTaxRatesWorkflow", "variant": "declaration", "kind": 64, @@ -790724,7 +804938,7 @@ }, "children": [ { - "id": 36689, + "id": 20176, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -790747,7 +804961,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36690, + "id": 20177, "name": "__type", "variant": "declaration", "kind": 65536, @@ -790761,7 +804975,7 @@ ], "signatures": [ { - "id": 36691, + "id": 20178, "name": "__type", "variant": "signature", "kind": 4096, @@ -790789,7 +805003,7 @@ ], "parameters": [ { - "id": 36692, + "id": 20179, "name": "param0", "variant": "param", "kind": 32768, @@ -790805,14 +805019,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36693, + "id": 20180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36694, + "id": 20181, "name": "input", "variant": "declaration", "kind": 1024, @@ -790837,7 +805051,7 @@ "types": [ { "type": "reference", - "target": 36677, + "target": 20164, "name": "DeleteTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -790850,7 +805064,7 @@ "typeArguments": [ { "type": "reference", - "target": 36677, + "target": 20164, "name": "DeleteTaxRatesWorkflowInput", "package": "@medusajs/core-flows" } @@ -790866,7 +805080,7 @@ { "title": "Properties", "children": [ - 36694 + 20181 ] } ], @@ -790906,14 +805120,14 @@ { "type": "reflection", "declaration": { - "id": 36695, + "id": 20182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36696, + "id": 20183, "name": "config", "variant": "declaration", "kind": 2048, @@ -790927,7 +805141,7 @@ ], "signatures": [ { - "id": 36697, + "id": 20184, "name": "config", "variant": "signature", "kind": 4096, @@ -790941,7 +805155,7 @@ ], "parameters": [ { - "id": 36698, + "id": 20185, "name": "config", "variant": "param", "kind": 32768, @@ -790952,14 +805166,14 @@ { "type": "reflection", "declaration": { - "id": 36699, + "id": 20186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36700, + "id": 20187, "name": "name", "variant": "declaration", "kind": 1024, @@ -790983,7 +805197,7 @@ { "title": "Properties", "children": [ - 36700 + 20187 ] } ], @@ -791060,7 +805274,7 @@ { "title": "Methods", "children": [ - 36696 + 20183 ] } ], @@ -791096,7 +805310,7 @@ } }, { - "id": 36701, + "id": 20188, "name": "run", "variant": "declaration", "kind": 1024, @@ -791119,7 +805333,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36702, + "id": 20189, "name": "__type", "variant": "declaration", "kind": 65536, @@ -791133,7 +805347,7 @@ ], "signatures": [ { - "id": 36703, + "id": 20190, "name": "__type", "variant": "signature", "kind": 4096, @@ -791161,7 +805375,7 @@ ], "typeParameters": [ { - "id": 36704, + "id": 20191, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -791172,7 +805386,7 @@ } }, { - "id": 36705, + "id": 20192, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -791185,7 +805399,7 @@ ], "parameters": [ { - "id": 36706, + "id": 20193, "name": "args", "variant": "param", "kind": 32768, @@ -791218,7 +805432,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -791229,13 +805443,13 @@ }, "trueType": { "type": "reference", - "target": 36677, + "target": 20164, "name": "DeleteTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -791268,7 +805482,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -791283,7 +805497,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -791303,7 +805517,7 @@ } }, { - "id": 36707, + "id": 20194, "name": "getName", "variant": "declaration", "kind": 1024, @@ -791326,7 +805540,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36708, + "id": 20195, "name": "__type", "variant": "declaration", "kind": 65536, @@ -791340,7 +805554,7 @@ ], "signatures": [ { - "id": 36709, + "id": 20196, "name": "__type", "variant": "signature", "kind": 4096, @@ -791362,7 +805576,7 @@ } }, { - "id": 36710, + "id": 20197, "name": "config", "variant": "declaration", "kind": 1024, @@ -791385,7 +805599,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36711, + "id": 20198, "name": "__type", "variant": "declaration", "kind": 65536, @@ -791399,7 +805613,7 @@ ], "signatures": [ { - "id": 36712, + "id": 20199, "name": "__type", "variant": "signature", "kind": 4096, @@ -791413,7 +805627,7 @@ ], "parameters": [ { - "id": 36713, + "id": 20200, "name": "config", "variant": "param", "kind": 32768, @@ -791439,7 +805653,7 @@ } }, { - "id": 36714, + "id": 20201, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -791467,7 +805681,7 @@ ], "documents": [ { - "id": 38323, + "id": 21821, "name": "deleteTaxRatesStep", "variant": "document", "kind": 8388608, @@ -791483,6 +805697,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19946" + } + ] } ], "modifierTags": [ @@ -791494,21 +805717,21 @@ } ], "childrenIncludingDocuments": [ - 36689, - 36701, - 36707, - 36710, - 36714 + 20176, + 20188, + 20194, + 20197, + 20201 ], "groups": [ { "title": "Properties", "children": [ - 36689, - 36701, - 36707, - 36710, - 36714 + 20176, + 20188, + 20194, + 20197, + 20201 ] } ], @@ -791517,12 +805740,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L38" } ], "signatures": [ { - "id": 36682, + "id": 20169, "name": "deleteTaxRatesWorkflow", "variant": "signature", "kind": 4096, @@ -791569,12 +805792,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L38" } ], "typeParameters": [ { - "id": 36683, + "id": 20170, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -791585,7 +805808,7 @@ } }, { - "id": 36684, + "id": 20171, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -791598,7 +805821,7 @@ ], "parameters": [ { - "id": 36685, + "id": 20172, "name": "container", "variant": "param", "kind": 32768, @@ -791622,14 +805845,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36686, + "id": 20173, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36687, + "id": 20174, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -791652,7 +805875,7 @@ } }, { - "id": 36688, + "id": 20175, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -791679,8 +805902,8 @@ { "title": "Properties", "children": [ - 36687, - 36688 + 20174, + 20175 ] } ], @@ -791751,7 +805974,7 @@ "typeArguments": [ { "type": "reference", - "target": 36677, + "target": 20164, "name": "DeleteTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -791761,14 +805984,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -791783,7 +806006,7 @@ ] }, { - "id": 36717, + "id": 20204, "name": "ids", "variant": "declaration", "kind": 1024, @@ -791801,7 +806024,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L15" } ], "type": { @@ -791813,7 +806036,7 @@ } }, { - "id": 36718, + "id": 20205, "name": "deleteTaxRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -791825,7 +806048,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 18, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L18" } ], "type": { @@ -791835,7 +806058,7 @@ "defaultValue": "\"delete-tax-regions\"" }, { - "id": 36719, + "id": 20206, "name": "deleteTaxRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -791879,7 +806102,7 @@ }, "children": [ { - "id": 36727, + "id": 20214, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -791902,7 +806125,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36728, + "id": 20215, "name": "__type", "variant": "declaration", "kind": 65536, @@ -791916,7 +806139,7 @@ ], "signatures": [ { - "id": 36729, + "id": 20216, "name": "__type", "variant": "signature", "kind": 4096, @@ -791944,7 +806167,7 @@ ], "parameters": [ { - "id": 36730, + "id": 20217, "name": "param0", "variant": "param", "kind": 32768, @@ -791960,14 +806183,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36731, + "id": 20218, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36732, + "id": 20219, "name": "input", "variant": "declaration", "kind": 1024, @@ -791992,7 +806215,7 @@ "types": [ { "type": "reference", - "target": 36715, + "target": 20202, "name": "DeleteTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -792005,7 +806228,7 @@ "typeArguments": [ { "type": "reference", - "target": 36715, + "target": 20202, "name": "DeleteTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -792021,7 +806244,7 @@ { "title": "Properties", "children": [ - 36732 + 20219 ] } ], @@ -792061,14 +806284,14 @@ { "type": "reflection", "declaration": { - "id": 36733, + "id": 20220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36734, + "id": 20221, "name": "config", "variant": "declaration", "kind": 2048, @@ -792082,7 +806305,7 @@ ], "signatures": [ { - "id": 36735, + "id": 20222, "name": "config", "variant": "signature", "kind": 4096, @@ -792096,7 +806319,7 @@ ], "parameters": [ { - "id": 36736, + "id": 20223, "name": "config", "variant": "param", "kind": 32768, @@ -792107,14 +806330,14 @@ { "type": "reflection", "declaration": { - "id": 36737, + "id": 20224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36738, + "id": 20225, "name": "name", "variant": "declaration", "kind": 1024, @@ -792138,7 +806361,7 @@ { "title": "Properties", "children": [ - 36738 + 20225 ] } ], @@ -792215,7 +806438,7 @@ { "title": "Methods", "children": [ - 36734 + 20221 ] } ], @@ -792251,7 +806474,7 @@ } }, { - "id": 36739, + "id": 20226, "name": "run", "variant": "declaration", "kind": 1024, @@ -792274,7 +806497,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36740, + "id": 20227, "name": "__type", "variant": "declaration", "kind": 65536, @@ -792288,7 +806511,7 @@ ], "signatures": [ { - "id": 36741, + "id": 20228, "name": "__type", "variant": "signature", "kind": 4096, @@ -792316,7 +806539,7 @@ ], "typeParameters": [ { - "id": 36742, + "id": 20229, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -792327,7 +806550,7 @@ } }, { - "id": 36743, + "id": 20230, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -792340,7 +806563,7 @@ ], "parameters": [ { - "id": 36744, + "id": 20231, "name": "args", "variant": "param", "kind": 32768, @@ -792373,7 +806596,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -792384,13 +806607,13 @@ }, "trueType": { "type": "reference", - "target": 36715, + "target": 20202, "name": "DeleteTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -792423,7 +806646,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -792438,7 +806661,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -792458,7 +806681,7 @@ } }, { - "id": 36745, + "id": 20232, "name": "getName", "variant": "declaration", "kind": 1024, @@ -792481,7 +806704,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36746, + "id": 20233, "name": "__type", "variant": "declaration", "kind": 65536, @@ -792495,7 +806718,7 @@ ], "signatures": [ { - "id": 36747, + "id": 20234, "name": "__type", "variant": "signature", "kind": 4096, @@ -792517,7 +806740,7 @@ } }, { - "id": 36748, + "id": 20235, "name": "config", "variant": "declaration", "kind": 1024, @@ -792540,7 +806763,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36749, + "id": 20236, "name": "__type", "variant": "declaration", "kind": 65536, @@ -792554,7 +806777,7 @@ ], "signatures": [ { - "id": 36750, + "id": 20237, "name": "__type", "variant": "signature", "kind": 4096, @@ -792568,7 +806791,7 @@ ], "parameters": [ { - "id": 36751, + "id": 20238, "name": "config", "variant": "param", "kind": 32768, @@ -792594,7 +806817,7 @@ } }, { - "id": 36752, + "id": 20239, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -792622,7 +806845,7 @@ ], "documents": [ { - "id": 38324, + "id": 21822, "name": "deleteTaxRegionsStep", "variant": "document", "kind": 8388608, @@ -792638,6 +806861,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19877" + } + ] } ], "modifierTags": [ @@ -792649,21 +806881,21 @@ } ], "childrenIncludingDocuments": [ - 36727, - 36739, - 36745, - 36748, - 36752 + 20214, + 20226, + 20232, + 20235, + 20239 ], "groups": [ { "title": "Properties", "children": [ - 36727, - 36739, - 36745, - 36748, - 36752 + 20214, + 20226, + 20232, + 20235, + 20239 ] } ], @@ -792672,12 +806904,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L38" } ], "signatures": [ { - "id": 36720, + "id": 20207, "name": "deleteTaxRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -792724,12 +806956,12 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 38, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L38" } ], "typeParameters": [ { - "id": 36721, + "id": 20208, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -792740,7 +806972,7 @@ } }, { - "id": 36722, + "id": 20209, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -792753,7 +806985,7 @@ ], "parameters": [ { - "id": 36723, + "id": 20210, "name": "container", "variant": "param", "kind": 32768, @@ -792777,14 +807009,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36724, + "id": 20211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36725, + "id": 20212, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -792807,7 +807039,7 @@ } }, { - "id": 36726, + "id": 20213, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -792834,8 +807066,8 @@ { "title": "Properties", "children": [ - 36725, - 36726 + 20212, + 20213 ] } ], @@ -792906,7 +807138,7 @@ "typeArguments": [ { "type": "reference", - "target": 36715, + "target": 20202, "name": "DeleteTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -792916,14 +807148,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -792938,7 +807170,7 @@ ] }, { - "id": 36755, + "id": 20242, "name": "tax_rate_ids", "variant": "declaration", "kind": 1024, @@ -792956,7 +807188,7 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L21" } ], "type": { @@ -792968,7 +807200,7 @@ } }, { - "id": 36756, + "id": 20243, "name": "rules", "variant": "declaration", "kind": 1024, @@ -792986,7 +807218,7 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L25" } ], "type": { @@ -793018,7 +807250,7 @@ } }, { - "id": 36757, + "id": 20244, "name": "setTaxRateRulesWorkflowId", "variant": "declaration", "kind": 32, @@ -793030,7 +807262,7 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 28, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L28" } ], "type": { @@ -793040,7 +807272,7 @@ "defaultValue": "\"set-tax-rate-rules\"" }, { - "id": 36758, + "id": 20245, "name": "setTaxRateRulesWorkflow", "variant": "declaration", "kind": 64, @@ -793084,7 +807316,7 @@ }, "children": [ { - "id": 36766, + "id": 20253, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -793107,7 +807339,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36767, + "id": 20254, "name": "__type", "variant": "declaration", "kind": 65536, @@ -793121,7 +807353,7 @@ ], "signatures": [ { - "id": 36768, + "id": 20255, "name": "__type", "variant": "signature", "kind": 4096, @@ -793149,7 +807381,7 @@ ], "parameters": [ { - "id": 36769, + "id": 20256, "name": "param0", "variant": "param", "kind": 32768, @@ -793165,14 +807397,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36770, + "id": 20257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36771, + "id": 20258, "name": "input", "variant": "declaration", "kind": 1024, @@ -793197,7 +807429,7 @@ "types": [ { "type": "reference", - "target": 36753, + "target": 20240, "name": "SetTaxRatesRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -793210,7 +807442,7 @@ "typeArguments": [ { "type": "reference", - "target": 36753, + "target": 20240, "name": "SetTaxRatesRulesWorkflowInput", "package": "@medusajs/core-flows" } @@ -793226,7 +807458,7 @@ { "title": "Properties", "children": [ - 36771 + 20258 ] } ], @@ -793319,14 +807551,14 @@ { "type": "reflection", "declaration": { - "id": 36772, + "id": 20259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36773, + "id": 20260, "name": "config", "variant": "declaration", "kind": 2048, @@ -793340,7 +807572,7 @@ ], "signatures": [ { - "id": 36774, + "id": 20261, "name": "config", "variant": "signature", "kind": 4096, @@ -793354,7 +807586,7 @@ ], "parameters": [ { - "id": 36775, + "id": 20262, "name": "config", "variant": "param", "kind": 32768, @@ -793365,14 +807597,14 @@ { "type": "reflection", "declaration": { - "id": 36776, + "id": 20263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36777, + "id": 20264, "name": "name", "variant": "declaration", "kind": 1024, @@ -793396,7 +807628,7 @@ { "title": "Properties", "children": [ - 36777 + 20264 ] } ], @@ -793481,7 +807713,7 @@ { "title": "Methods", "children": [ - 36773 + 20260 ] } ], @@ -793525,7 +807757,7 @@ } }, { - "id": 36778, + "id": 20265, "name": "run", "variant": "declaration", "kind": 1024, @@ -793548,7 +807780,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36779, + "id": 20266, "name": "__type", "variant": "declaration", "kind": 65536, @@ -793562,7 +807794,7 @@ ], "signatures": [ { - "id": 36780, + "id": 20267, "name": "__type", "variant": "signature", "kind": 4096, @@ -793590,7 +807822,7 @@ ], "typeParameters": [ { - "id": 36781, + "id": 20268, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -793601,7 +807833,7 @@ } }, { - "id": 36782, + "id": 20269, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -793614,7 +807846,7 @@ ], "parameters": [ { - "id": 36783, + "id": 20270, "name": "args", "variant": "param", "kind": 32768, @@ -793647,7 +807879,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -793658,13 +807890,13 @@ }, "trueType": { "type": "reference", - "target": 36753, + "target": 20240, "name": "SetTaxRatesRulesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -793697,7 +807929,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -793720,7 +807952,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -793740,7 +807972,7 @@ } }, { - "id": 36784, + "id": 20271, "name": "getName", "variant": "declaration", "kind": 1024, @@ -793763,7 +807995,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36785, + "id": 20272, "name": "__type", "variant": "declaration", "kind": 65536, @@ -793777,7 +808009,7 @@ ], "signatures": [ { - "id": 36786, + "id": 20273, "name": "__type", "variant": "signature", "kind": 4096, @@ -793799,7 +808031,7 @@ } }, { - "id": 36787, + "id": 20274, "name": "config", "variant": "declaration", "kind": 1024, @@ -793822,7 +808054,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36788, + "id": 20275, "name": "__type", "variant": "declaration", "kind": 65536, @@ -793836,7 +808068,7 @@ ], "signatures": [ { - "id": 36789, + "id": 20276, "name": "__type", "variant": "signature", "kind": 4096, @@ -793850,7 +808082,7 @@ ], "parameters": [ { - "id": 36790, + "id": 20277, "name": "config", "variant": "param", "kind": 32768, @@ -793876,7 +808108,7 @@ } }, { - "id": 36791, + "id": 20278, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -793904,7 +808136,7 @@ ], "documents": [ { - "id": 38325, + "id": 21823, "name": "listTaxRateRuleIdsStep", "variant": "document", "kind": 8388608, @@ -793920,6 +808152,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19974" + } + ] } ], "modifierTags": [ @@ -793930,7 +808171,7 @@ "frontmatter": {} }, { - "id": 38326, + "id": 21824, "name": "deleteTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -793946,6 +808187,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19953" + } + ] } ], "modifierTags": [ @@ -793956,7 +808206,7 @@ "frontmatter": {} }, { - "id": 38327, + "id": 21825, "name": "createTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -793972,6 +808222,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19959" + } + ] } ], "modifierTags": [ @@ -793983,21 +808242,21 @@ } ], "childrenIncludingDocuments": [ - 36766, - 36778, - 36784, - 36787, - 36791 + 20253, + 20265, + 20271, + 20274, + 20278 ], "groups": [ { "title": "Properties", "children": [ - 36766, - 36778, - 36784, - 36787, - 36791 + 20253, + 20265, + 20271, + 20274, + 20278 ] } ], @@ -794006,12 +808265,12 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L53" } ], "signatures": [ { - "id": 36759, + "id": 20246, "name": "setTaxRateRulesWorkflow", "variant": "signature", "kind": 4096, @@ -794058,12 +808317,12 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 53, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L53" } ], "typeParameters": [ { - "id": 36760, + "id": 20247, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -794074,7 +808333,7 @@ } }, { - "id": 36761, + "id": 20248, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -794087,7 +808346,7 @@ ], "parameters": [ { - "id": 36762, + "id": 20249, "name": "container", "variant": "param", "kind": 32768, @@ -794111,14 +808370,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36763, + "id": 20250, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36764, + "id": 20251, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -794141,7 +808400,7 @@ } }, { - "id": 36765, + "id": 20252, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -794168,8 +808427,8 @@ { "title": "Properties", "children": [ - 36764, - 36765 + 20251, + 20252 ] } ], @@ -794240,7 +808499,7 @@ "typeArguments": [ { "type": "reference", - "target": 36753, + "target": 20240, "name": "SetTaxRatesRulesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -794258,14 +808517,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -794280,7 +808539,7 @@ ] }, { - "id": 36794, + "id": 20281, "name": "selector", "variant": "declaration", "kind": 1024, @@ -794298,7 +808557,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L30" } ], "type": { @@ -794312,7 +808571,7 @@ } }, { - "id": 36795, + "id": 20282, "name": "update", "variant": "declaration", "kind": 1024, @@ -794330,7 +808589,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L34" } ], "type": { @@ -794344,7 +808603,7 @@ } }, { - "id": 36799, + "id": 20286, "name": "tax_rate_ids", "variant": "declaration", "kind": 1024, @@ -794362,7 +808621,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L49" } ], "type": { @@ -794374,7 +808633,7 @@ } }, { - "id": 36800, + "id": 20287, "name": "update", "variant": "declaration", "kind": 1024, @@ -794392,7 +808651,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L53" } ], "type": { @@ -794406,7 +808665,7 @@ } }, { - "id": 36801, + "id": 20288, "name": "maybeListTaxRateRuleIdsStep", "variant": "declaration", "kind": 64, @@ -794432,7 +808691,7 @@ }, "children": [ { - "id": 36810, + "id": 20297, "name": "__type", "variant": "declaration", "kind": 1024, @@ -794450,7 +808709,7 @@ } }, { - "id": 36811, + "id": 20298, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -794472,8 +808731,8 @@ { "title": "Properties", "children": [ - 36810, - 36811 + 20297, + 20298 ] } ], @@ -794482,12 +808741,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 100, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L100" } ], "signatures": [ { - "id": 36802, + "id": 20289, "name": "maybeListTaxRateRuleIdsStep", "variant": "signature", "kind": 4096, @@ -794516,12 +808775,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 100, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L100" } ], "parameters": [ { - "id": 36803, + "id": 20290, "name": "input", "variant": "param", "kind": 32768, @@ -794531,7 +808790,7 @@ "types": [ { "type": "reference", - "target": 36797, + "target": 20284, "name": "MaybeListTaxRateRuleIdsStepInput", "package": "@medusajs/core-flows" }, @@ -794544,7 +808803,7 @@ "typeArguments": [ { "type": "reference", - "target": 36797, + "target": 20284, "name": "MaybeListTaxRateRuleIdsStepInput", "package": "@medusajs/core-flows" } @@ -794614,14 +808873,14 @@ { "type": "reflection", "declaration": { - "id": 36804, + "id": 20291, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36805, + "id": 20292, "name": "config", "variant": "declaration", "kind": 2048, @@ -794635,7 +808894,7 @@ ], "signatures": [ { - "id": 36806, + "id": 20293, "name": "config", "variant": "signature", "kind": 4096, @@ -794649,7 +808908,7 @@ ], "parameters": [ { - "id": 36807, + "id": 20294, "name": "config", "variant": "param", "kind": 32768, @@ -794660,14 +808919,14 @@ { "type": "reflection", "declaration": { - "id": 36808, + "id": 20295, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36809, + "id": 20296, "name": "name", "variant": "declaration", "kind": 1024, @@ -794691,7 +808950,7 @@ { "title": "Properties", "children": [ - 36809 + 20296 ] } ], @@ -794771,7 +809030,7 @@ { "title": "Methods", "children": [ - 36805 + 20292 ] } ], @@ -794808,7 +809067,7 @@ ] }, { - "id": 36812, + "id": 20299, "name": "updateTaxRatesWorkflowId", "variant": "declaration", "kind": 32, @@ -794820,7 +809079,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 120, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L120" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L120" } ], "type": { @@ -794830,7 +809089,7 @@ "defaultValue": "\"update-tax-rates\"" }, { - "id": 36813, + "id": 20300, "name": "updateTaxRatesWorkflow", "variant": "declaration", "kind": 64, @@ -794874,7 +809133,7 @@ }, "children": [ { - "id": 36821, + "id": 20308, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -794897,7 +809156,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36822, + "id": 20309, "name": "__type", "variant": "declaration", "kind": 65536, @@ -794911,7 +809170,7 @@ ], "signatures": [ { - "id": 36823, + "id": 20310, "name": "__type", "variant": "signature", "kind": 4096, @@ -794939,7 +809198,7 @@ ], "parameters": [ { - "id": 36824, + "id": 20311, "name": "param0", "variant": "param", "kind": 32768, @@ -794955,14 +809214,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36825, + "id": 20312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36826, + "id": 20313, "name": "input", "variant": "declaration", "kind": 1024, @@ -794987,7 +809246,7 @@ "types": [ { "type": "reference", - "target": 36792, + "target": 20279, "name": "UpdateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, @@ -795000,7 +809259,7 @@ "typeArguments": [ { "type": "reference", - "target": 36792, + "target": 20279, "name": "UpdateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" } @@ -795016,7 +809275,7 @@ { "title": "Properties", "children": [ - 36826 + 20313 ] } ], @@ -795073,7 +809332,7 @@ }, { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -795086,7 +809345,7 @@ "typeArguments": [ { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -795097,14 +809356,14 @@ { "type": "reflection", "declaration": { - "id": 36827, + "id": 20314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36828, + "id": 20315, "name": "config", "variant": "declaration", "kind": 2048, @@ -795118,7 +809377,7 @@ ], "signatures": [ { - "id": 36829, + "id": 20316, "name": "config", "variant": "signature", "kind": 4096, @@ -795132,7 +809391,7 @@ ], "parameters": [ { - "id": 36830, + "id": 20317, "name": "config", "variant": "param", "kind": 32768, @@ -795143,14 +809402,14 @@ { "type": "reflection", "declaration": { - "id": 36831, + "id": 20318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36832, + "id": 20319, "name": "name", "variant": "declaration", "kind": 1024, @@ -795174,7 +809433,7 @@ { "title": "Properties", "children": [ - 36832 + 20319 ] } ], @@ -795237,7 +809496,7 @@ "typeArguments": [ { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -795253,7 +809512,7 @@ { "title": "Methods", "children": [ - 36828 + 20315 ] } ], @@ -795275,7 +809534,7 @@ "typeArguments": [ { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" } @@ -795291,7 +809550,7 @@ } }, { - "id": 36833, + "id": 20320, "name": "run", "variant": "declaration", "kind": 1024, @@ -795314,7 +809573,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36834, + "id": 20321, "name": "__type", "variant": "declaration", "kind": 65536, @@ -795328,7 +809587,7 @@ ], "signatures": [ { - "id": 36835, + "id": 20322, "name": "__type", "variant": "signature", "kind": 4096, @@ -795356,7 +809615,7 @@ ], "typeParameters": [ { - "id": 36836, + "id": 20323, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -795367,7 +809626,7 @@ } }, { - "id": 36837, + "id": 20324, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -795380,7 +809639,7 @@ ], "parameters": [ { - "id": 36838, + "id": 20325, "name": "args", "variant": "param", "kind": 32768, @@ -795413,7 +809672,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -795424,13 +809683,13 @@ }, "trueType": { "type": "reference", - "target": 36792, + "target": 20279, "name": "UpdateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -795463,7 +809722,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -795474,13 +809733,13 @@ }, "trueType": { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -795500,7 +809759,7 @@ } }, { - "id": 36839, + "id": 20326, "name": "getName", "variant": "declaration", "kind": 1024, @@ -795523,7 +809782,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36840, + "id": 20327, "name": "__type", "variant": "declaration", "kind": 65536, @@ -795537,7 +809796,7 @@ ], "signatures": [ { - "id": 36841, + "id": 20328, "name": "__type", "variant": "signature", "kind": 4096, @@ -795559,7 +809818,7 @@ } }, { - "id": 36842, + "id": 20329, "name": "config", "variant": "declaration", "kind": 1024, @@ -795582,7 +809841,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36843, + "id": 20330, "name": "__type", "variant": "declaration", "kind": 65536, @@ -795596,7 +809855,7 @@ ], "signatures": [ { - "id": 36844, + "id": 20331, "name": "__type", "variant": "signature", "kind": 4096, @@ -795610,7 +809869,7 @@ ], "parameters": [ { - "id": 36845, + "id": 20332, "name": "config", "variant": "param", "kind": 32768, @@ -795636,7 +809895,7 @@ } }, { - "id": 36846, + "id": 20333, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -795664,7 +809923,7 @@ ], "documents": [ { - "id": 38328, + "id": 21826, "name": "updateTaxRatesStep", "variant": "document", "kind": 8388608, @@ -795680,6 +809939,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19933" + } + ] } ], "modifierTags": [ @@ -795690,7 +809958,7 @@ "frontmatter": {} }, { - "id": 38329, + "id": 21827, "name": "deleteTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -795706,6 +809974,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19953" + } + ] } ], "modifierTags": [ @@ -795716,7 +809993,7 @@ "frontmatter": {} }, { - "id": 38330, + "id": 21828, "name": "createTaxRateRulesStep", "variant": "document", "kind": 8388608, @@ -795732,6 +810009,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "19959" + } + ] } ], "modifierTags": [ @@ -795743,21 +810029,21 @@ } ], "childrenIncludingDocuments": [ - 36821, - 36833, - 36839, - 36842, - 36846 + 20308, + 20320, + 20326, + 20329, + 20333 ], "groups": [ { "title": "Properties", "children": [ - 36821, - 36833, - 36839, - 36842, - 36846 + 20308, + 20320, + 20326, + 20329, + 20333 ] } ], @@ -795766,12 +810052,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 145, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L145" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L145" } ], "signatures": [ { - "id": 36814, + "id": 20301, "name": "updateTaxRatesWorkflow", "variant": "signature", "kind": 4096, @@ -795818,12 +810104,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 145, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L145" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L145" } ], "typeParameters": [ { - "id": 36815, + "id": 20302, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -795834,7 +810120,7 @@ } }, { - "id": 36816, + "id": 20303, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -795847,7 +810133,7 @@ ], "parameters": [ { - "id": 36817, + "id": 20304, "name": "container", "variant": "param", "kind": 32768, @@ -795871,14 +810157,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36818, + "id": 20305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36819, + "id": 20306, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -795901,7 +810187,7 @@ } }, { - "id": 36820, + "id": 20307, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -795928,8 +810214,8 @@ { "title": "Properties", "children": [ - 36819, - 36820 + 20306, + 20307 ] } ], @@ -796000,26 +810286,26 @@ "typeArguments": [ { "type": "reference", - "target": 36792, + "target": 20279, "name": "UpdateTaxRatesWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36796, + "target": 20283, "name": "UpdateTaxRatesWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -796034,7 +810320,7 @@ ] }, { - "id": 36849, + "id": 20336, "name": "updateTaxRegionsWorkflowId", "variant": "declaration", "kind": 32, @@ -796046,7 +810332,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-regions.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L19" } ], "type": { @@ -796056,7 +810342,7 @@ "defaultValue": "\"update-tax-regions\"" }, { - "id": 36850, + "id": 20337, "name": "updateTaxRegionsWorkflow", "variant": "declaration", "kind": 64, @@ -796100,7 +810386,7 @@ }, "children": [ { - "id": 36858, + "id": 20345, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -796123,7 +810409,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36859, + "id": 20346, "name": "__type", "variant": "declaration", "kind": 65536, @@ -796137,7 +810423,7 @@ ], "signatures": [ { - "id": 36860, + "id": 20347, "name": "__type", "variant": "signature", "kind": 4096, @@ -796165,7 +810451,7 @@ ], "parameters": [ { - "id": 36861, + "id": 20348, "name": "param0", "variant": "param", "kind": 32768, @@ -796181,14 +810467,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36862, + "id": 20349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36863, + "id": 20350, "name": "input", "variant": "declaration", "kind": 1024, @@ -796213,7 +810499,7 @@ "types": [ { "type": "reference", - "target": 36847, + "target": 20334, "name": "UpdateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, @@ -796226,7 +810512,7 @@ "typeArguments": [ { "type": "reference", - "target": 36847, + "target": 20334, "name": "UpdateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" } @@ -796242,7 +810528,7 @@ { "title": "Properties", "children": [ - 36863 + 20350 ] } ], @@ -796299,7 +810585,7 @@ }, { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, @@ -796312,7 +810598,7 @@ "typeArguments": [ { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -796323,14 +810609,14 @@ { "type": "reflection", "declaration": { - "id": 36864, + "id": 20351, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36865, + "id": 20352, "name": "config", "variant": "declaration", "kind": 2048, @@ -796344,7 +810630,7 @@ ], "signatures": [ { - "id": 36866, + "id": 20353, "name": "config", "variant": "signature", "kind": 4096, @@ -796358,7 +810644,7 @@ ], "parameters": [ { - "id": 36867, + "id": 20354, "name": "config", "variant": "param", "kind": 32768, @@ -796369,14 +810655,14 @@ { "type": "reflection", "declaration": { - "id": 36868, + "id": 20355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36869, + "id": 20356, "name": "name", "variant": "declaration", "kind": 1024, @@ -796400,7 +810686,7 @@ { "title": "Properties", "children": [ - 36869 + 20356 ] } ], @@ -796463,7 +810749,7 @@ "typeArguments": [ { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -796479,7 +810765,7 @@ { "title": "Methods", "children": [ - 36865 + 20352 ] } ], @@ -796501,7 +810787,7 @@ "typeArguments": [ { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" } @@ -796517,7 +810803,7 @@ } }, { - "id": 36870, + "id": 20357, "name": "run", "variant": "declaration", "kind": 1024, @@ -796540,7 +810826,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36871, + "id": 20358, "name": "__type", "variant": "declaration", "kind": 65536, @@ -796554,7 +810840,7 @@ ], "signatures": [ { - "id": 36872, + "id": 20359, "name": "__type", "variant": "signature", "kind": 4096, @@ -796582,7 +810868,7 @@ ], "typeParameters": [ { - "id": 36873, + "id": 20360, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -796593,7 +810879,7 @@ } }, { - "id": 36874, + "id": 20361, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -796606,7 +810892,7 @@ ], "parameters": [ { - "id": 36875, + "id": 20362, "name": "args", "variant": "param", "kind": 32768, @@ -796639,7 +810925,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -796650,13 +810936,13 @@ }, "trueType": { "type": "reference", - "target": 36847, + "target": 20334, "name": "UpdateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -796689,7 +810975,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -796700,13 +810986,13 @@ }, "trueType": { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -796726,7 +811012,7 @@ } }, { - "id": 36876, + "id": 20363, "name": "getName", "variant": "declaration", "kind": 1024, @@ -796749,7 +811035,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36877, + "id": 20364, "name": "__type", "variant": "declaration", "kind": 65536, @@ -796763,7 +811049,7 @@ ], "signatures": [ { - "id": 36878, + "id": 20365, "name": "__type", "variant": "signature", "kind": 4096, @@ -796785,7 +811071,7 @@ } }, { - "id": 36879, + "id": 20366, "name": "config", "variant": "declaration", "kind": 1024, @@ -796808,7 +811094,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36880, + "id": 20367, "name": "__type", "variant": "declaration", "kind": 65536, @@ -796822,7 +811108,7 @@ ], "signatures": [ { - "id": 36881, + "id": 20368, "name": "__type", "variant": "signature", "kind": 4096, @@ -796836,7 +811122,7 @@ ], "parameters": [ { - "id": 36882, + "id": 20369, "name": "config", "variant": "param", "kind": 32768, @@ -796862,7 +811148,7 @@ } }, { - "id": 36883, + "id": 20370, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -796890,7 +811176,7 @@ ], "documents": [ { - "id": 38331, + "id": 21829, "name": "updateTaxRegionsStep", "variant": "document", "kind": 8388608, @@ -796906,6 +811192,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20002" + } + ] } ], "modifierTags": [ @@ -796917,21 +811212,21 @@ } ], "childrenIncludingDocuments": [ - 36858, - 36870, - 36876, - 36879, - 36883 + 20345, + 20357, + 20363, + 20366, + 20370 ], "groups": [ { "title": "Properties", "children": [ - 36858, - 36870, - 36876, - 36879, - 36883 + 20345, + 20357, + 20363, + 20366, + 20370 ] } ], @@ -796940,12 +811235,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-regions.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L42" } ], "signatures": [ { - "id": 36851, + "id": 20338, "name": "updateTaxRegionsWorkflow", "variant": "signature", "kind": 4096, @@ -796992,12 +811287,12 @@ "fileName": "core-flows/src/tax/workflows/update-tax-regions.ts", "line": 42, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L42" } ], "typeParameters": [ { - "id": 36852, + "id": 20339, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -797008,7 +811303,7 @@ } }, { - "id": 36853, + "id": 20340, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -797021,7 +811316,7 @@ ], "parameters": [ { - "id": 36854, + "id": 20341, "name": "container", "variant": "param", "kind": 32768, @@ -797045,14 +811340,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36855, + "id": 20342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36856, + "id": 20343, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -797075,7 +811370,7 @@ } }, { - "id": 36857, + "id": 20344, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -797102,8 +811397,8 @@ { "title": "Properties", "children": [ - 36856, - 36857 + 20343, + 20344 ] } ], @@ -797174,26 +811469,26 @@ "typeArguments": [ { "type": "reference", - "target": 36847, + "target": 20334, "name": "UpdateTaxRegionsWorkflowInput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 36848, + "target": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -797212,21 +811507,21 @@ ] }, { - "id": 16629, + "id": 89, "name": "User", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16630, + "id": 90, "name": "Steps_User", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36885, + "id": 20372, "name": "deleteUsersStepId", "variant": "declaration", "kind": 32, @@ -797238,7 +811533,7 @@ "fileName": "core-flows/src/user/steps/delete-users.ts", "line": 10, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/delete-users.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/delete-users.ts#L10" } ], "type": { @@ -797248,7 +811543,7 @@ "defaultValue": "\"delete-users-step\"" }, { - "id": 36886, + "id": 20373, "name": "deleteUsersStep", "variant": "declaration", "kind": 64, @@ -797274,7 +811569,7 @@ }, "children": [ { - "id": 36889, + "id": 20376, "name": "__type", "variant": "declaration", "kind": 1024, @@ -797292,7 +811587,7 @@ } }, { - "id": 36890, + "id": 20377, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -797314,8 +811609,8 @@ { "title": "Properties", "children": [ - 36889, - 36890 + 20376, + 20377 ] } ], @@ -797324,12 +811619,12 @@ "fileName": "core-flows/src/user/steps/delete-users.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/delete-users.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/delete-users.ts#L14" } ], "signatures": [ { - "id": 36887, + "id": 20374, "name": "deleteUsersStep", "variant": "signature", "kind": 4096, @@ -797358,12 +811653,12 @@ "fileName": "core-flows/src/user/steps/delete-users.ts", "line": 14, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/delete-users.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/delete-users.ts#L14" } ], "parameters": [ { - "id": 36888, + "id": 20375, "name": "input", "variant": "param", "kind": 32768, @@ -797373,7 +811668,7 @@ "types": [ { "type": "reference", - "target": 36884, + "target": 20371, "name": "DeleteUsersStepInput", "package": "@medusajs/core-flows" }, @@ -797386,7 +811681,7 @@ "typeArguments": [ { "type": "reference", - "target": 36884, + "target": 20371, "name": "DeleteUsersStepInput", "package": "@medusajs/core-flows" } @@ -797406,7 +811701,7 @@ ] }, { - "id": 36891, + "id": 20378, "name": "createUsersStepId", "variant": "declaration", "kind": 32, @@ -797418,7 +811713,7 @@ "fileName": "core-flows/src/user/steps/create-users.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/create-users.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/create-users.ts#L5" } ], "type": { @@ -797428,7 +811723,7 @@ "defaultValue": "\"create-users-step\"" }, { - "id": 36892, + "id": 20379, "name": "createUsersStep", "variant": "declaration", "kind": 64, @@ -797472,7 +811767,7 @@ }, "children": [ { - "id": 36901, + "id": 20388, "name": "__type", "variant": "declaration", "kind": 1024, @@ -797490,7 +811785,7 @@ } }, { - "id": 36902, + "id": 20389, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -797512,8 +811807,8 @@ { "title": "Properties", "children": [ - 36901, - 36902 + 20388, + 20389 ] } ], @@ -797522,12 +811817,12 @@ "fileName": "core-flows/src/user/steps/create-users.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/create-users.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/create-users.ts#L19" } ], "signatures": [ { - "id": 36893, + "id": 20380, "name": "createUsersStep", "variant": "signature", "kind": 4096, @@ -797574,12 +811869,12 @@ "fileName": "core-flows/src/user/steps/create-users.ts", "line": 19, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/create-users.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/create-users.ts#L19" } ], "parameters": [ { - "id": 36894, + "id": 20381, "name": "input", "variant": "param", "kind": 32768, @@ -797704,14 +811999,14 @@ { "type": "reflection", "declaration": { - "id": 36895, + "id": 20382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36896, + "id": 20383, "name": "config", "variant": "declaration", "kind": 2048, @@ -797725,7 +812020,7 @@ ], "signatures": [ { - "id": 36897, + "id": 20384, "name": "config", "variant": "signature", "kind": 4096, @@ -797739,7 +812034,7 @@ ], "parameters": [ { - "id": 36898, + "id": 20385, "name": "config", "variant": "param", "kind": 32768, @@ -797750,14 +812045,14 @@ { "type": "reflection", "declaration": { - "id": 36899, + "id": 20386, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36900, + "id": 20387, "name": "name", "variant": "declaration", "kind": 1024, @@ -797781,7 +812076,7 @@ { "title": "Properties", "children": [ - 36900 + 20387 ] } ], @@ -797866,7 +812161,7 @@ { "title": "Methods", "children": [ - 36896 + 20383 ] } ], @@ -797908,7 +812203,7 @@ ] }, { - "id": 36903, + "id": 20390, "name": "updateUsersStepId", "variant": "declaration", "kind": 32, @@ -797920,7 +812215,7 @@ "fileName": "core-flows/src/user/steps/update-users.ts", "line": 5, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/update-users.ts#L5" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/update-users.ts#L5" } ], "type": { @@ -797930,7 +812225,7 @@ "defaultValue": "\"update-users-step\"" }, { - "id": 36904, + "id": 20391, "name": "updateUsersStep", "variant": "declaration", "kind": 64, @@ -797965,7 +812260,7 @@ }, "children": [ { - "id": 36913, + "id": 20400, "name": "__type", "variant": "declaration", "kind": 1024, @@ -797983,7 +812278,7 @@ } }, { - "id": 36914, + "id": 20401, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -798005,8 +812300,8 @@ { "title": "Properties", "children": [ - 36913, - 36914 + 20400, + 20401 ] } ], @@ -798015,12 +812310,12 @@ "fileName": "core-flows/src/user/steps/update-users.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/update-users.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/update-users.ts#L17" } ], "signatures": [ { - "id": 36905, + "id": 20392, "name": "updateUsersStep", "variant": "signature", "kind": 4096, @@ -798058,12 +812353,12 @@ "fileName": "core-flows/src/user/steps/update-users.ts", "line": 17, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/update-users.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/update-users.ts#L17" } ], "parameters": [ { - "id": 36906, + "id": 20393, "name": "input", "variant": "param", "kind": 32768, @@ -798188,14 +812483,14 @@ { "type": "reflection", "declaration": { - "id": 36907, + "id": 20394, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36908, + "id": 20395, "name": "config", "variant": "declaration", "kind": 2048, @@ -798209,7 +812504,7 @@ ], "signatures": [ { - "id": 36909, + "id": 20396, "name": "config", "variant": "signature", "kind": 4096, @@ -798223,7 +812518,7 @@ ], "parameters": [ { - "id": 36910, + "id": 20397, "name": "config", "variant": "param", "kind": 32768, @@ -798234,14 +812529,14 @@ { "type": "reflection", "declaration": { - "id": 36911, + "id": 20398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36912, + "id": 20399, "name": "name", "variant": "declaration", "kind": 1024, @@ -798265,7 +812560,7 @@ { "title": "Properties", "children": [ - 36912 + 20399 ] } ], @@ -798350,7 +812645,7 @@ { "title": "Methods", "children": [ - 36908 + 20395 ] } ], @@ -798394,14 +812689,14 @@ ] }, { - "id": 16631, + "id": 91, "name": "Workflows_User", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 36917, + "id": 20404, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -798419,7 +812714,7 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L18" } ], "type": { @@ -798428,7 +812723,7 @@ } }, { - "id": 36918, + "id": 20405, "name": "userData", "variant": "declaration", "kind": 1024, @@ -798446,7 +812741,7 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L22" } ], "type": { @@ -798460,7 +812755,7 @@ } }, { - "id": 36919, + "id": 20406, "name": "createUserAccountWorkflowId", "variant": "declaration", "kind": 32, @@ -798472,7 +812767,7 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 25, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L25" } ], "type": { @@ -798482,7 +812777,7 @@ "defaultValue": "\"create-user-account\"" }, { - "id": 36920, + "id": 20407, "name": "createUserAccountWorkflow", "variant": "declaration", "kind": 64, @@ -798535,7 +812830,7 @@ }, "children": [ { - "id": 36928, + "id": 20415, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -798558,7 +812853,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36929, + "id": 20416, "name": "__type", "variant": "declaration", "kind": 65536, @@ -798572,7 +812867,7 @@ ], "signatures": [ { - "id": 36930, + "id": 20417, "name": "__type", "variant": "signature", "kind": 4096, @@ -798600,7 +812895,7 @@ ], "parameters": [ { - "id": 36931, + "id": 20418, "name": "param0", "variant": "param", "kind": 32768, @@ -798616,14 +812911,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36932, + "id": 20419, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36933, + "id": 20420, "name": "input", "variant": "declaration", "kind": 1024, @@ -798648,7 +812943,7 @@ "types": [ { "type": "reference", - "target": 36915, + "target": 20402, "name": "CreateUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -798661,7 +812956,7 @@ "typeArguments": [ { "type": "reference", - "target": 36915, + "target": 20402, "name": "CreateUserAccountWorkflowInput", "package": "@medusajs/core-flows" } @@ -798677,7 +812972,7 @@ { "title": "Properties", "children": [ - 36933 + 20420 ] } ], @@ -798698,14 +812993,14 @@ { "type": "reflection", "declaration": { - "id": 36934, + "id": 20421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36935, + "id": 20422, "name": "id", "variant": "declaration", "kind": 1024, @@ -798751,7 +813046,7 @@ } }, { - "id": 36936, + "id": 20423, "name": "email", "variant": "declaration", "kind": 1024, @@ -798797,7 +813092,7 @@ } }, { - "id": 36937, + "id": 20424, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -798856,7 +813151,7 @@ } }, { - "id": 36938, + "id": 20425, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -798915,7 +813210,7 @@ } }, { - "id": 36939, + "id": 20426, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -798974,7 +813269,7 @@ } }, { - "id": 36940, + "id": 20427, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -799063,7 +813358,7 @@ } }, { - "id": 36941, + "id": 20428, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -799119,7 +813414,7 @@ } }, { - "id": 36942, + "id": 20429, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -799175,7 +813470,7 @@ } }, { - "id": 36943, + "id": 20430, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -799248,15 +813543,15 @@ { "title": "Properties", "children": [ - 36935, - 36936, - 36937, - 36938, - 36939, - 36940, - 36941, - 36942, - 36943 + 20422, + 20423, + 20424, + 20425, + 20426, + 20427, + 20428, + 20429, + 20430 ] } ], @@ -799301,14 +813596,14 @@ { "type": "reflection", "declaration": { - "id": 36944, + "id": 20431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36945, + "id": 20432, "name": "config", "variant": "declaration", "kind": 2048, @@ -799322,7 +813617,7 @@ ], "signatures": [ { - "id": 36946, + "id": 20433, "name": "config", "variant": "signature", "kind": 4096, @@ -799336,7 +813631,7 @@ ], "parameters": [ { - "id": 36947, + "id": 20434, "name": "config", "variant": "param", "kind": 32768, @@ -799347,14 +813642,14 @@ { "type": "reflection", "declaration": { - "id": 36948, + "id": 20435, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36949, + "id": 20436, "name": "name", "variant": "declaration", "kind": 1024, @@ -799378,7 +813673,7 @@ { "title": "Properties", "children": [ - 36949 + 20436 ] } ], @@ -799460,7 +813755,7 @@ { "title": "Methods", "children": [ - 36945 + 20432 ] } ], @@ -799501,7 +813796,7 @@ } }, { - "id": 36950, + "id": 20437, "name": "run", "variant": "declaration", "kind": 1024, @@ -799524,7 +813819,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36951, + "id": 20438, "name": "__type", "variant": "declaration", "kind": 65536, @@ -799538,7 +813833,7 @@ ], "signatures": [ { - "id": 36952, + "id": 20439, "name": "__type", "variant": "signature", "kind": 4096, @@ -799566,7 +813861,7 @@ ], "typeParameters": [ { - "id": 36953, + "id": 20440, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -799577,7 +813872,7 @@ } }, { - "id": 36954, + "id": 20441, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -799590,7 +813885,7 @@ ], "parameters": [ { - "id": 36955, + "id": 20442, "name": "args", "variant": "param", "kind": 32768, @@ -799623,7 +813918,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -799634,13 +813929,13 @@ }, "trueType": { "type": "reference", - "target": 36915, + "target": 20402, "name": "CreateUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -799673,7 +813968,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -799693,7 +813988,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -799713,7 +814008,7 @@ } }, { - "id": 36956, + "id": 20443, "name": "getName", "variant": "declaration", "kind": 1024, @@ -799736,7 +814031,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36957, + "id": 20444, "name": "__type", "variant": "declaration", "kind": 65536, @@ -799750,7 +814045,7 @@ ], "signatures": [ { - "id": 36958, + "id": 20445, "name": "__type", "variant": "signature", "kind": 4096, @@ -799772,7 +814067,7 @@ } }, { - "id": 36959, + "id": 20446, "name": "config", "variant": "declaration", "kind": 1024, @@ -799795,7 +814090,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36960, + "id": 20447, "name": "__type", "variant": "declaration", "kind": 65536, @@ -799809,7 +814104,7 @@ ], "signatures": [ { - "id": 36961, + "id": 20448, "name": "__type", "variant": "signature", "kind": 4096, @@ -799823,7 +814118,7 @@ ], "parameters": [ { - "id": 36962, + "id": 20449, "name": "config", "variant": "param", "kind": 32768, @@ -799849,7 +814144,7 @@ } }, { - "id": 36963, + "id": 20450, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -799877,7 +814172,7 @@ ], "documents": [ { - "id": 38332, + "id": 21830, "name": "createUsersWorkflow", "variant": "document", "kind": 8388608, @@ -799893,6 +814188,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20452" + } + ] } ], "modifierTags": [ @@ -799903,7 +814207,7 @@ "frontmatter": {} }, { - "id": 38333, + "id": 21831, "name": "setAuthAppMetadataStep", "variant": "document", "kind": 8388608, @@ -799919,6 +814223,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "384" + } + ] } ], "modifierTags": [ @@ -799930,21 +814243,21 @@ } ], "childrenIncludingDocuments": [ - 36928, - 36950, - 36956, - 36959, - 36963 + 20415, + 20437, + 20443, + 20446, + 20450 ], "groups": [ { "title": "Properties", "children": [ - 36928, - 36950, - 36956, - 36959, - 36963 + 20415, + 20437, + 20443, + 20446, + 20450 ] } ], @@ -799953,12 +814266,12 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L52" } ], "signatures": [ { - "id": 36921, + "id": 20408, "name": "createUserAccountWorkflow", "variant": "signature", "kind": 4096, @@ -800014,12 +814327,12 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 52, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L52" } ], "typeParameters": [ { - "id": 36922, + "id": 20409, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -800030,7 +814343,7 @@ } }, { - "id": 36923, + "id": 20410, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -800043,7 +814356,7 @@ ], "parameters": [ { - "id": 36924, + "id": 20411, "name": "container", "variant": "param", "kind": 32768, @@ -800067,14 +814380,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36925, + "id": 20412, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36926, + "id": 20413, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -800097,7 +814410,7 @@ } }, { - "id": 36927, + "id": 20414, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -800124,8 +814437,8 @@ { "title": "Properties", "children": [ - 36926, - 36927 + 20413, + 20414 ] } ], @@ -800196,7 +814509,7 @@ "typeArguments": [ { "type": "reference", - "target": 36915, + "target": 20402, "name": "CreateUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -800211,14 +814524,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -800233,7 +814546,7 @@ ] }, { - "id": 36964, + "id": 20451, "name": "createUsersWorkflowId", "variant": "declaration", "kind": 32, @@ -800245,7 +814558,7 @@ "fileName": "core-flows/src/user/workflows/create-users.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-users.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-users.ts#L12" } ], "type": { @@ -800255,7 +814568,7 @@ "defaultValue": "\"create-users-workflow\"" }, { - "id": 36965, + "id": 20452, "name": "createUsersWorkflow", "variant": "declaration", "kind": 64, @@ -800317,7 +814630,7 @@ }, "children": [ { - "id": 36973, + "id": 20460, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -800340,7 +814653,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36974, + "id": 20461, "name": "__type", "variant": "declaration", "kind": 65536, @@ -800354,7 +814667,7 @@ ], "signatures": [ { - "id": 36975, + "id": 20462, "name": "__type", "variant": "signature", "kind": 4096, @@ -800382,7 +814695,7 @@ ], "parameters": [ { - "id": 36976, + "id": 20463, "name": "param0", "variant": "param", "kind": 32768, @@ -800398,14 +814711,14 @@ "type": { "type": "reflection", "declaration": { - "id": 36977, + "id": 20464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36978, + "id": 20465, "name": "input", "variant": "declaration", "kind": 1024, @@ -800465,7 +814778,7 @@ { "title": "Properties", "children": [ - 36978 + 20465 ] } ], @@ -800558,14 +814871,14 @@ { "type": "reflection", "declaration": { - "id": 36979, + "id": 20466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36980, + "id": 20467, "name": "config", "variant": "declaration", "kind": 2048, @@ -800579,7 +814892,7 @@ ], "signatures": [ { - "id": 36981, + "id": 20468, "name": "config", "variant": "signature", "kind": 4096, @@ -800593,7 +814906,7 @@ ], "parameters": [ { - "id": 36982, + "id": 20469, "name": "config", "variant": "param", "kind": 32768, @@ -800604,14 +814917,14 @@ { "type": "reflection", "declaration": { - "id": 36983, + "id": 20470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36984, + "id": 20471, "name": "name", "variant": "declaration", "kind": 1024, @@ -800635,7 +814948,7 @@ { "title": "Properties", "children": [ - 36984 + 20471 ] } ], @@ -800720,7 +815033,7 @@ { "title": "Methods", "children": [ - 36980 + 20467 ] } ], @@ -800764,7 +815077,7 @@ } }, { - "id": 36985, + "id": 20472, "name": "run", "variant": "declaration", "kind": 1024, @@ -800787,7 +815100,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36986, + "id": 20473, "name": "__type", "variant": "declaration", "kind": 65536, @@ -800801,7 +815114,7 @@ ], "signatures": [ { - "id": 36987, + "id": 20474, "name": "__type", "variant": "signature", "kind": 4096, @@ -800829,7 +815142,7 @@ ], "typeParameters": [ { - "id": 36988, + "id": 20475, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -800840,7 +815153,7 @@ } }, { - "id": 36989, + "id": 20476, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -800853,7 +815166,7 @@ ], "parameters": [ { - "id": 36990, + "id": 20477, "name": "args", "variant": "param", "kind": 32768, @@ -800886,7 +815199,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -800906,7 +815219,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -800939,7 +815252,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -800962,7 +815275,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -800982,7 +815295,7 @@ } }, { - "id": 36991, + "id": 20478, "name": "getName", "variant": "declaration", "kind": 1024, @@ -801005,7 +815318,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36992, + "id": 20479, "name": "__type", "variant": "declaration", "kind": 65536, @@ -801019,7 +815332,7 @@ ], "signatures": [ { - "id": 36993, + "id": 20480, "name": "__type", "variant": "signature", "kind": 4096, @@ -801041,7 +815354,7 @@ } }, { - "id": 36994, + "id": 20481, "name": "config", "variant": "declaration", "kind": 1024, @@ -801064,7 +815377,7 @@ "type": { "type": "reflection", "declaration": { - "id": 36995, + "id": 20482, "name": "__type", "variant": "declaration", "kind": 65536, @@ -801078,7 +815391,7 @@ ], "signatures": [ { - "id": 36996, + "id": 20483, "name": "__type", "variant": "signature", "kind": 4096, @@ -801092,7 +815405,7 @@ ], "parameters": [ { - "id": 36997, + "id": 20484, "name": "config", "variant": "param", "kind": 32768, @@ -801118,7 +815431,7 @@ } }, { - "id": 36998, + "id": 20485, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -801146,7 +815459,7 @@ ], "documents": [ { - "id": 38334, + "id": 21832, "name": "createUsersStep", "variant": "document", "kind": 8388608, @@ -801162,6 +815475,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20379" + } + ] } ], "modifierTags": [ @@ -801172,7 +815494,7 @@ "frontmatter": {} }, { - "id": 38335, + "id": 21833, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -801188,6 +815510,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -801199,21 +815530,21 @@ } ], "childrenIncludingDocuments": [ - 36973, - 36985, - 36991, - 36994, - 36998 + 20460, + 20472, + 20478, + 20481, + 20485 ], "groups": [ { "title": "Properties", "children": [ - 36973, - 36985, - 36991, - 36994, - 36998 + 20460, + 20472, + 20478, + 20481, + 20485 ] } ], @@ -801222,12 +815553,12 @@ "fileName": "core-flows/src/user/workflows/create-users.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-users.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-users.ts#L40" } ], "signatures": [ { - "id": 36966, + "id": 20453, "name": "createUsersWorkflow", "variant": "signature", "kind": 4096, @@ -801292,12 +815623,12 @@ "fileName": "core-flows/src/user/workflows/create-users.ts", "line": 40, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-users.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-users.ts#L40" } ], "typeParameters": [ { - "id": 36967, + "id": 20454, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -801308,7 +815639,7 @@ } }, { - "id": 36968, + "id": 20455, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -801321,7 +815652,7 @@ ], "parameters": [ { - "id": 36969, + "id": 20456, "name": "container", "variant": "param", "kind": 32768, @@ -801345,14 +815676,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 36970, + "id": 20457, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36971, + "id": 20458, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -801375,7 +815706,7 @@ } }, { - "id": 36972, + "id": 20459, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -801402,8 +815733,8 @@ { "title": "Properties", "children": [ - 36971, - 36972 + 20458, + 20459 ] } ], @@ -801495,14 +815826,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -801517,7 +815848,7 @@ ] }, { - "id": 36999, + "id": 20486, "name": "deleteUsersWorkflowId", "variant": "declaration", "kind": 32, @@ -801529,7 +815860,7 @@ "fileName": "core-flows/src/user/workflows/delete-users.ts", "line": 11, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/delete-users.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/delete-users.ts#L11" } ], "type": { @@ -801539,7 +815870,7 @@ "defaultValue": "\"delete-user\"" }, { - "id": 37000, + "id": 20487, "name": "deleteUsersWorkflow", "variant": "declaration", "kind": 64, @@ -801601,7 +815932,7 @@ }, "children": [ { - "id": 37008, + "id": 20495, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -801624,7 +815955,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37009, + "id": 20496, "name": "__type", "variant": "declaration", "kind": 65536, @@ -801638,7 +815969,7 @@ ], "signatures": [ { - "id": 37010, + "id": 20497, "name": "__type", "variant": "signature", "kind": 4096, @@ -801666,7 +815997,7 @@ ], "parameters": [ { - "id": 37011, + "id": 20498, "name": "param0", "variant": "param", "kind": 32768, @@ -801682,14 +816013,14 @@ "type": { "type": "reflection", "declaration": { - "id": 37012, + "id": 20499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37013, + "id": 20500, "name": "input", "variant": "declaration", "kind": 1024, @@ -801749,7 +816080,7 @@ { "title": "Properties", "children": [ - 37013 + 20500 ] } ], @@ -801785,14 +816116,14 @@ { "type": "reflection", "declaration": { - "id": 37014, + "id": 20501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37015, + "id": 20502, "name": "config", "variant": "declaration", "kind": 2048, @@ -801806,7 +816137,7 @@ ], "signatures": [ { - "id": 37016, + "id": 20503, "name": "config", "variant": "signature", "kind": 4096, @@ -801820,7 +816151,7 @@ ], "parameters": [ { - "id": 37017, + "id": 20504, "name": "config", "variant": "param", "kind": 32768, @@ -801831,14 +816162,14 @@ { "type": "reflection", "declaration": { - "id": 37018, + "id": 20505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37019, + "id": 20506, "name": "name", "variant": "declaration", "kind": 1024, @@ -801862,7 +816193,7 @@ { "title": "Properties", "children": [ - 37019 + 20506 ] } ], @@ -801939,7 +816270,7 @@ { "title": "Methods", "children": [ - 37015 + 20502 ] } ], @@ -801975,7 +816306,7 @@ } }, { - "id": 37020, + "id": 20507, "name": "run", "variant": "declaration", "kind": 1024, @@ -801998,7 +816329,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37021, + "id": 20508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -802012,7 +816343,7 @@ ], "signatures": [ { - "id": 37022, + "id": 20509, "name": "__type", "variant": "signature", "kind": 4096, @@ -802040,7 +816371,7 @@ ], "typeParameters": [ { - "id": 37023, + "id": 20510, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -802051,7 +816382,7 @@ } }, { - "id": 37024, + "id": 20511, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -802064,7 +816395,7 @@ ], "parameters": [ { - "id": 37025, + "id": 20512, "name": "args", "variant": "param", "kind": 32768, @@ -802097,7 +816428,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802117,7 +816448,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802150,7 +816481,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802165,7 +816496,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802185,7 +816516,7 @@ } }, { - "id": 37026, + "id": 20513, "name": "getName", "variant": "declaration", "kind": 1024, @@ -802208,7 +816539,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37027, + "id": 20514, "name": "__type", "variant": "declaration", "kind": 65536, @@ -802222,7 +816553,7 @@ ], "signatures": [ { - "id": 37028, + "id": 20515, "name": "__type", "variant": "signature", "kind": 4096, @@ -802244,7 +816575,7 @@ } }, { - "id": 37029, + "id": 20516, "name": "config", "variant": "declaration", "kind": 1024, @@ -802267,7 +816598,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37030, + "id": 20517, "name": "__type", "variant": "declaration", "kind": 65536, @@ -802281,7 +816612,7 @@ ], "signatures": [ { - "id": 37031, + "id": 20518, "name": "__type", "variant": "signature", "kind": 4096, @@ -802295,7 +816626,7 @@ ], "parameters": [ { - "id": 37032, + "id": 20519, "name": "config", "variant": "param", "kind": 32768, @@ -802321,7 +816652,7 @@ } }, { - "id": 37033, + "id": 20520, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -802344,7 +816675,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37034, + "id": 20521, "name": "__type", "variant": "declaration", "kind": 65536, @@ -802358,14 +816689,14 @@ ], "indexSignatures": [ { - "id": 37035, + "id": 20522, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 37036, + "id": 20523, "name": "key", "variant": "param", "kind": 32768, @@ -802379,7 +816710,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37037, + "id": 20524, "name": "__type", "variant": "declaration", "kind": 65536, @@ -802393,7 +816724,7 @@ ], "signatures": [ { - "id": 37038, + "id": 20525, "name": "__type", "variant": "signature", "kind": 4096, @@ -802407,14 +816738,14 @@ ], "typeParameters": [ { - "id": 37039, + "id": 20526, "name": "TOutput", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 37040, + "id": 20527, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -802423,7 +816754,7 @@ ], "parameters": [ { - "id": 37041, + "id": 20528, "name": "invoke", "variant": "param", "kind": 32768, @@ -802441,14 +816772,14 @@ }, { "type": "reference", - "target": 16789, + "target": 249, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802459,7 +816790,7 @@ } }, { - "id": 37042, + "id": 20529, "name": "compensate", "variant": "param", "kind": 32768, @@ -802475,7 +816806,7 @@ "typeArguments": [ { "type": "reference", - "target": 16790, + "target": 250, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802502,7 +816833,7 @@ ], "documents": [ { - "id": 38336, + "id": 21834, "name": "deleteUsersStep", "variant": "document", "kind": 8388608, @@ -802518,6 +816849,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20373" + } + ] } ], "modifierTags": [ @@ -802528,7 +816868,7 @@ "frontmatter": {} }, { - "id": 38337, + "id": 21835, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -802544,6 +816884,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -802555,21 +816904,21 @@ } ], "childrenIncludingDocuments": [ - 37008, - 37020, - 37026, - 37029, - 37033 + 20495, + 20507, + 20513, + 20516, + 20520 ], "groups": [ { "title": "Properties", "children": [ - 37008, - 37020, - 37026, - 37029, - 37033 + 20495, + 20507, + 20513, + 20516, + 20520 ] } ], @@ -802578,12 +816927,12 @@ "fileName": "core-flows/src/user/workflows/delete-users.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/delete-users.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/delete-users.ts#L34" } ], "signatures": [ { - "id": 37001, + "id": 20488, "name": "deleteUsersWorkflow", "variant": "signature", "kind": 4096, @@ -802648,12 +816997,12 @@ "fileName": "core-flows/src/user/workflows/delete-users.ts", "line": 34, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/delete-users.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/delete-users.ts#L34" } ], "typeParameters": [ { - "id": 37002, + "id": 20489, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -802664,7 +817013,7 @@ } }, { - "id": 37003, + "id": 20490, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -802677,7 +817026,7 @@ ], "parameters": [ { - "id": 37004, + "id": 20491, "name": "container", "variant": "param", "kind": 32768, @@ -802701,14 +817050,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 37005, + "id": 20492, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37006, + "id": 20493, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -802731,7 +817080,7 @@ } }, { - "id": 37007, + "id": 20494, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -802758,8 +817107,8 @@ { "title": "Properties", "children": [ - 37006, - 37007 + 20493, + 20494 ] } ], @@ -802843,14 +817192,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -802865,7 +817214,7 @@ ] }, { - "id": 37045, + "id": 20532, "name": "userId", "variant": "declaration", "kind": 1024, @@ -802883,7 +817232,7 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L19" } ], "type": { @@ -802892,7 +817241,7 @@ } }, { - "id": 37046, + "id": 20533, "name": "removeUserAccountWorkflowId", "variant": "declaration", "kind": 32, @@ -802904,7 +817253,7 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 21, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L21" } ], "type": { @@ -802914,7 +817263,7 @@ "defaultValue": "\"remove-user-account\"" }, { - "id": 37047, + "id": 20534, "name": "removeUserAccountWorkflow", "variant": "declaration", "kind": 64, @@ -802967,7 +817316,7 @@ }, "children": [ { - "id": 37055, + "id": 20542, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -802990,7 +817339,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37056, + "id": 20543, "name": "__type", "variant": "declaration", "kind": 65536, @@ -803004,7 +817353,7 @@ ], "signatures": [ { - "id": 37057, + "id": 20544, "name": "__type", "variant": "signature", "kind": 4096, @@ -803032,7 +817381,7 @@ ], "parameters": [ { - "id": 37058, + "id": 20545, "name": "param0", "variant": "param", "kind": 32768, @@ -803048,14 +817397,14 @@ "type": { "type": "reflection", "declaration": { - "id": 37059, + "id": 20546, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37060, + "id": 20547, "name": "input", "variant": "declaration", "kind": 1024, @@ -803080,7 +817429,7 @@ "types": [ { "type": "reference", - "target": 37043, + "target": 20530, "name": "RemoveUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -803093,7 +817442,7 @@ "typeArguments": [ { "type": "reference", - "target": 37043, + "target": 20530, "name": "RemoveUserAccountWorkflowInput", "package": "@medusajs/core-flows" } @@ -803109,7 +817458,7 @@ { "title": "Properties", "children": [ - 37060 + 20547 ] } ], @@ -803149,14 +817498,14 @@ { "type": "reflection", "declaration": { - "id": 37061, + "id": 20548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37062, + "id": 20549, "name": "config", "variant": "declaration", "kind": 2048, @@ -803170,7 +817519,7 @@ ], "signatures": [ { - "id": 37063, + "id": 20550, "name": "config", "variant": "signature", "kind": 4096, @@ -803184,7 +817533,7 @@ ], "parameters": [ { - "id": 37064, + "id": 20551, "name": "config", "variant": "param", "kind": 32768, @@ -803195,14 +817544,14 @@ { "type": "reflection", "declaration": { - "id": 37065, + "id": 20552, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37066, + "id": 20553, "name": "name", "variant": "declaration", "kind": 1024, @@ -803226,7 +817575,7 @@ { "title": "Properties", "children": [ - 37066 + 20553 ] } ], @@ -803303,7 +817652,7 @@ { "title": "Methods", "children": [ - 37062 + 20549 ] } ], @@ -803339,7 +817688,7 @@ } }, { - "id": 37067, + "id": 20554, "name": "run", "variant": "declaration", "kind": 1024, @@ -803362,7 +817711,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37068, + "id": 20555, "name": "__type", "variant": "declaration", "kind": 65536, @@ -803376,7 +817725,7 @@ ], "signatures": [ { - "id": 37069, + "id": 20556, "name": "__type", "variant": "signature", "kind": 4096, @@ -803404,7 +817753,7 @@ ], "typeParameters": [ { - "id": 37070, + "id": 20557, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -803415,7 +817764,7 @@ } }, { - "id": 37071, + "id": 20558, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -803428,7 +817777,7 @@ ], "parameters": [ { - "id": 37072, + "id": 20559, "name": "args", "variant": "param", "kind": 32768, @@ -803461,7 +817810,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -803472,13 +817821,13 @@ }, "trueType": { "type": "reference", - "target": 37043, + "target": 20530, "name": "RemoveUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -803511,7 +817860,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -803526,7 +817875,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -803546,7 +817895,7 @@ } }, { - "id": 37073, + "id": 20560, "name": "getName", "variant": "declaration", "kind": 1024, @@ -803569,7 +817918,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37074, + "id": 20561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -803583,7 +817932,7 @@ ], "signatures": [ { - "id": 37075, + "id": 20562, "name": "__type", "variant": "signature", "kind": 4096, @@ -803605,7 +817954,7 @@ } }, { - "id": 37076, + "id": 20563, "name": "config", "variant": "declaration", "kind": 1024, @@ -803628,7 +817977,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37077, + "id": 20564, "name": "__type", "variant": "declaration", "kind": 65536, @@ -803642,7 +817991,7 @@ ], "signatures": [ { - "id": 37078, + "id": 20565, "name": "__type", "variant": "signature", "kind": 4096, @@ -803656,7 +818005,7 @@ ], "parameters": [ { - "id": 37079, + "id": 20566, "name": "config", "variant": "param", "kind": 32768, @@ -803682,7 +818031,7 @@ } }, { - "id": 37080, + "id": 20567, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -803710,7 +818059,7 @@ ], "documents": [ { - "id": 38338, + "id": 21836, "name": "deleteUsersWorkflow", "variant": "document", "kind": 8388608, @@ -803726,6 +818075,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20487" + } + ] } ], "modifierTags": [ @@ -803736,7 +818094,7 @@ "frontmatter": {} }, { - "id": 38339, + "id": 21837, "name": "useRemoteQueryStep", "variant": "document", "kind": 8388608, @@ -803752,6 +818110,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2125" + } + ] } ], "modifierTags": [ @@ -803762,7 +818129,7 @@ "frontmatter": {} }, { - "id": 38340, + "id": 21838, "name": "when", "variant": "document", "kind": 8388608, @@ -803797,7 +818164,7 @@ "frontmatter": {}, "children": [ { - "id": 38341, + "id": 21839, "name": "setAuthAppMetadataStep", "variant": "document", "kind": 8388608, @@ -803813,6 +818180,15 @@ "text": "3" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "384" + } + ] } ], "modifierTags": [ @@ -803826,21 +818202,21 @@ } ], "childrenIncludingDocuments": [ - 37055, - 37067, - 37073, - 37076, - 37080 + 20542, + 20554, + 20560, + 20563, + 20567 ], "groups": [ { "title": "Properties", "children": [ - 37055, - 37067, - 37073, - 37076, - 37080 + 20542, + 20554, + 20560, + 20563, + 20567 ] } ], @@ -803849,12 +818225,12 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L41" } ], "signatures": [ { - "id": 37048, + "id": 20535, "name": "removeUserAccountWorkflow", "variant": "signature", "kind": 4096, @@ -803910,12 +818286,12 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 41, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L41" } ], "typeParameters": [ { - "id": 37049, + "id": 20536, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -803926,7 +818302,7 @@ } }, { - "id": 37050, + "id": 20537, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -803939,7 +818315,7 @@ ], "parameters": [ { - "id": 37051, + "id": 20538, "name": "container", "variant": "param", "kind": 32768, @@ -803963,14 +818339,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 37052, + "id": 20539, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37053, + "id": 20540, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -803993,7 +818369,7 @@ } }, { - "id": 37054, + "id": 20541, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -804020,8 +818396,8 @@ { "title": "Properties", "children": [ - 37053, - 37054 + 20540, + 20541 ] } ], @@ -804092,7 +818468,7 @@ "typeArguments": [ { "type": "reference", - "target": 37043, + "target": 20530, "name": "RemoveUserAccountWorkflowInput", "package": "@medusajs/core-flows" }, @@ -804102,14 +818478,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -804124,7 +818500,7 @@ ] }, { - "id": 37081, + "id": 20568, "name": "updateUsersWorkflowId", "variant": "declaration", "kind": 32, @@ -804136,7 +818512,7 @@ "fileName": "core-flows/src/user/workflows/update-users.ts", "line": 12, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/update-users.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/update-users.ts#L12" } ], "type": { @@ -804146,7 +818522,7 @@ "defaultValue": "\"update-users-workflow\"" }, { - "id": 37082, + "id": 20569, "name": "updateUsersWorkflow", "variant": "declaration", "kind": 64, @@ -804190,7 +818566,7 @@ }, "children": [ { - "id": 37090, + "id": 20577, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -804213,7 +818589,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37091, + "id": 20578, "name": "__type", "variant": "declaration", "kind": 65536, @@ -804227,7 +818603,7 @@ ], "signatures": [ { - "id": 37092, + "id": 20579, "name": "__type", "variant": "signature", "kind": 4096, @@ -804255,7 +818631,7 @@ ], "parameters": [ { - "id": 37093, + "id": 20580, "name": "param0", "variant": "param", "kind": 32768, @@ -804271,14 +818647,14 @@ "type": { "type": "reflection", "declaration": { - "id": 37094, + "id": 20581, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37095, + "id": 20582, "name": "input", "variant": "declaration", "kind": 1024, @@ -804338,7 +818714,7 @@ { "title": "Properties", "children": [ - 37095 + 20582 ] } ], @@ -804431,14 +818807,14 @@ { "type": "reflection", "declaration": { - "id": 37096, + "id": 20583, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37097, + "id": 20584, "name": "config", "variant": "declaration", "kind": 2048, @@ -804452,7 +818828,7 @@ ], "signatures": [ { - "id": 37098, + "id": 20585, "name": "config", "variant": "signature", "kind": 4096, @@ -804466,7 +818842,7 @@ ], "parameters": [ { - "id": 37099, + "id": 20586, "name": "config", "variant": "param", "kind": 32768, @@ -804477,14 +818853,14 @@ { "type": "reflection", "declaration": { - "id": 37100, + "id": 20587, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37101, + "id": 20588, "name": "name", "variant": "declaration", "kind": 1024, @@ -804508,7 +818884,7 @@ { "title": "Properties", "children": [ - 37101 + 20588 ] } ], @@ -804593,7 +818969,7 @@ { "title": "Methods", "children": [ - 37097 + 20584 ] } ], @@ -804637,7 +819013,7 @@ } }, { - "id": 37102, + "id": 20589, "name": "run", "variant": "declaration", "kind": 1024, @@ -804660,7 +819036,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37103, + "id": 20590, "name": "__type", "variant": "declaration", "kind": 65536, @@ -804674,7 +819050,7 @@ ], "signatures": [ { - "id": 37104, + "id": 20591, "name": "__type", "variant": "signature", "kind": 4096, @@ -804702,7 +819078,7 @@ ], "typeParameters": [ { - "id": 37105, + "id": 20592, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -804713,7 +819089,7 @@ } }, { - "id": 37106, + "id": 20593, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -804726,7 +819102,7 @@ ], "parameters": [ { - "id": 37107, + "id": 20594, "name": "args", "variant": "param", "kind": 32768, @@ -804759,7 +819135,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -804779,7 +819155,7 @@ }, "falseType": { "type": "reference", - "target": 16735, + "target": 195, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -804812,7 +819188,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -804835,7 +819211,7 @@ }, "falseType": { "type": "reference", - "target": 16736, + "target": 196, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -804855,7 +819231,7 @@ } }, { - "id": 37108, + "id": 20595, "name": "getName", "variant": "declaration", "kind": 1024, @@ -804878,7 +819254,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37109, + "id": 20596, "name": "__type", "variant": "declaration", "kind": 65536, @@ -804892,7 +819268,7 @@ ], "signatures": [ { - "id": 37110, + "id": 20597, "name": "__type", "variant": "signature", "kind": 4096, @@ -804914,7 +819290,7 @@ } }, { - "id": 37111, + "id": 20598, "name": "config", "variant": "declaration", "kind": 1024, @@ -804937,7 +819313,7 @@ "type": { "type": "reflection", "declaration": { - "id": 37112, + "id": 20599, "name": "__type", "variant": "declaration", "kind": 65536, @@ -804951,7 +819327,7 @@ ], "signatures": [ { - "id": 37113, + "id": 20600, "name": "__type", "variant": "signature", "kind": 4096, @@ -804965,7 +819341,7 @@ ], "parameters": [ { - "id": 37114, + "id": 20601, "name": "config", "variant": "param", "kind": 32768, @@ -804991,7 +819367,7 @@ } }, { - "id": 37115, + "id": 20602, "name": "hooks", "variant": "declaration", "kind": 1024, @@ -805019,7 +819395,7 @@ ], "documents": [ { - "id": 38342, + "id": 21840, "name": "updateUsersStep", "variant": "document", "kind": 8388608, @@ -805035,6 +819411,15 @@ "text": "1" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "20391" + } + ] } ], "modifierTags": [ @@ -805045,7 +819430,7 @@ "frontmatter": {} }, { - "id": 38343, + "id": 21841, "name": "emitEventStep", "variant": "document", "kind": 8388608, @@ -805061,6 +819446,15 @@ "text": "2" } ] + }, + { + "tag": "@stepReflectionId", + "content": [ + { + "kind": "text", + "text": "2049" + } + ] } ], "modifierTags": [ @@ -805072,21 +819466,21 @@ } ], "childrenIncludingDocuments": [ - 37090, - 37102, - 37108, - 37111, - 37115 + 20577, + 20589, + 20595, + 20598, + 20602 ], "groups": [ { "title": "Properties", "children": [ - 37090, - 37102, - 37108, - 37111, - 37115 + 20577, + 20589, + 20595, + 20598, + 20602 ] } ], @@ -805095,12 +819489,12 @@ "fileName": "core-flows/src/user/workflows/update-users.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/update-users.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/update-users.ts#L37" } ], "signatures": [ { - "id": 37083, + "id": 20570, "name": "updateUsersWorkflow", "variant": "signature", "kind": 4096, @@ -805147,12 +819541,12 @@ "fileName": "core-flows/src/user/workflows/update-users.ts", "line": 37, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/update-users.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/update-users.ts#L37" } ], "typeParameters": [ { - "id": 37084, + "id": 20571, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -805163,7 +819557,7 @@ } }, { - "id": 37085, + "id": 20572, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -805176,7 +819570,7 @@ ], "parameters": [ { - "id": 37086, + "id": 20573, "name": "container", "variant": "param", "kind": 32768, @@ -805200,14 +819594,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 37087, + "id": 20574, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37088, + "id": 20575, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -805230,7 +819624,7 @@ } }, { - "id": 37089, + "id": 20576, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -805257,8 +819651,8 @@ { "title": "Properties", "children": [ - 37088, - 37089 + 20575, + 20576 ] } ], @@ -805350,14 +819744,14 @@ }, { "type": "reference", - "target": 16714, + "target": 174, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 16715, + "target": 175, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -805376,7 +819770,7 @@ ] }, { - "id": 16632, + "id": 92, "name": "CreateApiKeysStepInput", "variant": "declaration", "kind": 2097152, @@ -805394,20 +819788,20 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 16633, + "id": 93, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16634, + "id": 94, "name": "api_keys", "variant": "declaration", "kind": 1024, @@ -805425,7 +819819,7 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L15" } ], "type": { @@ -805446,7 +819840,7 @@ { "title": "Properties", "children": [ - 16634 + 94 ] } ], @@ -805455,14 +819849,14 @@ "fileName": "core-flows/src/api-key/steps/create-api-keys.ts", "line": 11, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/create-api-keys.ts#L11" } ] } } }, { - "id": 16647, + "id": 107, "name": "DeleteApiKeysStepInput", "variant": "declaration", "kind": 2097152, @@ -805480,7 +819874,7 @@ "fileName": "core-flows/src/api-key/steps/delete-api-keys.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/delete-api-keys.ts#L8" } ], "type": { @@ -805492,7 +819886,7 @@ } }, { - "id": 16654, + "id": 114, "name": "LinkSalesChannelsToApiKeyStepInput", "variant": "declaration", "kind": 2097152, @@ -805510,7 +819904,7 @@ "fileName": "core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts#L16" } ], "type": { @@ -805524,7 +819918,7 @@ } }, { - "id": 16661, + "id": 121, "name": "RevokeApiKeysStepInput", "variant": "declaration", "kind": 2097152, @@ -805542,20 +819936,20 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 16662, + "id": 122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16663, + "id": 123, "name": "selector", "variant": "declaration", "kind": 1024, @@ -805573,7 +819967,7 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L16" } ], "type": { @@ -805587,7 +819981,7 @@ } }, { - "id": 16664, + "id": 124, "name": "revoke", "variant": "declaration", "kind": 1024, @@ -805605,7 +819999,7 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L20" } ], "type": { @@ -805623,8 +820017,8 @@ { "title": "Properties", "children": [ - 16663, - 16664 + 123, + 124 ] } ], @@ -805633,14 +820027,14 @@ "fileName": "core-flows/src/api-key/steps/revoke-api-keys.ts", "line": 12, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts#L12" } ] } } }, { - "id": 16677, + "id": 137, "name": "UpdateApiKeysStepInput", "variant": "declaration", "kind": 2097152, @@ -805658,20 +820052,20 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 16678, + "id": 138, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16679, + "id": 139, "name": "selector", "variant": "declaration", "kind": 1024, @@ -805689,7 +820083,7 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L19" } ], "type": { @@ -805703,7 +820097,7 @@ } }, { - "id": 16680, + "id": 140, "name": "update", "variant": "declaration", "kind": 1024, @@ -805721,7 +820115,7 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L23" } ], "type": { @@ -805739,8 +820133,8 @@ { "title": "Properties", "children": [ - 16679, - 16680 + 139, + 140 ] } ], @@ -805749,14 +820143,14 @@ "fileName": "core-flows/src/api-key/steps/update-api-keys.ts", "line": 15, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/update-api-keys.ts#L15" } ] } } }, { - "id": 16693, + "id": 153, "name": "ValidateSalesChannelsExistStepInput", "variant": "declaration", "kind": 256, @@ -805771,7 +820165,7 @@ }, "children": [ { - "id": 16694, + "id": 154, "name": "sales_channel_ids", "variant": "declaration", "kind": 1024, @@ -805789,7 +820183,7 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L16" } ], "type": { @@ -805805,7 +820199,7 @@ { "title": "Properties", "children": [ - 16694 + 154 ] } ], @@ -805814,12 +820208,12 @@ "fileName": "core-flows/src/api-key/steps/validate-sales-channel-exists.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts#L12" } ] }, { - "id": 16707, + "id": 167, "name": "CreateApiKeysWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -805837,20 +820231,20 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 16708, + "id": 168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16709, + "id": 169, "name": "api_keys", "variant": "declaration", "kind": 1024, @@ -805868,7 +820262,7 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L16" } ], "type": { @@ -805889,7 +820283,7 @@ { "title": "Properties", "children": [ - 16709 + 169 ] } ], @@ -805898,14 +820292,14 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 12, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L12" } ] } } }, { - "id": 16710, + "id": 170, "name": "CreateApiKeysWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -805923,7 +820317,7 @@ "fileName": "core-flows/src/api-key/workflows/create-api-keys.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/create-api-keys.ts#L22" } ], "type": { @@ -805940,7 +820334,7 @@ } }, { - "id": 16746, + "id": 206, "name": "DeleteApiKeysWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -805958,20 +820352,20 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 16747, + "id": 207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16748, + "id": 208, "name": "ids", "variant": "declaration", "kind": 1024, @@ -805989,7 +820383,7 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L13" } ], "type": { @@ -806005,7 +820399,7 @@ { "title": "Properties", "children": [ - 16748 + 208 ] } ], @@ -806014,14 +820408,14 @@ "fileName": "core-flows/src/api-key/workflows/delete-api-keys.ts", "line": 9, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts#L9" } ] } } }, { - "id": 16793, + "id": 253, "name": "LinkSalesChannelsToApiKeyWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -806039,7 +820433,7 @@ "fileName": "core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts#L15" } ], "type": { @@ -806053,7 +820447,7 @@ } }, { - "id": 16838, + "id": 298, "name": "RevokeApiKeysWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -806071,20 +820465,20 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 16839, + "id": 299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16840, + "id": 300, "name": "selector", "variant": "declaration", "kind": 1024, @@ -806102,7 +820496,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L20" } ], "type": { @@ -806116,7 +820510,7 @@ } }, { - "id": 16841, + "id": 301, "name": "revoke", "variant": "declaration", "kind": 1024, @@ -806134,7 +820528,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L24" } ], "type": { @@ -806152,8 +820546,8 @@ { "title": "Properties", "children": [ - 16840, - 16841 + 300, + 301 ] } ], @@ -806162,14 +820556,14 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 16, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L16" } ] } } }, { - "id": 16842, + "id": 302, "name": "RevokeApiKeysWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -806187,7 +820581,7 @@ "fileName": "core-flows/src/api-key/workflows/revoke-api-keys.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts#L30" } ], "type": { @@ -806204,7 +820598,7 @@ } }, { - "id": 16878, + "id": 338, "name": "UpdateApiKeysWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -806222,20 +820616,20 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 16879, + "id": 339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16880, + "id": 340, "name": "selector", "variant": "declaration", "kind": 1024, @@ -806253,7 +820647,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L20" } ], "type": { @@ -806267,7 +820661,7 @@ } }, { - "id": 16881, + "id": 341, "name": "update", "variant": "declaration", "kind": 1024, @@ -806285,7 +820679,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L24" } ], "type": { @@ -806303,8 +820697,8 @@ { "title": "Properties", "children": [ - 16880, - 16881 + 340, + 341 ] } ], @@ -806313,14 +820707,14 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 16, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L16" } ] } } }, { - "id": 16882, + "id": 342, "name": "UpdateApiKeysWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -806338,7 +820732,7 @@ "fileName": "core-flows/src/api-key/workflows/update-api-keys.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/api-key/workflows/update-api-keys.ts#L30" } ], "type": { @@ -806355,7 +820749,7 @@ } }, { - "id": 16918, + "id": 378, "name": "SetAuthAppMetadataStepInput", "variant": "declaration", "kind": 2097152, @@ -806365,20 +820759,20 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 6, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L6" } ], "type": { "type": "reflection", "declaration": { - "id": 16919, + "id": 379, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16920, + "id": 380, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -806388,7 +820782,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 7, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L7" } ], "type": { @@ -806397,7 +820791,7 @@ } }, { - "id": 16921, + "id": 381, "name": "actorType", "variant": "declaration", "kind": 1024, @@ -806407,7 +820801,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 8, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L8" } ], "type": { @@ -806416,7 +820810,7 @@ } }, { - "id": 16922, + "id": 382, "name": "value", "variant": "declaration", "kind": 1024, @@ -806426,7 +820820,7 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 9, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L9" } ], "type": { @@ -806448,9 +820842,9 @@ { "title": "Properties", "children": [ - 16920, - 16921, - 16922 + 380, + 381, + 382 ] } ], @@ -806459,14 +820853,14 @@ "fileName": "core-flows/src/auth/steps/set-auth-app-metadata.ts", "line": 6, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts#L6" } ] } } }, { - "id": 16993, + "id": 453, "name": "AddShippingMethodToCartStepInput", "variant": "declaration", "kind": 256, @@ -806481,7 +820875,7 @@ }, "children": [ { - "id": 16994, + "id": 454, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -806499,7 +820893,7 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L15" } ], "type": { @@ -806520,7 +820914,7 @@ { "title": "Properties", "children": [ - 16994 + 454 ] } ], @@ -806529,12 +820923,12 @@ "fileName": "core-flows/src/cart/steps/add-shipping-method-to-cart.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts#L11" } ] }, { - "id": 17007, + "id": 467, "name": "ConfirmVariantInventoryStepInput", "variant": "declaration", "kind": 256, @@ -806549,7 +820943,7 @@ }, "children": [ { - "id": 17008, + "id": 468, "name": "items", "variant": "declaration", "kind": 1024, @@ -806567,7 +820961,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" } ], "type": { @@ -806575,14 +820969,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17009, + "id": 469, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17010, + "id": 470, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -806600,7 +820994,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L21" } ], "type": { @@ -806609,7 +821003,7 @@ } }, { - "id": 17011, + "id": 471, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -806643,7 +821037,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L26" } ], "type": { @@ -806652,7 +821046,7 @@ } }, { - "id": 17012, + "id": 472, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -806670,7 +821064,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L30" } ], "type": { @@ -806679,7 +821073,7 @@ } }, { - "id": 17013, + "id": 473, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -806697,7 +821091,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L34" } ], "type": { @@ -806711,7 +821105,7 @@ } }, { - "id": 17014, + "id": 474, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -806729,7 +821123,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L38" } ], "type": { @@ -806745,11 +821139,11 @@ { "title": "Properties", "children": [ - 17010, - 17011, - 17012, - 17013, - 17014 + 470, + 471, + 472, + 473, + 474 ] } ], @@ -806758,7 +821152,7 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 17, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L17" } ] } @@ -806770,7 +821164,7 @@ { "title": "Properties", "children": [ - 17008 + 468 ] } ], @@ -806779,12 +821173,12 @@ "fileName": "core-flows/src/cart/steps/confirm-inventory.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/confirm-inventory.ts#L13" } ] }, { - "id": 17021, + "id": 481, "name": "CreateCartsStepInput", "variant": "declaration", "kind": 2097152, @@ -806802,7 +821196,7 @@ "fileName": "core-flows/src/cart/steps/create-carts.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-carts.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-carts.ts#L8" } ], "type": { @@ -806819,7 +821213,7 @@ } }, { - "id": 17034, + "id": 494, "name": "CreateLineItemAdjustmentsCartStepInput", "variant": "declaration", "kind": 256, @@ -806834,7 +821228,7 @@ }, "children": [ { - "id": 17035, + "id": 495, "name": "lineItemAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -806852,7 +821246,7 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L15" } ], "type": { @@ -806873,7 +821267,7 @@ { "title": "Properties", "children": [ - 17035 + 495 ] } ], @@ -806882,12 +821276,12 @@ "fileName": "core-flows/src/cart/steps/create-line-item-adjustments.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts#L11" } ] }, { - "id": 17042, + "id": 502, "name": "CreateLineItemsCartStepInput", "variant": "declaration", "kind": 256, @@ -806902,7 +821296,7 @@ }, "children": [ { - "id": 17043, + "id": 503, "name": "id", "variant": "declaration", "kind": 1024, @@ -806920,7 +821314,7 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L15" } ], "type": { @@ -806929,7 +821323,7 @@ } }, { - "id": 17044, + "id": 504, "name": "items", "variant": "declaration", "kind": 1024, @@ -806947,7 +821341,7 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L19" } ], "type": { @@ -806968,8 +821362,8 @@ { "title": "Properties", "children": [ - 17043, - 17044 + 503, + 504 ] } ], @@ -806978,12 +821372,12 @@ "fileName": "core-flows/src/cart/steps/create-line-items.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-line-items.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-line-items.ts#L11" } ] }, { - "id": 17057, + "id": 517, "name": "CreatePaymentCollectionCartStepInput", "variant": "declaration", "kind": 2097152, @@ -807001,7 +821395,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L11" } ], "type": { @@ -807009,14 +821403,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17058, + "id": 518, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17059, + "id": 519, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -807026,7 +821420,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L12" } ], "type": { @@ -807035,7 +821429,7 @@ } }, { - "id": 17060, + "id": 520, "name": "amount", "variant": "declaration", "kind": 1024, @@ -807053,7 +821447,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L16" } ], "type": { @@ -807067,7 +821461,7 @@ } }, { - "id": 17061, + "id": 521, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -807087,7 +821481,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L20" } ], "type": { @@ -807115,9 +821509,9 @@ { "title": "Properties", "children": [ - 17059, - 17060, - 17061 + 519, + 520, + 521 ] } ], @@ -807126,7 +821520,7 @@ "fileName": "core-flows/src/cart/steps/create-payment-collection.ts", "line": 11, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-payment-collection.ts#L11" } ] } @@ -807134,7 +821528,7 @@ } }, { - "id": 17074, + "id": 534, "name": "CreateShippingMethodAdjustmentsStepInput", "variant": "declaration", "kind": 256, @@ -807149,7 +821543,7 @@ }, "children": [ { - "id": 17075, + "id": 535, "name": "shippingMethodAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -807167,7 +821561,7 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L15" } ], "type": { @@ -807188,7 +821582,7 @@ { "title": "Properties", "children": [ - 17075 + 535 ] } ], @@ -807197,12 +821591,12 @@ "fileName": "core-flows/src/cart/steps/create-shipping-method-adjustments.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts#L11" } ] }, { - "id": 17082, + "id": 542, "name": "FindOneOrAnyRegionStepInput", "variant": "declaration", "kind": 2097152, @@ -807220,20 +821614,20 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 17083, + "id": 543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17084, + "id": 544, "name": "regionId", "variant": "declaration", "kind": 1024, @@ -807253,7 +821647,7 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L15" } ], "type": { @@ -807266,7 +821660,7 @@ { "title": "Properties", "children": [ - 17084 + 544 ] } ], @@ -807275,14 +821669,14 @@ "fileName": "core-flows/src/cart/steps/find-one-or-any-region.ts", "line": 11, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts#L11" } ] } } }, { - "id": 17107, + "id": 567, "name": "FindOrCreateCustomerStepInput", "variant": "declaration", "kind": 256, @@ -807297,7 +821691,7 @@ }, "children": [ { - "id": 17108, + "id": 568, "name": "customerId", "variant": "declaration", "kind": 1024, @@ -807317,7 +821711,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L12" } ], "type": { @@ -807335,7 +821729,7 @@ } }, { - "id": 17109, + "id": 569, "name": "email", "variant": "declaration", "kind": 1024, @@ -807363,7 +821757,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L17" } ], "type": { @@ -807385,8 +821779,8 @@ { "title": "Properties", "children": [ - 17108, - 17109 + 568, + 569 ] } ], @@ -807395,12 +821789,12 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L8" } ] }, { - "id": 17110, + "id": 570, "name": "FindOrCreateCustomerOutputStepOutput", "variant": "declaration", "kind": 256, @@ -807415,7 +821809,7 @@ }, "children": [ { - "id": 17111, + "id": 571, "name": "customer", "variant": "declaration", "kind": 1024, @@ -807435,7 +821829,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L27" } ], "type": { @@ -807458,7 +821852,7 @@ } }, { - "id": 17112, + "id": 572, "name": "email", "variant": "declaration", "kind": 1024, @@ -807478,7 +821872,7 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L31" } ], "type": { @@ -807500,8 +821894,8 @@ { "title": "Properties", "children": [ - 17111, - 17112 + 571, + 572 ] } ], @@ -807510,12 +821904,12 @@ "fileName": "core-flows/src/cart/steps/find-or-create-customer.ts", "line": 23, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-or-create-customer.ts#L23" } ] }, { - "id": 17128, + "id": 588, "name": "FindSalesChannelStepInput", "variant": "declaration", "kind": 256, @@ -807530,7 +821924,7 @@ }, "children": [ { - "id": 17129, + "id": 589, "name": "salesChannelId", "variant": "declaration", "kind": 1024, @@ -807550,7 +821944,7 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L16" } ], "type": { @@ -807572,7 +821966,7 @@ { "title": "Properties", "children": [ - 17129 + 589 ] } ], @@ -807581,12 +821975,12 @@ "fileName": "core-flows/src/cart/steps/find-sales-channel.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/find-sales-channel.ts#L12" } ] }, { - "id": 17149, + "id": 609, "name": "GetActionsToComputeFromPromotionsStepInput", "variant": "declaration", "kind": 256, @@ -807601,7 +821995,7 @@ }, "children": [ { - "id": 17150, + "id": 610, "name": "cart", "variant": "declaration", "kind": 1024, @@ -807619,7 +822013,7 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L12" } ], "type": { @@ -807633,7 +822027,7 @@ } }, { - "id": 17151, + "id": 611, "name": "promotionCodesToApply", "variant": "declaration", "kind": 1024, @@ -807651,7 +822045,7 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L16" } ], "type": { @@ -807667,8 +822061,8 @@ { "title": "Properties", "children": [ - 17150, - 17151 + 610, + 611 ] } ], @@ -807677,12 +822071,12 @@ "fileName": "core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts#L8" } ] }, { - "id": 17218, + "id": 678, "name": "GetLineItemActionsStepInput", "variant": "declaration", "kind": 256, @@ -807697,7 +822091,7 @@ }, "children": [ { - "id": 17219, + "id": 679, "name": "id", "variant": "declaration", "kind": 1024, @@ -807715,7 +822109,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L22" } ], "type": { @@ -807724,7 +822118,7 @@ } }, { - "id": 17220, + "id": 680, "name": "items", "variant": "declaration", "kind": 1024, @@ -807742,7 +822136,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L26" } ], "type": { @@ -807763,8 +822157,8 @@ { "title": "Properties", "children": [ - 17219, - 17220 + 679, + 680 ] } ], @@ -807773,19 +822167,19 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 18, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L18" } ] }, { - "id": 17221, + "id": 681, "name": "GetLineItemActionsStepOutput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17222, + "id": 682, "name": "itemsToCreate", "variant": "declaration", "kind": 1024, @@ -807803,7 +822197,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L33" } ], "type": { @@ -807820,7 +822214,7 @@ } }, { - "id": 17223, + "id": 683, "name": "itemsToUpdate", "variant": "declaration", "kind": 1024, @@ -807838,7 +822232,7 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L37" } ], "type": { @@ -807859,8 +822253,8 @@ { "title": "Properties", "children": [ - 17222, - 17223 + 682, + 683 ] } ], @@ -807869,12 +822263,12 @@ "fileName": "core-flows/src/cart/steps/get-line-item-actions.ts", "line": 29, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-line-item-actions.ts#L29" } ] }, { - "id": 17239, + "id": 699, "name": "GetPromotionCodesToApplyStepInput", "variant": "declaration", "kind": 256, @@ -807889,7 +822283,7 @@ }, "children": [ { - "id": 17240, + "id": 700, "name": "cart", "variant": "declaration", "kind": 1024, @@ -807907,20 +822301,20 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 17241, + "id": 701, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17242, + "id": 702, "name": "items", "variant": "declaration", "kind": 1024, @@ -807940,7 +822334,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -807948,14 +822342,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17243, + "id": 703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17244, + "id": 704, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -807967,7 +822361,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 14, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -807975,14 +822369,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17245, + "id": 705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17246, + "id": 706, "name": "code", "variant": "declaration", "kind": 1024, @@ -807994,7 +822388,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 30, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ], "type": { @@ -808007,7 +822401,7 @@ { "title": "Properties", "children": [ - 17246 + 706 ] } ], @@ -808016,7 +822410,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 28, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -808028,7 +822422,7 @@ { "title": "Properties", "children": [ - 17244 + 704 ] } ], @@ -808037,7 +822431,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L16" } ] } @@ -808045,7 +822439,7 @@ } }, { - "id": 17247, + "id": 707, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -808065,7 +822459,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -808073,14 +822467,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17248, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17249, + "id": 709, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -808092,7 +822486,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 25, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -808100,14 +822494,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17250, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17251, + "id": 711, "name": "code", "variant": "declaration", "kind": 1024, @@ -808119,7 +822513,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ], "type": { @@ -808132,7 +822526,7 @@ { "title": "Properties", "children": [ - 17251 + 711 ] } ], @@ -808141,7 +822535,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -808153,7 +822547,7 @@ { "title": "Properties", "children": [ - 17249 + 709 ] } ], @@ -808162,7 +822556,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L20" } ] } @@ -808174,8 +822568,8 @@ { "title": "Properties", "children": [ - 17242, - 17247 + 702, + 707 ] } ], @@ -808184,14 +822578,14 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 12, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L12" } ] } } }, { - "id": 17252, + "id": 712, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -808211,7 +822605,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L25" } ], "type": { @@ -808223,7 +822617,7 @@ } }, { - "id": 17253, + "id": 713, "name": "action", "variant": "declaration", "kind": 1024, @@ -808243,7 +822637,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L29" } ], "type": { @@ -808287,9 +822681,9 @@ { "title": "Properties", "children": [ - 17240, - 17252, - 17253 + 700, + 712, + 713 ] } ], @@ -808298,12 +822692,12 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L8" } ] }, { - "id": 17254, + "id": 714, "name": "GetPromotionCodesToApplyStepOutput", "variant": "declaration", "kind": 2097152, @@ -808332,7 +822726,7 @@ "fileName": "core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", "line": 40, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts#L40" } ], "type": { @@ -808344,7 +822738,7 @@ } }, { - "id": 17267, + "id": 727, "name": "GetVariantPriceSetsStepInput", "variant": "declaration", "kind": 256, @@ -808359,7 +822753,7 @@ }, "children": [ { - "id": 17268, + "id": 728, "name": "variantIds", "variant": "declaration", "kind": 1024, @@ -808377,7 +822771,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L12" } ], "type": { @@ -808389,7 +822783,7 @@ } }, { - "id": 17269, + "id": 729, "name": "context", "variant": "declaration", "kind": 1024, @@ -808409,7 +822803,7 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L18" } ], "type": { @@ -808437,8 +822831,8 @@ { "title": "Properties", "children": [ - 17268, - 17269 + 728, + 729 ] } ], @@ -808447,12 +822841,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L8" } ] }, { - "id": 17270, + "id": 730, "name": "GetVariantPriceSetsStepOutput", "variant": "declaration", "kind": 256, @@ -808470,12 +822864,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 24, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L24" } ], "indexSignatures": [ { - "id": 17271, + "id": 731, "name": "__index", "variant": "signature", "kind": 8192, @@ -808485,12 +822879,12 @@ "fileName": "core-flows/src/cart/steps/get-variant-price-sets.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts#L25" } ], "parameters": [ { - "id": 17272, + "id": 732, "name": "k", "variant": "param", "kind": 32768, @@ -808514,7 +822908,7 @@ ] }, { - "id": 17289, + "id": 749, "name": "GetVariantsStepInput", "variant": "declaration", "kind": 256, @@ -808529,7 +822923,7 @@ }, "children": [ { - "id": 17290, + "id": 750, "name": "filter", "variant": "declaration", "kind": 1024, @@ -808541,7 +822935,7 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L14" } ], "type": { @@ -808555,7 +822949,7 @@ } }, { - "id": 17291, + "id": 751, "name": "config", "variant": "declaration", "kind": 1024, @@ -808567,7 +822961,7 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L15" } ], "type": { @@ -808596,8 +822990,8 @@ { "title": "Properties", "children": [ - 17290, - 17291 + 750, + 751 ] } ], @@ -808606,12 +823000,12 @@ "fileName": "core-flows/src/cart/steps/get-variants.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/get-variants.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/get-variants.ts#L13" } ] }, { - "id": 17304, + "id": 764, "name": "PrepareAdjustmentsFromPromotionActionsStepInput", "variant": "declaration", "kind": 256, @@ -808626,7 +823020,7 @@ }, "children": [ { - "id": 17305, + "id": 765, "name": "actions", "variant": "declaration", "kind": 1024, @@ -808644,7 +823038,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L20" } ], "type": { @@ -808665,7 +823059,7 @@ { "title": "Properties", "children": [ - 17305 + 765 ] } ], @@ -808674,12 +823068,12 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 16, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L16" } ] }, { - "id": 17306, + "id": 766, "name": "PrepareAdjustmentsFromPromotionActionsStepOutput", "variant": "declaration", "kind": 256, @@ -808694,7 +823088,7 @@ }, "children": [ { - "id": 17307, + "id": 767, "name": "lineItemAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -808712,7 +823106,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ], "type": { @@ -808720,14 +823114,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17308, + "id": 768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17309, + "id": 769, "name": "code", "variant": "declaration", "kind": 1024, @@ -808745,7 +823139,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L34" } ], "type": { @@ -808754,7 +823148,7 @@ } }, { - "id": 17310, + "id": 770, "name": "amount", "variant": "declaration", "kind": 1024, @@ -808772,7 +823166,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L38" } ], "type": { @@ -808781,7 +823175,7 @@ } }, { - "id": 17311, + "id": 771, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -808799,7 +823193,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L42" } ], "type": { @@ -808808,7 +823202,7 @@ } }, { - "id": 17312, + "id": 772, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -808828,7 +823222,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 46, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L46" } ], "type": { @@ -808841,10 +823235,10 @@ { "title": "Properties", "children": [ - 17309, - 17310, - 17311, - 17312 + 769, + 770, + 771, + 772 ] } ], @@ -808853,7 +823247,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 30, "character": 31, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L30" } ] } @@ -808861,7 +823255,7 @@ } }, { - "id": 17313, + "id": 773, "name": "lineItemAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -808879,7 +823273,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L51" } ], "type": { @@ -808891,7 +823285,7 @@ } }, { - "id": 17314, + "id": 774, "name": "shippingMethodAdjustmentsToCreate", "variant": "declaration", "kind": 1024, @@ -808909,7 +823303,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ], "type": { @@ -808917,14 +823311,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17315, + "id": 775, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17316, + "id": 776, "name": "code", "variant": "declaration", "kind": 1024, @@ -808942,7 +823336,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 59, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L59" } ], "type": { @@ -808951,7 +823345,7 @@ } }, { - "id": 17317, + "id": 777, "name": "amount", "variant": "declaration", "kind": 1024, @@ -808969,7 +823363,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 63, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L63" } ], "type": { @@ -808978,7 +823372,7 @@ } }, { - "id": 17318, + "id": 778, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -808996,7 +823390,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 67, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L67" } ], "type": { @@ -809005,7 +823399,7 @@ } }, { - "id": 17319, + "id": 779, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -809025,7 +823419,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 71, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L71" } ], "type": { @@ -809038,10 +823432,10 @@ { "title": "Properties", "children": [ - 17316, - 17317, - 17318, - 17319 + 776, + 777, + 778, + 779 ] } ], @@ -809050,7 +823444,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 55, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L55" } ] } @@ -809058,7 +823452,7 @@ } }, { - "id": 17320, + "id": 780, "name": "shippingMethodAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -809076,7 +823470,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 76, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L76" } ], "type": { @@ -809088,7 +823482,7 @@ } }, { - "id": 17321, + "id": 781, "name": "computedPromotionCodes", "variant": "declaration", "kind": 1024, @@ -809106,7 +823500,7 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L80" } ], "type": { @@ -809122,11 +823516,11 @@ { "title": "Properties", "children": [ - 17307, - 17313, - 17314, - 17320, - 17321 + 767, + 773, + 774, + 780, + 781 ] } ], @@ -809135,12 +823529,12 @@ "fileName": "core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", "line": 26, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts#L26" } ] }, { - "id": 17360, + "id": 820, "name": "RemoveLineItemAdjustmentsStepInput", "variant": "declaration", "kind": 256, @@ -809155,7 +823549,7 @@ }, "children": [ { - "id": 17361, + "id": 821, "name": "lineItemAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -809173,7 +823567,7 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L12" } ], "type": { @@ -809189,7 +823583,7 @@ { "title": "Properties", "children": [ - 17361 + 821 ] } ], @@ -809198,12 +823592,12 @@ "fileName": "core-flows/src/cart/steps/remove-line-item-adjustments.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts#L8" } ] }, { - "id": 17368, + "id": 828, "name": "RemoveShippingMethodAdjustmentsStepInput", "variant": "declaration", "kind": 256, @@ -809218,7 +823612,7 @@ }, "children": [ { - "id": 17369, + "id": 829, "name": "shippingMethodAdjustmentIdsToRemove", "variant": "declaration", "kind": 1024, @@ -809236,7 +823630,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L12" } ], "type": { @@ -809252,7 +823646,7 @@ { "title": "Properties", "children": [ - 17369 + 829 ] } ], @@ -809261,12 +823655,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts#L8" } ] }, { - "id": 17376, + "id": 836, "name": "RemoveShippingMethodFromCartStepInput", "variant": "declaration", "kind": 256, @@ -809281,7 +823675,7 @@ }, "children": [ { - "id": 17377, + "id": 837, "name": "shipping_method_ids", "variant": "declaration", "kind": 1024, @@ -809299,7 +823693,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L12" } ], "type": { @@ -809315,7 +823709,7 @@ { "title": "Properties", "children": [ - 17377 + 837 ] } ], @@ -809324,12 +823718,12 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L8" } ] }, { - "id": 17378, + "id": 838, "name": "RemoveShippingMethodFromCartStepOutput", "variant": "declaration", "kind": 2097152, @@ -809347,7 +823741,7 @@ "fileName": "core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts#L19" } ], "type": { @@ -809383,7 +823777,7 @@ } }, { - "id": 17391, + "id": 851, "name": "ReserveVariantInventoryStepInput", "variant": "declaration", "kind": 256, @@ -809398,7 +823792,7 @@ }, "children": [ { - "id": 17392, + "id": 852, "name": "items", "variant": "declaration", "kind": 1024, @@ -809408,7 +823802,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 10, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" } ], "type": { @@ -809416,14 +823810,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17393, + "id": 853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17394, + "id": 854, "name": "id", "variant": "declaration", "kind": 1024, @@ -809443,7 +823837,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L14" } ], "type": { @@ -809452,7 +823846,7 @@ } }, { - "id": 17395, + "id": 855, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -809470,7 +823864,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L19" } ], "type": { @@ -809479,7 +823873,7 @@ } }, { - "id": 17396, + "id": 856, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -809513,7 +823907,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L25" } ], "type": { @@ -809522,7 +823916,7 @@ } }, { - "id": 17397, + "id": 857, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -809540,7 +823934,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L30" } ], "type": { @@ -809549,7 +823943,7 @@ } }, { - "id": 17398, + "id": 858, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -809567,7 +823961,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L35" } ], "type": { @@ -809581,7 +823975,7 @@ } }, { - "id": 17399, + "id": 859, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -809599,7 +823993,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L40" } ], "type": { @@ -809615,12 +824009,12 @@ { "title": "Properties", "children": [ - 17394, - 17395, - 17396, - 17397, - 17398, - 17399 + 854, + 855, + 856, + 857, + 858, + 859 ] } ], @@ -809629,7 +824023,7 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 10, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L10" } ] } @@ -809641,7 +824035,7 @@ { "title": "Properties", "children": [ - 17392 + 852 ] } ], @@ -809650,12 +824044,12 @@ "fileName": "core-flows/src/cart/steps/reserve-inventory.ts", "line": 9, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/reserve-inventory.ts#L9" } ] }, { - "id": 17412, + "id": 872, "name": "RetrieveCartStepInput", "variant": "declaration", "kind": 256, @@ -809670,7 +824064,7 @@ }, "children": [ { - "id": 17413, + "id": 873, "name": "id", "variant": "declaration", "kind": 1024, @@ -809688,7 +824082,7 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L16" } ], "type": { @@ -809697,7 +824091,7 @@ } }, { - "id": 17414, + "id": 874, "name": "config", "variant": "declaration", "kind": 1024, @@ -809709,7 +824103,7 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L17" } ], "type": { @@ -809738,8 +824132,8 @@ { "title": "Properties", "children": [ - 17413, - 17414 + 873, + 874 ] } ], @@ -809748,12 +824142,12 @@ "fileName": "core-flows/src/cart/steps/retrieve-cart.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/retrieve-cart.ts#L12" } ] }, { - "id": 17486, + "id": 946, "name": "SetTaxLinesForItemsStepInput", "variant": "declaration", "kind": 256, @@ -809768,7 +824162,7 @@ }, "children": [ { - "id": 17487, + "id": 947, "name": "cart", "variant": "declaration", "kind": 1024, @@ -809786,7 +824180,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L19" } ], "type": { @@ -809800,7 +824194,7 @@ } }, { - "id": 17488, + "id": 948, "name": "item_tax_lines", "variant": "declaration", "kind": 1024, @@ -809818,7 +824212,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L23" } ], "type": { @@ -809835,7 +824229,7 @@ } }, { - "id": 17489, + "id": 949, "name": "shipping_tax_lines", "variant": "declaration", "kind": 1024, @@ -809853,7 +824247,7 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L27" } ], "type": { @@ -809874,9 +824268,9 @@ { "title": "Properties", "children": [ - 17487, - 17488, - 17489 + 947, + 948, + 949 ] } ], @@ -809885,12 +824279,12 @@ "fileName": "core-flows/src/cart/steps/set-tax-lines-for-items.ts", "line": 15, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts#L15" } ] }, { - "id": 17496, + "id": 956, "name": "UpdateCartPromotionStepInput", "variant": "declaration", "kind": 256, @@ -809905,7 +824299,7 @@ }, "children": [ { - "id": 17497, + "id": 957, "name": "id", "variant": "declaration", "kind": 1024, @@ -809923,7 +824317,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L16" } ], "type": { @@ -809932,7 +824326,7 @@ } }, { - "id": 17498, + "id": 958, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -809952,7 +824346,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L20" } ], "type": { @@ -809964,7 +824358,7 @@ } }, { - "id": 17499, + "id": 959, "name": "action", "variant": "declaration", "kind": 1024, @@ -809984,7 +824378,7 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L24" } ], "type": { @@ -810028,9 +824422,9 @@ { "title": "Properties", "children": [ - 17497, - 17498, - 17499 + 957, + 958, + 959 ] } ], @@ -810039,12 +824433,12 @@ "fileName": "core-flows/src/cart/steps/update-cart-promotions.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-cart-promotions.ts#L12" } ] }, { - "id": 17506, + "id": 966, "name": "UpdateCartsStepInput", "variant": "declaration", "kind": 2097152, @@ -810062,7 +824456,7 @@ "fileName": "core-flows/src/cart/steps/update-carts.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-carts.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-carts.ts#L15" } ], "type": { @@ -810079,7 +824473,7 @@ } }, { - "id": 17519, + "id": 979, "name": "UpdateLineItemsStepInput", "variant": "declaration", "kind": 256, @@ -810094,7 +824488,7 @@ }, "children": [ { - "id": 17520, + "id": 980, "name": "id", "variant": "declaration", "kind": 1024, @@ -810112,7 +824506,7 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L18" } ], "type": { @@ -810121,7 +824515,7 @@ } }, { - "id": 17521, + "id": 981, "name": "items", "variant": "declaration", "kind": 1024, @@ -810139,7 +824533,7 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L22" } ], "type": { @@ -810160,8 +824554,8 @@ { "title": "Properties", "children": [ - 17520, - 17521 + 980, + 981 ] } ], @@ -810170,12 +824564,12 @@ "fileName": "core-flows/src/cart/steps/update-line-items.ts", "line": 14, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-line-items.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-line-items.ts#L14" } ] }, { - "id": 17534, + "id": 994, "name": "UpdateShippingMethodsStepInput", "variant": "declaration", "kind": 2097152, @@ -810193,7 +824587,7 @@ "fileName": "core-flows/src/cart/steps/update-shipping-methods.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/update-shipping-methods.ts#L14" } ], "type": { @@ -810210,7 +824604,7 @@ } }, { - "id": 17547, + "id": 1007, "name": "ValidateCartPaymentsStepInput", "variant": "declaration", "kind": 256, @@ -810225,7 +824619,7 @@ }, "children": [ { - "id": 17548, + "id": 1008, "name": "cart", "variant": "declaration", "kind": 1024, @@ -810243,7 +824637,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L16" } ], "type": { @@ -810261,7 +824655,7 @@ { "title": "Properties", "children": [ - 17548 + 1008 ] } ], @@ -810270,12 +824664,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-payments.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-payments.ts#L12" } ] }, { - "id": 17561, + "id": 1021, "name": "ValidateCartShippingOptionsStepInput", "variant": "declaration", "kind": 256, @@ -810290,7 +824684,7 @@ }, "children": [ { - "id": 17562, + "id": 1022, "name": "cart", "variant": "declaration", "kind": 1024, @@ -810308,7 +824702,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L16" } ], "type": { @@ -810322,7 +824716,7 @@ } }, { - "id": 17563, + "id": 1023, "name": "shippingOptionsContext", "variant": "declaration", "kind": 1024, @@ -810340,20 +824734,20 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 17564, + "id": 1024, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17565, + "id": 1025, "name": "enabled_in_store", "variant": "declaration", "kind": 1024, @@ -810373,7 +824767,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 24, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L24" } ], "type": { @@ -810391,7 +824785,7 @@ } }, { - "id": 17566, + "id": 1026, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -810411,7 +824805,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L28" } ], "type": { @@ -810433,8 +824827,8 @@ { "title": "Properties", "children": [ - 17565, - 17566 + 1025, + 1026 ] } ], @@ -810443,14 +824837,14 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 20, "character": 26, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L20" } ] } } }, { - "id": 17567, + "id": 1027, "name": "option_ids", "variant": "declaration", "kind": 1024, @@ -810468,7 +824862,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L33" } ], "type": { @@ -810484,9 +824878,9 @@ { "title": "Properties", "children": [ - 17562, - 17563, - 17567 + 1022, + 1023, + 1027 ] } ], @@ -810495,12 +824889,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart-shipping-options.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts#L12" } ] }, { - "id": 17593, + "id": 1053, "name": "ValidateCartStepInput", "variant": "declaration", "kind": 256, @@ -810515,7 +824909,7 @@ }, "children": [ { - "id": 17594, + "id": 1054, "name": "cart", "variant": "declaration", "kind": 1024, @@ -810533,7 +824927,7 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L12" } ], "type": { @@ -810565,7 +824959,7 @@ { "title": "Properties", "children": [ - 17594 + 1054 ] } ], @@ -810574,12 +824968,12 @@ "fileName": "core-flows/src/cart/steps/validate-cart.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-cart.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-cart.ts#L8" } ] }, { - "id": 17607, + "id": 1067, "name": "ValidateLineItemPricesStepInput", "variant": "declaration", "kind": 256, @@ -810594,7 +824988,7 @@ }, "children": [ { - "id": 17608, + "id": 1068, "name": "items", "variant": "declaration", "kind": 1024, @@ -810612,7 +825006,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" } ], "type": { @@ -810620,14 +825014,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17609, + "id": 1069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17610, + "id": 1070, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -810647,7 +825041,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L15" } ], "type": { @@ -810665,7 +825059,7 @@ } }, { - "id": 17611, + "id": 1071, "name": "title", "variant": "declaration", "kind": 1024, @@ -810683,7 +825077,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L19" } ], "type": { @@ -810696,8 +825090,8 @@ { "title": "Properties", "children": [ - 17610, - 17611 + 1070, + 1071 ] } ], @@ -810706,7 +825100,7 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L11" } ] } @@ -810718,7 +825112,7 @@ { "title": "Properties", "children": [ - 17608 + 1068 ] } ], @@ -810727,12 +825121,12 @@ "fileName": "core-flows/src/cart/steps/validate-line-item-prices.ts", "line": 7, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts#L7" } ] }, { - "id": 17624, + "id": 1084, "name": "ValidateShippingMethodsDataInput", "variant": "declaration", "kind": 2097152, @@ -810750,7 +825144,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L11" } ], "type": { @@ -810758,14 +825152,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17625, + "id": 1085, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17626, + "id": 1086, "name": "id", "variant": "declaration", "kind": 1024, @@ -810783,7 +825177,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L15" } ], "type": { @@ -810792,7 +825186,7 @@ } }, { - "id": 17627, + "id": 1087, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -810810,7 +825204,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L20" } ], "type": { @@ -810819,7 +825213,7 @@ } }, { - "id": 17628, + "id": 1088, "name": "option_data", "variant": "declaration", "kind": 1024, @@ -810845,7 +825239,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L25" } ], "type": { @@ -810869,7 +825263,7 @@ } }, { - "id": 17629, + "id": 1089, "name": "method_data", "variant": "declaration", "kind": 1024, @@ -810895,7 +825289,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L29" } ], "type": { @@ -810919,7 +825313,7 @@ } }, { - "id": 17630, + "id": 1090, "name": "context", "variant": "declaration", "kind": 1024, @@ -810937,7 +825331,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L33" } ], "type": { @@ -810955,11 +825349,11 @@ { "title": "Properties", "children": [ - 17626, - 17627, - 17628, - 17629, - 17630 + 1086, + 1087, + 1088, + 1089, + 1090 ] } ], @@ -810968,7 +825362,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 11, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L11" } ] } @@ -810976,7 +825370,7 @@ } }, { - "id": 17631, + "id": 1091, "name": "ValidateShippingMethodsDataOutput", "variant": "declaration", "kind": 2097152, @@ -810994,7 +825388,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 39, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L39" } ], "type": { @@ -811009,7 +825403,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17632, + "id": 1092, "name": "__type", "variant": "declaration", "kind": 65536, @@ -811019,12 +825413,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 39, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L39" } ], "indexSignatures": [ { - "id": 17633, + "id": 1093, "name": "__index", "variant": "signature", "kind": 8192, @@ -811034,12 +825428,12 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-methods-data.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts#L40" } ], "parameters": [ { - "id": 17634, + "id": 1094, "name": "x", "variant": "param", "kind": 32768, @@ -811078,7 +825472,7 @@ } }, { - "id": 17665, + "id": 1125, "name": "ValidateCartShippingOptionsPriceInput", "variant": "declaration", "kind": 2097152, @@ -811096,20 +825490,20 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 17666, + "id": 1126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17667, + "id": 1127, "name": "shippingOptions", "variant": "declaration", "kind": 1024, @@ -811135,7 +825529,7 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L12" } ], "type": { @@ -811151,7 +825545,7 @@ { "title": "Properties", "children": [ - 17667 + 1127 ] } ], @@ -811160,14 +825554,14 @@ "fileName": "core-flows/src/cart/steps/validate-shipping-options-price.ts", "line": 7, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts#L7" } ] } } }, { - "id": 17574, + "id": 1034, "name": "ValidateVariantPricesStepInput", "variant": "declaration", "kind": 256, @@ -811182,7 +825576,7 @@ }, "children": [ { - "id": 17575, + "id": 1035, "name": "variants", "variant": "declaration", "kind": 1024, @@ -811200,7 +825594,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" } ], "type": { @@ -811208,14 +825602,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17576, + "id": 1036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17577, + "id": 1037, "name": "id", "variant": "declaration", "kind": 1024, @@ -811233,7 +825627,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L16" } ], "type": { @@ -811242,7 +825636,7 @@ } }, { - "id": 17578, + "id": 1038, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -811262,20 +825656,20 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 17579, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17580, + "id": 1040, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -811295,7 +825689,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 24, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L24" } ], "type": { @@ -811322,7 +825716,7 @@ { "title": "Properties", "children": [ - 17580 + 1040 ] } ], @@ -811331,7 +825725,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 20, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L20" } ] } @@ -811342,8 +825736,8 @@ { "title": "Properties", "children": [ - 17577, - 17578 + 1037, + 1038 ] } ], @@ -811352,7 +825746,7 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L12" } ] } @@ -811364,7 +825758,7 @@ { "title": "Properties", "children": [ - 17575 + 1035 ] } ], @@ -811373,12 +825767,12 @@ "fileName": "core-flows/src/cart/steps/validate-variant-prices.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/steps/validate-variant-prices.ts#L8" } ] }, { - "id": 17674, + "id": 1134, "name": "AddShippingMethodToCartWorkflowInput", "variant": "declaration", "kind": 256, @@ -811393,7 +825787,7 @@ }, "children": [ { - "id": 17675, + "id": 1135, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -811411,7 +825805,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L31" } ], "type": { @@ -811420,7 +825814,7 @@ } }, { - "id": 17676, + "id": 1136, "name": "options", "variant": "declaration", "kind": 1024, @@ -811438,7 +825832,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" } ], "type": { @@ -811446,14 +825840,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17677, + "id": 1137, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17678, + "id": 1138, "name": "id", "variant": "declaration", "kind": 1024, @@ -811471,7 +825865,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 39, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L39" } ], "type": { @@ -811480,7 +825874,7 @@ } }, { - "id": 17679, + "id": 1139, "name": "data", "variant": "declaration", "kind": 1024, @@ -811500,7 +825894,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L45" } ], "type": { @@ -811528,8 +825922,8 @@ { "title": "Properties", "children": [ - 17678, - 17679 + 1138, + 1139 ] } ], @@ -811538,7 +825932,7 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 35, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L35" } ] } @@ -811550,8 +825944,8 @@ { "title": "Properties", "children": [ - 17675, - 17676 + 1135, + 1136 ] } ], @@ -811560,12 +825954,12 @@ "fileName": "core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", "line": 27, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts#L27" } ] }, { - "id": 17760, + "id": 1220, "name": "CompleteCartWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -811583,20 +825977,20 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 42, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L42" } ], "type": { "type": "reflection", "declaration": { - "id": 17761, + "id": 1221, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17762, + "id": 1222, "name": "id", "variant": "declaration", "kind": 1024, @@ -811614,7 +826008,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L46" } ], "type": { @@ -811627,7 +826021,7 @@ { "title": "Properties", "children": [ - 17762 + 1222 ] } ], @@ -811636,14 +826030,14 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 42, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L42" } ] } } }, { - "id": 17763, + "id": 1223, "name": "CompleteCartWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -811653,20 +826047,20 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 49, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L49" } ], "type": { "type": "reflection", "declaration": { - "id": 17764, + "id": 1224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17765, + "id": 1225, "name": "id", "variant": "declaration", "kind": 1024, @@ -811684,7 +826078,7 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L53" } ], "type": { @@ -811697,7 +826091,7 @@ { "title": "Properties", "children": [ - 17765 + 1225 ] } ], @@ -811706,14 +826100,14 @@ "fileName": "core-flows/src/cart/workflows/complete-cart.ts", "line": 49, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/complete-cart.ts#L49" } ] } } }, { - "id": 17815, + "id": 1275, "name": "ConfirmVariantInventoryWorkflowOutput", "variant": "declaration", "kind": 256, @@ -811728,7 +826122,7 @@ }, "children": [ { - "id": 17816, + "id": 1276, "name": "items", "variant": "declaration", "kind": 1024, @@ -811746,7 +826140,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ], "type": { @@ -811754,14 +826148,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17817, + "id": 1277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17818, + "id": 1278, "name": "id", "variant": "declaration", "kind": 1024, @@ -811781,7 +826175,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L23" } ], "type": { @@ -811790,7 +826184,7 @@ } }, { - "id": 17819, + "id": 1279, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -811808,7 +826202,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L27" } ], "type": { @@ -811817,7 +826211,7 @@ } }, { - "id": 17820, + "id": 1280, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -811851,7 +826245,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L32" } ], "type": { @@ -811860,7 +826254,7 @@ } }, { - "id": 17821, + "id": 1281, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -811878,7 +826272,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L36" } ], "type": { @@ -811887,7 +826281,7 @@ } }, { - "id": 17822, + "id": 1282, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -811913,7 +826307,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L40" } ], "type": { @@ -811927,7 +826321,7 @@ } }, { - "id": 17823, + "id": 1283, "name": "location_ids", "variant": "declaration", "kind": 1024, @@ -811945,7 +826339,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 44, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L44" } ], "type": { @@ -811961,12 +826355,12 @@ { "title": "Properties", "children": [ - 17818, - 17819, - 17820, - 17821, - 17822, - 17823 + 1278, + 1279, + 1280, + 1281, + 1282, + 1283 ] } ], @@ -811975,7 +826369,7 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 19, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L19" } ] } @@ -811987,7 +826381,7 @@ { "title": "Properties", "children": [ - 17816 + 1276 ] } ], @@ -811996,12 +826390,12 @@ "fileName": "core-flows/src/cart/workflows/confirm-variant-inventory.ts", "line": 15, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts#L15" } ] }, { - "id": 17875, + "id": 1335, "name": "CreateCartWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812019,7 +826413,7 @@ "fileName": "core-flows/src/cart/workflows/create-carts.ts", "line": 43, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-carts.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-carts.ts#L43" } ], "type": { @@ -812047,7 +826441,7 @@ } }, { - "id": 18053, + "id": 1513, "name": "ValidateExistingPaymentCollectionStepInput", "variant": "declaration", "kind": 2097152, @@ -812065,20 +826459,20 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 21, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 18054, + "id": 1514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18055, + "id": 1515, "name": "cart", "variant": "declaration", "kind": 1024, @@ -812096,7 +826490,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ], "type": { @@ -812114,14 +826508,14 @@ { "type": "reflection", "declaration": { - "id": 18056, + "id": 1516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18057, + "id": 1517, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -812133,7 +826527,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ], "type": { @@ -812146,7 +826540,7 @@ { "title": "Properties", "children": [ - 18057 + 1517 ] } ], @@ -812155,7 +826549,7 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 25, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L25" } ] } @@ -812168,7 +826562,7 @@ { "title": "Properties", "children": [ - 18055 + 1515 ] } ], @@ -812177,14 +826571,14 @@ "fileName": "core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", "line": 21, "character": 57, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts#L21" } ] } } }, { - "id": 18220, + "id": 1680, "name": "RefreshCartItemsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812202,20 +826596,20 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 34, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 18221, + "id": 1681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18222, + "id": 1682, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -812233,7 +826627,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L38" } ], "type": { @@ -812242,7 +826636,7 @@ } }, { - "id": 18223, + "id": 1683, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -812262,7 +826656,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L43" } ], "type": { @@ -812278,8 +826672,8 @@ { "title": "Properties", "children": [ - 18222, - 18223 + 1682, + 1683 ] } ], @@ -812288,14 +826682,14 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-items.ts", "line": 34, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts#L34" } ] } } }, { - "id": 18264, + "id": 1724, "name": "RefreshCartShippingMethodsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812313,20 +826707,20 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L19" } ], "type": { "type": "reflection", "declaration": { - "id": 18265, + "id": 1725, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18266, + "id": 1726, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -812344,7 +826738,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L23" } ], "type": { @@ -812357,7 +826751,7 @@ { "title": "Properties", "children": [ - 18266 + 1726 ] } ], @@ -812366,14 +826760,14 @@ "fileName": "core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", "line": 19, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts#L19" } ] } } }, { - "id": 18177, + "id": 1637, "name": "RefreshPaymentCollectionForCartWorklowInput", "variant": "declaration", "kind": 2097152, @@ -812391,20 +826785,20 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 18178, + "id": 1638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18179, + "id": 1639, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -812422,7 +826816,7 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L22" } ], "type": { @@ -812435,7 +826829,7 @@ { "title": "Properties", "children": [ - 18179 + 1639 ] } ], @@ -812444,14 +826838,14 @@ "fileName": "core-flows/src/cart/workflows/refresh-payment-collection.ts", "line": 18, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts#L18" } ] } } }, { - "id": 18307, + "id": 1767, "name": "TransferCartCustomerWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812469,20 +826863,20 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 18308, + "id": 1768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18309, + "id": 1769, "name": "id", "variant": "declaration", "kind": 1024, @@ -812500,7 +826894,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L20" } ], "type": { @@ -812509,7 +826903,7 @@ } }, { - "id": 18310, + "id": 1770, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -812527,7 +826921,7 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L24" } ], "type": { @@ -812540,8 +826934,8 @@ { "title": "Properties", "children": [ - 18309, - 18310 + 1769, + 1770 ] } ], @@ -812550,14 +826944,14 @@ "fileName": "core-flows/src/cart/workflows/transfer-cart-customer.ts", "line": 16, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts#L16" } ] } } }, { - "id": 18428, + "id": 1888, "name": "UpdateCartPromotionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812575,20 +826969,20 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 26, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L26" } ], "type": { "type": "reflection", "declaration": { - "id": 18429, + "id": 1889, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18430, + "id": 1890, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -812606,7 +827000,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L30" } ], "type": { @@ -812615,7 +827009,7 @@ } }, { - "id": 18431, + "id": 1891, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -812635,7 +827029,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L35" } ], "type": { @@ -812647,7 +827041,7 @@ } }, { - "id": 18432, + "id": 1892, "name": "action", "variant": "declaration", "kind": 1024, @@ -812667,7 +827061,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L39" } ], "type": { @@ -812708,9 +827102,9 @@ { "title": "Properties", "children": [ - 18430, - 18431, - 18432 + 1890, + 1891, + 1892 ] } ], @@ -812719,14 +827113,14 @@ "fileName": "core-flows/src/cart/workflows/update-cart-promotions.ts", "line": 26, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts#L26" } ] } } }, { - "id": 18351, + "id": 1811, "name": "UpdateCartWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812744,7 +827138,7 @@ "fileName": "core-flows/src/cart/workflows/update-cart.ts", "line": 36, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-cart.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-cart.ts#L36" } ], "type": { @@ -812772,7 +827166,7 @@ } }, { - "id": 18513, + "id": 1973, "name": "UpdateTaxLinesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -812790,20 +827184,20 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 66, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L66" } ], "type": { "type": "reflection", "declaration": { - "id": 18514, + "id": 1974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18515, + "id": 1975, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -812821,7 +827215,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 70, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L70" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L70" } ], "type": { @@ -812830,7 +827224,7 @@ } }, { - "id": 18516, + "id": 1976, "name": "items", "variant": "declaration", "kind": 1024, @@ -812850,7 +827244,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 79, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L79" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L79" } ], "type": { @@ -812867,7 +827261,7 @@ } }, { - "id": 18517, + "id": 1977, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -812887,7 +827281,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 88, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L88" } ], "type": { @@ -812904,7 +827298,7 @@ } }, { - "id": 18518, + "id": 1978, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -812935,7 +827329,7 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L96" } ], "type": { @@ -812948,10 +827342,10 @@ { "title": "Properties", "children": [ - 18515, - 18516, - 18517, - 18518 + 1975, + 1976, + 1977, + 1978 ] } ], @@ -812960,14 +827354,14 @@ "fileName": "core-flows/src/cart/workflows/update-tax-lines.ts", "line": 66, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L66" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/cart/workflows/update-tax-lines.ts#L66" } ] } } }, { - "id": 18575, + "id": 2035, "name": "DismissRemoteLinksStepInput", "variant": "declaration", "kind": 2097152, @@ -812977,7 +827371,7 @@ "fileName": "core-flows/src/common/steps/dismiss-remote-links.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/dismiss-remote-links.ts#L7" } ], "type": { @@ -813008,7 +827402,7 @@ } }, { - "id": 18627, + "id": 2087, "name": "UseQueryGraphStepInput", "variant": "declaration", "kind": 2097152, @@ -813018,12 +827412,12 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 10, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L10" } ], "typeParameters": [ { - "id": 18630, + "id": 2090, "name": "TEntry", "variant": "typeParam", "kind": 131072, @@ -813046,7 +827440,7 @@ "typeArguments": [ { "type": "reference", - "target": 18630, + "target": 2090, "name": "TEntry", "package": "@medusajs/core-flows", "refersToTypeParameter": true @@ -813058,14 +827452,14 @@ { "type": "reflection", "declaration": { - "id": 18628, + "id": 2088, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 18629, + "id": 2089, "name": "options", "variant": "declaration", "kind": 1024, @@ -813077,7 +827471,7 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L11" } ], "type": { @@ -813095,7 +827489,7 @@ { "title": "Properties", "children": [ - 18629 + 2089 ] } ], @@ -813104,7 +827498,7 @@ "fileName": "core-flows/src/common/steps/use-query-graph.ts", "line": 10, "character": 87, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-query-graph.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-query-graph.ts#L10" } ] } @@ -813113,7 +827507,7 @@ } }, { - "id": 18644, + "id": 2104, "name": "RemoteStepInput", "variant": "declaration", "kind": 256, @@ -813128,7 +827522,7 @@ }, "children": [ { - "id": 18645, + "id": 2105, "name": "fields", "variant": "declaration", "kind": 1024, @@ -813146,7 +827540,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -813158,7 +827552,7 @@ } }, { - "id": 18646, + "id": 2106, "name": "variables", "variant": "declaration", "kind": 1024, @@ -813178,7 +827572,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -813202,7 +827596,7 @@ } }, { - "id": 18647, + "id": 2107, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -813222,7 +827616,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -813231,7 +827625,7 @@ } }, { - "id": 18648, + "id": 2108, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -813251,7 +827645,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -813272,7 +827666,7 @@ } }, { - "id": 18649, + "id": 2109, "name": "list", "variant": "declaration", "kind": 1024, @@ -813303,7 +827697,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -813316,11 +827710,11 @@ { "title": "Properties", "children": [ - 18645, - 18646, - 18647, - 18648, - 18649 + 2105, + 2106, + 2107, + 2108, + 2109 ] } ], @@ -813329,24 +827723,24 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 10, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L10" } ], "extendedBy": [ { "type": "reference", - "target": 18650, + "target": 2110, "name": "EntryStepInput" }, { "type": "reference", - "target": 18657, + "target": 2117, "name": "ServiceStepInput" } ] }, { - "id": 18650, + "id": 2110, "name": "EntryStepInput", "variant": "declaration", "kind": 256, @@ -813361,7 +827755,7 @@ }, "children": [ { - "id": 18652, + "id": 2112, "name": "fields", "variant": "declaration", "kind": 1024, @@ -813381,7 +827775,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -813393,12 +827787,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18645, + "target": 2105, "name": "RemoteStepInput.fields" } }, { - "id": 18653, + "id": 2113, "name": "variables", "variant": "declaration", "kind": 1024, @@ -813419,7 +827813,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -813443,12 +827837,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18646, + "target": 2106, "name": "RemoteStepInput.variables" } }, { - "id": 18654, + "id": 2114, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -813469,7 +827863,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -813478,12 +827872,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18647, + "target": 2107, "name": "RemoteStepInput.throw_if_key_not_found" } }, { - "id": 18655, + "id": 2115, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -813504,7 +827898,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -813525,12 +827919,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18648, + "target": 2108, "name": "RemoteStepInput.throw_if_relation_not_found" } }, { - "id": 18656, + "id": 2116, "name": "list", "variant": "declaration", "kind": 1024, @@ -813562,7 +827956,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -813571,12 +827965,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18649, + "target": 2109, "name": "RemoteStepInput.list" } }, { - "id": 18651, + "id": 2111, "name": "entry_point", "variant": "declaration", "kind": 1024, @@ -813594,7 +827988,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L39" } ], "type": { @@ -813607,12 +828001,12 @@ { "title": "Properties", "children": [ - 18652, - 18653, - 18654, - 18655, - 18656, - 18651 + 2112, + 2113, + 2114, + 2115, + 2116, + 2111 ] } ], @@ -813621,20 +828015,20 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 35, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L35" } ], "extendedTypes": [ { "type": "reference", - "target": 18644, + "target": 2104, "name": "RemoteStepInput", "package": "@medusajs/core-flows" } ] }, { - "id": 18657, + "id": 2117, "name": "ServiceStepInput", "variant": "declaration", "kind": 256, @@ -813649,7 +828043,7 @@ }, "children": [ { - "id": 18659, + "id": 2119, "name": "fields", "variant": "declaration", "kind": 1024, @@ -813669,7 +828063,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L14" } ], "type": { @@ -813681,12 +828075,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18645, + "target": 2105, "name": "RemoteStepInput.fields" } }, { - "id": 18660, + "id": 2120, "name": "variables", "variant": "declaration", "kind": 1024, @@ -813707,7 +828101,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L18" } ], "type": { @@ -813731,12 +828125,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18646, + "target": 2106, "name": "RemoteStepInput.variables" } }, { - "id": 18661, + "id": 2121, "name": "throw_if_key_not_found", "variant": "declaration", "kind": 1024, @@ -813757,7 +828151,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L22" } ], "type": { @@ -813766,12 +828160,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18647, + "target": 2107, "name": "RemoteStepInput.throw_if_key_not_found" } }, { - "id": 18662, + "id": 2122, "name": "throw_if_relation_not_found", "variant": "declaration", "kind": 1024, @@ -813792,7 +828186,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L26" } ], "type": { @@ -813813,12 +828207,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18648, + "target": 2108, "name": "RemoteStepInput.throw_if_relation_not_found" } }, { - "id": 18663, + "id": 2123, "name": "list", "variant": "declaration", "kind": 1024, @@ -813850,7 +828244,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L32" } ], "type": { @@ -813859,12 +828253,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 18649, + "target": 2109, "name": "RemoteStepInput.list" } }, { - "id": 18658, + "id": 2118, "name": "service", "variant": "declaration", "kind": 1024, @@ -813882,7 +828276,7 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L46" } ], "type": { @@ -813895,12 +828289,12 @@ { "title": "Properties", "children": [ - 18659, - 18660, - 18661, - 18662, - 18663, - 18658 + 2119, + 2120, + 2121, + 2122, + 2123, + 2118 ] } ], @@ -813909,20 +828303,20 @@ "fileName": "core-flows/src/common/steps/use-remote-query.ts", "line": 42, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/common/steps/use-remote-query.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/common/steps/use-remote-query.ts#L42" } ], "extendedTypes": [ { "type": "reference", - "target": 18644, + "target": 2104, "name": "RemoteStepInput", "package": "@medusajs/core-flows" } ] }, { - "id": 19754, + "id": 3214, "name": "CreateCustomerGroupsStepInput", "variant": "declaration", "kind": 2097152, @@ -813940,7 +828334,7 @@ "fileName": "core-flows/src/customer-group/steps/create-customer-groups.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts#L11" } ], "type": { @@ -813957,7 +828351,7 @@ } }, { - "id": 19747, + "id": 3207, "name": "DeleteCustomerGroupsStepInput", "variant": "declaration", "kind": 2097152, @@ -813975,7 +828369,7 @@ "fileName": "core-flows/src/customer-group/steps/delete-customer-groups.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts#L8" } ], "type": { @@ -813987,7 +828381,7 @@ } }, { - "id": 19731, + "id": 3191, "name": "UpdateCustomerGroupStepInput", "variant": "declaration", "kind": 2097152, @@ -814005,20 +828399,20 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 19732, + "id": 3192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19733, + "id": 3193, "name": "selector", "variant": "declaration", "kind": 1024, @@ -814036,7 +828430,7 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L20" } ], "type": { @@ -814050,7 +828444,7 @@ } }, { - "id": 19734, + "id": 3194, "name": "update", "variant": "declaration", "kind": 1024, @@ -814068,7 +828462,7 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L24" } ], "type": { @@ -814086,8 +828480,8 @@ { "title": "Properties", "children": [ - 19733, - 19734 + 3193, + 3194 ] } ], @@ -814096,14 +828490,14 @@ "fileName": "core-flows/src/customer-group/steps/update-customer-groups.ts", "line": 16, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts#L16" } ] } } }, { - "id": 19602, + "id": 3062, "name": "CreateCustomerGroupsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -814121,20 +828515,20 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 19603, + "id": 3063, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19604, + "id": 3064, "name": "customersData", "variant": "declaration", "kind": 1024, @@ -814152,7 +828546,7 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L19" } ], "type": { @@ -814173,7 +828567,7 @@ { "title": "Properties", "children": [ - 19604 + 3064 ] } ], @@ -814182,14 +828576,14 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 15, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L15" } ] } } }, { - "id": 19605, + "id": 3065, "name": "CreateCustomerGroupsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -814207,7 +828601,7 @@ "fileName": "core-flows/src/customer-group/workflows/create-customer-groups.ts", "line": 25, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts#L25" } ], "type": { @@ -814224,7 +828618,7 @@ } }, { - "id": 19555, + "id": 3015, "name": "DeleteCustomerGroupsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -814242,20 +828636,20 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 19556, + "id": 3016, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19557, + "id": 3017, "name": "ids", "variant": "declaration", "kind": 1024, @@ -814273,7 +828667,7 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L11" } ], "type": { @@ -814289,7 +828683,7 @@ { "title": "Properties", "children": [ - 19557 + 3017 ] } ], @@ -814298,14 +828692,14 @@ "fileName": "core-flows/src/customer-group/workflows/delete-customer-groups.ts", "line": 7, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts#L7" } ] } } }, { - "id": 19686, + "id": 3146, "name": "LinkCustomerGroupsToCustomerWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -814323,7 +828717,7 @@ "fileName": "core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts#L12" } ], "type": { @@ -814337,7 +828731,7 @@ } }, { - "id": 19641, + "id": 3101, "name": "LinkCustomersToCustomerGroupWorkflow", "variant": "declaration", "kind": 2097152, @@ -814355,7 +828749,7 @@ "fileName": "core-flows/src/customer-group/workflows/link-customers-customer-group.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts#L12" } ], "type": { @@ -814369,7 +828763,7 @@ } }, { - "id": 19515, + "id": 2975, "name": "UpdateCustomerGroupsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -814387,20 +828781,20 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 19516, + "id": 2976, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19517, + "id": 2977, "name": "selector", "variant": "declaration", "kind": 1024, @@ -814418,7 +828812,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L20" } ], "type": { @@ -814432,7 +828826,7 @@ } }, { - "id": 19518, + "id": 2978, "name": "update", "variant": "declaration", "kind": 1024, @@ -814450,7 +828844,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L24" } ], "type": { @@ -814468,8 +828862,8 @@ { "title": "Properties", "children": [ - 19517, - 19518 + 2977, + 2978 ] } ], @@ -814478,14 +828872,14 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 16, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L16" } ] } } }, { - "id": 19519, + "id": 2979, "name": "UpdateCustomerGroupsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -814503,7 +828897,7 @@ "fileName": "core-flows/src/customer-group/workflows/update-customer-groups.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts#L30" } ], "type": { @@ -814520,7 +828914,7 @@ } }, { - "id": 19035, + "id": 2495, "name": "CreateCustomerAddressesStepInput", "variant": "declaration", "kind": 2097152, @@ -814538,7 +828932,7 @@ "fileName": "core-flows/src/customer/steps/create-addresses.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-addresses.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-addresses.ts#L11" } ], "type": { @@ -814555,7 +828949,7 @@ } }, { - "id": 18999, + "id": 2459, "name": "CreateCustomersStepInput", "variant": "declaration", "kind": 2097152, @@ -814573,7 +828967,7 @@ "fileName": "core-flows/src/customer/steps/create-customers.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/create-customers.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/create-customers.ts#L11" } ], "type": { @@ -814590,7 +828984,7 @@ } }, { - "id": 19064, + "id": 2524, "name": "DeleteCustomerAddressesStepInput", "variant": "declaration", "kind": 2097152, @@ -814608,7 +829002,7 @@ "fileName": "core-flows/src/customer/steps/delete-addresses.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-addresses.ts#L8" } ], "type": { @@ -814620,7 +829014,7 @@ } }, { - "id": 19028, + "id": 2488, "name": "DeleteCustomersStepInput", "variant": "declaration", "kind": 2097152, @@ -814638,7 +829032,7 @@ "fileName": "core-flows/src/customer/steps/delete-customers.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/delete-customers.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/delete-customers.ts#L8" } ], "type": { @@ -814650,7 +829044,7 @@ } }, { - "id": 19071, + "id": 2531, "name": "MaybeUnsetDefaultBillingAddressStepInput", "variant": "declaration", "kind": 2097152, @@ -814668,20 +829062,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L14" } ], "type": { "type": "reflection", "declaration": { - "id": 19072, + "id": 2532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19073, + "id": 2533, "name": "create", "variant": "declaration", "kind": 1024, @@ -814717,7 +829111,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L20" } ], "type": { @@ -814734,7 +829128,7 @@ } }, { - "id": 19074, + "id": 2534, "name": "update", "variant": "declaration", "kind": 1024, @@ -814754,20 +829148,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 19075, + "id": 2535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19076, + "id": 2536, "name": "selector", "variant": "declaration", "kind": 1024, @@ -814785,7 +829179,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L28" } ], "type": { @@ -814799,7 +829193,7 @@ } }, { - "id": 19077, + "id": 2537, "name": "update", "variant": "declaration", "kind": 1024, @@ -814841,7 +829235,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L34" } ], "type": { @@ -814859,8 +829253,8 @@ { "title": "Properties", "children": [ - 19076, - 19077 + 2536, + 2537 ] } ], @@ -814869,7 +829263,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 24, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L24" } ] } @@ -814880,8 +829274,8 @@ { "title": "Properties", "children": [ - 19073, - 19074 + 2533, + 2534 ] } ], @@ -814890,14 +829284,14 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", "line": 14, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts#L14" } ] } } }, { - "id": 19084, + "id": 2544, "name": "MaybeUnsetDefaultShippingAddressesStepInput", "variant": "declaration", "kind": 2097152, @@ -814915,20 +829309,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L14" } ], "type": { "type": "reflection", "declaration": { - "id": 19085, + "id": 2545, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19086, + "id": 2546, "name": "create", "variant": "declaration", "kind": 1024, @@ -814964,7 +829358,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L20" } ], "type": { @@ -814981,7 +829375,7 @@ } }, { - "id": 19087, + "id": 2547, "name": "update", "variant": "declaration", "kind": 1024, @@ -815001,20 +829395,20 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 19088, + "id": 2548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19089, + "id": 2549, "name": "selector", "variant": "declaration", "kind": 1024, @@ -815032,7 +829426,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L28" } ], "type": { @@ -815046,7 +829440,7 @@ } }, { - "id": 19090, + "id": 2550, "name": "update", "variant": "declaration", "kind": 1024, @@ -815088,7 +829482,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L34" } ], "type": { @@ -815106,8 +829500,8 @@ { "title": "Properties", "children": [ - 19089, - 19090 + 2549, + 2550 ] } ], @@ -815116,7 +829510,7 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 24, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L24" } ] } @@ -815127,8 +829521,8 @@ { "title": "Properties", "children": [ - 19086, - 19087 + 2546, + 2547 ] } ], @@ -815137,14 +829531,14 @@ "fileName": "core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", "line": 14, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts#L14" } ] } } }, { - "id": 19048, + "id": 2508, "name": "UpdateCustomerAddresseStepInput", "variant": "declaration", "kind": 2097152, @@ -815162,20 +829556,20 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 19049, + "id": 2509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19050, + "id": 2510, "name": "selector", "variant": "declaration", "kind": 1024, @@ -815193,7 +829587,7 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L20" } ], "type": { @@ -815207,7 +829601,7 @@ } }, { - "id": 19051, + "id": 2511, "name": "update", "variant": "declaration", "kind": 1024, @@ -815225,7 +829619,7 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L24" } ], "type": { @@ -815243,8 +829637,8 @@ { "title": "Properties", "children": [ - 19050, - 19051 + 2510, + 2511 ] } ], @@ -815253,14 +829647,14 @@ "fileName": "core-flows/src/customer/steps/update-addresses.ts", "line": 16, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-addresses.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-addresses.ts#L16" } ] } } }, { - "id": 19012, + "id": 2472, "name": "UpdateCustomersStepInput", "variant": "declaration", "kind": 2097152, @@ -815278,20 +829672,20 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 19013, + "id": 2473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19014, + "id": 2474, "name": "selector", "variant": "declaration", "kind": 1024, @@ -815309,7 +829703,7 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L20" } ], "type": { @@ -815323,7 +829717,7 @@ } }, { - "id": 19015, + "id": 2475, "name": "update", "variant": "declaration", "kind": 1024, @@ -815341,7 +829735,7 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L24" } ], "type": { @@ -815359,8 +829753,8 @@ { "title": "Properties", "children": [ - 19014, - 19015 + 2474, + 2475 ] } ], @@ -815369,14 +829763,14 @@ "fileName": "core-flows/src/customer/steps/update-customers.ts", "line": 16, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/steps/update-customers.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/steps/update-customers.ts#L16" } ] } } }, { - "id": 19109, + "id": 2569, "name": "CreateCustomerAddressesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815394,7 +829788,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L22" } ], "type": { @@ -815403,14 +829797,14 @@ { "type": "reflection", "declaration": { - "id": 19110, + "id": 2570, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19111, + "id": 2571, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -815428,7 +829822,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L26" } ], "type": { @@ -815449,7 +829843,7 @@ { "title": "Properties", "children": [ - 19111 + 2571 ] } ], @@ -815458,7 +829852,7 @@ "fileName": "core-flows/src/customer/workflows/create-addresses.ts", "line": 22, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-addresses.ts#L22" } ] } @@ -815476,7 +829870,7 @@ } }, { - "id": 19164, + "id": 2624, "name": "CreateCustomerAccountWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815494,20 +829888,20 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 19165, + "id": 2625, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19166, + "id": 2626, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -815525,7 +829919,7 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L19" } ], "type": { @@ -815534,7 +829928,7 @@ } }, { - "id": 19167, + "id": 2627, "name": "customerData", "variant": "declaration", "kind": 1024, @@ -815552,7 +829946,7 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L23" } ], "type": { @@ -815570,8 +829964,8 @@ { "title": "Properties", "children": [ - 19166, - 19167 + 2626, + 2627 ] } ], @@ -815580,14 +829974,14 @@ "fileName": "core-flows/src/customer/workflows/create-customer-account.ts", "line": 15, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customer-account.ts#L15" } ] } } }, { - "id": 19226, + "id": 2686, "name": "CreateCustomersWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815605,7 +829999,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L16" } ], "type": { @@ -815614,14 +830008,14 @@ { "type": "reflection", "declaration": { - "id": 19227, + "id": 2687, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19228, + "id": 2688, "name": "customersData", "variant": "declaration", "kind": 1024, @@ -815639,7 +830033,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L20" } ], "type": { @@ -815660,7 +830054,7 @@ { "title": "Properties", "children": [ - 19228 + 2688 ] } ], @@ -815669,7 +830063,7 @@ "fileName": "core-flows/src/customer/workflows/create-customers.ts", "line": 16, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/create-customers.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/create-customers.ts#L16" } ] } @@ -815687,7 +830081,7 @@ } }, { - "id": 19281, + "id": 2741, "name": "DeleteCustomerAddressesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815705,20 +830099,20 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 19282, + "id": 2742, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19283, + "id": 2743, "name": "ids", "variant": "declaration", "kind": 1024, @@ -815736,7 +830130,7 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L16" } ], "type": { @@ -815752,7 +830146,7 @@ { "title": "Properties", "children": [ - 19283 + 2743 ] } ], @@ -815761,14 +830155,14 @@ "fileName": "core-flows/src/customer/workflows/delete-addresses.ts", "line": 12, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-addresses.ts#L12" } ] } } }, { - "id": 19323, + "id": 2783, "name": "DeleteCustomersWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815786,20 +830180,20 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 19324, + "id": 2784, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19325, + "id": 2785, "name": "ids", "variant": "declaration", "kind": 1024, @@ -815817,7 +830211,7 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L19" } ], "type": { @@ -815833,7 +830227,7 @@ { "title": "Properties", "children": [ - 19325 + 2785 ] } ], @@ -815842,14 +830236,14 @@ "fileName": "core-flows/src/customer/workflows/delete-customers.ts", "line": 15, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/delete-customers.ts#L15" } ] } } }, { - "id": 19365, + "id": 2825, "name": "RemoveCustomerAccountWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815859,20 +830253,20 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L13" } ], "type": { "type": "reflection", "declaration": { - "id": 19366, + "id": 2826, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19367, + "id": 2827, "name": "customerId", "variant": "declaration", "kind": 1024, @@ -815882,7 +830276,7 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L14" } ], "type": { @@ -815895,7 +830289,7 @@ { "title": "Properties", "children": [ - 19367 + 2827 ] } ], @@ -815904,14 +830298,14 @@ "fileName": "core-flows/src/customer/workflows/remove-customer-account.ts", "line": 13, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/remove-customer-account.ts#L13" } ] } } }, { - "id": 19403, + "id": 2863, "name": "UpdateCustomerAddressesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -815929,7 +830323,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 23, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L23" } ], "type": { @@ -815938,14 +830332,14 @@ { "type": "reflection", "declaration": { - "id": 19404, + "id": 2864, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19405, + "id": 2865, "name": "selector", "variant": "declaration", "kind": 1024, @@ -815963,7 +830357,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L27" } ], "type": { @@ -815977,7 +830371,7 @@ } }, { - "id": 19406, + "id": 2866, "name": "update", "variant": "declaration", "kind": 1024, @@ -815995,7 +830389,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L31" } ], "type": { @@ -816013,8 +830407,8 @@ { "title": "Properties", "children": [ - 19405, - 19406 + 2865, + 2866 ] } ], @@ -816023,7 +830417,7 @@ "fileName": "core-flows/src/customer/workflows/update-addresses.ts", "line": 23, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-addresses.ts#L23" } ] } @@ -816041,7 +830435,7 @@ } }, { - "id": 19459, + "id": 2919, "name": "UpdateCustomersWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -816059,7 +830453,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L20" } ], "type": { @@ -816068,14 +830462,14 @@ { "type": "reflection", "declaration": { - "id": 19460, + "id": 2920, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19461, + "id": 2921, "name": "selector", "variant": "declaration", "kind": 1024, @@ -816093,7 +830487,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L24" } ], "type": { @@ -816107,7 +830501,7 @@ } }, { - "id": 19462, + "id": 2922, "name": "update", "variant": "declaration", "kind": 1024, @@ -816125,7 +830519,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L28" } ], "type": { @@ -816143,8 +830537,8 @@ { "title": "Properties", "children": [ - 19461, - 19462 + 2921, + 2922 ] } ], @@ -816153,7 +830547,7 @@ "fileName": "core-flows/src/customer/workflows/update-customers.ts", "line": 20, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/customer/workflows/update-customers.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/customer/workflows/update-customers.ts#L20" } ] } @@ -816171,7 +830565,7 @@ } }, { - "id": 19866, + "id": 3326, "name": "DeleteFilesStepInput", "variant": "declaration", "kind": 2097152, @@ -816189,7 +830583,7 @@ "fileName": "core-flows/src/file/steps/delete-files.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/delete-files.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/delete-files.ts#L8" } ], "type": { @@ -816201,7 +830595,7 @@ } }, { - "id": 19846, + "id": 3306, "name": "UploadFilesStepInput", "variant": "declaration", "kind": 2097152, @@ -816219,20 +830613,20 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 19847, + "id": 3307, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19848, + "id": 3308, "name": "files", "variant": "declaration", "kind": 1024, @@ -816250,7 +830644,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L12" } ], "type": { @@ -816258,14 +830652,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19849, + "id": 3309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19850, + "id": 3310, "name": "filename", "variant": "declaration", "kind": 1024, @@ -816283,7 +830677,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L16" } ], "type": { @@ -816292,7 +830686,7 @@ } }, { - "id": 19851, + "id": 3311, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -816321,7 +830715,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L23" } ], "type": { @@ -816330,7 +830724,7 @@ } }, { - "id": 19852, + "id": 3312, "name": "content", "variant": "declaration", "kind": 1024, @@ -816348,7 +830742,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 28, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L28" } ], "type": { @@ -816357,7 +830751,7 @@ } }, { - "id": 19853, + "id": 3313, "name": "access", "variant": "declaration", "kind": 1024, @@ -816391,7 +830785,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 36, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L36" } ], "type": { @@ -816413,10 +830807,10 @@ { "title": "Properties", "children": [ - 19850, - 19851, - 19852, - 19853 + 3310, + 3311, + 3312, + 3313 ] } ], @@ -816425,7 +830819,7 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 12, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L12" } ] } @@ -816437,7 +830831,7 @@ { "title": "Properties", "children": [ - 19848 + 3308 ] } ], @@ -816446,14 +830840,14 @@ "fileName": "core-flows/src/file/steps/upload-files.ts", "line": 8, "character": 35, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/steps/upload-files.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/steps/upload-files.ts#L8" } ] } } }, { - "id": 19916, + "id": 3376, "name": "DeleteFilesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -816463,20 +830857,20 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 4, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" } ], "type": { "type": "reflection", "declaration": { - "id": 19917, + "id": 3377, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19918, + "id": 3378, "name": "ids", "variant": "declaration", "kind": 1024, @@ -816486,7 +830880,7 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 4, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" } ], "type": { @@ -816502,7 +830896,7 @@ { "title": "Properties", "children": [ - 19918 + 3378 ] } ], @@ -816511,14 +830905,14 @@ "fileName": "core-flows/src/file/workflows/delete-files.ts", "line": 4, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/delete-files.ts#L4" } ] } } }, { - "id": 19873, + "id": 3333, "name": "UploadFilesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -816536,20 +830930,20 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 19874, + "id": 3334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19875, + "id": 3335, "name": "files", "variant": "declaration", "kind": 1024, @@ -816567,7 +830961,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" } ], "type": { @@ -816575,14 +830969,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19876, + "id": 3336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19877, + "id": 3337, "name": "filename", "variant": "declaration", "kind": 1024, @@ -816600,7 +830994,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L20" } ], "type": { @@ -816609,7 +831003,7 @@ } }, { - "id": 19878, + "id": 3338, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -816638,7 +831032,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L27" } ], "type": { @@ -816647,7 +831041,7 @@ } }, { - "id": 19879, + "id": 3339, "name": "content", "variant": "declaration", "kind": 1024, @@ -816665,7 +831059,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 32, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L32" } ], "type": { @@ -816674,7 +831068,7 @@ } }, { - "id": 19880, + "id": 3340, "name": "access", "variant": "declaration", "kind": 1024, @@ -816708,7 +831102,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 40, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L40" } ], "type": { @@ -816730,10 +831124,10 @@ { "title": "Properties", "children": [ - 19877, - 19878, - 19879, - 19880 + 3337, + 3338, + 3339, + 3340 ] } ], @@ -816742,7 +831136,7 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 16, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L16" } ] } @@ -816754,7 +831148,7 @@ { "title": "Properties", "children": [ - 19875 + 3335 ] } ], @@ -816763,14 +831157,14 @@ "fileName": "core-flows/src/file/workflows/upload-files.ts", "line": 12, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/file/workflows/upload-files.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/file/workflows/upload-files.ts#L12" } ] } } }, { - "id": 19967, + "id": 3427, "name": "ShippingOptionsPriceCurrencyCode", "variant": "declaration", "kind": 256, @@ -816785,7 +831179,7 @@ }, "children": [ { - "id": 19968, + "id": 3428, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -816814,7 +831208,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L21" } ], "type": { @@ -816823,7 +831217,7 @@ } }, { - "id": 19969, + "id": 3429, "name": "amount", "variant": "declaration", "kind": 1024, @@ -816841,7 +831235,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L25" } ], "type": { @@ -816850,7 +831244,7 @@ } }, { - "id": 19970, + "id": 3430, "name": "rules", "variant": "declaration", "kind": 1024, @@ -816870,7 +831264,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L29" } ], "type": { @@ -816891,9 +831285,9 @@ { "title": "Properties", "children": [ - 19968, - 19969, - 19970 + 3428, + 3429, + 3430 ] } ], @@ -816902,12 +831296,12 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 14, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L14" } ] }, { - "id": 19971, + "id": 3431, "name": "CreateShippingOptionsPriceSetsStepInput", "variant": "declaration", "kind": 2097152, @@ -816925,7 +831319,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 53, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L53" } ], "type": { @@ -816933,14 +831327,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19972, + "id": 3432, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19973, + "id": 3433, "name": "id", "variant": "declaration", "kind": 1024, @@ -816958,7 +831352,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 57, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L57" } ], "type": { @@ -816967,7 +831361,7 @@ } }, { - "id": 19974, + "id": 3434, "name": "prices", "variant": "declaration", "kind": 1024, @@ -816985,7 +831379,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 61, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L61" } ], "type": { @@ -816995,7 +831389,7 @@ "types": [ { "type": "reference", - "target": 19967, + "target": 3427, "name": "ShippingOptionsPriceCurrencyCode", "package": "@medusajs/core-flows" }, @@ -817017,8 +831411,8 @@ { "title": "Properties", "children": [ - 19973, - 19974 + 3433, + 3434 ] } ], @@ -817027,7 +831421,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 53, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L53" } ] } @@ -817035,7 +831429,7 @@ } }, { - "id": 19975, + "id": 3435, "name": "CreateShippingOptionsPriceSetsStepOutput", "variant": "declaration", "kind": 2097152, @@ -817053,7 +831447,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 67, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" } ], "type": { @@ -817061,14 +831455,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 19976, + "id": 3436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 19977, + "id": 3437, "name": "id", "variant": "declaration", "kind": 1024, @@ -817086,7 +831480,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 71, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L71" } ], "type": { @@ -817095,7 +831489,7 @@ } }, { - "id": 19978, + "id": 3438, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -817113,7 +831507,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 75, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L75" } ], "type": { @@ -817126,8 +831520,8 @@ { "title": "Properties", "children": [ - 19977, - 19978 + 3437, + 3438 ] } ], @@ -817136,7 +831530,7 @@ "fileName": "core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", "line": 67, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts#L67" } ] } @@ -817144,7 +831538,7 @@ } }, { - "id": 20245, + "id": 3705, "name": "CalculateShippingOptionsPriceStepInput", "variant": "declaration", "kind": 2097152, @@ -817162,7 +831556,7 @@ "fileName": "core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts#L11" } ], "type": { @@ -817179,7 +831573,7 @@ } }, { - "id": 19997, + "id": 3457, "name": "CancelFulfillmentStepInput", "variant": "declaration", "kind": 2097152, @@ -817197,7 +831591,7 @@ "fileName": "core-flows/src/fulfillment/steps/cancel-fulfillment.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts#L8" } ], "type": { @@ -817206,7 +831600,7 @@ } }, { - "id": 20038, + "id": 3498, "name": "CreateFulfillmentSetsStepInput", "variant": "declaration", "kind": 2097152, @@ -817224,7 +831618,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-fulfillment-set.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts#L11" } ], "type": { @@ -817241,7 +831635,7 @@ } }, { - "id": 20085, + "id": 3545, "name": "CreateServiceZonesStepInput", "variant": "declaration", "kind": 2097152, @@ -817259,7 +831653,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-service-zones.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts#L11" } ], "type": { @@ -817276,7 +831670,7 @@ } }, { - "id": 20110, + "id": 3570, "name": "CreateShippingProfilesStepInput", "variant": "declaration", "kind": 2097152, @@ -817294,7 +831688,7 @@ "fileName": "core-flows/src/fulfillment/steps/create-shipping-profiles.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts#L11" } ], "type": { @@ -817311,7 +831705,7 @@ } }, { - "id": 20123, + "id": 3583, "name": "DeleteFulfillmentSetsStepInput", "variant": "declaration", "kind": 2097152, @@ -817329,7 +831723,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts#L8" } ], "type": { @@ -817341,7 +831735,7 @@ } }, { - "id": 20130, + "id": 3590, "name": "DeleteServiceZonesStepInput", "variant": "declaration", "kind": 2097152, @@ -817359,7 +831753,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-service-zones.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts#L8" } ], "type": { @@ -817371,7 +831765,7 @@ } }, { - "id": 20149, + "id": 3609, "name": "DeleteShippingOptionsStepInput", "variant": "declaration", "kind": 2097152, @@ -817389,7 +831783,7 @@ "fileName": "core-flows/src/fulfillment/steps/delete-shipping-options.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts#L9" } ], "type": { @@ -817401,7 +831795,7 @@ } }, { - "id": 20165, + "id": 3625, "name": "SetShippingOptionsPricesStepInput", "variant": "declaration", "kind": 2097152, @@ -817419,7 +831813,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L29" } ], "type": { @@ -817427,14 +831821,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 20166, + "id": 3626, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20167, + "id": 3627, "name": "id", "variant": "declaration", "kind": 1024, @@ -817452,7 +831846,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L33" } ], "type": { @@ -817461,7 +831855,7 @@ } }, { - "id": 20168, + "id": 3628, "name": "prices", "variant": "declaration", "kind": 1024, @@ -817481,7 +831875,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L37" } ], "type": { @@ -817503,8 +831897,8 @@ { "title": "Properties", "children": [ - 20167, - 20168 + 3627, + 3628 ] } ], @@ -817513,7 +831907,7 @@ "fileName": "core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", "line": 29, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts#L29" } ] } @@ -817521,7 +831915,7 @@ } }, { - "id": 20209, + "id": 3669, "name": "UpdateShippingProfilesStepInput", "variant": "declaration", "kind": 2097152, @@ -817539,20 +831933,20 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 20210, + "id": 3670, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20211, + "id": 3671, "name": "update", "variant": "declaration", "kind": 1024, @@ -817570,7 +831964,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L19" } ], "type": { @@ -817584,7 +831978,7 @@ } }, { - "id": 20212, + "id": 3672, "name": "selector", "variant": "declaration", "kind": 1024, @@ -817602,7 +831996,7 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L23" } ], "type": { @@ -817620,8 +832014,8 @@ { "title": "Properties", "children": [ - 20211, - 20212 + 3671, + 3672 ] } ], @@ -817630,14 +832024,14 @@ "fileName": "core-flows/src/fulfillment/steps/update-shipping-profiles.ts", "line": 15, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts#L15" } ] } } }, { - "id": 20225, + "id": 3685, "name": "UpsertShippingOptionsStepInput", "variant": "declaration", "kind": 2097152, @@ -817655,7 +832049,7 @@ "fileName": "core-flows/src/fulfillment/steps/upsert-shipping-options.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts#L17" } ], "type": { @@ -817703,7 +832097,7 @@ } }, { - "id": 20238, + "id": 3698, "name": "ValidateShipmentStepInput", "variant": "declaration", "kind": 2097152, @@ -817721,7 +832115,7 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipment.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts#L8" } ], "type": { @@ -817730,7 +832124,7 @@ } }, { - "id": 20282, + "id": 3742, "name": "ValidateShippingOptionPricesStepInput", "variant": "declaration", "kind": 2097152, @@ -817748,7 +832142,7 @@ "fileName": "core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts#L12" } ], "type": { @@ -817781,7 +832175,7 @@ } }, { - "id": 20289, + "id": 3749, "name": "BatchShippingOptionRulesInput", "variant": "declaration", "kind": 256, @@ -817796,7 +832190,7 @@ }, "children": [ { - "id": 20290, + "id": 3750, "name": "create", "variant": "declaration", "kind": 1024, @@ -817838,7 +832232,7 @@ } }, { - "id": 20291, + "id": 3751, "name": "update", "variant": "declaration", "kind": 1024, @@ -817880,7 +832274,7 @@ } }, { - "id": 20292, + "id": 3752, "name": "delete", "variant": "declaration", "kind": 1024, @@ -817921,9 +832315,9 @@ { "title": "Properties", "children": [ - 20290, - 20291, - 20292 + 3750, + 3751, + 3752 ] } ], @@ -817932,7 +832326,7 @@ "fileName": "core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", "line": 28, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L28" } ], "extendedTypes": [ @@ -817968,7 +832362,7 @@ ] }, { - "id": 20293, + "id": 3753, "name": "BatchShippingOptionRulesOutput", "variant": "declaration", "kind": 256, @@ -817983,7 +832377,7 @@ }, "children": [ { - "id": 20294, + "id": 3754, "name": "created", "variant": "declaration", "kind": 1024, @@ -818024,7 +832418,7 @@ } }, { - "id": 20295, + "id": 3755, "name": "updated", "variant": "declaration", "kind": 1024, @@ -818065,7 +832459,7 @@ } }, { - "id": 20296, + "id": 3756, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -818105,9 +832499,9 @@ { "title": "Properties", "children": [ - 20294, - 20295, - 20296 + 3754, + 3755, + 3756 ] } ], @@ -818116,7 +832510,7 @@ "fileName": "core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", "line": 40, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts#L40" } ], "extendedTypes": [ @@ -818143,7 +832537,7 @@ ] }, { - "id": 20336, + "id": 3796, "name": "CancelFulfillmentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -818161,20 +832555,20 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 20337, + "id": 3797, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20338, + "id": 3798, "name": "id", "variant": "declaration", "kind": 1024, @@ -818192,7 +832586,7 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L11" } ], "type": { @@ -818205,7 +832599,7 @@ { "title": "Properties", "children": [ - 20338 + 3798 ] } ], @@ -818214,14 +832608,14 @@ "fileName": "core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", "line": 7, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts#L7" } ] } } }, { - "id": 20497, + "id": 3957, "name": "CreateServiceZonesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -818239,7 +832633,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-service-zones.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts#L12" } ], "type": { @@ -818256,7 +832650,7 @@ } }, { - "id": 20590, + "id": 4050, "name": "CreateShippingOptionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -818274,7 +832668,7 @@ "fileName": "core-flows/src/fulfillment/workflows/create-shipping-options.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts#L20" } ], "type": { @@ -818292,7 +832686,7 @@ } }, { - "id": 20661, + "id": 4121, "name": "DeleteFulfillmentSetsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -818310,20 +832704,20 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 20662, + "id": 4122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20663, + "id": 4123, "name": "ids", "variant": "declaration", "kind": 1024, @@ -818341,7 +832735,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L13" } ], "type": { @@ -818357,7 +832751,7 @@ { "title": "Properties", "children": [ - 20663 + 4123 ] } ], @@ -818366,14 +832760,14 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", "line": 9, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts#L9" } ] } } }, { - "id": 20708, + "id": 4168, "name": "DeleteServiceZonesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -818391,20 +832785,20 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 20709, + "id": 4169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20710, + "id": 4170, "name": "ids", "variant": "declaration", "kind": 1024, @@ -818422,7 +832816,7 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L11" } ], "type": { @@ -818438,7 +832832,7 @@ { "title": "Properties", "children": [ - 20710 + 4170 ] } ], @@ -818447,14 +832841,14 @@ "fileName": "core-flows/src/fulfillment/workflows/delete-service-zones.ts", "line": 7, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts#L7" } ] } } }, { - "id": 20805, + "id": 4265, "name": "MarkFulfillmentAsDeliveredInput", "variant": "declaration", "kind": 2097152, @@ -818472,20 +832866,20 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 57, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 20806, + "id": 4266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 20807, + "id": 4267, "name": "id", "variant": "declaration", "kind": 1024, @@ -818503,7 +832897,7 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 61, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L61" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L61" } ], "type": { @@ -818516,7 +832910,7 @@ { "title": "Properties", "children": [ - 20807 + 4267 ] } ], @@ -818525,14 +832919,14 @@ "fileName": "core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", "line": 57, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L57" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts#L57" } ] } } }, { - "id": 20922, + "id": 4382, "name": "UpdateServiceZonesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -818550,7 +832944,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-service-zones.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts#L12" } ], "type": { @@ -818567,7 +832961,7 @@ } }, { - "id": 20958, + "id": 4418, "name": "UpdateShippingOptionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -818585,7 +832979,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-options.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts#L20" } ], "type": { @@ -818603,7 +832997,7 @@ } }, { - "id": 20998, + "id": 4458, "name": "UpdateShippingProfilesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -818621,7 +833015,7 @@ "fileName": "core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts#L12" } ], "type": { @@ -818636,7 +833030,7 @@ } }, { - "id": 21401, + "id": 4861, "name": "AdjustInventoryLevelsStepInput", "variant": "declaration", "kind": 2097152, @@ -818654,7 +833048,7 @@ "fileName": "core-flows/src/inventory/steps/adjust-inventory-levels.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts#L9" } ], "type": { @@ -818672,7 +833066,7 @@ } }, { - "id": 21414, + "id": 4874, "name": "AttachInventoryItemToVariantsStepInput", "variant": "declaration", "kind": 2097152, @@ -818690,7 +833084,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L8" } ], "type": { @@ -818698,14 +833092,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21415, + "id": 4875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21416, + "id": 4876, "name": "inventoryItemId", "variant": "declaration", "kind": 1024, @@ -818723,7 +833117,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L12" } ], "type": { @@ -818732,7 +833126,7 @@ } }, { - "id": 21417, + "id": 4877, "name": "tag", "variant": "declaration", "kind": 1024, @@ -818750,7 +833144,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L16" } ], "type": { @@ -818763,8 +833157,8 @@ { "title": "Properties", "children": [ - 21416, - 21417 + 4876, + 4877 ] } ], @@ -818773,7 +833167,7 @@ "fileName": "core-flows/src/inventory/steps/attach-inventory-items.ts", "line": 8, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts#L8" } ] } @@ -818781,7 +833175,7 @@ } }, { - "id": 21430, + "id": 4890, "name": "CreateInventoryItemsStepInput", "variant": "declaration", "kind": 2097152, @@ -818799,7 +833193,7 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-items.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-items.ts#L9" } ], "type": { @@ -818817,7 +833211,7 @@ } }, { - "id": 21443, + "id": 4903, "name": "CreateInventoryLevelsStepInput", "variant": "declaration", "kind": 2097152, @@ -818835,7 +833229,7 @@ "fileName": "core-flows/src/inventory/steps/create-inventory-levels.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts#L9" } ], "type": { @@ -818853,14 +833247,14 @@ } }, { - "id": 21456, + "id": 4916, "name": "ValidateInventoryDeleteStepInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 21457, + "id": 4917, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -818870,7 +833264,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -818878,14 +833272,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21458, + "id": 4918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21459, + "id": 4919, "name": "id", "variant": "declaration", "kind": 1024, @@ -818895,7 +833289,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -818904,7 +833298,7 @@ } }, { - "id": 21460, + "id": 4920, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -818914,7 +833308,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 33, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ], "type": { @@ -818932,8 +833326,8 @@ { "title": "Properties", "children": [ - 21459, - 21460 + 4919, + 4920 ] } ], @@ -818942,7 +833336,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 7, "character": 19, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L7" } ] } @@ -818954,7 +833348,7 @@ { "title": "Properties", "children": [ - 21457 + 4917 ] } ], @@ -818963,12 +833357,12 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 6, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L6" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L6" } ] }, { - "id": 21473, + "id": 4933, "name": "DeleteInventoryItemStepInput", "variant": "declaration", "kind": 2097152, @@ -818986,7 +833380,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-items.ts", "line": 32, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts#L32" } ], "type": { @@ -818998,7 +833392,7 @@ } }, { - "id": 21480, + "id": 4940, "name": "DeleteInventoryLevelsStepInput", "variant": "declaration", "kind": 2097152, @@ -819016,7 +833410,7 @@ "fileName": "core-flows/src/inventory/steps/delete-inventory-levels.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts#L9" } ], "type": { @@ -819028,7 +833422,7 @@ } }, { - "id": 21487, + "id": 4947, "name": "UpdateInventoryItemsStepInput", "variant": "declaration", "kind": 2097152, @@ -819046,7 +833440,7 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-items.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-items.ts#L13" } ], "type": { @@ -819064,7 +833458,7 @@ } }, { - "id": 21500, + "id": 4960, "name": "UpdateInventoryLevelsStepInput", "variant": "declaration", "kind": 2097152, @@ -819082,7 +833476,7 @@ "fileName": "core-flows/src/inventory/steps/update-inventory-levels.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts#L13" } ], "type": { @@ -819100,7 +833494,7 @@ } }, { - "id": 21513, + "id": 4973, "name": "ValidateInventoryLocationsStepInput", "variant": "declaration", "kind": 2097152, @@ -819118,7 +833512,7 @@ "fileName": "core-flows/src/inventory/steps/validate-inventory-locations.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts#L13" } ], "type": { @@ -819136,7 +833530,7 @@ } }, { - "id": 21526, + "id": 4986, "name": "ValidateInventoryItemsForCreateStepInput", "variant": "declaration", "kind": 2097152, @@ -819154,7 +833548,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" } ], "type": { @@ -819162,14 +833556,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21527, + "id": 4987, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21528, + "id": 4988, "name": "tag", "variant": "declaration", "kind": 1024, @@ -819189,7 +833583,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L15" } ], "type": { @@ -819202,7 +833596,7 @@ { "title": "Properties", "children": [ - 21528 + 4988 ] } ], @@ -819211,7 +833605,7 @@ "fileName": "core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", "line": 11, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts#L11" } ] } @@ -819219,7 +833613,7 @@ } }, { - "id": 21069, + "id": 4529, "name": "BatchInventoryItemLevelsWorkflowInput", "variant": "declaration", "kind": 256, @@ -819234,7 +833628,7 @@ }, "children": [ { - "id": 21070, + "id": 4530, "name": "force", "variant": "declaration", "kind": 1024, @@ -819265,7 +833659,7 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L34" } ], "type": { @@ -819274,7 +833668,7 @@ } }, { - "id": 21071, + "id": 4531, "name": "create", "variant": "declaration", "kind": 1024, @@ -819316,7 +833710,7 @@ } }, { - "id": 21072, + "id": 4532, "name": "update", "variant": "declaration", "kind": 1024, @@ -819358,7 +833752,7 @@ } }, { - "id": 21073, + "id": 4533, "name": "delete", "variant": "declaration", "kind": 1024, @@ -819399,10 +833793,10 @@ { "title": "Properties", "children": [ - 21070, - 21071, - 21072, - 21073 + 4530, + 4531, + 4532, + 4533 ] } ], @@ -819411,7 +833805,7 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 19, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L19" } ], "extendedTypes": [ @@ -819449,7 +833843,7 @@ ] }, { - "id": 21074, + "id": 4534, "name": "BatchInventoryItemLevelsWorkflowOutput", "variant": "declaration", "kind": 256, @@ -819464,7 +833858,7 @@ }, "children": [ { - "id": 21075, + "id": 4535, "name": "created", "variant": "declaration", "kind": 1024, @@ -819505,7 +833899,7 @@ } }, { - "id": 21076, + "id": 4536, "name": "updated", "variant": "declaration", "kind": 1024, @@ -819546,7 +833940,7 @@ } }, { - "id": 21077, + "id": 4537, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -819586,9 +833980,9 @@ { "title": "Properties", "children": [ - 21075, - 21076, - 21077 + 4535, + 4536, + 4537 ] } ], @@ -819597,7 +833991,7 @@ "fileName": "core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", "line": 44, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts#L44" } ], "extendedTypes": [ @@ -819624,14 +834018,14 @@ ] }, { - "id": 21117, + "id": 4577, "name": "BulkCreateDeleteLevelsWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 21118, + "id": 4578, "name": "creates", "variant": "declaration", "kind": 1024, @@ -819641,7 +834035,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L14" } ], "type": { @@ -819658,7 +834052,7 @@ } }, { - "id": 21119, + "id": 4579, "name": "deletes", "variant": "declaration", "kind": 1024, @@ -819668,7 +834062,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -819676,14 +834070,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 21120, + "id": 4580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21121, + "id": 4581, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -819693,7 +834087,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 13, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -819702,7 +834096,7 @@ } }, { - "id": 21122, + "id": 4582, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -819712,7 +834106,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ], "type": { @@ -819725,8 +834119,8 @@ { "title": "Properties", "children": [ - 21121, - 21122 + 4581, + 4582 ] } ], @@ -819735,7 +834129,7 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 15, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L15" } ] } @@ -819747,8 +834141,8 @@ { "title": "Properties", "children": [ - 21118, - 21119 + 4578, + 4579 ] } ], @@ -819757,12 +834151,12 @@ "fileName": "core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts#L13" } ] }, { - "id": 21158, + "id": 4618, "name": "CreateInventoryItemsWorkflowInput", "variant": "declaration", "kind": 256, @@ -819777,7 +834171,7 @@ }, "children": [ { - "id": 21159, + "id": 4619, "name": "items", "variant": "declaration", "kind": 1024, @@ -819795,7 +834189,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" } ], "type": { @@ -819815,14 +834209,14 @@ { "type": "reflection", "declaration": { - "id": 21160, + "id": 4620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21161, + "id": 4621, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -819842,7 +834236,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L30" } ], "type": { @@ -819863,7 +834257,7 @@ { "title": "Properties", "children": [ - 21161 + 4621 ] } ], @@ -819872,7 +834266,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 26, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L26" } ] } @@ -819886,7 +834280,7 @@ { "title": "Properties", "children": [ - 21159 + 4619 ] } ], @@ -819895,12 +834289,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-items.ts", "line": 22, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts#L22" } ] }, { - "id": 21197, + "id": 4657, "name": "CreateInventoryLevelsWorkflowInput", "variant": "declaration", "kind": 256, @@ -819915,7 +834309,7 @@ }, "children": [ { - "id": 21198, + "id": 4658, "name": "inventory_levels", "variant": "declaration", "kind": 1024, @@ -819933,7 +834327,7 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L19" } ], "type": { @@ -819954,7 +834348,7 @@ { "title": "Properties", "children": [ - 21198 + 4658 ] } ], @@ -819963,12 +834357,12 @@ "fileName": "core-flows/src/inventory/workflows/create-inventory-levels.ts", "line": 15, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts#L15" } ] }, { - "id": 21234, + "id": 4694, "name": "DeleteInventoryItemWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -819986,7 +834380,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-items.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L15" } ], "type": { @@ -819998,7 +834392,7 @@ } }, { - "id": 21235, + "id": 4695, "name": "DeleteInventoryItemWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -820016,7 +834410,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-items.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts#L20" } ], "type": { @@ -820028,7 +834422,7 @@ } }, { - "id": 21271, + "id": 4731, "name": "ValidateInventoryLevelsDeleteStepInput", "variant": "declaration", "kind": 2097152, @@ -820046,20 +834440,20 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 21272, + "id": 4732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21273, + "id": 4733, "name": "inventoryLevels", "variant": "declaration", "kind": 1024, @@ -820077,7 +834471,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L24" } ], "type": { @@ -820094,7 +834488,7 @@ } }, { - "id": 21274, + "id": 4734, "name": "force", "variant": "declaration", "kind": 1024, @@ -820114,7 +834508,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L28" } ], "type": { @@ -820127,8 +834521,8 @@ { "title": "Properties", "children": [ - 21273, - 21274 + 4733, + 4734 ] } ], @@ -820137,14 +834531,14 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 20, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L20" } ] } } }, { - "id": 21286, + "id": 4746, "name": "DeleteInventoryLevelsWorkflowInput", "variant": "declaration", "kind": 256, @@ -820159,7 +834553,7 @@ }, "children": [ { - "id": 21287, + "id": 4747, "name": "force", "variant": "declaration", "kind": 1024, @@ -820179,7 +834573,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L103" } ], "type": { @@ -820188,7 +834582,7 @@ } }, { - "id": 21294, + "id": 4754, "name": "$and", "variant": "declaration", "kind": 1024, @@ -820255,7 +834649,7 @@ } }, { - "id": 21295, + "id": 4755, "name": "$or", "variant": "declaration", "kind": 1024, @@ -820322,7 +834716,7 @@ } }, { - "id": 21288, + "id": 4748, "name": "id", "variant": "declaration", "kind": 1024, @@ -820368,7 +834762,7 @@ } }, { - "id": 21289, + "id": 4749, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -820414,7 +834808,7 @@ } }, { - "id": 21290, + "id": 4750, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -820460,7 +834854,7 @@ } }, { - "id": 21291, + "id": 4751, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -820527,7 +834921,7 @@ } }, { - "id": 21292, + "id": 4752, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -820594,7 +834988,7 @@ } }, { - "id": 21293, + "id": 4753, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -820665,15 +835059,15 @@ { "title": "Properties", "children": [ - 21287, - 21294, - 21295, - 21288, - 21289, - 21290, - 21291, - 21292, - 21293 + 4747, + 4754, + 4755, + 4748, + 4749, + 4750, + 4751, + 4752, + 4753 ] } ], @@ -820682,7 +835076,7 @@ "fileName": "core-flows/src/inventory/workflows/delete-inventory-levels.ts", "line": 98, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts#L98" } ], "extendedTypes": [ @@ -820698,7 +835092,7 @@ ] }, { - "id": 21325, + "id": 4785, "name": "UpdateInventoryItemsWorkflowInput", "variant": "declaration", "kind": 256, @@ -820713,7 +835107,7 @@ }, "children": [ { - "id": 21326, + "id": 4786, "name": "updates", "variant": "declaration", "kind": 1024, @@ -820731,7 +835125,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L17" } ], "type": { @@ -820752,7 +835146,7 @@ { "title": "Properties", "children": [ - 21326 + 4786 ] } ], @@ -820761,12 +835155,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L13" } ] }, { - "id": 21327, + "id": 4787, "name": "UpdateInventoryItemsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -820784,7 +835178,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-items.ts", "line": 23, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts#L23" } ], "type": { @@ -820802,7 +835196,7 @@ } }, { - "id": 21363, + "id": 4823, "name": "UpdateInventoryLevelsWorkflowInput", "variant": "declaration", "kind": 256, @@ -820817,7 +835211,7 @@ }, "children": [ { - "id": 21364, + "id": 4824, "name": "updates", "variant": "declaration", "kind": 1024, @@ -820835,7 +835229,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L17" } ], "type": { @@ -820856,7 +835250,7 @@ { "title": "Properties", "children": [ - 21364 + 4824 ] } ], @@ -820865,12 +835259,12 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L13" } ] }, { - "id": 21365, + "id": 4825, "name": "UpdateInventoryLevelsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -820888,7 +835282,7 @@ "fileName": "core-flows/src/inventory/workflows/update-inventory-levels.ts", "line": 23, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts#L23" } ], "type": { @@ -820905,7 +835299,7 @@ } }, { - "id": 21557, + "id": 5017, "name": "DeleteInvitesStepInput", "variant": "declaration", "kind": 2097152, @@ -820923,7 +835317,7 @@ "fileName": "core-flows/src/invite/steps/delete-invites.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/delete-invites.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/delete-invites.ts#L8" } ], "type": { @@ -820935,7 +835329,7 @@ } }, { - "id": 21564, + "id": 5024, "name": "RefreshInviteTokensStepInput", "variant": "declaration", "kind": 2097152, @@ -820953,7 +835347,7 @@ "fileName": "core-flows/src/invite/steps/refresh-invite-tokens.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts#L9" } ], "type": { @@ -820965,7 +835359,7 @@ } }, { - "id": 21577, + "id": 5037, "name": "ValidateTokenStepInput", "variant": "declaration", "kind": 2097152, @@ -820983,7 +835377,7 @@ "fileName": "core-flows/src/invite/steps/validate-token.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/invite/steps/validate-token.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/invite/steps/validate-token.ts#L8" } ], "type": { @@ -820992,7 +835386,7 @@ } }, { - "id": 21749, + "id": 5209, "name": "DeleteLineItemsStepInput", "variant": "declaration", "kind": 2097152, @@ -821010,7 +835404,7 @@ "fileName": "core-flows/src/line-item/steps/delete-line-items.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/delete-line-items.ts#L8" } ], "type": { @@ -821022,7 +835416,7 @@ } }, { - "id": 21756, + "id": 5216, "name": "ListLineItemsStepInput", "variant": "declaration", "kind": 256, @@ -821037,7 +835431,7 @@ }, "children": [ { - "id": 21757, + "id": 5217, "name": "filters", "variant": "declaration", "kind": 1024, @@ -821055,7 +835449,7 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L17" } ], "type": { @@ -821069,7 +835463,7 @@ } }, { - "id": 21758, + "id": 5218, "name": "config", "variant": "declaration", "kind": 1024, @@ -821089,7 +835483,7 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L24" } ], "type": { @@ -821118,8 +835512,8 @@ { "title": "Properties", "children": [ - 21757, - 21758 + 5217, + 5218 ] } ], @@ -821128,12 +835522,12 @@ "fileName": "core-flows/src/line-item/steps/list-line-items.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/steps/list-line-items.ts#L13" } ] }, { - "id": 21783, + "id": 5243, "name": "DeleteLineItemsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -821151,20 +835545,20 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 21784, + "id": 5244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21785, + "id": 5245, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -821182,7 +835576,7 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L12" } ], "type": { @@ -821191,7 +835585,7 @@ } }, { - "id": 21786, + "id": 5246, "name": "ids", "variant": "declaration", "kind": 1024, @@ -821209,7 +835603,7 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L16" } ], "type": { @@ -821225,8 +835619,8 @@ { "title": "Properties", "children": [ - 21785, - 21786 + 5245, + 5246 ] } ], @@ -821235,14 +835629,14 @@ "fileName": "core-flows/src/line-item/workflows/delete-line-items.ts", "line": 8, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/line-item/workflows/delete-line-items.ts#L8" } ] } } }, { - "id": 37140, + "id": 20627, "name": "NotifyOnFailureStepInput", "variant": "declaration", "kind": 2097152, @@ -821260,7 +835654,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L8" } ], "type": { @@ -821268,14 +835662,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 37141, + "id": 20628, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37142, + "id": 20629, "name": "to", "variant": "declaration", "kind": 1024, @@ -821293,7 +835687,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L13" } ], "type": { @@ -821302,7 +835696,7 @@ } }, { - "id": 37143, + "id": 20630, "name": "channel", "variant": "declaration", "kind": 1024, @@ -821328,7 +835722,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L19" } ], "type": { @@ -821337,7 +835731,7 @@ } }, { - "id": 37144, + "id": 20631, "name": "template", "variant": "declaration", "kind": 1024, @@ -821355,7 +835749,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L24" } ], "type": { @@ -821364,7 +835758,7 @@ } }, { - "id": 37145, + "id": 20632, "name": "data", "variant": "declaration", "kind": 1024, @@ -821384,7 +835778,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L29" } ], "type": { @@ -821417,7 +835811,7 @@ } }, { - "id": 37146, + "id": 20633, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -821445,7 +835839,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L33" } ], "type": { @@ -821463,7 +835857,7 @@ } }, { - "id": 37147, + "id": 20634, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -821483,7 +835877,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L38" } ], "type": { @@ -821501,7 +835895,7 @@ } }, { - "id": 37148, + "id": 20635, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -821529,7 +835923,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L42" } ], "type": { @@ -821547,7 +835941,7 @@ } }, { - "id": 37149, + "id": 20636, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -821567,7 +835961,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L46" } ], "type": { @@ -821585,7 +835979,7 @@ } }, { - "id": 37150, + "id": 20637, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -821605,7 +835999,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 50, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L50" } ], "type": { @@ -821623,7 +836017,7 @@ } }, { - "id": 37151, + "id": 20638, "name": "idempotency_key", "variant": "declaration", "kind": 1024, @@ -821643,7 +836037,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L55" } ], "type": { @@ -821665,16 +836059,16 @@ { "title": "Properties", "children": [ - 37142, - 37143, - 37144, - 37145, - 37146, - 37147, - 37148, - 37149, - 37150, - 37151 + 20629, + 20630, + 20631, + 20632, + 20633, + 20634, + 20635, + 20636, + 20637, + 20638 ] } ], @@ -821683,7 +836077,7 @@ "fileName": "core-flows/src/notification/steps/notify-on-failure.ts", "line": 8, "character": 39, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/notify-on-failure.ts#L8" } ] } @@ -821691,7 +836085,7 @@ } }, { - "id": 37116, + "id": 20603, "name": "SendNotificationsStepInput", "variant": "declaration", "kind": 2097152, @@ -821709,7 +836103,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L8" } ], "type": { @@ -821717,14 +836111,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 37117, + "id": 20604, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37118, + "id": 20605, "name": "to", "variant": "declaration", "kind": 1024, @@ -821742,7 +836136,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L13" } ], "type": { @@ -821751,7 +836145,7 @@ } }, { - "id": 37119, + "id": 20606, "name": "channel", "variant": "declaration", "kind": 1024, @@ -821777,7 +836171,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L17" } ], "type": { @@ -821786,7 +836180,7 @@ } }, { - "id": 37120, + "id": 20607, "name": "template", "variant": "declaration", "kind": 1024, @@ -821804,7 +836198,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L22" } ], "type": { @@ -821813,7 +836207,7 @@ } }, { - "id": 37121, + "id": 20608, "name": "data", "variant": "declaration", "kind": 1024, @@ -821833,7 +836227,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L27" } ], "type": { @@ -821866,7 +836260,7 @@ } }, { - "id": 37122, + "id": 20609, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -821894,7 +836288,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L31" } ], "type": { @@ -821912,7 +836306,7 @@ } }, { - "id": 37123, + "id": 20610, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -821932,7 +836326,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L36" } ], "type": { @@ -821950,7 +836344,7 @@ } }, { - "id": 37124, + "id": 20611, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -821978,7 +836372,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L40" } ], "type": { @@ -821996,7 +836390,7 @@ } }, { - "id": 37125, + "id": 20612, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -822016,7 +836410,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L44" } ], "type": { @@ -822034,7 +836428,7 @@ } }, { - "id": 37126, + "id": 20613, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -822054,7 +836448,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L48" } ], "type": { @@ -822072,7 +836466,7 @@ } }, { - "id": 37127, + "id": 20614, "name": "idempotency_key", "variant": "declaration", "kind": 1024, @@ -822092,7 +836486,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L53" } ], "type": { @@ -822114,16 +836508,16 @@ { "title": "Properties", "children": [ - 37118, - 37119, - 37120, - 37121, - 37122, - 37123, - 37124, - 37125, - 37126, - 37127 + 20605, + 20606, + 20607, + 20608, + 20609, + 20610, + 20611, + 20612, + 20613, + 20614 ] } ], @@ -822132,7 +836526,7 @@ "fileName": "core-flows/src/notification/steps/send-notifications.ts", "line": 8, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/notification/steps/send-notifications.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/notification/steps/send-notifications.ts#L8" } ] } @@ -822140,7 +836534,7 @@ } }, { - "id": 21831, + "id": 5291, "name": "AddOrderTransactionStepInput", "variant": "declaration", "kind": 2097152, @@ -822158,7 +836552,7 @@ "fileName": "core-flows/src/order/steps/add-order-transaction.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L8" } ], "type": { @@ -822189,7 +836583,7 @@ } }, { - "id": 21832, + "id": 5292, "name": "AddOrderTransactionStepOutput", "variant": "declaration", "kind": 2097152, @@ -822207,7 +836601,7 @@ "fileName": "core-flows/src/order/steps/add-order-transaction.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/add-order-transaction.ts#L13" } ], "type": { @@ -822238,7 +836632,7 @@ } }, { - "id": 21845, + "id": 5305, "name": "ArchiveOrdersStepInput", "variant": "declaration", "kind": 2097152, @@ -822256,20 +836650,20 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 21846, + "id": 5306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21847, + "id": 5307, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -822287,7 +836681,7 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L12" } ], "type": { @@ -822303,7 +836697,7 @@ { "title": "Properties", "children": [ - 21847 + 5307 ] } ], @@ -822312,14 +836706,14 @@ "fileName": "core-flows/src/order/steps/archive-orders.ts", "line": 8, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/archive-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/archive-orders.ts#L8" } ] } } }, { - "id": 21872, + "id": 5332, "name": "CancelOrdersStepInput", "variant": "declaration", "kind": 2097152, @@ -822337,20 +836731,20 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 21873, + "id": 5333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21874, + "id": 5334, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -822368,7 +836762,7 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L12" } ], "type": { @@ -822380,7 +836774,7 @@ } }, { - "id": 21875, + "id": 5335, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -822400,7 +836794,7 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L16" } ], "type": { @@ -822413,8 +836807,8 @@ { "title": "Properties", "children": [ - 21874, - 21875 + 5334, + 5335 ] } ], @@ -822423,14 +836817,14 @@ "fileName": "core-flows/src/order/steps/cancel-orders.ts", "line": 8, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/cancel-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/cancel-orders.ts#L8" } ] } } }, { - "id": 21894, + "id": 5354, "name": "CreateOrderClaimItemsFromActionsInput", "variant": "declaration", "kind": 2097152, @@ -822448,20 +836842,20 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 21895, + "id": 5355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21896, + "id": 5356, "name": "changes", "variant": "declaration", "kind": 1024, @@ -822479,7 +836873,7 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L15" } ], "type": { @@ -822496,7 +836890,7 @@ } }, { - "id": 21897, + "id": 5357, "name": "claimId", "variant": "declaration", "kind": 1024, @@ -822514,7 +836908,7 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L19" } ], "type": { @@ -822527,8 +836921,8 @@ { "title": "Properties", "children": [ - 21896, - 21897 + 5356, + 5357 ] } ], @@ -822537,14 +836931,14 @@ "fileName": "core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", "line": 11, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts#L11" } ] } } }, { - "id": 21921, + "id": 5381, "name": "DeleteOrderClaimsInput", "variant": "declaration", "kind": 2097152, @@ -822562,20 +836956,20 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 21922, + "id": 5382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21923, + "id": 5383, "name": "ids", "variant": "declaration", "kind": 1024, @@ -822593,7 +836987,7 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L12" } ], "type": { @@ -822609,7 +837003,7 @@ { "title": "Properties", "children": [ - 21923 + 5383 ] } ], @@ -822618,14 +837012,14 @@ "fileName": "core-flows/src/order/steps/claim/delete-claims.ts", "line": 8, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/claim/delete-claims.ts#L8" } ] } } }, { - "id": 21936, + "id": 5396, "name": "CompleteOrdersStepInput", "variant": "declaration", "kind": 2097152, @@ -822643,20 +837037,20 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 21937, + "id": 5397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 21938, + "id": 5398, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -822674,7 +837068,7 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L12" } ], "type": { @@ -822690,7 +837084,7 @@ { "title": "Properties", "children": [ - 21938 + 5398 ] } ], @@ -822699,14 +837093,14 @@ "fileName": "core-flows/src/order/steps/complete-orders.ts", "line": 8, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/complete-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/complete-orders.ts#L8" } ] } } }, { - "id": 21951, + "id": 5411, "name": "CreateOrderLineItemsStepInput", "variant": "declaration", "kind": 256, @@ -822721,7 +837115,7 @@ }, "children": [ { - "id": 21952, + "id": 5412, "name": "items", "variant": "declaration", "kind": 1024, @@ -822739,7 +837133,7 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L12" } ], "type": { @@ -822760,7 +837154,7 @@ { "title": "Properties", "children": [ - 21952 + 5412 ] } ], @@ -822769,12 +837163,12 @@ "fileName": "core-flows/src/order/steps/create-line-items.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-line-items.ts#L8" } ] }, { - "id": 22003, + "id": 5463, "name": "CreateOrdersStepInput", "variant": "declaration", "kind": 2097152, @@ -822792,7 +837186,7 @@ "fileName": "core-flows/src/order/steps/create-orders.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/create-orders.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/create-orders.ts#L8" } ], "type": { @@ -822809,7 +837203,7 @@ } }, { - "id": 22022, + "id": 5482, "name": "DeleteOrderLineItemsStepInput", "variant": "declaration", "kind": 256, @@ -822824,7 +837218,7 @@ }, "children": [ { - "id": 22023, + "id": 5483, "name": "ids", "variant": "declaration", "kind": 1024, @@ -822842,7 +837236,7 @@ "fileName": "core-flows/src/order/steps/delete-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-line-items.ts#L12" } ], "type": { @@ -822858,7 +837252,7 @@ { "title": "Properties", "children": [ - 22023 + 5483 ] } ], @@ -822867,12 +837261,12 @@ "fileName": "core-flows/src/order/steps/delete-line-items.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-line-items.ts#L8" } ] }, { - "id": 22035, + "id": 5495, "name": "DeleteOrderChangeActionsStepInput", "variant": "declaration", "kind": 256, @@ -822887,7 +837281,7 @@ }, "children": [ { - "id": 22036, + "id": 5496, "name": "ids", "variant": "declaration", "kind": 1024, @@ -822905,7 +837299,7 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L12" } ], "type": { @@ -822921,7 +837315,7 @@ { "title": "Properties", "children": [ - 22036 + 5496 ] } ], @@ -822930,12 +837324,12 @@ "fileName": "core-flows/src/order/steps/delete-order-change-actions.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-change-actions.ts#L8" } ] }, { - "id": 22043, + "id": 5503, "name": "DeleteOrderChangesStepInput", "variant": "declaration", "kind": 256, @@ -822950,7 +837344,7 @@ }, "children": [ { - "id": 22044, + "id": 5504, "name": "ids", "variant": "declaration", "kind": 1024, @@ -822968,7 +837362,7 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L12" } ], "type": { @@ -822984,7 +837378,7 @@ { "title": "Properties", "children": [ - 22044 + 5504 ] } ], @@ -822993,12 +837387,12 @@ "fileName": "core-flows/src/order/steps/delete-order-changes.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-changes.ts#L8" } ] }, { - "id": 22057, + "id": 5517, "name": "DeleteOrderShippingMethodsStepInput", "variant": "declaration", "kind": 256, @@ -823013,7 +837407,7 @@ }, "children": [ { - "id": 22058, + "id": 5518, "name": "ids", "variant": "declaration", "kind": 1024, @@ -823031,7 +837425,7 @@ "fileName": "core-flows/src/order/steps/delete-order-shipping-methods.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L12" } ], "type": { @@ -823047,7 +837441,7 @@ { "title": "Properties", "children": [ - 22058 + 5518 ] } ], @@ -823056,12 +837450,12 @@ "fileName": "core-flows/src/order/steps/delete-order-shipping-methods.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts#L8" } ] }, { - "id": 22088, + "id": 5548, "name": "CreateOrderExchangeItemsFromActionsInput", "variant": "declaration", "kind": 2097152, @@ -823079,20 +837473,20 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 22089, + "id": 5549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22090, + "id": 5550, "name": "changes", "variant": "declaration", "kind": 1024, @@ -823110,7 +837504,7 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L16" } ], "type": { @@ -823127,7 +837521,7 @@ } }, { - "id": 22091, + "id": 5551, "name": "exchangeId", "variant": "declaration", "kind": 1024, @@ -823145,7 +837539,7 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L20" } ], "type": { @@ -823158,8 +837552,8 @@ { "title": "Properties", "children": [ - 22090, - 22091 + 5550, + 5551 ] } ], @@ -823168,14 +837562,14 @@ "fileName": "core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", "line": 12, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts#L12" } ] } } }, { - "id": 22103, + "id": 5563, "name": "DeleteOrderExchangesInput", "variant": "declaration", "kind": 2097152, @@ -823193,20 +837587,20 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 22104, + "id": 5564, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22105, + "id": 5565, "name": "ids", "variant": "declaration", "kind": 1024, @@ -823224,7 +837618,7 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L12" } ], "type": { @@ -823240,7 +837634,7 @@ { "title": "Properties", "children": [ - 22105 + 5565 ] } ], @@ -823249,14 +837643,14 @@ "fileName": "core-flows/src/order/steps/exchange/delete-exchanges.ts", "line": 8, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts#L8" } ] } } }, { - "id": 22118, + "id": 5578, "name": "PreviewOrderChangeStepInput", "variant": "declaration", "kind": 2097152, @@ -823274,7 +837668,7 @@ "fileName": "core-flows/src/order/steps/preview-order-change.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/preview-order-change.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/preview-order-change.ts#L8" } ], "type": { @@ -823283,7 +837677,7 @@ } }, { - "id": 22213, + "id": 5673, "name": "RegisterOrderChangeStepInput", "variant": "declaration", "kind": 2097152, @@ -823301,7 +837695,7 @@ "fileName": "core-flows/src/order/steps/register-order-changes.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/register-order-changes.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/register-order-changes.ts#L11" } ], "type": { @@ -823318,7 +837712,7 @@ } }, { - "id": 22281, + "id": 5741, "name": "DeleteReturnStepInput", "variant": "declaration", "kind": 2097152, @@ -823336,20 +837730,20 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 22282, + "id": 5742, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22283, + "id": 5743, "name": "ids", "variant": "declaration", "kind": 1024, @@ -823367,7 +837761,7 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L12" } ], "type": { @@ -823383,7 +837777,7 @@ { "title": "Properties", "children": [ - 22283 + 5743 ] } ], @@ -823392,14 +837786,14 @@ "fileName": "core-flows/src/order/steps/return/delete-returns.ts", "line": 8, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/delete-returns.ts#L8" } ] } } }, { - "id": 22296, + "id": 5756, "name": "UpdateReturnItemBySelector", "variant": "declaration", "kind": 2097152, @@ -823417,7 +837811,7 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 10, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L10" } ], "type": { @@ -823425,14 +837819,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 22297, + "id": 5757, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22298, + "id": 5758, "name": "id", "variant": "declaration", "kind": 1024, @@ -823450,7 +837844,7 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L14" } ], "type": { @@ -823463,7 +837857,7 @@ { "title": "Properties", "children": [ - 22298 + 5758 ] } ], @@ -823472,12 +837866,12 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 10, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L10" } ], "indexSignatures": [ { - "id": 22299, + "id": 5759, "name": "__index", "variant": "signature", "kind": 8192, @@ -823495,12 +837889,12 @@ "fileName": "core-flows/src/order/steps/return/update-return-items.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-return-items.ts#L18" } ], "parameters": [ { - "id": 22300, + "id": 5760, "name": "key", "variant": "param", "kind": 32768, @@ -823522,7 +837916,7 @@ } }, { - "id": 22307, + "id": 5767, "name": "UpdateReturnsStepInput", "variant": "declaration", "kind": 2097152, @@ -823540,7 +837934,7 @@ "fileName": "core-flows/src/order/steps/return/update-returns.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/return/update-returns.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/return/update-returns.ts#L11" } ], "type": { @@ -823557,7 +837951,7 @@ } }, { - "id": 22314, + "id": 5774, "name": "SetOrderTaxLinesForItemsStepInput", "variant": "declaration", "kind": 256, @@ -823572,7 +837966,7 @@ }, "children": [ { - "id": 22315, + "id": 5775, "name": "order", "variant": "declaration", "kind": 1024, @@ -823590,7 +837984,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L19" } ], "type": { @@ -823604,7 +837998,7 @@ } }, { - "id": 22316, + "id": 5776, "name": "item_tax_lines", "variant": "declaration", "kind": 1024, @@ -823622,7 +838016,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L23" } ], "type": { @@ -823639,7 +838033,7 @@ } }, { - "id": 22317, + "id": 5777, "name": "shipping_tax_lines", "variant": "declaration", "kind": 1024, @@ -823657,7 +838051,7 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L27" } ], "type": { @@ -823678,9 +838072,9 @@ { "title": "Properties", "children": [ - 22315, - 22316, - 22317 + 5775, + 5776, + 5777 ] } ], @@ -823689,12 +838083,12 @@ "fileName": "core-flows/src/order/steps/set-tax-lines-for-items.ts", "line": 15, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts#L15" } ] }, { - "id": 22324, + "id": 5784, "name": "UpdateOrderChangeActionsStepInput", "variant": "declaration", "kind": 2097152, @@ -823712,7 +838106,7 @@ "fileName": "core-flows/src/order/steps/update-order-change-actions.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-change-actions.ts#L15" } ], "type": { @@ -823729,7 +838123,7 @@ } }, { - "id": 22337, + "id": 5797, "name": "UpdateOrderChangesStepInput", "variant": "declaration", "kind": 2097152, @@ -823747,7 +838141,7 @@ "fileName": "core-flows/src/order/steps/update-order-changes.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-order-changes.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-order-changes.ts#L14" } ], "type": { @@ -823764,7 +838158,7 @@ } }, { - "id": 22350, + "id": 5810, "name": "UpdateOrdersStepInput", "variant": "declaration", "kind": 2097152, @@ -823782,20 +838176,20 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 22351, + "id": 5811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22352, + "id": 5812, "name": "selector", "variant": "declaration", "kind": 1024, @@ -823813,7 +838207,7 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L19" } ], "type": { @@ -823827,7 +838221,7 @@ } }, { - "id": 22353, + "id": 5813, "name": "update", "variant": "declaration", "kind": 1024, @@ -823845,7 +838239,7 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L23" } ], "type": { @@ -823863,8 +838257,8 @@ { "title": "Properties", "children": [ - 22352, - 22353 + 5812, + 5813 ] } ], @@ -823873,14 +838267,14 @@ "fileName": "core-flows/src/order/steps/update-orders.ts", "line": 15, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-orders.ts#L15" } ] } } }, { - "id": 22366, + "id": 5826, "name": "UpdateOrderShippingMethodsStepInput", "variant": "declaration", "kind": 2097152, @@ -823898,7 +838292,7 @@ "fileName": "core-flows/src/order/steps/update-shipping-methods.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/steps/update-shipping-methods.ts#L14" } ], "type": { @@ -823915,7 +838309,7 @@ } }, { - "id": 22379, + "id": 5839, "name": "OrderAddLineItemWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -823933,7 +838327,7 @@ "fileName": "core-flows/src/order/workflows/add-line-items.ts", "line": 54, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/add-line-items.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/add-line-items.ts#L54" } ], "type": { @@ -823950,7 +838344,7 @@ } }, { - "id": 22415, + "id": 5875, "name": "ArchiveOrdersWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -823968,20 +838362,20 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 22416, + "id": 5876, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22417, + "id": 5877, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -823999,7 +838393,7 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L19" } ], "type": { @@ -824015,7 +838409,7 @@ { "title": "Properties", "children": [ - 22417 + 5877 ] } ], @@ -824024,14 +838418,14 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 15, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L15" } ] } } }, { - "id": 22418, + "id": 5878, "name": "ArchiveOrdersWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -824049,7 +838443,7 @@ "fileName": "core-flows/src/order/workflows/archive-orders.ts", "line": 25, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/archive-orders.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/archive-orders.ts#L25" } ], "type": { @@ -824066,7 +838460,7 @@ } }, { - "id": 22552, + "id": 6012, "name": "CancelOrderFulfillmentValidateOrderStep", "variant": "declaration", "kind": 2097152, @@ -824084,20 +838478,20 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 34, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 22553, + "id": 6013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22554, + "id": 6014, "name": "order", "variant": "declaration", "kind": 1024, @@ -824115,7 +838509,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" } ], "type": { @@ -824133,14 +838527,14 @@ { "type": "reflection", "declaration": { - "id": 22555, + "id": 6015, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22556, + "id": 6016, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -824158,7 +838552,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 42, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L42" } ], "type": { @@ -824179,7 +838573,7 @@ { "title": "Properties", "children": [ - 22556 + 6016 ] } ], @@ -824188,7 +838582,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 38, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L38" } ] } @@ -824197,7 +838591,7 @@ } }, { - "id": 22557, + "id": 6017, "name": "input", "variant": "declaration", "kind": 1024, @@ -824215,7 +838609,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L47" } ], "type": { @@ -824234,8 +838628,8 @@ { "title": "Properties", "children": [ - 22554, - 22557 + 6014, + 6017 ] } ], @@ -824244,14 +838638,14 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 34, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L34" } ] } } }, { - "id": 22569, + "id": 6029, "name": "CancelOrderFulfillmentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -824269,7 +838663,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order-fulfillment.ts", "line": 165, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L165" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts#L165" } ], "type": { @@ -824298,7 +838692,7 @@ } }, { - "id": 22454, + "id": 5914, "name": "CancelValidateOrderStepInput", "variant": "declaration", "kind": 2097152, @@ -824316,20 +838710,20 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 36, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L36" } ], "type": { "type": "reflection", "declaration": { - "id": 22455, + "id": 5915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22456, + "id": 5916, "name": "order", "variant": "declaration", "kind": 1024, @@ -824347,7 +838741,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L40" } ], "type": { @@ -824361,7 +838755,7 @@ } }, { - "id": 22457, + "id": 5917, "name": "input", "variant": "declaration", "kind": 1024, @@ -824379,7 +838773,7 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L44" } ], "type": { @@ -824398,8 +838792,8 @@ { "title": "Properties", "children": [ - 22456, - 22457 + 5916, + 5917 ] } ], @@ -824408,14 +838802,14 @@ "fileName": "core-flows/src/order/workflows/cancel-order.ts", "line": 36, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/cancel-order.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/cancel-order.ts#L36" } ] } } }, { - "id": 22610, + "id": 6070, "name": "BeginClaimOrderValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -824433,20 +838827,20 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 21, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 22611, + "id": 6071, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22612, + "id": 6072, "name": "order", "variant": "declaration", "kind": 1024, @@ -824464,7 +838858,7 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L25" } ], "type": { @@ -824482,7 +838876,7 @@ { "title": "Properties", "children": [ - 22612 + 6072 ] } ], @@ -824491,14 +838885,14 @@ "fileName": "core-flows/src/order/workflows/claim/begin-order-claim.ts", "line": 21, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts#L21" } ] } } }, { - "id": 22685, + "id": 6145, "name": "CancelBeginOrderClaimValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -824516,20 +838910,20 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 22686, + "id": 6146, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22687, + "id": 6147, "name": "order", "variant": "declaration", "kind": 1024, @@ -824547,7 +838941,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L33" } ], "type": { @@ -824561,7 +838955,7 @@ } }, { - "id": 22688, + "id": 6148, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -824579,7 +838973,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L37" } ], "type": { @@ -824593,7 +838987,7 @@ } }, { - "id": 22689, + "id": 6149, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -824611,7 +839005,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L41" } ], "type": { @@ -824629,9 +839023,9 @@ { "title": "Properties", "children": [ - 22687, - 22688, - 22689 + 6147, + 6148, + 6149 ] } ], @@ -824640,14 +839034,14 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 29, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L29" } ] } } }, { - "id": 22701, + "id": 6161, "name": "CancelBeginOrderClaimWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -824665,20 +839059,20 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 87, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 22702, + "id": 6162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22703, + "id": 6163, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -824696,7 +839090,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L91" } ], "type": { @@ -824709,7 +839103,7 @@ { "title": "Properties", "children": [ - 22703 + 6163 ] } ], @@ -824718,14 +839112,14 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", "line": 87, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts#L87" } ] } } }, { - "id": 22748, + "id": 6208, "name": "CancelClaimValidateOrderStepInput", "variant": "declaration", "kind": 2097152, @@ -824743,20 +839137,20 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 24, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 22749, + "id": 6209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22750, + "id": 6210, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -824774,7 +839168,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L28" } ], "type": { @@ -824788,7 +839182,7 @@ } }, { - "id": 22751, + "id": 6211, "name": "input", "variant": "declaration", "kind": 1024, @@ -824806,7 +839200,7 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L32" } ], "type": { @@ -824825,8 +839219,8 @@ { "title": "Properties", "children": [ - 22750, - 22751 + 6210, + 6211 ] } ], @@ -824835,14 +839229,14 @@ "fileName": "core-flows/src/order/workflows/claim/cancel-claim.ts", "line": 24, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts#L24" } ] } } }, { - "id": 22807, + "id": 6267, "name": "OrderClaimAddNewItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -824860,20 +839254,20 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 22808, + "id": 6268, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22809, + "id": 6269, "name": "order", "variant": "declaration", "kind": 1024, @@ -824891,7 +839285,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L33" } ], "type": { @@ -824905,7 +839299,7 @@ } }, { - "id": 22810, + "id": 6270, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -824923,7 +839317,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L37" } ], "type": { @@ -824937,7 +839331,7 @@ } }, { - "id": 22811, + "id": 6271, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -824955,7 +839349,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L41" } ], "type": { @@ -824973,9 +839367,9 @@ { "title": "Properties", "children": [ - 22809, - 22810, - 22811 + 6269, + 6270, + 6271 ] } ], @@ -824984,14 +839378,14 @@ "fileName": "core-flows/src/order/workflows/claim/claim-add-new-item.ts", "line": 29, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts#L29" } ] } } }, { - "id": 22934, + "id": 6394, "name": "OrderClaimItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -825009,20 +839403,20 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 27, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L27" } ], "type": { "type": "reflection", "declaration": { - "id": 22935, + "id": 6395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 22936, + "id": 6396, "name": "order", "variant": "declaration", "kind": 1024, @@ -825040,7 +839434,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L31" } ], "type": { @@ -825054,7 +839448,7 @@ } }, { - "id": 22937, + "id": 6397, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -825072,7 +839466,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L35" } ], "type": { @@ -825086,7 +839480,7 @@ } }, { - "id": 22938, + "id": 6398, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -825104,7 +839498,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L39" } ], "type": { @@ -825122,9 +839516,9 @@ { "title": "Properties", "children": [ - 22936, - 22937, - 22938 + 6396, + 6397, + 6398 ] } ], @@ -825133,14 +839527,14 @@ "fileName": "core-flows/src/order/workflows/claim/claim-item.ts", "line": 27, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-item.ts#L27" } ] } } }, { - "id": 23069, + "id": 6529, "name": "OrderClaimRequestItemReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -825158,20 +839552,20 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 23070, + "id": 6530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23071, + "id": 6531, "name": "order", "variant": "declaration", "kind": 1024, @@ -825189,7 +839583,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L37" } ], "type": { @@ -825203,7 +839597,7 @@ } }, { - "id": 23072, + "id": 6532, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -825221,7 +839615,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L41" } ], "type": { @@ -825235,7 +839629,7 @@ } }, { - "id": 23073, + "id": 6533, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -825253,7 +839647,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L45" } ], "type": { @@ -825267,7 +839661,7 @@ } }, { - "id": 23074, + "id": 6534, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -825285,7 +839679,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L49" } ], "type": { @@ -825299,7 +839693,7 @@ } }, { - "id": 23075, + "id": 6535, "name": "items", "variant": "declaration", "kind": 1024, @@ -825317,7 +839711,7 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L53" } ], "type": { @@ -825343,11 +839737,11 @@ { "title": "Properties", "children": [ - 23071, - 23072, - 23073, - 23074, - 23075 + 6531, + 6532, + 6533, + 6534, + 6535 ] } ], @@ -825356,14 +839750,14 @@ "fileName": "core-flows/src/order/workflows/claim/claim-request-item-return.ts", "line": 33, "character": 61, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts#L33" } ] } } }, { - "id": 23198, + "id": 6658, "name": "ConfirmClaimRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -825381,20 +839775,20 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 60, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L60" } ], "type": { "type": "reflection", "declaration": { - "id": 23199, + "id": 6659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23200, + "id": 6660, "name": "order", "variant": "declaration", "kind": 1024, @@ -825412,7 +839806,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L64" } ], "type": { @@ -825426,7 +839820,7 @@ } }, { - "id": 23201, + "id": 6661, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -825444,7 +839838,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 68, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L68" } ], "type": { @@ -825458,7 +839852,7 @@ } }, { - "id": 23202, + "id": 6662, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -825476,7 +839870,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L72" } ], "type": { @@ -825494,9 +839888,9 @@ { "title": "Properties", "children": [ - 23200, - 23201, - 23202 + 6660, + 6661, + 6662 ] } ], @@ -825505,14 +839899,14 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 60, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L60" } ] } } }, { - "id": 23214, + "id": 6674, "name": "ConfirmClaimRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -825530,20 +839924,20 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 260, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L260" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L260" } ], "type": { "type": "reflection", "declaration": { - "id": 23215, + "id": 6675, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23216, + "id": 6676, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -825561,7 +839955,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 264, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L264" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L264" } ], "type": { @@ -825570,7 +839964,7 @@ } }, { - "id": 23217, + "id": 6677, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -825590,7 +839984,7 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 268, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L268" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L268" } ], "type": { @@ -825603,8 +839997,8 @@ { "title": "Properties", "children": [ - 23216, - 23217 + 6676, + 6677 ] } ], @@ -825613,14 +840007,14 @@ "fileName": "core-flows/src/order/workflows/claim/confirm-claim-request.ts", "line": 260, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L260" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts#L260" } ] } } }, { - "id": 23329, + "id": 6789, "name": "CreateClaimShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -825638,20 +840032,20 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 23330, + "id": 6790, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23331, + "id": 6791, "name": "order", "variant": "declaration", "kind": 1024, @@ -825669,7 +840063,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L33" } ], "type": { @@ -825683,7 +840077,7 @@ } }, { - "id": 23332, + "id": 6792, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -825701,7 +840095,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L37" } ], "type": { @@ -825715,7 +840109,7 @@ } }, { - "id": 23333, + "id": 6793, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -825733,7 +840127,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L41" } ], "type": { @@ -825751,9 +840145,9 @@ { "title": "Properties", "children": [ - 23331, - 23332, - 23333 + 6791, + 6792, + 6793 ] } ], @@ -825762,14 +840156,14 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 29, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L29" } ] } } }, { - "id": 23345, + "id": 6805, "name": "CreateClaimShippingMethodWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -825787,20 +840181,20 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 87, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 23346, + "id": 6806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23347, + "id": 6807, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -825820,7 +840214,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 93, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L93" } ], "type": { @@ -825829,7 +840223,7 @@ } }, { - "id": 23348, + "id": 6808, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -825849,7 +840243,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 97, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L97" } ], "type": { @@ -825858,7 +840252,7 @@ } }, { - "id": 23349, + "id": 6809, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -825876,7 +840270,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 101, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L101" } ], "type": { @@ -825885,7 +840279,7 @@ } }, { - "id": 23350, + "id": 6810, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -825905,7 +840299,7 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 105, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L105" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L105" } ], "type": { @@ -825932,10 +840326,10 @@ { "title": "Properties", "children": [ - 23347, - 23348, - 23349, - 23350 + 6807, + 6808, + 6809, + 6810 ] } ], @@ -825944,14 +840338,14 @@ "fileName": "core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", "line": 87, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts#L87" } ] } } }, { - "id": 23462, + "id": 6922, "name": "RemoveClaimAddItemActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -825969,20 +840363,20 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 32, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 23463, + "id": 6923, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23464, + "id": 6924, "name": "order", "variant": "declaration", "kind": 1024, @@ -826000,7 +840394,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L36" } ], "type": { @@ -826014,7 +840408,7 @@ } }, { - "id": 23465, + "id": 6925, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826032,7 +840426,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L40" } ], "type": { @@ -826046,7 +840440,7 @@ } }, { - "id": 23466, + "id": 6926, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -826064,7 +840458,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L44" } ], "type": { @@ -826078,7 +840472,7 @@ } }, { - "id": 23467, + "id": 6927, "name": "input", "variant": "declaration", "kind": 1024, @@ -826096,7 +840490,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L48" } ], "type": { @@ -826115,10 +840509,10 @@ { "title": "Properties", "children": [ - 23464, - 23465, - 23466, - 23467 + 6924, + 6925, + 6926, + 6927 ] } ], @@ -826127,14 +840521,14 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 32, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L32" } ] } } }, { - "id": 23479, + "id": 6939, "name": "RemoveAddItemClaimActionWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -826152,7 +840546,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", "line": 116, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L116" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts#L116" } ], "type": { @@ -826167,7 +840561,7 @@ } }, { - "id": 23591, + "id": 7051, "name": "RemoveClaimItemActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -826185,20 +840579,20 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 23592, + "id": 7052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23593, + "id": 7053, "name": "order", "variant": "declaration", "kind": 1024, @@ -826216,7 +840610,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L33" } ], "type": { @@ -826230,7 +840624,7 @@ } }, { - "id": 23594, + "id": 7054, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826248,7 +840642,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L37" } ], "type": { @@ -826262,7 +840656,7 @@ } }, { - "id": 23595, + "id": 7055, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -826280,7 +840674,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L41" } ], "type": { @@ -826294,7 +840688,7 @@ } }, { - "id": 23596, + "id": 7056, "name": "input", "variant": "declaration", "kind": 1024, @@ -826312,7 +840706,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L45" } ], "type": { @@ -826331,10 +840725,10 @@ { "title": "Properties", "children": [ - 23593, - 23594, - 23595, - 23596 + 7053, + 7054, + 7055, + 7056 ] } ], @@ -826343,14 +840737,14 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 29, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L29" } ] } } }, { - "id": 23608, + "id": 7068, "name": "RemoveItemClaimActionWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -826368,7 +840762,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-item-action.ts", "line": 113, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L113" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts#L113" } ], "type": { @@ -826383,7 +840777,7 @@ } }, { - "id": 23720, + "id": 7180, "name": "RemoveClaimShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -826401,20 +840795,20 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 23721, + "id": 7181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23722, + "id": 7182, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826432,7 +840826,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L33" } ], "type": { @@ -826446,7 +840840,7 @@ } }, { - "id": 23723, + "id": 7183, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -826464,7 +840858,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L37" } ], "type": { @@ -826478,7 +840872,7 @@ } }, { - "id": 23724, + "id": 7184, "name": "input", "variant": "declaration", "kind": 1024, @@ -826496,7 +840890,7 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L41" } ], "type": { @@ -826539,9 +840933,9 @@ { "title": "Properties", "children": [ - 23722, - 23723, - 23724 + 7182, + 7183, + 7184 ] } ], @@ -826550,14 +840944,14 @@ "fileName": "core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", "line": 29, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts#L29" } ] } } }, { - "id": 23847, + "id": 7307, "name": "UpdateClaimAddNewItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -826575,20 +840969,20 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 23848, + "id": 7308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23849, + "id": 7309, "name": "order", "variant": "declaration", "kind": 1024, @@ -826606,7 +841000,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L34" } ], "type": { @@ -826620,7 +841014,7 @@ } }, { - "id": 23850, + "id": 7310, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826638,7 +841032,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L38" } ], "type": { @@ -826652,7 +841046,7 @@ } }, { - "id": 23851, + "id": 7311, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -826670,7 +841064,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L42" } ], "type": { @@ -826684,7 +841078,7 @@ } }, { - "id": 23852, + "id": 7312, "name": "input", "variant": "declaration", "kind": 1024, @@ -826702,7 +841096,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L46" } ], "type": { @@ -826721,10 +841115,10 @@ { "title": "Properties", "children": [ - 23849, - 23850, - 23851, - 23852 + 7309, + 7310, + 7311, + 7312 ] } ], @@ -826733,14 +841127,14 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-add-item.ts", "line": 30, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts#L30" } ] } } }, { - "id": 23975, + "id": 7435, "name": "UpdateClaimItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -826758,20 +841152,20 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 23976, + "id": 7436, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 23977, + "id": 7437, "name": "order", "variant": "declaration", "kind": 1024, @@ -826789,7 +841183,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L34" } ], "type": { @@ -826803,7 +841197,7 @@ } }, { - "id": 23978, + "id": 7438, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826821,7 +841215,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L38" } ], "type": { @@ -826835,7 +841229,7 @@ } }, { - "id": 23979, + "id": 7439, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -826853,7 +841247,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L42" } ], "type": { @@ -826867,7 +841261,7 @@ } }, { - "id": 23980, + "id": 7440, "name": "input", "variant": "declaration", "kind": 1024, @@ -826885,7 +841279,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L46" } ], "type": { @@ -826904,10 +841298,10 @@ { "title": "Properties", "children": [ - 23977, - 23978, - 23979, - 23980 + 7437, + 7438, + 7439, + 7440 ] } ], @@ -826916,14 +841310,14 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-item.ts", "line": 30, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts#L30" } ] } } }, { - "id": 24103, + "id": 7563, "name": "UpdateClaimShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -826941,20 +841335,20 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 24104, + "id": 7564, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24105, + "id": 7565, "name": "orderClaim", "variant": "declaration", "kind": 1024, @@ -826972,7 +841366,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L37" } ], "type": { @@ -826986,7 +841380,7 @@ } }, { - "id": 24106, + "id": 7566, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -827004,7 +841398,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L41" } ], "type": { @@ -827018,7 +841412,7 @@ } }, { - "id": 24107, + "id": 7567, "name": "input", "variant": "declaration", "kind": 1024, @@ -827036,7 +841430,7 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L45" } ], "type": { @@ -827079,9 +841473,9 @@ { "title": "Properties", "children": [ - 24105, - 24106, - 24107 + 7565, + 7566, + 7567 ] } ], @@ -827090,14 +841484,14 @@ "fileName": "core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", "line": 33, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts#L33" } ] } } }, { - "id": 24230, + "id": 7690, "name": "CompleteOrdersWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827115,7 +841509,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L16" } ], "type": { @@ -827124,14 +841518,14 @@ { "type": "reflection", "declaration": { - "id": 24231, + "id": 7691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24232, + "id": 7692, "name": "orderIds", "variant": "declaration", "kind": 1024, @@ -827149,7 +841543,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L20" } ], "type": { @@ -827165,7 +841559,7 @@ { "title": "Properties", "children": [ - 24232 + 7692 ] } ], @@ -827174,7 +841568,7 @@ "fileName": "core-flows/src/order/workflows/complete-orders.ts", "line": 16, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/complete-orders.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/complete-orders.ts#L16" } ] } @@ -827192,7 +841586,7 @@ } }, { - "id": 24285, + "id": 7745, "name": "CreateFulfillmentValidateOrderStepInput", "variant": "declaration", "kind": 2097152, @@ -827210,20 +841604,20 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 46, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 24286, + "id": 7746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24287, + "id": 7747, "name": "order", "variant": "declaration", "kind": 1024, @@ -827241,7 +841635,7 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 50, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L50" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L50" } ], "type": { @@ -827255,7 +841649,7 @@ } }, { - "id": 24288, + "id": 7748, "name": "inputItems", "variant": "declaration", "kind": 1024, @@ -827273,7 +841667,7 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 54, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L54" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L54" } ], "type": { @@ -827299,8 +841693,8 @@ { "title": "Properties", "children": [ - 24287, - 24288 + 7747, + 7748 ] } ], @@ -827309,14 +841703,14 @@ "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", "line": 46, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L46" } ] } } }, { - "id": 24300, + "id": 7760, "name": "CreateOrderFulfillmentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827332,9 +841726,9 @@ "sources": [ { "fileName": "core-flows/src/order/workflows/create-fulfillment.ts", - "line": 276, + "line": 286, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L276" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-fulfillment.ts#L286" } ], "type": { @@ -827363,7 +841757,7 @@ } }, { - "id": 30757, + "id": 14217, "name": "CreateOrUpdateOrderPaymentCollectionInput", "variant": "declaration", "kind": 2097152, @@ -827381,20 +841775,20 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 21, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 30758, + "id": 14218, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30759, + "id": 14219, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -827412,7 +841806,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L25" } ], "type": { @@ -827421,7 +841815,7 @@ } }, { - "id": 30760, + "id": 14220, "name": "amount", "variant": "declaration", "kind": 1024, @@ -827449,7 +841843,7 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L32" } ], "type": { @@ -827462,8 +841856,8 @@ { "title": "Properties", "children": [ - 30759, - 30760 + 14219, + 14220 ] } ], @@ -827472,14 +841866,14 @@ "fileName": "core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", "line": 21, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts#L21" } ] } } }, { - "id": 24493, + "id": 7953, "name": "CreateOrderPaymentCollectionWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827497,20 +841891,20 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L14" } ], "type": { "type": "reflection", "declaration": { - "id": 24494, + "id": 7954, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24495, + "id": 7955, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -827528,7 +841922,7 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L18" } ], "type": { @@ -827537,7 +841931,7 @@ } }, { - "id": 24496, + "id": 7956, "name": "amount", "variant": "declaration", "kind": 1024, @@ -827555,7 +841949,7 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L22" } ], "type": { @@ -827568,8 +841962,8 @@ { "title": "Properties", "children": [ - 24495, - 24496 + 7955, + 7956 ] } ], @@ -827578,14 +841972,14 @@ "fileName": "core-flows/src/order/workflows/create-order-payment-collection.ts", "line": 14, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts#L14" } ] } } }, { - "id": 24532, + "id": 7992, "name": "CreateOrderWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827603,7 +841997,7 @@ "fileName": "core-flows/src/order/workflows/create-order.ts", "line": 83, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-order.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-order.ts#L83" } ], "type": { @@ -827631,7 +842025,7 @@ } }, { - "id": 24758, + "id": 8218, "name": "CreateShipmentValidateOrderStepInput", "variant": "declaration", "kind": 2097152, @@ -827649,20 +842043,20 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 24759, + "id": 8219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24760, + "id": 8220, "name": "order", "variant": "declaration", "kind": 1024, @@ -827680,7 +842074,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L32" } ], "type": { @@ -827694,7 +842088,7 @@ } }, { - "id": 24761, + "id": 8221, "name": "input", "variant": "declaration", "kind": 1024, @@ -827712,7 +842106,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L36" } ], "type": { @@ -827731,8 +842125,8 @@ { "title": "Properties", "children": [ - 24760, - 24761 + 8220, + 8221 ] } ], @@ -827741,14 +842135,14 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 28, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L28" } ] } } }, { - "id": 24773, + "id": 8233, "name": "CreateOrderShipmentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827766,7 +842160,7 @@ "fileName": "core-flows/src/order/workflows/create-shipment.ts", "line": 120, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/create-shipment.ts#L120" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/create-shipment.ts#L120" } ], "type": { @@ -827795,7 +842189,7 @@ } }, { - "id": 24933, + "id": 8393, "name": "DeleteOrderChangeActionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827813,20 +842207,20 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 24934, + "id": 8394, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24935, + "id": 8395, "name": "ids", "variant": "declaration", "kind": 1024, @@ -827844,7 +842238,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L11" } ], "type": { @@ -827860,7 +842254,7 @@ { "title": "Properties", "children": [ - 24935 + 8395 ] } ], @@ -827869,14 +842263,14 @@ "fileName": "core-flows/src/order/workflows/delete-order-change-actions.ts", "line": 7, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts#L7" } ] } } }, { - "id": 24886, + "id": 8346, "name": "DeleteOrderChangeWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -827894,20 +842288,20 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 24887, + "id": 8347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24888, + "id": 8348, "name": "ids", "variant": "declaration", "kind": 1024, @@ -827925,7 +842319,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L11" } ], "type": { @@ -827941,7 +842335,7 @@ { "title": "Properties", "children": [ - 24888 + 8348 ] } ], @@ -827950,14 +842344,14 @@ "fileName": "core-flows/src/order/workflows/delete-order-change.ts", "line": 7, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-change.ts#L7" } ] } } }, { - "id": 24995, + "id": 8455, "name": "DeleteOrderPaymentCollectionsInput", "variant": "declaration", "kind": 2097152, @@ -827975,20 +842369,20 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 32, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 24996, + "id": 8456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 24997, + "id": 8457, "name": "id", "variant": "declaration", "kind": 1024, @@ -828006,7 +842400,7 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L36" } ], "type": { @@ -828019,7 +842413,7 @@ { "title": "Properties", "children": [ - 24997 + 8457 ] } ], @@ -828028,14 +842422,14 @@ "fileName": "core-flows/src/order/workflows/delete-order-payment-collection.ts", "line": 32, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts#L32" } ] } } }, { - "id": 25042, + "id": 8502, "name": "BeginOrderExchangeValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -828053,20 +842447,20 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 21, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 25043, + "id": 8503, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25044, + "id": 8504, "name": "order", "variant": "declaration", "kind": 1024, @@ -828084,7 +842478,7 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L25" } ], "type": { @@ -828102,7 +842496,7 @@ { "title": "Properties", "children": [ - 25044 + 8504 ] } ], @@ -828111,14 +842505,14 @@ "fileName": "core-flows/src/order/workflows/exchange/begin-order-exchange.ts", "line": 21, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts#L21" } ] } } }, { - "id": 25117, + "id": 8577, "name": "CancelBeginOrderExchangeValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -828136,20 +842530,20 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 25118, + "id": 8578, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25119, + "id": 8579, "name": "order", "variant": "declaration", "kind": 1024, @@ -828167,7 +842561,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L33" } ], "type": { @@ -828181,7 +842575,7 @@ } }, { - "id": 25120, + "id": 8580, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -828199,7 +842593,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L37" } ], "type": { @@ -828213,7 +842607,7 @@ } }, { - "id": 25121, + "id": 8581, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -828231,7 +842625,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L41" } ], "type": { @@ -828249,9 +842643,9 @@ { "title": "Properties", "children": [ - 25119, - 25120, - 25121 + 8579, + 8580, + 8581 ] } ], @@ -828260,14 +842654,14 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 29, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L29" } ] } } }, { - "id": 25133, + "id": 8593, "name": "CancelBeginOrderExchangeWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -828285,20 +842679,20 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 87, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 25134, + "id": 8594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25135, + "id": 8595, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -828316,7 +842710,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L91" } ], "type": { @@ -828329,7 +842723,7 @@ { "title": "Properties", "children": [ - 25135 + 8595 ] } ], @@ -828338,14 +842732,14 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", "line": 87, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts#L87" } ] } } }, { - "id": 25180, + "id": 8640, "name": "CancelExchangeValidateOrderStepInput", "variant": "declaration", "kind": 2097152, @@ -828363,20 +842757,20 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 24, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 25181, + "id": 8641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25182, + "id": 8642, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -828394,7 +842788,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L28" } ], "type": { @@ -828408,7 +842802,7 @@ } }, { - "id": 25183, + "id": 8643, "name": "input", "variant": "declaration", "kind": 1024, @@ -828426,7 +842820,7 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L32" } ], "type": { @@ -828445,8 +842839,8 @@ { "title": "Properties", "children": [ - 25182, - 25183 + 8642, + 8643 ] } ], @@ -828455,14 +842849,14 @@ "fileName": "core-flows/src/order/workflows/exchange/cancel-exchange.ts", "line": 24, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts#L24" } ] } } }, { - "id": 25239, + "id": 8699, "name": "ConfirmExchangeRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -828480,20 +842874,20 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 48, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L48" } ], "type": { "type": "reflection", "declaration": { - "id": 25240, + "id": 8700, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25241, + "id": 8701, "name": "order", "variant": "declaration", "kind": 1024, @@ -828511,7 +842905,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L52" } ], "type": { @@ -828525,7 +842919,7 @@ } }, { - "id": 25242, + "id": 8702, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -828543,7 +842937,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 56, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L56" } ], "type": { @@ -828557,7 +842951,7 @@ } }, { - "id": 25243, + "id": 8703, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -828575,7 +842969,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 60, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L60" } ], "type": { @@ -828593,9 +842987,9 @@ { "title": "Properties", "children": [ - 25241, - 25242, - 25243 + 8701, + 8702, + 8703 ] } ], @@ -828604,14 +842998,14 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 48, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L48" } ] } } }, { - "id": 25255, + "id": 8715, "name": "ConfirmExchangeRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -828629,20 +843023,20 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 254, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L254" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L254" } ], "type": { "type": "reflection", "declaration": { - "id": 25256, + "id": 8716, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25257, + "id": 8717, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -828660,7 +843054,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 258, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L258" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L258" } ], "type": { @@ -828669,7 +843063,7 @@ } }, { - "id": 25258, + "id": 8718, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -828689,7 +843083,7 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 262, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L262" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L262" } ], "type": { @@ -828702,8 +843096,8 @@ { "title": "Properties", "children": [ - 25257, - 25258 + 8717, + 8718 ] } ], @@ -828712,14 +843106,14 @@ "fileName": "core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", "line": 254, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L254" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts#L254" } ] } } }, { - "id": 25370, + "id": 8830, "name": "CreateExchangeShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -828737,20 +843131,20 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 25371, + "id": 8831, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25372, + "id": 8832, "name": "order", "variant": "declaration", "kind": 1024, @@ -828768,7 +843162,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L33" } ], "type": { @@ -828782,7 +843176,7 @@ } }, { - "id": 25373, + "id": 8833, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -828800,7 +843194,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L37" } ], "type": { @@ -828814,7 +843208,7 @@ } }, { - "id": 25374, + "id": 8834, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -828832,7 +843226,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L41" } ], "type": { @@ -828850,9 +843244,9 @@ { "title": "Properties", "children": [ - 25372, - 25373, - 25374 + 8832, + 8833, + 8834 ] } ], @@ -828861,14 +843255,14 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 29, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L29" } ] } } }, { - "id": 25386, + "id": 8846, "name": "CreateExchangeShippingMethodWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -828886,20 +843280,20 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 87, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 25387, + "id": 8847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25388, + "id": 8848, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -828919,7 +843313,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 93, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L93" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L93" } ], "type": { @@ -828928,7 +843322,7 @@ } }, { - "id": 25389, + "id": 8849, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -828948,7 +843342,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 97, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L97" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L97" } ], "type": { @@ -828957,7 +843351,7 @@ } }, { - "id": 25390, + "id": 8850, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -828975,7 +843369,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 101, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L101" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L101" } ], "type": { @@ -828984,7 +843378,7 @@ } }, { - "id": 25391, + "id": 8851, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -829004,7 +843398,7 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 106, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L106" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L106" } ], "type": { @@ -829031,10 +843425,10 @@ { "title": "Properties", "children": [ - 25388, - 25389, - 25390, - 25391 + 8848, + 8849, + 8850, + 8851 ] } ], @@ -829043,14 +843437,14 @@ "fileName": "core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", "line": 87, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts#L87" } ] } } }, { - "id": 25503, + "id": 8963, "name": "ExchangeAddNewItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829068,20 +843462,20 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 25504, + "id": 8964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25505, + "id": 8965, "name": "order", "variant": "declaration", "kind": 1024, @@ -829099,7 +843493,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L33" } ], "type": { @@ -829113,7 +843507,7 @@ } }, { - "id": 25506, + "id": 8966, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -829131,7 +843525,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L37" } ], "type": { @@ -829145,7 +843539,7 @@ } }, { - "id": 25507, + "id": 8967, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -829163,7 +843557,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L41" } ], "type": { @@ -829181,9 +843575,9 @@ { "title": "Properties", "children": [ - 25505, - 25506, - 25507 + 8965, + 8966, + 8967 ] } ], @@ -829192,14 +843586,14 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", "line": 29, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts#L29" } ] } } }, { - "id": 25630, + "id": 9090, "name": "ExchangeRequestItemReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829217,20 +843611,20 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 25631, + "id": 9091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25632, + "id": 9092, "name": "order", "variant": "declaration", "kind": 1024, @@ -829248,7 +843642,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L37" } ], "type": { @@ -829262,7 +843656,7 @@ } }, { - "id": 25633, + "id": 9093, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -829280,7 +843674,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L41" } ], "type": { @@ -829294,7 +843688,7 @@ } }, { - "id": 25634, + "id": 9094, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -829312,7 +843706,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L45" } ], "type": { @@ -829326,7 +843720,7 @@ } }, { - "id": 25635, + "id": 9095, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -829344,7 +843738,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L49" } ], "type": { @@ -829358,7 +843752,7 @@ } }, { - "id": 25636, + "id": 9096, "name": "items", "variant": "declaration", "kind": 1024, @@ -829376,7 +843770,7 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L53" } ], "type": { @@ -829402,11 +843796,11 @@ { "title": "Properties", "children": [ - 25632, - 25633, - 25634, - 25635, - 25636 + 9092, + 9093, + 9094, + 9095, + 9096 ] } ], @@ -829415,14 +843809,14 @@ "fileName": "core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", "line": 33, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts#L33" } ] } } }, { - "id": 25759, + "id": 9219, "name": "RemoveExchangeItemActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829440,20 +843834,20 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 32, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 25760, + "id": 9220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25761, + "id": 9221, "name": "order", "variant": "declaration", "kind": 1024, @@ -829471,7 +843865,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L36" } ], "type": { @@ -829485,7 +843879,7 @@ } }, { - "id": 25762, + "id": 9222, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -829503,7 +843897,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L40" } ], "type": { @@ -829517,7 +843911,7 @@ } }, { - "id": 25763, + "id": 9223, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -829535,7 +843929,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L44" } ], "type": { @@ -829549,7 +843943,7 @@ } }, { - "id": 25764, + "id": 9224, "name": "input", "variant": "declaration", "kind": 1024, @@ -829567,7 +843961,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L48" } ], "type": { @@ -829586,10 +843980,10 @@ { "title": "Properties", "children": [ - 25761, - 25762, - 25763, - 25764 + 9221, + 9222, + 9223, + 9224 ] } ], @@ -829598,14 +843992,14 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", "line": 32, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts#L32" } ] } } }, { - "id": 25887, + "id": 9347, "name": "RemoveExchangeShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829623,20 +844017,20 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 25888, + "id": 9348, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 25889, + "id": 9349, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -829654,7 +844048,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L33" } ], "type": { @@ -829668,7 +844062,7 @@ } }, { - "id": 25890, + "id": 9350, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -829686,7 +844080,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L37" } ], "type": { @@ -829700,7 +844094,7 @@ } }, { - "id": 25891, + "id": 9351, "name": "input", "variant": "declaration", "kind": 1024, @@ -829718,7 +844112,7 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L41" } ], "type": { @@ -829761,9 +844155,9 @@ { "title": "Properties", "children": [ - 25889, - 25890, - 25891 + 9349, + 9350, + 9351 ] } ], @@ -829772,14 +844166,14 @@ "fileName": "core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", "line": 29, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts#L29" } ] } } }, { - "id": 26014, + "id": 9474, "name": "UpdateExchangeAddItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829797,20 +844191,20 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 26015, + "id": 9475, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26016, + "id": 9476, "name": "order", "variant": "declaration", "kind": 1024, @@ -829828,7 +844222,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L34" } ], "type": { @@ -829842,7 +844236,7 @@ } }, { - "id": 26017, + "id": 9477, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -829860,7 +844254,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L38" } ], "type": { @@ -829874,7 +844268,7 @@ } }, { - "id": 26018, + "id": 9478, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -829892,7 +844286,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L42" } ], "type": { @@ -829906,7 +844300,7 @@ } }, { - "id": 26019, + "id": 9479, "name": "input", "variant": "declaration", "kind": 1024, @@ -829924,7 +844318,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L46" } ], "type": { @@ -829943,10 +844337,10 @@ { "title": "Properties", "children": [ - 26016, - 26017, - 26018, - 26019 + 9476, + 9477, + 9478, + 9479 ] } ], @@ -829955,14 +844349,14 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", "line": 30, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts#L30" } ] } } }, { - "id": 26142, + "id": 9602, "name": "UpdateExchangeShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -829980,20 +844374,20 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 26143, + "id": 9603, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26144, + "id": 9604, "name": "orderExchange", "variant": "declaration", "kind": 1024, @@ -830011,7 +844405,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L37" } ], "type": { @@ -830025,7 +844419,7 @@ } }, { - "id": 26145, + "id": 9605, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -830043,7 +844437,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L41" } ], "type": { @@ -830057,7 +844451,7 @@ } }, { - "id": 26146, + "id": 9606, "name": "input", "variant": "declaration", "kind": 1024, @@ -830075,7 +844469,7 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L45" } ], "type": { @@ -830118,9 +844512,9 @@ { "title": "Properties", "children": [ - 26144, - 26145, - 26146 + 9604, + 9605, + 9606 ] } ], @@ -830129,14 +844523,14 @@ "fileName": "core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", "line": 33, "character": 62, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts#L33" } ] } } }, { - "id": 26269, + "id": 9729, "name": "GetOrderDetailWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -830154,20 +844548,20 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 26270, + "id": 9730, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26271, + "id": 9731, "name": "filters", "variant": "declaration", "kind": 1024, @@ -830187,20 +844581,20 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" } ], "type": { "type": "reflection", "declaration": { - "id": 26272, + "id": 9732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26273, + "id": 9733, "name": "is_draft_order", "variant": "declaration", "kind": 1024, @@ -830220,7 +844614,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 26, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L26" } ], "type": { @@ -830229,7 +844623,7 @@ } }, { - "id": 26274, + "id": 9734, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -830249,7 +844643,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 30, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L30" } ], "type": { @@ -830262,8 +844656,8 @@ { "title": "Properties", "children": [ - 26273, - 26274 + 9733, + 9734 ] } ], @@ -830272,14 +844666,14 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L22" } ] } } }, { - "id": 26275, + "id": 9735, "name": "fields", "variant": "declaration", "kind": 1024, @@ -830297,7 +844691,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L37" } ], "type": { @@ -830309,7 +844703,7 @@ } }, { - "id": 26276, + "id": 9736, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -830327,7 +844721,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L41" } ], "type": { @@ -830336,7 +844730,7 @@ } }, { - "id": 26277, + "id": 9737, "name": "version", "variant": "declaration", "kind": 1024, @@ -830356,7 +844750,7 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L46" } ], "type": { @@ -830369,10 +844763,10 @@ { "title": "Properties", "children": [ - 26271, - 26275, - 26276, - 26277 + 9731, + 9735, + 9736, + 9737 ] } ], @@ -830381,14 +844775,14 @@ "fileName": "core-flows/src/order/workflows/get-order-detail.ts", "line": 18, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-order-detail.ts#L18" } ] } } }, { - "id": 26384, + "id": 9844, "name": "GetOrdersListWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -830406,7 +844800,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L20" } ], "type": { @@ -830427,14 +844821,14 @@ { "type": "reflection", "declaration": { - "id": 26385, + "id": 9845, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26386, + "id": 9846, "name": "rows", "variant": "declaration", "kind": 1024, @@ -830452,7 +844846,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 26, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L26" } ], "type": { @@ -830469,7 +844863,7 @@ } }, { - "id": 26387, + "id": 9847, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -830487,20 +844881,20 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 30, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 26388, + "id": 9848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26389, + "id": 9849, "name": "count", "variant": "declaration", "kind": 1024, @@ -830518,7 +844912,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 34, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L34" } ], "type": { @@ -830527,7 +844921,7 @@ } }, { - "id": 26390, + "id": 9850, "name": "skip", "variant": "declaration", "kind": 1024, @@ -830545,7 +844939,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 38, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L38" } ], "type": { @@ -830554,7 +844948,7 @@ } }, { - "id": 26391, + "id": 9851, "name": "take", "variant": "declaration", "kind": 1024, @@ -830572,7 +844966,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 42, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L42" } ], "type": { @@ -830585,9 +844979,9 @@ { "title": "Properties", "children": [ - 26389, - 26390, - 26391 + 9849, + 9850, + 9851 ] } ], @@ -830596,7 +844990,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 30, "character": 16, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L30" } ] } @@ -830607,8 +845001,8 @@ { "title": "Properties", "children": [ - 26386, - 26387 + 9846, + 9847 ] } ], @@ -830617,7 +845011,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 22, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L22" } ] } @@ -830626,7 +845020,7 @@ } }, { - "id": 26392, + "id": 9852, "name": "GetOrdersListWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -830636,20 +845030,20 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 46, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 26393, + "id": 9853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26394, + "id": 9854, "name": "fields", "variant": "declaration", "kind": 1024, @@ -830667,7 +845061,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L52" } ], "type": { @@ -830679,7 +845073,7 @@ } }, { - "id": 26395, + "id": 9855, "name": "variables", "variant": "declaration", "kind": 1024, @@ -830699,7 +845093,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 56, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" } ], "type": { @@ -830727,14 +845121,14 @@ { "type": "reflection", "declaration": { - "id": 26396, + "id": 9856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26397, + "id": 9857, "name": "skip", "variant": "declaration", "kind": 1024, @@ -830754,7 +845148,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 60, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L60" } ], "type": { @@ -830763,7 +845157,7 @@ } }, { - "id": 26398, + "id": 9858, "name": "take", "variant": "declaration", "kind": 1024, @@ -830783,7 +845177,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 64, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L64" } ], "type": { @@ -830792,7 +845186,7 @@ } }, { - "id": 26399, + "id": 9859, "name": "order", "variant": "declaration", "kind": 1024, @@ -830828,7 +845222,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 69, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L69" } ], "type": { @@ -830856,9 +845250,9 @@ { "title": "Properties", "children": [ - 26397, - 26398, - 26399 + 9857, + 9858, + 9859 ] } ], @@ -830867,7 +845261,7 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 56, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L56" } ] } @@ -830880,8 +845274,8 @@ { "title": "Properties", "children": [ - 26394, - 26395 + 9854, + 9855 ] } ], @@ -830890,14 +845284,14 @@ "fileName": "core-flows/src/order/workflows/get-orders-list.ts", "line": 46, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/get-orders-list.ts#L46" } ] } } }, { - "id": 26435, + "id": 9895, "name": "OrderFulfillmentDeliverabilityValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -830915,20 +845309,20 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 26, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L26" } ], "type": { "type": "reflection", "declaration": { - "id": 26436, + "id": 9896, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26437, + "id": 9897, "name": "order", "variant": "declaration", "kind": 1024, @@ -830946,7 +845340,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" } ], "type": { @@ -830964,14 +845358,14 @@ { "type": "reflection", "declaration": { - "id": 26438, + "id": 9898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26439, + "id": 9899, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -830989,7 +845383,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 34, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L34" } ], "type": { @@ -831010,7 +845404,7 @@ { "title": "Properties", "children": [ - 26439 + 9899 ] } ], @@ -831019,7 +845413,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 30, "character": 20, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L30" } ] } @@ -831028,7 +845422,7 @@ } }, { - "id": 26440, + "id": 9900, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -831046,7 +845440,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L39" } ], "type": { @@ -831064,8 +845458,8 @@ { "title": "Properties", "children": [ - 26437, - 26440 + 9897, + 9900 ] } ], @@ -831074,14 +845468,14 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 26, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L26" } ] } } }, { - "id": 26463, + "id": 9923, "name": "MarkOrderFulfillmentAsDeliveredWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -831099,20 +845493,20 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 132, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L132" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L132" } ], "type": { "type": "reflection", "declaration": { - "id": 26464, + "id": 9924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26465, + "id": 9925, "name": "orderId", "variant": "declaration", "kind": 1024, @@ -831130,7 +845524,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 136, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L136" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L136" } ], "type": { @@ -831139,7 +845533,7 @@ } }, { - "id": 26466, + "id": 9926, "name": "fulfillmentId", "variant": "declaration", "kind": 1024, @@ -831157,7 +845551,7 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 140, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L140" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L140" } ], "type": { @@ -831170,8 +845564,8 @@ { "title": "Properties", "children": [ - 26465, - 26466 + 9925, + 9926 ] } ], @@ -831180,14 +845574,14 @@ "fileName": "core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", "line": 132, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L132" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts#L132" } ] } } }, { - "id": 26496, + "id": 9956, "name": "ThrowUnlessPaymentCollectionNotePaidInput", "variant": "declaration", "kind": 2097152, @@ -831205,20 +845599,20 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L19" } ], "type": { "type": "reflection", "declaration": { - "id": 26497, + "id": 9957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26498, + "id": 9958, "name": "paymentCollection", "variant": "declaration", "kind": 1024, @@ -831236,7 +845630,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L23" } ], "type": { @@ -831254,7 +845648,7 @@ { "title": "Properties", "children": [ - 26498 + 9958 ] } ], @@ -831263,14 +845657,14 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 19, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L19" } ] } } }, { - "id": 26510, + "id": 9970, "name": "MarkPaymentCollectionAsPaidInput", "variant": "declaration", "kind": 2097152, @@ -831288,20 +845682,20 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 60, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L60" } ], "type": { "type": "reflection", "declaration": { - "id": 26511, + "id": 9971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26512, + "id": 9972, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -831319,7 +845713,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L64" } ], "type": { @@ -831328,7 +845722,7 @@ } }, { - "id": 26513, + "id": 9973, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -831346,7 +845740,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 68, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L68" } ], "type": { @@ -831355,7 +845749,7 @@ } }, { - "id": 26514, + "id": 9974, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -831375,7 +845769,7 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L72" } ], "type": { @@ -831388,9 +845782,9 @@ { "title": "Properties", "children": [ - 26512, - 26513, - 26514 + 9972, + 9973, + 9974 ] } ], @@ -831399,14 +845793,14 @@ "fileName": "core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", "line": 60, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts#L60" } ] } } }, { - "id": 26572, + "id": 10032, "name": "BeginOrderEditValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -831424,20 +845818,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 26573, + "id": 10033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26574, + "id": 10034, "name": "order", "variant": "declaration", "kind": 1024, @@ -831455,7 +845849,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L24" } ], "type": { @@ -831473,7 +845867,7 @@ { "title": "Properties", "children": [ - 26574 + 10034 ] } ], @@ -831482,14 +845876,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/begin-order-edit.ts", "line": 20, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts#L20" } ] } } }, { - "id": 26647, + "id": 10107, "name": "CancelBeginOrderEditValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -831507,20 +845901,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 26648, + "id": 10108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26649, + "id": 10109, "name": "order", "variant": "declaration", "kind": 1024, @@ -831538,7 +845932,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L24" } ], "type": { @@ -831552,7 +845946,7 @@ } }, { - "id": 26650, + "id": 10110, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -831570,7 +845964,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L28" } ], "type": { @@ -831588,8 +845982,8 @@ { "title": "Properties", "children": [ - 26649, - 26650 + 10109, + 10110 ] } ], @@ -831598,14 +845992,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 20, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L20" } ] } } }, { - "id": 26662, + "id": 10122, "name": "CancelBeginOrderEditWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -831623,20 +846017,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 68, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 26663, + "id": 10123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26664, + "id": 10124, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -831654,7 +846048,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 72, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L72" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L72" } ], "type": { @@ -831667,7 +846061,7 @@ { "title": "Properties", "children": [ - 26664 + 10124 ] } ], @@ -831676,14 +846070,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", "line": 68, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts#L68" } ] } } }, { - "id": 26709, + "id": 10169, "name": "ConfirmOrderEditRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -831701,20 +846095,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 26710, + "id": 10170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26711, + "id": 10171, "name": "order", "variant": "declaration", "kind": 1024, @@ -831732,7 +846126,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L37" } ], "type": { @@ -831746,7 +846140,7 @@ } }, { - "id": 26712, + "id": 10172, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -831764,7 +846158,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L41" } ], "type": { @@ -831782,8 +846176,8 @@ { "title": "Properties", "children": [ - 26711, - 26712 + 10171, + 10172 ] } ], @@ -831792,14 +846186,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 33, "character": 57, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L33" } ] } } }, { - "id": 26724, + "id": 10184, "name": "ConfirmOrderEditRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -831817,20 +846211,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 81, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 26725, + "id": 10185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26726, + "id": 10186, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -831848,7 +846242,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 85, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L85" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L85" } ], "type": { @@ -831857,7 +846251,7 @@ } }, { - "id": 26727, + "id": 10187, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -831877,7 +846271,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 89, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L89" } ], "type": { @@ -831890,8 +846284,8 @@ { "title": "Properties", "children": [ - 26726, - 26727 + 10186, + 10187 ] } ], @@ -831900,14 +846294,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", "line": 81, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L81" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts#L81" } ] } } }, { - "id": 26839, + "id": 10299, "name": "CreateOrderEditShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -831925,20 +846319,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 26840, + "id": 10300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26841, + "id": 10301, "name": "order", "variant": "declaration", "kind": 1024, @@ -831956,7 +846350,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L32" } ], "type": { @@ -831970,7 +846364,7 @@ } }, { - "id": 26842, + "id": 10302, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -831988,7 +846382,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L36" } ], "type": { @@ -832006,8 +846400,8 @@ { "title": "Properties", "children": [ - 26841, - 26842 + 10301, + 10302 ] } ], @@ -832016,14 +846410,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 28, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L28" } ] } } }, { - "id": 26854, + "id": 10314, "name": "CreateOrderEditShippingMethodWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -832041,20 +846435,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 76, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L76" } ], "type": { "type": "reflection", "declaration": { - "id": 26855, + "id": 10315, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26856, + "id": 10316, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -832072,7 +846466,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L80" } ], "type": { @@ -832081,7 +846475,7 @@ } }, { - "id": 26857, + "id": 10317, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -832099,7 +846493,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 84, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L84" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L84" } ], "type": { @@ -832108,7 +846502,7 @@ } }, { - "id": 26858, + "id": 10318, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -832128,7 +846522,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 89, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L89" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L89" } ], "type": { @@ -832155,9 +846549,9 @@ { "title": "Properties", "children": [ - 26856, - 26857, - 26858 + 10316, + 10317, + 10318 ] } ], @@ -832166,14 +846560,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", "line": 76, "character": 57, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts#L76" } ] } } }, { - "id": 26970, + "id": 10430, "name": "OrderEditAddNewItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832191,20 +846585,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 26971, + "id": 10431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 26972, + "id": 10432, "name": "order", "variant": "declaration", "kind": 1024, @@ -832222,7 +846616,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L32" } ], "type": { @@ -832236,7 +846630,7 @@ } }, { - "id": 26973, + "id": 10433, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -832254,7 +846648,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L36" } ], "type": { @@ -832272,8 +846666,8 @@ { "title": "Properties", "children": [ - 26972, - 26973 + 10432, + 10433 ] } ], @@ -832282,14 +846676,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", "line": 28, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts#L28" } ] } } }, { - "id": 27096, + "id": 10556, "name": "OrderEditUpdateItemQuantityValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832307,20 +846701,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 31, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L31" } ], "type": { "type": "reflection", "declaration": { - "id": 27097, + "id": 10557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27098, + "id": 10558, "name": "order", "variant": "declaration", "kind": 1024, @@ -832338,7 +846732,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L35" } ], "type": { @@ -832352,7 +846746,7 @@ } }, { - "id": 27099, + "id": 10559, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -832370,7 +846764,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L39" } ], "type": { @@ -832388,8 +846782,8 @@ { "title": "Properties", "children": [ - 27098, - 27099 + 10558, + 10559 ] } ], @@ -832398,14 +846792,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", "line": 31, "character": 61, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts#L31" } ] } } }, { - "id": 27222, + "id": 10682, "name": "RemoveOrderEditItemActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832423,20 +846817,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 27223, + "id": 10683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27224, + "id": 10684, "name": "order", "variant": "declaration", "kind": 1024, @@ -832454,7 +846848,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L32" } ], "type": { @@ -832468,7 +846862,7 @@ } }, { - "id": 27225, + "id": 10685, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -832486,7 +846880,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L36" } ], "type": { @@ -832500,7 +846894,7 @@ } }, { - "id": 27226, + "id": 10686, "name": "input", "variant": "declaration", "kind": 1024, @@ -832518,7 +846912,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L40" } ], "type": { @@ -832537,9 +846931,9 @@ { "title": "Properties", "children": [ - 27224, - 27225, - 27226 + 10684, + 10685, + 10686 ] } ], @@ -832548,14 +846942,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", "line": 28, "character": 59, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts#L28" } ] } } }, { - "id": 27349, + "id": 10809, "name": "RemoveOrderEditShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832573,20 +846967,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 25, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L25" } ], "type": { "type": "reflection", "declaration": { - "id": 27350, + "id": 10810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27351, + "id": 10811, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -832604,7 +846998,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L29" } ], "type": { @@ -832618,7 +847012,7 @@ } }, { - "id": 27352, + "id": 10812, "name": "input", "variant": "declaration", "kind": 1024, @@ -832636,7 +847030,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L33" } ], "type": { @@ -832679,8 +847073,8 @@ { "title": "Properties", "children": [ - 27351, - 27352 + 10811, + 10812 ] } ], @@ -832689,14 +847083,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", "line": 25, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts#L25" } ] } } }, { - "id": 27475, + "id": 10935, "name": "RequestOrderEditRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832714,20 +847108,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 44, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L44" } ], "type": { "type": "reflection", "declaration": { - "id": 27476, + "id": 10936, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27477, + "id": 10937, "name": "order", "variant": "declaration", "kind": 1024, @@ -832745,7 +847139,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 48, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L48" } ], "type": { @@ -832759,7 +847153,7 @@ } }, { - "id": 27478, + "id": 10938, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -832777,7 +847171,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 52, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L52" } ], "type": { @@ -832795,8 +847189,8 @@ { "title": "Properties", "children": [ - 27477, - 27478 + 10937, + 10938 ] } ], @@ -832805,14 +847199,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 44, "character": 57, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L44" } ] } } }, { - "id": 27490, + "id": 10950, "name": "OrderEditRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -832830,20 +847224,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 92, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L92" } ], "type": { "type": "reflection", "declaration": { - "id": 27491, + "id": 10951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27492, + "id": 10952, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -832861,7 +847255,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L96" } ], "type": { @@ -832870,7 +847264,7 @@ } }, { - "id": 27493, + "id": 10953, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -832890,7 +847284,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 100, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L100" } ], "type": { @@ -832903,8 +847297,8 @@ { "title": "Properties", "children": [ - 27492, - 27493 + 10952, + 10953 ] } ], @@ -832913,14 +847307,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/request-order-edit.ts", "line": 92, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts#L92" } ] } } }, { - "id": 27605, + "id": 11065, "name": "UpdateOrderEditAddItemValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -832938,20 +847332,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 27606, + "id": 11066, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27607, + "id": 11067, "name": "order", "variant": "declaration", "kind": 1024, @@ -832969,7 +847363,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L33" } ], "type": { @@ -832983,7 +847377,7 @@ } }, { - "id": 27608, + "id": 11068, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -833001,7 +847395,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L37" } ], "type": { @@ -833015,7 +847409,7 @@ } }, { - "id": 27609, + "id": 11069, "name": "input", "variant": "declaration", "kind": 1024, @@ -833033,7 +847427,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L41" } ], "type": { @@ -833052,9 +847446,9 @@ { "title": "Properties", "children": [ - 27607, - 27608, - 27609 + 11067, + 11068, + 11069 ] } ], @@ -833063,14 +847457,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", "line": 29, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts#L29" } ] } } }, { - "id": 27732, + "id": 11192, "name": "UpdateOrderEditItemQuantityValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833088,20 +847482,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 27733, + "id": 11193, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27734, + "id": 11194, "name": "order", "variant": "declaration", "kind": 1024, @@ -833119,7 +847513,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L33" } ], "type": { @@ -833133,7 +847527,7 @@ } }, { - "id": 27735, + "id": 11195, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -833151,7 +847545,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L37" } ], "type": { @@ -833165,7 +847559,7 @@ } }, { - "id": 27736, + "id": 11196, "name": "input", "variant": "declaration", "kind": 1024, @@ -833183,7 +847577,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L41" } ], "type": { @@ -833202,9 +847596,9 @@ { "title": "Properties", "children": [ - 27734, - 27735, - 27736 + 11194, + 11195, + 11196 ] } ], @@ -833213,14 +847607,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", "line": 29, "character": 61, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts#L29" } ] } } }, { - "id": 27859, + "id": 11319, "name": "UpdateOrderEditShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833238,20 +847632,20 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 27860, + "id": 11320, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27861, + "id": 11321, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -833269,7 +847663,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L34" } ], "type": { @@ -833283,7 +847677,7 @@ } }, { - "id": 27862, + "id": 11322, "name": "input", "variant": "declaration", "kind": 1024, @@ -833301,7 +847695,7 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L38" } ], "type": { @@ -833344,8 +847738,8 @@ { "title": "Properties", "children": [ - 27861, - 27862 + 11321, + 11322 ] } ], @@ -833354,14 +847748,14 @@ "fileName": "core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", "line": 30, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts#L30" } ] } } }, { - "id": 27985, + "id": 11445, "name": "BeginReceiveReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833379,20 +847773,20 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 21, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 27986, + "id": 11446, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 27987, + "id": 11447, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -833410,7 +847804,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L25" } ], "type": { @@ -833424,7 +847818,7 @@ } }, { - "id": 27988, + "id": 11448, "name": "order", "variant": "declaration", "kind": 1024, @@ -833442,7 +847836,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L29" } ], "type": { @@ -833460,8 +847854,8 @@ { "title": "Properties", "children": [ - 27987, - 27988 + 11447, + 11448 ] } ], @@ -833470,14 +847864,14 @@ "fileName": "core-flows/src/order/workflows/return/begin-receive-return.ts", "line": 21, "character": 52, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts#L21" } ] } } }, { - "id": 28061, + "id": 11521, "name": "BeginReturnOrderValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833495,20 +847889,20 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 28062, + "id": 11522, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28063, + "id": 11523, "name": "order", "variant": "declaration", "kind": 1024, @@ -833526,7 +847920,7 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L24" } ], "type": { @@ -833544,7 +847938,7 @@ { "title": "Properties", "children": [ - 28063 + 11523 ] } ], @@ -833553,14 +847947,14 @@ "fileName": "core-flows/src/order/workflows/return/begin-return.ts", "line": 20, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/begin-return.ts#L20" } ] } } }, { - "id": 28136, + "id": 11596, "name": "CancelReceiveReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833578,20 +847972,20 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 28137, + "id": 11597, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28138, + "id": 11598, "name": "order", "variant": "declaration", "kind": 1024, @@ -833609,7 +848003,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L22" } ], "type": { @@ -833623,7 +848017,7 @@ } }, { - "id": 28139, + "id": 11599, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -833641,7 +848035,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L26" } ], "type": { @@ -833655,7 +848049,7 @@ } }, { - "id": 28140, + "id": 11600, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -833673,7 +848067,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L30" } ], "type": { @@ -833691,9 +848085,9 @@ { "title": "Properties", "children": [ - 28138, - 28139, - 28140 + 11598, + 11599, + 11600 ] } ], @@ -833702,14 +848096,14 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 18, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L18" } ] } } }, { - "id": 28152, + "id": 11612, "name": "CancelReturnReceiveWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -833727,20 +848121,20 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 76, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L76" } ], "type": { "type": "reflection", "declaration": { - "id": 28153, + "id": 11613, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28154, + "id": 11614, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -833758,7 +848152,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 80, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L80" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L80" } ], "type": { @@ -833771,7 +848165,7 @@ { "title": "Properties", "children": [ - 28154 + 11614 ] } ], @@ -833780,14 +848174,14 @@ "fileName": "core-flows/src/order/workflows/return/cancel-receive-return.ts", "line": 76, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L76" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts#L76" } ] } } }, { - "id": 28199, + "id": 11659, "name": "CancelRequestReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -833805,20 +848199,20 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 24, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L24" } ], "type": { "type": "reflection", "declaration": { - "id": 28200, + "id": 11660, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28201, + "id": 11661, "name": "order", "variant": "declaration", "kind": 1024, @@ -833836,7 +848230,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L28" } ], "type": { @@ -833850,7 +848244,7 @@ } }, { - "id": 28202, + "id": 11662, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -833868,7 +848262,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L32" } ], "type": { @@ -833882,7 +848276,7 @@ } }, { - "id": 28203, + "id": 11663, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -833900,7 +848294,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L36" } ], "type": { @@ -833918,9 +848312,9 @@ { "title": "Properties", "children": [ - 28201, - 28202, - 28203 + 11661, + 11662, + 11663 ] } ], @@ -833929,14 +848323,14 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 24, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L24" } ] } } }, { - "id": 28215, + "id": 11675, "name": "CancelRequestReturnWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -833954,20 +848348,20 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 83, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L83" } ], "type": { "type": "reflection", "declaration": { - "id": 28216, + "id": 11676, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28217, + "id": 11677, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -833985,7 +848379,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 87, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L87" } ], "type": { @@ -833998,7 +848392,7 @@ { "title": "Properties", "children": [ - 28217 + 11677 ] } ], @@ -834007,14 +848401,14 @@ "fileName": "core-flows/src/order/workflows/return/cancel-request-return.ts", "line": 83, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L83" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts#L83" } ] } } }, { - "id": 28262, + "id": 11722, "name": "CancelReturnValidateOrderInput", "variant": "declaration", "kind": 2097152, @@ -834032,20 +848426,20 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 28263, + "id": 11723, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28264, + "id": 11724, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -834063,7 +848457,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L24" } ], "type": { @@ -834077,7 +848471,7 @@ } }, { - "id": 28265, + "id": 11725, "name": "input", "variant": "declaration", "kind": 1024, @@ -834095,7 +848489,7 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L28" } ], "type": { @@ -834114,8 +848508,8 @@ { "title": "Properties", "children": [ - 28264, - 28265 + 11724, + 11725 ] } ], @@ -834124,14 +848518,14 @@ "fileName": "core-flows/src/order/workflows/return/cancel-return.ts", "line": 20, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/cancel-return.ts#L20" } ] } } }, { - "id": 28321, + "id": 11781, "name": "ConfirmReceiveReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -834149,20 +848543,20 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 41, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L41" } ], "type": { "type": "reflection", "declaration": { - "id": 28322, + "id": 11782, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28323, + "id": 11783, "name": "order", "variant": "declaration", "kind": 1024, @@ -834180,7 +848574,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L45" } ], "type": { @@ -834194,7 +848588,7 @@ } }, { - "id": 28324, + "id": 11784, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -834212,7 +848606,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L49" } ], "type": { @@ -834226,7 +848620,7 @@ } }, { - "id": 28325, + "id": 11785, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -834244,7 +848638,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L53" } ], "type": { @@ -834262,9 +848656,9 @@ { "title": "Properties", "children": [ - 28323, - 28324, - 28325 + 11783, + 11784, + 11785 ] } ], @@ -834273,14 +848667,14 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 41, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L41" } ] } } }, { - "id": 28337, + "id": 11797, "name": "ConfirmReceiveReturnRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -834298,20 +848692,20 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 170, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L170" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L170" } ], "type": { "type": "reflection", "declaration": { - "id": 28338, + "id": 11798, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28339, + "id": 11799, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -834329,7 +848723,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 174, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L174" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L174" } ], "type": { @@ -834338,7 +848732,7 @@ } }, { - "id": 28340, + "id": 11800, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -834358,7 +848752,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 178, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L178" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L178" } ], "type": { @@ -834371,8 +848765,8 @@ { "title": "Properties", "children": [ - 28339, - 28340 + 11799, + 11800 ] } ], @@ -834381,14 +848775,14 @@ "fileName": "core-flows/src/order/workflows/return/confirm-receive-return-request.ts", "line": 170, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L170" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts#L170" } ] } } }, { - "id": 28452, + "id": 11912, "name": "ConfirmReturnRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -834406,20 +848800,20 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 43, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L43" } ], "type": { "type": "reflection", "declaration": { - "id": 28453, + "id": 11913, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28454, + "id": 11914, "name": "order", "variant": "declaration", "kind": 1024, @@ -834437,7 +848831,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L47" } ], "type": { @@ -834451,7 +848845,7 @@ } }, { - "id": 28455, + "id": 11915, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -834469,7 +848863,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L51" } ], "type": { @@ -834483,7 +848877,7 @@ } }, { - "id": 28456, + "id": 11916, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -834501,7 +848895,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 55, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L55" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L55" } ], "type": { @@ -834519,9 +848913,9 @@ { "title": "Properties", "children": [ - 28454, - 28455, - 28456 + 11914, + 11915, + 11916 ] } ], @@ -834530,14 +848924,14 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 43, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L43" } ] } } }, { - "id": 28468, + "id": 11928, "name": "ConfirmReturnRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -834555,20 +848949,20 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 209, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L209" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L209" } ], "type": { "type": "reflection", "declaration": { - "id": 28469, + "id": 11929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28470, + "id": 11930, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -834586,7 +848980,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 213, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L213" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L213" } ], "type": { @@ -834595,7 +848989,7 @@ } }, { - "id": 28471, + "id": 11931, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -834615,7 +849009,7 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 217, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L217" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L217" } ], "type": { @@ -834628,8 +849022,8 @@ { "title": "Properties", "children": [ - 28470, - 28471 + 11930, + 11931 ] } ], @@ -834638,14 +849032,14 @@ "fileName": "core-flows/src/order/workflows/return/confirm-return-request.ts", "line": 209, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L209" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts#L209" } ] } } }, { - "id": 28583, + "id": 12043, "name": "CreateCompleteReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -834663,20 +849057,20 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 215, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L215" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L215" } ], "type": { "type": "reflection", "declaration": { - "id": 28584, + "id": 12044, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28585, + "id": 12045, "name": "order", "variant": "declaration", "kind": 1024, @@ -834694,7 +849088,7 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 219, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L219" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L219" } ], "type": { @@ -834703,7 +849097,7 @@ } }, { - "id": 28586, + "id": 12046, "name": "input", "variant": "declaration", "kind": 1024, @@ -834721,7 +849115,7 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 223, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L223" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L223" } ], "type": { @@ -834740,8 +849134,8 @@ { "title": "Properties", "children": [ - 28585, - 28586 + 12045, + 12046 ] } ], @@ -834750,14 +849144,14 @@ "fileName": "core-flows/src/order/workflows/return/create-complete-return.ts", "line": 215, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L215" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-complete-return.ts#L215" } ] } } }, { - "id": 28642, + "id": 12102, "name": "CreateReturnShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -834775,20 +849169,20 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 28643, + "id": 12103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28644, + "id": 12104, "name": "order", "variant": "declaration", "kind": 1024, @@ -834806,7 +849200,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L33" } ], "type": { @@ -834820,7 +849214,7 @@ } }, { - "id": 28645, + "id": 12105, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -834838,7 +849232,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L37" } ], "type": { @@ -834852,7 +849246,7 @@ } }, { - "id": 28646, + "id": 12106, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -834870,7 +849264,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L41" } ], "type": { @@ -834888,9 +849282,9 @@ { "title": "Properties", "children": [ - 28644, - 28645, - 28646 + 12104, + 12105, + 12106 ] } ], @@ -834899,14 +849293,14 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 29, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L29" } ] } } }, { - "id": 28658, + "id": 12118, "name": "CreateReturnShippingMethodWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -834924,20 +849318,20 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 87, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 28659, + "id": 12119, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28660, + "id": 12120, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -834955,7 +849349,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 91, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L91" } ], "type": { @@ -834964,7 +849358,7 @@ } }, { - "id": 28661, + "id": 12121, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -834984,7 +849378,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 95, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L95" } ], "type": { @@ -834993,7 +849387,7 @@ } }, { - "id": 28662, + "id": 12122, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -835013,7 +849407,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 99, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L99" } ], "type": { @@ -835022,7 +849416,7 @@ } }, { - "id": 28663, + "id": 12123, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -835040,7 +849434,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L103" } ], "type": { @@ -835049,7 +849443,7 @@ } }, { - "id": 28664, + "id": 12124, "name": "custom_amount", "variant": "declaration", "kind": 1024, @@ -835069,7 +849463,7 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 108, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L108" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L108" } ], "type": { @@ -835096,11 +849490,11 @@ { "title": "Properties", "children": [ - 28660, - 28661, - 28662, - 28663, - 28664 + 12120, + 12121, + 12122, + 12123, + 12124 ] } ], @@ -835109,14 +849503,14 @@ "fileName": "core-flows/src/order/workflows/return/create-return-shipping-method.ts", "line": 87, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L87" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts#L87" } ] } } }, { - "id": 28776, + "id": 12236, "name": "DismissItemReturnRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -835134,20 +849528,20 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 28777, + "id": 12237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28778, + "id": 12238, "name": "order", "variant": "declaration", "kind": 1024, @@ -835165,7 +849559,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L32" } ], "type": { @@ -835203,7 +849597,7 @@ } }, { - "id": 28779, + "id": 12239, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -835221,7 +849615,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L36" } ], "type": { @@ -835235,7 +849629,7 @@ } }, { - "id": 28780, + "id": 12240, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -835253,7 +849647,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L40" } ], "type": { @@ -835267,7 +849661,7 @@ } }, { - "id": 28781, + "id": 12241, "name": "items", "variant": "declaration", "kind": 1024, @@ -835285,7 +849679,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L44" } ], "type": { @@ -835311,10 +849705,10 @@ { "title": "Properties", "children": [ - 28778, - 28779, - 28780, - 28781 + 12238, + 12239, + 12240, + 12241 ] } ], @@ -835323,14 +849717,14 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 28, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L28" } ] } } }, { - "id": 28793, + "id": 12253, "name": "DismissItemReturnRequestWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -835348,7 +849742,7 @@ "fileName": "core-flows/src/order/workflows/return/dismiss-item-return-request.ts", "line": 110, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L110" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts#L110" } ], "type": { @@ -835363,7 +849757,7 @@ } }, { - "id": 28905, + "id": 12365, "name": "ReceiveCompleteReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -835381,20 +849775,20 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L20" } ], "type": { "type": "reflection", "declaration": { - "id": 28906, + "id": 12366, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28907, + "id": 12367, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -835412,7 +849806,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L24" } ], "type": { @@ -835426,7 +849820,7 @@ } }, { - "id": 28908, + "id": 12368, "name": "input", "variant": "declaration", "kind": 1024, @@ -835444,7 +849838,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 28, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L28" } ], "type": { @@ -835463,8 +849857,8 @@ { "title": "Properties", "children": [ - 28907, - 28908 + 12367, + 12368 ] } ], @@ -835473,14 +849867,14 @@ "fileName": "core-flows/src/order/workflows/return/receive-complete-return.ts", "line": 20, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts#L20" } ] } } }, { - "id": 28980, + "id": 12440, "name": "ReceiveItemReturnRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -835498,20 +849892,20 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 28981, + "id": 12441, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 28982, + "id": 12442, "name": "order", "variant": "declaration", "kind": 1024, @@ -835529,7 +849923,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L32" } ], "type": { @@ -835567,7 +849961,7 @@ } }, { - "id": 28983, + "id": 12443, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -835585,7 +849979,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L36" } ], "type": { @@ -835599,7 +849993,7 @@ } }, { - "id": 28984, + "id": 12444, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -835617,7 +850011,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L40" } ], "type": { @@ -835631,7 +850025,7 @@ } }, { - "id": 28985, + "id": 12445, "name": "items", "variant": "declaration", "kind": 1024, @@ -835649,7 +850043,7 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 44, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L44" } ], "type": { @@ -835675,10 +850069,10 @@ { "title": "Properties", "children": [ - 28982, - 28983, - 28984, - 28985 + 12442, + 12443, + 12444, + 12445 ] } ], @@ -835687,14 +850081,14 @@ "fileName": "core-flows/src/order/workflows/return/receive-item-return-request.ts", "line": 28, "character": 58, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts#L28" } ] } } }, { - "id": 29108, + "id": 12568, "name": "RemoveItemReceiveReturnActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -835712,20 +850106,20 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 29109, + "id": 12569, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29110, + "id": 12570, "name": "order", "variant": "declaration", "kind": 1024, @@ -835743,7 +850137,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L33" } ], "type": { @@ -835757,7 +850151,7 @@ } }, { - "id": 29111, + "id": 12571, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -835775,7 +850169,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L37" } ], "type": { @@ -835789,7 +850183,7 @@ } }, { - "id": 29112, + "id": 12572, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -835807,7 +850201,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L41" } ], "type": { @@ -835821,7 +850215,7 @@ } }, { - "id": 29113, + "id": 12573, "name": "input", "variant": "declaration", "kind": 1024, @@ -835839,7 +850233,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L45" } ], "type": { @@ -835858,10 +850252,10 @@ { "title": "Properties", "children": [ - 29110, - 29111, - 29112, - 29113 + 12570, + 12571, + 12572, + 12573 ] } ], @@ -835870,14 +850264,14 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", "line": 29, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts#L29" } ] } } }, { - "id": 29236, + "id": 12696, "name": "RemoveItemReturnActionValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -835895,20 +850289,20 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 29237, + "id": 12697, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29238, + "id": 12698, "name": "order", "variant": "declaration", "kind": 1024, @@ -835926,7 +850320,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L37" } ], "type": { @@ -835940,7 +850334,7 @@ } }, { - "id": 29239, + "id": 12699, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -835958,7 +850352,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L41" } ], "type": { @@ -835972,7 +850366,7 @@ } }, { - "id": 29240, + "id": 12700, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -835990,7 +850384,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L45" } ], "type": { @@ -836004,7 +850398,7 @@ } }, { - "id": 29241, + "id": 12701, "name": "input", "variant": "declaration", "kind": 1024, @@ -836022,7 +850416,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L49" } ], "type": { @@ -836041,10 +850435,10 @@ { "title": "Properties", "children": [ - 29238, - 29239, - 29240, - 29241 + 12698, + 12699, + 12700, + 12701 ] } ], @@ -836053,14 +850447,14 @@ "fileName": "core-flows/src/order/workflows/return/remove-item-return-action.ts", "line": 33, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts#L33" } ] } } }, { - "id": 29364, + "id": 12824, "name": "RemoveReturnShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -836078,20 +850472,20 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 29365, + "id": 12825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29366, + "id": 12826, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -836109,7 +850503,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L33" } ], "type": { @@ -836123,7 +850517,7 @@ } }, { - "id": 29367, + "id": 12827, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -836141,7 +850535,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L37" } ], "type": { @@ -836155,7 +850549,7 @@ } }, { - "id": 29368, + "id": 12828, "name": "input", "variant": "declaration", "kind": 1024, @@ -836173,7 +850567,7 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L41" } ], "type": { @@ -836216,9 +850610,9 @@ { "title": "Properties", "children": [ - 29366, - 29367, - 29368 + 12826, + 12827, + 12828 ] } ], @@ -836227,14 +850621,14 @@ "fileName": "core-flows/src/order/workflows/return/remove-return-shipping-method.ts", "line": 29, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts#L29" } ] } } }, { - "id": 29491, + "id": 12951, "name": "RequestItemReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -836252,20 +850646,20 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 29, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L29" } ], "type": { "type": "reflection", "declaration": { - "id": 29492, + "id": 12952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29493, + "id": 12953, "name": "order", "variant": "declaration", "kind": 1024, @@ -836283,7 +850677,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L33" } ], "type": { @@ -836321,7 +850715,7 @@ } }, { - "id": 29494, + "id": 12954, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -836339,7 +850733,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L37" } ], "type": { @@ -836353,7 +850747,7 @@ } }, { - "id": 29495, + "id": 12955, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -836371,7 +850765,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L41" } ], "type": { @@ -836385,7 +850779,7 @@ } }, { - "id": 29496, + "id": 12956, "name": "items", "variant": "declaration", "kind": 1024, @@ -836403,7 +850797,7 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L45" } ], "type": { @@ -836429,10 +850823,10 @@ { "title": "Properties", "children": [ - 29493, - 29494, - 29495, - 29496 + 12953, + 12954, + 12955, + 12956 ] } ], @@ -836441,14 +850835,14 @@ "fileName": "core-flows/src/order/workflows/return/request-item-return.ts", "line": 29, "character": 51, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/request-item-return.ts#L29" } ] } } }, { - "id": 29619, + "id": 13079, "name": "UpdateReceiveItemReturnRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -836466,20 +850860,20 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 29620, + "id": 13080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29621, + "id": 13081, "name": "order", "variant": "declaration", "kind": 1024, @@ -836497,7 +850891,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L34" } ], "type": { @@ -836511,7 +850905,7 @@ } }, { - "id": 29622, + "id": 13082, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -836529,7 +850923,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L38" } ], "type": { @@ -836543,7 +850937,7 @@ } }, { - "id": 29623, + "id": 13083, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -836561,7 +850955,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 42, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L42" } ], "type": { @@ -836575,7 +850969,7 @@ } }, { - "id": 29624, + "id": 13084, "name": "input", "variant": "declaration", "kind": 1024, @@ -836593,7 +850987,7 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 46, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L46" } ], "type": { @@ -836612,10 +851006,10 @@ { "title": "Properties", "children": [ - 29621, - 29622, - 29623, - 29624 + 13081, + 13082, + 13083, + 13084 ] } ], @@ -836624,14 +851018,14 @@ "fileName": "core-flows/src/order/workflows/return/update-receive-item-return-request.ts", "line": 30, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts#L30" } ] } } }, { - "id": 29747, + "id": 13207, "name": "UpdateRequestItemReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -836649,20 +851043,20 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 35, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L35" } ], "type": { "type": "reflection", "declaration": { - "id": 29748, + "id": 13208, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29749, + "id": 13209, "name": "order", "variant": "declaration", "kind": 1024, @@ -836680,7 +851074,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L39" } ], "type": { @@ -836694,7 +851088,7 @@ } }, { - "id": 29750, + "id": 13210, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -836712,7 +851106,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L43" } ], "type": { @@ -836726,7 +851120,7 @@ } }, { - "id": 29751, + "id": 13211, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -836744,7 +851138,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L47" } ], "type": { @@ -836758,7 +851152,7 @@ } }, { - "id": 29752, + "id": 13212, "name": "input", "variant": "declaration", "kind": 1024, @@ -836776,7 +851170,7 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 51, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L51" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L51" } ], "type": { @@ -836795,10 +851189,10 @@ { "title": "Properties", "children": [ - 29749, - 29750, - 29751, - 29752 + 13209, + 13210, + 13211, + 13212 ] } ], @@ -836807,14 +851201,14 @@ "fileName": "core-flows/src/order/workflows/return/update-request-item-return.ts", "line": 35, "character": 57, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts#L35" } ] } } }, { - "id": 30001, + "id": 13461, "name": "UpdateReturnShippingMethodValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -836832,20 +851226,20 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 30002, + "id": 13462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30003, + "id": 13463, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -836863,7 +851257,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L37" } ], "type": { @@ -836877,7 +851271,7 @@ } }, { - "id": 30004, + "id": 13464, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -836895,7 +851289,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L41" } ], "type": { @@ -836909,7 +851303,7 @@ } }, { - "id": 30005, + "id": 13465, "name": "input", "variant": "declaration", "kind": 1024, @@ -836927,7 +851321,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 45, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L45" } ], "type": { @@ -836970,9 +851364,9 @@ { "title": "Properties", "children": [ - 30003, - 30004, - 30005 + 13463, + 13464, + 13465 ] } ], @@ -836981,14 +851375,14 @@ "fileName": "core-flows/src/order/workflows/return/update-return-shipping-method.ts", "line": 33, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts#L33" } ] } } }, { - "id": 29875, + "id": 13335, "name": "UpdateReturnValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -837006,20 +851400,20 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 26, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L26" } ], "type": { "type": "reflection", "declaration": { - "id": 29876, + "id": 13336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 29877, + "id": 13337, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -837037,7 +851431,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L30" } ], "type": { @@ -837051,7 +851445,7 @@ } }, { - "id": 29878, + "id": 13338, "name": "orderReturn", "variant": "declaration", "kind": 1024, @@ -837069,7 +851463,7 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L34" } ], "type": { @@ -837087,8 +851481,8 @@ { "title": "Properties", "children": [ - 29877, - 29878 + 13337, + 13338 ] } ], @@ -837097,14 +851491,14 @@ "fileName": "core-flows/src/order/workflows/return/update-return.ts", "line": 26, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/return/update-return.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/return/update-return.ts#L26" } ] } } }, { - "id": 30376, + "id": 13836, "name": "AcceptOrderTransferValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -837122,20 +851516,20 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 30377, + "id": 13837, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30378, + "id": 13838, "name": "token", "variant": "declaration", "kind": 1024, @@ -837153,7 +851547,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L32" } ], "type": { @@ -837162,7 +851556,7 @@ } }, { - "id": 30379, + "id": 13839, "name": "order", "variant": "declaration", "kind": 1024, @@ -837180,7 +851574,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L36" } ], "type": { @@ -837194,7 +851588,7 @@ } }, { - "id": 30380, + "id": 13840, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -837212,7 +851606,7 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L40" } ], "type": { @@ -837230,9 +851624,9 @@ { "title": "Properties", "children": [ - 30378, - 30379, - 30380 + 13838, + 13839, + 13840 ] } ], @@ -837241,14 +851635,14 @@ "fileName": "core-flows/src/order/workflows/transfer/accept-order-transfer.ts", "line": 28, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts#L28" } ] } } }, { - "id": 30511, + "id": 13971, "name": "CancelTransferOrderRequestValidationStep", "variant": "declaration", "kind": 2097152, @@ -837266,20 +851660,20 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 27, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L27" } ], "type": { "type": "reflection", "declaration": { - "id": 30512, + "id": 13972, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30513, + "id": 13973, "name": "order", "variant": "declaration", "kind": 1024, @@ -837297,7 +851691,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L31" } ], "type": { @@ -837311,7 +851705,7 @@ } }, { - "id": 30514, + "id": 13974, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -837329,7 +851723,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L35" } ], "type": { @@ -837343,7 +851737,7 @@ } }, { - "id": 30515, + "id": 13975, "name": "input", "variant": "declaration", "kind": 1024, @@ -837361,7 +851755,7 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L39" } ], "type": { @@ -837380,9 +851774,9 @@ { "title": "Properties", "children": [ - 30513, - 30514, - 30515 + 13973, + 13974, + 13975 ] } ], @@ -837391,14 +851785,14 @@ "fileName": "core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", "line": 27, "character": 55, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts#L27" } ] } } }, { - "id": 30571, + "id": 14031, "name": "DeclineTransferOrderRequestValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -837416,20 +851810,20 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 30572, + "id": 14032, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30573, + "id": 14033, "name": "order", "variant": "declaration", "kind": 1024, @@ -837447,7 +851841,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 32, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L32" } ], "type": { @@ -837461,7 +851855,7 @@ } }, { - "id": 30574, + "id": 14034, "name": "orderChange", "variant": "declaration", "kind": 1024, @@ -837479,7 +851873,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 36, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L36" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L36" } ], "type": { @@ -837493,7 +851887,7 @@ } }, { - "id": 30575, + "id": 14035, "name": "input", "variant": "declaration", "kind": 1024, @@ -837511,7 +851905,7 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L40" } ], "type": { @@ -837530,9 +851924,9 @@ { "title": "Properties", "children": [ - 30573, - 30574, - 30575 + 14033, + 14034, + 14035 ] } ], @@ -837541,14 +851935,14 @@ "fileName": "core-flows/src/order/workflows/transfer/decline-order-transfer.ts", "line": 28, "character": 61, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts#L28" } ] } } }, { - "id": 30250, + "id": 13710, "name": "RequestOrderTransferValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -837566,20 +851960,20 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 27, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L27" } ], "type": { "type": "reflection", "declaration": { - "id": 30251, + "id": 13711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30252, + "id": 13712, "name": "order", "variant": "declaration", "kind": 1024, @@ -837597,7 +851991,7 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L31" } ], "type": { @@ -837611,7 +852005,7 @@ } }, { - "id": 30253, + "id": 13713, "name": "customer", "variant": "declaration", "kind": 1024, @@ -837629,7 +852023,7 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L35" } ], "type": { @@ -837647,8 +852041,8 @@ { "title": "Properties", "children": [ - 30252, - 30253 + 13712, + 13713 ] } ], @@ -837657,14 +852051,14 @@ "fileName": "core-flows/src/order/workflows/transfer/request-order-transfer.ts", "line": 27, "character": 54, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts#L27" } ] } } }, { - "id": 30631, + "id": 14091, "name": "UpdateOrderValidationStepInput", "variant": "declaration", "kind": 2097152, @@ -837682,20 +852076,20 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 31, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L31" } ], "type": { "type": "reflection", "declaration": { - "id": 30632, + "id": 14092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30633, + "id": 14093, "name": "order", "variant": "declaration", "kind": 1024, @@ -837713,7 +852107,7 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L35" } ], "type": { @@ -837727,7 +852121,7 @@ } }, { - "id": 30634, + "id": 14094, "name": "input", "variant": "declaration", "kind": 1024, @@ -837745,7 +852139,7 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L39" } ], "type": { @@ -837764,8 +852158,8 @@ { "title": "Properties", "children": [ - 30633, - 30634 + 14093, + 14094 ] } ], @@ -837774,14 +852168,14 @@ "fileName": "core-flows/src/order/workflows/update-order.ts", "line": 31, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-order.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-order.ts#L31" } ] } } }, { - "id": 30198, + "id": 13658, "name": "UpdateOrderTaxLinesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -837799,20 +852193,20 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 125, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L125" } ], "type": { "type": "reflection", "declaration": { - "id": 30199, + "id": 13659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30200, + "id": 13660, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -837830,7 +852224,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 129, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L129" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L129" } ], "type": { @@ -837839,7 +852233,7 @@ } }, { - "id": 30201, + "id": 13661, "name": "item_ids", "variant": "declaration", "kind": 1024, @@ -837859,7 +852253,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 133, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L133" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L133" } ], "type": { @@ -837871,7 +852265,7 @@ } }, { - "id": 30202, + "id": 13662, "name": "shipping_method_ids", "variant": "declaration", "kind": 1024, @@ -837891,7 +852285,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 137, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L137" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L137" } ], "type": { @@ -837903,7 +852297,7 @@ } }, { - "id": 30203, + "id": 13663, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -837923,7 +852317,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 143, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L143" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L143" } ], "type": { @@ -837932,7 +852326,7 @@ } }, { - "id": 30204, + "id": 13664, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -837952,7 +852346,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 147, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L147" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L147" } ], "type": { @@ -837961,7 +852355,7 @@ } }, { - "id": 30205, + "id": 13665, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -837981,7 +852375,7 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 151, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L151" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L151" } ], "type": { @@ -838006,12 +852400,12 @@ { "title": "Properties", "children": [ - 30200, - 30201, - 30202, - 30203, - 30204, - 30205 + 13660, + 13661, + 13662, + 13663, + 13664, + 13665 ] } ], @@ -838020,14 +852414,14 @@ "fileName": "core-flows/src/order/workflows/update-tax-lines.ts", "line": 125, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L125" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/order/workflows/update-tax-lines.ts#L125" } ] } } }, { - "id": 31167, + "id": 14627, "name": "CreatePaymentSessionStepInput", "variant": "declaration", "kind": 256, @@ -838042,7 +852436,7 @@ }, "children": [ { - "id": 31168, + "id": 14628, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -838060,7 +852454,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L16" } ], "type": { @@ -838069,7 +852463,7 @@ } }, { - "id": 31169, + "id": 14629, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -838087,7 +852481,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L20" } ], "type": { @@ -838096,7 +852490,7 @@ } }, { - "id": 31170, + "id": 14630, "name": "amount", "variant": "declaration", "kind": 1024, @@ -838114,7 +852508,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L24" } ], "type": { @@ -838128,7 +852522,7 @@ } }, { - "id": 31171, + "id": 14631, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -838157,7 +852551,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 31, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L31" } ], "type": { @@ -838166,7 +852560,7 @@ } }, { - "id": 31172, + "id": 14632, "name": "context", "variant": "declaration", "kind": 1024, @@ -838186,7 +852580,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 35, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L35" } ], "type": { @@ -838200,7 +852594,7 @@ } }, { - "id": 31173, + "id": 14633, "name": "data", "variant": "declaration", "kind": 1024, @@ -838220,7 +852614,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L40" } ], "type": { @@ -838248,12 +852642,12 @@ { "title": "Properties", "children": [ - 31168, - 31169, - 31170, - 31171, - 31172, - 31173 + 14628, + 14629, + 14630, + 14631, + 14632, + 14633 ] } ], @@ -838262,12 +852656,12 @@ "fileName": "core-flows/src/payment-collection/steps/create-payment-session.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts#L12" } ] }, { - "id": 31198, + "id": 14658, "name": "CreateRefundReasonStepInput", "variant": "declaration", "kind": 2097152, @@ -838285,7 +852679,7 @@ "fileName": "core-flows/src/payment-collection/steps/create-refund-reasons.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts#L11" } ], "type": { @@ -838302,7 +852696,7 @@ } }, { - "id": 31211, + "id": 14671, "name": "DeletePaymentSessionStepInput", "variant": "declaration", "kind": 256, @@ -838317,7 +852711,7 @@ }, "children": [ { - "id": 31212, + "id": 14672, "name": "ids", "variant": "declaration", "kind": 1024, @@ -838335,7 +852729,7 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L20" } ], "type": { @@ -838351,7 +852745,7 @@ { "title": "Properties", "children": [ - 31212 + 14672 ] } ], @@ -838360,12 +852754,12 @@ "fileName": "core-flows/src/payment-collection/steps/delete-payment-sessions.ts", "line": 16, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts#L16" } ] }, { - "id": 31225, + "id": 14685, "name": "DeleteRefundReasonsStepInput", "variant": "declaration", "kind": 2097152, @@ -838383,7 +852777,7 @@ "fileName": "core-flows/src/payment-collection/steps/delete-refund-reasons.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts#L8" } ], "type": { @@ -838395,7 +852789,7 @@ } }, { - "id": 31232, + "id": 14692, "name": "UpdatePaymentCollectionStepInput", "variant": "declaration", "kind": 256, @@ -838410,7 +852804,7 @@ }, "children": [ { - "id": 31233, + "id": 14693, "name": "selector", "variant": "declaration", "kind": 1024, @@ -838428,7 +852822,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L20" } ], "type": { @@ -838442,7 +852836,7 @@ } }, { - "id": 31234, + "id": 14694, "name": "update", "variant": "declaration", "kind": 1024, @@ -838460,7 +852854,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L24" } ], "type": { @@ -838478,8 +852872,8 @@ { "title": "Properties", "children": [ - 31233, - 31234 + 14693, + 14694 ] } ], @@ -838488,12 +852882,12 @@ "fileName": "core-flows/src/payment-collection/steps/update-payment-collection.ts", "line": 16, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts#L16" } ] }, { - "id": 31247, + "id": 14707, "name": "UpdateRefundReasonStepInput", "variant": "declaration", "kind": 2097152, @@ -838511,7 +852905,7 @@ "fileName": "core-flows/src/payment-collection/steps/update-refund-reasons.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts#L15" } ], "type": { @@ -838528,7 +852922,7 @@ } }, { - "id": 31260, + "id": 14720, "name": "ValidateDeletedPaymentSessionsStepInput", "variant": "declaration", "kind": 256, @@ -838543,7 +852937,7 @@ }, "children": [ { - "id": 31261, + "id": 14721, "name": "idsToDelete", "variant": "declaration", "kind": 1024, @@ -838561,7 +852955,7 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L11" } ], "type": { @@ -838573,7 +852967,7 @@ } }, { - "id": 31262, + "id": 14722, "name": "idsDeleted", "variant": "declaration", "kind": 1024, @@ -838591,7 +852985,7 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L15" } ], "type": { @@ -838607,8 +853001,8 @@ { "title": "Properties", "children": [ - 31261, - 31262 + 14721, + 14722 ] } ], @@ -838617,12 +853011,12 @@ "fileName": "core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", "line": 7, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts#L7" } ] }, { - "id": 31269, + "id": 14750, "name": "CreatePaymentSessionsWorkflowInput", "variant": "declaration", "kind": 256, @@ -838637,7 +853031,7 @@ }, "children": [ { - "id": 31270, + "id": 14751, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -838653,9 +853047,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 23, + "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L29" } ], "type": { @@ -838664,7 +853058,7 @@ } }, { - "id": 31271, + "id": 14752, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -838680,9 +853074,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 28, + "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L34" } ], "type": { @@ -838691,7 +853085,36 @@ } }, { - "id": 31272, + "id": 14753, + "name": "customer_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the customer that the payment session should be associated with." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", + "line": 38, + "character": 2, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L38" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 14754, "name": "data", "variant": "declaration", "kind": 1024, @@ -838709,9 +853132,9 @@ "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 33, + "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L43" } ], "type": { @@ -838735,7 +853158,7 @@ } }, { - "id": 31273, + "id": 14755, "name": "context", "variant": "declaration", "kind": 1024, @@ -838746,26 +853169,36 @@ "summary": [ { "kind": "text", - "text": "Additional context that's useful for the payment provider to process the payment session." + "text": "Additional context that's useful for the payment provider to process the payment session.\nCurrently all of the context is calculated within the workflow." } ] }, "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 37, + "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L49" } ], "type": { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "PaymentProviderContext" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" }, - "name": "PaymentProviderContext", - "package": "@medusajs/types" + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" } } ], @@ -838773,24 +853206,25 @@ { "title": "Properties", "children": [ - 31270, - 31271, - 31272, - 31273 + 14751, + 14752, + 14753, + 14754, + 14755 ] } ], "sources": [ { "fileName": "core-flows/src/payment-collection/workflows/create-payment-session.ts", - "line": 19, + "line": 25, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts#L25" } ] }, { - "id": 31321, + "id": 14803, "name": "CreateRefundReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -838808,20 +853242,20 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 31322, + "id": 14804, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31323, + "id": 14805, "name": "data", "variant": "declaration", "kind": 1024, @@ -838839,7 +853273,7 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L19" } ], "type": { @@ -838860,7 +853294,7 @@ { "title": "Properties", "children": [ - 31323 + 14805 ] } ], @@ -838869,14 +853303,14 @@ "fileName": "core-flows/src/payment-collection/workflows/create-refund-reasons.ts", "line": 15, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts#L15" } ] } } }, { - "id": 31359, + "id": 14841, "name": "DeletePaymentSessionsWorkflowInput", "variant": "declaration", "kind": 256, @@ -838891,7 +853325,7 @@ }, "children": [ { - "id": 31360, + "id": 14842, "name": "ids", "variant": "declaration", "kind": 1024, @@ -838909,7 +853343,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L18" } ], "type": { @@ -838925,7 +853359,7 @@ { "title": "Properties", "children": [ - 31360 + 14842 ] } ], @@ -838934,12 +853368,12 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", "line": 14, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts#L14" } ] }, { - "id": 31433, + "id": 14915, "name": "DeleteRefundReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -838957,20 +853391,20 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 31434, + "id": 14916, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31435, + "id": 14917, "name": "ids", "variant": "declaration", "kind": 1024, @@ -838988,7 +853422,7 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L15" } ], "type": { @@ -839004,7 +853438,7 @@ { "title": "Properties", "children": [ - 31435 + 14917 ] } ], @@ -839013,14 +853447,14 @@ "fileName": "core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", "line": 11, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts#L11" } ] } } }, { - "id": 31396, + "id": 14878, "name": "UpdateRefundReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -839038,7 +853472,7 @@ "fileName": "core-flows/src/payment-collection/workflows/update-refund-reasons.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L15" } ], "type": { @@ -839055,7 +853489,7 @@ } }, { - "id": 31397, + "id": 14879, "name": "UpdateRefundReasonsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -839073,7 +853507,7 @@ "fileName": "core-flows/src/payment-collection/workflows/update-refund-reasons.ts", "line": 20, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts#L20" } ], "type": { @@ -839090,7 +853524,7 @@ } }, { - "id": 30808, + "id": 14268, "name": "AuthorizePaymentSessionStepInput", "variant": "declaration", "kind": 2097152, @@ -839108,20 +853542,20 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 30809, + "id": 14269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30810, + "id": 14270, "name": "id", "variant": "declaration", "kind": 1024, @@ -839139,7 +853573,7 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L21" } ], "type": { @@ -839148,11 +853582,13 @@ } }, { - "id": 30811, + "id": 14271, "name": "context", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { @@ -839166,7 +853602,7 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L26" } ], "type": { @@ -839194,8 +853630,8 @@ { "title": "Properties", "children": [ - 30810, - 30811 + 14270, + 14271 ] } ], @@ -839204,14 +853640,14 @@ "fileName": "core-flows/src/payment/steps/authorize-payment-session.ts", "line": 17, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/authorize-payment-session.ts#L17" } ] } } }, { - "id": 30846, + "id": 14306, "name": "CancelPaymentStepInput", "variant": "declaration", "kind": 2097152, @@ -839229,20 +853665,20 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 30847, + "id": 14307, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30848, + "id": 14308, "name": "paymentIds", "variant": "declaration", "kind": 1024, @@ -839260,7 +853696,7 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L16" } ], "type": { @@ -839285,7 +853721,7 @@ { "title": "Properties", "children": [ - 30848 + 14308 ] } ], @@ -839294,14 +853730,14 @@ "fileName": "core-flows/src/payment/steps/cancel-payment.ts", "line": 12, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/cancel-payment.ts#L12" } ] } } }, { - "id": 30861, + "id": 14321, "name": "CapturePaymentStepInput", "variant": "declaration", "kind": 2097152, @@ -839319,20 +853755,20 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 30862, + "id": 14322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30863, + "id": 14323, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -839350,7 +853786,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L15" } ], "type": { @@ -839359,7 +853795,7 @@ } }, { - "id": 30864, + "id": 14324, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -839379,7 +853815,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L19" } ], "type": { @@ -839388,7 +853824,7 @@ } }, { - "id": 30865, + "id": 14325, "name": "amount", "variant": "declaration", "kind": 1024, @@ -839408,7 +853844,7 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L23" } ], "type": { @@ -839426,9 +853862,9 @@ { "title": "Properties", "children": [ - 30863, - 30864, - 30865 + 14323, + 14324, + 14325 ] } ], @@ -839437,14 +853873,14 @@ "fileName": "core-flows/src/payment/steps/capture-payment.ts", "line": 11, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/capture-payment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/capture-payment.ts#L11" } ] } } }, { - "id": 30900, + "id": 14360, "name": "RefundPaymentStepInput", "variant": "declaration", "kind": 2097152, @@ -839462,20 +853898,20 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 30901, + "id": 14361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30902, + "id": 14362, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -839493,7 +853929,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L15" } ], "type": { @@ -839502,7 +853938,7 @@ } }, { - "id": 30903, + "id": 14363, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -839522,7 +853958,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L19" } ], "type": { @@ -839531,7 +853967,7 @@ } }, { - "id": 30904, + "id": 14364, "name": "amount", "variant": "declaration", "kind": 1024, @@ -839551,7 +853987,7 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L23" } ], "type": { @@ -839569,9 +854005,9 @@ { "title": "Properties", "children": [ - 30902, - 30903, - 30904 + 14362, + 14363, + 14364 ] } ], @@ -839580,14 +854016,14 @@ "fileName": "core-flows/src/payment/steps/refund-payment.ts", "line": 11, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payment.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payment.ts#L11" } ] } } }, { - "id": 30939, + "id": 14399, "name": "RefundPaymentsStepInput", "variant": "declaration", "kind": 2097152, @@ -839605,7 +854041,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L18" } ], "type": { @@ -839613,14 +854049,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 30940, + "id": 14400, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30941, + "id": 14401, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -839638,7 +854074,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L22" } ], "type": { @@ -839647,7 +854083,7 @@ } }, { - "id": 30942, + "id": 14402, "name": "amount", "variant": "declaration", "kind": 1024, @@ -839665,7 +854101,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L26" } ], "type": { @@ -839679,7 +854115,7 @@ } }, { - "id": 30943, + "id": 14403, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -839699,7 +854135,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L30" } ], "type": { @@ -839712,9 +854148,9 @@ { "title": "Properties", "children": [ - 30941, - 30942, - 30943 + 14401, + 14402, + 14403 ] } ], @@ -839723,7 +854159,7 @@ "fileName": "core-flows/src/payment/steps/refund-payments.ts", "line": 18, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/steps/refund-payments.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/steps/refund-payments.ts#L18" } ] } @@ -839731,7 +854167,7 @@ } }, { - "id": 30956, + "id": 14416, "name": "CapturePaymentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -839749,20 +854185,20 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 30957, + "id": 14417, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 30958, + "id": 14418, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -839780,7 +854216,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L21" } ], "type": { @@ -839789,7 +854225,7 @@ } }, { - "id": 30959, + "id": 14419, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -839809,7 +854245,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L25" } ], "type": { @@ -839818,7 +854254,7 @@ } }, { - "id": 30960, + "id": 14420, "name": "amount", "variant": "declaration", "kind": 1024, @@ -839838,7 +854274,7 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L29" } ], "type": { @@ -839856,9 +854292,9 @@ { "title": "Properties", "children": [ - 30958, - 30959, - 30960 + 14418, + 14419, + 14420 ] } ], @@ -839867,14 +854303,14 @@ "fileName": "core-flows/src/payment/workflows/capture-payment.ts", "line": 17, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/capture-payment.ts#L17" } ] } } }, { - "id": 31062, + "id": 14522, "name": "ValidateRefundStepInput", "variant": "declaration", "kind": 2097152, @@ -839892,20 +854328,20 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 31063, + "id": 14523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31064, + "id": 14524, "name": "order", "variant": "declaration", "kind": 1024, @@ -839923,7 +854359,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L22" } ], "type": { @@ -839937,7 +854373,7 @@ } }, { - "id": 31065, + "id": 14525, "name": "payment", "variant": "declaration", "kind": 1024, @@ -839955,7 +854391,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L26" } ], "type": { @@ -839969,7 +854405,7 @@ } }, { - "id": 31066, + "id": 14526, "name": "amount", "variant": "declaration", "kind": 1024, @@ -839989,7 +854425,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L30" } ], "type": { @@ -840007,9 +854443,9 @@ { "title": "Properties", "children": [ - 31064, - 31065, - 31066 + 14524, + 14525, + 14526 ] } ], @@ -840018,14 +854454,14 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 18, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L18" } ] } } }, { - "id": 31078, + "id": 14538, "name": "RefundPaymentWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -840043,20 +854479,20 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 88, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 31079, + "id": 14539, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31080, + "id": 14540, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -840074,7 +854510,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 92, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L92" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L92" } ], "type": { @@ -840083,7 +854519,7 @@ } }, { - "id": 31081, + "id": 14541, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -840103,7 +854539,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 96, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L96" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L96" } ], "type": { @@ -840112,7 +854548,7 @@ } }, { - "id": 31082, + "id": 14542, "name": "amount", "variant": "declaration", "kind": 1024, @@ -840132,7 +854568,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 100, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L100" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L100" } ], "type": { @@ -840150,9 +854586,9 @@ { "title": "Properties", "children": [ - 31080, - 31081, - 31082 + 14540, + 14541, + 14542 ] } ], @@ -840161,14 +854597,14 @@ "fileName": "core-flows/src/payment/workflows/refund-payment.ts", "line": 88, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L88" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payment.ts#L88" } ] } } }, { - "id": 31112, + "id": 14572, "name": "ValidatePaymentsRefundStepInput", "variant": "declaration", "kind": 2097152, @@ -840186,20 +854622,20 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 31113, + "id": 14573, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31114, + "id": 14574, "name": "payments", "variant": "declaration", "kind": 1024, @@ -840217,7 +854653,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L21" } ], "type": { @@ -840234,7 +854670,7 @@ } }, { - "id": 31115, + "id": 14575, "name": "input", "variant": "declaration", "kind": 1024, @@ -840252,12 +854688,12 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L25" } ], "type": { "type": "reference", - "target": 31127, + "target": 14587, "name": "RefundPaymentsWorkflowInput", "package": "@medusajs/core-flows" } @@ -840267,8 +854703,8 @@ { "title": "Properties", "children": [ - 31114, - 31115 + 14574, + 14575 ] } ], @@ -840277,14 +854713,14 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 17, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L17" } ] } } }, { - "id": 31127, + "id": 14587, "name": "RefundPaymentsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -840302,7 +854738,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 91, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L91" } ], "type": { @@ -840310,14 +854746,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31128, + "id": 14588, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31129, + "id": 14589, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -840335,7 +854771,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 95, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L95" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L95" } ], "type": { @@ -840344,7 +854780,7 @@ } }, { - "id": 31130, + "id": 14590, "name": "amount", "variant": "declaration", "kind": 1024, @@ -840362,7 +854798,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 99, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L99" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L99" } ], "type": { @@ -840376,7 +854812,7 @@ } }, { - "id": 31131, + "id": 14591, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -840396,7 +854832,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 103, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L103" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L103" } ], "type": { @@ -840409,9 +854845,9 @@ { "title": "Properties", "children": [ - 31129, - 31130, - 31131 + 14589, + 14590, + 14591 ] } ], @@ -840420,7 +854856,7 @@ "fileName": "core-flows/src/payment/workflows/refund-payments.ts", "line": 91, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L91" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/payment/workflows/refund-payments.ts#L91" } ] } @@ -840428,7 +854864,7 @@ } }, { - "id": 31495, + "id": 14977, "name": "DeletePriceListsStepInput", "variant": "declaration", "kind": 2097152, @@ -840446,7 +854882,7 @@ "fileName": "core-flows/src/price-list/steps/delete-price-lists.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/delete-price-lists.ts#L8" } ], "type": { @@ -840458,7 +854894,7 @@ } }, { - "id": 31502, + "id": 14984, "name": "GetExistingPriceListsPriceIdsStepInput", "variant": "declaration", "kind": 2097152, @@ -840476,20 +854912,20 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 31503, + "id": 14985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31504, + "id": 14986, "name": "price_list_ids", "variant": "declaration", "kind": 1024, @@ -840507,7 +854943,7 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L12" } ], "type": { @@ -840523,7 +854959,7 @@ { "title": "Properties", "children": [ - 31504 + 14986 ] } ], @@ -840532,14 +854968,14 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 8, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L8" } ] } } }, { - "id": 31505, + "id": 14987, "name": "GetExistingPriceListsPriceIdsStepOutput", "variant": "declaration", "kind": 2097152, @@ -840557,7 +854993,7 @@ "fileName": "core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts#L18" } ], "type": { @@ -840584,7 +855020,7 @@ } }, { - "id": 31521, + "id": 15003, "name": "RemovePriceListPricesStepInput", "variant": "declaration", "kind": 2097152, @@ -840602,7 +855038,7 @@ "fileName": "core-flows/src/price-list/steps/remove-price-list-prices.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts#L8" } ], "type": { @@ -840614,7 +855050,7 @@ } }, { - "id": 31546, + "id": 15028, "name": "UpdatePriceListsStepInput", "variant": "declaration", "kind": 2097152, @@ -840632,7 +855068,7 @@ "fileName": "core-flows/src/price-list/steps/update-price-lists.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/update-price-lists.ts#L17" } ], "type": { @@ -840649,7 +855085,7 @@ } }, { - "id": 31559, + "id": 15041, "name": "ValidatePriceListsStepInput", "variant": "declaration", "kind": 2097152, @@ -840667,7 +855103,7 @@ "fileName": "core-flows/src/price-list/steps/validate-price-lists.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-price-lists.ts#L16" } ], "type": { @@ -840699,7 +855135,7 @@ } }, { - "id": 31575, + "id": 15057, "name": "ValidateVariantPriceLinksStepInput", "variant": "declaration", "kind": 2097152, @@ -840717,7 +855153,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 10, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L10" } ], "type": { @@ -840725,14 +855161,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31576, + "id": 15058, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31577, + "id": 15059, "name": "prices", "variant": "declaration", "kind": 1024, @@ -840752,7 +855188,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" } ], "type": { @@ -840760,14 +855196,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 31578, + "id": 15060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31579, + "id": 15061, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -840785,7 +855221,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 18, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L18" } ], "type": { @@ -840798,7 +855234,7 @@ { "title": "Properties", "children": [ - 31579 + 15061 ] } ], @@ -840807,7 +855243,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 14, "character": 11, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L14" } ] } @@ -840819,7 +855255,7 @@ { "title": "Properties", "children": [ - 31577 + 15059 ] } ], @@ -840828,7 +855264,7 @@ "fileName": "core-flows/src/price-list/steps/validate-variant-price-links.ts", "line": 10, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts#L10" } ] } @@ -840836,7 +855272,7 @@ } }, { - "id": 31595, + "id": 15077, "name": "BatchPriceListPricesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -840854,20 +855290,20 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L19" } ], "type": { "type": "reflection", "declaration": { - "id": 31596, + "id": 15078, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31597, + "id": 15079, "name": "data", "variant": "declaration", "kind": 1024, @@ -840885,7 +855321,7 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L23" } ], "type": { @@ -840903,7 +855339,7 @@ { "title": "Properties", "children": [ - 31597 + 15079 ] } ], @@ -840912,14 +855348,14 @@ "fileName": "core-flows/src/price-list/workflows/batch-price-list-prices.ts", "line": 19, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts#L19" } ] } } }, { - "id": 31637, + "id": 15119, "name": "CreatePriceListPricesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -840937,20 +855373,20 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 31638, + "id": 15120, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31639, + "id": 15121, "name": "data", "variant": "declaration", "kind": 1024, @@ -840968,7 +855404,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L22" } ], "type": { @@ -840989,7 +855425,7 @@ { "title": "Properties", "children": [ - 31639 + 15121 ] } ], @@ -840998,14 +855434,14 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 18, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L18" } ] } } }, { - "id": 31640, + "id": 15122, "name": "CreatePriceListPricesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -841023,7 +855459,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-list-prices.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts#L28" } ], "type": { @@ -841041,7 +855477,7 @@ } }, { - "id": 31676, + "id": 15158, "name": "CreatePriceListsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841059,20 +855495,20 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 31677, + "id": 15159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31678, + "id": 15160, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -841090,7 +855526,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L19" } ], "type": { @@ -841111,7 +855547,7 @@ { "title": "Properties", "children": [ - 31678 + 15160 ] } ], @@ -841120,14 +855556,14 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 15, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L15" } ] } } }, { - "id": 31679, + "id": 15161, "name": "CreatePriceListsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -841145,7 +855581,7 @@ "fileName": "core-flows/src/price-list/workflows/create-price-lists.ts", "line": 25, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/create-price-lists.ts#L25" } ], "type": { @@ -841162,7 +855598,7 @@ } }, { - "id": 31715, + "id": 15197, "name": "DeletePriceListsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841180,20 +855616,20 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 31716, + "id": 15198, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31717, + "id": 15199, "name": "ids", "variant": "declaration", "kind": 1024, @@ -841211,7 +855647,7 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L11" } ], "type": { @@ -841227,7 +855663,7 @@ { "title": "Properties", "children": [ - 31717 + 15199 ] } ], @@ -841236,14 +855672,14 @@ "fileName": "core-flows/src/price-list/workflows/delete-price-lists.ts", "line": 7, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts#L7" } ] } } }, { - "id": 31762, + "id": 15244, "name": "RemovePriceListPricesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841261,20 +855697,20 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 31763, + "id": 15245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31764, + "id": 15246, "name": "ids", "variant": "declaration", "kind": 1024, @@ -841292,7 +855728,7 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L15" } ], "type": { @@ -841308,7 +855744,7 @@ { "title": "Properties", "children": [ - 31764 + 15246 ] } ], @@ -841317,14 +855753,14 @@ "fileName": "core-flows/src/price-list/workflows/remove-price-list-prices.ts", "line": 11, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts#L11" } ] } } }, { - "id": 31800, + "id": 15282, "name": "UpdatePriceListPricesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841342,20 +855778,20 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 31801, + "id": 15283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31802, + "id": 15284, "name": "data", "variant": "declaration", "kind": 1024, @@ -841373,7 +855809,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L22" } ], "type": { @@ -841394,7 +855830,7 @@ { "title": "Properties", "children": [ - 31802 + 15284 ] } ], @@ -841403,14 +855839,14 @@ "fileName": "core-flows/src/price-list/workflows/update-price-list-prices.ts", "line": 18, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts#L18" } ] } } }, { - "id": 31838, + "id": 15320, "name": "UpdatePriceListsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841428,20 +855864,20 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 31839, + "id": 15321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31840, + "id": 15322, "name": "price_lists_data", "variant": "declaration", "kind": 1024, @@ -841459,7 +855895,7 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L12" } ], "type": { @@ -841480,7 +855916,7 @@ { "title": "Properties", "children": [ - 31840 + 15322 ] } ], @@ -841489,14 +855925,14 @@ "fileName": "core-flows/src/price-list/workflows/update-price-lists.ts", "line": 8, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/price-list/workflows/update-price-lists.ts#L8" } ] } } }, { - "id": 31924, + "id": 15406, "name": "CreatePricePreferencesStepInput", "variant": "declaration", "kind": 2097152, @@ -841514,7 +855950,7 @@ "fileName": "core-flows/src/pricing/steps/create-price-preferences.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-preferences.ts#L11" } ], "type": { @@ -841532,7 +855968,7 @@ } }, { - "id": 31893, + "id": 15375, "name": "CreatePriceSetWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841550,7 +855986,7 @@ "fileName": "core-flows/src/pricing/steps/create-price-sets.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/create-price-sets.ts#L11" } ], "type": { @@ -841567,7 +856003,7 @@ } }, { - "id": 31962, + "id": 15444, "name": "DeletePricePreferencesStepInput", "variant": "declaration", "kind": 2097152, @@ -841585,7 +856021,7 @@ "fileName": "core-flows/src/pricing/steps/delete-price-preferences.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts#L8" } ], "type": { @@ -841597,7 +856033,7 @@ } }, { - "id": 31949, + "id": 15431, "name": "UpdatePricePreferencesAsArrayStepInput", "variant": "declaration", "kind": 2097152, @@ -841615,7 +856051,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-preferences-as-array.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts#L15" } ], "type": { @@ -841640,7 +856076,7 @@ } }, { - "id": 31906, + "id": 15388, "name": "UpdatePriceSetsStepInput", "variant": "declaration", "kind": 2097152, @@ -841658,7 +856094,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L13" } ], "type": { @@ -841667,14 +856103,14 @@ { "type": "reflection", "declaration": { - "id": 31907, + "id": 15389, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31908, + "id": 15390, "name": "selector", "variant": "declaration", "kind": 1024, @@ -841694,7 +856130,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 18, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L18" } ], "type": { @@ -841709,7 +856145,7 @@ } }, { - "id": 31909, + "id": 15391, "name": "update", "variant": "declaration", "kind": 1024, @@ -841729,7 +856165,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 22, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L22" } ], "type": { @@ -841748,8 +856184,8 @@ { "title": "Properties", "children": [ - 31908, - 31909 + 15390, + 15391 ] } ], @@ -841758,7 +856194,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 14, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L14" } ] } @@ -841766,14 +856202,14 @@ { "type": "reflection", "declaration": { - "id": 31910, + "id": 15392, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 31911, + "id": 15393, "name": "price_sets", "variant": "declaration", "kind": 1024, @@ -841791,7 +856227,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 28, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L28" } ], "type": { @@ -841813,7 +856249,7 @@ { "title": "Properties", "children": [ - 31911 + 15393 ] } ], @@ -841822,7 +856258,7 @@ "fileName": "core-flows/src/pricing/steps/update-price-sets.ts", "line": 24, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/steps/update-price-sets.ts#L24" } ] } @@ -841831,7 +856267,7 @@ } }, { - "id": 31969, + "id": 15451, "name": "CreatePricePreferencesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841849,7 +856285,7 @@ "fileName": "core-flows/src/pricing/workflows/create-price-preferences.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts#L12" } ], "type": { @@ -841867,7 +856303,7 @@ } }, { - "id": 32040, + "id": 15522, "name": "DeletePricePreferencesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -841885,7 +856321,7 @@ "fileName": "core-flows/src/pricing/workflows/delete-price-preferences.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts#L7" } ], "type": { @@ -841897,7 +856333,7 @@ } }, { - "id": 34185, + "id": 17672, "name": "CreateProductCategoriesStepInput", "variant": "declaration", "kind": 2097152, @@ -841915,20 +856351,20 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 34186, + "id": 17673, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34187, + "id": 17674, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -841946,7 +856382,7 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L15" } ], "type": { @@ -841967,7 +856403,7 @@ { "title": "Properties", "children": [ - 34187 + 17674 ] } ], @@ -841976,14 +856412,14 @@ "fileName": "core-flows/src/product-category/steps/create-product-categories.ts", "line": 11, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/create-product-categories.ts#L11" } ] } } }, { - "id": 34216, + "id": 17703, "name": "DeleteProductCategoriesStepInput", "variant": "declaration", "kind": 2097152, @@ -842001,7 +856437,7 @@ "fileName": "core-flows/src/product-category/steps/delete-product-categories.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/delete-product-categories.ts#L8" } ], "type": { @@ -842013,7 +856449,7 @@ } }, { - "id": 34200, + "id": 17687, "name": "UpdateProductCategoriesStepInput", "variant": "declaration", "kind": 2097152, @@ -842031,20 +856467,20 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 34201, + "id": 17688, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34202, + "id": 17689, "name": "selector", "variant": "declaration", "kind": 1024, @@ -842062,7 +856498,7 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L19" } ], "type": { @@ -842076,7 +856512,7 @@ } }, { - "id": 34203, + "id": 17690, "name": "update", "variant": "declaration", "kind": 1024, @@ -842094,7 +856530,7 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L23" } ], "type": { @@ -842112,8 +856548,8 @@ { "title": "Properties", "children": [ - 34202, - 34203 + 17689, + 17690 ] } ], @@ -842122,14 +856558,14 @@ "fileName": "core-flows/src/product-category/steps/update-product-categories.ts", "line": 15, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/steps/update-product-categories.ts#L15" } ] } } }, { - "id": 34223, + "id": 17710, "name": "CreateProductCategoriesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -842147,7 +856583,7 @@ "fileName": "core-flows/src/product-category/workflows/create-product-categories.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/create-product-categories.ts#L19" } ], "type": { @@ -842164,7 +856600,7 @@ } }, { - "id": 34327, + "id": 17814, "name": "DeleteProductCategoriesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -842182,7 +856618,7 @@ "fileName": "core-flows/src/product-category/workflows/delete-product-categories.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts#L15" } ], "type": { @@ -842194,7 +856630,7 @@ } }, { - "id": 34275, + "id": 17762, "name": "UpdateProductCategoriesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -842212,7 +856648,7 @@ "fileName": "core-flows/src/product-category/workflows/update-product-categories.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product-category/workflows/update-product-categories.ts#L16" } ], "type": { @@ -842229,7 +856665,7 @@ } }, { - "id": 32153, + "id": 15635, "name": "CreateVariantPricingLinkStepInput", "variant": "declaration", "kind": 2097152, @@ -842247,20 +856683,20 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 32154, + "id": 15636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32155, + "id": 15637, "name": "links", "variant": "declaration", "kind": 1024, @@ -842278,7 +856714,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" } ], "type": { @@ -842286,14 +856722,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32156, + "id": 15638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32157, + "id": 15639, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -842311,7 +856747,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L15" } ], "type": { @@ -842320,7 +856756,7 @@ } }, { - "id": 32158, + "id": 15640, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -842338,7 +856774,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L19" } ], "type": { @@ -842351,8 +856787,8 @@ { "title": "Properties", "children": [ - 32157, - 32158 + 15639, + 15640 ] } ], @@ -842361,7 +856797,7 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L11" } ] } @@ -842373,7 +856809,7 @@ { "title": "Properties", "children": [ - 32155 + 15637 ] } ], @@ -842382,14 +856818,14 @@ "fileName": "core-flows/src/product/steps/create-variant-pricing-link.ts", "line": 7, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts#L7" } ] } } }, { - "id": 32265, + "id": 15747, "name": "DeleteCollectionsStepInput", "variant": "declaration", "kind": 2097152, @@ -842407,7 +856843,7 @@ "fileName": "core-flows/src/product/steps/delete-collections.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-collections.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-collections.ts#L8" } ], "type": { @@ -842419,7 +856855,7 @@ } }, { - "id": 32193, + "id": 15675, "name": "DeleteProductOptionsStepInput", "variant": "declaration", "kind": 2097152, @@ -842437,7 +856873,7 @@ "fileName": "core-flows/src/product/steps/delete-product-options.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-options.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-options.ts#L8" } ], "type": { @@ -842449,7 +856885,7 @@ } }, { - "id": 32347, + "id": 15829, "name": "DeleteProductTagsStepInput", "variant": "declaration", "kind": 2097152, @@ -842467,7 +856903,7 @@ "fileName": "core-flows/src/product/steps/delete-product-tags.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-tags.ts#L8" } ], "type": { @@ -842479,7 +856915,7 @@ } }, { - "id": 32312, + "id": 15794, "name": "DeleteProductTypesStepInput", "variant": "declaration", "kind": 2097152, @@ -842497,7 +856933,7 @@ "fileName": "core-flows/src/product/steps/delete-product-types.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-types.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-types.ts#L8" } ], "type": { @@ -842509,7 +856945,7 @@ } }, { - "id": 32230, + "id": 15712, "name": "DeleteProductVariantsStepInput", "variant": "declaration", "kind": 2097152, @@ -842527,7 +856963,7 @@ "fileName": "core-flows/src/product/steps/delete-product-variants.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-product-variants.ts#L8" } ], "type": { @@ -842539,7 +856975,7 @@ } }, { - "id": 32115, + "id": 15597, "name": "DeleteProductsStepInput", "variant": "declaration", "kind": 2097152, @@ -842557,7 +856993,7 @@ "fileName": "core-flows/src/product/steps/delete-products.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/delete-products.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/delete-products.ts#L8" } ], "type": { @@ -842569,7 +857005,7 @@ } }, { - "id": 32354, + "id": 15836, "name": "GenerateProductCsvStepInput", "variant": "declaration", "kind": 2097152, @@ -842587,7 +857023,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 64, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L64" } ], "type": { @@ -842605,7 +857041,7 @@ } }, { - "id": 32355, + "id": 15837, "name": "GenerateProductCsvStepOutput", "variant": "declaration", "kind": 2097152, @@ -842623,20 +857059,20 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 69, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 32356, + "id": 15838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32357, + "id": 15839, "name": "id", "variant": "declaration", "kind": 1024, @@ -842654,7 +857090,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 73, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L73" } ], "type": { @@ -842663,7 +857099,7 @@ } }, { - "id": 32358, + "id": 15840, "name": "filename", "variant": "declaration", "kind": 1024, @@ -842681,7 +857117,7 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 77, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L77" } ], "type": { @@ -842694,8 +857130,8 @@ { "title": "Properties", "children": [ - 32357, - 32358 + 15839, + 15840 ] } ], @@ -842704,14 +857140,14 @@ "fileName": "core-flows/src/product/steps/generate-product-csv.ts", "line": 69, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L69" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/generate-product-csv.ts#L69" } ] } } }, { - "id": 32137, + "id": 15619, "name": "GetAllProductsStepInput", "variant": "declaration", "kind": 2097152, @@ -842729,20 +857165,20 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 32138, + "id": 15620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32139, + "id": 15621, "name": "select", "variant": "declaration", "kind": 1024, @@ -842760,7 +857196,7 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L17" } ], "type": { @@ -842772,7 +857208,7 @@ } }, { - "id": 32140, + "id": 15622, "name": "filter", "variant": "declaration", "kind": 1024, @@ -842792,7 +857228,7 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L21" } ], "type": { @@ -842810,8 +857246,8 @@ { "title": "Properties", "children": [ - 32139, - 32140 + 15621, + 15622 ] } ], @@ -842820,14 +857256,14 @@ "fileName": "core-flows/src/product/steps/get-all-products.ts", "line": 11, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-all-products.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-all-products.ts#L11" } ] } } }, { - "id": 32122, + "id": 15604, "name": "GetProductsStepInput", "variant": "declaration", "kind": 2097152, @@ -842845,20 +857281,20 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 32123, + "id": 15605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32124, + "id": 15606, "name": "ids", "variant": "declaration", "kind": 1024, @@ -842878,7 +857314,7 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L12" } ], "type": { @@ -842894,7 +857330,7 @@ { "title": "Properties", "children": [ - 32124 + 15606 ] } ], @@ -842903,14 +857339,14 @@ "fileName": "core-flows/src/product/steps/get-products.ts", "line": 8, "character": 35, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-products.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-products.ts#L8" } ] } } }, { - "id": 32426, + "id": 15908, "name": "GetVariantAvailabilityStepInput", "variant": "declaration", "kind": 2097152, @@ -842928,20 +857364,20 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 10, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L10" } ], "type": { "type": "reflection", "declaration": { - "id": 32427, + "id": 15909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32428, + "id": 15910, "name": "variant_ids", "variant": "declaration", "kind": 1024, @@ -842959,7 +857395,7 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 14, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L14" } ], "type": { @@ -842971,7 +857407,7 @@ } }, { - "id": 32429, + "id": 15911, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -842989,7 +857425,7 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L18" } ], "type": { @@ -843002,8 +857438,8 @@ { "title": "Properties", "children": [ - 32428, - 32429 + 15910, + 15911 ] } ], @@ -843012,14 +857448,14 @@ "fileName": "core-flows/src/product/steps/get-variant-availability.ts", "line": 10, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/get-variant-availability.ts#L10" } ] } } }, { - "id": 32387, + "id": 15869, "name": "GroupProductsForBatchStepInput", "variant": "declaration", "kind": 2097152, @@ -843037,7 +857473,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L8" } ], "type": { @@ -843058,14 +857494,14 @@ { "type": "reflection", "declaration": { - "id": 32388, + "id": 15870, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32389, + "id": 15871, "name": "id", "variant": "declaration", "kind": 1024, @@ -843085,7 +857521,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L12" } ], "type": { @@ -843098,7 +857534,7 @@ { "title": "Properties", "children": [ - 32389 + 15871 ] } ], @@ -843107,7 +857543,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 8, "character": 77, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L8" } ] } @@ -843117,7 +857553,7 @@ } }, { - "id": 32390, + "id": 15872, "name": "GroupProductsForBatchStepOutput", "variant": "declaration", "kind": 2097152, @@ -843127,20 +857563,20 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 32391, + "id": 15873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32392, + "id": 15874, "name": "create", "variant": "declaration", "kind": 1024, @@ -843158,7 +857594,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L19" } ], "type": { @@ -843176,7 +857612,7 @@ } }, { - "id": 32393, + "id": 15875, "name": "update", "variant": "declaration", "kind": 1024, @@ -843194,7 +857630,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -843215,14 +857651,14 @@ { "type": "reflection", "declaration": { - "id": 32394, + "id": 15876, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32395, + "id": 15877, "name": "id", "variant": "declaration", "kind": 1024, @@ -843232,7 +857668,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ], "type": { @@ -843245,7 +857681,7 @@ { "title": "Properties", "children": [ - 32395 + 15877 ] } ], @@ -843254,7 +857690,7 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 23, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L23" } ] } @@ -843268,8 +857704,8 @@ { "title": "Properties", "children": [ - 32392, - 32393 + 15874, + 15875 ] } ], @@ -843278,14 +857714,14 @@ "fileName": "core-flows/src/product/steps/group-products-for-batch.ts", "line": 15, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/group-products-for-batch.ts#L15" } ] } } }, { - "id": 32374, + "id": 15856, "name": "ParseProductCsvStepInput", "variant": "declaration", "kind": 2097152, @@ -843301,9 +857737,9 @@ "sources": [ { "fileName": "core-flows/src/product/steps/parse-product-csv.ts", - "line": 15, + "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/parse-product-csv.ts#L16" } ], "type": { @@ -843312,7 +857748,7 @@ } }, { - "id": 32249, + "id": 15731, "name": "UpdateCollectionsStepInput", "variant": "declaration", "kind": 2097152, @@ -843330,20 +857766,20 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 32250, + "id": 15732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32251, + "id": 15733, "name": "selector", "variant": "declaration", "kind": 1024, @@ -843361,7 +857797,7 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L15" } ], "type": { @@ -843376,7 +857812,7 @@ } }, { - "id": 32252, + "id": 15734, "name": "update", "variant": "declaration", "kind": 1024, @@ -843394,7 +857830,7 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L19" } ], "type": { @@ -843413,8 +857849,8 @@ { "title": "Properties", "children": [ - 32251, - 32252 + 15733, + 15734 ] } ], @@ -843423,14 +857859,14 @@ "fileName": "core-flows/src/product/steps/update-collections.ts", "line": 11, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-collections.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-collections.ts#L11" } ] } } }, { - "id": 32177, + "id": 15659, "name": "UpdateProductOptionsStepInput", "variant": "declaration", "kind": 2097152, @@ -843448,20 +857884,20 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 32178, + "id": 15660, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32179, + "id": 15661, "name": "selector", "variant": "declaration", "kind": 1024, @@ -843479,7 +857915,7 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L15" } ], "type": { @@ -843494,7 +857930,7 @@ } }, { - "id": 32180, + "id": 15662, "name": "update", "variant": "declaration", "kind": 1024, @@ -843512,7 +857948,7 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L19" } ], "type": { @@ -843531,8 +857967,8 @@ { "title": "Properties", "children": [ - 32179, - 32180 + 15661, + 15662 ] } ], @@ -843541,14 +857977,14 @@ "fileName": "core-flows/src/product/steps/update-product-options.ts", "line": 11, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-options.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-options.ts#L11" } ] } } }, { - "id": 32331, + "id": 15813, "name": "UpdateProductTagsStepInput", "variant": "declaration", "kind": 2097152, @@ -843566,20 +858002,20 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 32332, + "id": 15814, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32333, + "id": 15815, "name": "selector", "variant": "declaration", "kind": 1024, @@ -843597,7 +858033,7 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L15" } ], "type": { @@ -843612,7 +858048,7 @@ } }, { - "id": 32334, + "id": 15816, "name": "update", "variant": "declaration", "kind": 1024, @@ -843630,7 +858066,7 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L19" } ], "type": { @@ -843649,8 +858085,8 @@ { "title": "Properties", "children": [ - 32333, - 32334 + 15815, + 15816 ] } ], @@ -843659,14 +858095,14 @@ "fileName": "core-flows/src/product/steps/update-product-tags.ts", "line": 11, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-tags.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-tags.ts#L11" } ] } } }, { - "id": 32296, + "id": 15778, "name": "UpdateProductTypesStepInput", "variant": "declaration", "kind": 2097152, @@ -843684,20 +858120,20 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 32297, + "id": 15779, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32298, + "id": 15780, "name": "selector", "variant": "declaration", "kind": 1024, @@ -843715,7 +858151,7 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L15" } ], "type": { @@ -843730,7 +858166,7 @@ } }, { - "id": 32299, + "id": 15781, "name": "update", "variant": "declaration", "kind": 1024, @@ -843748,7 +858184,7 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L19" } ], "type": { @@ -843767,8 +858203,8 @@ { "title": "Properties", "children": [ - 32298, - 32299 + 15780, + 15781 ] } ], @@ -843777,14 +858213,14 @@ "fileName": "core-flows/src/product/steps/update-product-types.ts", "line": 11, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-types.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-types.ts#L11" } ] } } }, { - "id": 32212, + "id": 15694, "name": "UpdateProductVariantsStepInput", "variant": "declaration", "kind": 2097152, @@ -843802,7 +858238,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L12" } ], "type": { @@ -843811,14 +858247,14 @@ { "type": "reflection", "declaration": { - "id": 32213, + "id": 15695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32214, + "id": 15696, "name": "selector", "variant": "declaration", "kind": 1024, @@ -843836,7 +858272,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 17, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L17" } ], "type": { @@ -843851,7 +858287,7 @@ } }, { - "id": 32215, + "id": 15697, "name": "update", "variant": "declaration", "kind": 1024, @@ -843869,7 +858305,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 21, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L21" } ], "type": { @@ -843888,8 +858324,8 @@ { "title": "Properties", "children": [ - 32214, - 32215 + 15696, + 15697 ] } ], @@ -843898,7 +858334,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L13" } ] } @@ -843906,14 +858342,14 @@ { "type": "reflection", "declaration": { - "id": 32216, + "id": 15698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32217, + "id": 15699, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -843931,7 +858367,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L27" } ], "type": { @@ -843953,7 +858389,7 @@ { "title": "Properties", "children": [ - 32217 + 15699 ] } ], @@ -843962,7 +858398,7 @@ "fileName": "core-flows/src/product/steps/update-product-variants.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-product-variants.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-product-variants.ts#L23" } ] } @@ -843971,7 +858407,7 @@ } }, { - "id": 32097, + "id": 15579, "name": "UpdateProductsStepInput", "variant": "declaration", "kind": 2097152, @@ -843989,7 +858425,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L12" } ], "type": { @@ -843998,14 +858434,14 @@ { "type": "reflection", "declaration": { - "id": 32098, + "id": 15580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32099, + "id": 15581, "name": "selector", "variant": "declaration", "kind": 1024, @@ -844023,7 +858459,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 17, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L17" } ], "type": { @@ -844038,7 +858474,7 @@ } }, { - "id": 32100, + "id": 15582, "name": "update", "variant": "declaration", "kind": 1024, @@ -844056,7 +858492,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 21, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L21" } ], "type": { @@ -844075,8 +858511,8 @@ { "title": "Properties", "children": [ - 32099, - 32100 + 15581, + 15582 ] } ], @@ -844085,7 +858521,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 13, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L13" } ] } @@ -844093,14 +858529,14 @@ { "type": "reflection", "declaration": { - "id": 32101, + "id": 15583, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32102, + "id": 15584, "name": "products", "variant": "declaration", "kind": 1024, @@ -844118,7 +858554,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L27" } ], "type": { @@ -844140,7 +858576,7 @@ { "title": "Properties", "children": [ - 32102 + 15584 ] } ], @@ -844149,7 +858585,7 @@ "fileName": "core-flows/src/product/steps/update-products.ts", "line": 23, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/steps/update-products.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/steps/update-products.ts#L23" } ] } @@ -844158,7 +858594,7 @@ } }, { - "id": 32495, + "id": 15977, "name": "BatchProductVariantsWorkflowInput", "variant": "declaration", "kind": 256, @@ -844173,7 +858609,7 @@ }, "children": [ { - "id": 32496, + "id": 15978, "name": "create", "variant": "declaration", "kind": 1024, @@ -844215,7 +858651,7 @@ } }, { - "id": 32497, + "id": 15979, "name": "update", "variant": "declaration", "kind": 1024, @@ -844257,7 +858693,7 @@ } }, { - "id": 32498, + "id": 15980, "name": "delete", "variant": "declaration", "kind": 1024, @@ -844298,9 +858734,9 @@ { "title": "Properties", "children": [ - 32496, - 32497, - 32498 + 15978, + 15979, + 15980 ] } ], @@ -844309,7 +858745,7 @@ "fileName": "core-flows/src/product/workflows/batch-product-variants.ts", "line": 22, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L22" } ], "extendedTypes": [ @@ -844345,7 +858781,7 @@ ] }, { - "id": 32499, + "id": 15981, "name": "BatchProductVariantsWorkflowOutput", "variant": "declaration", "kind": 256, @@ -844360,7 +858796,7 @@ }, "children": [ { - "id": 32500, + "id": 15982, "name": "created", "variant": "declaration", "kind": 1024, @@ -844401,7 +858837,7 @@ } }, { - "id": 32501, + "id": 15983, "name": "updated", "variant": "declaration", "kind": 1024, @@ -844442,7 +858878,7 @@ } }, { - "id": 32502, + "id": 15984, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -844482,9 +858918,9 @@ { "title": "Properties", "children": [ - 32500, - 32501, - 32502 + 15982, + 15983, + 15984 ] } ], @@ -844493,7 +858929,7 @@ "fileName": "core-flows/src/product/workflows/batch-product-variants.ts", "line": 30, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-product-variants.ts#L30" } ], "extendedTypes": [ @@ -844521,7 +858957,7 @@ ] }, { - "id": 32542, + "id": 16024, "name": "BatchProductWorkflowInput", "variant": "declaration", "kind": 256, @@ -844536,7 +858972,7 @@ }, "children": [ { - "id": 32543, + "id": 16025, "name": "create", "variant": "declaration", "kind": 1024, @@ -844578,7 +859014,7 @@ } }, { - "id": 32544, + "id": 16026, "name": "update", "variant": "declaration", "kind": 1024, @@ -844620,7 +859056,7 @@ } }, { - "id": 32545, + "id": 16027, "name": "delete", "variant": "declaration", "kind": 1024, @@ -844661,9 +859097,9 @@ { "title": "Properties", "children": [ - 32543, - 32544, - 32545 + 16025, + 16026, + 16027 ] } ], @@ -844672,7 +859108,7 @@ "fileName": "core-flows/src/product/workflows/batch-products.ts", "line": 22, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/batch-products.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/batch-products.ts#L22" } ], "extendedTypes": [ @@ -844708,7 +859144,7 @@ ] }, { - "id": 32629, + "id": 16111, "name": "CreateCollectionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -844726,7 +859162,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L16" } ], "type": { @@ -844735,14 +859171,14 @@ { "type": "reflection", "declaration": { - "id": 32630, + "id": 16112, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32631, + "id": 16113, "name": "collections", "variant": "declaration", "kind": 1024, @@ -844760,7 +859196,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L20" } ], "type": { @@ -844782,7 +859218,7 @@ { "title": "Properties", "children": [ - 32631 + 16113 ] } ], @@ -844791,7 +859227,7 @@ "fileName": "core-flows/src/product/workflows/create-collections.ts", "line": 16, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-collections.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-collections.ts#L16" } ] } @@ -844809,7 +859245,7 @@ } }, { - "id": 32684, + "id": 16166, "name": "CreateProductOptionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -844827,7 +859263,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L16" } ], "type": { @@ -844836,14 +859272,14 @@ { "type": "reflection", "declaration": { - "id": 32685, + "id": 16167, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32686, + "id": 16168, "name": "product_options", "variant": "declaration", "kind": 1024, @@ -844861,7 +859297,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L20" } ], "type": { @@ -844883,7 +859319,7 @@ { "title": "Properties", "children": [ - 32686 + 16168 ] } ], @@ -844892,7 +859328,7 @@ "fileName": "core-flows/src/product/workflows/create-product-options.ts", "line": 16, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-options.ts#L16" } ] } @@ -844910,7 +859346,7 @@ } }, { - "id": 32794, + "id": 16276, "name": "CreateProductTagsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -844928,7 +859364,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L16" } ], "type": { @@ -844937,14 +859373,14 @@ { "type": "reflection", "declaration": { - "id": 32795, + "id": 16277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32796, + "id": 16278, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -844962,7 +859398,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L20" } ], "type": { @@ -844984,7 +859420,7 @@ { "title": "Properties", "children": [ - 32796 + 16278 ] } ], @@ -844993,7 +859429,7 @@ "fileName": "core-flows/src/product/workflows/create-product-tags.ts", "line": 16, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-tags.ts#L16" } ] } @@ -845011,7 +859447,7 @@ } }, { - "id": 32739, + "id": 16221, "name": "CreateProductTypesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845029,7 +859465,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L16" } ], "type": { @@ -845038,14 +859474,14 @@ { "type": "reflection", "declaration": { - "id": 32740, + "id": 16222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32741, + "id": 16223, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -845063,7 +859499,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L20" } ], "type": { @@ -845085,7 +859521,7 @@ { "title": "Properties", "children": [ - 32741 + 16223 ] } ], @@ -845094,7 +859530,7 @@ "fileName": "core-flows/src/product/workflows/create-product-types.ts", "line": 16, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-types.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-types.ts#L16" } ] } @@ -845112,7 +859548,7 @@ } }, { - "id": 32849, + "id": 16331, "name": "CreateProductVariantsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845130,7 +859566,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 35, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L35" } ], "type": { @@ -845139,14 +859575,14 @@ { "type": "reflection", "declaration": { - "id": 32850, + "id": 16332, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32851, + "id": 16333, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -845164,7 +859600,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" } ], "type": { @@ -845185,14 +859621,14 @@ { "type": "reflection", "declaration": { - "id": 32852, + "id": 16334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32853, + "id": 16335, "name": "prices", "variant": "declaration", "kind": 1024, @@ -845212,7 +859648,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 43, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L43" } ], "type": { @@ -845234,7 +859670,7 @@ { "title": "Properties", "children": [ - 32853 + 16335 ] } ], @@ -845243,7 +859679,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 39, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L39" } ] } @@ -845251,14 +859687,14 @@ { "type": "reflection", "declaration": { - "id": 32854, + "id": 16336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32855, + "id": 16337, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -845278,7 +859714,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ], "type": { @@ -845286,14 +859722,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 32856, + "id": 16338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 32857, + "id": 16339, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -845311,7 +859747,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 52, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L52" } ], "type": { @@ -845320,7 +859756,7 @@ } }, { - "id": 32858, + "id": 16340, "name": "required_quantity", "variant": "declaration", "kind": 1024, @@ -845356,7 +859792,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 59, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L59" } ], "type": { @@ -845369,8 +859805,8 @@ { "title": "Properties", "children": [ - 32857, - 32858 + 16339, + 16340 ] } ], @@ -845379,7 +859815,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 48, "character": 22, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L48" } ] } @@ -845391,7 +859827,7 @@ { "title": "Properties", "children": [ - 32855 + 16337 ] } ], @@ -845400,7 +859836,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 44, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L44" } ] } @@ -845414,7 +859850,7 @@ { "title": "Properties", "children": [ - 32851 + 16333 ] } ], @@ -845423,7 +859859,7 @@ "fileName": "core-flows/src/product/workflows/create-product-variants.ts", "line": 35, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-product-variants.ts#L35" } ] } @@ -845441,7 +859877,7 @@ } }, { - "id": 33148, + "id": 16630, "name": "ValidateProductInputStepInput", "variant": "declaration", "kind": 256, @@ -845456,7 +859892,7 @@ }, "children": [ { - "id": 33149, + "id": 16631, "name": "products", "variant": "declaration", "kind": 1024, @@ -845472,9 +859908,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 32, + "line": 38, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L32" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L38" } ], "type": { @@ -845482,11 +859918,99 @@ "elementType": { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "CreateProductWorkflowInputDTO" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Omit" }, - "name": "CreateProductWorkflowInputDTO", - "package": "@medusajs/types" + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "CreateProductWorkflowInputDTO" + }, + "name": "CreateProductWorkflowInputDTO", + "package": "@medusajs/types" + }, + { + "type": "literal", + "value": "sales_channels" + } + ], + "name": "Omit", + "package": "typescript" + } + } + }, + { + "id": 16632, + "name": "shippingProfiles", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profiles to validate." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 2, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reflection", + "declaration": { + "id": 16633, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 16634, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 22, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 16634 + ] + } + ], + "sources": [ + { + "fileName": "core-flows/src/product/workflows/create-products.ts", + "line": 43, + "character": 20, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L43" + } + ] + } } } } @@ -845495,21 +860019,22 @@ { "title": "Properties", "children": [ - 33149 + 16631, + 16632 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 28, + "line": 34, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L34" } ] }, { - "id": 33161, + "id": 16646, "name": "CreateProductsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845525,9 +860050,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 94, + "line": 124, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L124" } ], "type": { @@ -845536,14 +860061,14 @@ { "type": "reflection", "declaration": { - "id": 33162, + "id": 16647, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33163, + "id": 16648, "name": "products", "variant": "declaration", "kind": 1024, @@ -845559,9 +860084,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 98, + "line": 128, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L98" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L128" } ], "type": { @@ -845582,16 +860107,16 @@ { "title": "Properties", "children": [ - 33163 + 16648 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/create-products.ts", - "line": 94, + "line": 124, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/create-products.ts#L94" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/create-products.ts#L124" } ] } @@ -845609,7 +860134,7 @@ } }, { - "id": 33210, + "id": 16695, "name": "DeleteCollectionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845627,20 +860152,20 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 33211, + "id": 16696, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33212, + "id": 16697, "name": "ids", "variant": "declaration", "kind": 1024, @@ -845658,7 +860183,7 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L19" } ], "type": { @@ -845674,7 +860199,7 @@ { "title": "Properties", "children": [ - 33212 + 16697 ] } ], @@ -845683,14 +860208,14 @@ "fileName": "core-flows/src/product/workflows/delete-collections.ts", "line": 15, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-collections.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-collections.ts#L15" } ] } } }, { - "id": 33252, + "id": 16737, "name": "DeleteProductOptionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845708,20 +860233,20 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 33253, + "id": 16738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33254, + "id": 16739, "name": "ids", "variant": "declaration", "kind": 1024, @@ -845739,7 +860264,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L19" } ], "type": { @@ -845755,7 +860280,7 @@ { "title": "Properties", "children": [ - 33254 + 16739 ] } ], @@ -845764,14 +860289,14 @@ "fileName": "core-flows/src/product/workflows/delete-product-options.ts", "line": 15, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-options.ts#L15" } ] } } }, { - "id": 33336, + "id": 16821, "name": "DeleteProductTagsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845789,20 +860314,20 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 33337, + "id": 16822, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33338, + "id": 16823, "name": "ids", "variant": "declaration", "kind": 1024, @@ -845820,7 +860345,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L19" } ], "type": { @@ -845836,7 +860361,7 @@ { "title": "Properties", "children": [ - 33338 + 16823 ] } ], @@ -845845,14 +860370,14 @@ "fileName": "core-flows/src/product/workflows/delete-product-tags.ts", "line": 15, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-tags.ts#L15" } ] } } }, { - "id": 33294, + "id": 16779, "name": "DeleteProductTypesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845870,20 +860395,20 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 33295, + "id": 16780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33296, + "id": 16781, "name": "ids", "variant": "declaration", "kind": 1024, @@ -845901,7 +860426,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L19" } ], "type": { @@ -845917,7 +860442,7 @@ { "title": "Properties", "children": [ - 33296 + 16781 ] } ], @@ -845926,14 +860451,14 @@ "fileName": "core-flows/src/product/workflows/delete-product-types.ts", "line": 15, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-types.ts#L15" } ] } } }, { - "id": 33378, + "id": 16863, "name": "DeleteProductVariantsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -845951,20 +860476,20 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 23, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L23" } ], "type": { "type": "reflection", "declaration": { - "id": 33379, + "id": 16864, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33380, + "id": 16865, "name": "ids", "variant": "declaration", "kind": 1024, @@ -845982,7 +860507,7 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L27" } ], "type": { @@ -845998,7 +860523,7 @@ { "title": "Properties", "children": [ - 33380 + 16865 ] } ], @@ -846007,14 +860532,14 @@ "fileName": "core-flows/src/product/workflows/delete-product-variants.ts", "line": 23, "character": 49, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-product-variants.ts#L23" } ] } } }, { - "id": 33420, + "id": 16905, "name": "DeleteProductsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -846032,20 +860557,20 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L22" } ], "type": { "type": "reflection", "declaration": { - "id": 33421, + "id": 16906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33422, + "id": 16907, "name": "ids", "variant": "declaration", "kind": 1024, @@ -846063,7 +860588,7 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 26, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L26" } ], "type": { @@ -846079,7 +860604,7 @@ { "title": "Properties", "children": [ - 33422 + 16907 ] } ], @@ -846088,14 +860613,14 @@ "fileName": "core-flows/src/product/workflows/delete-products.ts", "line": 22, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/delete-products.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/delete-products.ts#L22" } ] } } }, { - "id": 33462, + "id": 16947, "name": "UpdateCollectionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -846113,7 +860638,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L16" } ], "type": { @@ -846122,14 +860647,14 @@ { "type": "reflection", "declaration": { - "id": 33463, + "id": 16948, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33464, + "id": 16949, "name": "selector", "variant": "declaration", "kind": 1024, @@ -846147,7 +860672,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L20" } ], "type": { @@ -846162,7 +860687,7 @@ } }, { - "id": 33465, + "id": 16950, "name": "update", "variant": "declaration", "kind": 1024, @@ -846180,7 +860705,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L24" } ], "type": { @@ -846199,8 +860724,8 @@ { "title": "Properties", "children": [ - 33464, - 33465 + 16949, + 16950 ] } ], @@ -846209,7 +860734,7 @@ "fileName": "core-flows/src/product/workflows/update-collections.ts", "line": 16, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-collections.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-collections.ts#L16" } ] } @@ -846227,7 +860752,7 @@ } }, { - "id": 33518, + "id": 17003, "name": "UpdateProductOptionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -846245,7 +860770,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L16" } ], "type": { @@ -846254,14 +860779,14 @@ { "type": "reflection", "declaration": { - "id": 33519, + "id": 17004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33520, + "id": 17005, "name": "selector", "variant": "declaration", "kind": 1024, @@ -846279,7 +860804,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L20" } ], "type": { @@ -846294,7 +860819,7 @@ } }, { - "id": 33521, + "id": 17006, "name": "update", "variant": "declaration", "kind": 1024, @@ -846312,7 +860837,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L24" } ], "type": { @@ -846331,8 +860856,8 @@ { "title": "Properties", "children": [ - 33520, - 33521 + 17005, + 17006 ] } ], @@ -846341,7 +860866,7 @@ "fileName": "core-flows/src/product/workflows/update-product-options.ts", "line": 16, "character": 48, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-options.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-options.ts#L16" } ] } @@ -846359,7 +860884,7 @@ } }, { - "id": 33626, + "id": 17111, "name": "UpdateProductTagsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -846377,7 +860902,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L16" } ], "type": { @@ -846386,14 +860911,14 @@ { "type": "reflection", "declaration": { - "id": 33627, + "id": 17112, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33628, + "id": 17113, "name": "selector", "variant": "declaration", "kind": 1024, @@ -846411,7 +860936,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L20" } ], "type": { @@ -846426,7 +860951,7 @@ } }, { - "id": 33629, + "id": 17114, "name": "update", "variant": "declaration", "kind": 1024, @@ -846444,7 +860969,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L24" } ], "type": { @@ -846463,8 +860988,8 @@ { "title": "Properties", "children": [ - 33628, - 33629 + 17113, + 17114 ] } ], @@ -846473,7 +860998,7 @@ "fileName": "core-flows/src/product/workflows/update-product-tags.ts", "line": 16, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-tags.ts#L16" } ] } @@ -846491,7 +861016,7 @@ } }, { - "id": 33682, + "id": 17167, "name": "UpdateProductVariantsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -846509,7 +861034,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L22" } ], "type": { @@ -846521,14 +861046,14 @@ { "type": "reflection", "declaration": { - "id": 33683, + "id": 17168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33684, + "id": 17169, "name": "selector", "variant": "declaration", "kind": 1024, @@ -846546,7 +861071,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 27, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L27" } ], "type": { @@ -846561,7 +861086,7 @@ } }, { - "id": 33685, + "id": 17170, "name": "update", "variant": "declaration", "kind": 1024, @@ -846579,7 +861104,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 31, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" } ], "type": { @@ -846598,14 +861123,14 @@ { "type": "reflection", "declaration": { - "id": 33686, + "id": 17171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33687, + "id": 17172, "name": "prices", "variant": "declaration", "kind": 1024, @@ -846625,7 +861150,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 35, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L35" } ], "type": { @@ -846658,7 +861183,7 @@ { "title": "Properties", "children": [ - 33687 + 17172 ] } ], @@ -846667,7 +861192,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 31, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L31" } ] } @@ -846680,8 +861205,8 @@ { "title": "Properties", "children": [ - 33684, - 33685 + 17169, + 17170 ] } ], @@ -846690,7 +861215,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 23, "character": 5, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L23" } ] } @@ -846698,14 +861223,14 @@ { "type": "reflection", "declaration": { - "id": 33688, + "id": 17173, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33689, + "id": 17174, "name": "product_variants", "variant": "declaration", "kind": 1024, @@ -846723,7 +861248,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 42, "character": 6, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" } ], "type": { @@ -846744,14 +861269,14 @@ { "type": "reflection", "declaration": { - "id": 33690, + "id": 17175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33691, + "id": 17176, "name": "prices", "variant": "declaration", "kind": 1024, @@ -846771,7 +861296,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 46, "character": 8, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L46" } ], "type": { @@ -846804,7 +861329,7 @@ { "title": "Properties", "children": [ - 33691 + 17176 ] } ], @@ -846813,7 +861338,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 42, "character": 64, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L42" } ] } @@ -846827,7 +861352,7 @@ { "title": "Properties", "children": [ - 33689 + 17174 ] } ], @@ -846836,7 +861361,7 @@ "fileName": "core-flows/src/product/workflows/update-product-variants.ts", "line": 38, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L38" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-product-variants.ts#L38" } ] } @@ -846856,7 +861381,7 @@ } }, { - "id": 33981, + "id": 17466, "name": "UpdateProductsWorkflowInputSelector", "variant": "declaration", "kind": 2097152, @@ -846874,7 +861399,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L33" } ], "type": { @@ -846883,14 +861408,14 @@ { "type": "reflection", "declaration": { - "id": 33982, + "id": 17467, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33983, + "id": 17468, "name": "selector", "variant": "declaration", "kind": 1024, @@ -846908,7 +861433,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L37" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L37" } ], "type": { @@ -846923,7 +861448,7 @@ } }, { - "id": 33984, + "id": 17469, "name": "update", "variant": "declaration", "kind": 1024, @@ -846941,7 +861466,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 41, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L41" } ], "type": { @@ -846975,14 +861500,14 @@ { "type": "reflection", "declaration": { - "id": 33985, + "id": 17470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33986, + "id": 17471, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -847002,7 +861527,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -847010,14 +861535,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33987, + "id": 17472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33988, + "id": 17473, "name": "id", "variant": "declaration", "kind": 1024, @@ -847027,7 +861552,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ], "type": { @@ -847040,7 +861565,7 @@ { "title": "Properties", "children": [ - 33988 + 17473 ] } ], @@ -847049,7 +861574,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 45, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L45" } ] } @@ -847057,7 +861582,7 @@ } }, { - "id": 33989, + "id": 17474, "name": "variants", "variant": "declaration", "kind": 1024, @@ -847077,7 +861602,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 49, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L49" } ], "type": { @@ -847092,14 +861617,44 @@ "package": "@medusajs/types" } } + }, + { + "id": 17475, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 53, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L53" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } } ], "groups": [ { "title": "Properties", "children": [ - 33986, - 33989 + 17471, + 17474, + 17475 ] } ], @@ -847108,7 +861663,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 41, "character": 60, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L41" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L41" } ] } @@ -847121,8 +861676,8 @@ { "title": "Properties", "children": [ - 33983, - 33984 + 17468, + 17469 ] } ], @@ -847131,7 +861686,7 @@ "fileName": "core-flows/src/product/workflows/update-products.ts", "line": 33, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L33" } ] } @@ -847149,7 +861704,7 @@ } }, { - "id": 33990, + "id": 17476, "name": "UpdateProductsWorkflowInputProducts", "variant": "declaration", "kind": 2097152, @@ -847165,9 +861720,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 56, + "line": 60, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L60" } ], "type": { @@ -847176,14 +861731,14 @@ { "type": "reflection", "declaration": { - "id": 33991, + "id": 17477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33992, + "id": 17478, "name": "products", "variant": "declaration", "kind": 1024, @@ -847199,9 +861754,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 60, + "line": 64, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L64" } ], "type": { @@ -847237,14 +861792,14 @@ { "type": "reflection", "declaration": { - "id": 33993, + "id": 17479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33994, + "id": 17480, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -847262,9 +861817,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -847272,14 +861827,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 33995, + "id": 17481, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 33996, + "id": 17482, "name": "id", "variant": "declaration", "kind": 1024, @@ -847287,9 +861842,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 23, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ], "type": { @@ -847302,16 +861857,16 @@ { "title": "Properties", "children": [ - 33996 + 17482 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 64, + "line": 68, "character": 21, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L64" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L68" } ] } @@ -847319,7 +861874,7 @@ } }, { - "id": 33997, + "id": 17483, "name": "variants", "variant": "declaration", "kind": 1024, @@ -847337,9 +861892,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 68, + "line": 72, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L68" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L72" } ], "type": { @@ -847354,23 +861909,53 @@ "package": "@medusajs/types" } } + }, + { + "id": 17484, + "name": "shipping_profile_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile to set." + } + ] + }, + "sources": [ + { + "fileName": "core-flows/src/product/workflows/update-products.ts", + "line": 76, + "character": 4, + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L76" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } } ], "groups": [ { "title": "Properties", "children": [ - 33994, - 33997 + 17480, + 17483, + 17484 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 60, + "line": 64, "character": 63, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L60" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L64" } ] } @@ -847384,16 +861969,16 @@ { "title": "Properties", "children": [ - 33992 + 17478 ] } ], "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 56, + "line": 60, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L56" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L60" } ] } @@ -847411,7 +861996,7 @@ } }, { - "id": 33998, + "id": 17485, "name": "UpdateProductWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -847427,9 +862012,9 @@ "sources": [ { "fileName": "core-flows/src/product/workflows/update-products.ts", - "line": 75, + "line": 83, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/update-products.ts#L75" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/update-products.ts#L83" } ], "type": { @@ -847437,13 +862022,13 @@ "types": [ { "type": "reference", - "target": 33981, + "target": 17466, "name": "UpdateProductsWorkflowInputSelector", "package": "@medusajs/core-flows" }, { "type": "reference", - "target": 33990, + "target": 17476, "name": "UpdateProductsWorkflowInputProducts", "package": "@medusajs/core-flows" } @@ -847451,7 +862036,7 @@ } }, { - "id": 34133, + "id": 17620, "name": "UpsertVariantPricesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -847469,20 +862054,20 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L19" } ], "type": { "type": "reflection", "declaration": { - "id": 34134, + "id": 17621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34135, + "id": 17622, "name": "variantPrices", "variant": "declaration", "kind": 1024, @@ -847500,7 +862085,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" } ], "type": { @@ -847508,14 +862093,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34136, + "id": 17623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34137, + "id": 17624, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -847533,7 +862118,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L27" } ], "type": { @@ -847542,7 +862127,7 @@ } }, { - "id": 34138, + "id": 17625, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -847560,7 +862145,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L31" } ], "type": { @@ -847569,7 +862154,7 @@ } }, { - "id": 34139, + "id": 17626, "name": "prices", "variant": "declaration", "kind": 1024, @@ -847589,7 +862174,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 35, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L35" } ], "type": { @@ -847624,9 +862209,9 @@ { "title": "Properties", "children": [ - 34137, - 34138, - 34139 + 17624, + 17625, + 17626 ] } ], @@ -847635,7 +862220,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 23, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L23" } ] } @@ -847643,7 +862228,7 @@ } }, { - "id": 34140, + "id": 17627, "name": "previousVariantIds", "variant": "declaration", "kind": 1024, @@ -847661,7 +862246,7 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 40, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L40" } ], "type": { @@ -847677,8 +862262,8 @@ { "title": "Properties", "children": [ - 34135, - 34140 + 17622, + 17627 ] } ], @@ -847687,14 +862272,14 @@ "fileName": "core-flows/src/product/workflows/upsert-variant-prices.ts", "line": 19, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts#L19" } ] } } }, { - "id": 34409, + "id": 17896, "name": "DeleteCampaignsStepInput", "variant": "declaration", "kind": 2097152, @@ -847712,7 +862297,7 @@ "fileName": "core-flows/src/promotion/steps/delete-campaigns.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-campaigns.ts#L8" } ], "type": { @@ -847724,7 +862309,7 @@ } }, { - "id": 34416, + "id": 17903, "name": "DeletePromotionsStepInput", "variant": "declaration", "kind": 2097152, @@ -847742,7 +862327,7 @@ "fileName": "core-flows/src/promotion/steps/delete-promotions.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/steps/delete-promotions.ts#L8" } ], "type": { @@ -847754,7 +862339,7 @@ } }, { - "id": 34471, + "id": 17958, "name": "AddOrRemoveCampaignPromotionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -847772,7 +862357,7 @@ "fileName": "core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts#L19" } ], "type": { @@ -847786,7 +862371,7 @@ } }, { - "id": 34516, + "id": 18003, "name": "BatchPromotionRulesWorkflowInput", "variant": "declaration", "kind": 256, @@ -847801,7 +862386,7 @@ }, "children": [ { - "id": 34517, + "id": 18004, "name": "id", "variant": "declaration", "kind": 1024, @@ -847819,7 +862404,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L33" } ], "type": { @@ -847828,7 +862413,7 @@ } }, { - "id": 34518, + "id": 18005, "name": "rule_type", "variant": "declaration", "kind": 1024, @@ -847846,7 +862431,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L34" } ], "type": { @@ -847860,7 +862445,7 @@ } }, { - "id": 34519, + "id": 18006, "name": "create", "variant": "declaration", "kind": 1024, @@ -847902,7 +862487,7 @@ } }, { - "id": 34520, + "id": 18007, "name": "update", "variant": "declaration", "kind": 1024, @@ -847944,7 +862529,7 @@ } }, { - "id": 34521, + "id": 18008, "name": "delete", "variant": "declaration", "kind": 1024, @@ -847985,11 +862570,11 @@ { "title": "Properties", "children": [ - 34517, - 34518, - 34519, - 34520, - 34521 + 18004, + 18005, + 18006, + 18007, + 18008 ] } ], @@ -847998,7 +862583,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 29, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L29" } ], "extendedTypes": [ @@ -848034,7 +862619,7 @@ ] }, { - "id": 34522, + "id": 18009, "name": "BatchPromotionRulesWorkflowOutput", "variant": "declaration", "kind": 256, @@ -848049,7 +862634,7 @@ }, "children": [ { - "id": 34523, + "id": 18010, "name": "created", "variant": "declaration", "kind": 1024, @@ -848090,7 +862675,7 @@ } }, { - "id": 34524, + "id": 18011, "name": "updated", "variant": "declaration", "kind": 1024, @@ -848131,7 +862716,7 @@ } }, { - "id": 34525, + "id": 18012, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -848171,9 +862756,9 @@ { "title": "Properties", "children": [ - 34523, - 34524, - 34525 + 18010, + 18011, + 18012 ] } ], @@ -848182,7 +862767,7 @@ "fileName": "core-flows/src/promotion/workflows/batch-promotion-rules.ts", "line": 44, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L44" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts#L44" } ], "extendedTypes": [ @@ -848209,7 +862794,7 @@ ] }, { - "id": 34565, + "id": 18052, "name": "CreateCampaignsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848227,7 +862812,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L13" } ], "type": { @@ -848236,14 +862821,14 @@ { "type": "reflection", "declaration": { - "id": 34566, + "id": 18053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34567, + "id": 18054, "name": "campaignsData", "variant": "declaration", "kind": 1024, @@ -848261,7 +862846,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L17" } ], "type": { @@ -848282,7 +862867,7 @@ { "title": "Properties", "children": [ - 34567 + 18054 ] } ], @@ -848291,7 +862876,7 @@ "fileName": "core-flows/src/promotion/workflows/create-campaigns.ts", "line": 13, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-campaigns.ts#L13" } ] } @@ -848309,7 +862894,7 @@ } }, { - "id": 34655, + "id": 18142, "name": "CreatePromotionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848327,7 +862912,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L13" } ], "type": { @@ -848336,14 +862921,14 @@ { "type": "reflection", "declaration": { - "id": 34656, + "id": 18143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34657, + "id": 18144, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -848361,7 +862946,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L17" } ], "type": { @@ -848382,7 +862967,7 @@ { "title": "Properties", "children": [ - 34657 + 18144 ] } ], @@ -848391,7 +862976,7 @@ "fileName": "core-flows/src/promotion/workflows/create-promotions.ts", "line": 13, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/create-promotions.ts#L13" } ] } @@ -848409,7 +862994,7 @@ } }, { - "id": 34710, + "id": 18197, "name": "DeleteCampaignsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848427,20 +863012,20 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 34711, + "id": 18198, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34712, + "id": 18199, "name": "ids", "variant": "declaration", "kind": 1024, @@ -848458,7 +863043,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L16" } ], "type": { @@ -848474,7 +863059,7 @@ { "title": "Properties", "children": [ - 34712 + 18199 ] } ], @@ -848483,14 +863068,14 @@ "fileName": "core-flows/src/promotion/workflows/delete-campaigns.ts", "line": 12, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts#L12" } ] } } }, { - "id": 34796, + "id": 18283, "name": "DeletePromotionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848508,20 +863093,20 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 34797, + "id": 18284, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34798, + "id": 18285, "name": "ids", "variant": "declaration", "kind": 1024, @@ -848539,7 +863124,7 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L16" } ], "type": { @@ -848555,7 +863140,7 @@ { "title": "Properties", "children": [ - 34798 + 18285 ] } ], @@ -848564,14 +863149,14 @@ "fileName": "core-flows/src/promotion/workflows/delete-promotions.ts", "line": 12, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/delete-promotions.ts#L12" } ] } } }, { - "id": 34838, + "id": 18325, "name": "UpdateCampaignsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848589,7 +863174,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L13" } ], "type": { @@ -848598,14 +863183,14 @@ { "type": "reflection", "declaration": { - "id": 34839, + "id": 18326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34840, + "id": 18327, "name": "campaignsData", "variant": "declaration", "kind": 1024, @@ -848623,7 +863208,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L17" } ], "type": { @@ -848644,7 +863229,7 @@ { "title": "Properties", "children": [ - 34840 + 18327 ] } ], @@ -848653,7 +863238,7 @@ "fileName": "core-flows/src/promotion/workflows/update-campaigns.ts", "line": 13, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-campaigns.ts#L13" } ] } @@ -848671,7 +863256,7 @@ } }, { - "id": 34983, + "id": 18470, "name": "UpdatePromotionsStatusWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848689,7 +863274,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ], "type": { @@ -848698,14 +863283,14 @@ { "type": "reflection", "declaration": { - "id": 34984, + "id": 18471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34985, + "id": 18472, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -848723,7 +863308,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ], "type": { @@ -848731,14 +863316,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 34986, + "id": 18473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34987, + "id": 18474, "name": "id", "variant": "declaration", "kind": 1024, @@ -848756,7 +863341,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 25, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L25" } ], "type": { @@ -848765,7 +863350,7 @@ } }, { - "id": 34988, + "id": 18475, "name": "status", "variant": "declaration", "kind": 1024, @@ -848783,7 +863368,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 29, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L29" } ], "type": { @@ -848801,8 +863386,8 @@ { "title": "Properties", "children": [ - 34987, - 34988 + 18474, + 18475 ] } ], @@ -848811,7 +863396,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 21, "character": 18, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L21" } ] } @@ -848823,7 +863408,7 @@ { "title": "Properties", "children": [ - 34985 + 18472 ] } ], @@ -848832,7 +863417,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions-status.ts", "line": 17, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts#L17" } ] } @@ -848850,7 +863435,7 @@ } }, { - "id": 34928, + "id": 18415, "name": "UpdatePromotionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -848868,7 +863453,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 23, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L23" } ], "type": { @@ -848877,14 +863462,14 @@ { "type": "reflection", "declaration": { - "id": 34929, + "id": 18416, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 34930, + "id": 18417, "name": "promotionsData", "variant": "declaration", "kind": 1024, @@ -848902,7 +863487,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L27" } ], "type": { @@ -848923,7 +863508,7 @@ { "title": "Properties", "children": [ - 34930 + 18417 ] } ], @@ -848932,7 +863517,7 @@ "fileName": "core-flows/src/promotion/workflows/update-promotions.ts", "line": 23, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/promotion/workflows/update-promotions.ts#L23" } ] } @@ -848950,7 +863535,7 @@ } }, { - "id": 35084, + "id": 18571, "name": "DeleteRegionsStepInput", "variant": "declaration", "kind": 2097152, @@ -848968,7 +863553,7 @@ "fileName": "core-flows/src/region/steps/delete-regions.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/delete-regions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/delete-regions.ts#L8" } ], "type": { @@ -848980,7 +863565,7 @@ } }, { - "id": 35107, + "id": 18594, "name": "SetRegionsPaymentProvidersStepInput", "variant": "declaration", "kind": 256, @@ -848995,7 +863580,7 @@ }, "children": [ { - "id": 35108, + "id": 18595, "name": "input", "variant": "declaration", "kind": 1024, @@ -849013,7 +863598,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" } ], "type": { @@ -849021,14 +863606,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35109, + "id": 18596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35110, + "id": 18597, "name": "id", "variant": "declaration", "kind": 1024, @@ -849046,7 +863631,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 27, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L27" } ], "type": { @@ -849055,7 +863640,7 @@ } }, { - "id": 35111, + "id": 18598, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -849075,7 +863660,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 31, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L31" } ], "type": { @@ -849091,8 +863676,8 @@ { "title": "Properties", "children": [ - 35110, - 35111 + 18597, + 18598 ] } ], @@ -849101,7 +863686,7 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 23, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L23" } ] } @@ -849113,7 +863698,7 @@ { "title": "Properties", "children": [ - 35108 + 18595 ] } ], @@ -849122,12 +863707,12 @@ "fileName": "core-flows/src/region/steps/set-regions-payment-providers.ts", "line": 19, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts#L19" } ] }, { - "id": 35091, + "id": 18578, "name": "UpdateRegionsStepInput", "variant": "declaration", "kind": 2097152, @@ -849145,20 +863730,20 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 35092, + "id": 18579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35093, + "id": 18580, "name": "selector", "variant": "declaration", "kind": 1024, @@ -849176,7 +863761,7 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L19" } ], "type": { @@ -849190,7 +863775,7 @@ } }, { - "id": 35094, + "id": 18581, "name": "update", "variant": "declaration", "kind": 1024, @@ -849208,7 +863793,7 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L23" } ], "type": { @@ -849226,8 +863811,8 @@ { "title": "Properties", "children": [ - 35093, - 35094 + 18580, + 18581 ] } ], @@ -849236,14 +863821,14 @@ "fileName": "core-flows/src/region/steps/update-regions.ts", "line": 15, "character": 37, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/steps/update-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/steps/update-regions.ts#L15" } ] } } }, { - "id": 35153, + "id": 18640, "name": "DeleteRegionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -849253,20 +863838,20 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 10, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" } ], "type": { "type": "reflection", "declaration": { - "id": 35154, + "id": 18641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35155, + "id": 18642, "name": "ids", "variant": "declaration", "kind": 1024, @@ -849276,7 +863861,7 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 10, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" } ], "type": { @@ -849292,7 +863877,7 @@ { "title": "Properties", "children": [ - 35155 + 18642 ] } ], @@ -849301,14 +863886,14 @@ "fileName": "core-flows/src/region/workflows/delete-regions.ts", "line": 10, "character": 41, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/region/workflows/delete-regions.ts#L10" } ] } } }, { - "id": 35235, + "id": 18722, "name": "CreateReservationsStepInput", "variant": "declaration", "kind": 2097152, @@ -849326,7 +863911,7 @@ "fileName": "core-flows/src/reservation/steps/create-reservations.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/create-reservations.ts#L9" } ], "type": { @@ -849344,7 +863929,7 @@ } }, { - "id": 35255, + "id": 18742, "name": "DeleteReservationsByLineItemsStepInput", "variant": "declaration", "kind": 2097152, @@ -849362,7 +863947,7 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts#L9" } ], "type": { @@ -849374,7 +863959,7 @@ } }, { - "id": 35248, + "id": 18735, "name": "DeleteReservationsStepInput", "variant": "declaration", "kind": 2097152, @@ -849392,7 +863977,7 @@ "fileName": "core-flows/src/reservation/steps/delete-reservations.ts", "line": 9, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/delete-reservations.ts#L9" } ], "type": { @@ -849404,7 +863989,7 @@ } }, { - "id": 35262, + "id": 18749, "name": "UpdateReservationsStepInput", "variant": "declaration", "kind": 2097152, @@ -849422,7 +864007,7 @@ "fileName": "core-flows/src/reservation/steps/update-reservations.ts", "line": 13, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/steps/update-reservations.ts#L13" } ], "type": { @@ -849440,7 +864025,7 @@ } }, { - "id": 35354, + "id": 18841, "name": "DeleteReservationByLineItemsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -849458,20 +864043,20 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L8" } ], "type": { "type": "reflection", "declaration": { - "id": 35355, + "id": 18842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35356, + "id": 18843, "name": "ids", "variant": "declaration", "kind": 1024, @@ -849489,7 +864074,7 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L12" } ], "type": { @@ -849505,7 +864090,7 @@ { "title": "Properties", "children": [ - 35356 + 18843 ] } ], @@ -849514,14 +864099,14 @@ "fileName": "core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "line": 8, "character": 56, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts#L8" } ] } } }, { - "id": 35574, + "id": 19061, "name": "DeleteReturnReasonStepInput", "variant": "declaration", "kind": 2097152, @@ -849539,7 +864124,7 @@ "fileName": "core-flows/src/return-reason/steps/delete-return-reasons.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts#L8" } ], "type": { @@ -849551,7 +864136,7 @@ } }, { - "id": 35436, + "id": 18923, "name": "CreateReturnReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -849569,20 +864154,20 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 35437, + "id": 18924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35438, + "id": 18925, "name": "data", "variant": "declaration", "kind": 1024, @@ -849600,7 +864185,7 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L19" } ], "type": { @@ -849621,7 +864206,7 @@ { "title": "Properties", "children": [ - 35438 + 18925 ] } ], @@ -849630,14 +864215,14 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 15, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L15" } ] } } }, { - "id": 35439, + "id": 18926, "name": "CreateReturnReasonsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -849655,7 +864240,7 @@ "fileName": "core-flows/src/return-reason/workflows/create-return-reasons.ts", "line": 25, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts#L25" } ], "type": { @@ -849672,7 +864257,7 @@ } }, { - "id": 35475, + "id": 18962, "name": "DeleteReturnReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -849690,20 +864275,20 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 35476, + "id": 18963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35477, + "id": 18964, "name": "ids", "variant": "declaration", "kind": 1024, @@ -849721,7 +864306,7 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L11" } ], "type": { @@ -849737,7 +864322,7 @@ { "title": "Properties", "children": [ - 35477 + 18964 ] } ], @@ -849746,14 +864331,14 @@ "fileName": "core-flows/src/return-reason/workflows/delete-return-reasons.ts", "line": 7, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts#L7" } ] } } }, { - "id": 35522, + "id": 19009, "name": "UpdateReturnReasonsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -849771,20 +864356,20 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L16" } ], "type": { "type": "reflection", "declaration": { - "id": 35523, + "id": 19010, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35524, + "id": 19011, "name": "selector", "variant": "declaration", "kind": 1024, @@ -849802,7 +864387,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L20" } ], "type": { @@ -849816,7 +864401,7 @@ } }, { - "id": 35525, + "id": 19012, "name": "update", "variant": "declaration", "kind": 1024, @@ -849834,7 +864419,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 24, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L24" } ], "type": { @@ -849852,8 +864437,8 @@ { "title": "Properties", "children": [ - 35524, - 35525 + 19011, + 19012 ] } ], @@ -849862,14 +864447,14 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 16, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L16" } ] } } }, { - "id": 35526, + "id": 19013, "name": "UpdateReturnReasonsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -849887,7 +864472,7 @@ "fileName": "core-flows/src/return-reason/workflows/update-return-reasons.ts", "line": 30, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts#L30" } ], "type": { @@ -849904,7 +864489,7 @@ } }, { - "id": 35679, + "id": 19166, "name": "AssociateLocationsWithSalesChannelsStepInput", "variant": "declaration", "kind": 256, @@ -849919,7 +864504,7 @@ }, "children": [ { - "id": 35680, + "id": 19167, "name": "links", "variant": "declaration", "kind": 1024, @@ -849937,7 +864522,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 12, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" } ], "type": { @@ -849945,14 +864530,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35681, + "id": 19168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35682, + "id": 19169, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -849970,7 +864555,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 16, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L16" } ], "type": { @@ -849979,7 +864564,7 @@ } }, { - "id": 35683, + "id": 19170, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -849997,7 +864582,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 20, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L20" } ], "type": { @@ -850010,8 +864595,8 @@ { "title": "Properties", "children": [ - 35682, - 35683 + 19169, + 19170 ] } ], @@ -850020,7 +864605,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 12, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L12" } ] } @@ -850032,7 +864617,7 @@ { "title": "Properties", "children": [ - 35680 + 19167 ] } ], @@ -850041,12 +864626,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", "line": 8, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts#L8" } ] }, { - "id": 35593, + "id": 19080, "name": "AssociateProductsWithSalesChannelsStepInput", "variant": "declaration", "kind": 256, @@ -850061,7 +864646,7 @@ }, "children": [ { - "id": 35594, + "id": 19081, "name": "links", "variant": "declaration", "kind": 1024, @@ -850079,7 +864664,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" } ], "type": { @@ -850087,14 +864672,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35595, + "id": 19082, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35596, + "id": 19083, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -850112,7 +864697,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L15" } ], "type": { @@ -850121,7 +864706,7 @@ } }, { - "id": 35597, + "id": 19084, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -850139,7 +864724,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L19" } ], "type": { @@ -850152,8 +864737,8 @@ { "title": "Properties", "children": [ - 35596, - 35597 + 19083, + 19084 ] } ], @@ -850162,7 +864747,7 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L11" } ] } @@ -850174,7 +864759,7 @@ { "title": "Properties", "children": [ - 35594 + 19081 ] } ], @@ -850183,12 +864768,12 @@ "fileName": "core-flows/src/sales-channel/steps/associate-products-with-channels.ts", "line": 7, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts#L7" } ] }, { - "id": 35713, + "id": 19200, "name": "CanDeleteSalesChannelsOrThrowStepInput", "variant": "declaration", "kind": 2097152, @@ -850206,20 +864791,20 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 35714, + "id": 19201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35715, + "id": 19202, "name": "ids", "variant": "declaration", "kind": 1024, @@ -850237,7 +864822,7 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L11" } ], "type": { @@ -850262,7 +864847,7 @@ { "title": "Properties", "children": [ - 35715 + 19202 ] } ], @@ -850271,14 +864856,14 @@ "fileName": "core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", "line": 7, "character": 53, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts#L7" } ] } } }, { - "id": 35610, + "id": 19097, "name": "CreateDefaultSalesChannelStepInput", "variant": "declaration", "kind": 256, @@ -850293,7 +864878,7 @@ }, "children": [ { - "id": 35611, + "id": 19098, "name": "data", "variant": "declaration", "kind": 1024, @@ -850311,7 +864896,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L15" } ], "type": { @@ -850329,7 +864914,7 @@ { "title": "Properties", "children": [ - 35611 + 19098 ] } ], @@ -850338,12 +864923,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-default-sales-channel.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts#L11" } ] }, { - "id": 35631, + "id": 19118, "name": "CreateSalesChannelsStepInput", "variant": "declaration", "kind": 256, @@ -850358,7 +864943,7 @@ }, "children": [ { - "id": 35632, + "id": 19119, "name": "data", "variant": "declaration", "kind": 1024, @@ -850376,7 +864961,7 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L15" } ], "type": { @@ -850397,7 +864982,7 @@ { "title": "Properties", "children": [ - 35632 + 19119 ] } ], @@ -850406,12 +864991,12 @@ "fileName": "core-flows/src/sales-channel/steps/create-sales-channels.ts", "line": 11, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts#L11" } ] }, { - "id": 35645, + "id": 19132, "name": "DeleteSalesChannelsStepInput", "variant": "declaration", "kind": 2097152, @@ -850429,7 +865014,7 @@ "fileName": "core-flows/src/sales-channel/steps/delete-sales-channels.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts#L8" } ], "type": { @@ -850441,7 +865026,7 @@ } }, { - "id": 35696, + "id": 19183, "name": "DetachLocationsFromSalesChannelsStepInput", "variant": "declaration", "kind": 256, @@ -850456,7 +865041,7 @@ }, "children": [ { - "id": 35697, + "id": 19184, "name": "links", "variant": "declaration", "kind": 1024, @@ -850474,7 +865059,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" } ], "type": { @@ -850482,14 +865067,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35698, + "id": 19185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35699, + "id": 19186, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -850507,7 +865092,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 17, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L17" } ], "type": { @@ -850516,7 +865101,7 @@ } }, { - "id": 35700, + "id": 19187, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -850534,7 +865119,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 21, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L21" } ], "type": { @@ -850547,8 +865132,8 @@ { "title": "Properties", "children": [ - 35699, - 35700 + 19186, + 19187 ] } ], @@ -850557,7 +865142,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 13, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L13" } ] } @@ -850569,7 +865154,7 @@ { "title": "Properties", "children": [ - 35697 + 19184 ] } ], @@ -850578,12 +865163,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", "line": 9, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts#L9" } ] }, { - "id": 35652, + "id": 19139, "name": "DetachProductsFromSalesChannelsStepInput", "variant": "declaration", "kind": 256, @@ -850598,7 +865183,7 @@ }, "children": [ { - "id": 35653, + "id": 19140, "name": "links", "variant": "declaration", "kind": 1024, @@ -850616,7 +865201,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" } ], "type": { @@ -850624,14 +865209,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 35654, + "id": 19141, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35655, + "id": 19142, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -850649,7 +865234,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 15, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L15" } ], "type": { @@ -850658,7 +865243,7 @@ } }, { - "id": 35656, + "id": 19143, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -850676,7 +865261,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 19, "character": 4, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L19" } ], "type": { @@ -850689,8 +865274,8 @@ { "title": "Properties", "children": [ - 35655, - 35656 + 19142, + 19143 ] } ], @@ -850699,7 +865284,7 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 11, "character": 9, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L11" } ] } @@ -850711,7 +865296,7 @@ { "title": "Properties", "children": [ - 35653 + 19140 ] } ], @@ -850720,12 +865305,12 @@ "fileName": "core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "line": 7, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts#L7" } ] }, { - "id": 35663, + "id": 19150, "name": "UpdateSalesChannelsStepInput", "variant": "declaration", "kind": 2097152, @@ -850743,20 +865328,20 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 35664, + "id": 19151, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35665, + "id": 19152, "name": "selector", "variant": "declaration", "kind": 1024, @@ -850774,7 +865359,7 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L19" } ], "type": { @@ -850788,7 +865373,7 @@ } }, { - "id": 35666, + "id": 19153, "name": "update", "variant": "declaration", "kind": 1024, @@ -850806,7 +865391,7 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L23" } ], "type": { @@ -850824,8 +865409,8 @@ { "title": "Properties", "children": [ - 35665, - 35666 + 19152, + 19153 ] } ], @@ -850834,14 +865419,14 @@ "fileName": "core-flows/src/sales-channel/steps/update-sales-channels.ts", "line": 15, "character": 43, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts#L15" } ] } } }, { - "id": 35773, + "id": 19260, "name": "CreateSalesChannelsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -850859,20 +865444,20 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 18, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L18" } ], "type": { "type": "reflection", "declaration": { - "id": 35774, + "id": 19261, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35775, + "id": 19262, "name": "salesChannelsData", "variant": "declaration", "kind": 1024, @@ -850890,7 +865475,7 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L22" } ], "type": { @@ -850911,7 +865496,7 @@ { "title": "Properties", "children": [ - 35775 + 19262 ] } ], @@ -850920,14 +865505,14 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 18, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L18" } ] } } }, { - "id": 35776, + "id": 19263, "name": "CreateSalesChannelsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -850945,7 +865530,7 @@ "fileName": "core-flows/src/sales-channel/workflows/create-sales-channels.ts", "line": 28, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L28" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts#L28" } ], "type": { @@ -850962,7 +865547,7 @@ } }, { - "id": 35812, + "id": 19299, "name": "DeleteSalesChannelsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -850980,20 +865565,20 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 35813, + "id": 19300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35814, + "id": 19301, "name": "ids", "variant": "declaration", "kind": 1024, @@ -851011,7 +865596,7 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L19" } ], "type": { @@ -851027,7 +865612,7 @@ { "title": "Properties", "children": [ - 35814 + 19301 ] } ], @@ -851036,14 +865621,14 @@ "fileName": "core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "line": 15, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts#L15" } ] } } }, { - "id": 35728, + "id": 19215, "name": "LinkProductsToSalesChannelWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -851061,7 +865646,7 @@ "fileName": "core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts#L14" } ], "type": { @@ -851075,7 +865660,7 @@ } }, { - "id": 35859, + "id": 19346, "name": "UpdateSalesChannelsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -851093,20 +865678,20 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 19, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L19" } ], "type": { "type": "reflection", "declaration": { - "id": 35860, + "id": 19347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35861, + "id": 19348, "name": "selector", "variant": "declaration", "kind": 1024, @@ -851124,7 +865709,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L23" } ], "type": { @@ -851138,7 +865723,7 @@ } }, { - "id": 35862, + "id": 19349, "name": "update", "variant": "declaration", "kind": 1024, @@ -851156,7 +865741,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L27" } ], "type": { @@ -851174,8 +865759,8 @@ { "title": "Properties", "children": [ - 35861, - 35862 + 19348, + 19349 ] } ], @@ -851184,14 +865769,14 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 19, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L19" } ] } } }, { - "id": 35863, + "id": 19350, "name": "UpdateSalesChannelsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -851209,7 +865794,7 @@ "fileName": "core-flows/src/sales-channel/workflows/update-sales-channels.ts", "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts#L33" } ], "type": { @@ -851226,7 +865811,7 @@ } }, { - "id": 35899, + "id": 19386, "name": "ListShippingOptionsForContextStepInput", "variant": "declaration", "kind": 256, @@ -851241,7 +865826,7 @@ }, "children": [ { - "id": 35900, + "id": 19387, "name": "context", "variant": "declaration", "kind": 1024, @@ -851259,7 +865844,7 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 20, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L20" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L20" } ], "type": { @@ -851283,7 +865868,7 @@ } }, { - "id": 35901, + "id": 19388, "name": "config", "variant": "declaration", "kind": 1024, @@ -851303,7 +865888,7 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 27, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L27" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L27" } ], "type": { @@ -851332,8 +865917,8 @@ { "title": "Properties", "children": [ - 35900, - 35901 + 19387, + 19388 ] } ], @@ -851342,12 +865927,12 @@ "fileName": "core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", "line": 12, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts#L12" } ] }, { - "id": 35914, + "id": 19401, "name": "DeleteShippingProfilesStepInput", "variant": "declaration", "kind": 2097152, @@ -851365,7 +865950,7 @@ "fileName": "core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts#L8" } ], "type": { @@ -851377,7 +865962,7 @@ } }, { - "id": 35921, + "id": 19408, "name": "DeleteShippingProfilesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -851393,22 +865978,22 @@ "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 10, + "line": 33, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 35922, + "id": 19409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 35923, + "id": 19410, "name": "ids", "variant": "declaration", "kind": 1024, @@ -851424,9 +866009,9 @@ "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 14, + "line": 37, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L37" } ], "type": { @@ -851442,23 +866027,23 @@ { "title": "Properties", "children": [ - 35923 + 19410 ] } ], "sources": [ { "fileName": "core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "line": 10, + "line": 33, "character": 50, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L10" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts#L33" } ] } } }, { - "id": 35968, + "id": 19455, "name": "CreateStockLocationsStepInput", "variant": "declaration", "kind": 2097152, @@ -851476,7 +866061,7 @@ "fileName": "core-flows/src/stock-location/steps/create-stock-locations.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts#L12" } ], "type": { @@ -851493,7 +866078,7 @@ } }, { - "id": 35993, + "id": 19480, "name": "DeleteStockLocationsStepInput", "variant": "declaration", "kind": 2097152, @@ -851511,7 +866096,7 @@ "fileName": "core-flows/src/stock-location/steps/delete-stock-locations.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts#L8" } ], "type": { @@ -851523,7 +866108,7 @@ } }, { - "id": 36053, + "id": 19540, "name": "CreateStockLocationsWorkflowInput", "variant": "declaration", "kind": 256, @@ -851538,7 +866123,7 @@ }, "children": [ { - "id": 36054, + "id": 19541, "name": "locations", "variant": "declaration", "kind": 1024, @@ -851556,7 +866141,7 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 17, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L17" } ], "type": { @@ -851577,7 +866162,7 @@ { "title": "Properties", "children": [ - 36054 + 19541 ] } ], @@ -851586,12 +866171,12 @@ "fileName": "core-flows/src/stock-location/workflows/create-stock-locations.ts", "line": 13, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts#L13" } ] }, { - "id": 36090, + "id": 19577, "name": "DeleteStockLocationWorkflowInput", "variant": "declaration", "kind": 256, @@ -851606,7 +866191,7 @@ }, "children": [ { - "id": 36091, + "id": 19578, "name": "ids", "variant": "declaration", "kind": 1024, @@ -851624,7 +866209,7 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 13, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L13" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L13" } ], "type": { @@ -851640,7 +866225,7 @@ { "title": "Properties", "children": [ - 36091 + 19578 ] } ], @@ -851649,12 +866234,12 @@ "fileName": "core-flows/src/stock-location/workflows/delete-stock-locations.ts", "line": 9, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L9" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts#L9" } ] }, { - "id": 36174, + "id": 19661, "name": "LinkSalesChannelsToStockLocationWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -851672,7 +866257,7 @@ "fileName": "core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", "line": 16, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts#L16" } ], "type": { @@ -851686,7 +866271,7 @@ } }, { - "id": 36136, + "id": 19623, "name": "UpdateStockLocationsWorkflowInput", "variant": "declaration", "kind": 256, @@ -851701,7 +866286,7 @@ }, "children": [ { - "id": 36137, + "id": 19624, "name": "selector", "variant": "declaration", "kind": 1024, @@ -851719,7 +866304,7 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L25" } ], "type": { @@ -851733,7 +866318,7 @@ } }, { - "id": 36138, + "id": 19625, "name": "update", "variant": "declaration", "kind": 1024, @@ -851751,7 +866336,7 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L29" } ], "type": { @@ -851769,8 +866354,8 @@ { "title": "Properties", "children": [ - 36137, - 36138 + 19624, + 19625 ] } ], @@ -851779,12 +866364,12 @@ "fileName": "core-flows/src/stock-location/workflows/update-stock-locations.ts", "line": 21, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts#L21" } ] }, { - "id": 36231, + "id": 19718, "name": "DeleteStoresStepInput", "variant": "declaration", "kind": 2097152, @@ -851802,7 +866387,7 @@ "fileName": "core-flows/src/store/steps/delete-stores.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/delete-stores.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/delete-stores.ts#L8" } ], "type": { @@ -851814,7 +866399,7 @@ } }, { - "id": 36238, + "id": 19725, "name": "UpdateStoresStepInput", "variant": "declaration", "kind": 2097152, @@ -851832,20 +866417,20 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 36239, + "id": 19726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36240, + "id": 19727, "name": "selector", "variant": "declaration", "kind": 1024, @@ -851863,7 +866448,7 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L19" } ], "type": { @@ -851877,7 +866462,7 @@ } }, { - "id": 36241, + "id": 19728, "name": "update", "variant": "declaration", "kind": 1024, @@ -851895,7 +866480,7 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L23" } ], "type": { @@ -851913,8 +866498,8 @@ { "title": "Properties", "children": [ - 36240, - 36241 + 19727, + 19728 ] } ], @@ -851923,14 +866508,14 @@ "fileName": "core-flows/src/store/steps/update-stores.ts", "line": 15, "character": 36, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/steps/update-stores.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/steps/update-stores.ts#L15" } ] } } }, { - "id": 36254, + "id": 19741, "name": "CreateStoresWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -851948,20 +866533,20 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L14" } ], "type": { "type": "reflection", "declaration": { - "id": 36255, + "id": 19742, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36256, + "id": 19743, "name": "stores", "variant": "declaration", "kind": 1024, @@ -851979,7 +866564,7 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L18" } ], "type": { @@ -852001,7 +866586,7 @@ { "title": "Properties", "children": [ - 36256 + 19743 ] } ], @@ -852010,14 +866595,14 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 14, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L14" } ] } } }, { - "id": 36257, + "id": 19744, "name": "CreateStoresWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -852035,7 +866620,7 @@ "fileName": "core-flows/src/store/workflows/create-stores.ts", "line": 24, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/create-stores.ts#L24" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/create-stores.ts#L24" } ], "type": { @@ -852052,7 +866637,7 @@ } }, { - "id": 36293, + "id": 19780, "name": "DeleteStoresWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -852070,20 +866655,20 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 7, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L7" } ], "type": { "type": "reflection", "declaration": { - "id": 36294, + "id": 19781, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36295, + "id": 19782, "name": "ids", "variant": "declaration", "kind": 1024, @@ -852101,7 +866686,7 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 11, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L11" } ], "type": { @@ -852117,7 +866702,7 @@ { "title": "Properties", "children": [ - 36295 + 19782 ] } ], @@ -852126,14 +866711,14 @@ "fileName": "core-flows/src/store/workflows/delete-stores.ts", "line": 7, "character": 40, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/delete-stores.ts#L7" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/delete-stores.ts#L7" } ] } } }, { - "id": 36340, + "id": 19827, "name": "UpdateStoresWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -852151,7 +866736,7 @@ "fileName": "core-flows/src/store/workflows/update-stores.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/store/workflows/update-stores.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/store/workflows/update-stores.ts#L15" } ], "type": { @@ -852168,7 +866753,7 @@ } }, { - "id": 36464, + "id": 19951, "name": "DeleteTaxRateRulesStepInput", "variant": "declaration", "kind": 2097152, @@ -852186,7 +866771,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rate-rules.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts#L8" } ], "type": { @@ -852198,7 +866783,7 @@ } }, { - "id": 36457, + "id": 19944, "name": "DeleteTaxRatesStepInput", "variant": "declaration", "kind": 2097152, @@ -852216,7 +866801,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-rates.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-rates.ts#L8" } ], "type": { @@ -852228,7 +866813,7 @@ } }, { - "id": 36388, + "id": 19875, "name": "DeleteTaxRegionsStepInput", "variant": "declaration", "kind": 2097152, @@ -852246,7 +866831,7 @@ "fileName": "core-flows/src/tax/steps/delete-tax-regions.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/delete-tax-regions.ts#L8" } ], "type": { @@ -852258,7 +866843,7 @@ } }, { - "id": 36395, + "id": 19882, "name": "GetItemTaxLinesStepInput", "variant": "declaration", "kind": 256, @@ -852273,7 +866858,7 @@ }, "children": [ { - "id": 36396, + "id": 19883, "name": "orderOrCart", "variant": "declaration", "kind": 1024, @@ -852291,7 +866876,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L25" } ], "type": { @@ -852319,7 +866904,7 @@ } }, { - "id": 36397, + "id": 19884, "name": "items", "variant": "declaration", "kind": 1024, @@ -852337,7 +866922,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 29, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L29" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L29" } ], "type": { @@ -852371,7 +866956,7 @@ } }, { - "id": 36398, + "id": 19885, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -852389,7 +866974,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 33, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L33" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L33" } ], "type": { @@ -852423,7 +867008,7 @@ } }, { - "id": 36399, + "id": 19886, "name": "force_tax_calculation", "variant": "declaration", "kind": 1024, @@ -852443,7 +867028,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 39, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L39" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L39" } ], "type": { @@ -852452,7 +867037,7 @@ } }, { - "id": 36400, + "id": 19887, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -852472,7 +867057,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 43, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L43" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L43" } ], "type": { @@ -852481,7 +867066,7 @@ } }, { - "id": 36401, + "id": 19888, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -852501,7 +867086,7 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 47, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L47" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L47" } ], "type": { @@ -852519,12 +867104,12 @@ { "title": "Properties", "children": [ - 36396, - 36397, - 36398, - 36399, - 36400, - 36401 + 19883, + 19884, + 19885, + 19886, + 19887, + 19888 ] } ], @@ -852533,12 +867118,12 @@ "fileName": "core-flows/src/tax/steps/get-item-tax-lines.ts", "line": 21, "character": 17, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts#L21" } ] }, { - "id": 36498, + "id": 19985, "name": "ListTaxRateIdsStepInput", "variant": "declaration", "kind": 2097152, @@ -852556,20 +867141,20 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 36499, + "id": 19986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36500, + "id": 19987, "name": "selector", "variant": "declaration", "kind": 1024, @@ -852587,7 +867172,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L15" } ], "type": { @@ -852605,7 +867190,7 @@ { "title": "Properties", "children": [ - 36500 + 19987 ] } ], @@ -852614,14 +867199,14 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-ids.ts", "line": 11, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts#L11" } ] } } }, { - "id": 36483, + "id": 19970, "name": "ListTaxRateRuleIdsStepInput", "variant": "declaration", "kind": 2097152, @@ -852639,20 +867224,20 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 36484, + "id": 19971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36485, + "id": 19972, "name": "selector", "variant": "declaration", "kind": 1024, @@ -852670,7 +867255,7 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L15" } ], "type": { @@ -852688,7 +867273,7 @@ { "title": "Properties", "children": [ - 36485 + 19972 ] } ], @@ -852697,14 +867282,14 @@ "fileName": "core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", "line": 11, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts#L11" } ] } } }, { - "id": 36441, + "id": 19928, "name": "UpdateTaxRatesStepInput", "variant": "declaration", "kind": 2097152, @@ -852722,20 +867307,20 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 36442, + "id": 19929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36443, + "id": 19930, "name": "selector", "variant": "declaration", "kind": 1024, @@ -852753,7 +867338,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L19" } ], "type": { @@ -852767,7 +867352,7 @@ } }, { - "id": 36444, + "id": 19931, "name": "update", "variant": "declaration", "kind": 1024, @@ -852785,7 +867370,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 23, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L23" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L23" } ], "type": { @@ -852803,8 +867388,8 @@ { "title": "Properties", "children": [ - 36443, - 36444 + 19930, + 19931 ] } ], @@ -852813,14 +867398,14 @@ "fileName": "core-flows/src/tax/steps/update-tax-rates.ts", "line": 15, "character": 38, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-rates.ts#L15" } ] } } }, { - "id": 36513, + "id": 20000, "name": "UpdateTaxRegionsStepInput", "variant": "declaration", "kind": 2097152, @@ -852838,7 +867423,7 @@ "fileName": "core-flows/src/tax/steps/update-tax-regions.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/steps/update-tax-regions.ts#L15" } ], "type": { @@ -852855,7 +867440,7 @@ } }, { - "id": 36526, + "id": 20013, "name": "CreateTaxRateRulesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -852873,20 +867458,20 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L12" } ], "type": { "type": "reflection", "declaration": { - "id": 36527, + "id": 20014, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36528, + "id": 20015, "name": "rules", "variant": "declaration", "kind": 1024, @@ -852904,7 +867489,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 16, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L16" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L16" } ], "type": { @@ -852925,7 +867510,7 @@ { "title": "Properties", "children": [ - 36528 + 20015 ] } ], @@ -852934,14 +867519,14 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 12, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L12" } ] } } }, { - "id": 36529, + "id": 20016, "name": "CreateTaxRateRulesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -852959,7 +867544,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rate-rules.ts", "line": 22, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts#L22" } ], "type": { @@ -852976,7 +867561,7 @@ } }, { - "id": 36565, + "id": 20052, "name": "CreateTaxRatesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -852994,7 +867579,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rates.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L12" } ], "type": { @@ -853011,7 +867596,7 @@ } }, { - "id": 36566, + "id": 20053, "name": "CreateTaxRatesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -853029,7 +867614,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-rates.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-rates.ts#L17" } ], "type": { @@ -853046,7 +867631,7 @@ } }, { - "id": 36602, + "id": 20089, "name": "CreateTaxRegionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853064,7 +867649,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-regions.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L12" } ], "type": { @@ -853081,7 +867666,7 @@ } }, { - "id": 36603, + "id": 20090, "name": "CreateTaxRegionsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -853099,7 +867684,7 @@ "fileName": "core-flows/src/tax/workflows/create-tax-regions.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/create-tax-regions.ts#L17" } ], "type": { @@ -853116,7 +867701,7 @@ } }, { - "id": 36639, + "id": 20126, "name": "DeleteTaxRateRulesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853134,20 +867719,20 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 36640, + "id": 20127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36641, + "id": 20128, "name": "ids", "variant": "declaration", "kind": 1024, @@ -853165,7 +867750,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L15" } ], "type": { @@ -853181,7 +867766,7 @@ { "title": "Properties", "children": [ - 36641 + 20128 ] } ], @@ -853190,14 +867775,14 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rate-rules.ts", "line": 11, "character": 46, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts#L11" } ] } } }, { - "id": 36677, + "id": 20164, "name": "DeleteTaxRatesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853215,20 +867800,20 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 36678, + "id": 20165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36679, + "id": 20166, "name": "ids", "variant": "declaration", "kind": 1024, @@ -853246,7 +867831,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L15" } ], "type": { @@ -853262,7 +867847,7 @@ { "title": "Properties", "children": [ - 36679 + 20166 ] } ], @@ -853271,14 +867856,14 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-rates.ts", "line": 11, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts#L11" } ] } } }, { - "id": 36715, + "id": 20202, "name": "DeleteTaxRegionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853296,20 +867881,20 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 11, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L11" } ], "type": { "type": "reflection", "declaration": { - "id": 36716, + "id": 20203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36717, + "id": 20204, "name": "ids", "variant": "declaration", "kind": 1024, @@ -853327,7 +867912,7 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 15, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L15" } ], "type": { @@ -853343,7 +867928,7 @@ { "title": "Properties", "children": [ - 36717 + 20204 ] } ], @@ -853352,14 +867937,14 @@ "fileName": "core-flows/src/tax/workflows/delete-tax-regions.ts", "line": 11, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L11" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts#L11" } ] } } }, { - "id": 36753, + "id": 20240, "name": "SetTaxRatesRulesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853377,20 +867962,20 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 36754, + "id": 20241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36755, + "id": 20242, "name": "tax_rate_ids", "variant": "declaration", "kind": 1024, @@ -853408,7 +867993,7 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 21, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L21" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L21" } ], "type": { @@ -853420,7 +868005,7 @@ } }, { - "id": 36756, + "id": 20243, "name": "rules", "variant": "declaration", "kind": 1024, @@ -853438,7 +868023,7 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 25, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L25" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L25" } ], "type": { @@ -853474,8 +868059,8 @@ { "title": "Properties", "children": [ - 36755, - 36756 + 20242, + 20243 ] } ], @@ -853484,14 +868069,14 @@ "fileName": "core-flows/src/tax/workflows/set-tax-rate-rules.ts", "line": 17, "character": 44, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts#L17" } ] } } }, { - "id": 36792, + "id": 20279, "name": "UpdateTaxRatesWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853509,20 +868094,20 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 26, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L26" } ], "type": { "type": "reflection", "declaration": { - "id": 36793, + "id": 20280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36794, + "id": 20281, "name": "selector", "variant": "declaration", "kind": 1024, @@ -853540,7 +868125,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 30, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L30" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L30" } ], "type": { @@ -853554,7 +868139,7 @@ } }, { - "id": 36795, + "id": 20282, "name": "update", "variant": "declaration", "kind": 1024, @@ -853572,7 +868157,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 34, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L34" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L34" } ], "type": { @@ -853590,8 +868175,8 @@ { "title": "Properties", "children": [ - 36794, - 36795 + 20281, + 20282 ] } ], @@ -853600,14 +868185,14 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 26, "character": 42, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L26" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L26" } ] } } }, { - "id": 36796, + "id": 20283, "name": "UpdateTaxRatesWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -853625,7 +868210,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 40, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L40" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L40" } ], "type": { @@ -853642,7 +868227,7 @@ } }, { - "id": 36797, + "id": 20284, "name": "MaybeListTaxRateRuleIdsStepInput", "variant": "declaration", "kind": 2097152, @@ -853660,20 +868245,20 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 45, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L45" } ], "type": { "type": "reflection", "declaration": { - "id": 36798, + "id": 20285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36799, + "id": 20286, "name": "tax_rate_ids", "variant": "declaration", "kind": 1024, @@ -853691,7 +868276,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 49, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L49" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L49" } ], "type": { @@ -853703,7 +868288,7 @@ } }, { - "id": 36800, + "id": 20287, "name": "update", "variant": "declaration", "kind": 1024, @@ -853721,7 +868306,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 53, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L53" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L53" } ], "type": { @@ -853739,8 +868324,8 @@ { "title": "Properties", "children": [ - 36799, - 36800 + 20286, + 20287 ] } ], @@ -853749,14 +868334,14 @@ "fileName": "core-flows/src/tax/workflows/update-tax-rates.ts", "line": 45, "character": 47, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L45" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-rates.ts#L45" } ] } } }, { - "id": 36847, + "id": 20334, "name": "UpdateTaxRegionsWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853774,7 +868359,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-regions.ts", "line": 12, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L12" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L12" } ], "type": { @@ -853791,7 +868376,7 @@ } }, { - "id": 36848, + "id": 20335, "name": "UpdateTaxRegionsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -853809,7 +868394,7 @@ "fileName": "core-flows/src/tax/workflows/update-tax-regions.ts", "line": 17, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L17" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/tax/workflows/update-tax-regions.ts#L17" } ], "type": { @@ -853826,7 +868411,7 @@ } }, { - "id": 36884, + "id": 20371, "name": "DeleteUsersStepInput", "variant": "declaration", "kind": 2097152, @@ -853844,7 +868429,7 @@ "fileName": "core-flows/src/user/steps/delete-users.ts", "line": 8, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/steps/delete-users.ts#L8" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/steps/delete-users.ts#L8" } ], "type": { @@ -853856,7 +868441,7 @@ } }, { - "id": 36915, + "id": 20402, "name": "CreateUserAccountWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853874,20 +868459,20 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 14, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L14" } ], "type": { "type": "reflection", "declaration": { - "id": 36916, + "id": 20403, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 36917, + "id": 20404, "name": "authIdentityId", "variant": "declaration", "kind": 1024, @@ -853905,7 +868490,7 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 18, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L18" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L18" } ], "type": { @@ -853914,7 +868499,7 @@ } }, { - "id": 36918, + "id": 20405, "name": "userData", "variant": "declaration", "kind": 1024, @@ -853932,7 +868517,7 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 22, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L22" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L22" } ], "type": { @@ -853950,8 +868535,8 @@ { "title": "Properties", "children": [ - 36917, - 36918 + 20404, + 20405 ] } ], @@ -853960,14 +868545,14 @@ "fileName": "core-flows/src/user/workflows/create-user-account.ts", "line": 14, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/create-user-account.ts#L14" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/create-user-account.ts#L14" } ] } } }, { - "id": 37043, + "id": 20530, "name": "RemoveUserAccountWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -853985,20 +868570,20 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 15, "character": 12, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L15" } ], "type": { "type": "reflection", "declaration": { - "id": 37044, + "id": 20531, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 37045, + "id": 20532, "name": "userId", "variant": "declaration", "kind": 1024, @@ -854016,7 +868601,7 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 19, "character": 2, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L19" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L19" } ], "type": { @@ -854029,7 +868614,7 @@ { "title": "Properties", "children": [ - 37045 + 20532 ] } ], @@ -854038,14 +868623,14 @@ "fileName": "core-flows/src/user/workflows/remove-user-account.ts", "line": 15, "character": 45, - "url": "https://github.com/medusajs/medusa/blob/43aa993971718063bb40e7e3f650ef0e84056d09/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L15" + "url": "https://github.com/medusajs/medusa/blob/332ef0653477c2f89a116cd37eb197bbd0c1f9f6/packages/core/core-flows/src/user/workflows/remove-user-account.ts#L15" } ] } } }, { - "id": 37169, + "id": 20656, "name": "validate", "variant": "declaration", "kind": 64, @@ -854080,14 +868665,14 @@ }, "signatures": [ { - "id": 37170, + "id": 20657, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37171, + "id": 20658, "name": "input", "variant": "param", "kind": 32768, @@ -854102,7 +868687,7 @@ }, "type": { "type": "reference", - "target": 17716, + "target": 1176, "name": "object", "package": "@medusajs/core-flows" } @@ -854112,7 +868697,7 @@ ] }, { - "id": 37183, + "id": 20670, "name": "validate", "variant": "declaration", "kind": 64, @@ -854147,14 +868732,14 @@ }, "signatures": [ { - "id": 37184, + "id": 20671, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37185, + "id": 20672, "name": "input", "variant": "param", "kind": 32768, @@ -854169,7 +868754,7 @@ }, "type": { "type": "reference", - "target": 17756, + "target": 1216, "name": "object", "package": "@medusajs/core-flows" } @@ -854179,7 +868764,7 @@ ] }, { - "id": 37199, + "id": 20686, "name": "validate", "variant": "declaration", "kind": 64, @@ -854214,14 +868799,14 @@ }, "signatures": [ { - "id": 37200, + "id": 20687, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37201, + "id": 20688, "name": "input", "variant": "param", "kind": 32768, @@ -854236,7 +868821,7 @@ }, "type": { "type": "reference", - "target": 17811, + "target": 1271, "name": "object", "package": "@medusajs/core-flows" } @@ -854246,7 +868831,7 @@ ] }, { - "id": 37220, + "id": 20707, "name": "validate", "variant": "declaration", "kind": 64, @@ -854281,14 +868866,14 @@ }, "signatures": [ { - "id": 37221, + "id": 20708, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37222, + "id": 20709, "name": "input", "variant": "param", "kind": 32768, @@ -854303,7 +868888,7 @@ }, "type": { "type": "reference", - "target": 17977, + "target": 1437, "name": "object", "package": "@medusajs/core-flows" } @@ -854313,7 +868898,7 @@ ] }, { - "id": 37229, + "id": 20716, "name": "cartCreated", "variant": "declaration", "kind": 64, @@ -854348,14 +868933,14 @@ }, "signatures": [ { - "id": 37230, + "id": 20717, "name": "cartCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37231, + "id": 20718, "name": "input", "variant": "param", "kind": 32768, @@ -854370,7 +868955,7 @@ }, "type": { "type": "reference", - "target": 18008, + "target": 1468, "name": "object", "package": "@medusajs/core-flows" } @@ -854380,7 +868965,7 @@ ] }, { - "id": 37250, + "id": 20737, "name": "validate", "variant": "declaration", "kind": 64, @@ -854415,14 +869000,14 @@ }, "signatures": [ { - "id": 37251, + "id": 20738, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37252, + "id": 20739, "name": "input", "variant": "param", "kind": 32768, @@ -854437,7 +869022,7 @@ }, "type": { "type": "reference", - "target": 18216, + "target": 1676, "name": "object", "package": "@medusajs/core-flows" } @@ -854447,7 +869032,7 @@ ] }, { - "id": 37261, + "id": 20748, "name": "validate", "variant": "declaration", "kind": 64, @@ -854482,14 +869067,14 @@ }, "signatures": [ { - "id": 37262, + "id": 20749, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37263, + "id": 20750, "name": "input", "variant": "param", "kind": 32768, @@ -854504,7 +869089,7 @@ }, "type": { "type": "reference", - "target": 18260, + "target": 1720, "name": "object", "package": "@medusajs/core-flows" } @@ -854514,7 +869099,7 @@ ] }, { - "id": 37272, + "id": 20759, "name": "validate", "variant": "declaration", "kind": 64, @@ -854549,14 +869134,14 @@ }, "signatures": [ { - "id": 37273, + "id": 20760, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37274, + "id": 20761, "name": "input", "variant": "param", "kind": 32768, @@ -854571,7 +869156,7 @@ }, "type": { "type": "reference", - "target": 18303, + "target": 1763, "name": "object", "package": "@medusajs/core-flows" } @@ -854581,7 +869166,7 @@ ] }, { - "id": 37281, + "id": 20768, "name": "validate", "variant": "declaration", "kind": 64, @@ -854616,14 +869201,14 @@ }, "signatures": [ { - "id": 37282, + "id": 20769, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37283, + "id": 20770, "name": "input", "variant": "param", "kind": 32768, @@ -854638,7 +869223,7 @@ }, "type": { "type": "reference", - "target": 18347, + "target": 1807, "name": "object", "package": "@medusajs/core-flows" } @@ -854648,7 +869233,7 @@ ] }, { - "id": 37294, + "id": 20781, "name": "validate", "variant": "declaration", "kind": 64, @@ -854683,14 +869268,14 @@ }, "signatures": [ { - "id": 37295, + "id": 20782, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37296, + "id": 20783, "name": "input", "variant": "param", "kind": 32768, @@ -854705,7 +869290,7 @@ }, "type": { "type": "reference", - "target": 18388, + "target": 1848, "name": "object", "package": "@medusajs/core-flows" } @@ -854715,7 +869300,7 @@ ] }, { - "id": 37306, + "id": 20793, "name": "cartUpdated", "variant": "declaration", "kind": 64, @@ -854750,14 +869335,14 @@ }, "signatures": [ { - "id": 37307, + "id": 20794, "name": "cartUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37308, + "id": 20795, "name": "input", "variant": "param", "kind": 32768, @@ -854772,7 +869357,7 @@ }, "type": { "type": "reference", - "target": 18401, + "target": 1861, "name": "object", "package": "@medusajs/core-flows" } @@ -854782,7 +869367,7 @@ ] }, { - "id": 37311, + "id": 20798, "name": "validate", "variant": "declaration", "kind": 64, @@ -854817,14 +869402,14 @@ }, "signatures": [ { - "id": 37312, + "id": 20799, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37313, + "id": 20800, "name": "input", "variant": "param", "kind": 32768, @@ -854839,7 +869424,7 @@ }, "type": { "type": "reference", - "target": 18469, + "target": 1929, "name": "object", "package": "@medusajs/core-flows" } @@ -854849,7 +869434,7 @@ ] }, { - "id": 37325, + "id": 20812, "name": "validate", "variant": "declaration", "kind": 64, @@ -854884,14 +869469,14 @@ }, "signatures": [ { - "id": 37326, + "id": 20813, "name": "validate", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37327, + "id": 20814, "name": "input", "variant": "param", "kind": 32768, @@ -854906,7 +869491,7 @@ }, "type": { "type": "reference", - "target": 18509, + "target": 1969, "name": "object", "package": "@medusajs/core-flows" } @@ -854916,7 +869501,7 @@ ] }, { - "id": 37347, + "id": 20834, "name": "addressesCreated", "variant": "declaration", "kind": 64, @@ -854951,14 +869536,14 @@ }, "signatures": [ { - "id": 37348, + "id": 20835, "name": "addressesCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37349, + "id": 20836, "name": "input", "variant": "param", "kind": 32768, @@ -854973,7 +869558,7 @@ }, "type": { "type": "reference", - "target": 19154, + "target": 2614, "name": "object", "package": "@medusajs/core-flows" } @@ -854983,7 +869568,7 @@ ] }, { - "id": 37355, + "id": 20842, "name": "customersCreated", "variant": "declaration", "kind": 64, @@ -855018,14 +869603,14 @@ }, "signatures": [ { - "id": 37356, + "id": 20843, "name": "customersCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37357, + "id": 20844, "name": "input", "variant": "param", "kind": 32768, @@ -855040,7 +869625,7 @@ }, "type": { "type": "reference", - "target": 19271, + "target": 2731, "name": "object", "package": "@medusajs/core-flows" } @@ -855050,7 +869635,7 @@ ] }, { - "id": 37361, + "id": 20848, "name": "addressesDeleted", "variant": "declaration", "kind": 64, @@ -855085,14 +869670,14 @@ }, "signatures": [ { - "id": 37362, + "id": 20849, "name": "addressesDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37363, + "id": 20850, "name": "input", "variant": "param", "kind": 32768, @@ -855107,7 +869692,7 @@ }, "type": { "type": "reference", - "target": 19320, + "target": 2780, "name": "object", "package": "@medusajs/core-flows" } @@ -855117,7 +869702,7 @@ ] }, { - "id": 37366, + "id": 20853, "name": "customersDeleted", "variant": "declaration", "kind": 64, @@ -855152,14 +869737,14 @@ }, "signatures": [ { - "id": 37367, + "id": 20854, "name": "customersDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37368, + "id": 20855, "name": "input", "variant": "param", "kind": 32768, @@ -855174,7 +869759,7 @@ }, "type": { "type": "reference", - "target": 19362, + "target": 2822, "name": "object", "package": "@medusajs/core-flows" } @@ -855184,7 +869769,7 @@ ] }, { - "id": 37379, + "id": 20866, "name": "addressesUpdated", "variant": "declaration", "kind": 64, @@ -855219,14 +869804,14 @@ }, "signatures": [ { - "id": 37380, + "id": 20867, "name": "addressesUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37381, + "id": 20868, "name": "input", "variant": "param", "kind": 32768, @@ -855241,7 +869826,7 @@ }, "type": { "type": "reference", - "target": 19449, + "target": 2909, "name": "object", "package": "@medusajs/core-flows" } @@ -855251,7 +869836,7 @@ ] }, { - "id": 37384, + "id": 20871, "name": "customersUpdated", "variant": "declaration", "kind": 64, @@ -855286,14 +869871,14 @@ }, "signatures": [ { - "id": 37385, + "id": 20872, "name": "customersUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37386, + "id": 20873, "name": "input", "variant": "param", "kind": 32768, @@ -855308,7 +869893,7 @@ }, "type": { "type": "reference", - "target": 19505, + "target": 2965, "name": "object", "package": "@medusajs/core-flows" } @@ -855318,7 +869903,7 @@ ] }, { - "id": 37484, + "id": 20971, "name": "orderCanceled", "variant": "declaration", "kind": 64, @@ -855353,14 +869938,14 @@ }, "signatures": [ { - "id": 37485, + "id": 20972, "name": "orderCanceled", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37486, + "id": 20973, "name": "input", "variant": "param", "kind": 32768, @@ -855375,7 +869960,7 @@ }, "type": { "type": "reference", - "target": 22505, + "target": 5965, "name": "object", "package": "@medusajs/core-flows" } @@ -855385,7 +869970,7 @@ ] }, { - "id": 37495, + "id": 20982, "name": "orderFulfillmentCanceled", "variant": "declaration", "kind": 64, @@ -855420,14 +870005,14 @@ }, "signatures": [ { - "id": 37496, + "id": 20983, "name": "orderFulfillmentCanceled", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37497, + "id": 20984, "name": "input", "variant": "param", "kind": 32768, @@ -855442,7 +870027,7 @@ }, "type": { "type": "reference", - "target": 22606, + "target": 6066, "name": "object", "package": "@medusajs/core-flows" } @@ -855452,7 +870037,7 @@ ] }, { - "id": 37613, + "id": 21100, "name": "ordersCompleted", "variant": "declaration", "kind": 64, @@ -855487,14 +870072,14 @@ }, "signatures": [ { - "id": 37614, + "id": 21101, "name": "ordersCompleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37615, + "id": 21102, "name": "input", "variant": "param", "kind": 32768, @@ -855509,7 +870094,7 @@ }, "type": { "type": "reference", - "target": 24275, + "target": 7735, "name": "object", "package": "@medusajs/core-flows" } @@ -855519,7 +870104,7 @@ ] }, { - "id": 37628, + "id": 21115, "name": "fulfillmentCreated", "variant": "declaration", "kind": 64, @@ -855554,14 +870139,14 @@ }, "signatures": [ { - "id": 37629, + "id": 21116, "name": "fulfillmentCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37630, + "id": 21117, "name": "input", "variant": "param", "kind": 32768, @@ -855576,7 +870161,7 @@ }, "type": { "type": "reference", - "target": 24365, + "target": 7825, "name": "object", "package": "@medusajs/core-flows" } @@ -855586,7 +870171,7 @@ ] }, { - "id": 37646, + "id": 21133, "name": "orderCreated", "variant": "declaration", "kind": 64, @@ -855621,14 +870206,14 @@ }, "signatures": [ { - "id": 37647, + "id": 21134, "name": "orderCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37648, + "id": 21135, "name": "input", "variant": "param", "kind": 32768, @@ -855643,7 +870228,7 @@ }, "type": { "type": "reference", - "target": 24642, + "target": 8102, "name": "object", "package": "@medusajs/core-flows" } @@ -855653,7 +870238,7 @@ ] }, { - "id": 37655, + "id": 21142, "name": "shipmentCreated", "variant": "declaration", "kind": 64, @@ -855688,14 +870273,14 @@ }, "signatures": [ { - "id": 37656, + "id": 21143, "name": "shipmentCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 37657, + "id": 21144, "name": "input", "variant": "param", "kind": 32768, @@ -855710,7 +870295,7 @@ }, "type": { "type": "reference", - "target": 24810, + "target": 8270, "name": "object", "package": "@medusajs/core-flows" } @@ -855720,7 +870305,7 @@ ] }, { - "id": 38071, + "id": 21563, "name": "collectionsCreated", "variant": "declaration", "kind": 64, @@ -855755,14 +870340,14 @@ }, "signatures": [ { - "id": 38072, + "id": 21564, "name": "collectionsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38073, + "id": 21565, "name": "input", "variant": "param", "kind": 32768, @@ -855777,7 +870362,7 @@ }, "type": { "type": "reference", - "target": 32674, + "target": 16156, "name": "object", "package": "@medusajs/core-flows" } @@ -855787,7 +870372,7 @@ ] }, { - "id": 38076, + "id": 21568, "name": "productOptionsCreated", "variant": "declaration", "kind": 64, @@ -855822,14 +870407,14 @@ }, "signatures": [ { - "id": 38077, + "id": 21569, "name": "productOptionsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38078, + "id": 21570, "name": "input", "variant": "param", "kind": 32768, @@ -855844,7 +870429,7 @@ }, "type": { "type": "reference", - "target": 32729, + "target": 16211, "name": "object", "package": "@medusajs/core-flows" } @@ -855854,7 +870439,7 @@ ] }, { - "id": 38082, + "id": 21574, "name": "productTypesCreated", "variant": "declaration", "kind": 64, @@ -855889,14 +870474,14 @@ }, "signatures": [ { - "id": 38083, + "id": 21575, "name": "productTypesCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38084, + "id": 21576, "name": "input", "variant": "param", "kind": 32768, @@ -855911,7 +870496,7 @@ }, "type": { "type": "reference", - "target": 32784, + "target": 16266, "name": "object", "package": "@medusajs/core-flows" } @@ -855921,7 +870506,7 @@ ] }, { - "id": 38088, + "id": 21580, "name": "productTagsCreated", "variant": "declaration", "kind": 64, @@ -855956,14 +870541,14 @@ }, "signatures": [ { - "id": 38089, + "id": 21581, "name": "productTagsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38090, + "id": 21582, "name": "input", "variant": "param", "kind": 32768, @@ -855978,7 +870563,7 @@ }, "type": { "type": "reference", - "target": 32839, + "target": 16321, "name": "object", "package": "@medusajs/core-flows" } @@ -855988,7 +870573,7 @@ ] }, { - "id": 38099, + "id": 21591, "name": "productVariantsCreated", "variant": "declaration", "kind": 64, @@ -856023,14 +870608,14 @@ }, "signatures": [ { - "id": 38100, + "id": 21592, "name": "productVariantsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38101, + "id": 21593, "name": "input", "variant": "param", "kind": 32768, @@ -856045,7 +870630,7 @@ }, "type": { "type": "reference", - "target": 33117, + "target": 16599, "name": "object", "package": "@medusajs/core-flows" } @@ -856055,7 +870640,7 @@ ] }, { - "id": 38107, + "id": 21601, "name": "productsCreated", "variant": "declaration", "kind": 64, @@ -856090,14 +870675,14 @@ }, "signatures": [ { - "id": 38108, + "id": 21602, "name": "productsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38109, + "id": 21603, "name": "input", "variant": "param", "kind": 32768, @@ -856112,7 +870697,7 @@ }, "type": { "type": "reference", - "target": 33206, + "target": 16691, "name": "object", "package": "@medusajs/core-flows" } @@ -856122,7 +870707,7 @@ ] }, { - "id": 38113, + "id": 21607, "name": "collectionsDeleted", "variant": "declaration", "kind": 64, @@ -856157,14 +870742,14 @@ }, "signatures": [ { - "id": 38114, + "id": 21608, "name": "collectionsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38115, + "id": 21609, "name": "input", "variant": "param", "kind": 32768, @@ -856179,7 +870764,7 @@ }, "type": { "type": "reference", - "target": 33249, + "target": 16734, "name": "object", "package": "@medusajs/core-flows" } @@ -856189,7 +870774,7 @@ ] }, { - "id": 38118, + "id": 21612, "name": "productOptionsDeleted", "variant": "declaration", "kind": 64, @@ -856224,14 +870809,14 @@ }, "signatures": [ { - "id": 38119, + "id": 21613, "name": "productOptionsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38120, + "id": 21614, "name": "input", "variant": "param", "kind": 32768, @@ -856246,7 +870831,7 @@ }, "type": { "type": "reference", - "target": 33291, + "target": 16776, "name": "object", "package": "@medusajs/core-flows" } @@ -856256,7 +870841,7 @@ ] }, { - "id": 38124, + "id": 21618, "name": "productTypesDeleted", "variant": "declaration", "kind": 64, @@ -856291,14 +870876,14 @@ }, "signatures": [ { - "id": 38125, + "id": 21619, "name": "productTypesDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38126, + "id": 21620, "name": "input", "variant": "param", "kind": 32768, @@ -856313,7 +870898,7 @@ }, "type": { "type": "reference", - "target": 33333, + "target": 16818, "name": "object", "package": "@medusajs/core-flows" } @@ -856323,7 +870908,7 @@ ] }, { - "id": 38130, + "id": 21624, "name": "productTagsDeleted", "variant": "declaration", "kind": 64, @@ -856358,14 +870943,14 @@ }, "signatures": [ { - "id": 38131, + "id": 21625, "name": "productTagsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38132, + "id": 21626, "name": "input", "variant": "param", "kind": 32768, @@ -856380,7 +870965,7 @@ }, "type": { "type": "reference", - "target": 33375, + "target": 16860, "name": "object", "package": "@medusajs/core-flows" } @@ -856390,7 +870975,7 @@ ] }, { - "id": 38140, + "id": 21634, "name": "productVariantsDeleted", "variant": "declaration", "kind": 64, @@ -856425,14 +871010,14 @@ }, "signatures": [ { - "id": 38141, + "id": 21635, "name": "productVariantsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38142, + "id": 21636, "name": "input", "variant": "param", "kind": 32768, @@ -856447,7 +871032,7 @@ }, "type": { "type": "reference", - "target": 33417, + "target": 16902, "name": "object", "package": "@medusajs/core-flows" } @@ -856457,7 +871042,7 @@ ] }, { - "id": 38150, + "id": 21644, "name": "productsDeleted", "variant": "declaration", "kind": 64, @@ -856492,14 +871077,14 @@ }, "signatures": [ { - "id": 38151, + "id": 21645, "name": "productsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38152, + "id": 21646, "name": "input", "variant": "param", "kind": 32768, @@ -856514,7 +871099,7 @@ }, "type": { "type": "reference", - "target": 33459, + "target": 16944, "name": "object", "package": "@medusajs/core-flows" } @@ -856524,7 +871109,7 @@ ] }, { - "id": 38156, + "id": 21650, "name": "collectionsUpdated", "variant": "declaration", "kind": 64, @@ -856559,14 +871144,14 @@ }, "signatures": [ { - "id": 38157, + "id": 21651, "name": "collectionsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38158, + "id": 21652, "name": "input", "variant": "param", "kind": 32768, @@ -856581,7 +871166,7 @@ }, "type": { "type": "reference", - "target": 33508, + "target": 16993, "name": "object", "package": "@medusajs/core-flows" } @@ -856591,7 +871176,7 @@ ] }, { - "id": 38161, + "id": 21655, "name": "productOptionsUpdated", "variant": "declaration", "kind": 64, @@ -856626,14 +871211,14 @@ }, "signatures": [ { - "id": 38162, + "id": 21656, "name": "productOptionsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38163, + "id": 21657, "name": "input", "variant": "param", "kind": 32768, @@ -856648,7 +871233,7 @@ }, "type": { "type": "reference", - "target": 33564, + "target": 17049, "name": "object", "package": "@medusajs/core-flows" } @@ -856658,7 +871243,7 @@ ] }, { - "id": 38167, + "id": 21661, "name": "productTypesUpdated", "variant": "declaration", "kind": 64, @@ -856693,14 +871278,14 @@ }, "signatures": [ { - "id": 38168, + "id": 21662, "name": "productTypesUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38169, + "id": 21663, "name": "input", "variant": "param", "kind": 32768, @@ -856715,7 +871300,7 @@ }, "type": { "type": "reference", - "target": 33616, + "target": 17101, "name": "object", "package": "@medusajs/core-flows" } @@ -856725,7 +871310,7 @@ ] }, { - "id": 38173, + "id": 21667, "name": "productTagsUpdated", "variant": "declaration", "kind": 64, @@ -856760,14 +871345,14 @@ }, "signatures": [ { - "id": 38174, + "id": 21668, "name": "productTagsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38175, + "id": 21669, "name": "input", "variant": "param", "kind": 32768, @@ -856782,7 +871367,7 @@ }, "type": { "type": "reference", - "target": 33672, + "target": 17157, "name": "object", "package": "@medusajs/core-flows" } @@ -856792,7 +871377,7 @@ ] }, { - "id": 38181, + "id": 21675, "name": "productVariantsUpdated", "variant": "declaration", "kind": 64, @@ -856827,14 +871412,14 @@ }, "signatures": [ { - "id": 38182, + "id": 21676, "name": "productVariantsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38183, + "id": 21677, "name": "input", "variant": "param", "kind": 32768, @@ -856849,7 +871434,7 @@ }, "type": { "type": "reference", - "target": 33950, + "target": 17435, "name": "object", "package": "@medusajs/core-flows" } @@ -856859,7 +871444,7 @@ ] }, { - "id": 38192, + "id": 21689, "name": "productsUpdated", "variant": "declaration", "kind": 64, @@ -856894,14 +871479,14 @@ }, "signatures": [ { - "id": 38193, + "id": 21690, "name": "productsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38194, + "id": 21691, "name": "input", "variant": "param", "kind": 32768, @@ -856916,7 +871501,7 @@ }, "type": { "type": "reference", - "target": 34041, + "target": 17528, "name": "object", "package": "@medusajs/core-flows" } @@ -856926,7 +871511,7 @@ ] }, { - "id": 38213, + "id": 21710, "name": "categoriesCreated", "variant": "declaration", "kind": 64, @@ -856961,14 +871546,14 @@ }, "signatures": [ { - "id": 38214, + "id": 21711, "name": "categoriesCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38215, + "id": 21712, "name": "input", "variant": "param", "kind": 32768, @@ -856983,7 +871568,7 @@ }, "type": { "type": "reference", - "target": 34266, + "target": 17753, "name": "object", "package": "@medusajs/core-flows" } @@ -856993,7 +871578,7 @@ ] }, { - "id": 38219, + "id": 21716, "name": "categoriesUpdated", "variant": "declaration", "kind": 64, @@ -857028,14 +871613,14 @@ }, "signatures": [ { - "id": 38220, + "id": 21717, "name": "categoriesUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38221, + "id": 21718, "name": "input", "variant": "param", "kind": 32768, @@ -857050,7 +871635,7 @@ }, "type": { "type": "reference", - "target": 34318, + "target": 17805, "name": "object", "package": "@medusajs/core-flows" } @@ -857060,7 +871645,7 @@ ] }, { - "id": 38225, + "id": 21722, "name": "categoriesDeleted", "variant": "declaration", "kind": 64, @@ -857095,14 +871680,14 @@ }, "signatures": [ { - "id": 38226, + "id": 21723, "name": "categoriesDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38227, + "id": 21724, "name": "input", "variant": "param", "kind": 32768, @@ -857117,7 +871702,7 @@ }, "type": { "type": "reference", - "target": 34364, + "target": 17851, "name": "object", "package": "@medusajs/core-flows" } @@ -857127,7 +871712,7 @@ ] }, { - "id": 38234, + "id": 21731, "name": "campaignsCreated", "variant": "declaration", "kind": 64, @@ -857162,14 +871747,14 @@ }, "signatures": [ { - "id": 38235, + "id": 21732, "name": "campaignsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38236, + "id": 21733, "name": "input", "variant": "param", "kind": 32768, @@ -857184,7 +871769,7 @@ }, "type": { "type": "reference", - "target": 34610, + "target": 18097, "name": "object", "package": "@medusajs/core-flows" } @@ -857194,7 +871779,7 @@ ] }, { - "id": 38240, + "id": 21737, "name": "promotionsCreated", "variant": "declaration", "kind": 64, @@ -857229,14 +871814,14 @@ }, "signatures": [ { - "id": 38241, + "id": 21738, "name": "promotionsCreated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38242, + "id": 21739, "name": "input", "variant": "param", "kind": 32768, @@ -857251,7 +871836,7 @@ }, "type": { "type": "reference", - "target": 34700, + "target": 18187, "name": "object", "package": "@medusajs/core-flows" } @@ -857261,7 +871846,7 @@ ] }, { - "id": 38245, + "id": 21742, "name": "campaignsDeleted", "variant": "declaration", "kind": 64, @@ -857296,14 +871881,14 @@ }, "signatures": [ { - "id": 38246, + "id": 21743, "name": "campaignsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38247, + "id": 21744, "name": "input", "variant": "param", "kind": 32768, @@ -857318,7 +871903,7 @@ }, "type": { "type": "reference", - "target": 34749, + "target": 18236, "name": "object", "package": "@medusajs/core-flows" } @@ -857328,7 +871913,7 @@ ] }, { - "id": 38251, + "id": 21748, "name": "promotionsDeleted", "variant": "declaration", "kind": 64, @@ -857363,14 +871948,14 @@ }, "signatures": [ { - "id": 38252, + "id": 21749, "name": "promotionsDeleted", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38253, + "id": 21750, "name": "input", "variant": "param", "kind": 32768, @@ -857385,7 +871970,7 @@ }, "type": { "type": "reference", - "target": 34835, + "target": 18322, "name": "object", "package": "@medusajs/core-flows" } @@ -857395,7 +871980,7 @@ ] }, { - "id": 38256, + "id": 21753, "name": "campaignsUpdated", "variant": "declaration", "kind": 64, @@ -857430,14 +872015,14 @@ }, "signatures": [ { - "id": 38257, + "id": 21754, "name": "campaignsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38258, + "id": 21755, "name": "input", "variant": "param", "kind": 32768, @@ -857452,7 +872037,7 @@ }, "type": { "type": "reference", - "target": 34883, + "target": 18370, "name": "object", "package": "@medusajs/core-flows" } @@ -857462,7 +872047,7 @@ ] }, { - "id": 38265, + "id": 21762, "name": "promotionsUpdated", "variant": "declaration", "kind": 64, @@ -857497,14 +872082,14 @@ }, "signatures": [ { - "id": 38266, + "id": 21763, "name": "promotionsUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38267, + "id": 21764, "name": "input", "variant": "param", "kind": 32768, @@ -857519,7 +872104,7 @@ }, "type": { "type": "reference", - "target": 34973, + "target": 18460, "name": "object", "package": "@medusajs/core-flows" } @@ -857529,7 +872114,7 @@ ] }, { - "id": 38271, + "id": 21768, "name": "promotionStatusUpdated", "variant": "declaration", "kind": 64, @@ -857564,14 +872149,14 @@ }, "signatures": [ { - "id": 38272, + "id": 21769, "name": "promotionStatusUpdated", "variant": "signature", "kind": 1601536, "flags": {}, "parameters": [ { - "id": 38273, + "id": 21770, "name": "input", "variant": "param", "kind": 32768, @@ -857586,7 +872171,7 @@ }, "type": { "type": "reference", - "target": 35062, + "target": 18549, "name": "object", "package": "@medusajs/core-flows" } @@ -857600,953 +872185,62397 @@ { "title": "Namespaces", "children": [ - 16541, - 16544, - 16547, - 16550, - 16553, - 16556, - 16559, - 16562, - 16565, - 16568, - 16571, - 16574, - 16577, - 16579, - 16582, - 16585, - 16588, - 16591, - 16594, - 16597, - 16600, - 16603, - 16606, - 16609, - 16612, - 16615, - 16617, - 16620, - 16623, - 16626, - 16629 + 1, + 4, + 7, + 10, + 13, + 16, + 19, + 22, + 25, + 28, + 31, + 34, + 37, + 39, + 42, + 45, + 48, + 51, + 54, + 57, + 60, + 63, + 66, + 69, + 72, + 75, + 77, + 80, + 83, + 86, + 89 ] }, { "title": "Interfaces", "children": [ - 16693, - 16993, - 17007, - 17034, - 17042, - 17074, - 17107, - 17110, - 17128, - 17149, - 17218, - 17221, - 17239, - 17267, - 17270, - 17289, - 17304, - 17306, - 17360, - 17368, - 17376, - 17391, - 17412, - 17486, - 17496, - 17519, - 17547, - 17561, - 17593, - 17607, - 17574, - 17674, - 17815, - 18644, - 18650, - 18657, - 19967, - 20289, - 20293, - 21456, - 21069, - 21074, - 21117, - 21158, - 21197, - 21286, - 21325, - 21363, - 21756, - 21951, - 22022, - 22035, - 22043, - 22057, - 22314, - 31167, - 31211, - 31232, - 31260, - 31269, - 31359, - 32495, - 32499, - 32542, - 33148, - 34516, - 34522, - 35107, - 35679, - 35593, - 35610, - 35631, - 35696, - 35652, - 35899, - 36053, - 36090, - 36136, - 36395 + 153, + 453, + 467, + 494, + 502, + 534, + 567, + 570, + 588, + 609, + 678, + 681, + 699, + 727, + 730, + 749, + 764, + 766, + 820, + 828, + 836, + 851, + 872, + 946, + 956, + 979, + 1007, + 1021, + 1053, + 1067, + 1034, + 1134, + 1275, + 2104, + 2110, + 2117, + 3427, + 3749, + 3753, + 4916, + 4529, + 4534, + 4577, + 4618, + 4657, + 4746, + 4785, + 4823, + 5216, + 5411, + 5482, + 5495, + 5503, + 5517, + 5774, + 14627, + 14671, + 14692, + 14720, + 14750, + 14841, + 15977, + 15981, + 16024, + 16630, + 18003, + 18009, + 18594, + 19166, + 19080, + 19097, + 19118, + 19183, + 19139, + 19386, + 19540, + 19577, + 19623, + 19882 ] }, { "title": "Type Aliases", "children": [ - 16632, - 16647, - 16654, - 16661, - 16677, - 16707, - 16710, - 16746, - 16793, - 16838, - 16842, - 16878, - 16882, - 16918, - 17021, - 17057, - 17082, - 17254, - 17378, - 17506, - 17534, - 17624, - 17631, - 17665, - 17760, - 17763, - 17875, - 18053, - 18220, - 18264, - 18177, - 18307, - 18428, - 18351, - 18513, - 18575, - 18627, - 19754, - 19747, - 19731, - 19602, - 19605, - 19555, - 19686, - 19641, - 19515, - 19519, - 19035, - 18999, - 19064, - 19028, - 19071, - 19084, - 19048, - 19012, - 19109, - 19164, - 19226, - 19281, - 19323, - 19365, - 19403, - 19459, - 19866, - 19846, - 19916, - 19873, - 19971, - 19975, - 20245, - 19997, - 20038, - 20085, - 20110, - 20123, - 20130, - 20149, - 20165, - 20209, - 20225, - 20238, - 20282, - 20336, - 20497, - 20590, - 20661, - 20708, - 20805, - 20922, - 20958, - 20998, - 21401, - 21414, - 21430, - 21443, - 21473, - 21480, - 21487, - 21500, - 21513, - 21526, - 21234, - 21235, - 21271, - 21327, - 21365, - 21557, - 21564, - 21577, - 21749, - 21783, - 37140, - 37116, - 21831, - 21832, - 21845, - 21872, - 21894, - 21921, - 21936, - 22003, - 22088, - 22103, - 22118, - 22213, - 22281, - 22296, - 22307, - 22324, - 22337, - 22350, - 22366, - 22379, - 22415, - 22418, - 22552, - 22569, - 22454, - 22610, - 22685, - 22701, - 22748, - 22807, - 22934, - 23069, - 23198, - 23214, - 23329, - 23345, - 23462, - 23479, - 23591, - 23608, - 23720, - 23847, - 23975, - 24103, - 24230, - 24285, - 24300, - 30757, - 24493, - 24532, - 24758, - 24773, - 24933, - 24886, - 24995, - 25042, - 25117, - 25133, - 25180, - 25239, - 25255, - 25370, - 25386, - 25503, - 25630, - 25759, - 25887, - 26014, - 26142, - 26269, - 26384, - 26392, - 26435, - 26463, - 26496, - 26510, - 26572, - 26647, - 26662, - 26709, - 26724, - 26839, - 26854, - 26970, - 27096, - 27222, - 27349, - 27475, - 27490, - 27605, - 27732, - 27859, - 27985, - 28061, - 28136, - 28152, - 28199, - 28215, - 28262, - 28321, - 28337, - 28452, - 28468, - 28583, - 28642, - 28658, - 28776, - 28793, - 28905, - 28980, - 29108, - 29236, - 29364, - 29491, - 29619, - 29747, - 30001, - 29875, - 30376, - 30511, - 30571, - 30250, - 30631, - 30198, - 31198, - 31225, - 31247, - 31321, - 31433, - 31396, - 31397, - 30808, - 30846, - 30861, - 30900, - 30939, - 30956, - 31062, - 31078, - 31112, - 31127, - 31495, - 31502, - 31505, - 31521, - 31546, - 31559, - 31575, - 31595, - 31637, - 31640, - 31676, - 31679, - 31715, - 31762, - 31800, - 31838, - 31924, - 31893, - 31962, - 31949, - 31906, - 31969, - 32040, - 34185, - 34216, - 34200, - 34223, - 34327, - 34275, - 32153, - 32265, - 32193, - 32347, - 32312, - 32230, - 32115, - 32354, - 32355, - 32137, - 32122, - 32426, - 32387, - 32390, - 32374, - 32249, - 32177, - 32331, - 32296, - 32212, - 32097, - 32629, - 32684, - 32794, - 32739, - 32849, - 33161, - 33210, - 33252, - 33336, - 33294, - 33378, - 33420, - 33462, - 33518, - 33626, - 33682, - 33981, - 33990, - 33998, - 34133, - 34409, - 34416, - 34471, - 34565, - 34655, - 34710, - 34796, - 34838, - 34983, - 34928, - 35084, - 35091, - 35153, - 35235, - 35255, - 35248, - 35262, - 35354, - 35574, - 35436, - 35439, - 35475, - 35522, - 35526, - 35713, - 35645, - 35663, - 35773, - 35776, - 35812, - 35728, - 35859, - 35863, - 35914, - 35921, - 35968, - 35993, - 36174, - 36231, - 36238, - 36254, - 36257, - 36293, - 36340, - 36464, - 36457, - 36388, - 36498, - 36483, - 36441, - 36513, - 36526, - 36529, - 36565, - 36566, - 36602, - 36603, - 36639, - 36677, - 36715, - 36753, - 36792, - 36796, - 36797, - 36847, - 36848, - 36884, - 36915, - 37043 + 92, + 107, + 114, + 121, + 137, + 167, + 170, + 206, + 253, + 298, + 302, + 338, + 342, + 378, + 481, + 517, + 542, + 714, + 838, + 966, + 994, + 1084, + 1091, + 1125, + 1220, + 1223, + 1335, + 1513, + 1680, + 1724, + 1637, + 1767, + 1888, + 1811, + 1973, + 2035, + 2087, + 3214, + 3207, + 3191, + 3062, + 3065, + 3015, + 3146, + 3101, + 2975, + 2979, + 2495, + 2459, + 2524, + 2488, + 2531, + 2544, + 2508, + 2472, + 2569, + 2624, + 2686, + 2741, + 2783, + 2825, + 2863, + 2919, + 3326, + 3306, + 3376, + 3333, + 3431, + 3435, + 3705, + 3457, + 3498, + 3545, + 3570, + 3583, + 3590, + 3609, + 3625, + 3669, + 3685, + 3698, + 3742, + 3796, + 3957, + 4050, + 4121, + 4168, + 4265, + 4382, + 4418, + 4458, + 4861, + 4874, + 4890, + 4903, + 4933, + 4940, + 4947, + 4960, + 4973, + 4986, + 4694, + 4695, + 4731, + 4787, + 4825, + 5017, + 5024, + 5037, + 5209, + 5243, + 20627, + 20603, + 5291, + 5292, + 5305, + 5332, + 5354, + 5381, + 5396, + 5463, + 5548, + 5563, + 5578, + 5673, + 5741, + 5756, + 5767, + 5784, + 5797, + 5810, + 5826, + 5839, + 5875, + 5878, + 6012, + 6029, + 5914, + 6070, + 6145, + 6161, + 6208, + 6267, + 6394, + 6529, + 6658, + 6674, + 6789, + 6805, + 6922, + 6939, + 7051, + 7068, + 7180, + 7307, + 7435, + 7563, + 7690, + 7745, + 7760, + 14217, + 7953, + 7992, + 8218, + 8233, + 8393, + 8346, + 8455, + 8502, + 8577, + 8593, + 8640, + 8699, + 8715, + 8830, + 8846, + 8963, + 9090, + 9219, + 9347, + 9474, + 9602, + 9729, + 9844, + 9852, + 9895, + 9923, + 9956, + 9970, + 10032, + 10107, + 10122, + 10169, + 10184, + 10299, + 10314, + 10430, + 10556, + 10682, + 10809, + 10935, + 10950, + 11065, + 11192, + 11319, + 11445, + 11521, + 11596, + 11612, + 11659, + 11675, + 11722, + 11781, + 11797, + 11912, + 11928, + 12043, + 12102, + 12118, + 12236, + 12253, + 12365, + 12440, + 12568, + 12696, + 12824, + 12951, + 13079, + 13207, + 13461, + 13335, + 13836, + 13971, + 14031, + 13710, + 14091, + 13658, + 14658, + 14685, + 14707, + 14803, + 14915, + 14878, + 14879, + 14268, + 14306, + 14321, + 14360, + 14399, + 14416, + 14522, + 14538, + 14572, + 14587, + 14977, + 14984, + 14987, + 15003, + 15028, + 15041, + 15057, + 15077, + 15119, + 15122, + 15158, + 15161, + 15197, + 15244, + 15282, + 15320, + 15406, + 15375, + 15444, + 15431, + 15388, + 15451, + 15522, + 17672, + 17703, + 17687, + 17710, + 17814, + 17762, + 15635, + 15747, + 15675, + 15829, + 15794, + 15712, + 15597, + 15836, + 15837, + 15619, + 15604, + 15908, + 15869, + 15872, + 15856, + 15731, + 15659, + 15813, + 15778, + 15694, + 15579, + 16111, + 16166, + 16276, + 16221, + 16331, + 16646, + 16695, + 16737, + 16821, + 16779, + 16863, + 16905, + 16947, + 17003, + 17111, + 17167, + 17466, + 17476, + 17485, + 17620, + 17896, + 17903, + 17958, + 18052, + 18142, + 18197, + 18283, + 18325, + 18470, + 18415, + 18571, + 18578, + 18640, + 18722, + 18742, + 18735, + 18749, + 18841, + 19061, + 18923, + 18926, + 18962, + 19009, + 19013, + 19200, + 19132, + 19150, + 19260, + 19263, + 19299, + 19215, + 19346, + 19350, + 19401, + 19408, + 19455, + 19480, + 19661, + 19718, + 19725, + 19741, + 19744, + 19780, + 19827, + 19951, + 19944, + 19875, + 19985, + 19970, + 19928, + 20000, + 20013, + 20016, + 20052, + 20053, + 20089, + 20090, + 20126, + 20164, + 20202, + 20240, + 20279, + 20283, + 20284, + 20334, + 20335, + 20371, + 20402, + 20530 ] }, { "title": "Functions", "children": [ - 37169, - 37183, - 37199, - 37220, - 37229, - 37250, - 37261, - 37272, - 37281, - 37294, - 37306, - 37311, - 37325, - 37347, - 37355, - 37361, - 37366, - 37379, - 37384, - 37484, - 37495, - 37613, - 37628, - 37646, - 37655, - 38071, - 38076, - 38082, - 38088, - 38099, - 38107, - 38113, - 38118, - 38124, - 38130, - 38140, - 38150, - 38156, - 38161, - 38167, - 38173, - 38181, - 38192, - 38213, - 38219, - 38225, - 38234, - 38240, - 38245, - 38251, - 38256, - 38265, - 38271 + 20656, + 20670, + 20686, + 20707, + 20716, + 20737, + 20748, + 20759, + 20768, + 20781, + 20793, + 20798, + 20812, + 20834, + 20842, + 20848, + 20853, + 20866, + 20871, + 20971, + 20982, + 21100, + 21115, + 21133, + 21142, + 21563, + 21568, + 21574, + 21580, + 21591, + 21601, + 21607, + 21612, + 21618, + 21624, + 21634, + 21644, + 21650, + 21655, + 21661, + 21667, + 21675, + 21689, + 21710, + 21716, + 21722, + 21731, + 21737, + 21742, + 21748, + 21753, + 21762, + 21768 ] } ], "packageName": "@medusajs/core-flows", "symbolIdMap": { - "16540": { + "0": { "sourceFileName": "../../../../packages/core/core-flows/src/index.ts", "qualifiedName": "" }, - "16632": { + "92": { "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/create-api-keys.ts", "qualifiedName": "CreateApiKeysStepInput" }, - "16633": { + "93": { "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/create-api-keys.ts", "qualifiedName": "__type" }, - "16634": { + "94": { "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/create-api-keys.ts", "qualifiedName": "__type.api_keys" }, - "16635": { + "95": { "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/create-api-keys.ts", "qualifiedName": "createApiKeysStepId" }, - "16636": { + "96": { "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/create-api-keys.ts", "qualifiedName": "createApiKeysStep" }, - "16637": { + "97": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "createApiKeysStep" }, - "16638": { + "98": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "16639": { + "99": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "107": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", + "qualifiedName": "DeleteApiKeysStepInput" + }, + "108": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", + "qualifiedName": "deleteApiKeysStepId" + }, + "109": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", + "qualifiedName": "deleteApiKeysStep" + }, + "110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteApiKeysStep" + }, + "111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "114": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "LinkSalesChannelsToApiKeyStepInput" + }, + "115": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "linkSalesChannelsToApiKeyStepId" + }, + "116": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "linkSalesChannelsToApiKeyStep" + }, + "117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkSalesChannelsToApiKeyStep" + }, + "118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "121": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "RevokeApiKeysStepInput" + }, + "122": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "__type" + }, + "123": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "__type.selector" + }, + "124": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "__type.revoke" + }, + "125": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "revokeApiKeysStepId" + }, + "126": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", + "qualifiedName": "revokeApiKeysStep" + }, + "127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "revokeApiKeysStep" + }, + "128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "137": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "UpdateApiKeysStepInput" + }, + "138": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "__type" + }, + "139": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "__type.selector" + }, + "140": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "__type.update" + }, + "141": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "updateApiKeysStepId" + }, + "142": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", + "qualifiedName": "updateApiKeysStep" + }, + "143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateApiKeysStep" + }, + "144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "147": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "153": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", + "qualifiedName": "ValidateSalesChannelsExistStepInput" + }, + "154": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", + "qualifiedName": "ValidateSalesChannelsExistStepInput.sales_channel_ids" + }, + "155": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", + "qualifiedName": "validateSalesChannelsExistStepId" + }, + "156": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", + "qualifiedName": "validateSalesChannelsExistStep" + }, + "157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateSalesChannelsExistStep" + }, + "158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "167": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "CreateApiKeysWorkflowInput" + }, + "168": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "__type" + }, + "169": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "__type.api_keys" + }, + "170": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "CreateApiKeysWorkflowOutput" + }, + "171": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "createApiKeysWorkflowId" + }, + "172": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", + "qualifiedName": "createApiKeysWorkflow" + }, + "173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createApiKeysWorkflow" + }, + "174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "177": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "178": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "179": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "206": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", + "qualifiedName": "DeleteApiKeysWorkflowInput" + }, + "207": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", + "qualifiedName": "__type" + }, + "208": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", + "qualifiedName": "__type.ids" + }, + "209": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", + "qualifiedName": "deleteApiKeysWorkflowId" + }, + "210": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", + "qualifiedName": "deleteApiKeysWorkflow" + }, + "211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteApiKeysWorkflow" + }, + "212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "215": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "216": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "217": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "253": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "LinkSalesChannelsToApiKeyWorkflowInput" + }, + "254": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "linkSalesChannelsToApiKeyWorkflowId" + }, + "255": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", + "qualifiedName": "linkSalesChannelsToApiKeyWorkflow" + }, + "256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkSalesChannelsToApiKeyWorkflow" + }, + "257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "260": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "261": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "262": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "283": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "284": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "285": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "298": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "RevokeApiKeysWorkflowInput" + }, + "299": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "__type" + }, + "300": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "__type.selector" + }, + "301": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "__type.revoke" + }, + "302": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "RevokeApiKeysWorkflowOutput" + }, + "303": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "revokeApiKeysWorkflowId" + }, + "304": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", + "qualifiedName": "revokeApiKeysWorkflow" + }, + "305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "revokeApiKeysWorkflow" + }, + "306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "309": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "310": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "311": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "338": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "UpdateApiKeysWorkflowInput" + }, + "339": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "__type" + }, + "340": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "__type.selector" + }, + "341": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "__type.update" + }, + "342": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "UpdateApiKeysWorkflowOutput" + }, + "343": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "updateApiKeysWorkflowId" + }, + "344": { + "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", + "qualifiedName": "updateApiKeysWorkflow" + }, + "345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateApiKeysWorkflow" + }, + "346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "349": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "350": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "351": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "378": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "SetAuthAppMetadataStepInput" + }, + "379": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "__type" + }, + "380": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "__type.authIdentityId" + }, + "381": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "__type.actorType" + }, + "382": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "__type.value" + }, + "383": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "setAuthAppMetadataStepId" + }, + "384": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "qualifiedName": "setAuthAppMetadataStep" + }, + "385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setAuthAppMetadataStep" + }, + "386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "388": { + "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", + "qualifiedName": "id" + }, + "389": { + "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", + "qualifiedName": "provider_identities" + }, + "390": { + "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", + "qualifiedName": "app_metadata" + }, + "391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "399": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "generateResetPasswordTokenWorkflow" + }, + "400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "generateResetPasswordTokenWorkflow" + }, + "401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "404": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "405": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "406": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "407": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type" + }, + "408": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.entityId" + }, + "409": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.actorType" + }, + "410": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.provider" + }, + "411": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.secret" + }, + "412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "418": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type" + }, + "419": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.entityId" + }, + "420": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.actorType" + }, + "421": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.provider" + }, + "422": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.secret" + }, + "423": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type" + }, + "424": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.entityId" + }, + "425": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.actorType" + }, + "426": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.provider" + }, + "427": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.secret" + }, + "428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "440": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type" + }, + "441": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.entityId" + }, + "442": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.actorType" + }, + "443": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.provider" + }, + "444": { + "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "qualifiedName": "__type.secret" + }, + "445": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "446": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "453": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", + "qualifiedName": "AddShippingMethodToCartStepInput" + }, + "454": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", + "qualifiedName": "AddShippingMethodToCartStepInput.shipping_methods" + }, + "455": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", + "qualifiedName": "addShippingMethodToCartStepId" + }, + "456": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", + "qualifiedName": "addShippingMethodToCartStep" + }, + "457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addShippingMethodToCartStep" + }, + "458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "467": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "ConfirmVariantInventoryStepInput" + }, + "468": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "ConfirmVariantInventoryStepInput.items" + }, + "469": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type" + }, + "470": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "471": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type.required_quantity" + }, + "472": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type.allow_backorder" + }, + "473": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type.quantity" + }, + "474": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "__type.location_ids" + }, + "475": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "confirmInventoryStepId" + }, + "476": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "qualifiedName": "confirmInventoryStep" + }, + "477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmInventoryStep" + }, + "478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "481": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", + "qualifiedName": "CreateCartsStepInput" + }, + "482": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", + "qualifiedName": "createCartsStepId" + }, + "483": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", + "qualifiedName": "createCartsStep" + }, + "484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCartsStep" + }, + "485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "494": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", + "qualifiedName": "CreateLineItemAdjustmentsCartStepInput" + }, + "495": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", + "qualifiedName": "CreateLineItemAdjustmentsCartStepInput.lineItemAdjustmentsToCreate" + }, + "496": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", + "qualifiedName": "createLineItemAdjustmentsStepId" + }, + "497": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", + "qualifiedName": "createLineItemAdjustmentsStep" + }, + "498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createLineItemAdjustmentsStep" + }, + "499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "502": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", + "qualifiedName": "CreateLineItemsCartStepInput" + }, + "503": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", + "qualifiedName": "CreateLineItemsCartStepInput.id" + }, + "504": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", + "qualifiedName": "CreateLineItemsCartStepInput.items" + }, + "505": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", + "qualifiedName": "createLineItemsStepId" + }, + "506": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", + "qualifiedName": "createLineItemsStep" + }, + "507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createLineItemsStep" + }, + "508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "517": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "CreatePaymentCollectionCartStepInput" + }, + "518": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "__type" + }, + "519": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "__type.currency_code" + }, + "520": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "521": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "__type.metadata" + }, + "522": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "createPaymentCollectionsStepId" + }, + "523": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", + "qualifiedName": "createPaymentCollectionsStep" + }, + "524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPaymentCollectionsStep" + }, + "525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "530": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "531": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "534": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", + "qualifiedName": "CreateShippingMethodAdjustmentsStepInput" + }, + "535": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", + "qualifiedName": "CreateShippingMethodAdjustmentsStepInput.shippingMethodAdjustmentsToCreate" + }, + "536": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", + "qualifiedName": "createShippingMethodAdjustmentsStepId" + }, + "537": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", + "qualifiedName": "createShippingMethodAdjustmentsStep" + }, + "538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingMethodAdjustmentsStep" + }, + "539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "542": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", + "qualifiedName": "FindOneOrAnyRegionStepInput" + }, + "543": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", + "qualifiedName": "__type" + }, + "544": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", + "qualifiedName": "__type.regionId" + }, + "545": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", + "qualifiedName": "findOneOrAnyRegionStepId" + }, + "546": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", + "qualifiedName": "findOneOrAnyRegionStep" + }, + "547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "findOneOrAnyRegionStep" + }, + "548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "550": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "id" + }, + "551": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "name" + }, + "552": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "currency_code" + }, + "553": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "automatic_taxes" + }, + "554": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "countries" + }, + "555": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "payment_providers" + }, + "556": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "metadata" + }, + "557": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "created_at" + }, + "558": { + "sourceFileName": "../../../../packages/core/types/src/region/common.ts", + "qualifiedName": "updated_at" + }, + "559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "567": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerStepInput" + }, + "568": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerStepInput.customerId" + }, + "569": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerStepInput.email" + }, + "570": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerOutputStepOutput" + }, + "571": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerOutputStepOutput.customer" + }, + "572": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "FindOrCreateCustomerOutputStepOutput.email" + }, + "573": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "findOrCreateCustomerStepId" + }, + "574": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "findOrCreateCustomerStep" + }, + "575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "findOrCreateCustomerStep" + }, + "576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "578": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "customer" + }, + "579": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", + "qualifiedName": "email" + }, + "580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "588": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", + "qualifiedName": "FindSalesChannelStepInput" + }, + "589": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", + "qualifiedName": "FindSalesChannelStepInput.salesChannelId" + }, + "590": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", + "qualifiedName": "findSalesChannelStepId" + }, + "591": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", + "qualifiedName": "findSalesChannelStep" + }, + "592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "findSalesChannelStep" + }, + "593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "595": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "id" + }, + "596": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "name" + }, + "597": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "description" + }, + "598": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "is_disabled" + }, + "599": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "metadata" + }, + "600": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "locations" + }, + "601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "609": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", + "qualifiedName": "GetActionsToComputeFromPromotionsStepInput" + }, + "610": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", + "qualifiedName": "GetActionsToComputeFromPromotionsStepInput.cart" + }, + "611": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", + "qualifiedName": "GetActionsToComputeFromPromotionsStepInput.promotionCodesToApply" + }, + "612": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", + "qualifiedName": "getActionsToComputeFromPromotionsStepId" + }, + "613": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", + "qualifiedName": "getActionsToComputeFromPromotionsStep" + }, + "614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getActionsToComputeFromPromotionsStep" + }, + "615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "617": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "action" + }, + "618": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "item_id" + }, + "619": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "amount" + }, + "620": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "code" + }, + "621": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "description" + }, + "622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "629": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "action" + }, + "630": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "adjustment_id" + }, + "631": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "description" + }, + "632": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "code" + }, + "633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "640": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "action" + }, + "641": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "shipping_method_id" + }, + "642": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "amount" + }, + "643": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "code" + }, + "644": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "description" + }, + "645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "652": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "action" + }, + "653": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "adjustment_id" + }, + "654": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "code" + }, + "655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "662": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "action" + }, + "663": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", + "qualifiedName": "code" + }, + "664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "678": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepInput" + }, + "679": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepInput.id" + }, + "680": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepInput.items" + }, + "681": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepOutput" + }, + "682": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepOutput.itemsToCreate" + }, + "683": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "GetLineItemActionsStepOutput.itemsToUpdate" + }, + "684": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "getLineItemActionsStepId" + }, + "685": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "getLineItemActionsStep" + }, + "686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getLineItemActionsStep" + }, + "687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "689": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "itemsToCreate" + }, + "690": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", + "qualifiedName": "itemsToUpdate" + }, + "691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "699": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "GetPromotionCodesToApplyStepInput" + }, + "700": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "GetPromotionCodesToApplyStepInput.cart" + }, + "701": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type" + }, + "702": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.items" + }, + "703": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type" + }, + "704": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.adjustments" + }, + "705": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type" + }, + "706": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.code" + }, + "707": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.shipping_methods" + }, + "708": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type" + }, + "709": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.adjustments" + }, + "710": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type" + }, + "711": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "__type.code" + }, + "712": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "GetPromotionCodesToApplyStepInput.promo_codes" + }, + "713": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "GetPromotionCodesToApplyStepInput.action" + }, + "714": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "GetPromotionCodesToApplyStepOutput" + }, + "715": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "getPromotionCodesToApplyId" + }, + "716": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", + "qualifiedName": "getPromotionCodesToApply" + }, + "717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getPromotionCodesToApply" + }, + "718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "727": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "GetVariantPriceSetsStepInput" + }, + "728": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "GetVariantPriceSetsStepInput.variantIds" + }, + "729": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "GetVariantPriceSetsStepInput.context" + }, + "730": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "GetVariantPriceSetsStepOutput" + }, + "731": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "GetVariantPriceSetsStepOutput.__index" + }, + "733": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "getVariantPriceSetsStepId" + }, + "734": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "getVariantPriceSetsStep" + }, + "735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getVariantPriceSetsStep" + }, + "736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "738": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "__object" + }, + "739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "745": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "__object" + }, + "746": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", + "qualifiedName": "__object" + }, + "747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "749": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", + "qualifiedName": "GetVariantsStepInput" + }, + "750": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", + "qualifiedName": "GetVariantsStepInput.filter" + }, + "751": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", + "qualifiedName": "GetVariantsStepInput.config" + }, + "752": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", + "qualifiedName": "getVariantsStepId" + }, + "753": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", + "qualifiedName": "getVariantsStep" + }, + "754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getVariantsStep" + }, + "755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "764": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepInput" + }, + "765": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepInput.actions" + }, + "766": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput" + }, + "767": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.lineItemAdjustmentsToCreate" + }, + "768": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "769": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "770": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "771": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.item_id" + }, + "772": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "773": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.lineItemAdjustmentIdsToRemove" + }, + "774": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.shippingMethodAdjustmentsToCreate" + }, + "775": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "776": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "777": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "778": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.shipping_method_id" + }, + "779": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "780": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.shippingMethodAdjustmentIdsToRemove" + }, + "781": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.computedPromotionCodes" + }, + "782": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "prepareAdjustmentsFromPromotionActionsStepId" + }, + "783": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "prepareAdjustmentsFromPromotionActionsStep" + }, + "784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "prepareAdjustmentsFromPromotionActionsStep" + }, + "785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "787": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "lineItemAdjustmentsToCreate" + }, + "788": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "789": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "790": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "791": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.item_id" + }, + "792": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "793": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "794": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "795": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "796": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.item_id" + }, + "797": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "798": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "lineItemAdjustmentIdsToRemove" + }, + "799": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "shippingMethodAdjustmentsToCreate" + }, + "800": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "801": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "802": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "803": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.shipping_method_id" + }, + "804": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "805": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type" + }, + "806": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.code" + }, + "807": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.amount" + }, + "808": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.shipping_method_id" + }, + "809": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "__type.promotion_id" + }, + "810": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "shippingMethodAdjustmentIdsToRemove" + }, + "811": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", + "qualifiedName": "computedPromotionCodes" + }, + "812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "820": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", + "qualifiedName": "RemoveLineItemAdjustmentsStepInput" + }, + "821": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", + "qualifiedName": "RemoveLineItemAdjustmentsStepInput.lineItemAdjustmentIdsToRemove" + }, + "822": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", + "qualifiedName": "removeLineItemAdjustmentsStepId" + }, + "823": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", + "qualifiedName": "removeLineItemAdjustmentsStep" + }, + "824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeLineItemAdjustmentsStep" + }, + "825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "828": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", + "qualifiedName": "RemoveShippingMethodAdjustmentsStepInput" + }, + "829": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", + "qualifiedName": "RemoveShippingMethodAdjustmentsStepInput.shippingMethodAdjustmentIdsToRemove" + }, + "830": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", + "qualifiedName": "removeShippingMethodAdjustmentsStepId" + }, + "831": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", + "qualifiedName": "removeShippingMethodAdjustmentsStep" + }, + "832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeShippingMethodAdjustmentsStep" + }, + "833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "836": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", + "qualifiedName": "RemoveShippingMethodFromCartStepInput" + }, + "837": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", + "qualifiedName": "RemoveShippingMethodFromCartStepInput.shipping_method_ids" + }, + "838": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", + "qualifiedName": "RemoveShippingMethodFromCartStepOutput" + }, + "839": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", + "qualifiedName": "removeShippingMethodFromCartStepId" + }, + "840": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", + "qualifiedName": "removeShippingMethodFromCartStep" + }, + "841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeShippingMethodFromCartStep" + }, + "842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "851": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "ReserveVariantInventoryStepInput" + }, + "852": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "ReserveVariantInventoryStepInput.items" + }, + "853": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type" + }, + "854": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.id" + }, + "855": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "856": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.required_quantity" + }, + "857": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.allow_backorder" + }, + "858": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.quantity" + }, + "859": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "__type.location_ids" + }, + "860": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "reserveInventoryStepId" + }, + "861": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", + "qualifiedName": "reserveInventoryStep" + }, + "862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "reserveInventoryStep" + }, + "863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "872": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", + "qualifiedName": "RetrieveCartStepInput" + }, + "873": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", + "qualifiedName": "RetrieveCartStepInput.id" + }, + "874": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", + "qualifiedName": "RetrieveCartStepInput.config" + }, + "875": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", + "qualifiedName": "retrieveCartStepId" + }, + "876": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", + "qualifiedName": "retrieveCartStep" + }, + "877": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "retrieveCartStep" + }, + "878": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "879": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "880": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "id" + }, + "881": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "region_id" + }, + "882": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "customer_id" + }, + "883": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "sales_channel_id" + }, + "884": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "email" + }, + "885": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "currency_code" + }, + "886": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_address" + }, + "887": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "billing_address" + }, + "888": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "items" + }, + "889": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_methods" + }, + "890": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "metadata" + }, + "891": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "completed_at" + }, + "892": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "created_at" + }, + "893": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "updated_at" + }, + "894": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_total" + }, + "895": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "896": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "897": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_total" + }, + "898": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_subtotal" + }, + "899": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_tax_total" + }, + "900": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_total" + }, + "901": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_subtotal" + }, + "902": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_tax_total" + }, + "903": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "total" + }, + "904": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "subtotal" + }, + "905": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "tax_total" + }, + "906": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "discount_total" + }, + "907": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "discount_tax_total" + }, + "908": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "gift_card_total" + }, + "909": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "910": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_total" + }, + "911": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "912": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "913": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_total" + }, + "914": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "915": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "916": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_total" + }, + "917": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_subtotal" + }, + "918": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_tax_total" + }, + "919": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_total" + }, + "920": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_subtotal" + }, + "921": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_tax_total" + }, + "922": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_total" + }, + "923": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_subtotal" + }, + "924": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_tax_total" + }, + "925": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_total" + }, + "926": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_subtotal" + }, + "927": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_tax_total" + }, + "928": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_discount_total" + }, + "929": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_discount_tax_total" + }, + "930": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_gift_card_total" + }, + "931": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_gift_card_tax_total" + }, + "932": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_total" + }, + "933": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_subtotal" + }, + "934": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_tax_total" + }, + "935": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_total" + }, + "936": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_subtotal" + }, + "937": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_tax_total" + }, + "938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "946": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetTaxLinesForItemsStepInput" + }, + "947": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetTaxLinesForItemsStepInput.cart" + }, + "948": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetTaxLinesForItemsStepInput.item_tax_lines" + }, + "949": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetTaxLinesForItemsStepInput.shipping_tax_lines" + }, + "950": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "setTaxLinesForItemsStepId" + }, + "951": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", + "qualifiedName": "setTaxLinesForItemsStep" + }, + "952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setTaxLinesForItemsStep" + }, + "953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "956": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "UpdateCartPromotionStepInput" + }, + "957": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "UpdateCartPromotionStepInput.id" + }, + "958": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "UpdateCartPromotionStepInput.promo_codes" + }, + "959": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "UpdateCartPromotionStepInput.action" + }, + "960": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "updateCartPromotionsStepId" + }, + "961": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", + "qualifiedName": "updateCartPromotionsStep" + }, + "962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCartPromotionsStep" + }, + "963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "966": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", + "qualifiedName": "UpdateCartsStepInput" + }, + "967": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", + "qualifiedName": "updateCartsStepId" + }, + "968": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", + "qualifiedName": "updateCartsStep" + }, + "969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCartsStep" + }, + "970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "979": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", + "qualifiedName": "UpdateLineItemsStepInput" + }, + "980": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", + "qualifiedName": "UpdateLineItemsStepInput.id" + }, + "981": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", + "qualifiedName": "UpdateLineItemsStepInput.items" + }, + "982": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", + "qualifiedName": "updateLineItemsStepId" + }, + "983": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", + "qualifiedName": "updateLineItemsStep" + }, + "984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateLineItemsStep" + }, + "985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "994": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", + "qualifiedName": "UpdateShippingMethodsStepInput" + }, + "995": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", + "qualifiedName": "updateShippingMethodsStepId" + }, + "996": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", + "qualifiedName": "updateShippingMethodsStep" + }, + "997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateShippingMethodsStep" + }, + "998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1007": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", + "qualifiedName": "ValidateCartPaymentsStepInput" + }, + "1008": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", + "qualifiedName": "ValidateCartPaymentsStepInput.cart" + }, + "1009": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", + "qualifiedName": "validateCartPaymentsStepId" + }, + "1010": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", + "qualifiedName": "validateCartPaymentsStep" + }, + "1011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateCartPaymentsStep" + }, + "1012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1021": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "ValidateCartShippingOptionsStepInput" + }, + "1022": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "ValidateCartShippingOptionsStepInput.cart" + }, + "1023": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "ValidateCartShippingOptionsStepInput.shippingOptionsContext" + }, + "1024": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "__type" + }, + "1025": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "__type.enabled_in_store" + }, + "1026": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "__type.is_return" + }, + "1027": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "ValidateCartShippingOptionsStepInput.option_ids" + }, + "1028": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "validateCartShippingOptionsStepId" + }, + "1029": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", + "qualifiedName": "validateCartShippingOptionsStep" + }, + "1030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateCartShippingOptionsStep" + }, + "1031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1034": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "ValidateVariantPricesStepInput" + }, + "1035": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "ValidateVariantPricesStepInput.variants" + }, + "1036": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "__type" + }, + "1037": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "__type.id" + }, + "1038": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "__type.calculated_price" + }, + "1039": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "__type" + }, + "1040": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "__type.calculated_amount" + }, + "1041": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "validateVariantPricesStepId" + }, + "1042": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "qualifiedName": "validateVariantPricesStep" + }, + "1043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateVariantPricesStep" + }, + "1044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1053": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", + "qualifiedName": "ValidateCartStepInput" + }, + "1054": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", + "qualifiedName": "ValidateCartStepInput.cart" + }, + "1055": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", + "qualifiedName": "validateCartStepId" + }, + "1056": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", + "qualifiedName": "validateCartStep" + }, + "1057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateCartStep" + }, + "1058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1067": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "ValidateLineItemPricesStepInput" + }, + "1068": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "ValidateLineItemPricesStepInput.items" + }, + "1069": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "__type" + }, + "1070": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "__type.unit_price" + }, + "1071": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "__type.title" + }, + "1072": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "validateLineItemPricesStepId" + }, + "1073": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "qualifiedName": "validateLineItemPricesStep" + }, + "1074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateLineItemPricesStep" + }, + "1075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1084": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "ValidateShippingMethodsDataInput" + }, + "1085": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type" + }, + "1086": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.id" + }, + "1087": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.provider_id" + }, + "1088": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.option_data" + }, + "1089": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.method_data" + }, + "1090": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.context" + }, + "1091": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "ValidateShippingMethodsDataOutput" + }, + "1092": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type" + }, + "1093": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__type.__index" + }, + "1095": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "validateAndReturnShippingMethodsDataStepId" + }, + "1096": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "validateAndReturnShippingMethodsDataStep" + }, + "1097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateAndReturnShippingMethodsDataStep" + }, + "1098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1099": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1102": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1105": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1108": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1117": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1120": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", + "qualifiedName": "__object" + }, + "1123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1124": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1125": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", + "qualifiedName": "ValidateCartShippingOptionsPriceInput" + }, + "1126": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", + "qualifiedName": "__type" + }, + "1127": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", + "qualifiedName": "__type.shippingOptions" + }, + "1128": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", + "qualifiedName": "validateCartShippingOptionsPriceStepId" + }, + "1129": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", + "qualifiedName": "validateCartShippingOptionsPriceStep" + }, + "1130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateCartShippingOptionsPriceStep" + }, + "1131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1134": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "AddShippingMethodToCartWorkflowInput" + }, + "1135": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "AddShippingMethodToCartWorkflowInput.cart_id" + }, + "1136": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "AddShippingMethodToCartWorkflowInput.options" + }, + "1137": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__type" + }, + "1138": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__type.id" + }, + "1139": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__type.data" + }, + "1140": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "addShippingMethodToCartWorkflowId" + }, + "1141": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "addShippingMethodToCartWorkflow" + }, + "1142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addShippingMethodToCartWorkflow" + }, + "1143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1146": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1147": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1148": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1170": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1176": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__object" + }, + "1177": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__object.input" + }, + "1178": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", + "qualifiedName": "__object.cart" + }, + "1179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1180": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "qualifiedName": "addToCartWorkflowId" + }, + "1181": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "qualifiedName": "addToCartWorkflow" + }, + "1182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addToCartWorkflow" + }, + "1183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1186": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1187": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1188": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1210": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1216": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "qualifiedName": "__object" + }, + "1217": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "qualifiedName": "__object.input" + }, + "1218": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "qualifiedName": "__object.cart" + }, + "1219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1220": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "CompleteCartWorkflowInput" + }, + "1221": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__type" + }, + "1222": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__type.id" + }, + "1223": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "CompleteCartWorkflowOutput" + }, + "1224": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__type" + }, + "1225": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__type.id" + }, + "1226": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "THREE_DAYS" + }, + "1227": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "completeCartWorkflowId" + }, + "1228": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "completeCartWorkflow" + }, + "1229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "completeCartWorkflow" + }, + "1230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1233": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1234": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1235": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1243": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "id" + }, + "1244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1265": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1271": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__object" + }, + "1272": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__object.input" + }, + "1273": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", + "qualifiedName": "__object.cart" + }, + "1274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1275": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "ConfirmVariantInventoryWorkflowOutput" + }, + "1276": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "ConfirmVariantInventoryWorkflowOutput.items" + }, + "1277": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type" + }, + "1278": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.id" + }, + "1279": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "1280": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.required_quantity" + }, + "1281": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.allow_backorder" + }, + "1282": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.quantity" + }, + "1283": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.location_ids" + }, + "1284": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "confirmVariantInventoryWorkflowId" + }, + "1285": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "confirmVariantInventoryWorkflow" + }, + "1286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmVariantInventoryWorkflow" + }, + "1287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1290": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1291": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1292": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1300": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "items" + }, + "1301": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type" + }, + "1302": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.id" + }, + "1303": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "1304": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.required_quantity" + }, + "1305": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.allow_backorder" + }, + "1306": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.quantity" + }, + "1307": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.location_ids" + }, + "1308": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type" + }, + "1309": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.id" + }, + "1310": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "1311": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.required_quantity" + }, + "1312": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.allow_backorder" + }, + "1313": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.quantity" + }, + "1314": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "qualifiedName": "__type.location_ids" + }, + "1315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1335": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "CreateCartWorkflowInput" + }, + "1336": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "createCartWorkflowId" + }, + "1337": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "createCartWorkflow" + }, + "1338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCartWorkflow" + }, + "1339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1342": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1343": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1344": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1352": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "id" + }, + "1353": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "region_id" + }, + "1354": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "customer_id" + }, + "1355": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "sales_channel_id" + }, + "1356": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "email" + }, + "1357": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "currency_code" + }, + "1358": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_address" + }, + "1359": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "billing_address" + }, + "1360": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "items" + }, + "1361": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_methods" + }, + "1362": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "metadata" + }, + "1363": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "completed_at" + }, + "1364": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "created_at" + }, + "1365": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "updated_at" + }, + "1366": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_total" + }, + "1367": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "1368": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "1369": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_total" + }, + "1370": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_subtotal" + }, + "1371": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "item_tax_total" + }, + "1372": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_total" + }, + "1373": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_subtotal" + }, + "1374": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_tax_total" + }, + "1375": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "total" + }, + "1376": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "subtotal" + }, + "1377": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "tax_total" + }, + "1378": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "discount_total" + }, + "1379": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "discount_tax_total" + }, + "1380": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "gift_card_total" + }, + "1381": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "1382": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_total" + }, + "1383": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "1384": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "1385": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_total" + }, + "1386": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "1387": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "1388": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_total" + }, + "1389": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_subtotal" + }, + "1390": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_item_tax_total" + }, + "1391": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_total" + }, + "1392": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_subtotal" + }, + "1393": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_item_tax_total" + }, + "1394": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_total" + }, + "1395": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_subtotal" + }, + "1396": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_tax_total" + }, + "1397": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_total" + }, + "1398": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_subtotal" + }, + "1399": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_tax_total" + }, + "1400": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_discount_total" + }, + "1401": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_discount_tax_total" + }, + "1402": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_gift_card_total" + }, + "1403": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_gift_card_tax_total" + }, + "1404": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_total" + }, + "1405": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_subtotal" + }, + "1406": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_shipping_tax_total" + }, + "1407": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_total" + }, + "1408": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_subtotal" + }, + "1409": { + "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", + "qualifiedName": "raw_original_shipping_tax_total" + }, + "1410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1431": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1437": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1438": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.input" + }, + "1439": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1440": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.currency_code" + }, + "1441": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.region_id" + }, + "1442": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + }, + "1443": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" + }, + "1444": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.email" + }, + "1445": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" + }, + "1446": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" + }, + "1447": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" + }, + "1448": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" + }, + "1449": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.metadata" + }, + "1450": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.items" + }, + "1451": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" + }, + "1452": { + "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", + "qualifiedName": "__type.additional_data" + }, + "1453": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.cart" + }, + "1454": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1455": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.items" + }, + "1456": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.currency_code" + }, + "1457": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.region_id" + }, + "1458": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + }, + "1459": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" + }, + "1460": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.email" + }, + "1461": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" + }, + "1462": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" + }, + "1463": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" + }, + "1464": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" + }, + "1465": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.metadata" + }, + "1466": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" + }, + "1467": { + "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", + "qualifiedName": "__type.additional_data" + }, + "1468": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1469": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.cart" + }, + "1470": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.additional_data" + }, + "1471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1472": { + "sourceFileName": "", + "qualifiedName": "cartCreated" + }, + "1473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1478": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1479": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.input" + }, + "1480": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1481": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.currency_code" + }, + "1482": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.region_id" + }, + "1483": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + }, + "1484": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" + }, + "1485": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.email" + }, + "1486": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" + }, + "1487": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" + }, + "1488": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" + }, + "1489": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" + }, + "1490": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.metadata" + }, + "1491": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.items" + }, + "1492": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" + }, + "1493": { + "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", + "qualifiedName": "__type.additional_data" + }, + "1494": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.cart" + }, + "1495": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1496": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.items" + }, + "1497": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.currency_code" + }, + "1498": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.region_id" + }, + "1499": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + }, + "1500": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" + }, + "1501": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.email" + }, + "1502": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" + }, + "1503": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" + }, + "1504": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" + }, + "1505": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" + }, + "1506": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.metadata" + }, + "1507": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" + }, + "1508": { + "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", + "qualifiedName": "__type.additional_data" + }, + "1509": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object" + }, + "1510": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.cart" + }, + "1511": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", + "qualifiedName": "__object.additional_data" + }, + "1512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1513": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "ValidateExistingPaymentCollectionStepInput" + }, + "1514": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "__type" + }, + "1515": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "__type.cart" + }, + "1516": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "__type" + }, + "1517": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "__type.payment_collection" + }, + "1518": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "validateExistingPaymentCollectionStep" + }, + "1519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateExistingPaymentCollectionStep" + }, + "1520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "1521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1522": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "1528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "1529": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "createPaymentCollectionForCartWorkflowId" + }, + "1530": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", + "qualifiedName": "createPaymentCollectionForCartWorkflow" + }, + "1531": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPaymentCollectionForCartWorkflow" + }, + "1532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1534": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1535": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1536": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1537": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1573": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", + "qualifiedName": "listShippingOptionsForCartWorkflowId" + }, + "1574": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", + "qualifiedName": "listShippingOptionsForCartWorkflow" + }, + "1575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "listShippingOptionsForCartWorkflow" + }, + "1576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1579": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1580": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1581": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1602": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", + "qualifiedName": "listShippingOptionsForCartWithPricingWorkflowId" + }, + "1603": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", + "qualifiedName": "listShippingOptionsForCartWithPricingWorkflow" + }, + "1604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "listShippingOptionsForCartWithPricingWorkflow" + }, + "1605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1608": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1609": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1610": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "1623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1637": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "RefreshPaymentCollectionForCartWorklowInput" + }, + "1638": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "__type" + }, + "1639": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "__type.cart_id" + }, + "1640": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "refreshPaymentCollectionForCartWorkflowId" + }, + "1641": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "refreshPaymentCollectionForCartWorkflow" + }, + "1642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refreshPaymentCollectionForCartWorkflow" + }, + "1643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1646": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1647": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1648": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1670": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1676": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "__object" + }, + "1677": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "__object.input" + }, + "1678": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", + "qualifiedName": "__object.cart" + }, + "1679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1680": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "RefreshCartItemsWorkflowInput" + }, + "1681": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__type" + }, + "1682": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__type.cart_id" + }, + "1683": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__type.promo_codes" + }, + "1684": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "refreshCartItemsWorkflowId" + }, + "1685": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "refreshCartItemsWorkflow" + }, + "1686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refreshCartItemsWorkflow" + }, + "1687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1690": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1691": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1692": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1714": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1720": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__object" + }, + "1721": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__object.input" + }, + "1722": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", + "qualifiedName": "__object.cart" + }, + "1723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1724": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "RefreshCartShippingMethodsWorkflowInput" + }, + "1725": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "__type" + }, + "1726": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "__type.cart_id" + }, + "1727": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "refreshCartShippingMethodsWorkflowId" + }, + "1728": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "refreshCartShippingMethodsWorkflow" + }, + "1729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refreshCartShippingMethodsWorkflow" + }, + "1730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1733": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1734": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1735": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1745": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1757": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1763": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "__object" + }, + "1764": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "__object.input" + }, + "1765": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", + "qualifiedName": "__object.cart" + }, + "1766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1767": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "TransferCartCustomerWorkflowInput" + }, + "1768": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__type" + }, + "1769": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__type.id" + }, + "1770": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__type.customer_id" + }, + "1771": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "transferCartCustomerWorkflowId" + }, + "1772": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "transferCartCustomerWorkflow" + }, + "1773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "transferCartCustomerWorkflow" + }, + "1774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1777": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1778": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1779": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1781": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1801": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1807": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__object" + }, + "1808": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__object.input" + }, + "1809": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", + "qualifiedName": "__object.cart" + }, + "1810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1811": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "UpdateCartWorkflowInput" + }, + "1812": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "updateCartWorkflowId" + }, + "1813": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "updateCartWorkflow" + }, + "1814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCartWorkflow" + }, + "1815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1818": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1819": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1820": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1842": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1848": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1849": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.input" + }, + "1850": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1851": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.currency_code" + }, + "1852": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.region_id" + }, + "1853": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.id" + }, + "1854": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.customer_id" + }, + "1855": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.sales_channel_id" + }, + "1856": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.email" + }, + "1857": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.metadata" + }, + "1858": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.shipping_address" + }, + "1859": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.billing_address" + }, + "1860": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.cart" + }, + "1861": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1862": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.cart" + }, + "1863": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.additional_data" + }, + "1864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1865": { + "sourceFileName": "", + "qualifiedName": "cartUpdated" + }, + "1866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1871": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1872": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.input" + }, + "1873": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1874": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.currency_code" + }, + "1875": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.region_id" + }, + "1876": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.id" + }, + "1877": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.customer_id" + }, + "1878": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.sales_channel_id" + }, + "1879": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.email" + }, + "1880": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.metadata" + }, + "1881": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.shipping_address" + }, + "1882": { + "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", + "qualifiedName": "UpdateCartWorkflowInputDTO.billing_address" + }, + "1883": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.cart" + }, + "1884": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object" + }, + "1885": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.cart" + }, + "1886": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", + "qualifiedName": "__object.additional_data" + }, + "1887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1888": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "UpdateCartPromotionsWorkflowInput" + }, + "1889": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__type" + }, + "1890": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__type.cart_id" + }, + "1891": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__type.promo_codes" + }, + "1892": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__type.action" + }, + "1893": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "updateCartPromotionsWorkflowId" + }, + "1894": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "updateCartPromotionsWorkflow" + }, + "1895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCartPromotionsWorkflow" + }, + "1896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1899": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1900": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1901": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1917": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1923": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1929": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__object" + }, + "1930": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__object.input" + }, + "1931": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", + "qualifiedName": "__object.cart" + }, + "1932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1933": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", + "qualifiedName": "updateLineItemInCartWorkflowId" + }, + "1934": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", + "qualifiedName": "updateLineItemInCartWorkflow" + }, + "1935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateLineItemInCartWorkflow" + }, + "1936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1939": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1940": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1941": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "1949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "1954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "1955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "1962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1963": { + "sourceFileName": "", + "qualifiedName": "validate" + }, + "1964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "1967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "1968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "1969": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", + "qualifiedName": "__object" + }, + "1970": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", + "qualifiedName": "__object.input" + }, + "1971": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", + "qualifiedName": "__object.cart" + }, + "1972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "1973": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "UpdateTaxLinesWorkflowInput" + }, + "1974": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "__type" + }, + "1975": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "__type.cart_id" + }, + "1976": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "__type.items" + }, + "1977": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "__type.shipping_methods" + }, + "1978": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "__type.force_tax_calculation" + }, + "1979": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "updateTaxLinesWorkflowId" + }, + "1980": { + "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "qualifiedName": "updateTaxLinesWorkflow" + }, + "1981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateTaxLinesWorkflow" + }, + "1982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "1983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "1984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "1985": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "1986": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "1987": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "1988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "1989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "1992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "1994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "1997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "1998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "1999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2023": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/create-remote-links.ts", + "qualifiedName": "createLinksStepId" + }, + "2024": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/create-remote-links.ts", + "qualifiedName": "createRemoteLinkStep" + }, + "2025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createRemoteLinkStep" + }, + "2026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2035": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", + "qualifiedName": "DismissRemoteLinksStepInput" + }, + "2036": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", + "qualifiedName": "dismissRemoteLinkStepId" + }, + "2037": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", + "qualifiedName": "dismissRemoteLinkStep" + }, + "2038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "dismissRemoteLinkStep" + }, + "2039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2048": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/emit-event.ts", + "qualifiedName": "emitEventStepId" + }, + "2049": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/emit-event.ts", + "qualifiedName": "emitEventStep" + }, + "2050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "emitEventStep" + }, + "2051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2060": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/remove-remote-links.ts", + "qualifiedName": "removeRemoteLinkStepId" + }, + "2061": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/remove-remote-links.ts", + "qualifiedName": "removeRemoteLinkStep" + }, + "2062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeRemoteLinkStep" + }, + "2063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2075": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/update-remote-links.ts", + "qualifiedName": "updateRemoteLinksStepId" + }, + "2076": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/update-remote-links.ts", + "qualifiedName": "updateRemoteLinksStep" + }, + "2077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateRemoteLinksStep" + }, + "2078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2087": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "UseQueryGraphStepInput" + }, + "2088": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "__type" + }, + "2089": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "__type.options" + }, + "2090": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "TEntry" + }, + "2091": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "useQueryGraphStep" + }, + "2092": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "useQueryGraphStep" + }, + "2093": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "TEntry" + }, + "2094": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "qualifiedName": "input" + }, + "2095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2096": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/remote-query.ts", + "qualifiedName": "data" + }, + "2097": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/remote-query.ts", + "qualifiedName": "metadata" + }, + "2098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2104": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput" + }, + "2105": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.fields" + }, + "2106": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.variables" + }, + "2107": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_key_not_found" + }, + "2108": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" + }, + "2109": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.list" + }, + "2110": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "EntryStepInput" + }, + "2111": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "EntryStepInput.entry_point" + }, + "2112": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.fields" + }, + "2113": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.variables" + }, + "2114": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_key_not_found" + }, + "2115": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" + }, + "2116": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.list" + }, + "2117": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "ServiceStepInput" + }, + "2118": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "ServiceStepInput.service" + }, + "2119": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.fields" + }, + "2120": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.variables" + }, + "2121": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_key_not_found" + }, + "2122": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" + }, + "2123": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "RemoteStepInput.list" + }, + "2124": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "useRemoteQueryStepId" + }, + "2125": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", + "qualifiedName": "useRemoteQueryStep" + }, + "2126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "useRemoteQueryStep" + }, + "2127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2130": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "validatePresenceOfStep" + }, + "2131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validatePresenceOfStep" + }, + "2132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2133": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type" + }, + "2134": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type.entity" + }, + "2135": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type.fields" + }, + "2136": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type" + }, + "2137": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type.entity" + }, + "2138": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", + "qualifiedName": "__type.fields" + }, + "2139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2147": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "batchLinksWorkflowId" + }, + "2148": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "batchLinksWorkflow" + }, + "2149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchLinksWorkflow" + }, + "2150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2153": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2154": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2155": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2156": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2157": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2164": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2170": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2171": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2185": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "created" + }, + "2186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2198": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "updated" + }, + "2199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2211": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "deleted" + }, + "2212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2224": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2225": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2232": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2239": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2246": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2247": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2254": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2261": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2274": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2275": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2282": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2283": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2284": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2285": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2289": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2296": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2297": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2304": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2311": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2324": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object" + }, + "2325": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.created" + }, + "2326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2332": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.updated" + }, + "2333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2339": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", + "qualifiedName": "__object.deleted" + }, + "2340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2342": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2354": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/create-links.ts", + "qualifiedName": "createLinksWorkflowId" + }, + "2355": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/create-links.ts", + "qualifiedName": "createLinksWorkflow" + }, + "2356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createLinksWorkflow" + }, + "2357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2360": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2361": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2362": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2389": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/dismiss-links.ts", + "qualifiedName": "dismissLinksWorkflowId" + }, + "2390": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/dismiss-links.ts", + "qualifiedName": "dismissLinksWorkflow" + }, + "2391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "dismissLinksWorkflow" + }, + "2392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2395": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2396": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2397": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2424": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/update-links.ts", + "qualifiedName": "updateLinksWorkflowId" + }, + "2425": { + "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/update-links.ts", + "qualifiedName": "updateLinksWorkflow" + }, + "2426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateLinksWorkflow" + }, + "2427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2430": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2431": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2432": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2445": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2446": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2459": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", + "qualifiedName": "CreateCustomersStepInput" + }, + "2460": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", + "qualifiedName": "createCustomersStepId" + }, + "2461": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", + "qualifiedName": "createCustomersStep" + }, + "2462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomersStep" + }, + "2463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2472": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "UpdateCustomersStepInput" + }, + "2473": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "__type" + }, + "2474": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "__type.selector" + }, + "2475": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "__type.update" + }, + "2476": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "updateCustomersStepId" + }, + "2477": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "qualifiedName": "updateCustomersStep" + }, + "2478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomersStep" + }, + "2479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2488": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", + "qualifiedName": "DeleteCustomersStepInput" + }, + "2489": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", + "qualifiedName": "deleteCustomersStepId" + }, + "2490": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", + "qualifiedName": "deleteCustomersStep" + }, + "2491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomersStep" + }, + "2492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2495": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", + "qualifiedName": "CreateCustomerAddressesStepInput" + }, + "2496": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", + "qualifiedName": "createCustomerAddressesStepId" + }, + "2497": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", + "qualifiedName": "createCustomerAddressesStep" + }, + "2498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomerAddressesStep" + }, + "2499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2508": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "UpdateCustomerAddresseStepInput" + }, + "2509": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "__type" + }, + "2510": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "__type.selector" + }, + "2511": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "__type.update" + }, + "2512": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "updateCustomerAddresseStepId" + }, + "2513": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", + "qualifiedName": "updateCustomerAddressesStep" + }, + "2514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomerAddressesStep" + }, + "2515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2522": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2524": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", + "qualifiedName": "DeleteCustomerAddressesStepInput" + }, + "2525": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", + "qualifiedName": "deleteCustomerAddressesStepId" + }, + "2526": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", + "qualifiedName": "deleteCustomerAddressesStep" + }, + "2527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomerAddressesStep" + }, + "2528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2530": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2531": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "MaybeUnsetDefaultBillingAddressStepInput" + }, + "2532": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type" + }, + "2533": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type.create" + }, + "2534": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type.update" + }, + "2535": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type" + }, + "2536": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type.selector" + }, + "2537": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "__type.update" + }, + "2538": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "maybeUnsetDefaultBillingAddressesStepId" + }, + "2539": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "qualifiedName": "maybeUnsetDefaultBillingAddressesStep" + }, + "2540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "maybeUnsetDefaultBillingAddressesStep" + }, + "2541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2544": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "MaybeUnsetDefaultShippingAddressesStepInput" + }, + "2545": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type" + }, + "2546": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type.create" + }, + "2547": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type.update" + }, + "2548": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type" + }, + "2549": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type.selector" + }, + "2550": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "__type.update" + }, + "2551": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "maybeUnsetDefaultShippingAddressesStepId" + }, + "2552": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", + "qualifiedName": "maybeUnsetDefaultShippingAddressesStep" + }, + "2553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "maybeUnsetDefaultShippingAddressesStep" + }, + "2554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2557": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts", + "qualifiedName": "validateCustomerAccountCreationStepId" + }, + "2558": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts", + "qualifiedName": "validateCustomerAccountCreation" + }, + "2559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateCustomerAccountCreation" + }, + "2560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "2561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "2568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "2569": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "CreateCustomerAddressesWorkflowInput" + }, + "2570": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "__type" + }, + "2571": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "__type.addresses" + }, + "2572": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "createCustomerAddressesWorkflowId" + }, + "2573": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "createCustomerAddressesWorkflow" + }, + "2574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomerAddressesWorkflow" + }, + "2575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2578": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2579": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2580": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2608": { + "sourceFileName": "", + "qualifiedName": "addressesCreated" + }, + "2609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2614": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "__object" + }, + "2615": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "__object.addresses" + }, + "2616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2622": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "qualifiedName": "__object.additional_data" + }, + "2623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2624": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "CreateCustomerAccountWorkflowInput" + }, + "2625": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "__type" + }, + "2626": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "__type.authIdentityId" + }, + "2627": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "__type.customerData" + }, + "2628": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "createCustomerAccountWorkflowId" + }, + "2629": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", + "qualifiedName": "createCustomerAccountWorkflow" + }, + "2630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomerAccountWorkflow" + }, + "2631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2634": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2635": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2636": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2644": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "id" + }, + "2645": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "email" + }, + "2646": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "has_account" + }, + "2647": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "default_billing_address_id" + }, + "2648": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "default_shipping_address_id" + }, + "2649": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "company_name" + }, + "2650": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "first_name" + }, + "2651": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "last_name" + }, + "2652": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "addresses" + }, + "2653": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "phone" + }, + "2654": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "groups" + }, + "2655": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type" + }, + "2656": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.id" + }, + "2657": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.name" + }, + "2658": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type" + }, + "2659": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.id" + }, + "2660": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.name" + }, + "2661": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "metadata" + }, + "2662": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "created_by" + }, + "2663": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "deleted_at" + }, + "2664": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "created_at" + }, + "2665": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "updated_at" + }, + "2666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2686": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "CreateCustomersWorkflowInput" + }, + "2687": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "__type" + }, + "2688": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "__type.customersData" + }, + "2689": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "createCustomersWorkflowId" + }, + "2690": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "createCustomersWorkflow" + }, + "2691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomersWorkflow" + }, + "2692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2695": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2696": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2697": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2725": { + "sourceFileName": "", + "qualifiedName": "customersCreated" + }, + "2726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2731": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "__object" + }, + "2732": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "__object.customers" + }, + "2733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2739": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", + "qualifiedName": "__object.additional_data" + }, + "2740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2741": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "DeleteCustomerAddressesWorkflowInput" + }, + "2742": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "__type" + }, + "2743": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "__type.ids" + }, + "2744": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "deleteCustomerAddressesWorkflowId" + }, + "2745": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "deleteCustomerAddressesWorkflow" + }, + "2746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomerAddressesWorkflow" + }, + "2747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2750": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2751": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2752": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2764": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2767": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2774": { + "sourceFileName": "", + "qualifiedName": "addressesDeleted" + }, + "2775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2780": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "__object" + }, + "2781": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", + "qualifiedName": "__object.ids" + }, + "2782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2783": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "DeleteCustomersWorkflowInput" + }, + "2784": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "__type" + }, + "2785": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "__type.ids" + }, + "2786": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "deleteCustomersWorkflowId" + }, + "2787": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "deleteCustomersWorkflow" + }, + "2788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomersWorkflow" + }, + "2789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2792": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2793": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2794": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2816": { + "sourceFileName": "", + "qualifiedName": "customersDeleted" + }, + "2817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2822": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "__object" + }, + "2823": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "qualifiedName": "__object.ids" + }, + "2824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2825": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", + "qualifiedName": "RemoveCustomerAccountWorkflowInput" + }, + "2826": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", + "qualifiedName": "__type" + }, + "2827": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", + "qualifiedName": "__type.customerId" + }, + "2828": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", + "qualifiedName": "removeCustomerAccountWorkflowId" + }, + "2829": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", + "qualifiedName": "removeCustomerAccountWorkflow" + }, + "2830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeCustomerAccountWorkflow" + }, + "2831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2834": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2835": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2836": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2863": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "UpdateCustomerAddressesWorkflowInput" + }, + "2864": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__type" + }, + "2865": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__type.selector" + }, + "2866": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__type.update" + }, + "2867": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "updateCustomerAddressesWorkflowId" + }, + "2868": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "updateCustomerAddressesWorkflow" + }, + "2869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomerAddressesWorkflow" + }, + "2870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2873": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2874": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2875": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2876": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2877": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2878": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2879": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2880": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2886": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2903": { + "sourceFileName": "", + "qualifiedName": "addressesUpdated" + }, + "2904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2909": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__object" + }, + "2910": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__object.addresses" + }, + "2911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2917": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", + "qualifiedName": "__object.additional_data" + }, + "2918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2919": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "UpdateCustomersWorkflowInput" + }, + "2920": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__type" + }, + "2921": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__type.selector" + }, + "2922": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__type.update" + }, + "2923": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "updateCustomersWorkflowId" + }, + "2924": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "updateCustomersWorkflow" + }, + "2925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomersWorkflow" + }, + "2926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2929": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2930": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2931": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "2945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "2950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "2951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "2958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2959": { + "sourceFileName": "", + "qualifiedName": "customersUpdated" + }, + "2960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "2963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "2964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "2965": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__object" + }, + "2966": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__object.customers" + }, + "2967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "2973": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "qualifiedName": "__object.additional_data" + }, + "2974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "2975": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "UpdateCustomerGroupsWorkflowInput" + }, + "2976": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "__type" + }, + "2977": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "__type.selector" + }, + "2978": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "__type.update" + }, + "2979": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "UpdateCustomerGroupsWorkflowOutput" + }, + "2980": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "updateCustomerGroupsWorkflowId" + }, + "2981": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "qualifiedName": "updateCustomerGroupsWorkflow" + }, + "2982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomerGroupsWorkflow" + }, + "2983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "2984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "2985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "2986": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "2987": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "2988": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "2989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "2990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "2993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "2995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "2996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "2998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "2999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3015": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "qualifiedName": "DeleteCustomerGroupsWorkflowInput" + }, + "3016": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "qualifiedName": "__type" + }, + "3017": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "qualifiedName": "__type.ids" + }, + "3018": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "qualifiedName": "deleteCustomerGroupsWorkflowId" + }, + "3019": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "qualifiedName": "deleteCustomerGroupsWorkflow" + }, + "3020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomerGroupsWorkflow" + }, + "3021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3024": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3025": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3026": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "3059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "3060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "3061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "3062": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "CreateCustomerGroupsWorkflowInput" + }, + "3063": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "__type" + }, + "3064": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "__type.customersData" + }, + "3065": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "CreateCustomerGroupsWorkflowOutput" + }, + "3066": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "createCustomerGroupsWorkflowId" + }, + "3067": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", + "qualifiedName": "createCustomerGroupsWorkflow" + }, + "3068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomerGroupsWorkflow" + }, + "3069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3072": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3073": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3074": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3101": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", + "qualifiedName": "LinkCustomersToCustomerGroupWorkflow" + }, + "3102": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", + "qualifiedName": "linkCustomersToCustomerGroupWorkflowId" + }, + "3103": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", + "qualifiedName": "linkCustomersToCustomerGroupWorkflow" + }, + "3104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkCustomersToCustomerGroupWorkflow" + }, + "3105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3108": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3109": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3110": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3122": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3124": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "3143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "3144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "3145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "3146": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", + "qualifiedName": "LinkCustomerGroupsToCustomerWorkflowInput" + }, + "3147": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", + "qualifiedName": "linkCustomerGroupsToCustomerWorkflowId" + }, + "3148": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", + "qualifiedName": "linkCustomerGroupsToCustomerWorkflow" + }, + "3149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkCustomerGroupsToCustomerWorkflow" + }, + "3150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3153": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3154": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3155": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3170": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "3188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "3189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "3190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "3191": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "UpdateCustomerGroupStepInput" + }, + "3192": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "__type" + }, + "3193": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "__type.selector" + }, + "3194": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "__type.update" + }, + "3195": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "updateCustomerGroupStepId" + }, + "3196": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "qualifiedName": "updateCustomerGroupsStep" + }, + "3197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCustomerGroupsStep" + }, + "3198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3207": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", + "qualifiedName": "DeleteCustomerGroupsStepInput" + }, + "3208": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", + "qualifiedName": "deleteCustomerGroupStepId" + }, + "3209": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", + "qualifiedName": "deleteCustomerGroupStep" + }, + "3210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCustomerGroupStep" + }, + "3211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3214": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", + "qualifiedName": "CreateCustomerGroupsStepInput" + }, + "3215": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", + "qualifiedName": "createCustomerGroupsStepId" + }, + "3216": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", + "qualifiedName": "createCustomerGroupsStep" + }, + "3217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCustomerGroupsStep" + }, + "3218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3227": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts", + "qualifiedName": "linkCustomersToCustomerGroupStepId" + }, + "3228": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts", + "qualifiedName": "linkCustomersToCustomerGroupStep" + }, + "3229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkCustomersToCustomerGroupStep" + }, + "3230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3233": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts", + "qualifiedName": "linkCustomerGroupsToCustomerStepId" + }, + "3234": { + "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts", + "qualifiedName": "linkCustomerGroupsToCustomerStep" + }, + "3235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "linkCustomerGroupsToCustomerStep" + }, + "3236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3239": { + "sourceFileName": "../../../../packages/core/core-flows/src/defaults/steps/create-default-store.ts", + "qualifiedName": "createDefaultStoreStepId" + }, + "3240": { + "sourceFileName": "../../../../packages/core/core-flows/src/defaults/steps/create-default-store.ts", + "qualifiedName": "createDefaultStoreStep" + }, + "3241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createDefaultStoreStep" + }, + "3242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3244": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "id" + }, + "3245": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "name" + }, + "3246": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "supported_currencies" + }, + "3247": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_sales_channel_id" + }, + "3248": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_region_id" + }, + "3249": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_location_id" + }, + "3250": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "metadata" + }, + "3251": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "created_at" + }, + "3252": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "updated_at" + }, + "3253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3261": { + "sourceFileName": "../../../../packages/core/core-flows/src/defaults/workflows/create-defaults.ts", + "qualifiedName": "createDefaultsWorkflowID" + }, + "3262": { + "sourceFileName": "../../../../packages/core/core-flows/src/defaults/workflows/create-defaults.ts", + "qualifiedName": "createDefaultsWorkflow" + }, + "3263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createDefaultsWorkflow" + }, + "3264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3267": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3268": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3269": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3277": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "id" + }, + "3278": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "name" + }, + "3279": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "supported_currencies" + }, + "3280": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_sales_channel_id" + }, + "3281": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_region_id" + }, + "3282": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "default_location_id" + }, + "3283": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "metadata" + }, + "3284": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "created_at" + }, + "3285": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "updated_at" + }, + "3286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3306": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "UploadFilesStepInput" + }, + "3307": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type" + }, + "3308": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type.files" + }, + "3309": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type" + }, + "3310": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type.filename" + }, + "3311": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type.mimeType" + }, + "3312": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type.content" + }, + "3313": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "__type.access" + }, + "3314": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "uploadFilesStepId" + }, + "3315": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "qualifiedName": "uploadFilesStep" + }, + "3316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "uploadFilesStep" + }, + "3317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3326": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", + "qualifiedName": "DeleteFilesStepInput" + }, + "3327": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", + "qualifiedName": "deleteFilesStepId" + }, + "3328": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", + "qualifiedName": "deleteFilesStep" + }, + "3329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteFilesStep" + }, + "3330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3333": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "UploadFilesWorkflowInput" + }, + "3334": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type" + }, + "3335": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type.files" + }, + "3336": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type" + }, + "3337": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type.filename" + }, + "3338": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type.mimeType" + }, + "3339": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type.content" + }, + "3340": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "__type.access" + }, + "3341": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "uploadFilesWorkflowId" + }, + "3342": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", + "qualifiedName": "uploadFilesWorkflow" + }, + "3343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "uploadFilesWorkflow" + }, + "3344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3347": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3348": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3349": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3376": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", + "qualifiedName": "DeleteFilesWorkflowInput" + }, + "3377": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", + "qualifiedName": "__type" + }, + "3378": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", + "qualifiedName": "__type.ids" + }, + "3379": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", + "qualifiedName": "deleteFilesWorkflowId" + }, + "3380": { + "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", + "qualifiedName": "deleteFilesWorkflow" + }, + "3381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteFilesWorkflow" + }, + "3382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3385": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3386": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3387": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3389": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3390": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "3420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "3421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "3422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "3423": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "buildPriceSet" + }, + "3424": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "buildPriceSet" + }, + "3425": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "prices" + }, + "3426": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "regionToCurrencyMap" + }, + "3427": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "ShippingOptionsPriceCurrencyCode" + }, + "3428": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "ShippingOptionsPriceCurrencyCode.currency_code" + }, + "3429": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "ShippingOptionsPriceCurrencyCode.amount" + }, + "3430": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "ShippingOptionsPriceCurrencyCode.rules" + }, + "3431": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "CreateShippingOptionsPriceSetsStepInput" + }, + "3432": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type" + }, + "3433": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.id" + }, + "3434": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.prices" + }, + "3435": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "CreateShippingOptionsPriceSetsStepOutput" + }, + "3436": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type" + }, + "3437": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.id" + }, + "3438": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.priceSetId" + }, + "3439": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "createShippingOptionsPriceSetsStepId" + }, + "3440": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "createShippingOptionsPriceSetsStep" + }, + "3441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingOptionsPriceSetsStep" + }, + "3442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3443": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type" + }, + "3444": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.id" + }, + "3445": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.priceSetId" + }, + "3446": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type" + }, + "3447": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.id" + }, + "3448": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", + "qualifiedName": "__type.priceSetId" + }, + "3449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3457": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", + "qualifiedName": "CancelFulfillmentStepInput" + }, + "3458": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", + "qualifiedName": "cancelFulfillmentStepId" + }, + "3459": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", + "qualifiedName": "cancelFulfillmentStep" + }, + "3460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelFulfillmentStep" + }, + "3461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3464": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts", + "qualifiedName": "createFulfillmentStepId" + }, + "3465": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts", + "qualifiedName": "createFulfillmentStep" + }, + "3466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createFulfillmentStep" + }, + "3467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3469": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "3470": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "3471": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "3472": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "3473": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "3474": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "3475": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "3476": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "3477": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "3478": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "3479": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "3480": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "3481": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "3482": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "3483": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "3484": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "3485": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "3486": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "3487": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "3488": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "3489": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "3490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3495": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3498": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", + "qualifiedName": "CreateFulfillmentSetsStepInput" + }, + "3499": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", + "qualifiedName": "createFulfillmentSetsId" + }, + "3500": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", + "qualifiedName": "createFulfillmentSets" + }, + "3501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createFulfillmentSets" + }, + "3502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3511": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts", + "qualifiedName": "createReturnFulfillmentStepId" + }, + "3512": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts", + "qualifiedName": "createReturnFulfillmentStep" + }, + "3513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnFulfillmentStep" + }, + "3514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3516": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "3517": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "3518": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "3519": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "3520": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "3521": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "3522": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "3523": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "3524": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "3525": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "3526": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "3527": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "3528": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "3529": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "3530": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "3531": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "3532": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "3533": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "3534": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "3535": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "3536": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "3537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3545": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", + "qualifiedName": "CreateServiceZonesStepInput" + }, + "3546": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", + "qualifiedName": "createServiceZonesStepId" + }, + "3547": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", + "qualifiedName": "createServiceZonesStep" + }, + "3548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createServiceZonesStep" + }, + "3549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3558": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", + "qualifiedName": "createShippingOptionRulesStepId" + }, + "3559": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", + "qualifiedName": "createShippingOptionRulesStep" + }, + "3560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingOptionRulesStep" + }, + "3561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3570": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", + "qualifiedName": "CreateShippingProfilesStepInput" + }, + "3571": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", + "qualifiedName": "createShippingProfilesStepId" + }, + "3572": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", + "qualifiedName": "createShippingProfilesStep" + }, + "3573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingProfilesStep" + }, + "3574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3583": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", + "qualifiedName": "DeleteFulfillmentSetsStepInput" + }, + "3584": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", + "qualifiedName": "deleteFulfillmentSetsStepId" + }, + "3585": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", + "qualifiedName": "deleteFulfillmentSetsStep" + }, + "3586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteFulfillmentSetsStep" + }, + "3587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3590": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", + "qualifiedName": "DeleteServiceZonesStepInput" + }, + "3591": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", + "qualifiedName": "deleteServiceZonesStepId" + }, + "3592": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", + "qualifiedName": "deleteServiceZonesStep" + }, + "3593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteServiceZonesStep" + }, + "3594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3597": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", + "qualifiedName": "deleteShippingOptionRulesStepId" + }, + "3598": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", + "qualifiedName": "deleteShippingOptionRulesStep" + }, + "3599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteShippingOptionRulesStep" + }, + "3600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3609": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", + "qualifiedName": "DeleteShippingOptionsStepInput" + }, + "3610": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", + "qualifiedName": "deleteShippingOptionsStepId" + }, + "3611": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", + "qualifiedName": "deleteShippingOptionsStep" + }, + "3612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteShippingOptionsStep" + }, + "3613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3625": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "SetShippingOptionsPricesStepInput" + }, + "3626": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "__type" + }, + "3627": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "__type.id" + }, + "3628": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "__type.prices" + }, + "3629": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "setShippingOptionsPricesStepId" + }, + "3630": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "qualifiedName": "setShippingOptionsPricesStep" + }, + "3631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setShippingOptionsPricesStep" + }, + "3632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3635": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts", + "qualifiedName": "updateFulfillmentStepId" + }, + "3636": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts", + "qualifiedName": "updateFulfillmentStep" + }, + "3637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateFulfillmentStep" + }, + "3638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3640": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "3641": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "3642": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "3643": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "3644": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "3645": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "3646": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "3647": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "3648": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "3649": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "3650": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "3651": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "3652": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "3653": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "3654": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "3655": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "3656": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "3657": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "3658": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "3659": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "3660": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "3661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3669": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "UpdateShippingProfilesStepInput" + }, + "3670": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "__type" + }, + "3671": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "__type.update" + }, + "3672": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "__type.selector" + }, + "3673": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "updateShippingProfilesStepId" + }, + "3674": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", + "qualifiedName": "updateShippingProfilesStep" + }, + "3675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateShippingProfilesStep" + }, + "3676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3685": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", + "qualifiedName": "UpsertShippingOptionsStepInput" + }, + "3686": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", + "qualifiedName": "upsertShippingOptionsStepId" + }, + "3687": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", + "qualifiedName": "upsertShippingOptionsStep" + }, + "3688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "upsertShippingOptionsStep" + }, + "3689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3698": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", + "qualifiedName": "ValidateShipmentStepInput" + }, + "3699": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", + "qualifiedName": "validateShipmentStepId" + }, + "3700": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", + "qualifiedName": "validateShipmentStep" + }, + "3701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateShipmentStep" + }, + "3702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3705": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", + "qualifiedName": "CalculateShippingOptionsPriceStepInput" + }, + "3706": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", + "qualifiedName": "calculateShippingOptionsPricesStepId" + }, + "3707": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", + "qualifiedName": "calculateShippingOptionsPricesStep" + }, + "3708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "calculateShippingOptionsPricesStep" + }, + "3709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3718": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts", + "qualifiedName": "updateServiceZonesStepId" + }, + "3719": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts", + "qualifiedName": "updateServiceZonesStep" + }, + "3720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateServiceZonesStep" + }, + "3721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3730": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", + "qualifiedName": "updateShippingOptionRulesStepId" + }, + "3731": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", + "qualifiedName": "updateShippingOptionRulesStep" + }, + "3732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateShippingOptionRulesStep" + }, + "3733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3742": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", + "qualifiedName": "ValidateShippingOptionPricesStepInput" + }, + "3743": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", + "qualifiedName": "validateShippingOptionPricesStepId" + }, + "3744": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", + "qualifiedName": "validateShippingOptionPricesStep" + }, + "3745": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateShippingOptionPricesStep" + }, + "3746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "3747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "3748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "3749": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", + "qualifiedName": "BatchShippingOptionRulesInput" + }, + "3750": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "3751": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "3752": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "3753": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", + "qualifiedName": "BatchShippingOptionRulesOutput" + }, + "3754": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.created" + }, + "3755": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.updated" + }, + "3756": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "3757": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", + "qualifiedName": "batchShippingOptionRulesWorkflowId" + }, + "3758": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", + "qualifiedName": "batchShippingOptionRulesWorkflow" + }, + "3759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchShippingOptionRulesWorkflow" + }, + "3760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3763": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3764": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3765": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3767": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3773": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "created" + }, + "3774": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "updated" + }, + "3775": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "deleted" + }, + "3776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3781": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3796": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", + "qualifiedName": "CancelFulfillmentWorkflowInput" + }, + "3797": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", + "qualifiedName": "__type" + }, + "3798": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", + "qualifiedName": "__type.id" + }, + "3799": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", + "qualifiedName": "cancelFulfillmentWorkflowId" + }, + "3800": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", + "qualifiedName": "cancelFulfillmentWorkflow" + }, + "3801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelFulfillmentWorkflow" + }, + "3802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3805": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3806": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3807": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "3840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "3841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "3842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "3843": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts", + "qualifiedName": "createFulfillmentWorkflowId" + }, + "3844": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts", + "qualifiedName": "createFulfillmentWorkflow" + }, + "3845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createFulfillmentWorkflow" + }, + "3846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3849": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3850": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3851": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3859": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "3860": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "3861": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "3862": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "3863": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "3864": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "3865": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "3866": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "3867": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "3868": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "3869": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "3870": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "3871": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "3872": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "3873": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "3874": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "3875": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "3876": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "3877": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "3878": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "3879": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "3880": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3886": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3900": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", + "qualifiedName": "createReturnFulfillmentWorkflowId" + }, + "3901": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", + "qualifiedName": "createReturnFulfillmentWorkflow" + }, + "3902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnFulfillmentWorkflow" + }, + "3903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3906": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3907": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3908": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3916": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "3917": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "3918": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "3919": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "3920": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "3921": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "3922": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "3923": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "3924": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "3925": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "3926": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "3927": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "3928": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "3929": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "3930": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "3931": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "3932": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "3933": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "3934": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "3935": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "3936": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "3937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3957": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", + "qualifiedName": "CreateServiceZonesWorkflowOutput" + }, + "3958": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", + "qualifiedName": "createServiceZonesWorkflowId" + }, + "3959": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", + "qualifiedName": "createServiceZonesWorkflow" + }, + "3960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createServiceZonesWorkflow" + }, + "3961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3964": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "3965": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "3966": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "3967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "3968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "3971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "3973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "3979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "3980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "3985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "3986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "3989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "3991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "3992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "3993": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts", + "qualifiedName": "createShipmentWorkflowId" + }, + "3994": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts", + "qualifiedName": "createShipmentWorkflow" + }, + "3995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShipmentWorkflow" + }, + "3996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "3997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "3998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "3999": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4000": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4001": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4009": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "4010": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "4011": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "4012": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "4013": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "4014": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "4015": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "4016": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "4017": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "4018": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "4019": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "4020": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "4021": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "4022": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "4023": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "4024": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "4025": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "4026": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "4027": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "4028": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "4029": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "4030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4050": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", + "qualifiedName": "CreateShippingOptionsWorkflowInput" + }, + "4051": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", + "qualifiedName": "createShippingOptionsWorkflowId" + }, + "4052": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", + "qualifiedName": "createShippingOptionsWorkflow" + }, + "4053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingOptionsWorkflow" + }, + "4054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4057": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4058": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4059": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4086": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", + "qualifiedName": "createShippingProfilesWorkflowId" + }, + "4087": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", + "qualifiedName": "createShippingProfilesWorkflow" + }, + "4088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShippingProfilesWorkflow" + }, + "4089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4092": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4093": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4094": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4121": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", + "qualifiedName": "DeleteFulfillmentSetsWorkflowInput" + }, + "4122": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", + "qualifiedName": "__type" + }, + "4123": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", + "qualifiedName": "__type.ids" + }, + "4124": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", + "qualifiedName": "deleteFulfillmentSetsWorkflowId" + }, + "4125": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", + "qualifiedName": "deleteFulfillmentSetsWorkflow" + }, + "4126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteFulfillmentSetsWorkflow" + }, + "4127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4130": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4131": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4132": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4147": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "4165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "4166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "4167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "4168": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", + "qualifiedName": "DeleteServiceZonesWorkflowInput" + }, + "4169": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", + "qualifiedName": "__type" + }, + "4170": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", + "qualifiedName": "__type.ids" + }, + "4171": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", + "qualifiedName": "deleteServiceZonesWorkflowId" + }, + "4172": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", + "qualifiedName": "deleteServiceZonesWorkflow" + }, + "4173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteServiceZonesWorkflow" + }, + "4174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4177": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4178": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4179": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "4212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "4213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "4214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "4215": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts", + "qualifiedName": "deleteShippingOptionsWorkflowId" + }, + "4216": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts", + "qualifiedName": "deleteShippingOptionsWorkflow" + }, + "4217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteShippingOptionsWorkflow" + }, + "4218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4221": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4222": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4223": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "4256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "4257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "4258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "4259": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "validateFulfillmentDeliverabilityStepId" + }, + "4260": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "validateFulfillmentDeliverabilityStep" + }, + "4261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateFulfillmentDeliverabilityStep" + }, + "4262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4265": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "MarkFulfillmentAsDeliveredInput" + }, + "4266": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "4267": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "__type.id" + }, + "4268": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "markFulfillmentAsDeliveredWorkflowId" + }, + "4269": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", + "qualifiedName": "markFulfillmentAsDeliveredWorkflow" + }, + "4270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "markFulfillmentAsDeliveredWorkflow" + }, + "4271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4274": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4275": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4276": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4283": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4284": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "4285": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "4286": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "4287": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "4288": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "4289": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "4290": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "4291": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "4292": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "4293": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "4294": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "4295": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "4296": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "4297": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "4298": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "4299": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "4300": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "4301": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "4302": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "4303": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "4304": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "4305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4325": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts", + "qualifiedName": "updateFulfillmentWorkflowId" + }, + "4326": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts", + "qualifiedName": "updateFulfillmentWorkflow" + }, + "4327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateFulfillmentWorkflow" + }, + "4328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4331": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4332": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4333": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4341": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "4342": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "4343": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "4344": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "4345": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "4346": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "4347": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "4348": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "4349": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "4350": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "4351": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "4352": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "4353": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "4354": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "4355": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "4356": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "4357": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "4358": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "4359": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "4360": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "4361": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "4362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4382": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", + "qualifiedName": "UpdateServiceZonesWorkflowOutput" + }, + "4383": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", + "qualifiedName": "updateServiceZonesWorkflowId" + }, + "4384": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", + "qualifiedName": "updateServiceZonesWorkflow" + }, + "4385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateServiceZonesWorkflow" + }, + "4386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4389": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4390": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4391": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4418": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", + "qualifiedName": "UpdateShippingOptionsWorkflowInput" + }, + "4419": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", + "qualifiedName": "updateShippingOptionsWorkflowId" + }, + "4420": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", + "qualifiedName": "updateShippingOptionsWorkflow" + }, + "4421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateShippingOptionsWorkflow" + }, + "4422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4425": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4426": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4427": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4434": { + "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", + "qualifiedName": "__type" + }, + "4435": { + "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", + "qualifiedName": "__type.id" + }, + "4436": { + "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", + "qualifiedName": "__type" + }, + "4437": { + "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", + "qualifiedName": "__type.id" + }, + "4438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4445": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4446": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4458": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", + "qualifiedName": "UpdateShippingProfilesWorkflowOutput" + }, + "4459": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", + "qualifiedName": "updateShippingProfilesWorkflowId" + }, + "4460": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", + "qualifiedName": "updateShippingProfilesWorkflow" + }, + "4461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateShippingProfilesWorkflow" + }, + "4462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4465": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4466": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4467": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4494": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", + "qualifiedName": "calculateShippingOptionsPricesWorkflowId" + }, + "4495": { + "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", + "qualifiedName": "calculateShippingOptionsPricesWorkflow" + }, + "4496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "calculateShippingOptionsPricesWorkflow" + }, + "4497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4500": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4501": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4502": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4522": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4529": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", + "qualifiedName": "BatchInventoryItemLevelsWorkflowInput" + }, + "4530": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", + "qualifiedName": "BatchInventoryItemLevelsWorkflowInput.force" + }, + "4531": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "4532": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "4533": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "4534": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", + "qualifiedName": "BatchInventoryItemLevelsWorkflowOutput" + }, + "4535": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.created" + }, + "4536": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.updated" + }, + "4537": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "4538": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", + "qualifiedName": "batchInventoryItemLevelsWorkflowId" + }, + "4539": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", + "qualifiedName": "batchInventoryItemLevelsWorkflow" + }, + "4540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchInventoryItemLevelsWorkflow" + }, + "4541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4544": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4545": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4546": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4554": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "created" + }, + "4555": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "updated" + }, + "4556": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "deleted" + }, + "4557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4577": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput" + }, + "4578": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput.creates" + }, + "4579": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput.deletes" + }, + "4580": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "__type" + }, + "4581": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "4582": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "__type.location_id" + }, + "4583": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "bulkCreateDeleteLevelsWorkflowId" + }, + "4584": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", + "qualifiedName": "bulkCreateDeleteLevelsWorkflow" + }, + "4585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "bulkCreateDeleteLevelsWorkflow" + }, + "4586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4589": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4590": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4591": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4618": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemsWorkflowInput" + }, + "4619": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemsWorkflowInput.items" + }, + "4620": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "__type" + }, + "4621": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "__type.location_levels" + }, + "4622": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "createInventoryItemsWorkflowId" + }, + "4623": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", + "qualifiedName": "createInventoryItemsWorkflow" + }, + "4624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInventoryItemsWorkflow" + }, + "4625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4628": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4629": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4630": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4657": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", + "qualifiedName": "CreateInventoryLevelsWorkflowInput" + }, + "4658": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", + "qualifiedName": "CreateInventoryLevelsWorkflowInput.inventory_levels" + }, + "4659": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", + "qualifiedName": "createInventoryLevelsWorkflowId" + }, + "4660": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", + "qualifiedName": "createInventoryLevelsWorkflow" + }, + "4661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInventoryLevelsWorkflow" + }, + "4662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4665": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4666": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4667": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4694": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", + "qualifiedName": "DeleteInventoryItemWorkflowInput" + }, + "4695": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", + "qualifiedName": "DeleteInventoryItemWorkflowOutput" + }, + "4696": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", + "qualifiedName": "deleteInventoryItemWorkflowId" + }, + "4697": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", + "qualifiedName": "deleteInventoryItemWorkflow" + }, + "4698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInventoryItemWorkflow" + }, + "4699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4702": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4703": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4704": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4731": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "ValidateInventoryLevelsDeleteStepInput" + }, + "4732": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "__type" + }, + "4733": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "__type.inventoryLevels" + }, + "4734": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "__type.force" + }, + "4735": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "validateInventoryLevelsDelete" + }, + "4736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateInventoryLevelsDelete" + }, + "4737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4745": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4746": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "DeleteInventoryLevelsWorkflowInput" + }, + "4747": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "DeleteInventoryLevelsWorkflowInput.force" + }, + "4748": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.id" + }, + "4749": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.inventory_item_id" + }, + "4750": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.location_id" + }, + "4751": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.stocked_quantity" + }, + "4752": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.reserved_quantity" + }, + "4753": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.incoming_quantity" + }, + "4754": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "4755": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "4756": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "deleteInventoryLevelsWorkflowId" + }, + "4757": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", + "qualifiedName": "deleteInventoryLevelsWorkflow" + }, + "4758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInventoryLevelsWorkflow" + }, + "4759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4762": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4763": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4764": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4767": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4781": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4785": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", + "qualifiedName": "UpdateInventoryItemsWorkflowInput" + }, + "4786": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", + "qualifiedName": "UpdateInventoryItemsWorkflowInput.updates" + }, + "4787": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", + "qualifiedName": "UpdateInventoryItemsWorkflowOutput" + }, + "4788": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", + "qualifiedName": "updateInventoryItemsWorkflowId" + }, + "4789": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", + "qualifiedName": "updateInventoryItemsWorkflow" + }, + "4790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateInventoryItemsWorkflow" + }, + "4791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4794": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4795": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4796": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4823": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", + "qualifiedName": "UpdateInventoryLevelsWorkflowInput" + }, + "4824": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", + "qualifiedName": "UpdateInventoryLevelsWorkflowInput.updates" + }, + "4825": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", + "qualifiedName": "UpdateInventoryLevelsWorkflowOutput" + }, + "4826": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", + "qualifiedName": "updateInventoryLevelsWorkflowId" + }, + "4827": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", + "qualifiedName": "updateInventoryLevelsWorkflow" + }, + "4828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateInventoryLevelsWorkflow" + }, + "4829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "4832": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "4833": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "4834": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "4835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "4836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "4839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "4841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "4848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "4851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "4852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "4853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "4854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "4861": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", + "qualifiedName": "AdjustInventoryLevelsStepInput" + }, + "4862": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", + "qualifiedName": "adjustInventoryLevelsStepId" + }, + "4863": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", + "qualifiedName": "adjustInventoryLevelsStep" + }, + "4864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "adjustInventoryLevelsStep" + }, + "4865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4873": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4874": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "AttachInventoryItemToVariantsStepInput" + }, + "4875": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "__type" + }, + "4876": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "__type.inventoryItemId" + }, + "4877": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "__type.tag" + }, + "4878": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "attachInventoryItemToVariantsStepId" + }, + "4879": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", + "qualifiedName": "attachInventoryItemToVariants" + }, + "4880": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "attachInventoryItemToVariants" + }, + "4881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4886": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4890": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemsStepInput" + }, + "4891": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", + "qualifiedName": "createInventoryItemsStepId" + }, + "4892": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", + "qualifiedName": "createInventoryItemsStep" + }, + "4893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInventoryItemsStep" + }, + "4894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4903": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", + "qualifiedName": "CreateInventoryLevelsStepInput" + }, + "4904": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", + "qualifiedName": "createInventoryLevelsStepId" + }, + "4905": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", + "qualifiedName": "createInventoryLevelsStep" + }, + "4906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInventoryLevelsStep" + }, + "4907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4916": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "ValidateInventoryDeleteStepInput" + }, + "4917": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "ValidateInventoryDeleteStepInput.inventory_items" + }, + "4918": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "__type" + }, + "4919": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "__type.id" + }, + "4920": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "__type.reserved_quantity" + }, + "4921": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "validateVariantInventoryStepId" + }, + "4922": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "validateInventoryDeleteStep" + }, + "4923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateInventoryDeleteStep" + }, + "4924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4933": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "DeleteInventoryItemStepInput" + }, + "4934": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "deleteInventoryItemStepId" + }, + "4935": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", + "qualifiedName": "deleteInventoryItemStep" + }, + "4936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInventoryItemStep" + }, + "4937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4940": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", + "qualifiedName": "DeleteInventoryLevelsStepInput" + }, + "4941": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", + "qualifiedName": "deleteInventoryLevelsStepId" + }, + "4942": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", + "qualifiedName": "deleteInventoryLevelsStep" + }, + "4943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInventoryLevelsStep" + }, + "4944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4947": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", + "qualifiedName": "UpdateInventoryItemsStepInput" + }, + "4948": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", + "qualifiedName": "updateInventoryItemsStepId" + }, + "4949": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", + "qualifiedName": "updateInventoryItemsStep" + }, + "4950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateInventoryItemsStep" + }, + "4951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4960": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", + "qualifiedName": "UpdateInventoryLevelsStepInput" + }, + "4961": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", + "qualifiedName": "updateInventoryLevelsStepId" + }, + "4962": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", + "qualifiedName": "updateInventoryLevelsStep" + }, + "4963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateInventoryLevelsStep" + }, + "4964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4973": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", + "qualifiedName": "ValidateInventoryLocationsStepInput" + }, + "4974": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", + "qualifiedName": "validateInventoryLocationsStepId" + }, + "4975": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", + "qualifiedName": "validateInventoryLocationsStep" + }, + "4976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateInventoryLocationsStep" + }, + "4977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "4982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "4984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "4985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "4986": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "ValidateInventoryItemsForCreateStepInput" + }, + "4987": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type" + }, + "4988": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type.tag" + }, + "4989": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "validateInventoryItemsForCreateStepId" + }, + "4990": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "validateInventoryItemsForCreate" + }, + "4991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateInventoryItemsForCreate" + }, + "4992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "4993": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type" + }, + "4994": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type.tag" + }, + "4995": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type" + }, + "4996": { + "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", + "qualifiedName": "__type.tag" + }, + "4997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "4998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "4999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5005": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/create-invites.ts", + "qualifiedName": "createInviteStepId" + }, + "5006": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/create-invites.ts", + "qualifiedName": "createInviteStep" + }, + "5007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInviteStep" + }, + "5008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5017": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", + "qualifiedName": "DeleteInvitesStepInput" + }, + "5018": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", + "qualifiedName": "deleteInvitesStepId" + }, + "5019": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", + "qualifiedName": "deleteInvitesStep" + }, + "5020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInvitesStep" + }, + "5021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5024": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", + "qualifiedName": "RefreshInviteTokensStepInput" + }, + "5025": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", + "qualifiedName": "refreshInviteTokensStepId" + }, + "5026": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", + "qualifiedName": "refreshInviteTokensStep" + }, + "5027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refreshInviteTokensStep" + }, + "5028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5037": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", + "qualifiedName": "ValidateTokenStepInput" + }, + "5038": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", + "qualifiedName": "validateTokenStepId" + }, + "5039": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", + "qualifiedName": "validateTokenStep" + }, + "5040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateTokenStep" + }, + "5041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5043": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "id" + }, + "5044": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "email" + }, + "5045": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "accepted" + }, + "5046": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "token" + }, + "5047": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "expires_at" + }, + "5048": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "metadata" + }, + "5049": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "created_at" + }, + "5050": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "updated_at" + }, + "5051": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "deleted_at" + }, + "5052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5060": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/create-invites.ts", + "qualifiedName": "createInvitesWorkflowId" + }, + "5061": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/create-invites.ts", + "qualifiedName": "createInvitesWorkflow" + }, + "5062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createInvitesWorkflow" + }, + "5063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5066": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5067": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5068": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5095": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/delete-invites.ts", + "qualifiedName": "deleteInvitesWorkflowId" + }, + "5096": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/delete-invites.ts", + "qualifiedName": "deleteInvitesWorkflow" + }, + "5097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteInvitesWorkflow" + }, + "5098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5101": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5102": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5103": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5122": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5124": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "5136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "5137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "5138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "5139": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/accept-invite.ts", + "qualifiedName": "acceptInviteWorkflowId" + }, + "5140": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/accept-invite.ts", + "qualifiedName": "acceptInviteWorkflow" + }, + "5141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "acceptInviteWorkflow" + }, + "5142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5145": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5146": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5147": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5170": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5174": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts", + "qualifiedName": "refreshInviteTokensWorkflowId" + }, + "5175": { + "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts", + "qualifiedName": "refreshInviteTokensWorkflow" + }, + "5176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refreshInviteTokensWorkflow" + }, + "5177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5180": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5181": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5182": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5209": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", + "qualifiedName": "DeleteLineItemsStepInput" + }, + "5210": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", + "qualifiedName": "deleteLineItemsStepId" + }, + "5211": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", + "qualifiedName": "deleteLineItemsStep" + }, + "5212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteLineItemsStep" + }, + "5213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5216": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", + "qualifiedName": "ListLineItemsStepInput" + }, + "5217": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", + "qualifiedName": "ListLineItemsStepInput.filters" + }, + "5218": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", + "qualifiedName": "ListLineItemsStepInput.config" + }, + "5219": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", + "qualifiedName": "listLineItemsStepId" + }, + "5220": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", + "qualifiedName": "listLineItemsStep" + }, + "5221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "listLineItemsStep" + }, + "5222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5231": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/update-line-items.ts", + "qualifiedName": "updateLineItemsStepWithSelectorId" + }, + "5232": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/update-line-items.ts", + "qualifiedName": "updateLineItemsStepWithSelector" + }, + "5233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateLineItemsStepWithSelector" + }, + "5234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5243": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "DeleteLineItemsWorkflowInput" + }, + "5244": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "__type" + }, + "5245": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "__type.cart_id" + }, + "5246": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "__type.ids" + }, + "5247": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "deleteLineItemsWorkflowId" + }, + "5248": { + "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", + "qualifiedName": "deleteLineItemsWorkflow" + }, + "5249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteLineItemsWorkflow" + }, + "5250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5253": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5254": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5255": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5285": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "5288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "5289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "5290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "5291": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", + "qualifiedName": "AddOrderTransactionStepInput" + }, + "5292": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", + "qualifiedName": "AddOrderTransactionStepOutput" + }, + "5293": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", + "qualifiedName": "addOrderTransactionStepId" + }, + "5294": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", + "qualifiedName": "addOrderTransactionStep" + }, + "5295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addOrderTransactionStep" + }, + "5296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5305": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", + "qualifiedName": "ArchiveOrdersStepInput" + }, + "5306": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", + "qualifiedName": "__type" + }, + "5307": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", + "qualifiedName": "__type.orderIds" + }, + "5308": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", + "qualifiedName": "archiveOrdersStepId" + }, + "5309": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", + "qualifiedName": "archiveOrdersStep" + }, + "5310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "archiveOrdersStep" + }, + "5311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5320": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-fulfillment.ts", + "qualifiedName": "cancelOrderFulfillmentStepId" + }, + "5321": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-fulfillment.ts", + "qualifiedName": "cancelOrderFulfillmentStep" + }, + "5322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderFulfillmentStep" + }, + "5323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5326": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-order-change.ts", + "qualifiedName": "cancelOrderChangeStepId" + }, + "5327": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-order-change.ts", + "qualifiedName": "cancelOrderChangeStep" + }, + "5328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderChangeStep" + }, + "5329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5332": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "CancelOrdersStepInput" + }, + "5333": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "__type" + }, + "5334": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "__type.orderIds" + }, + "5335": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "__type.canceled_by" + }, + "5336": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "cancelOrdersStepId" + }, + "5337": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", + "qualifiedName": "cancelOrdersStep" + }, + "5338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrdersStep" + }, + "5339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5342": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5348": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/cancel-claim.ts", + "qualifiedName": "cancelOrderClaimStepId" + }, + "5349": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/cancel-claim.ts", + "qualifiedName": "cancelOrderClaimStep" + }, + "5350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderClaimStep" + }, + "5351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5354": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", + "qualifiedName": "CreateOrderClaimItemsFromActionsInput" + }, + "5355": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", + "qualifiedName": "__type" + }, + "5356": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", + "qualifiedName": "__type.changes" + }, + "5357": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", + "qualifiedName": "__type.claimId" + }, + "5358": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", + "qualifiedName": "createOrderClaimItemsFromActionsStep" + }, + "5359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderClaimItemsFromActionsStep" + }, + "5360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5369": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claims.ts", + "qualifiedName": "createOrderClaimsStepId" + }, + "5370": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claims.ts", + "qualifiedName": "createOrderClaimsStep" + }, + "5371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderClaimsStep" + }, + "5372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5381": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", + "qualifiedName": "DeleteOrderClaimsInput" + }, + "5382": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", + "qualifiedName": "__type" + }, + "5383": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", + "qualifiedName": "__type.ids" + }, + "5384": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", + "qualifiedName": "deleteClaimsStepId" + }, + "5385": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", + "qualifiedName": "deleteClaimsStep" + }, + "5386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteClaimsStep" + }, + "5387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5389": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5390": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5396": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", + "qualifiedName": "CompleteOrdersStepInput" + }, + "5397": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", + "qualifiedName": "__type" + }, + "5398": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", + "qualifiedName": "__type.orderIds" + }, + "5399": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", + "qualifiedName": "completeOrdersStepId" + }, + "5400": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", + "qualifiedName": "completeOrdersStep" + }, + "5401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "completeOrdersStep" + }, + "5402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5411": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", + "qualifiedName": "CreateOrderLineItemsStepInput" + }, + "5412": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", + "qualifiedName": "CreateOrderLineItemsStepInput.items" + }, + "5413": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", + "qualifiedName": "createOrderLineItemsStepId" + }, + "5414": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", + "qualifiedName": "createOrderLineItemsStep" + }, + "5415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderLineItemsStep" + }, + "5416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5425": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-order-change.ts", + "qualifiedName": "createOrderChangeStepId" + }, + "5426": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-order-change.ts", + "qualifiedName": "createOrderChangeStep" + }, + "5427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderChangeStep" + }, + "5428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5430": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "5431": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "5432": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "5433": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "5434": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "5435": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "5436": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "5437": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "5438": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "5439": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "5440": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "5441": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "5442": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "5443": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "5444": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "5445": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "5446": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "5447": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "5448": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "5449": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "5450": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "5451": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "5452": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "5453": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "5454": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "5455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5463": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", + "qualifiedName": "CreateOrdersStepInput" + }, + "5464": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", + "qualifiedName": "createOrdersStepId" + }, + "5465": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", + "qualifiedName": "createOrdersStep" + }, + "5466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrdersStep" + }, + "5467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5476": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/decline-order-change.ts", + "qualifiedName": "declineOrderChangeStepId" + }, + "5477": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/decline-order-change.ts", + "qualifiedName": "declineOrderChangeStep" + }, + "5478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "declineOrderChangeStep" + }, + "5479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5482": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", + "qualifiedName": "DeleteOrderLineItemsStepInput" + }, + "5483": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", + "qualifiedName": "DeleteOrderLineItemsStepInput.ids" + }, + "5484": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", + "qualifiedName": "deleteOrderLineItems" + }, + "5485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderLineItems" + }, + "5486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5495": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", + "qualifiedName": "DeleteOrderChangeActionsStepInput" + }, + "5496": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", + "qualifiedName": "DeleteOrderChangeActionsStepInput.ids" + }, + "5497": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", + "qualifiedName": "deleteOrderChangeActionsStepId" + }, + "5498": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", + "qualifiedName": "deleteOrderChangeActionsStep" + }, + "5499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderChangeActionsStep" + }, + "5500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5503": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", + "qualifiedName": "DeleteOrderChangesStepInput" + }, + "5504": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", + "qualifiedName": "DeleteOrderChangesStepInput.ids" + }, + "5505": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", + "qualifiedName": "deleteOrderChangesStepId" + }, + "5506": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", + "qualifiedName": "deleteOrderChangesStep" + }, + "5507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderChangesStep" + }, + "5508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5517": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", + "qualifiedName": "DeleteOrderShippingMethodsStepInput" + }, + "5518": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", + "qualifiedName": "DeleteOrderShippingMethodsStepInput.ids" + }, + "5519": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", + "qualifiedName": "deleteOrderShippingMethods" + }, + "5520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderShippingMethods" + }, + "5521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5522": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5530": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts", + "qualifiedName": "cancelOrderExchangeStepId" + }, + "5531": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts", + "qualifiedName": "cancelOrderExchangeStep" + }, + "5532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderExchangeStep" + }, + "5533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5534": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5535": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5536": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange.ts", + "qualifiedName": "createOrderExchangesStepId" + }, + "5537": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange.ts", + "qualifiedName": "createOrderExchangesStep" + }, + "5538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderExchangesStep" + }, + "5539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5548": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", + "qualifiedName": "CreateOrderExchangeItemsFromActionsInput" + }, + "5549": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", + "qualifiedName": "__type" + }, + "5550": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", + "qualifiedName": "__type.changes" + }, + "5551": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", + "qualifiedName": "__type.exchangeId" + }, + "5552": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", + "qualifiedName": "createOrderExchangeItemsFromActionsStep" + }, + "5553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderExchangeItemsFromActionsStep" + }, + "5554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5563": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", + "qualifiedName": "DeleteOrderExchangesInput" + }, + "5564": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", + "qualifiedName": "__type" + }, + "5565": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", + "qualifiedName": "__type.ids" + }, + "5566": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", + "qualifiedName": "deleteExchangesStepId" + }, + "5567": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", + "qualifiedName": "deleteExchangesStep" + }, + "5568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteExchangesStep" + }, + "5569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5578": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", + "qualifiedName": "PreviewOrderChangeStepInput" + }, + "5579": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", + "qualifiedName": "previewOrderChangeStepId" + }, + "5580": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", + "qualifiedName": "previewOrderChangeStep" + }, + "5581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "previewOrderChangeStep" + }, + "5582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5584": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "5585": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "5586": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "5587": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "5588": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "5589": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "5590": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "5591": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "5592": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "5593": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "5594": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "5595": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "5596": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "5597": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "5598": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "5599": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "5600": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "5601": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "5602": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "5603": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "5604": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "5605": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "5606": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "5607": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "5608": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "5609": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "5610": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "5611": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "5623": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "5624": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "5625": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "5626": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "5627": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "5628": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "5629": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "5630": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "5631": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "5632": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "5633": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "5634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "5635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "5636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "5637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "5638": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "5639": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "5640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "5652": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "5653": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "5654": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "5655": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "5656": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "5657": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "5658": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "5659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5667": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-fulfillment.ts", + "qualifiedName": "registerOrderFulfillmentStepId" + }, + "5668": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-fulfillment.ts", + "qualifiedName": "registerOrderFulfillmentStep" + }, + "5669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "registerOrderFulfillmentStep" + }, + "5670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5673": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", + "qualifiedName": "RegisterOrderChangeStepInput" + }, + "5674": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", + "qualifiedName": "registerOrderChangeStepId" + }, + "5675": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", + "qualifiedName": "registerOrderChangesStep" + }, + "5676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "registerOrderChangesStep" + }, + "5677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5680": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-shipment.ts", + "qualifiedName": "registerOrderShipmentStepId" + }, + "5681": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-shipment.ts", + "qualifiedName": "registerOrderShipmentStep" + }, + "5682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "registerOrderShipmentStep" + }, + "5683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5686": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/cancel-return.ts", + "qualifiedName": "cancelOrderReturnStepId" + }, + "5687": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/cancel-return.ts", + "qualifiedName": "cancelOrderReturnStep" + }, + "5688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderReturnStep" + }, + "5689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5692": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-complete-return.ts", + "qualifiedName": "createCompleteReturnStepId" + }, + "5693": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-complete-return.ts", + "qualifiedName": "createCompleteReturnStep" + }, + "5694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCompleteReturnStep" + }, + "5695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5697": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "5698": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "5699": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "refund_amount" + }, + "5700": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_refund_amount" + }, + "5701": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "5702": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "5703": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "5704": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "5705": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "5706": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "5707": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "5708": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "5709": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "location_id" + }, + "5710": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "no_notification" + }, + "5711": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_by" + }, + "5712": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "5713": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "5714": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "5715": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "5716": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "5717": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "deleted_at" + }, + "5718": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "5719": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "5720": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "received_at" + }, + "5721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5729": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-returns.ts", + "qualifiedName": "createReturnsStepId" + }, + "5730": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-returns.ts", + "qualifiedName": "createReturnsStep" + }, + "5731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnsStep" + }, + "5732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5741": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", + "qualifiedName": "DeleteReturnStepInput" + }, + "5742": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", + "qualifiedName": "__type" + }, + "5743": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", + "qualifiedName": "__type.ids" + }, + "5744": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", + "qualifiedName": "deleteReturnsStepId" + }, + "5745": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", + "qualifiedName": "deleteReturnsStep" + }, + "5746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteReturnsStep" + }, + "5747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5756": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "UpdateReturnItemBySelector" + }, + "5757": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "__type" + }, + "5758": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "__type.id" + }, + "5759": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "__type.__index" + }, + "5761": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "updateReturnItemsStepId" + }, + "5762": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", + "qualifiedName": "updateReturnItemsStep" + }, + "5763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnItemsStep" + }, + "5764": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5767": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", + "qualifiedName": "UpdateReturnsStepInput" + }, + "5768": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", + "qualifiedName": "updateReturnsStepId" + }, + "5769": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", + "qualifiedName": "updateReturnsStep" + }, + "5770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnsStep" + }, + "5771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5774": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetOrderTaxLinesForItemsStepInput" + }, + "5775": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetOrderTaxLinesForItemsStepInput.order" + }, + "5776": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetOrderTaxLinesForItemsStepInput.item_tax_lines" + }, + "5777": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "SetOrderTaxLinesForItemsStepInput.shipping_tax_lines" + }, + "5778": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "setOrderTaxLinesForItemsStepId" + }, + "5779": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", + "qualifiedName": "setOrderTaxLinesForItemsStep" + }, + "5780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setOrderTaxLinesForItemsStep" + }, + "5781": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5784": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", + "qualifiedName": "UpdateOrderChangeActionsStepInput" + }, + "5785": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", + "qualifiedName": "updateOrderChangeActionsStepId" + }, + "5786": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", + "qualifiedName": "updateOrderChangeActionsStep" + }, + "5787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderChangeActionsStep" + }, + "5788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5797": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", + "qualifiedName": "UpdateOrderChangesStepInput" + }, + "5798": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", + "qualifiedName": "updateOrderChangesStepId" + }, + "5799": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", + "qualifiedName": "updateOrderChangesStep" + }, + "5800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderChangesStep" + }, + "5801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5810": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "UpdateOrdersStepInput" + }, + "5811": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "__type" + }, + "5812": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "__type.selector" + }, + "5813": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "__type.update" + }, + "5814": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "updateOrdersStepId" + }, + "5815": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", + "qualifiedName": "updateOrdersStep" + }, + "5816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrdersStep" + }, + "5817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5826": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", + "qualifiedName": "UpdateOrderShippingMethodsStepInput" + }, + "5827": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", + "qualifiedName": "updateOrderShippingMethodsStepId" + }, + "5828": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", + "qualifiedName": "updateOrderShippingMethodsStep" + }, + "5829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderShippingMethodsStep" + }, + "5830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5839": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", + "qualifiedName": "OrderAddLineItemWorkflowOutput" + }, + "5840": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", + "qualifiedName": "addOrderLineItemsWorkflowId" + }, + "5841": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", + "qualifiedName": "addOrderLineItemsWorkflow" + }, + "5842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addOrderLineItemsWorkflow" + }, + "5843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5846": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5847": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5848": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5873": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5874": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5875": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "ArchiveOrdersWorkflowInput" + }, + "5876": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "__type" + }, + "5877": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "__type.orderIds" + }, + "5878": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "ArchiveOrdersWorkflowOutput" + }, + "5879": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "archiveOrderWorkflowId" + }, + "5880": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", + "qualifiedName": "archiveOrderWorkflow" + }, + "5881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "archiveOrderWorkflow" + }, + "5882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5885": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5886": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5887": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5914": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "CancelValidateOrderStepInput" + }, + "5915": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "__type" + }, + "5916": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "__type.order" + }, + "5917": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "__type.input" + }, + "5918": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "cancelValidateOrder" + }, + "5919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelValidateOrder" + }, + "5920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "5921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "5928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "5929": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "cancelOrderWorkflowId" + }, + "5930": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "cancelOrderWorkflow" + }, + "5931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderWorkflow" + }, + "5932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5935": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5936": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5937": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "5958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5959": { + "sourceFileName": "", + "qualifiedName": "orderCanceled" + }, + "5960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "5963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "5964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "5965": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "__object" + }, + "5966": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", + "qualifiedName": "__object.order" + }, + "5967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "5968": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-change.ts", + "qualifiedName": "cancelOrderChangeWorkflowId" + }, + "5969": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-change.ts", + "qualifiedName": "cancelOrderChangeWorkflow" + }, + "5970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderChangeWorkflow" + }, + "5971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "5974": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "5975": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "5976": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "5977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "5978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "5981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "5983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "5987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "5989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "5990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "5993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "5994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "5995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "5996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "5998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "5999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "6009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "6010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "6011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "6012": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "CancelOrderFulfillmentValidateOrderStep" + }, + "6013": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__type" + }, + "6014": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__type.order" + }, + "6015": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__type" + }, + "6016": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__type.fulfillments" + }, + "6017": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__type.input" + }, + "6018": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "cancelOrderFulfillmentValidateOrder" + }, + "6019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderFulfillmentValidateOrder" + }, + "6020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6024": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6029": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "CancelOrderFulfillmentWorkflowInput" + }, + "6030": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "cancelOrderFulfillmentWorkflowId" + }, + "6031": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "cancelOrderFulfillmentWorkflow" + }, + "6032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderFulfillmentWorkflow" + }, + "6033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6036": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6037": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6038": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6060": { + "sourceFileName": "", + "qualifiedName": "orderFulfillmentCanceled" + }, + "6061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "6064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "6065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "6066": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__object" + }, + "6067": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__object.fulfillment" + }, + "6068": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", + "qualifiedName": "__object.additional_data" + }, + "6069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "6070": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "BeginClaimOrderValidationStepInput" + }, + "6071": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "__type" + }, + "6072": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "__type.order" + }, + "6073": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "beginClaimOrderValidationStep" + }, + "6074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginClaimOrderValidationStep" + }, + "6075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6084": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "beginClaimOrderWorkflowId" + }, + "6085": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", + "qualifiedName": "beginClaimOrderWorkflow" + }, + "6086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginClaimOrderWorkflow" + }, + "6087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6090": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6091": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6092": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6100": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6101": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6102": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "6103": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "6104": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "6105": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "6106": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "6107": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "6108": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "6109": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "6110": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "6111": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "6112": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6113": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "6114": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "6115": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "6116": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "6117": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "6118": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "6119": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6120": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "6121": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "6122": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6123": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6145": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "CancelBeginOrderClaimValidationStepInput" + }, + "6146": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type" + }, + "6147": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type.order" + }, + "6148": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type.orderClaim" + }, + "6149": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type.orderChange" + }, + "6150": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "cancelBeginOrderClaimValidationStep" + }, + "6151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderClaimValidationStep" + }, + "6152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6161": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "CancelBeginOrderClaimWorkflowInput" + }, + "6162": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type" + }, + "6163": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "__type.claim_id" + }, + "6164": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "cancelBeginOrderClaimWorkflowId" + }, + "6165": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", + "qualifiedName": "cancelBeginOrderClaimWorkflow" + }, + "6166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderClaimWorkflow" + }, + "6167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6170": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6171": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6172": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "6205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "6206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "6207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "6208": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "CancelClaimValidateOrderStepInput" + }, + "6209": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "__type" + }, + "6210": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "__type.orderClaim" + }, + "6211": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "__type.input" + }, + "6212": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "cancelClaimValidateOrderStep" + }, + "6213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelClaimValidateOrderStep" + }, + "6214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6223": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "cancelOrderClaimWorkflowId" + }, + "6224": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", + "qualifiedName": "cancelOrderClaimWorkflow" + }, + "6225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderClaimWorkflow" + }, + "6226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6229": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6230": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6231": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "6264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "6265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "6266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "6267": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "OrderClaimAddNewItemValidationStepInput" + }, + "6268": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "__type" + }, + "6269": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "__type.order" + }, + "6270": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "6271": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "__type.orderChange" + }, + "6272": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "orderClaimAddNewItemValidationStep" + }, + "6273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimAddNewItemValidationStep" + }, + "6274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6283": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "orderClaimAddNewItemWorkflowId" + }, + "6284": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", + "qualifiedName": "orderClaimAddNewItemWorkflow" + }, + "6285": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimAddNewItemWorkflow" + }, + "6286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6289": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6290": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6291": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6299": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6300": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6301": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6302": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6303": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6304": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6305": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6306": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6307": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6308": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6309": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6310": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6311": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6312": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6313": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6314": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6315": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6316": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6317": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6318": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6319": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6320": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6321": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6322": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6323": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6324": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6325": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6326": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6338": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6339": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6340": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6341": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6342": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "6343": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "6344": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "6345": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "6346": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "6347": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "6348": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "6349": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "6350": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "6351": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6352": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6353": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6354": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6355": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6367": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6368": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6369": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "6370": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "6371": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "6372": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "6373": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "6374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6389": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6390": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6394": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "OrderClaimItemValidationStepInput" + }, + "6395": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type" + }, + "6396": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.order" + }, + "6397": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "6398": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderChange" + }, + "6399": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "orderClaimItemValidationStep" + }, + "6400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimItemValidationStep" + }, + "6401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6402": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type" + }, + "6403": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.order" + }, + "6404": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "6405": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderChange" + }, + "6406": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type" + }, + "6407": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.order" + }, + "6408": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "6409": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "__type.orderChange" + }, + "6410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6418": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "orderClaimItemWorkflowId" + }, + "6419": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", + "qualifiedName": "orderClaimItemWorkflow" + }, + "6420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimItemWorkflow" + }, + "6421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6424": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6425": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6426": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6434": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6435": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6436": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6437": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6438": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6439": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6440": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6441": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6442": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6443": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6444": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6445": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6446": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6447": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6448": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6449": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6450": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6451": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6452": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6453": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6454": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6455": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6456": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6457": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6458": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6459": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6460": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6461": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6473": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6474": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6475": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "6478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "6479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "6480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "6481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "6482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "6483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "6484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "6485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "6486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6489": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6490": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6502": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6503": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6504": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "6505": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "6506": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "6507": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "6508": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "6509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6522": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6529": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "OrderClaimRequestItemReturnValidationStepInput" + }, + "6530": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type" + }, + "6531": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type.order" + }, + "6532": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "6533": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type.orderClaim" + }, + "6534": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type.orderChange" + }, + "6535": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "__type.items" + }, + "6536": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "orderClaimRequestItemReturnValidationStep" + }, + "6537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimRequestItemReturnValidationStep" + }, + "6538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6547": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "orderClaimRequestItemReturnWorkflowId" + }, + "6548": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", + "qualifiedName": "orderClaimRequestItemReturnWorkflow" + }, + "6549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderClaimRequestItemReturnWorkflow" + }, + "6550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6553": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6554": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6555": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6563": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6564": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6565": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6566": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6567": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6568": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6569": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6570": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6571": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6572": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6573": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6574": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6575": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6576": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6577": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6578": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6579": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6580": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6581": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6582": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6583": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6584": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6585": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6586": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6587": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6588": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6589": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6590": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6602": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6603": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6604": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6605": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6606": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "6607": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "6608": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "6609": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "6610": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "6611": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "6612": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "6613": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "6614": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "6615": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6616": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6617": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6618": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6619": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6631": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6632": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6633": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "6634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "6635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "6636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "6637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "6638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6658": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "ConfirmClaimRequestValidationStepInput" + }, + "6659": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type" + }, + "6660": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type.order" + }, + "6661": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type.orderClaim" + }, + "6662": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type.orderChange" + }, + "6663": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "confirmClaimRequestValidationStep" + }, + "6664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmClaimRequestValidationStep" + }, + "6665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6674": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "ConfirmClaimRequestWorkflowInput" + }, + "6675": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type" + }, + "6676": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type.claim_id" + }, + "6677": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "__type.confirmed_by" + }, + "6678": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "confirmClaimRequestWorkflowId" + }, + "6679": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", + "qualifiedName": "confirmClaimRequestWorkflow" + }, + "6680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmClaimRequestWorkflow" + }, + "6681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6684": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6685": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6686": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6694": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6695": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6696": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6697": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6698": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6699": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6700": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6701": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6702": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6703": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6704": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6705": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6706": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6707": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6708": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6709": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6710": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6711": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6712": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6713": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6714": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6715": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6716": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6717": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6718": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6719": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6720": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6721": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6733": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6734": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6735": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6736": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6737": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "6738": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "6739": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "6740": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "6741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "6742": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "6743": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "6744": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "6745": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "6746": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6747": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6748": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6749": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6750": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6763": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6764": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "6765": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "6766": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "6767": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "6768": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "6769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6781": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6782": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6789": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "CreateClaimShippingMethodValidationStepInput" + }, + "6790": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type" + }, + "6791": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.order" + }, + "6792": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.orderClaim" + }, + "6793": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "6794": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "createClaimShippingMethodValidationStep" + }, + "6795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createClaimShippingMethodValidationStep" + }, + "6796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6805": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "CreateClaimShippingMethodWorkflowInput" + }, + "6806": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type" + }, + "6807": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.return_id" + }, + "6808": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.claim_id" + }, + "6809": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.shipping_option_id" + }, + "6810": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "__type.custom_amount" + }, + "6811": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "createClaimShippingMethodWorkflowId" + }, + "6812": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", + "qualifiedName": "createClaimShippingMethodWorkflow" + }, + "6813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createClaimShippingMethodWorkflow" + }, + "6814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6817": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6818": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6819": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6827": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6828": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6829": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6830": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6831": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6832": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6833": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6834": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6835": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6836": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6837": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6838": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6839": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6840": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6841": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6842": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6843": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6844": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6845": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6846": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6847": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6848": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6849": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6850": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6851": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6852": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6853": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6854": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6866": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6867": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6868": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6869": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6870": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "6871": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "6872": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "6873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "6874": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "6875": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "6876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "6877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "6878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "6879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "6896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "6897": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "6898": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "6899": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "6900": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "6901": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "6902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "6909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "6914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "6915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6917": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "6922": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "RemoveClaimAddItemActionValidationStepInput" + }, + "6923": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "__type" + }, + "6924": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "__type.order" + }, + "6925": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "__type.orderClaim" + }, + "6926": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "__type.orderChange" + }, + "6927": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "__type.input" + }, + "6928": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "removeClaimAddItemActionValidationStep" + }, + "6929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeClaimAddItemActionValidationStep" + }, + "6930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "6931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "6934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "6935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "6937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "6938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "6939": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "RemoveAddItemClaimActionWorkflowInput" + }, + "6940": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "removeAddItemClaimActionWorkflowId" + }, + "6941": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", + "qualifiedName": "removeAddItemClaimActionWorkflow" + }, + "6942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeAddItemClaimActionWorkflow" + }, + "6943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "6944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "6945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "6946": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "6947": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "6948": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "6949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "6950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "6953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "6955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "6956": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "6957": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "6958": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6959": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6960": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6961": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6962": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "6963": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6964": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6965": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6966": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "6967": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "6968": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "6969": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "6970": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "6971": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "6972": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "6973": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "6974": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "6975": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6976": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "6977": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "6978": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "6979": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "6980": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "6981": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "6982": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "6983": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6995": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "6996": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "6997": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "6998": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "6999": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7000": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7001": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7002": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7003": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7004": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7005": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7006": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7007": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7008": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7009": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7012": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7024": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7025": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7026": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7027": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7028": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7029": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7030": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7051": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "RemoveClaimItemActionValidationStepInput" + }, + "7052": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "__type" + }, + "7053": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "__type.order" + }, + "7054": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "__type.orderClaim" + }, + "7055": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "__type.orderChange" + }, + "7056": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "__type.input" + }, + "7057": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "removeClaimItemActionValidationStep" + }, + "7058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeClaimItemActionValidationStep" + }, + "7059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7068": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "RemoveItemClaimActionWorkflowInput" + }, + "7069": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "removeItemClaimActionWorkflowId" + }, + "7070": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", + "qualifiedName": "removeItemClaimActionWorkflow" + }, + "7071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemClaimActionWorkflow" + }, + "7072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7075": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7076": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7077": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7085": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "7086": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "7087": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7088": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7089": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7090": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7091": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "7092": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7093": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7094": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7095": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7096": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "7097": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7098": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7099": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7100": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7101": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "7102": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "7103": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "7104": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "7105": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "7106": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "7107": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "7108": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "7109": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "7110": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "7111": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "7112": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "7124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7125": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "7126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "7127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "7128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7154": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7155": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7156": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7157": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7158": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7159": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7169": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7170": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7180": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "RemoveClaimShippingMethodValidationStepInput" + }, + "7181": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "__type" + }, + "7182": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "__type.orderClaim" + }, + "7183": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "7184": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "7185": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "removeClaimShippingMethodValidationStep" + }, + "7186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeClaimShippingMethodValidationStep" + }, + "7187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7196": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "removeClaimShippingMethodWorkflowId" + }, + "7197": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", + "qualifiedName": "removeClaimShippingMethodWorkflow" + }, + "7198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeClaimShippingMethodWorkflow" + }, + "7199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7202": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7203": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7204": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7212": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "7213": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "7214": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7215": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7216": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7217": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7218": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "7219": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7220": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7221": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7222": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7223": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "7224": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7225": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7226": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7227": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7228": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "7229": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "7230": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "7231": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "7232": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "7233": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "7234": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "7235": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "7236": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "7237": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "7238": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "7239": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "7251": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7252": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "7253": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "7254": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "7255": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7256": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7257": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7258": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7259": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7260": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7261": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7262": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7263": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7264": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7265": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7266": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7267": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7268": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7280": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7281": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7282": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7283": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7284": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7285": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7286": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7307": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "UpdateClaimAddNewItemValidationStepInput" + }, + "7308": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "__type" + }, + "7309": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "__type.order" + }, + "7310": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "7311": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "__type.orderChange" + }, + "7312": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "__type.input" + }, + "7313": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "updateClaimAddItemValidationStep" + }, + "7314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimAddItemValidationStep" + }, + "7315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7324": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "updateClaimAddItemWorkflowId" + }, + "7325": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", + "qualifiedName": "updateClaimAddItemWorkflow" + }, + "7326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimAddItemWorkflow" + }, + "7327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7330": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7331": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7332": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7340": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "7341": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "7342": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7343": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7344": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7345": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7346": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "7347": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7348": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7349": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7350": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7351": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "7352": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7353": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7354": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7355": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7356": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "7357": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "7358": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "7359": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "7360": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "7361": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "7362": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "7363": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "7364": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "7365": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "7366": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "7367": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "7379": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7380": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "7381": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "7382": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "7383": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7384": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7385": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7386": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7387": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7388": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7389": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7390": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7391": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7392": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7393": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7394": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7395": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7396": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7408": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7409": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7410": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7411": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7412": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7413": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7414": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7435": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "UpdateClaimItemValidationStepInput" + }, + "7436": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "__type" + }, + "7437": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "__type.order" + }, + "7438": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "__type.orderClaim" + }, + "7439": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "__type.orderChange" + }, + "7440": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "__type.input" + }, + "7441": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "updateClaimItemValidationStep" + }, + "7442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimItemValidationStep" + }, + "7443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7445": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7446": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7452": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "updateClaimItemWorkflowId" + }, + "7453": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", + "qualifiedName": "updateClaimItemWorkflow" + }, + "7454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimItemWorkflow" + }, + "7455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7458": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7459": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7460": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7468": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "7469": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "7470": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7471": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7472": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7473": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7474": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "7475": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "7480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "7485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "7486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "7487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "7488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "7489": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "7490": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "7491": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "7492": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "7493": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "7494": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "7495": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "7507": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7508": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "7509": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "7510": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "7511": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7512": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7513": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7514": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7515": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7516": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7518": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7519": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7520": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7521": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7522": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7523": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7524": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7536": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7537": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7538": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7539": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7540": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7541": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7542": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7563": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "UpdateClaimShippingMethodValidationStepInput" + }, + "7564": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "__type" + }, + "7565": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "__type.orderClaim" + }, + "7566": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "7567": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "7568": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "updateClaimShippingMethodValidationStep" + }, + "7569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimShippingMethodValidationStep" + }, + "7570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7579": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "updateClaimShippingMethodWorkflowId" + }, + "7580": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", + "qualifiedName": "updateClaimShippingMethodWorkflow" + }, + "7581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateClaimShippingMethodWorkflow" + }, + "7582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7585": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7586": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7587": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7595": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "7596": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "7597": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7598": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7599": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7600": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7601": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "7602": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7603": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7604": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7605": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "7606": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "7607": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7608": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7609": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7610": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7611": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "7612": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "7613": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "7614": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "7615": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "7616": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "7617": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "7618": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "7619": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "7620": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "7621": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "7622": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "7634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "7636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "7637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "7638": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "7639": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "7640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "7641": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "7642": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "7643": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "7644": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "7645": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "7646": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "7647": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "7648": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "7649": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "7650": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "7651": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "7663": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7664": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7665": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "7666": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "7667": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "7668": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "7669": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "7670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7690": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "CompleteOrdersWorkflowInput" + }, + "7691": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "__type" + }, + "7692": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "__type.orderIds" + }, + "7693": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "completeOrderWorkflowId" + }, + "7694": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "completeOrderWorkflow" + }, + "7695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "completeOrderWorkflow" + }, + "7696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7699": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7700": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7701": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7729": { + "sourceFileName": "", + "qualifiedName": "ordersCompleted" + }, + "7730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "7733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "7734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "7735": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "__object" + }, + "7736": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "__object.orders" + }, + "7737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7743": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", + "qualifiedName": "__object.additional_data" + }, + "7744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "7745": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "CreateFulfillmentValidateOrderStepInput" + }, + "7746": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__type" + }, + "7747": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__type.order" + }, + "7748": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__type.inputItems" + }, + "7749": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "createFulfillmentValidateOrder" + }, + "7750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createFulfillmentValidateOrder" + }, + "7751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "7752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "7759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "7760": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "CreateOrderFulfillmentWorkflowInput" + }, + "7761": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "createOrderFulfillmentWorkflowId" + }, + "7762": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "createOrderFulfillmentWorkflow" + }, + "7763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderFulfillmentWorkflow" + }, + "7764": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7767": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7768": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7769": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7777": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "7778": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "7779": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "7780": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "7781": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "7782": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "7783": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "7784": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "7785": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "7786": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "7787": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "7788": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "7789": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "7790": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "7791": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "7792": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "7793": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "7794": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "7795": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "7796": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "7797": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "7798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7819": { + "sourceFileName": "", + "qualifiedName": "fulfillmentCreated" + }, + "7820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "7823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "7824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "7825": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__object" + }, + "7826": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__object.fulfillment" + }, + "7827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7828": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "7829": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "7830": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "7831": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "7832": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "7833": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "7834": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "7835": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "7836": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "7837": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "7838": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "7839": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "7840": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "7841": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "7842": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "7843": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "7844": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "7845": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "7846": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "7847": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "7848": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "7849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7855": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", + "qualifiedName": "__object.additional_data" + }, + "7856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "7857": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change.ts", + "qualifiedName": "createOrderChangeWorkflowId" + }, + "7858": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change.ts", + "qualifiedName": "createOrderChangeWorkflow" + }, + "7859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderChangeWorkflow" + }, + "7860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7863": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7864": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7865": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "7874": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "7875": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "7876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "7877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "7878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "7879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "7880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "7881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "7882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "7883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "7884": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "7885": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "7886": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "7887": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "7888": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "7889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "7890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "7891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "7892": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "7893": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "7894": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "7895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "7896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "7897": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "7898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7917": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7918": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change-actions.ts", + "qualifiedName": "createOrderChangeActionsWorkflowId" + }, + "7919": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change-actions.ts", + "qualifiedName": "createOrderChangeActionsWorkflow" + }, + "7920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderChangeActionsWorkflow" + }, + "7921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7924": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7925": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7926": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7953": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "CreateOrderPaymentCollectionWorkflowInput" + }, + "7954": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "7955": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "7956": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "7957": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "createOrderPaymentCollectionWorkflowId" + }, + "7958": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", + "qualifiedName": "createOrderPaymentCollectionWorkflow" + }, + "7959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderPaymentCollectionWorkflow" + }, + "7960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7963": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7964": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "7965": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "7966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "7967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "7970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "7972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "7978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "7979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "7984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "7985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "7988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "7990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "7991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "7992": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "CreateOrderWorkflowInput" + }, + "7993": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "createOrdersWorkflowId" + }, + "7994": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "createOrderWorkflow" + }, + "7995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderWorkflow" + }, + "7996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "7997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "7998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "7999": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8000": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8001": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8009": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "8010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "8011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "8012": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "8013": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "8014": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "8015": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "8016": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "8017": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "8018": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "8019": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "8020": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "8021": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "8022": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "8023": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "8024": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "8025": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "8026": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "8027": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "8028": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "8029": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "8030": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "8031": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "8032": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "8033": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "8034": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "8035": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "8036": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "8037": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "8038": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "8039": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "8040": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "8041": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "8042": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "8043": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "8044": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "8045": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "8046": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "8047": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "8048": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "8049": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "8050": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "8051": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "8052": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "8075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8096": { + "sourceFileName": "", + "qualifiedName": "orderCreated" + }, + "8097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8102": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object" + }, + "8103": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object.order" + }, + "8104": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object.additional_data" + }, + "8105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8106": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "createOrdersWorkflow" + }, + "8107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrdersWorkflow" + }, + "8108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8111": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8112": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8113": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8121": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "8122": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "8123": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "8124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "8125": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "8126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "8127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "8128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "8129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "8130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "8131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "8132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "8133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "8134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "8135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "8136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "8137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "8138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "8139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "8140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "8141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "8142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "8143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "8144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "8145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "8146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "8147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "8148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "8149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "8150": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "8151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "8152": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "8153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "8154": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "8155": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "8156": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "8157": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "8158": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "8159": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "8160": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "8161": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "8162": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "8163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "8164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "8187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8208": { + "sourceFileName": "", + "qualifiedName": "orderCreated" + }, + "8209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8214": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object" + }, + "8215": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object.order" + }, + "8216": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", + "qualifiedName": "__object.additional_data" + }, + "8217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8218": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "CreateShipmentValidateOrderStepInput" + }, + "8219": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__type" + }, + "8220": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__type.order" + }, + "8221": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__type.input" + }, + "8222": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "createShipmentValidateOrder" + }, + "8223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createShipmentValidateOrder" + }, + "8224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8233": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "CreateOrderShipmentWorkflowInput" + }, + "8234": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "createOrderShipmentWorkflowId" + }, + "8235": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "createOrderShipmentWorkflow" + }, + "8236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderShipmentWorkflow" + }, + "8237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8240": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8241": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8242": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8264": { + "sourceFileName": "", + "qualifiedName": "shipmentCreated" + }, + "8265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8270": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__object" + }, + "8271": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__object.shipment" + }, + "8272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8273": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "id" + }, + "8274": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "location_id" + }, + "8275": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "packed_at" + }, + "8276": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipped_at" + }, + "8277": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivered_at" + }, + "8278": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "canceled_at" + }, + "8279": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "marked_shipped_by" + }, + "8280": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_by" + }, + "8281": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "data" + }, + "8282": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider_id" + }, + "8283": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option_id" + }, + "8284": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "metadata" + }, + "8285": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "shipping_option" + }, + "8286": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "requires_shipping" + }, + "8287": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "provider" + }, + "8288": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "delivery_address" + }, + "8289": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "items" + }, + "8290": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "labels" + }, + "8291": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "created_at" + }, + "8292": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "updated_at" + }, + "8293": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "deleted_at" + }, + "8294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8300": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", + "qualifiedName": "__object.additional_data" + }, + "8301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8302": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/decline-order-change.ts", + "qualifiedName": "declineOrderChangeWorkflowId" + }, + "8303": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/decline-order-change.ts", + "qualifiedName": "declineOrderChangeWorkflow" + }, + "8304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "declineOrderChangeWorkflow" + }, + "8305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8308": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8309": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8310": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8342": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8346": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", + "qualifiedName": "DeleteOrderChangeWorkflowInput" + }, + "8347": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", + "qualifiedName": "__type" + }, + "8348": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", + "qualifiedName": "__type.ids" + }, + "8349": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", + "qualifiedName": "deleteOrderChangeWorkflowId" + }, + "8350": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", + "qualifiedName": "deleteOrderChangeWorkflow" + }, + "8351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderChangeWorkflow" + }, + "8352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8355": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8356": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8357": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8388": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8389": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8390": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8393": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", + "qualifiedName": "DeleteOrderChangeActionsWorkflowInput" + }, + "8394": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", + "qualifiedName": "__type" + }, + "8395": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", + "qualifiedName": "__type.ids" + }, + "8396": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", + "qualifiedName": "deleteOrderChangeActionsWorkflowId" + }, + "8397": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", + "qualifiedName": "deleteOrderChangeActionsWorkflow" + }, + "8398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderChangeActionsWorkflow" + }, + "8399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8402": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8403": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8404": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8440": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "throwUnlessStatusIsNotPaid" + }, + "8441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "throwUnlessStatusIsNotPaid" + }, + "8442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8443": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "8444": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type.paymentCollection" + }, + "8445": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "8446": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type.paymentCollection" + }, + "8447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8455": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "DeleteOrderPaymentCollectionsInput" + }, + "8456": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "8457": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "__type.id" + }, + "8458": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "deleteOrderPaymentCollectionsId" + }, + "8459": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", + "qualifiedName": "deleteOrderPaymentCollections" + }, + "8460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteOrderPaymentCollections" + }, + "8461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8464": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8465": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8466": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8502": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "BeginOrderExchangeValidationStepInput" + }, + "8503": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "__type" + }, + "8504": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "__type.order" + }, + "8505": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "beginOrderExchangeValidationStep" + }, + "8506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginOrderExchangeValidationStep" + }, + "8507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8516": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "beginExchangeOrderWorkflowId" + }, + "8517": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", + "qualifiedName": "beginExchangeOrderWorkflow" + }, + "8518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginExchangeOrderWorkflow" + }, + "8519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8522": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8523": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8524": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8530": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8531": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8532": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "8533": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "8534": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "8535": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "8536": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "8537": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "8538": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "8539": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "8540": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "8541": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "8542": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "8543": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "8544": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "8545": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "8546": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "8547": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "8548": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "8549": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "8550": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "8551": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "8552": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "8553": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "8554": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "8555": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "8556": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "8557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8577": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "CancelBeginOrderExchangeValidationStepInput" + }, + "8578": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type" + }, + "8579": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type.order" + }, + "8580": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type.orderExchange" + }, + "8581": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type.orderChange" + }, + "8582": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "cancelBeginOrderExchangeValidationStep" + }, + "8583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderExchangeValidationStep" + }, + "8584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8593": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "CancelBeginOrderExchangeWorkflowInput" + }, + "8594": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type" + }, + "8595": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "__type.exchange_id" + }, + "8596": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "cancelBeginOrderExchangeWorkflowId" + }, + "8597": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", + "qualifiedName": "cancelBeginOrderExchangeWorkflow" + }, + "8598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderExchangeWorkflow" + }, + "8599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8602": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8603": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8604": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8640": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "CancelExchangeValidateOrderStepInput" + }, + "8641": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "__type" + }, + "8642": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "__type.orderExchange" + }, + "8643": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "__type.input" + }, + "8644": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "cancelExchangeValidateOrder" + }, + "8645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelExchangeValidateOrder" + }, + "8646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8655": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "cancelOrderExchangeWorkflowId" + }, + "8656": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", + "qualifiedName": "cancelOrderExchangeWorkflow" + }, + "8657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderExchangeWorkflow" + }, + "8658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8661": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8662": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8663": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "8696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "8697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "8698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "8699": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "ConfirmExchangeRequestValidationStepInput" + }, + "8700": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type" + }, + "8701": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type.order" + }, + "8702": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type.orderExchange" + }, + "8703": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type.orderChange" + }, + "8704": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "confirmExchangeRequestValidationStep" + }, + "8705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmExchangeRequestValidationStep" + }, + "8706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8715": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "ConfirmExchangeRequestWorkflowInput" + }, + "8716": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type" + }, + "8717": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type.exchange_id" + }, + "8718": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "__type.confirmed_by" + }, + "8719": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "confirmExchangeRequestWorkflowId" + }, + "8720": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", + "qualifiedName": "confirmExchangeRequestWorkflow" + }, + "8721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmExchangeRequestWorkflow" + }, + "8722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8725": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8726": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8727": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8735": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "8736": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "8737": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8738": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8739": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8740": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "8742": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8743": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8744": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8745": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8746": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "8747": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "8748": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "8749": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "8750": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "8751": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "8752": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "8753": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "8754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "8755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "8756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "8757": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "8758": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "8759": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "8760": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "8761": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "8762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "8774": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "8775": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "8776": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "8777": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "8778": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "8779": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "8780": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "8781": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "8782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "8783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "8784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "8785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "8786": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "8787": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "8788": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "8789": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "8790": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "8791": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "8803": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "8804": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "8805": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "8806": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "8807": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "8808": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "8809": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "8810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8830": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "CreateExchangeShippingMethodValidationStepInput" + }, + "8831": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type" + }, + "8832": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.order" + }, + "8833": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.orderExchange" + }, + "8834": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "8835": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "createExchangeShippingMethodValidationStep" + }, + "8836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createExchangeShippingMethodValidationStep" + }, + "8837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8846": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "CreateExchangeShippingMethodWorkflowInput" + }, + "8847": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type" + }, + "8848": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.return_id" + }, + "8849": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.exchange_id" + }, + "8850": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.shipping_option_id" + }, + "8851": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "__type.custom_amount" + }, + "8852": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "createExchangeShippingMethodWorkflowId" + }, + "8853": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", + "qualifiedName": "createExchangeShippingMethodWorkflow" + }, + "8854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createExchangeShippingMethodWorkflow" + }, + "8855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8858": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8859": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8860": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8868": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "8869": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "8870": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8871": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8872": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8874": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "8875": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "8880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "8881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "8882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "8883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "8884": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "8885": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "8886": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "8887": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "8888": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "8889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "8890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "8891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "8892": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "8893": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "8894": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "8895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "8907": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "8908": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "8909": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "8910": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "8911": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "8912": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "8913": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "8914": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "8915": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "8916": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "8917": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "8918": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "8919": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "8920": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "8921": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "8922": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "8923": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "8924": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "8936": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "8937": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "8938": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "8939": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "8940": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "8941": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "8942": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "8943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "8950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "8955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "8956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "8963": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "ExchangeAddNewItemValidationStepInput" + }, + "8964": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "__type" + }, + "8965": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "__type.order" + }, + "8966": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "__type.orderExchange" + }, + "8967": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "__type.orderChange" + }, + "8968": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "exchangeAddNewItemValidationStep" + }, + "8969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "exchangeAddNewItemValidationStep" + }, + "8970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "8971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "8974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "8975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "8977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "8978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "8979": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "orderExchangeAddNewItemWorkflowId" + }, + "8980": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", + "qualifiedName": "orderExchangeAddNewItemWorkflow" + }, + "8981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderExchangeAddNewItemWorkflow" + }, + "8982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "8983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "8984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "8985": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8986": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "8987": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "8988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "8989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "8992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "8994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "8995": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "8996": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "8997": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "8998": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "8999": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9000": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9001": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9002": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9003": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9004": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9005": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9006": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9007": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9008": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9009": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9012": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9013": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9014": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9015": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9016": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9017": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9018": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9019": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9020": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9021": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9022": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9034": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9035": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9036": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9037": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9038": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9039": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9040": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9041": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9042": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9043": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9044": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9045": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9046": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9047": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9048": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9049": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9050": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9051": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9063": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9064": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9065": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9066": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9067": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9068": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9069": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9090": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "ExchangeRequestItemReturnValidationStepInput" + }, + "9091": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type" + }, + "9092": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type.order" + }, + "9093": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type.orderExchange" + }, + "9094": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type.orderChange" + }, + "9095": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "9096": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "__type.items" + }, + "9097": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "exchangeRequestItemReturnValidationStep" + }, + "9098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "exchangeRequestItemReturnValidationStep" + }, + "9099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9108": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "orderExchangeRequestItemReturnWorkflowId" + }, + "9109": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", + "qualifiedName": "orderExchangeRequestItemReturnWorkflow" + }, + "9110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderExchangeRequestItemReturnWorkflow" + }, + "9111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9114": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9115": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9116": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9122": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9125": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9150": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9168": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9169": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9170": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9171": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9172": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9173": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9174": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9175": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9176": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9177": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9178": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9179": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9180": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9192": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9193": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9194": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9195": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9196": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9197": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9198": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9219": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "RemoveExchangeItemActionValidationStepInput" + }, + "9220": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "__type" + }, + "9221": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "__type.order" + }, + "9222": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "__type.orderExchange" + }, + "9223": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "__type.orderChange" + }, + "9224": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "__type.input" + }, + "9225": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "removeExchangeItemActionValidationStep" + }, + "9226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeExchangeItemActionValidationStep" + }, + "9227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9236": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "removeItemExchangeActionWorkflowId" + }, + "9237": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", + "qualifiedName": "removeItemExchangeActionWorkflow" + }, + "9238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemExchangeActionWorkflow" + }, + "9239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9242": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9243": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9244": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9252": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9253": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9254": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9255": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9256": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9257": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9258": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9259": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9260": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9261": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9262": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9263": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9264": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9265": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9266": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9267": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9268": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9269": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9270": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9271": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9272": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9273": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9274": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9275": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9276": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9277": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9278": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9279": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9291": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9292": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9293": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9294": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9295": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9296": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9297": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9298": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9299": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9300": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9301": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9302": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9303": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9304": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9305": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9306": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9307": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9308": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9320": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9321": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9322": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9323": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9324": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9325": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9326": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9342": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9347": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "RemoveExchangeShippingMethodValidationStepInput" + }, + "9348": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "__type" + }, + "9349": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "__type.orderExchange" + }, + "9350": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "9351": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "9352": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "removeExchangeShippingMethodValidationStep" + }, + "9353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeExchangeShippingMethodValidationStep" + }, + "9354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9363": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "removeExchangeShippingMethodWorkflowId" + }, + "9364": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", + "qualifiedName": "removeExchangeShippingMethodWorkflow" + }, + "9365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeExchangeShippingMethodWorkflow" + }, + "9366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9369": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9370": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9371": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9379": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9380": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9381": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9382": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9383": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9384": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9385": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9386": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9387": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9388": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9389": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9390": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9391": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9392": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9393": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9394": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9395": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9396": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9397": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9398": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9399": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9400": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9401": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9402": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9403": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9404": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9405": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9406": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9418": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9419": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9420": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9421": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9422": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9423": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9424": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9425": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9426": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9427": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9428": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9429": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9430": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9431": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9432": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9433": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9434": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9435": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9447": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9448": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9449": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9450": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9451": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9452": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9453": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9474": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "UpdateExchangeAddItemValidationStepInput" + }, + "9475": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "__type" + }, + "9476": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "__type.order" + }, + "9477": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "__type.orderExchange" + }, + "9478": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "__type.orderChange" + }, + "9479": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "__type.input" + }, + "9480": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "updateExchangeAddItemValidationStep" + }, + "9481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateExchangeAddItemValidationStep" + }, + "9482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9491": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "updateExchangeAddItemWorkflowId" + }, + "9492": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", + "qualifiedName": "updateExchangeAddItemWorkflow" + }, + "9493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateExchangeAddItemWorkflow" + }, + "9494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9495": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9497": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9498": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9499": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9507": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9508": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9509": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9510": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9511": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9512": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9513": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9514": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9515": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9516": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9518": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9519": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9520": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9521": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9522": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9523": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9524": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9525": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9526": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9527": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9528": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9529": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9530": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9531": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9532": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9533": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9534": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9546": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9547": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9548": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9549": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9550": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9551": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9552": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9553": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9554": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9555": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9556": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9557": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9558": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9559": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9560": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9561": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9562": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9563": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9575": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9576": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9577": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9578": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9579": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9580": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9581": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9602": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "UpdateExchangeShippingMethodValidationStepInput" + }, + "9603": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "__type" + }, + "9604": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "__type.orderExchange" + }, + "9605": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "9606": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "9607": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "updateExchangeShippingMethodValidationStep" + }, + "9608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateExchangeShippingMethodValidationStep" + }, + "9609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9618": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "updateExchangeShippingMethodWorkflowId" + }, + "9619": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", + "qualifiedName": "updateExchangeShippingMethodWorkflow" + }, + "9620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateExchangeShippingMethodWorkflow" + }, + "9621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9624": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9625": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9626": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9638": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9639": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9641": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9642": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9643": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "9644": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "9645": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "9646": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9647": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9648": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9649": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9650": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9651": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9652": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9653": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9654": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9655": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9656": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9657": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9658": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9659": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9660": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9661": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9673": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9674": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9675": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9676": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9677": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9678": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9679": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9680": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9681": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9682": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9683": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9684": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9685": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9686": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9687": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9688": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9689": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9690": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9702": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9703": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9704": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9705": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9706": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9707": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9708": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9729": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "GetOrderDetailWorkflowInput" + }, + "9730": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type" + }, + "9731": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.filters" + }, + "9732": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type" + }, + "9733": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.is_draft_order" + }, + "9734": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.customer_id" + }, + "9735": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.fields" + }, + "9736": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.order_id" + }, + "9737": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "__type.version" + }, + "9738": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "getOrderDetailWorkflowId" + }, + "9739": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", + "qualifiedName": "getOrderDetailWorkflow" + }, + "9740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getOrderDetailWorkflow" + }, + "9741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9744": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9745": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9746": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "payment_collections" + }, + "9755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "payment_status" + }, + "9756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "fulfillments" + }, + "9757": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "fulfillment_status" + }, + "9758": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "9759": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "9760": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "9761": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "9762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "9763": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "9764": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "9765": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "9766": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "9767": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "9768": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "9769": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "9770": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "9771": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "9772": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "9773": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "9774": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "9775": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "9776": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "9777": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "9778": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "9779": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "9780": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "9781": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "9782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "9783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "9784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "9785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "9786": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "9787": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "9788": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "9789": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "9790": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "9791": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "9792": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "9793": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "9794": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "9795": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "9796": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "9797": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "9798": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "9799": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "9800": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "9801": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "9824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9844": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "GetOrdersListWorkflowOutput" + }, + "9845": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type" + }, + "9846": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.rows" + }, + "9847": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.metadata" + }, + "9848": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type" + }, + "9849": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.count" + }, + "9850": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.skip" + }, + "9851": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.take" + }, + "9852": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "GetOrdersListWorkflowInput" + }, + "9853": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type" + }, + "9854": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.fields" + }, + "9855": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.variables" + }, + "9856": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type" + }, + "9857": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.skip" + }, + "9858": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.take" + }, + "9859": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "__type.order" + }, + "9860": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "getOrdersListWorkflowId" + }, + "9861": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", + "qualifiedName": "getOrdersListWorkflow" + }, + "9862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getOrdersListWorkflow" + }, + "9863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9866": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9867": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9868": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9873": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9874": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9875": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9876": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9877": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9878": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9879": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9880": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9886": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9895": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "OrderFulfillmentDeliverabilityValidationStepInput" + }, + "9896": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9897": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.order" + }, + "9898": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9899": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillments" + }, + "9900": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillment" + }, + "9901": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "orderFulfillmentDeliverablilityValidationStepId" + }, + "9902": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "orderFulfillmentDeliverablilityValidationStep" + }, + "9903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderFulfillmentDeliverablilityValidationStep" + }, + "9904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9905": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9906": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.order" + }, + "9907": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9908": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillments" + }, + "9909": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillment" + }, + "9910": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9911": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.order" + }, + "9912": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9913": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillments" + }, + "9914": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillment" + }, + "9915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9917": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9923": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "MarkOrderFulfillmentAsDeliveredWorkflowInput" + }, + "9924": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type" + }, + "9925": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.orderId" + }, + "9926": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "__type.fulfillmentId" + }, + "9927": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflowId" + }, + "9928": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", + "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflow" + }, + "9929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflow" + }, + "9930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9933": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9934": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9935": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "9943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "9948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "9949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "9956": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "ThrowUnlessPaymentCollectionNotePaidInput" + }, + "9957": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type" + }, + "9958": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type.paymentCollection" + }, + "9959": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "throwUnlessPaymentCollectionNotPaid" + }, + "9960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "throwUnlessPaymentCollectionNotPaid" + }, + "9961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "9962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "9965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "9966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "9968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "9969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "9970": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "MarkPaymentCollectionAsPaidInput" + }, + "9971": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type" + }, + "9972": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type.payment_collection_id" + }, + "9973": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type.order_id" + }, + "9974": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "__type.captured_by" + }, + "9975": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "markPaymentCollectionAsPaidId" + }, + "9976": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", + "qualifiedName": "markPaymentCollectionAsPaid" + }, + "9977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "markPaymentCollectionAsPaid" + }, + "9978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "9979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "9980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "9981": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "9982": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "9983": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "9984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "9985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "9988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "9990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "9991": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "9992": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "9993": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_amount" + }, + "9994": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_amount" + }, + "9995": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_authorized_amount" + }, + "9996": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "9997": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "9998": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "9999": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "10000": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "10001": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_at" + }, + "10002": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "canceled_at" + }, + "10003": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_amount" + }, + "10004": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_captured_amount" + }, + "10005": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunded_amount" + }, + "10006": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_refunded_amount" + }, + "10007": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captures" + }, + "10008": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunds" + }, + "10009": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "10010": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "10011": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_session" + }, + "10012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10024": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10032": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "BeginOrderEditValidationStepInput" + }, + "10033": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "__type" + }, + "10034": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "__type.order" + }, + "10035": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "beginOrderEditValidationStep" + }, + "10036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginOrderEditValidationStep" + }, + "10037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10046": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "beginOrderEditOrderWorkflowId" + }, + "10047": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", + "qualifiedName": "beginOrderEditOrderWorkflow" + }, + "10048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginOrderEditOrderWorkflow" + }, + "10049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10052": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10053": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10054": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10062": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10063": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10064": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "10065": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "10066": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "10067": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "10068": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "10069": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "10070": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "10071": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "10072": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "10073": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "10074": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10075": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "10076": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "10077": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "10078": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "10079": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "10080": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "10081": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10082": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "10083": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "10084": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10085": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10086": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10107": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "CancelBeginOrderEditValidationStepInput" + }, + "10108": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "__type" + }, + "10109": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "__type.order" + }, + "10110": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "__type.orderChange" + }, + "10111": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "cancelBeginOrderEditValidationStep" + }, + "10112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderEditValidationStep" + }, + "10113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10122": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "CancelBeginOrderEditWorkflowInput" + }, + "10123": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "__type" + }, + "10124": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "__type.order_id" + }, + "10125": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "cancelBeginOrderEditWorkflowId" + }, + "10126": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", + "qualifiedName": "cancelBeginOrderEditWorkflow" + }, + "10127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelBeginOrderEditWorkflow" + }, + "10128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10131": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10132": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10133": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10147": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "10166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "10167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "10168": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "10169": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "ConfirmOrderEditRequestValidationStepInput" + }, + "10170": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type" + }, + "10171": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type.order" + }, + "10172": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type.orderChange" + }, + "10173": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "confirmOrderEditRequestValidationStep" + }, + "10174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmOrderEditRequestValidationStep" + }, + "10175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10184": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "ConfirmOrderEditRequestWorkflowInput" + }, + "10185": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type" + }, + "10186": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type.order_id" + }, + "10187": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "__type.confirmed_by" + }, + "10188": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "confirmOrderEditRequestWorkflowId" + }, + "10189": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", + "qualifiedName": "confirmOrderEditRequestWorkflow" + }, + "10190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmOrderEditRequestWorkflow" + }, + "10191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10194": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10195": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10196": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10204": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10205": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10206": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10207": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10208": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10209": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10210": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10211": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10212": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10213": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10214": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10215": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10216": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10217": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10218": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10219": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10220": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10221": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10222": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10223": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10224": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10225": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10226": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10227": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10228": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10229": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10230": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10231": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10243": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10244": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10245": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10246": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10247": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10248": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10249": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10250": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10251": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10252": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10253": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10254": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10255": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10256": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10257": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10258": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10259": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10260": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10272": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10273": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10274": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10275": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10276": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10277": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10278": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10283": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10284": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10285": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10286": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10299": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "CreateOrderEditShippingMethodValidationStepInput" + }, + "10300": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type" + }, + "10301": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type.order" + }, + "10302": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "10303": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "createOrderEditShippingMethodValidationStep" + }, + "10304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderEditShippingMethodValidationStep" + }, + "10305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10314": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "CreateOrderEditShippingMethodWorkflowInput" + }, + "10315": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type" + }, + "10316": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type.order_id" + }, + "10317": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type.shipping_option_id" + }, + "10318": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "__type.custom_amount" + }, + "10319": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "createOrderEditShippingMethodWorkflowId" + }, + "10320": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", + "qualifiedName": "createOrderEditShippingMethodWorkflow" + }, + "10321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrderEditShippingMethodWorkflow" + }, + "10322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10325": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10326": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10327": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10335": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10336": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10337": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10338": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10339": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10340": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10341": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10342": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10343": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10344": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10345": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10346": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10347": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10348": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10349": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10350": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10351": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10352": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10353": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10354": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10355": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10356": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10357": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10358": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10359": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10360": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10361": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10362": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10374": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10375": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10376": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10377": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10378": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10379": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10380": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10381": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10382": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10383": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10384": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10385": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10386": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10387": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10388": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10389": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10390": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10391": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10403": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10404": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10405": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10406": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10407": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10408": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10409": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10419": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10430": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "OrderEditAddNewItemValidationStepInput" + }, + "10431": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "__type" + }, + "10432": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "__type.order" + }, + "10433": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "__type.orderChange" + }, + "10434": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "orderEditAddNewItemValidationStep" + }, + "10435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderEditAddNewItemValidationStep" + }, + "10436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10445": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "orderEditAddNewItemWorkflowId" + }, + "10446": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", + "qualifiedName": "orderEditAddNewItemWorkflow" + }, + "10447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderEditAddNewItemWorkflow" + }, + "10448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10451": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10452": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10453": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10461": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10462": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10463": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10464": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10465": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10466": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10467": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10468": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10469": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10470": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10471": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10472": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10473": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10474": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10475": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10500": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10501": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10502": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10503": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10504": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10505": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10506": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10507": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10508": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10509": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10510": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10511": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10512": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10513": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10514": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10515": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10516": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10529": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10530": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10531": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10532": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10533": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10534": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10535": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10536": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10556": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "OrderEditUpdateItemQuantityValidationStepInput" + }, + "10557": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "__type" + }, + "10558": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "__type.order" + }, + "10559": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "__type.orderChange" + }, + "10560": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "orderEditUpdateItemQuantityValidationStep" + }, + "10561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderEditUpdateItemQuantityValidationStep" + }, + "10562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10571": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "orderEditUpdateItemQuantityWorkflowId" + }, + "10572": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", + "qualifiedName": "orderEditUpdateItemQuantityWorkflow" + }, + "10573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "orderEditUpdateItemQuantityWorkflow" + }, + "10574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10577": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10578": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10579": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10587": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10588": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10589": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10590": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10591": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10592": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10593": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10594": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10595": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10596": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10597": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10598": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10599": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10600": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10601": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10602": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10603": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10604": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10605": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10606": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10607": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10608": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10609": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10610": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10611": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10612": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10613": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10614": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10626": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10627": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10628": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10629": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10630": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10631": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10632": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10633": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10638": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10639": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10641": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10642": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10643": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10655": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10656": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10657": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10658": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10659": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10660": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10661": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10682": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "RemoveOrderEditItemActionValidationStepInput" + }, + "10683": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "__type" + }, + "10684": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "__type.order" + }, + "10685": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "__type.orderChange" + }, + "10686": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "__type.input" + }, + "10687": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "removeOrderEditItemActionValidationStep" + }, + "10688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeOrderEditItemActionValidationStep" + }, + "10689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10698": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "removeItemOrderEditActionWorkflowId" + }, + "10699": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", + "qualifiedName": "removeItemOrderEditActionWorkflow" + }, + "10700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemOrderEditActionWorkflow" + }, + "10701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10704": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10705": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10706": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10714": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10715": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10716": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10717": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10718": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10719": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10720": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10721": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10722": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10723": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10724": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10725": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10726": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10727": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10728": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10729": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10730": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10731": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10732": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10733": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10734": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10735": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10736": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10737": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10738": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10739": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10740": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10753": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10757": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10758": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10759": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10760": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10761": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10763": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10764": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10765": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10766": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10767": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10768": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10769": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10770": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10786": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10787": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10788": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10809": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "RemoveOrderEditShippingMethodValidationStepInput" + }, + "10810": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "__type" + }, + "10811": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "10812": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "10813": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "removeOrderEditShippingMethodValidationStep" + }, + "10814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeOrderEditShippingMethodValidationStep" + }, + "10815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10824": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "removeOrderEditShippingMethodWorkflowId" + }, + "10825": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", + "qualifiedName": "removeOrderEditShippingMethodWorkflow" + }, + "10826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeOrderEditShippingMethodWorkflow" + }, + "10827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10830": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10831": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10832": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10840": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10841": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10842": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10843": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10844": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10845": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10846": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10847": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10848": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10849": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10850": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10851": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10852": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10853": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10854": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10855": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10856": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10857": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10858": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10859": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10860": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10861": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10862": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10863": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10864": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10865": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10866": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10867": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "10879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "10880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "10881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "10882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "10883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "10884": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "10885": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "10886": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "10887": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "10888": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "10889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "10890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "10891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "10892": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "10893": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "10894": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "10895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "10896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "10908": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "10909": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "10910": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "10911": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "10912": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "10913": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "10914": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "10915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10917": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "10922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "10927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "10928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "10935": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "RequestOrderEditRequestValidationStepInput" + }, + "10936": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type" + }, + "10937": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type.order" + }, + "10938": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type.orderChange" + }, + "10939": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "requestOrderEditRequestValidationStep" + }, + "10940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestOrderEditRequestValidationStep" + }, + "10941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "10942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "10945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "10946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "10948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "10949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "10950": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "OrderEditRequestWorkflowInput" + }, + "10951": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type" + }, + "10952": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type.order_id" + }, + "10953": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "__type.requested_by" + }, + "10954": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "requestOrderEditRequestWorkflowId" + }, + "10955": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", + "qualifiedName": "requestOrderEditRequestWorkflow" + }, + "10956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestOrderEditRequestWorkflow" + }, + "10957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "10958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "10959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "10960": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10961": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "10962": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "10963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "10964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "10967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "10969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "10970": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "10971": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "10972": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10973": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10974": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10975": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10976": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "10977": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10978": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10979": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "10980": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "10981": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "10982": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "10983": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "10984": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "10985": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "10986": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "10987": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "10988": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "10989": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "10990": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "10991": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "10992": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "10993": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "10994": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "10995": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "10996": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "10997": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11009": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11012": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11013": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11014": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11015": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11016": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11017": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11018": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11019": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11020": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11021": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "11022": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "11023": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "11024": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "11025": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "11026": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "11038": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11039": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11040": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "11041": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "11042": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "11043": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "11044": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "11045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11065": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "UpdateOrderEditAddItemValidationStepInput" + }, + "11066": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "__type" + }, + "11067": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "__type.order" + }, + "11068": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "__type.orderChange" + }, + "11069": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "__type.input" + }, + "11070": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "updateOrderEditAddItemValidationStep" + }, + "11071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditAddItemValidationStep" + }, + "11072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11081": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "updateOrderEditAddItemWorkflowId" + }, + "11082": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", + "qualifiedName": "updateOrderEditAddItemWorkflow" + }, + "11083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditAddItemWorkflow" + }, + "11084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11087": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11088": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11089": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11097": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "11098": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "11099": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11100": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11101": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11102": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11103": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "11104": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11105": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11106": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11107": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11108": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "11109": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11110": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11111": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11112": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11113": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "11114": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "11115": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "11116": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "11117": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "11118": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "11119": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "11120": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "11121": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "11122": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "11123": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "11124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "11149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "11150": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "11151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "11152": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "11153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "11165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "11168": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "11169": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "11170": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "11171": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "11172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11192": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "UpdateOrderEditItemQuantityValidationStepInput" + }, + "11193": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "__type" + }, + "11194": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "__type.order" + }, + "11195": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "__type.orderChange" + }, + "11196": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "__type.input" + }, + "11197": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "updateOrderEditItemQuantityValidationStep" + }, + "11198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditItemQuantityValidationStep" + }, + "11199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11208": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "updateOrderEditItemQuantityWorkflowId" + }, + "11209": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", + "qualifiedName": "updateOrderEditItemQuantityWorkflow" + }, + "11210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditItemQuantityWorkflow" + }, + "11211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11214": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11215": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11216": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11224": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "11225": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "11226": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11227": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11228": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11229": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11230": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "11231": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11232": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11233": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11234": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11235": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "11236": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11237": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11238": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11239": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11240": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "11241": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "11242": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "11243": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "11244": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "11245": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "11246": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "11247": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "11248": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "11249": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "11250": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "11251": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11263": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11264": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11265": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11266": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11267": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11268": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11269": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11270": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11271": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11272": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11273": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11274": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11275": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "11276": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "11277": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "11278": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "11279": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "11280": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "11292": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11293": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11294": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "11295": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "11296": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "11297": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "11298": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "11299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11319": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "UpdateOrderEditShippingMethodValidationStepInput" + }, + "11320": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "__type" + }, + "11321": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "11322": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "11323": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "updateOrderEditShippingMethodValidationStep" + }, + "11324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditShippingMethodValidationStep" + }, + "11325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11334": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "updateOrderEditShippingMethodWorkflowId" + }, + "11335": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", + "qualifiedName": "updateOrderEditShippingMethodWorkflow" + }, + "11336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderEditShippingMethodWorkflow" + }, + "11337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11340": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11341": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11342": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11350": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "11351": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "11352": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11353": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11354": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11355": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11356": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "11357": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11358": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11359": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11360": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11361": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "11362": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11363": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11364": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11365": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11366": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "11367": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "11368": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "11369": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "11370": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "11371": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "11372": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "11373": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "11374": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "11375": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "11376": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "11377": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11389": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11390": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11391": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11392": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11393": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11394": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11395": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11396": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11397": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11398": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11399": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11400": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11401": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "11402": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "11403": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "11404": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "11405": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "11406": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "11418": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11419": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11420": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "11421": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "11422": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "11423": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "11424": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "11425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11445": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "BeginReceiveReturnValidationStepInput" + }, + "11446": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "__type" + }, + "11447": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "11448": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "__type.order" + }, + "11449": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "beginReceiveReturnValidationStep" + }, + "11450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginReceiveReturnValidationStep" + }, + "11451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11460": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "beginReceiveReturnWorkflowId" + }, + "11461": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", + "qualifiedName": "beginReceiveReturnWorkflow" + }, + "11462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginReceiveReturnWorkflow" + }, + "11463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11466": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11467": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11468": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "11479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "11480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "11481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "11482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "11483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "11484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "11485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "11486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "11487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "11488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11489": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "11490": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "11491": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "11492": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "11493": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "11494": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "11495": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11496": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "11497": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "11498": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11499": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11500": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11521": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "BeginReturnOrderValidationStepInput" + }, + "11522": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "__type" + }, + "11523": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "__type.order" + }, + "11524": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "beginReturnOrderValidationStep" + }, + "11525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginReturnOrderValidationStep" + }, + "11526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11530": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11531": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11534": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11535": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "beginReturnOrderWorkflowId" + }, + "11536": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", + "qualifiedName": "beginReturnOrderWorkflow" + }, + "11537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "beginReturnOrderWorkflow" + }, + "11538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11541": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11542": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11543": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11551": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11552": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11553": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "change_type" + }, + "11554": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "11555": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_id" + }, + "11556": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "11557": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "11558": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "11559": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_order" + }, + "11560": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "11561": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "11562": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "actions" + }, + "11563": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11564": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_by" + }, + "11565": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "11566": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_by" + }, + "11567": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "confirmed_at" + }, + "11568": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_by" + }, + "11569": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_reason" + }, + "11570": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11571": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "declined_at" + }, + "11572": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_by" + }, + "11573": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11574": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11575": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11596": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "CancelReceiveReturnValidationStepInput" + }, + "11597": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type" + }, + "11598": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type.order" + }, + "11599": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type.orderChange" + }, + "11600": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "11601": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "cancelReceiveReturnValidationStep" + }, + "11602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelReceiveReturnValidationStep" + }, + "11603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11612": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "CancelReturnReceiveWorkflowInput" + }, + "11613": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type" + }, + "11614": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "__type.return_id" + }, + "11615": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "cancelReturnReceiveWorkflowId" + }, + "11616": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", + "qualifiedName": "cancelReturnReceiveWorkflow" + }, + "11617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelReturnReceiveWorkflow" + }, + "11618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11621": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11622": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11623": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "11656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "11657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "11658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "11659": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "CancelRequestReturnValidationStepInput" + }, + "11660": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type" + }, + "11661": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type.order" + }, + "11662": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type.orderChange" + }, + "11663": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "11664": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "cancelRequestReturnValidationStep" + }, + "11665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelRequestReturnValidationStep" + }, + "11666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11675": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "CancelRequestReturnWorkflowInput" + }, + "11676": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type" + }, + "11677": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "__type.return_id" + }, + "11678": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "cancelReturnRequestWorkflowId" + }, + "11679": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", + "qualifiedName": "cancelReturnRequestWorkflow" + }, + "11680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelReturnRequestWorkflow" + }, + "11681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11684": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11685": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11686": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "11719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "11720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "11721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "11722": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "CancelReturnValidateOrderInput" + }, + "11723": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "__type" + }, + "11724": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "11725": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "__type.input" + }, + "11726": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "cancelReturnValidateOrder" + }, + "11727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelReturnValidateOrder" + }, + "11728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11737": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "cancelReturnWorkflowId" + }, + "11738": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", + "qualifiedName": "cancelReturnWorkflow" + }, + "11739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelReturnWorkflow" + }, + "11740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11743": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11744": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11745": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11764": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11767": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "11778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "11779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "11780": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "11781": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "ConfirmReceiveReturnValidationStepInput" + }, + "11782": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type" + }, + "11783": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type.order" + }, + "11784": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type.orderReturn" + }, + "11785": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type.orderChange" + }, + "11786": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "confirmReceiveReturnValidationStep" + }, + "11787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmReceiveReturnValidationStep" + }, + "11788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11797": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "ConfirmReceiveReturnRequestWorkflowInput" + }, + "11798": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type" + }, + "11799": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type.return_id" + }, + "11800": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "__type.confirmed_by" + }, + "11801": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "confirmReturnReceiveWorkflowId" + }, + "11802": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", + "qualifiedName": "confirmReturnReceiveWorkflow" + }, + "11803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmReturnReceiveWorkflow" + }, + "11804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11807": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11808": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11809": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11817": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "11818": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "11819": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11820": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11821": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11822": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11823": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "11824": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11825": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11826": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11827": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11828": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "11829": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11830": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11831": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11832": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11833": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "11834": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "11835": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "11836": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "11837": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "11838": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "11839": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "11840": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "11841": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "11842": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "11843": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "11844": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11856": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11857": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11858": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11859": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11860": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11861": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11862": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11863": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11864": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11865": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11866": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11867": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11868": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "11869": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "11870": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "11871": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "11872": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "11873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "11885": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "11886": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "11887": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "11888": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "11889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "11890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "11891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "11892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "11899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "11904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "11905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "11912": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "ConfirmReturnRequestValidationStepInput" + }, + "11913": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type" + }, + "11914": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type.order" + }, + "11915": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type.orderReturn" + }, + "11916": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type.orderChange" + }, + "11917": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "confirmReturnRequestValidationStep" + }, + "11918": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmReturnRequestValidationStep" + }, + "11919": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "11920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "11923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "11924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "11926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "11927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "11928": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "ConfirmReturnRequestWorkflowInput" + }, + "11929": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type" + }, + "11930": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type.return_id" + }, + "11931": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "__type.confirmed_by" + }, + "11932": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "confirmReturnRequestWorkflowId" + }, + "11933": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", + "qualifiedName": "confirmReturnRequestWorkflow" + }, + "11934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "confirmReturnRequestWorkflow" + }, + "11935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "11936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "11937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "11938": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11939": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "11940": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "11941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "11942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "11945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "11947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "11948": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "11949": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "11950": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11951": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11952": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11953": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11954": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "11955": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11956": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11957": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "11958": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "11959": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "11960": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "11961": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "11962": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "11963": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "11964": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "11965": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "11966": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "11967": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "11968": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "11969": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "11970": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "11971": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "11972": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "11973": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "11974": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "11975": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "11987": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "11988": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "11989": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "11990": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "11991": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "11992": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "11993": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "11994": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "11995": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "11996": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "11997": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "11998": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "11999": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12000": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12001": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12002": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12003": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12004": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12016": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12017": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12018": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12019": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12020": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12021": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12022": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12024": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12043": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "CreateCompleteReturnValidationStepInput" + }, + "12044": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "__type" + }, + "12045": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "__type.order" + }, + "12046": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "__type.input" + }, + "12047": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "createCompleteReturnValidationStep" + }, + "12048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCompleteReturnValidationStep" + }, + "12049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12058": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "createAndCompleteReturnOrderWorkflowId" + }, + "12059": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", + "qualifiedName": "createAndCompleteReturnOrderWorkflow" + }, + "12060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createAndCompleteReturnOrderWorkflow" + }, + "12061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12064": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12065": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12066": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "12099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "12100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "12101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "12102": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "CreateReturnShippingMethodValidationStepInput" + }, + "12103": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type" + }, + "12104": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.order" + }, + "12105": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.orderReturn" + }, + "12106": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "12107": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "createReturnShippingMethodValidationStep" + }, + "12108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnShippingMethodValidationStep" + }, + "12109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12118": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "CreateReturnShippingMethodWorkflowInput" + }, + "12119": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type" + }, + "12120": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.return_id" + }, + "12121": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.claim_id" + }, + "12122": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.exchange_id" + }, + "12123": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.shipping_option_id" + }, + "12124": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "__type.custom_amount" + }, + "12125": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "createReturnShippingMethodWorkflowId" + }, + "12126": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", + "qualifiedName": "createReturnShippingMethodWorkflow" + }, + "12127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnShippingMethodWorkflow" + }, + "12128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12131": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12132": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12133": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12150": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12152": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12154": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12155": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12156": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12157": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12158": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12159": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12160": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12161": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12162": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12168": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12180": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12181": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12182": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12183": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12184": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12185": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12186": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12187": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12188": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12189": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12190": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12191": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12192": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12193": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12194": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12195": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12196": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12197": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12209": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12210": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12211": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12212": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12213": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12214": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12215": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12236": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "DismissItemReturnRequestValidationStepInput" + }, + "12237": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "__type" + }, + "12238": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "__type.order" + }, + "12239": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "__type.orderReturn" + }, + "12240": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "__type.orderChange" + }, + "12241": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "__type.items" + }, + "12242": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "dismissItemReturnRequestValidationStep" + }, + "12243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "dismissItemReturnRequestValidationStep" + }, + "12244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12253": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "DismissItemReturnRequestWorkflowInput" + }, + "12254": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "dismissItemReturnRequestWorkflowId" + }, + "12255": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", + "qualifiedName": "dismissItemReturnRequestWorkflow" + }, + "12256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "dismissItemReturnRequestWorkflow" + }, + "12257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12260": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12261": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12262": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12270": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12271": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12272": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12273": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12274": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12275": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12276": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12277": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12278": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12279": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12280": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12281": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12282": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12283": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12284": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12285": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12286": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12287": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12288": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12289": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12290": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12291": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12292": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12293": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12294": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12295": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12296": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12297": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12309": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12310": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12311": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12312": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12313": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12314": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12315": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12316": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12317": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12318": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12319": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12320": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12321": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12322": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12323": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12324": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12325": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12326": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12338": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12339": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12340": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12341": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12342": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12343": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12344": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12365": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "ReceiveCompleteReturnValidationStepInput" + }, + "12366": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "__type" + }, + "12367": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "12368": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "__type.input" + }, + "12369": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "receiveCompleteReturnValidationStep" + }, + "12370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "receiveCompleteReturnValidationStep" + }, + "12371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12380": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "receiveAndCompleteReturnOrderWorkflowId" + }, + "12381": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", + "qualifiedName": "receiveAndCompleteReturnOrderWorkflow" + }, + "12382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "receiveAndCompleteReturnOrderWorkflow" + }, + "12383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12386": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12387": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12388": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12389": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12390": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12396": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12397": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12398": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "refund_amount" + }, + "12399": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_refund_amount" + }, + "12400": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_id" + }, + "12401": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order" + }, + "12402": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12403": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange_id" + }, + "12404": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "exchange" + }, + "12405": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim_id" + }, + "12406": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "claim" + }, + "12407": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12408": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "location_id" + }, + "12409": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "no_notification" + }, + "12410": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_by" + }, + "12411": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12412": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12413": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12414": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12415": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12416": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "deleted_at" + }, + "12417": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12418": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "requested_at" + }, + "12419": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "received_at" + }, + "12420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12440": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "ReceiveItemReturnRequestValidationStepInput" + }, + "12441": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "__type" + }, + "12442": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "__type.order" + }, + "12443": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "__type.orderReturn" + }, + "12444": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "__type.orderChange" + }, + "12445": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "__type.items" + }, + "12446": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "receiveItemReturnRequestValidationStep" + }, + "12447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "receiveItemReturnRequestValidationStep" + }, + "12448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12457": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "receiveItemReturnRequestWorkflowId" + }, + "12458": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", + "qualifiedName": "receiveItemReturnRequestWorkflow" + }, + "12459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "receiveItemReturnRequestWorkflow" + }, + "12460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12463": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12464": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12465": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12473": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12474": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12475": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12489": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12490": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12491": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12492": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12493": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12494": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12495": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12496": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12497": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12498": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12499": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12500": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12512": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12513": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12514": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12515": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12516": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12518": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12519": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12520": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12521": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12522": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12523": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12524": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12525": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12526": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12527": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12528": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12529": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12541": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12542": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12543": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12544": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12545": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12546": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12547": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12568": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "RemoveItemReceiveReturnActionValidationStepInput" + }, + "12569": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "__type" + }, + "12570": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "__type.order" + }, + "12571": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "__type.orderReturn" + }, + "12572": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "__type.orderChange" + }, + "12573": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "__type.input" + }, + "12574": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "removeItemReceiveReturnActionValidationStep" + }, + "12575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemReceiveReturnActionValidationStep" + }, + "12576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12585": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "removeItemReceiveReturnActionWorkflowId" + }, + "12586": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", + "qualifiedName": "removeItemReceiveReturnActionWorkflow" + }, + "12587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemReceiveReturnActionWorkflow" + }, + "12588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12591": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12592": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12593": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12601": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12602": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12603": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12604": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12605": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12606": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12607": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12608": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12609": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12610": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12611": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12612": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12613": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12614": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12615": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12616": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12617": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12618": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12619": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12620": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12621": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12622": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12623": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12624": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12625": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12626": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12627": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12628": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12641": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12642": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12643": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12644": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12645": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12646": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12647": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12648": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12649": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12650": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12651": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12652": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12653": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12654": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12655": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12656": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12657": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12669": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12670": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12671": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12672": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12673": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12674": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12675": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12696": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "RemoveItemReturnActionValidationStepInput" + }, + "12697": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "__type" + }, + "12698": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "__type.order" + }, + "12699": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "__type.orderReturn" + }, + "12700": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "__type.orderChange" + }, + "12701": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "__type.input" + }, + "12702": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "removeReturnItemActionValidationStep" + }, + "12703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeReturnItemActionValidationStep" + }, + "12704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12713": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "removeItemReturnActionWorkflowId" + }, + "12714": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", + "qualifiedName": "removeItemReturnActionWorkflow" + }, + "12715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeItemReturnActionWorkflow" + }, + "12716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12719": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12720": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12721": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12729": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12730": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12731": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12732": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12733": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12734": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12735": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12736": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12737": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12738": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12739": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12740": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12742": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12743": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12744": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12745": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12746": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12747": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12748": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12749": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12750": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12751": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12752": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12753": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12768": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12769": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12770": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12771": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12772": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12773": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12774": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12775": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12776": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12777": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12778": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12779": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12780": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12781": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12797": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12798": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12799": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12800": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12801": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12802": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12803": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12824": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "RemoveReturnShippingMethodValidationStepInput" + }, + "12825": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "__type" + }, + "12826": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "12827": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "__type.orderReturn" + }, + "12828": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "12829": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "removeReturnShippingMethodValidationStep" + }, + "12830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeReturnShippingMethodValidationStep" + }, + "12831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12840": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "removeReturnShippingMethodWorkflowId" + }, + "12841": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", + "qualifiedName": "removeReturnShippingMethodWorkflow" + }, + "12842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeReturnShippingMethodWorkflow" + }, + "12843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12846": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12847": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12848": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12856": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12857": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12858": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12859": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12860": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12861": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12862": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12863": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12864": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12865": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12866": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12867": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12868": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12869": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12870": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12871": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "12872": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "12873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "12874": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "12875": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "12876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "12877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "12878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "12879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "12880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "12881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "12882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "12883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "12895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "12896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "12897": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "12898": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "12899": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "12900": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "12901": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "12902": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "12903": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "12904": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "12905": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "12906": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "12907": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "12908": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "12909": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "12910": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "12911": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "12912": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "12924": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "12925": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "12926": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "12927": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "12928": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "12929": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "12930": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "12931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "12938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "12943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "12944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "12951": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "RequestItemReturnValidationStepInput" + }, + "12952": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "__type" + }, + "12953": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "__type.order" + }, + "12954": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "12955": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "__type.orderChange" + }, + "12956": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "__type.items" + }, + "12957": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "requestItemReturnValidationStep" + }, + "12958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestItemReturnValidationStep" + }, + "12959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "12960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "12963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "12964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "12966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "12967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "12968": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "requestItemReturnWorkflowId" + }, + "12969": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", + "qualifiedName": "requestItemReturnWorkflow" + }, + "12970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestItemReturnWorkflow" + }, + "12971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "12972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "12973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "12974": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12975": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "12976": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "12977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "12978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "12981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "12983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "12984": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "12985": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "12986": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12987": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12988": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12989": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12990": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "12991": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12992": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12993": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "12994": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "12995": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "12996": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "12997": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "12998": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "12999": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13000": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13001": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13002": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13003": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13004": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13005": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13006": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13007": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13008": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13009": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13023": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13024": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13025": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13026": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13027": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13028": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13029": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13030": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13031": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13032": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13033": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13034": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13035": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13036": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13037": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13038": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13039": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13040": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13052": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13053": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13054": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13055": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13056": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13057": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13058": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13079": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "UpdateReceiveItemReturnRequestValidationStepInput" + }, + "13080": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "__type" + }, + "13081": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "__type.order" + }, + "13082": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "__type.orderReturn" + }, + "13083": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "__type.orderChange" + }, + "13084": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "__type.input" + }, + "13085": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "updateReceiveItemReturnRequestValidationStep" + }, + "13086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReceiveItemReturnRequestValidationStep" + }, + "13087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13096": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "updateReceiveItemReturnRequestWorkflowId" + }, + "13097": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", + "qualifiedName": "updateReceiveItemReturnRequestWorkflow" + }, + "13098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReceiveItemReturnRequestWorkflow" + }, + "13099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13102": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13103": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13104": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13112": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13113": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13114": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13115": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13116": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13117": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13118": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13119": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13120": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13121": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13122": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13123": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13125": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13152": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13154": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13155": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13156": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13157": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13158": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13159": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13160": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13161": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13162": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13168": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13180": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13181": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13182": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13183": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13184": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13185": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13186": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13207": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "UpdateRequestItemReturnValidationStepInput" + }, + "13208": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "__type" + }, + "13209": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "__type.order" + }, + "13210": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "13211": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "__type.orderChange" + }, + "13212": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "__type.input" + }, + "13213": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "updateRequestItemReturnValidationStep" + }, + "13214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateRequestItemReturnValidationStep" + }, + "13215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13224": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "updateRequestItemReturnWorkflowId" + }, + "13225": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", + "qualifiedName": "updateRequestItemReturnWorkflow" + }, + "13226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateRequestItemReturnWorkflow" + }, + "13227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13230": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13231": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13232": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13240": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13241": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13242": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13243": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13244": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13245": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13246": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13247": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13248": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13249": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13250": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13251": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13252": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13253": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13254": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13255": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13256": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13257": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13258": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13259": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13260": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13261": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13262": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13263": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13264": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13265": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13266": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13267": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13279": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13280": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13281": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13282": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13283": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13284": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13285": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13286": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13287": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13288": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13289": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13290": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13291": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13292": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13293": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13294": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13295": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13296": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13308": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13309": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13310": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13311": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13312": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13313": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13314": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13322": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13335": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "UpdateReturnValidationStepInput" + }, + "13336": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "__type" + }, + "13337": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "__type.orderChange" + }, + "13338": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "__type.orderReturn" + }, + "13339": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "updateReturnValidationStep" + }, + "13340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnValidationStep" + }, + "13341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13342": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13350": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "updateReturnWorkflowId" + }, + "13351": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", + "qualifiedName": "updateReturnWorkflow" + }, + "13352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnWorkflow" + }, + "13353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13356": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13357": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13358": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13366": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13367": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13368": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13369": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13370": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13371": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13372": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13373": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13374": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13375": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13376": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13377": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13378": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13379": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13380": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13381": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13382": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13383": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13384": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13385": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13386": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13387": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13388": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13389": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13390": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13391": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13392": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13393": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13405": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13406": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13407": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13408": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13409": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13410": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13411": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13412": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13413": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13414": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13415": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13416": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13417": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13418": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13419": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13420": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13421": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13422": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13434": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13435": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13436": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13437": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13438": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13439": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13440": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13444": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13445": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13446": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13451": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13452": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13453": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13461": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "UpdateReturnShippingMethodValidationStepInput" + }, + "13462": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "__type" + }, + "13463": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "__type.orderChange" + }, + "13464": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "__type.orderReturn" + }, + "13465": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "__type.input" + }, + "13466": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "updateReturnShippingMethodValidationStep" + }, + "13467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnShippingMethodValidationStep" + }, + "13468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13477": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "updateReturnShippingMethodWorkflowId" + }, + "13478": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", + "qualifiedName": "updateReturnShippingMethodWorkflow" + }, + "13479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnShippingMethodWorkflow" + }, + "13480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13483": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13484": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13485": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13493": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13494": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13495": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13496": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13497": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13498": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13499": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13500": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13501": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13502": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13503": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13504": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13505": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13506": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13507": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13508": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13509": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13510": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13511": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13512": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13513": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13514": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13515": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13516": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13518": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13519": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13520": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13532": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13533": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13534": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13535": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13536": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13537": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13538": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13539": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13540": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13541": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13542": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13543": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13544": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13545": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13546": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13547": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13548": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13549": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13561": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13562": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13563": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13564": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13565": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13566": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13567": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13588": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-change-actions.ts", + "qualifiedName": "updateOrderChangeActionsWorkflowId" + }, + "13589": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-change-actions.ts", + "qualifiedName": "updateOrderChangeActionsWorkflow" + }, + "13590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderChangeActionsWorkflow" + }, + "13591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13594": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13595": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13596": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13599": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13623": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-changes.ts", + "qualifiedName": "updateOrderChangesWorkflowId" + }, + "13624": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-changes.ts", + "qualifiedName": "updateOrderChangesWorkflow" + }, + "13625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderChangesWorkflow" + }, + "13626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13629": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13630": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13631": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13635": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13642": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13658": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "UpdateOrderTaxLinesWorkflowInput" + }, + "13659": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type" + }, + "13660": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.order_id" + }, + "13661": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.item_ids" + }, + "13662": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.shipping_method_ids" + }, + "13663": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.force_tax_calculation" + }, + "13664": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.is_return" + }, + "13665": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "__type.shipping_address" + }, + "13666": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "updateOrderTaxLinesWorkflowId" + }, + "13667": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", + "qualifiedName": "updateOrderTaxLinesWorkflow" + }, + "13668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderTaxLinesWorkflow" + }, + "13669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13672": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13673": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13674": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "13707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "13708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "13709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "13710": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "RequestOrderTransferValidationStepInput" + }, + "13711": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "__type" + }, + "13712": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "13713": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "__type.customer" + }, + "13714": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "requestOrderTransferValidationStep" + }, + "13715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestOrderTransferValidationStep" + }, + "13716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13725": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "requestOrderTransferWorkflowId" + }, + "13726": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", + "qualifiedName": "requestOrderTransferWorkflow" + }, + "13727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "requestOrderTransferWorkflow" + }, + "13728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13731": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13732": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13733": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13734": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13735": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13736": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13742": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13743": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13744": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13745": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13746": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13747": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13748": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13749": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13750": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13751": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13752": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13753": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13757": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13758": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13759": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13760": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13761": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13763": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13764": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13765": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13766": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13767": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13768": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13780": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13781": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13786": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13787": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13788": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13789": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13790": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13791": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13792": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13793": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13794": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13795": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13796": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13797": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13809": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13810": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13811": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13812": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13813": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13814": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13815": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13836": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "AcceptOrderTransferValidationStepInput" + }, + "13837": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type" + }, + "13838": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.token" + }, + "13839": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "13840": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.orderChange" + }, + "13841": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "acceptOrderTransferValidationStep" + }, + "13842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "acceptOrderTransferValidationStep" + }, + "13843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13844": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type" + }, + "13845": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.token" + }, + "13846": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "13847": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.orderChange" + }, + "13848": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type" + }, + "13849": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.token" + }, + "13850": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "13851": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "__type.orderChange" + }, + "13852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13860": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "acceptOrderTransferWorkflowId" + }, + "13861": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", + "qualifiedName": "acceptOrderTransferWorkflow" + }, + "13862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "acceptOrderTransferWorkflow" + }, + "13863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13866": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13867": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13868": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "13873": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13874": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "13875": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "13877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "13878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "13883": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13884": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13885": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "13886": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "13887": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "13888": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "13889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "13890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "13891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "13892": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "13893": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "13894": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "13895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "13896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "13897": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "13898": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "13899": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "13900": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "13901": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "13902": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "13903": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "13915": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "13916": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "13917": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "13918": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "13919": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "13920": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "13921": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "13922": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "13923": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "13924": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "13925": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "13926": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "13927": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "13928": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "13929": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "13930": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "13931": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "13932": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "13944": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "13945": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "13946": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "13947": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "13948": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "13949": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "13950": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "13951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "13958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "13963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "13964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "13971": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "CancelTransferOrderRequestValidationStep" + }, + "13972": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "__type" + }, + "13973": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "13974": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "__type.orderChange" + }, + "13975": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "__type.input" + }, + "13976": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "cancelTransferOrderRequestValidationStep" + }, + "13977": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelTransferOrderRequestValidationStep" + }, + "13978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "13979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "13982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "13983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "13985": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "13986": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "13987": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "cancelTransferOrderRequestWorkflowId" + }, + "13988": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", + "qualifiedName": "cancelOrderTransferRequestWorkflow" + }, + "13989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelOrderTransferRequestWorkflow" + }, + "13990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "13991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "13992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "13993": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13994": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "13995": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "13996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "13997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "13999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "14028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "14029": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "14030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "14031": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "DeclineTransferOrderRequestValidationStepInput" + }, + "14032": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "__type" + }, + "14033": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "__type.order" + }, + "14034": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "__type.orderChange" + }, + "14035": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "__type.input" + }, + "14036": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "declineTransferOrderRequestValidationStep" + }, + "14037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "declineTransferOrderRequestValidationStep" + }, + "14038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14047": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "declineTransferOrderRequestWorkflowId" + }, + "14048": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", + "qualifiedName": "declineOrderTransferRequestWorkflow" + }, + "14049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "declineOrderTransferRequestWorkflow" + }, + "14050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14053": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14054": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14055": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14067": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14068": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "14088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "14089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "14090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "14091": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "UpdateOrderValidationStepInput" + }, + "14092": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "__type" + }, + "14093": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "__type.order" + }, + "14094": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "__type.input" + }, + "14095": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "updateOrderValidationStep" + }, + "14096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderValidationStep" + }, + "14097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14106": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "updateOrderWorkflowId" + }, + "14107": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", + "qualifiedName": "updateOrderWorkflow" + }, + "14108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateOrderWorkflow" + }, + "14109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14112": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14113": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14114": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14122": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "order_change" + }, + "14123": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "items" + }, + "14124": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "14125": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "14126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "14127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "14128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_methods" + }, + "14129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "14130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "14131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "14132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.actions" + }, + "14133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "return_requested_total" + }, + "14134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "id" + }, + "14135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "created_at" + }, + "14136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "updated_at" + }, + "14137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "metadata" + }, + "14138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "email" + }, + "14139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_total" + }, + "14140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_subtotal" + }, + "14141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "14142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_total" + }, + "14143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_subtotal" + }, + "14144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "item_tax_total" + }, + "14145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "total" + }, + "14146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "subtotal" + }, + "14147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "tax_total" + }, + "14148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_total" + }, + "14149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "14161": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "status" + }, + "14162": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "region_id" + }, + "14163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "customer_id" + }, + "14164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "sales_channel_id" + }, + "14165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "currency_code" + }, + "14166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_address" + }, + "14167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "billing_address" + }, + "14168": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_total" + }, + "14169": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_subtotal" + }, + "14170": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_item_tax_total" + }, + "14171": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_total" + }, + "14172": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "gift_card_tax_total" + }, + "14173": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_total" + }, + "14174": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "14175": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "14176": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "14177": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "14178": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "14190": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "canceled_at" + }, + "14191": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "version" + }, + "14192": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "display_id" + }, + "14193": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "transactions" + }, + "14194": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "credit_lines" + }, + "14195": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "summary" + }, + "14196": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_subtotal" + }, + "14197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14217": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "CreateOrUpdateOrderPaymentCollectionInput" + }, + "14218": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "14219": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "14220": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "14221": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflowId" + }, + "14222": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflow" + }, + "14223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflow" + }, + "14224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14227": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14228": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14229": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14230": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "14231": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "14232": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "14233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14239": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "14240": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "14241": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "14242": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "14243": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "14244": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "14245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14257": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type" + }, + "14258": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.order_id" + }, + "14259": { + "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", + "qualifiedName": "__type.amount" + }, + "14260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14268": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "AuthorizePaymentSessionStepInput" + }, + "14269": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "__type" + }, + "14270": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "__type.id" + }, + "14271": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "__type.context" + }, + "14272": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "authorizePaymentSessionStepId" + }, + "14273": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", + "qualifiedName": "authorizePaymentSessionStep" + }, + "14274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "authorizePaymentSessionStep" + }, + "14275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14277": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14278": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14279": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_amount" + }, + "14280": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_amount" + }, + "14281": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_authorized_amount" + }, + "14282": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14283": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14284": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14285": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "14286": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "14287": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_at" + }, + "14288": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "canceled_at" + }, + "14289": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_amount" + }, + "14290": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_captured_amount" + }, + "14291": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunded_amount" + }, + "14292": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_refunded_amount" + }, + "14293": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captures" + }, + "14294": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunds" + }, + "14295": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14296": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14297": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_session" + }, + "14298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14306": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", + "qualifiedName": "CancelPaymentStepInput" + }, + "14307": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", + "qualifiedName": "__type" + }, + "14308": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", + "qualifiedName": "__type.paymentIds" + }, + "14309": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", + "qualifiedName": "cancelPaymentStepId" + }, + "14310": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", + "qualifiedName": "cancelPaymentStep" + }, + "14311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "cancelPaymentStep" + }, + "14312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14321": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "CapturePaymentStepInput" + }, + "14322": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "__type" + }, + "14323": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "__type.payment_id" + }, + "14324": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "__type.captured_by" + }, + "14325": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "__type.amount" + }, + "14326": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "capturePaymentStepId" + }, + "14327": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", + "qualifiedName": "capturePaymentStep" + }, + "14328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "capturePaymentStep" + }, + "14329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14331": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14332": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14333": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_amount" + }, + "14334": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_amount" + }, + "14335": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_authorized_amount" + }, + "14336": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14337": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14338": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14339": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "14340": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "14341": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_at" + }, + "14342": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "canceled_at" + }, + "14343": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_amount" + }, + "14344": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_captured_amount" + }, + "14345": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunded_amount" + }, + "14346": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_refunded_amount" + }, + "14347": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captures" + }, + "14348": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunds" + }, + "14349": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14350": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14351": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_session" + }, + "14352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14360": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "RefundPaymentStepInput" + }, + "14361": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "__type" + }, + "14362": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "__type.payment_id" + }, + "14363": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "__type.created_by" + }, + "14364": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "__type.amount" + }, + "14365": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "refundPaymentStepId" + }, + "14366": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", + "qualifiedName": "refundPaymentStep" + }, + "14367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refundPaymentStep" + }, + "14368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14370": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14371": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14372": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_amount" + }, + "14373": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_amount" + }, + "14374": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_authorized_amount" + }, + "14375": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14376": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14377": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14378": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "14379": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "14380": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_at" + }, + "14381": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "canceled_at" + }, + "14382": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_amount" + }, + "14383": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_captured_amount" + }, + "14384": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunded_amount" + }, + "14385": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_refunded_amount" + }, + "14386": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captures" + }, + "14387": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunds" + }, + "14388": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14389": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14390": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_session" + }, + "14391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14399": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "RefundPaymentsStepInput" + }, + "14400": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "__type" + }, + "14401": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "__type.payment_id" + }, + "14402": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "__type.amount" + }, + "14403": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "__type.created_by" + }, + "14404": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "refundPaymentsStepId" + }, + "14405": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", + "qualifiedName": "refundPaymentsStep" + }, + "14406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refundPaymentsStep" + }, + "14407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14416": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "CapturePaymentWorkflowInput" + }, + "14417": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "__type" + }, + "14418": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "__type.payment_id" + }, + "14419": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "__type.captured_by" + }, + "14420": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "__type.amount" + }, + "14421": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "capturePaymentWorkflowId" + }, + "14422": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", + "qualifiedName": "capturePaymentWorkflow" + }, + "14423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "capturePaymentWorkflow" + }, + "14424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14427": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14428": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14429": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14437": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14438": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14439": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_amount" + }, + "14440": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_amount" + }, + "14441": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_authorized_amount" + }, + "14442": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14443": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14444": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14445": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "14446": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "14447": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_at" + }, + "14448": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "canceled_at" + }, + "14449": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captured_amount" + }, + "14450": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_captured_amount" + }, + "14451": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunded_amount" + }, + "14452": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "raw_refunded_amount" + }, + "14453": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "captures" + }, + "14454": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "refunds" + }, + "14455": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14456": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14457": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_session" + }, + "14458": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14459": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14460": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14478": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/process-payment.ts", + "qualifiedName": "processPaymentWorkflowId" + }, + "14479": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/process-payment.ts", + "qualifiedName": "processPaymentWorkflow" + }, + "14480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "processPaymentWorkflow" + }, + "14481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14484": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14485": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14486": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14487": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14495": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "14519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "14520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "14521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "14522": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "ValidateRefundStepInput" + }, + "14523": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type" + }, + "14524": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.order" + }, + "14525": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.payment" + }, + "14526": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.amount" + }, + "14527": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "validateRefundStep" + }, + "14528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateRefundStep" + }, + "14529": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14530": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14531": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14534": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14535": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14536": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14538": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "RefundPaymentWorkflowInput" + }, + "14539": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type" + }, + "14540": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.payment_id" + }, + "14541": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.created_by" + }, + "14542": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "__type.amount" + }, + "14543": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "refundPaymentWorkflowId" + }, + "14544": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", + "qualifiedName": "refundPaymentWorkflow" + }, + "14545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refundPaymentWorkflow" + }, + "14546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14549": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14550": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14551": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14568": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14572": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "ValidatePaymentsRefundStepInput" + }, + "14573": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type" + }, + "14574": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type.payments" + }, + "14575": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type.input" + }, + "14576": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "validatePaymentsRefundStep" + }, + "14577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validatePaymentsRefundStep" + }, + "14578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14580": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14581": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14582": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14583": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14587": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "RefundPaymentsWorkflowInput" + }, + "14588": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type" + }, + "14589": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type.payment_id" + }, + "14590": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type.amount" + }, + "14591": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "__type.created_by" + }, + "14592": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "refundPaymentsWorkflowId" + }, + "14593": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", + "qualifiedName": "refundPaymentsWorkflow" + }, + "14594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "refundPaymentsWorkflow" + }, + "14595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14598": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14599": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14600": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14604": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14605": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14620": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14621": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14622": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14623": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14624": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14627": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput" + }, + "14628": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.payment_collection_id" + }, + "14629": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.provider_id" + }, + "14630": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.amount" + }, + "14631": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.currency_code" + }, + "14632": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.context" + }, + "14633": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionStepInput.data" + }, + "14634": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "createPaymentSessionStepId" + }, + "14635": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", + "qualifiedName": "createPaymentSessionStep" + }, + "14636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPaymentSessionStep" + }, + "14637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14639": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14640": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14641": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14642": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14643": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14644": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "context" + }, + "14645": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "status" + }, + "14646": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_at" + }, + "14647": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14648": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14649": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment" + }, + "14650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14658": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", + "qualifiedName": "CreateRefundReasonStepInput" + }, + "14659": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", + "qualifiedName": "createRefundReasonStepId" + }, + "14660": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", + "qualifiedName": "createRefundReasonStep" + }, + "14661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createRefundReasonStep" + }, + "14662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14671": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", + "qualifiedName": "DeletePaymentSessionStepInput" + }, + "14672": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", + "qualifiedName": "DeletePaymentSessionStepInput.ids" + }, + "14673": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", + "qualifiedName": "deletePaymentSessionsStepId" + }, + "14674": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", + "qualifiedName": "deletePaymentSessionsStep" + }, + "14675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePaymentSessionsStep" + }, + "14676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14685": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", + "qualifiedName": "DeleteRefundReasonsStepInput" + }, + "14686": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", + "qualifiedName": "deleteRefundReasonsStepId" + }, + "14687": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", + "qualifiedName": "deleteRefundReasonsStep" + }, + "14688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteRefundReasonsStep" + }, + "14689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14692": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", + "qualifiedName": "UpdatePaymentCollectionStepInput" + }, + "14693": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", + "qualifiedName": "UpdatePaymentCollectionStepInput.selector" + }, + "14694": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", + "qualifiedName": "UpdatePaymentCollectionStepInput.update" + }, + "14695": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", + "qualifiedName": "updatePaymentCollectionStepId" + }, + "14696": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", + "qualifiedName": "updatePaymentCollectionStep" + }, + "14697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePaymentCollectionStep" + }, + "14698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14707": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", + "qualifiedName": "UpdateRefundReasonStepInput" + }, + "14708": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", + "qualifiedName": "updateRefundReasonStepId" + }, + "14709": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", + "qualifiedName": "updateRefundReasonsStep" + }, + "14710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateRefundReasonsStep" + }, + "14711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14720": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", + "qualifiedName": "ValidateDeletedPaymentSessionsStepInput" + }, + "14721": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", + "qualifiedName": "ValidateDeletedPaymentSessionsStepInput.idsToDelete" + }, + "14722": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", + "qualifiedName": "ValidateDeletedPaymentSessionsStepInput.idsDeleted" + }, + "14723": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", + "qualifiedName": "validateDeletedPaymentSessionsStepId" + }, + "14724": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", + "qualifiedName": "validateDeletedPaymentSessionsStep" + }, + "14725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateDeletedPaymentSessionsStep" + }, + "14726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14729": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-account-holder.ts", + "qualifiedName": "createPaymentAccountHolderStepId" + }, + "14730": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-account-holder.ts", + "qualifiedName": "createPaymentAccountHolderStep" + }, + "14731": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPaymentAccountHolderStep" + }, + "14732": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14733": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14734": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14735": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14736": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "external_id" + }, + "14737": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "email" + }, + "14738": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14739": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "created_at" + }, + "14740": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "updated_at" + }, + "14741": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "metadata" + }, + "14742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14745": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14747": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14748": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14749": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14750": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput" + }, + "14751": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput.payment_collection_id" + }, + "14752": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput.provider_id" + }, + "14753": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput.customer_id" + }, + "14754": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput.data" + }, + "14755": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "CreatePaymentSessionsWorkflowInput.context" + }, + "14756": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "createPaymentSessionsWorkflowId" + }, + "14757": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", + "qualifiedName": "createPaymentSessionsWorkflow" + }, + "14758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPaymentSessionsWorkflow" + }, + "14759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14760": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14761": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14762": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14763": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14764": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14767": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14772": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "id" + }, + "14773": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "amount" + }, + "14774": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "currency_code" + }, + "14775": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "provider_id" + }, + "14776": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "data" + }, + "14777": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "context" + }, + "14778": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "status" + }, + "14779": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "authorized_at" + }, + "14780": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection_id" + }, + "14781": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment_collection" + }, + "14782": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "payment" + }, + "14783": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14803": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", + "qualifiedName": "CreateRefundReasonsWorkflowInput" + }, + "14804": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", + "qualifiedName": "__type" + }, + "14805": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", + "qualifiedName": "__type.data" + }, + "14806": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", + "qualifiedName": "createRefundReasonsWorkflowId" + }, + "14807": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", + "qualifiedName": "createRefundReasonsWorkflow" + }, + "14808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createRefundReasonsWorkflow" + }, + "14809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14812": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14813": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14814": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14841": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", + "qualifiedName": "DeletePaymentSessionsWorkflowInput" + }, + "14842": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", + "qualifiedName": "DeletePaymentSessionsWorkflowInput.ids" + }, + "14843": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", + "qualifiedName": "deletePaymentSessionsWorkflowId" + }, + "14844": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", + "qualifiedName": "deletePaymentSessionsWorkflow" + }, + "14845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePaymentSessionsWorkflow" + }, + "14846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14849": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14850": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14851": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14869": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14870": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14871": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14872": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14873": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14874": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14875": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14876": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14877": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14878": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", + "qualifiedName": "UpdateRefundReasonsWorkflowInput" + }, + "14879": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", + "qualifiedName": "UpdateRefundReasonsWorkflowOutput" + }, + "14880": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", + "qualifiedName": "updateRefundReasonsWorkflowId" + }, + "14881": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", + "qualifiedName": "updateRefundReasonsWorkflow" + }, + "14882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateRefundReasonsWorkflow" + }, + "14883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14886": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14887": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14888": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14898": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14908": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14909": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14910": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14911": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14912": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14913": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14915": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", + "qualifiedName": "DeleteRefundReasonsWorkflowInput" + }, + "14916": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", + "qualifiedName": "__type" + }, + "14917": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", + "qualifiedName": "__type.ids" + }, + "14918": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", + "qualifiedName": "deleteRefundReasonsWorkflowId" + }, + "14919": { + "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", + "qualifiedName": "deleteRefundReasonsWorkflow" + }, + "14920": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteRefundReasonsWorkflow" + }, + "14921": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "14924": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "14925": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "14926": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "14927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "14928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "14931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "14933": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14934": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "14940": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14941": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "14943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "14944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "14945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "14946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "14953": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts", + "qualifiedName": "createPriceListPricesStepId" + }, + "14954": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts", + "qualifiedName": "createPriceListPricesStep" + }, + "14955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPriceListPricesStep" + }, + "14956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14965": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-lists.ts", + "qualifiedName": "createPriceListsStepId" + }, + "14966": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-lists.ts", + "qualifiedName": "createPriceListsStep" + }, + "14967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPriceListsStep" + }, + "14968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14969": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14970": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "14975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14977": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", + "qualifiedName": "DeletePriceListsStepInput" + }, + "14978": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", + "qualifiedName": "deletePriceListsStepId" + }, + "14979": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", + "qualifiedName": "deletePriceListsStep" + }, + "14980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePriceListsStep" + }, + "14981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "14983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "14984": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "GetExistingPriceListsPriceIdsStepInput" + }, + "14985": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "__type" + }, + "14986": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "__type.price_list_ids" + }, + "14987": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "GetExistingPriceListsPriceIdsStepOutput" + }, + "14988": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "getExistingPriceListsPriceIdsStepId" + }, + "14989": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", + "qualifiedName": "getExistingPriceListsPriceIdsStep" + }, + "14990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getExistingPriceListsPriceIdsStep" + }, + "14991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "14992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "14996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "14998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "14999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15001": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15002": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15003": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", + "qualifiedName": "RemovePriceListPricesStepInput" + }, + "15004": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", + "qualifiedName": "removePriceListPricesStepId" + }, + "15005": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", + "qualifiedName": "removePriceListPricesStep" + }, + "15006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removePriceListPricesStep" + }, + "15007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15016": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts", + "qualifiedName": "updatePriceListPricesStepId" + }, + "15017": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts", + "qualifiedName": "updatePriceListPricesStep" + }, + "15018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePriceListPricesStep" + }, + "15019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15024": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15028": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", + "qualifiedName": "UpdatePriceListsStepInput" + }, + "15029": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", + "qualifiedName": "updatePriceListsStepId" + }, + "15030": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", + "qualifiedName": "updatePriceListsStep" + }, + "15031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePriceListsStep" + }, + "15032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15041": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", + "qualifiedName": "ValidatePriceListsStepInput" + }, + "15042": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", + "qualifiedName": "validatePriceListsStepId" + }, + "15043": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", + "qualifiedName": "validatePriceListsStep" + }, + "15044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validatePriceListsStep" + }, + "15045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15057": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "ValidateVariantPriceLinksStepInput" + }, + "15058": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "__type" + }, + "15059": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "__type.prices" + }, + "15060": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "__type" + }, + "15061": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "__type.variant_id" + }, + "15062": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "validateVariantPriceLinksStepId" + }, + "15063": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", + "qualifiedName": "validateVariantPriceLinksStep" + }, + "15064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateVariantPriceLinksStep" + }, + "15065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15073": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15074": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15077": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", + "qualifiedName": "BatchPriceListPricesWorkflowInput" + }, + "15078": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", + "qualifiedName": "__type" + }, + "15079": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", + "qualifiedName": "__type.data" + }, + "15080": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", + "qualifiedName": "batchPriceListPricesWorkflowId" + }, + "15081": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", + "qualifiedName": "batchPriceListPricesWorkflow" + }, + "15082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchPriceListPricesWorkflow" + }, + "15083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15086": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15087": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15088": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15096": { + "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", + "qualifiedName": "created" + }, + "15097": { + "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", + "qualifiedName": "updated" + }, + "15098": { + "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", + "qualifiedName": "deleted" + }, + "15099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15103": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15104": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15119": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "CreatePriceListPricesWorkflowInput" + }, + "15120": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "__type" + }, + "15121": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "__type.data" + }, + "15122": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "CreatePriceListPricesWorkflowOutput" + }, + "15123": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "createPriceListPricesWorkflowId" + }, + "15124": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", + "qualifiedName": "createPriceListPricesWorkflow" + }, + "15125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPriceListPricesWorkflow" + }, + "15126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15129": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15130": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15131": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15147": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15157": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15158": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "CreatePriceListsWorkflowInput" + }, + "15159": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "__type" + }, + "15160": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15161": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "CreatePriceListsWorkflowOutput" + }, + "15162": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "createPriceListsWorkflowId" + }, + "15163": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", + "qualifiedName": "createPriceListsWorkflow" + }, + "15164": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPriceListsWorkflow" + }, + "15165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15166": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15167": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15168": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15169": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15170": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15175": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15176": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15197": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", + "qualifiedName": "DeletePriceListsWorkflowInput" + }, + "15198": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", + "qualifiedName": "__type" + }, + "15199": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", + "qualifiedName": "__type.ids" + }, + "15200": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", + "qualifiedName": "deletePriceListsWorkflowId" + }, + "15201": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", + "qualifiedName": "deletePriceListsWorkflow" + }, + "15202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePriceListsWorkflow" + }, + "15203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15205": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15206": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15207": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15208": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15211": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15212": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15219": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "15241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "15242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "15243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "15244": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", + "qualifiedName": "RemovePriceListPricesWorkflowInput" + }, + "15245": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", + "qualifiedName": "__type" + }, + "15246": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", + "qualifiedName": "__type.ids" + }, + "15247": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", + "qualifiedName": "removePriceListPricesWorkflowId" + }, + "15248": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", + "qualifiedName": "removePriceListPricesWorkflow" + }, + "15249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removePriceListPricesWorkflow" + }, + "15250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15253": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15254": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15255": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15260": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15276": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15277": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15278": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15279": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15280": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15282": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", + "qualifiedName": "UpdatePriceListPricesWorkflowInput" + }, + "15283": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", + "qualifiedName": "__type" + }, + "15284": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", + "qualifiedName": "__type.data" + }, + "15285": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", + "qualifiedName": "updatePriceListPricesWorkflowId" + }, + "15286": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", + "qualifiedName": "updatePriceListPricesWorkflow" + }, + "15287": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePriceListPricesWorkflow" + }, + "15288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15291": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15292": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15293": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15315": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15320": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "UpdatePriceListsWorkflowInput" + }, + "15321": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type" + }, + "15322": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15323": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "updatePriceListsWorkflowId" + }, + "15324": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "updatePriceListsWorkflow" + }, + "15325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePriceListsWorkflow" + }, + "15326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15329": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15330": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15331": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15332": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type" + }, + "15333": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15334": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15335": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15336": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15340": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type" + }, + "15341": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15342": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type" + }, + "15343": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15349": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15350": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15351": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15352": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15353": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15354": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15356": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type" + }, + "15357": { + "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", + "qualifiedName": "__type.price_lists_data" + }, + "15358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15359": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15360": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15361": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "15372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "15373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "15374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "15375": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", + "qualifiedName": "CreatePriceSetWorkflowInput" + }, + "15376": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", + "qualifiedName": "createPriceSetsStepId" + }, + "15377": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", + "qualifiedName": "createPriceSetsStep" + }, + "15378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPriceSetsStep" + }, + "15379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15383": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15384": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15385": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15386": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15387": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15388": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "UpdatePriceSetsStepInput" + }, + "15389": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "__type" + }, + "15390": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "__type.selector" + }, + "15391": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "__type.update" + }, + "15392": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "__type" + }, + "15393": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "__type.price_sets" + }, + "15394": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "updatePriceSetsStepId" + }, + "15395": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", + "qualifiedName": "updatePriceSetsStep" + }, + "15396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePriceSetsStep" + }, + "15397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15406": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", + "qualifiedName": "CreatePricePreferencesStepInput" + }, + "15407": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", + "qualifiedName": "createPricePreferencesStepId" + }, + "15408": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", + "qualifiedName": "createPricePreferencesStep" + }, + "15409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPricePreferencesStep" + }, + "15410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15415": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15416": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15417": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15418": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15419": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences.ts", + "qualifiedName": "updatePricePreferencesStepId" + }, + "15420": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences.ts", + "qualifiedName": "updatePricePreferencesStep" + }, + "15421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePricePreferencesStep" + }, + "15422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15424": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15426": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15431": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", + "qualifiedName": "UpdatePricePreferencesAsArrayStepInput" + }, + "15432": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", + "qualifiedName": "updatePricePreferencesAsArrayStepId" + }, + "15433": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", + "qualifiedName": "updatePricePreferencesAsArrayStep" + }, + "15434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePricePreferencesAsArrayStep" + }, + "15435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15444": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", + "qualifiedName": "DeletePricePreferencesStepInput" + }, + "15445": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", + "qualifiedName": "deletePricePreferencesStepId" + }, + "15446": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", + "qualifiedName": "deletePricePreferencesStep" + }, + "15447": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePricePreferencesStep" + }, + "15448": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15449": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15450": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15451": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", + "qualifiedName": "CreatePricePreferencesWorkflowInput" + }, + "15452": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", + "qualifiedName": "createPricePreferencesWorkflowId" + }, + "15453": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", + "qualifiedName": "createPricePreferencesWorkflow" + }, + "15454": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createPricePreferencesWorkflow" + }, + "15455": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15456": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15457": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15458": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15459": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15460": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15486": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15487": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts", + "qualifiedName": "updatePricePreferencesWorkflowId" + }, + "15488": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts", + "qualifiedName": "updatePricePreferencesWorkflow" + }, + "15489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePricePreferencesWorkflow" + }, + "15490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15493": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15494": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15495": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15513": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15514": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15515": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15517": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15518": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15519": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15520": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15521": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15522": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", + "qualifiedName": "DeletePricePreferencesWorkflowInput" + }, + "15523": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", + "qualifiedName": "deletePricePreferencesWorkflowId" + }, + "15524": { + "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", + "qualifiedName": "deletePricePreferencesWorkflow" + }, + "15525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePricePreferencesWorkflow" + }, + "15526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15527": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15528": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15529": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15530": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15531": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15532": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15533": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15534": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15535": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15536": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15537": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15538": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15539": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15544": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15545": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15546": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15547": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15548": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15549": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15550": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "15564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "15565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "15566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "15567": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-products.ts", + "qualifiedName": "createProductsStepId" + }, + "15568": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-products.ts", + "qualifiedName": "createProductsStep" + }, + "15569": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductsStep" + }, + "15570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15574": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15575": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15576": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15579": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "UpdateProductsStepInput" + }, + "15580": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "__type" + }, + "15581": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "__type.selector" + }, + "15582": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "__type.update" + }, + "15583": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "__type" + }, + "15584": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "__type.products" + }, + "15585": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "updateProductsStepId" + }, + "15586": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", + "qualifiedName": "updateProductsStep" + }, + "15587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductsStep" + }, + "15588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15597": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", + "qualifiedName": "DeleteProductsStepInput" + }, + "15598": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", + "qualifiedName": "deleteProductsStepId" + }, + "15599": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", + "qualifiedName": "deleteProductsStep" + }, + "15600": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductsStep" + }, + "15601": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15602": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15603": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15604": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", + "qualifiedName": "GetProductsStepInput" + }, + "15605": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", + "qualifiedName": "__type" + }, + "15606": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", + "qualifiedName": "__type.ids" + }, + "15607": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", + "qualifiedName": "getProductsStepId" + }, + "15608": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", + "qualifiedName": "getProductsStep" + }, + "15609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getProductsStep" + }, + "15610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15613": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15614": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15615": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15619": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "GetAllProductsStepInput" + }, + "15620": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "__type" + }, + "15621": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "__type.select" + }, + "15622": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "__type.filter" + }, + "15623": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "getAllProductsStepId" + }, + "15624": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", + "qualifiedName": "getAllProductsStep" + }, + "15625": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getAllProductsStep" + }, + "15626": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15627": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15628": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15630": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15631": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15632": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15633": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15634": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15635": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "CreateVariantPricingLinkStepInput" + }, + "15636": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "__type" + }, + "15637": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "__type.links" + }, + "15638": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "__type" + }, + "15639": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "__type.variant_id" + }, + "15640": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "__type.price_set_id" + }, + "15641": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "createVariantPricingLinkStepId" + }, + "15642": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", + "qualifiedName": "createVariantPricingLinkStep" + }, + "15643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createVariantPricingLinkStep" + }, + "15644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15647": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-options.ts", + "qualifiedName": "createProductOptionsStepId" + }, + "15648": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-options.ts", + "qualifiedName": "createProductOptionsStep" + }, + "15649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductOptionsStep" + }, + "15650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15651": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15653": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15659": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "UpdateProductOptionsStepInput" + }, + "15660": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "__type" + }, + "15661": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "__type.selector" + }, + "15662": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "__type.update" + }, + "15663": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "updateProductOptionsStepId" + }, + "15664": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", + "qualifiedName": "updateProductOptionsStep" + }, + "15665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductOptionsStep" + }, + "15666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15675": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", + "qualifiedName": "DeleteProductOptionsStepInput" + }, + "15676": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", + "qualifiedName": "deleteProductOptionsStepId" + }, + "15677": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", + "qualifiedName": "deleteProductOptionsStep" + }, + "15678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductOptionsStep" + }, + "15679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15682": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-variants.ts", + "qualifiedName": "createProductVariantsStepId" + }, + "15683": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-variants.ts", + "qualifiedName": "createProductVariantsStep" + }, + "15684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductVariantsStep" + }, + "15685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15692": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15694": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "UpdateProductVariantsStepInput" + }, + "15695": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "__type" + }, + "15696": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "__type.selector" + }, + "15697": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "__type.update" + }, + "15698": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "__type" + }, + "15699": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "__type.product_variants" + }, + "15700": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "updateProductVariantsStepId" + }, + "15701": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", + "qualifiedName": "updateProductVariantsStep" + }, + "15702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductVariantsStep" + }, + "15703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15704": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15705": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15712": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", + "qualifiedName": "DeleteProductVariantsStepInput" + }, + "15713": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", + "qualifiedName": "deleteProductVariantsStepId" + }, + "15714": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", + "qualifiedName": "deleteProductVariantsStep" + }, + "15715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductVariantsStep" + }, + "15716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15719": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-collections.ts", + "qualifiedName": "createCollectionsStepId" + }, + "15720": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-collections.ts", + "qualifiedName": "createCollectionsStep" + }, + "15721": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCollectionsStep" + }, + "15722": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15730": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15731": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "UpdateCollectionsStepInput" + }, + "15732": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "__type" + }, + "15733": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "__type.selector" + }, + "15734": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "__type.update" + }, + "15735": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "updateCollectionsStepId" + }, + "15736": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", + "qualifiedName": "updateCollectionsStep" + }, + "15737": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCollectionsStep" + }, + "15738": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15739": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15740": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15741": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15742": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15743": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15744": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15745": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15746": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15747": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", + "qualifiedName": "DeleteCollectionsStepInput" + }, + "15748": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", + "qualifiedName": "deleteCollectionsStepId" + }, + "15749": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", + "qualifiedName": "deleteCollectionsStep" + }, + "15750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCollectionsStep" + }, + "15751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15754": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-collection.ts", + "qualifiedName": "batchLinkProductsToCollectionStepId" + }, + "15755": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-collection.ts", + "qualifiedName": "batchLinkProductsToCollectionStep" + }, + "15756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchLinkProductsToCollectionStep" + }, + "15757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15760": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts", + "qualifiedName": "batchLinkProductsToCategoryStepId" + }, + "15761": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts", + "qualifiedName": "batchLinkProductsToCategoryStep" + }, + "15762": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchLinkProductsToCategoryStep" + }, + "15763": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15764": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15765": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15766": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-types.ts", + "qualifiedName": "createProductTypesStepId" + }, + "15767": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-types.ts", + "qualifiedName": "createProductTypesStep" + }, + "15768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductTypesStep" + }, + "15769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15778": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "UpdateProductTypesStepInput" + }, + "15779": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "__type" + }, + "15780": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "__type.selector" + }, + "15781": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "__type.update" + }, + "15782": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "updateProductTypesStepId" + }, + "15783": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", + "qualifiedName": "updateProductTypesStep" + }, + "15784": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductTypesStep" + }, + "15785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15794": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", + "qualifiedName": "DeleteProductTypesStepInput" + }, + "15795": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", + "qualifiedName": "deleteProductTypesStepId" + }, + "15796": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", + "qualifiedName": "deleteProductTypesStep" + }, + "15797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductTypesStep" + }, + "15798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15801": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-tags.ts", + "qualifiedName": "createProductTagsStepId" + }, + "15802": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-tags.ts", + "qualifiedName": "createProductTagsStep" + }, + "15803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductTagsStep" + }, + "15804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15813": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "UpdateProductTagsStepInput" + }, + "15814": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "__type" + }, + "15815": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "__type.selector" + }, + "15816": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "__type.update" + }, + "15817": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "updateProductTagsStepId" + }, + "15818": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", + "qualifiedName": "updateProductTagsStep" + }, + "15819": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductTagsStep" + }, + "15820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15829": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", + "qualifiedName": "DeleteProductTagsStepInput" + }, + "15830": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", + "qualifiedName": "deleteProductTagsStepId" + }, + "15831": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", + "qualifiedName": "deleteProductTagsStep" + }, + "15832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductTagsStep" + }, + "15833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15836": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "GenerateProductCsvStepInput" + }, + "15837": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "GenerateProductCsvStepOutput" + }, + "15838": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "__type" + }, + "15839": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "__type.id" + }, + "15840": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "__type.filename" + }, + "15841": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "generateProductCsvStepId" + }, + "15842": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "generateProductCsvStep" + }, + "15843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "generateProductCsvStep" + }, + "15844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15846": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "id" + }, + "15847": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", + "qualifiedName": "filename" + }, + "15848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15856": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", + "qualifiedName": "ParseProductCsvStepInput" + }, + "15857": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", + "qualifiedName": "parseProductCsvStepId" + }, + "15858": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", + "qualifiedName": "parseProductCsvStep" + }, + "15859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "parseProductCsvStep" + }, + "15860": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15861": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15862": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15863": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15864": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15865": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15866": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15867": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15868": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15869": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "GroupProductsForBatchStepInput" + }, + "15870": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type" + }, + "15871": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.id" + }, + "15872": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "GroupProductsForBatchStepOutput" + }, + "15873": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type" + }, + "15874": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.create" + }, + "15875": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.update" + }, + "15876": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type" + }, + "15877": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.id" + }, + "15878": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "groupProductsForBatchStepId" + }, + "15879": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "groupProductsForBatchStep" + }, + "15880": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "groupProductsForBatchStep" + }, + "15881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15883": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "create" + }, + "15884": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "update" + }, + "15885": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type" + }, + "15886": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.id" + }, + "15887": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type" + }, + "15888": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", + "qualifiedName": "__type.id" + }, + "15889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15896": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15897": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts", + "qualifiedName": "waitConfirmationProductImportStepId" + }, + "15898": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts", + "qualifiedName": "waitConfirmationProductImportStep" + }, + "15899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "waitConfirmationProductImportStep" + }, + "15900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15905": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15906": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15907": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15908": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "GetVariantAvailabilityStepInput" + }, + "15909": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "__type" + }, + "15910": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "__type.variant_ids" + }, + "15911": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "__type.sales_channel_id" + }, + "15912": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "getVariantAvailabilityId" + }, + "15913": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", + "qualifiedName": "getVariantAvailabilityStep" + }, + "15914": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "getVariantAvailabilityStep" + }, + "15915": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "15916": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15919": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type" + }, + "15920": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type.availability" + }, + "15921": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type.sales_channel_id" + }, + "15922": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type" + }, + "15923": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type.availability" + }, + "15924": { + "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", + "qualifiedName": "__type.sales_channel_id" + }, + "15925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15928": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15929": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15930": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15931": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "15932": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "15933": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts", + "qualifiedName": "batchLinkProductsToCollectionWorkflowId" + }, + "15934": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts", + "qualifiedName": "batchLinkProductsToCollectionWorkflow" + }, + "15935": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchLinkProductsToCollectionWorkflow" + }, + "15936": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15937": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15939": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15940": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15941": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15942": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15943": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15944": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15945": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15946": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15947": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "15948": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15949": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15950": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15951": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15952": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15953": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "15954": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "15955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15957": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15958": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15959": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "15960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "15961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "15964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15965": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15966": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "15967": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "15968": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15971": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15972": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15973": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "15974": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "15975": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "15976": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "15977": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", + "qualifiedName": "BatchProductVariantsWorkflowInput" + }, + "15978": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "15979": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "15980": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "15981": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", + "qualifiedName": "BatchProductVariantsWorkflowOutput" + }, + "15982": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.created" + }, + "15983": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.updated" + }, + "15984": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "15985": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", + "qualifiedName": "batchProductVariantsWorkflowId" + }, + "15986": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", + "qualifiedName": "batchProductVariantsWorkflow" + }, + "15987": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchProductVariantsWorkflow" + }, + "15988": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "15989": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "15990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "15991": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "15992": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "15993": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "15994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "15995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "15998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "15999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16000": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16001": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "created" + }, + "16002": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "updated" + }, + "16003": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "deleted" + }, + "16004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16010": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16011": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16012": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16013": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16014": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16019": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16020": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16021": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16024": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", + "qualifiedName": "BatchProductWorkflowInput" + }, + "16025": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "16026": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "16027": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "16028": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", + "qualifiedName": "batchProductsWorkflowId" + }, + "16029": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", + "qualifiedName": "batchProductsWorkflow" + }, + "16030": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchProductsWorkflow" + }, + "16031": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16034": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16035": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16036": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16044": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "created" + }, + "16045": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "updated" + }, + "16046": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "deleted" + }, + "16047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16052": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16053": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16054": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16055": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16060": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16061": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16062": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16064": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16065": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16066": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16067": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products-in-category.ts", + "qualifiedName": "batchLinkProductsToCategoryWorkflowId" + }, + "16068": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products-in-category.ts", + "qualifiedName": "batchLinkProductsToCategoryWorkflow" + }, + "16069": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchLinkProductsToCategoryWorkflow" + }, + "16070": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16071": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16072": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16073": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16074": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16075": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16076": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16077": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16078": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16079": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16080": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16081": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16084": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16085": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16086": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16087": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16089": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16090": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16091": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16092": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16094": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16095": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16096": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16097": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16098": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16099": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16100": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16101": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16102": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16105": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16106": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16107": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16108": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16109": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16111": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "CreateCollectionsWorkflowInput" + }, + "16112": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "__type" + }, + "16113": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "__type.collections" + }, + "16114": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "createCollectionsWorkflowId" + }, + "16115": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "createCollectionsWorkflow" + }, + "16116": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCollectionsWorkflow" + }, + "16117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16120": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16121": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16122": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16124": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16126": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16127": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16128": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16129": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16130": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16135": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16136": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16137": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16139": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16146": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16147": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16150": { + "sourceFileName": "", + "qualifiedName": "collectionsCreated" + }, + "16151": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16152": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16153": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16154": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16156": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "__object" + }, + "16157": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "__object.collections" + }, + "16158": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16159": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16160": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16161": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16162": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16163": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16164": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", + "qualifiedName": "__object.additional_data" + }, + "16165": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16166": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "CreateProductOptionsWorkflowInput" + }, + "16167": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "__type" + }, + "16168": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "__type.product_options" + }, + "16169": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "createProductOptionsWorkflowId" + }, + "16170": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "createProductOptionsWorkflow" + }, + "16171": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductOptionsWorkflow" + }, + "16172": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16173": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16174": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16175": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16176": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16177": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16179": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16180": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16181": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16182": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16183": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16184": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16185": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16186": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16187": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16188": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16189": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16192": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16193": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16194": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16195": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16196": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16197": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16198": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16199": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16200": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16201": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16202": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16203": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16204": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16205": { + "sourceFileName": "", + "qualifiedName": "productOptionsCreated" + }, + "16206": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16207": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16208": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16209": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16210": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16211": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "__object" + }, + "16212": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "__object.product_options" + }, + "16213": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16214": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16215": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16216": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16217": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16218": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16219": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", + "qualifiedName": "__object.additional_data" + }, + "16220": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16221": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "CreateProductTypesWorkflowInput" + }, + "16222": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "__type" + }, + "16223": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "__type.product_types" + }, + "16224": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "createProductTypesWorkflowId" + }, + "16225": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "createProductTypesWorkflow" + }, + "16226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductTypesWorkflow" + }, + "16227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16230": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16231": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16232": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16239": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16240": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16241": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16242": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16243": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16244": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16245": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16246": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16247": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16248": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16249": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16250": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16251": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16252": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16253": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16254": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16255": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16256": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16257": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16258": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16259": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16260": { + "sourceFileName": "", + "qualifiedName": "productTypesCreated" + }, + "16261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16264": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16265": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16266": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "__object" + }, + "16267": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "__object.product_types" + }, + "16268": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16274": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", + "qualifiedName": "__object.additional_data" + }, + "16275": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16276": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "CreateProductTagsWorkflowInput" + }, + "16277": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "__type" + }, + "16278": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "__type.product_tags" + }, + "16279": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "createProductTagsWorkflowId" + }, + "16280": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "createProductTagsWorkflow" + }, + "16281": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductTagsWorkflow" + }, + "16282": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16283": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16284": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16285": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16286": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16287": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16288": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16290": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16297": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16298": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16299": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16300": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16301": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16302": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16303": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16304": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16305": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16306": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16307": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16308": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16309": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16310": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16311": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16312": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16313": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16314": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16315": { + "sourceFileName": "", + "qualifiedName": "productTagsCreated" + }, + "16316": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16321": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "__object" + }, + "16322": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "__object.product_tags" + }, + "16323": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16325": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16326": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16327": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16328": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16329": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", + "qualifiedName": "__object.additional_data" + }, + "16330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16331": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "CreateProductVariantsWorkflowInput" + }, + "16332": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type" + }, + "16333": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type.product_variants" + }, + "16334": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type" + }, + "16335": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type.prices" + }, + "16336": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type" + }, + "16337": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type.inventory_items" + }, + "16338": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type" + }, + "16339": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type.inventory_item_id" + }, + "16340": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__type.required_quantity" + }, + "16341": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "createProductVariantsWorkflowId" + }, + "16342": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "createProductVariantsWorkflow" + }, + "16343": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductVariantsWorkflow" + }, + "16344": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16345": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16347": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16348": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16349": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16350": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16351": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16352": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16353": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16354": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16355": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16356": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16357": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16358": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16359": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16360": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16361": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16362": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16363": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16364": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16365": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16366": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16367": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16368": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16369": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16370": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16371": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16372": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16373": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16374": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16375": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16376": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16379": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16380": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16381": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16382": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16383": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16384": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16385": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16386": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16387": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16388": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16389": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16390": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16391": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16392": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16393": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16394": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16395": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16396": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16397": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16398": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16399": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16400": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16401": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16402": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16403": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16404": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16405": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16406": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16407": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16408": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16409": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16410": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16411": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16412": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16413": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16414": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16415": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16416": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16417": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16418": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16419": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16420": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16421": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16422": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16423": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16424": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16425": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16426": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16427": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16428": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16429": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16430": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16431": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16432": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16433": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16434": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16435": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16436": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16437": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16438": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16439": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16440": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16441": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16442": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16443": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16444": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16445": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16446": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16447": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16448": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16449": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16450": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16451": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16452": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16453": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16454": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16455": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16456": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16457": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16458": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16459": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16460": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16461": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16462": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16463": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16464": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16465": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16466": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16467": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16468": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16469": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16470": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16471": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16472": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16473": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16474": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16475": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16476": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16477": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16478": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16479": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16480": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16481": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16482": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16483": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16484": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16485": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16486": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16487": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16488": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16489": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16490": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16492": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16493": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16494": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16495": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16497": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16498": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16499": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16500": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16501": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16502": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16503": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16504": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16505": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16506": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16507": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16508": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16509": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16510": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16511": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16512": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16513": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16514": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16515": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16516": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16517": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16518": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16519": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16520": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16521": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16522": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16523": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16524": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16525": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16526": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16527": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16528": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16529": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16530": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16531": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16532": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16533": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16534": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16535": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16536": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16537": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16538": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16539": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16540": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16541": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16542": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16543": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16544": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16545": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16546": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16547": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16548": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16549": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16550": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16551": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16552": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16553": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16554": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16555": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16557": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16558": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16559": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16560": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16561": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16562": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16563": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16564": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16565": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16566": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16567": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16568": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16569": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16570": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16571": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16572": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16573": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16574": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16575": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16576": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16577": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16578": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16579": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16580": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16581": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16582": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16583": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16584": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16585": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16586": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16587": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16588": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16589": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16590": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16591": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16592": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16593": { + "sourceFileName": "", + "qualifiedName": "productVariantsCreated" + }, + "16594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16598": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16599": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16600": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.product_variants" + }, + "16601": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object" + }, + "16602": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.prices" + }, + "16603": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "16604": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "16605": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "16606": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "16607": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "16608": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "16609": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "16610": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "16611": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "16612": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "16613": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "16614": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "16615": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "16616": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "16617": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "16618": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "16619": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "16620": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "16621": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "16622": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "16623": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "16624": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "16625": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "16626": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "16627": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "16628": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", + "qualifiedName": "__object.additional_data" + }, + "16629": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16630": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "ValidateProductInputStepInput" + }, + "16631": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "ValidateProductInputStepInput.products" + }, + "16632": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "ValidateProductInputStepInput.shippingProfiles" + }, + "16633": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__type" + }, + "16634": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__type.id" + }, + "16635": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "validateProductInputStep" + }, + "16636": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "validateProductInputStep" + }, + "16637": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "16638": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16639": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "16640": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, "16641": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "16642": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "16643": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "16644": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.__type" }, "16645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "16646": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, + "16646": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "CreateProductsWorkflowInput" + }, "16647": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", - "qualifiedName": "DeleteApiKeysStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__type" }, "16648": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", - "qualifiedName": "deleteApiKeysStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__type.products" }, "16649": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/delete-api-keys.ts", - "qualifiedName": "deleteApiKeysStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "createProductsWorkflowId" }, "16650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteApiKeysStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "createProductsWorkflow" }, "16651": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "createProductsWorkflow" }, "16652": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "TDataOverride" }, "16653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "16654": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "LinkSalesChannelsToApiKeyStepInput" - }, - "16655": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "linkSalesChannelsToApiKeyStepId" - }, - "16656": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "linkSalesChannelsToApiKeyStep" - }, - "16657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkSalesChannelsToApiKeyStep" - }, - "16658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "16659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "16660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "16661": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "RevokeApiKeysStepInput" - }, - "16662": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "__type" - }, - "16663": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "__type.selector" - }, - "16664": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "__type.revoke" - }, - "16665": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "revokeApiKeysStepId" - }, - "16666": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/revoke-api-keys.ts", - "qualifiedName": "revokeApiKeysStep" - }, - "16667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "revokeApiKeysStep" - }, - "16668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "16669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "16673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "16675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "16676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "16677": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "UpdateApiKeysStepInput" - }, - "16678": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "__type" - }, - "16679": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "__type.selector" - }, - "16680": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "__type.update" - }, - "16681": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "updateApiKeysStepId" - }, - "16682": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/update-api-keys.ts", - "qualifiedName": "updateApiKeysStep" - }, - "16683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateApiKeysStep" - }, - "16684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "16685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "16689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "16691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "16692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "16693": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", - "qualifiedName": "ValidateSalesChannelsExistStepInput" - }, - "16694": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", - "qualifiedName": "ValidateSalesChannelsExistStepInput.sales_channel_ids" - }, - "16695": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", - "qualifiedName": "validateSalesChannelsExistStepId" - }, - "16696": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/steps/validate-sales-channel-exists.ts", - "qualifiedName": "validateSalesChannelsExistStep" - }, - "16697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateSalesChannelsExistStep" - }, - "16698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "16699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "16703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "16705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "16706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "16707": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "CreateApiKeysWorkflowInput" - }, - "16708": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "__type" - }, - "16709": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "__type.api_keys" - }, - "16710": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "CreateApiKeysWorkflowOutput" - }, - "16711": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "createApiKeysWorkflowId" - }, - "16712": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/create-api-keys.ts", - "qualifiedName": "createApiKeysWorkflow" - }, - "16713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createApiKeysWorkflow" - }, - "16714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "16715": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "16716": { + "16654": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "16717": { + "16655": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "16718": { + "16656": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "16719": { + "16657": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "16720": { + "16658": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "16659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16663": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16664": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16665": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16666": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16667": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16668": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16669": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "16670": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16671": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16672": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16673": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16674": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16675": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16676": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16680": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16685": { + "sourceFileName": "", + "qualifiedName": "productsCreated" + }, + "16686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16687": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "16689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "16690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "16691": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__object" + }, + "16692": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__object.products" + }, + "16693": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", + "qualifiedName": "__object.additional_data" + }, + "16694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "16695": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "DeleteCollectionsWorkflowInput" + }, + "16696": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "__type" + }, + "16697": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "__type.ids" + }, + "16698": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "deleteCollectionsWorkflowId" + }, + "16699": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "deleteCollectionsWorkflow" + }, + "16700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCollectionsWorkflow" + }, + "16701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16703": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "16704": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16705": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16706": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16710": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16711": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16712": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16714": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16715": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16716": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16717": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16718": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16719": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16720": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "16721": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16722": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "16723": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "16724": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858554,23 +934583,23 @@ }, "16725": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "config" }, "16726": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "16727": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "", + "qualifiedName": "collectionsDeleted" }, "16729": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "16730": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858578,127 +934607,127 @@ }, "16731": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TOutput" }, "16732": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TCompensateInput" }, "16733": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "16734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "__object" }, "16735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", + "qualifiedName": "__object.ids" }, "16736": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "compensate" }, "16737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "DeleteProductOptionsWorkflowInput" }, "16738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "__type" }, "16739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "__type.ids" }, "16740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "deleteProductOptionsWorkflowId" }, "16741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "deleteProductOptionsWorkflow" }, "16742": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteProductOptionsWorkflow" }, "16743": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "16744": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TResultOverride" }, "16745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "16746": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", - "qualifiedName": "DeleteApiKeysWorkflowInput" - }, - "16747": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", - "qualifiedName": "__type" - }, - "16748": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", - "qualifiedName": "__type.ids" - }, - "16749": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", - "qualifiedName": "deleteApiKeysWorkflowId" - }, - "16750": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/delete-api-keys.ts", - "qualifiedName": "deleteApiKeysWorkflow" - }, - "16751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteApiKeysWorkflow" - }, - "16752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "16753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "16754": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "16755": { + "16746": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "16756": { + "16747": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "16757": { + "16748": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "16758": { + "16749": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "16759": { + "16750": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "16751": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16752": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16753": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16754": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, "16760": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "16761": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.getName" }, "16762": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858706,19 +934735,19 @@ }, "16763": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "16764": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "16765": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16766": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16767": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858726,15 +934755,15 @@ }, "16768": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "16769": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "16770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "", + "qualifiedName": "productOptionsDeleted" }, "16771": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858746,120 +934775,128 @@ }, "16773": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "TOutput" }, "16774": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TCompensateInput" }, "16775": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "invoke" }, "16776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "__object" }, "16777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", + "qualifiedName": "__object.ids" }, "16778": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "16779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "DeleteProductTypesWorkflowInput" }, "16780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", "qualifiedName": "__type" }, "16781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "__type.ids" }, "16782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "deleteProductTypesWorkflowId" }, "16783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "deleteProductTypesWorkflow" }, "16784": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteProductTypesWorkflow" }, - "16787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "16790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "16791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "16792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "16793": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "LinkSalesChannelsToApiKeyWorkflowInput" - }, - "16794": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "linkSalesChannelsToApiKeyWorkflowId" - }, - "16795": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/link-sales-channels-to-publishable-key.ts", - "qualifiedName": "linkSalesChannelsToApiKeyWorkflow" - }, - "16796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkSalesChannelsToApiKeyWorkflow" - }, - "16797": { + "16785": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "16798": { + "16786": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "16799": { + "16787": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "16800": { + "16788": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "16801": { + "16789": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "16802": { + "16790": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "16803": { + "16791": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "16792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, "16804": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" @@ -858870,7 +934907,7 @@ }, "16806": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.config" }, "16807": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858878,23 +934915,23 @@ }, "16808": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "16809": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "16810": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.hooks" }, "16811": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "", + "qualifiedName": "productTypesDeleted" }, "16813": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -858902,163 +934939,171 @@ }, "16814": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "16815": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TOutput" }, "16816": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "16817": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "16818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "__object" }, "16819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", + "qualifiedName": "__object.ids" }, "16820": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "compensate" }, "16821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "DeleteProductTagsWorkflowInput" }, "16822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", "qualifiedName": "__type" }, "16823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "__type.ids" }, "16824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "deleteProductTagsWorkflowId" }, "16825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "deleteProductTagsWorkflow" }, "16826": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteProductTagsWorkflow" }, "16827": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TDataOverride" }, "16828": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "TResultOverride" }, "16829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "16835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "16836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "16837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "16838": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "RevokeApiKeysWorkflowInput" - }, - "16839": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "__type" - }, - "16840": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "__type.selector" - }, - "16841": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "__type.revoke" - }, - "16842": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "RevokeApiKeysWorkflowOutput" - }, - "16843": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "revokeApiKeysWorkflowId" - }, - "16844": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/revoke-api-keys.ts", - "qualifiedName": "revokeApiKeysWorkflow" - }, - "16845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "revokeApiKeysWorkflow" - }, - "16846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "16847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "16848": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "16849": { + "16830": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "16850": { + "16831": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "16851": { + "16832": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "16852": { + "16833": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "16834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16835": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, "16853": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "", + "qualifiedName": "productTagsDeleted" }, "16855": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "16856": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859066,299 +935111,299 @@ }, "16857": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "TOutput" }, "16858": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "16859": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "16860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "__object" }, "16861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", + "qualifiedName": "__object.ids" }, "16862": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "16863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "DeleteProductVariantsWorkflowInput" }, "16864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "__type" }, "16865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "__type.ids" }, "16866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "deleteProductVariantsWorkflowId" }, "16867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "deleteProductVariantsWorkflow" }, "16868": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "deleteProductVariantsWorkflow" }, "16869": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "TDataOverride" }, "16870": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TResultOverride" }, "16871": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "16872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "16873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "16874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "16876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "16877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "16878": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "UpdateApiKeysWorkflowInput" - }, - "16879": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "__type" - }, - "16880": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "__type.selector" - }, - "16881": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "__type.update" - }, - "16882": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "UpdateApiKeysWorkflowOutput" - }, - "16883": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "updateApiKeysWorkflowId" - }, - "16884": { - "sourceFileName": "../../../../packages/core/core-flows/src/api-key/workflows/update-api-keys.ts", - "qualifiedName": "updateApiKeysWorkflow" - }, - "16885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateApiKeysWorkflow" - }, - "16886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "16887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "16888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "16889": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16890": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "16891": { + "16874": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "16892": { + "16875": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "16893": { + "16876": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "16894": { + "16877": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "16895": { + "16878": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__0" }, - "16896": { + "16879": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "16897": { + "16880": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.input" }, + "16881": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16882": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16883": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16884": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16885": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "16886": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "16887": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "16888": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16889": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16890": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "16891": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16892": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16893": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "16894": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "16895": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16896": { + "sourceFileName": "", + "qualifiedName": "productVariantsDeleted" + }, + "16897": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "16898": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16899": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TOutput" }, "16900": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TCompensateInput" }, "16901": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "invoke" }, "16902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "__object" }, "16903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", + "qualifiedName": "__object.ids" }, "16904": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "compensate" }, "16905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "DeleteProductsWorkflowInput" }, "16906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", "qualifiedName": "__type" }, "16907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "__type.ids" }, "16908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "deleteProductsWorkflowId" }, "16909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "deleteProductsWorkflow" }, "16910": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "deleteProductsWorkflow" }, "16911": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "16912": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "16913": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "container" }, "16914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "16915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "16916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "16917": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.runAsStep" }, "16918": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "SetAuthAppMetadataStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16919": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16920": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "__type.authIdentityId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "16921": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "__type.actorType" - }, - "16922": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "__type.value" - }, - "16923": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "setAuthAppMetadataStepId" - }, - "16924": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/steps/set-auth-app-metadata.ts", - "qualifiedName": "setAuthAppMetadataStep" - }, - "16925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setAuthAppMetadataStep" - }, - "16926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "16927": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "16922": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "16923": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "16924": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16926": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "16927": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, "16928": { - "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "16929": { - "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", - "qualifiedName": "provider_identities" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "16930": { - "sourceFileName": "../../../../packages/core/types/src/auth/common/auth-identity.ts", - "qualifiedName": "app_metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16931": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859370,227 +935415,227 @@ }, "16933": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16934": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "16935": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "16936": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.hooks" }, "16937": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "16938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "", + "qualifiedName": "productsDeleted" }, "16939": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "generateResetPasswordTokenWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16940": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "generateResetPasswordTokenWorkflow" + "qualifiedName": "__type" }, "16941": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "TOutput" }, "16942": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TCompensateInput" }, "16943": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "invoke" }, "16944": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "__object" }, "16945": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", + "qualifiedName": "__object.ids" }, "16946": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" }, "16947": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "UpdateCollectionsWorkflowInput" }, "16948": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.entityId" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__type" }, "16949": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.actorType" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__type.selector" }, "16950": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.provider" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__type.update" }, "16951": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.secret" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "updateCollectionsWorkflowId" }, "16952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "updateCollectionsWorkflow" }, "16953": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateCollectionsWorkflow" }, "16954": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "16955": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "TResultOverride" }, "16956": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "16957": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16958": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "16959": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "16960": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "16961": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16962": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16963": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "16964": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "16965": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.input" }, - "16958": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type" - }, - "16959": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.entityId" - }, - "16960": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.actorType" - }, - "16961": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.provider" - }, - "16962": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.secret" - }, - "16963": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type" - }, - "16964": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.entityId" - }, - "16965": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.actorType" - }, "16966": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.provider" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16967": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.secret" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "16968": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "16969": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "16970": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16971": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.name" }, "16972": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "16973": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "16974": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "16975": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "16976": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "16977": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "args" }, "16978": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.getName" }, "16979": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "16980": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16981": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.entityId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "16982": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.actorType" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16983": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.provider" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16984": { - "sourceFileName": "../../../../packages/core/core-flows/src/auth/workflows/generate-reset-password-token.ts", - "qualifiedName": "__type.secret" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "16985": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.hooks" }, "16986": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "16987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "", + "qualifiedName": "collectionsUpdated" }, "16988": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "16989": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859598,147 +935643,147 @@ }, "16990": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "16991": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TCompensateInput" }, "16992": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "invoke" }, "16993": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", - "qualifiedName": "AddShippingMethodToCartStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__object" }, "16994": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", - "qualifiedName": "AddShippingMethodToCartStepInput.shipping_methods" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__object.additional_data" }, "16995": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", - "qualifiedName": "addShippingMethodToCartStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", + "qualifiedName": "__object.collections" }, "16996": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/add-shipping-method-to-cart.ts", - "qualifiedName": "addShippingMethodToCartStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "16997": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addShippingMethodToCartStep" + "qualifiedName": "__type.config" }, "16998": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.config" }, "16999": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "17000": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17001": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "17002": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "compensate" }, "17003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "UpdateProductOptionsWorkflowInput" }, "17004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "17005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "17006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17007": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "ConfirmVariantInventoryStepInput" - }, - "17008": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "ConfirmVariantInventoryStepInput.items" - }, - "17009": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", "qualifiedName": "__type" }, + "17005": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "__type.selector" + }, + "17006": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "__type.update" + }, + "17007": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "updateProductOptionsWorkflowId" + }, + "17008": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "updateProductOptionsWorkflow" + }, + "17009": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductOptionsWorkflow" + }, "17010": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "__type.inventory_item_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17011": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "__type.required_quantity" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17012": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "__type.allow_backorder" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "17013": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "__type.quantity" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "17014": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "__type.location_ids" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17015": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "confirmInventoryStepId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17016": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/confirm-inventory.ts", - "qualifiedName": "confirmInventoryStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "17017": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmInventoryStep" + "qualifiedName": "__type" }, "17018": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "17019": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__0" }, "17020": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "17021": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", - "qualifiedName": "CreateCartsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "17022": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", - "qualifiedName": "createCartsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17023": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-carts.ts", - "qualifiedName": "createCartsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17024": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCartsStep" + "qualifiedName": "__type.config" }, "17025": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "17026": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859746,15 +935791,15 @@ }, "17027": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "17028": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.run" }, "17029": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "17030": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859762,159 +935807,159 @@ }, "17031": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TDataOverride" }, "17032": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "TResultOverride" }, "17033": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "args" }, "17034": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", - "qualifiedName": "CreateLineItemAdjustmentsCartStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17035": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", - "qualifiedName": "CreateLineItemAdjustmentsCartStepInput.lineItemAdjustmentsToCreate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17036": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", - "qualifiedName": "createLineItemAdjustmentsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17037": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-item-adjustments.ts", - "qualifiedName": "createLineItemAdjustmentsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17038": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createLineItemAdjustmentsStep" + "qualifiedName": "__type" }, "17039": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "17040": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "config" }, "17041": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.hooks" }, "17042": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", - "qualifiedName": "CreateLineItemsCartStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17043": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", - "qualifiedName": "CreateLineItemsCartStepInput.id" + "sourceFileName": "", + "qualifiedName": "productOptionsUpdated" }, "17044": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", - "qualifiedName": "CreateLineItemsCartStepInput.items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17045": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", - "qualifiedName": "createLineItemsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17046": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-line-items.ts", - "qualifiedName": "createLineItemsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" }, "17047": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createLineItemsStep" + "qualifiedName": "TCompensateInput" }, "17048": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "invoke" }, "17049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "__object" }, "17050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "__object.product_options" }, "17051": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17052": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "17053": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17054": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "17055": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17056": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.name" }, "17057": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "CreatePaymentCollectionCartStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", + "qualifiedName": "__object.additional_data" }, "17058": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" }, "17059": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "__type.currency_code" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", + "qualifiedName": "updateProductTypesWorkflowId" }, "17060": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "__type.amount" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", + "qualifiedName": "updateProductTypesWorkflow" }, "17061": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductTypesWorkflow" }, "17062": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "createPaymentCollectionsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17063": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-payment-collection.ts", - "qualifiedName": "createPaymentCollectionsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17064": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPaymentCollectionsStep" + "qualifiedName": "container" }, "17065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "17066": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, "17067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17068": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.runAsStep" }, "17069": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "17070": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -859922,131 +935967,131 @@ }, "17071": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__0" }, "17072": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17073": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.input" }, "17074": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", - "qualifiedName": "CreateShippingMethodAdjustmentsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17075": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", - "qualifiedName": "CreateShippingMethodAdjustmentsStepInput.shippingMethodAdjustmentsToCreate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17076": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", - "qualifiedName": "createShippingMethodAdjustmentsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17077": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/create-shipping-method-adjustments.ts", - "qualifiedName": "createShippingMethodAdjustmentsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17078": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingMethodAdjustmentsStep" + "qualifiedName": "__type" }, "17079": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.name" }, "17080": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.run" }, "17081": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17082": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", - "qualifiedName": "FindOneOrAnyRegionStepInput" - }, - "17083": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", "qualifiedName": "__type" }, + "17082": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17083": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, "17084": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", - "qualifiedName": "__type.regionId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17085": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", - "qualifiedName": "findOneOrAnyRegionStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "17086": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-one-or-any-region.ts", - "qualifiedName": "findOneOrAnyRegionStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17087": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "findOneOrAnyRegionStep" + "qualifiedName": "__type" }, "17088": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "17089": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17090": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17091": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "name" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17092": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "currency_code" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17093": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "automatic_taxes" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "17094": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "countries" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17095": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "payment_providers" + "sourceFileName": "", + "qualifiedName": "productTypesUpdated" }, "17096": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17097": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17098": { - "sourceFileName": "../../../../packages/core/types/src/region/common.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" }, "17099": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "17100": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "17101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", + "qualifiedName": "__object" }, "17102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", + "qualifiedName": "__object.product_types" }, "17103": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -860054,443 +936099,443 @@ }, "17104": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "17105": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.config" }, "17106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17107": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerStepInput" - }, - "17108": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerStepInput.customerId" - }, - "17109": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerStepInput.email" - }, - "17110": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerOutputStepOutput" - }, - "17111": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerOutputStepOutput.customer" - }, - "17112": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "FindOrCreateCustomerOutputStepOutput.email" - }, - "17113": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "findOrCreateCustomerStepId" - }, - "17114": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "findOrCreateCustomerStep" - }, - "17115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "findOrCreateCustomerStep" - }, - "17116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17118": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "customer" - }, - "17119": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-or-create-customer.ts", - "qualifiedName": "email" - }, - "17120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17123": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17124": { + "17107": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17125": { + "17108": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, + "17109": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", + "qualifiedName": "__object.additional_data" + }, + "17110": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "17111": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "UpdateProductTagsWorkflowInput" + }, + "17112": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__type" + }, + "17113": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__type.selector" + }, + "17114": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__type.update" + }, + "17115": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "updateProductTagsWorkflowId" + }, + "17116": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "updateProductTagsWorkflow" + }, + "17117": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductTagsWorkflow" + }, + "17118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "17121": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "17122": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "17123": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "17124": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "17125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "17126": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17127": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__0" }, "17128": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", - "qualifiedName": "FindSalesChannelStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17129": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", - "qualifiedName": "FindSalesChannelStepInput.salesChannelId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "17130": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", - "qualifiedName": "findSalesChannelStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17131": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/find-sales-channel.ts", - "qualifiedName": "findSalesChannelStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17132": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "findSalesChannelStep" + "qualifiedName": "__type.config" }, "17133": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "17134": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17135": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17136": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "name" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "17137": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "description" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17138": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "is_disabled" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17139": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17140": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "locations" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17141": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "17142": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "17143": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17144": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "17145": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17146": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "17147": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17148": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "config" }, "17149": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", - "qualifiedName": "GetActionsToComputeFromPromotionsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "17150": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", - "qualifiedName": "GetActionsToComputeFromPromotionsStepInput.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17151": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", - "qualifiedName": "GetActionsToComputeFromPromotionsStepInput.promotionCodesToApply" + "sourceFileName": "", + "qualifiedName": "productTagsUpdated" }, "17152": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", - "qualifiedName": "getActionsToComputeFromPromotionsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17153": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-actions-to-compute-from-promotions.ts", - "qualifiedName": "getActionsToComputeFromPromotionsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17154": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getActionsToComputeFromPromotionsStep" + "qualifiedName": "TOutput" }, "17155": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "TCompensateInput" }, "17156": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "17157": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "action" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__object" }, "17158": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "item_id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__object.product_tags" }, "17159": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "amount" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17160": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "code" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17161": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "description" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17162": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "17163": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17164": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "17165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", + "qualifiedName": "__object.additional_data" }, "17166": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "17167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "UpdateProductVariantsWorkflowInput" }, "17168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", "qualifiedName": "__type" }, "17169": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "action" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type.selector" }, "17170": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "adjustment_id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type.update" }, "17171": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "description" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type" }, "17172": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "code" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type.prices" }, "17173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", "qualifiedName": "__type" }, "17174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type.product_variants" }, "17175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", "qualifiedName": "__type" }, + "17176": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__type.prices" + }, + "17177": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "updateProductVariantsWorkflowId" + }, "17178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "updateProductVariantsWorkflow" }, "17179": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateProductVariantsWorkflow" }, "17180": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "action" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17181": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "shipping_method_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17182": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "amount" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "17183": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "code" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "17184": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "description" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17192": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "action" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17193": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "adjustment_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17194": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "code" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17200": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17202": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "action" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17203": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", - "qualifiedName": "code" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17213": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "17214": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -860498,1199 +936543,1203 @@ }, "17215": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "17216": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__0" }, "17217": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "17218": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "17219": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepInput.id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17220": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepInput.items" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17221": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepOutput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17222": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepOutput.itemsToCreate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17223": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "GetLineItemActionsStepOutput.itemsToUpdate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17224": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "getLineItemActionsStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17225": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "getLineItemActionsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getLineItemActionsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17229": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "itemsToCreate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17230": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-line-item-actions.ts", - "qualifiedName": "itemsToUpdate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17239": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "GetPromotionCodesToApplyStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17240": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "GetPromotionCodesToApplyStepInput.cart" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17241": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17242": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.items" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17243": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17244": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.adjustments" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17245": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17246": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.code" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17247": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.shipping_methods" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17248": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17249": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.adjustments" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17250": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17251": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "__type.code" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17252": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "GetPromotionCodesToApplyStepInput.promo_codes" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17253": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "GetPromotionCodesToApplyStepInput.action" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17254": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "GetPromotionCodesToApplyStepOutput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17255": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "getPromotionCodesToApplyId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17256": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-promotion-codes-to-apply.ts", - "qualifiedName": "getPromotionCodesToApply" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getPromotionCodesToApply" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17267": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "GetVariantPriceSetsStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17268": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "GetVariantPriceSetsStepInput.variantIds" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17269": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "GetVariantPriceSetsStepInput.context" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17270": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "GetVariantPriceSetsStepOutput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17271": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "GetVariantPriceSetsStepOutput.__index" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "17272": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17273": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "getVariantPriceSetsStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17274": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "getVariantPriceSetsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getVariantPriceSetsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17278": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17285": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17286": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variant-price-sets.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17289": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", - "qualifiedName": "GetVariantsStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17290": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", - "qualifiedName": "GetVariantsStepInput.filter" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17291": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", - "qualifiedName": "GetVariantsStepInput.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17292": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", - "qualifiedName": "getVariantsStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17293": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/get-variants.ts", - "qualifiedName": "getVariantsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getVariantsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17296": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17297": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17304": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17305": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepInput.actions" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17306": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17307": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.lineItemAdjustmentsToCreate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17308": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17309": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17310": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17311": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.item_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17312": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17313": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.lineItemAdjustmentIdsToRemove" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17314": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.shippingMethodAdjustmentsToCreate" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17315": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17316": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17317": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17318": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.shipping_method_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17319": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17320": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.shippingMethodAdjustmentIdsToRemove" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17321": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "PrepareAdjustmentsFromPromotionActionsStepOutput.computedPromotionCodes" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17322": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "prepareAdjustmentsFromPromotionActionsStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17323": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "prepareAdjustmentsFromPromotionActionsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "prepareAdjustmentsFromPromotionActionsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17327": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "lineItemAdjustmentsToCreate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17328": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17329": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17330": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" - }, - "17331": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.item_id" - }, - "17332": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" - }, - "17333": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" - }, - "17334": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" - }, - "17335": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" - }, - "17336": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.item_id" - }, - "17337": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" - }, - "17338": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "lineItemAdjustmentIdsToRemove" - }, - "17339": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "shippingMethodAdjustmentsToCreate" - }, - "17340": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" - }, - "17341": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" - }, - "17342": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" - }, - "17343": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.shipping_method_id" - }, - "17344": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" - }, - "17345": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type" - }, - "17346": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.code" - }, - "17347": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.amount" - }, - "17348": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.shipping_method_id" - }, - "17349": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "__type.promotion_id" - }, - "17350": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "shippingMethodAdjustmentIdsToRemove" - }, - "17351": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/prepare-adjustments-from-promotion-actions.ts", - "qualifiedName": "computedPromotionCodes" - }, - "17352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17355": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17356": { + "17331": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17357": { + "17332": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, + "17333": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" + }, + "17334": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" + }, + "17335": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "17336": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "17337": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "17338": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "17339": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "17340": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "17341": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "17342": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "17343": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "17344": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "17345": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "17346": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "17347": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "17348": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "17349": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "17350": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "17351": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "17352": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "17353": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "17354": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "17355": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "17356": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "17357": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, "17358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17360": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", - "qualifiedName": "RemoveLineItemAdjustmentsStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17361": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", - "qualifiedName": "RemoveLineItemAdjustmentsStepInput.lineItemAdjustmentIdsToRemove" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17362": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", - "qualifiedName": "removeLineItemAdjustmentsStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17363": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-line-item-adjustments.ts", - "qualifiedName": "removeLineItemAdjustmentsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeLineItemAdjustmentsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17368": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", - "qualifiedName": "RemoveShippingMethodAdjustmentsStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17369": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", - "qualifiedName": "RemoveShippingMethodAdjustmentsStepInput.shippingMethodAdjustmentIdsToRemove" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17370": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", - "qualifiedName": "removeShippingMethodAdjustmentsStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17371": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-adjustments.ts", - "qualifiedName": "removeShippingMethodAdjustmentsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeShippingMethodAdjustmentsStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17376": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", - "qualifiedName": "RemoveShippingMethodFromCartStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17377": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", - "qualifiedName": "RemoveShippingMethodFromCartStepInput.shipping_method_ids" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17378": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", - "qualifiedName": "RemoveShippingMethodFromCartStepOutput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17379": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", - "qualifiedName": "removeShippingMethodFromCartStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17380": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/remove-shipping-method-from-cart.ts", - "qualifiedName": "removeShippingMethodFromCartStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeShippingMethodFromCartStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17387": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "17388": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "17389": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17390": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "TDataOverride" }, "17391": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "ReserveVariantInventoryStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17392": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "ReserveVariantInventoryStepInput.items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "17393": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" }, "17394": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" }, "17395": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.inventory_item_id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" }, "17396": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.required_quantity" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" }, "17397": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.allow_backorder" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" }, "17398": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.quantity" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" }, "17399": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "__type.location_ids" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" }, "17400": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "reserveInventoryStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" }, "17401": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/reserve-inventory.ts", - "qualifiedName": "reserveInventoryStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "17402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "reserveInventoryStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "17403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" }, "17404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" }, "17405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" }, "17406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" }, "17407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" }, "17408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" }, "17409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" }, "17410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" }, "17411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" }, "17412": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", - "qualifiedName": "RetrieveCartStepInput" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" }, "17413": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", - "qualifiedName": "RetrieveCartStepInput.id" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" }, "17414": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", - "qualifiedName": "RetrieveCartStepInput.config" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" }, "17415": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", - "qualifiedName": "retrieveCartStepId" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" }, "17416": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/retrieve-cart.ts", - "qualifiedName": "retrieveCartStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" }, "17417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "retrieveCartStep" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" }, "17418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" }, "17419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" }, "17420": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17421": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "region_id" - }, - "17422": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "customer_id" - }, - "17423": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "sales_channel_id" - }, - "17424": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "email" - }, - "17425": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "currency_code" - }, - "17426": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_address" - }, - "17427": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "billing_address" - }, - "17428": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "items" - }, - "17429": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_methods" - }, - "17430": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "metadata" - }, - "17431": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "completed_at" - }, - "17432": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "created_at" - }, - "17433": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "updated_at" - }, - "17434": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_total" - }, - "17435": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "17436": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "17437": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_total" - }, - "17438": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_subtotal" - }, - "17439": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_tax_total" - }, - "17440": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_total" - }, - "17441": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_subtotal" - }, - "17442": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_tax_total" - }, - "17443": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "total" - }, - "17444": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "subtotal" - }, - "17445": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "tax_total" - }, - "17446": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "discount_total" - }, - "17447": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "discount_tax_total" - }, - "17448": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "gift_card_total" - }, - "17449": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "17450": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_total" - }, - "17451": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "17452": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "17453": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_total" - }, - "17454": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "17455": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "17456": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_total" - }, - "17457": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_subtotal" - }, - "17458": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_tax_total" - }, - "17459": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_total" - }, - "17460": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_subtotal" - }, - "17461": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_tax_total" - }, - "17462": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_total" - }, - "17463": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_subtotal" - }, - "17464": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_tax_total" - }, - "17465": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_total" - }, - "17466": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_subtotal" - }, - "17467": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_tax_total" - }, - "17468": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_discount_total" - }, - "17469": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_discount_tax_total" - }, - "17470": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_gift_card_total" - }, - "17471": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_gift_card_tax_total" - }, - "17472": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_total" - }, - "17473": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_subtotal" - }, - "17474": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_tax_total" - }, - "17475": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_total" - }, - "17476": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_subtotal" - }, - "17477": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_tax_total" - }, - "17478": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17479": { + "17422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17423": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "17480": { + "17424": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, - "17481": { + "17425": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17426": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17482": { + "17427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "17428": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17483": { + "17429": { + "sourceFileName": "", + "qualifiedName": "productVariantsUpdated" + }, + "17430": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" + }, + "17431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "17434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "17435": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" + }, + "17436": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.product_variants" + }, + "17437": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object" + }, + "17438": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.price_set" + }, + "17439": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.id" + }, + "17440": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.title" + }, + "17441": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.sku" + }, + "17442": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.barcode" + }, + "17443": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.ean" + }, + "17444": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.upc" + }, + "17445": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.allow_backorder" + }, + "17446": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.manage_inventory" + }, + "17447": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.requires_shipping" + }, + "17448": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.hs_code" + }, + "17449": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.origin_country" + }, + "17450": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.mid_code" + }, + "17451": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.material" + }, + "17452": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.weight" + }, + "17453": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.length" + }, + "17454": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.height" + }, + "17455": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.width" + }, + "17456": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.options" + }, + "17457": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.metadata" + }, + "17458": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product" + }, + "17459": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.product_id" + }, + "17460": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.variant_rank" + }, + "17461": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.created_at" + }, + "17462": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.updated_at" + }, + "17463": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductVariantDTO.deleted_at" + }, + "17464": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", + "qualifiedName": "__object.additional_data" + }, + "17465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "17466": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "UpdateProductsWorkflowInputSelector" + }, + "17467": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17468": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.selector" + }, + "17469": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.update" + }, + "17470": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17471": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.sales_channels" + }, + "17472": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17473": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.id" + }, + "17474": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.variants" + }, + "17475": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.shipping_profile_id" + }, + "17476": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "UpdateProductsWorkflowInputProducts" + }, + "17477": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17478": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.products" + }, + "17479": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17480": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.sales_channels" + }, + "17481": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type" + }, + "17482": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.id" + }, + "17483": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.variants" }, "17484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__type.shipping_profile_id" }, "17485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "UpdateProductWorkflowInput" }, "17486": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetTaxLinesForItemsStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "updateProductsWorkflowId" }, "17487": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetTaxLinesForItemsStepInput.cart" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "updateProductsWorkflow" }, "17488": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetTaxLinesForItemsStepInput.item_tax_lines" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductsWorkflow" }, "17489": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetTaxLinesForItemsStepInput.shipping_tax_lines" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17490": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "setTaxLinesForItemsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17491": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/set-tax-lines-for-items.ts", - "qualifiedName": "setTaxLinesForItemsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "17492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setTaxLinesForItemsStep" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "17493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17495": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.runAsStep" }, "17496": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "UpdateCartPromotionStepInput" - }, - "17497": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "UpdateCartPromotionStepInput.id" - }, - "17498": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "UpdateCartPromotionStepInput.promo_codes" - }, - "17499": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "UpdateCartPromotionStepInput.action" - }, - "17500": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "updateCartPromotionsStepId" - }, - "17501": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-cart-promotions.ts", - "qualifiedName": "updateCartPromotionsStep" - }, - "17502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCartPromotionsStep" - }, - "17503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "17505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17506": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", - "qualifiedName": "UpdateCartsStepInput" - }, - "17507": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", - "qualifiedName": "updateCartsStepId" - }, - "17508": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-carts.ts", - "qualifiedName": "updateCartsStep" - }, - "17509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCartsStep" - }, - "17510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17511": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17512": { + "17497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "17499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17502": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, + "17503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "17505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "17507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "17508": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17509": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17510": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17511": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17512": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, "17513": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "17514": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "17515": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -861698,59 +937747,59 @@ }, "17516": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "17517": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "17518": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "17519": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", - "qualifiedName": "UpdateLineItemsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17520": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", - "qualifiedName": "UpdateLineItemsStepInput.id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "17521": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", - "qualifiedName": "UpdateLineItemsStepInput.items" - }, - "17522": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", - "qualifiedName": "updateLineItemsStepId" - }, - "17523": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-line-items.ts", - "qualifiedName": "updateLineItemsStep" - }, - "17524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateLineItemsStep" - }, - "17525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17526": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17522": { + "sourceFileName": "", + "qualifiedName": "productsUpdated" + }, + "17523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, "17527": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "17528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__object" }, "17529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__object.products" }, "17530": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -861758,91 +937807,91 @@ }, "17531": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "17532": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.config" }, "17533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17534": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", - "qualifiedName": "UpdateShippingMethodsStepInput" - }, - "17535": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", - "qualifiedName": "updateShippingMethodsStepId" - }, - "17536": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/update-shipping-methods.ts", - "qualifiedName": "updateShippingMethodsStep" - }, - "17537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateShippingMethodsStep" - }, - "17538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17542": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17543": { + "17534": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17544": { + "17535": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "17545": { + "17536": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", + "qualifiedName": "__object.additional_data" + }, + "17537": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "compensate" + }, + "17538": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/export-products.ts", + "qualifiedName": "exportProductsWorkflowId" + }, + "17539": { + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/export-products.ts", + "qualifiedName": "exportProductsWorkflow" + }, + "17540": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "exportProductsWorkflow" + }, + "17541": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17542": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17543": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "17544": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "17545": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17547": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", - "qualifiedName": "ValidateCartPaymentsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "17548": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", - "qualifiedName": "ValidateCartPaymentsStepInput.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17549": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", - "qualifiedName": "validateCartPaymentsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17550": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-payments.ts", - "qualifiedName": "validateCartPaymentsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "17551": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateCartPaymentsStep" + "qualifiedName": "__type" }, "17552": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.input" }, "17553": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -861870,171 +937919,163 @@ }, "17559": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.run" }, "17560": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17561": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "ValidateCartShippingOptionsStepInput" - }, - "17562": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "ValidateCartShippingOptionsStepInput.cart" - }, - "17563": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "ValidateCartShippingOptionsStepInput.shippingOptionsContext" - }, - "17564": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", "qualifiedName": "__type" }, + "17561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, "17565": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "__type.enabled_in_store" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17566": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "__type.is_return" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17567": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "ValidateCartShippingOptionsStepInput.option_ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17568": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "validateCartShippingOptionsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17569": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart-shipping-options.ts", - "qualifiedName": "validateCartShippingOptionsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17570": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateCartShippingOptionsStep" + "qualifiedName": "__type" }, "17571": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "17572": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.hooks" }, "17573": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17574": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "ValidateVariantPricesStepInput" - }, - "17575": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "ValidateVariantPricesStepInput.variants" + "qualifiedName": "__type" }, "17576": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17577": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "__type.id" - }, - "17578": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "__type.calculated_price" - }, - "17579": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17578": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17579": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, "17580": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "__type.calculated_amount" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" }, "17581": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "validateVariantPricesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" }, "17582": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-variant-prices.ts", - "qualifiedName": "validateVariantPricesStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/import-products.ts", + "qualifiedName": "importProductsWorkflowId" }, "17583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateVariantPricesStep" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/import-products.ts", + "qualifiedName": "importProductsWorkflow" }, "17584": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "importProductsWorkflow" }, "17585": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "17586": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "17587": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "container" }, "17588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "17589": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, "17590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17591": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.runAsStep" }, "17592": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "17593": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", - "qualifiedName": "ValidateCartStepInput" - }, - "17594": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", - "qualifiedName": "ValidateCartStepInput.cart" - }, - "17595": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", - "qualifiedName": "validateCartStepId" - }, - "17596": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-cart.ts", - "qualifiedName": "validateCartStep" - }, - "17597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateCartStep" - }, - "17598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17599": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17594": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "17595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17596": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17597": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17598": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product/import-products.ts", + "qualifiedName": "toCreate" + }, + "17599": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product/import-products.ts", + "qualifiedName": "toUpdate" + }, "17600": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17601": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862042,59 +938083,59 @@ }, "17602": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "17603": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "17604": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "17605": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.name" }, "17606": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.run" }, "17607": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "ValidateLineItemPricesStepInput" - }, - "17608": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "ValidateLineItemPricesStepInput.items" - }, - "17609": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, "17610": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "__type.unit_price" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17611": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "__type.title" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "17612": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "validateLineItemPricesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17613": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-line-item-prices.ts", - "qualifiedName": "validateLineItemPricesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17614": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateLineItemPricesStep" + "qualifiedName": "__type" }, "17615": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.config" }, "17616": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862102,103 +938143,139 @@ }, "17617": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17618": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "17619": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.hooks" }, "17620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "UpsertVariantPricesWorkflowInput" }, "17621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type" }, "17622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type.variantPrices" }, "17623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type" }, "17624": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "ValidateShippingMethodsDataInput" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type.variant_id" }, "17625": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type.product_id" }, "17626": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type.prices" }, "17627": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.provider_id" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "__type.previousVariantIds" }, "17628": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.option_data" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "upsertVariantPricesWorkflowId" }, "17629": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.method_data" + "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", + "qualifiedName": "upsertVariantPricesWorkflow" }, "17630": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "upsertVariantPricesWorkflow" }, "17631": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "ValidateShippingMethodsDataOutput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17632": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17633": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "17634": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "17635": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "validateAndReturnShippingMethodsDataStepId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17636": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "validateAndReturnShippingMethodsDataStep" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17637": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateAndReturnShippingMethodsDataStep" + "qualifiedName": "__type.runAsStep" }, "17638": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "17639": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17640": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "17641": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17642": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17643": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17644": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17645": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "17647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17648": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "17649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "17650": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17651": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862206,311 +938283,319 @@ }, "17652": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TDataOverride" }, "17653": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "17654": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "args" }, "17655": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "17656": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "17657": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" - }, - "17660": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-methods-data.ts", - "qualifiedName": "__object" - }, - "17663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "17664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17665": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", - "qualifiedName": "ValidateCartShippingOptionsPriceInput" - }, - "17666": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", - "qualifiedName": "__type" - }, - "17667": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", - "qualifiedName": "__type.shippingOptions" - }, - "17668": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", - "qualifiedName": "validateCartShippingOptionsPriceStepId" - }, - "17669": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/steps/validate-shipping-options-price.ts", - "qualifiedName": "validateCartShippingOptionsPriceStep" - }, - "17670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateCartShippingOptionsPriceStep" - }, - "17671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "17673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17674": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "AddShippingMethodToCartWorkflowInput" - }, - "17675": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "AddShippingMethodToCartWorkflowInput.cart_id" - }, - "17676": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "AddShippingMethodToCartWorkflowInput.options" - }, - "17677": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__type" - }, - "17678": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__type.id" - }, - "17679": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__type.data" - }, - "17680": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "addShippingMethodToCartWorkflowId" - }, - "17681": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "addShippingMethodToCartWorkflow" - }, - "17682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addShippingMethodToCartWorkflow" - }, - "17683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "17684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "17685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "17686": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "17687": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "17688": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "17689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "17690": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "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": "__0" - }, - "17693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "17695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "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" - }, - "17698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "17699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "17700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "17701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "17702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17704": { + "17658": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "17705": { + "17659": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17706": { + "17660": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17707": { + "17661": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17708": { + "17662": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, - "17709": { + "17663": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17710": { - "sourceFileName": "", - "qualifiedName": "validate" - }, - "17711": { + "17666": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17712": { + "17667": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17713": { + "17668": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TOutput" }, - "17714": { + "17669": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TCompensateInput" }, - "17715": { + "17670": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "invoke" }, - "17716": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__object" - }, - "17717": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__object.input" - }, - "17718": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-shipping-method-to-cart.ts", - "qualifiedName": "__object.cart" - }, - "17719": { + "17671": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "compensate" }, - "17720": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", - "qualifiedName": "addToCartWorkflowId" + "17672": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", + "qualifiedName": "CreateProductCategoriesStepInput" }, - "17721": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", - "qualifiedName": "addToCartWorkflow" + "17673": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", + "qualifiedName": "__type" }, - "17722": { + "17674": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", + "qualifiedName": "__type.product_categories" + }, + "17675": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", + "qualifiedName": "createProductCategoriesStepId" + }, + "17676": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", + "qualifiedName": "createProductCategoriesStep" + }, + "17677": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addToCartWorkflow" + "qualifiedName": "createProductCategoriesStep" }, - "17723": { + "17678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "17679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "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": "__type.config" + }, + "17682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "17683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17684": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "17685": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "17686": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "17687": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "UpdateProductCategoriesStepInput" + }, + "17688": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "__type" + }, + "17689": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "__type.selector" + }, + "17690": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "__type.update" + }, + "17691": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "updateProductCategoriesStepId" + }, + "17692": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", + "qualifiedName": "updateProductCategoriesStep" + }, + "17693": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductCategoriesStep" + }, + "17694": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "17695": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17696": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17697": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17698": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "17699": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17700": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "17701": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "17702": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "17703": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", + "qualifiedName": "DeleteProductCategoriesStepInput" + }, + "17704": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", + "qualifiedName": "deleteProductCategoriesStepId" + }, + "17705": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", + "qualifiedName": "deleteProductCategoriesStep" + }, + "17706": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductCategoriesStep" + }, + "17707": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "17708": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "17709": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "17710": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", + "qualifiedName": "CreateProductCategoriesWorkflowOutput" + }, + "17711": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", + "qualifiedName": "createProductCategoriesWorkflowId" + }, + "17712": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", + "qualifiedName": "createProductCategoriesWorkflow" + }, + "17713": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createProductCategoriesWorkflow" + }, + "17714": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "17724": { + "17715": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "17725": { + "17716": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "17726": { + "17717": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "17727": { + "17718": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "17728": { + "17719": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "17729": { + "17720": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "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": "__0" + }, + "17724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17725": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17726": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17727": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17728": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17729": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, "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" + "qualifiedName": "__type.name" }, "17732": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.run" }, "17733": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862518,35 +938603,35 @@ }, "17734": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "17735": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TDataOverride" }, "17736": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "17737": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "17738": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.getName" }, "17739": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "17740": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "17741": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.config" }, "17742": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862558,192 +938643,192 @@ }, "17744": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "17745": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "17746": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "", + "qualifiedName": "categoriesCreated" }, "17748": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "17749": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17750": { - "sourceFileName": "", - "qualifiedName": "validate" - }, - "17751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17753": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TOutput" }, - "17754": { + "17751": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TCompensateInput" }, - "17755": { + "17752": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "invoke" }, - "17756": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", + "17753": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", "qualifiedName": "__object" }, + "17754": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", + "qualifiedName": "__object.categories" + }, + "17755": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "17757": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17758": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/add-to-cart.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17759": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type" }, "17760": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "CompleteCartWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17761": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" }, "17762": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", + "qualifiedName": "UpdateProductCategoriesWorkflowOutput" }, "17763": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "CompleteCartWorkflowOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", + "qualifiedName": "updateProductCategoriesWorkflowId" }, "17764": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", + "qualifiedName": "updateProductCategoriesWorkflow" }, "17765": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateProductCategoriesWorkflow" }, "17766": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "THREE_DAYS" - }, - "17767": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "completeCartWorkflowId" - }, - "17768": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "completeCartWorkflow" - }, - "17769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "completeCartWorkflow" - }, - "17770": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "17771": { + "17767": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "17772": { + "17768": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "17773": { + "17769": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "17774": { + "17770": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "17775": { + "17771": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "17776": { + "17772": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "17777": { + "17773": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "17776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, "17778": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17779": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.config" }, "17780": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17781": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "config" }, "17782": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17783": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "id" - }, - "17784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17789": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "17790": { + "17784": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.run" }, + "17785": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17786": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17787": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "17790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, "17791": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" @@ -862754,31 +938839,31 @@ }, "17793": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "17794": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "17795": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "17796": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "config" }, "17797": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "17798": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "", + "qualifiedName": "categoriesUpdated" }, "17800": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862790,23 +938875,23 @@ }, "17802": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TOutput" }, "17803": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "TCompensateInput" }, "17804": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "17805": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", + "qualifiedName": "__object" }, "17806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", + "qualifiedName": "__object.categories" }, "17807": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862814,119 +938899,119 @@ }, "17808": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type.config" }, "17809": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.config" }, "17810": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "config" }, "17811": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17812": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17813": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/complete-cart.ts", - "qualifiedName": "__object.cart" - }, - "17814": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "compensate" }, + "17814": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", + "qualifiedName": "DeleteProductCategoriesWorkflowInput" + }, "17815": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "ConfirmVariantInventoryWorkflowOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", + "qualifiedName": "deleteProductCategoriesWorkflowId" }, "17816": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "ConfirmVariantInventoryWorkflowOutput.items" + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", + "qualifiedName": "deleteProductCategoriesWorkflow" }, "17817": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteProductCategoriesWorkflow" }, "17818": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.id" - }, - "17819": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.inventory_item_id" - }, - "17820": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.required_quantity" - }, - "17821": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.allow_backorder" - }, - "17822": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.quantity" - }, - "17823": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.location_ids" - }, - "17824": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "confirmVariantInventoryWorkflowId" - }, - "17825": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "confirmVariantInventoryWorkflow" - }, - "17826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmVariantInventoryWorkflow" - }, - "17827": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "17828": { + "17819": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "17829": { + "17820": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "17830": { + "17821": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "17831": { + "17822": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "17832": { + "17823": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "17833": { + "17824": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "17834": { + "17825": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "17828": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17829": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17830": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "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" + }, + "17833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, "17835": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "17836": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.getName" }, "17837": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -862934,123 +939019,123 @@ }, "17838": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "17839": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17840": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17841": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17842": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.id" - }, - "17843": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.inventory_item_id" - }, - "17844": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.required_quantity" - }, - "17845": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.allow_backorder" - }, - "17846": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.quantity" - }, - "17847": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.location_ids" - }, - "17848": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type" - }, - "17849": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.id" - }, - "17850": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.inventory_item_id" - }, - "17851": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.required_quantity" - }, - "17852": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.allow_backorder" - }, - "17853": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.quantity" - }, - "17854": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/confirm-variant-inventory.ts", - "qualifiedName": "__type.location_ids" - }, - "17855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17858": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "17859": { + "17843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "17844": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "17860": { + "17845": { + "sourceFileName": "", + "qualifiedName": "categoriesDeleted" + }, + "17846": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" + }, + "17847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "17850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "17851": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", + "qualifiedName": "__object" + }, + "17852": { + "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", + "qualifiedName": "__object.ids" + }, + "17853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "17854": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts", + "qualifiedName": "addCampaignPromotionsStepId" + }, + "17855": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts", + "qualifiedName": "addCampaignPromotionsStep" + }, + "17856": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "addCampaignPromotionsStep" + }, + "17857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "17858": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "17859": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "17860": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts", + "qualifiedName": "addRulesToPromotionsStepId" }, "17861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts", + "qualifiedName": "addRulesToPromotionsStep" }, "17862": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "addRulesToPromotionsStep" }, "17863": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "17864": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "17865": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.config" }, "17866": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.config" }, "17867": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "config" }, "17868": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863058,327 +939143,327 @@ }, "17869": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "17870": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "17871": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "17872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-campaigns.ts", + "qualifiedName": "createCampaignsStepId" }, "17873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-campaigns.ts", + "qualifiedName": "createCampaignsStep" }, "17874": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "createCampaignsStep" }, "17875": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "CreateCartWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17876": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "createCartWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17877": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "createCartWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17878": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCartWorkflow" + "qualifiedName": "__type.config" }, "17879": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "config" }, "17880": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "17881": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.name" }, "17882": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17883": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17884": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-promotions.ts", + "qualifiedName": "createPromotionsStepId" }, "17885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-promotions.ts", + "qualifiedName": "createPromotionsStep" }, "17886": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createPromotionsStep" }, "17887": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "17888": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "17889": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17890": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "17891": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "17892": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17893": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "region_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17894": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "customer_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17895": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "sales_channel_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17896": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "email" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", + "qualifiedName": "DeleteCampaignsStepInput" }, "17897": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "currency_code" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", + "qualifiedName": "deleteCampaignsStepId" }, "17898": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_address" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", + "qualifiedName": "deleteCampaignsStep" }, "17899": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "billing_address" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteCampaignsStep" }, "17900": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17901": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_methods" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17902": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17903": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "completed_at" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", + "qualifiedName": "DeletePromotionsStepInput" }, "17904": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", + "qualifiedName": "deletePromotionsStepId" }, "17905": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", + "qualifiedName": "deletePromotionsStep" }, "17906": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deletePromotionsStep" }, "17907": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17908": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_item_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17909": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17910": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_subtotal" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts", + "qualifiedName": "removeCampaignPromotionsStepId" }, "17911": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "item_tax_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts", + "qualifiedName": "removeCampaignPromotionsStep" }, "17912": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeCampaignPromotionsStep" }, "17913": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17914": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17915": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17916": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "subtotal" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts", + "qualifiedName": "removeRulesFromPromotionsStepId" }, "17917": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "tax_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts", + "qualifiedName": "removeRulesFromPromotionsStep" }, "17918": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "discount_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "removeRulesFromPromotionsStep" }, "17919": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "discount_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17920": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "gift_card_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17921": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "gift_card_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17922": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-campaigns.ts", + "qualifiedName": "updateCampaignsStepId" }, "17923": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_subtotal" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-campaigns.ts", + "qualifiedName": "updateCampaignsStep" }, "17924": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "shipping_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCampaignsStep" }, "17925": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17926": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17927": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "original_shipping_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17928": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17929": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17930": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_item_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17931": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17932": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17933": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_item_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17934": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts", + "qualifiedName": "updatePromotionRulesStepId" }, "17935": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_subtotal" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts", + "qualifiedName": "updatePromotionRulesStep" }, "17936": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePromotionRulesStep" }, "17937": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17938": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17939": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17940": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_discount_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17941": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_discount_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17942": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_gift_card_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17943": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_gift_card_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17944": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "17945": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "17946": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_shipping_tax_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotions.ts", + "qualifiedName": "updatePromotionsStepId" }, "17947": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_total" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotions.ts", + "qualifiedName": "updatePromotionsStep" }, "17948": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_subtotal" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePromotionsStep" }, "17949": { - "sourceFileName": "../../../../packages/core/types/src/cart/common.ts", - "qualifiedName": "raw_original_shipping_tax_total" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "17950": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863406,67 +939491,67 @@ }, "17956": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.__type" }, "17957": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "17958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", + "qualifiedName": "AddOrRemoveCampaignPromotionsWorkflowInput" }, "17959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", + "qualifiedName": "addOrRemoveCampaignPromotionsWorkflowId" }, "17960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", + "qualifiedName": "addOrRemoveCampaignPromotionsWorkflow" }, "17961": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "addOrRemoveCampaignPromotionsWorkflow" }, "17962": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TDataOverride" }, "17963": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "17964": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "17965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "17966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "17967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "17968": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "17969": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "17970": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "17971": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "17972": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863474,371 +939559,363 @@ }, "17973": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "17974": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type" }, "17975": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.config" }, "17976": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type.config" }, "17977": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17978": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17979": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17980": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.currency_code" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "17981": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.region_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17982": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17983": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "17984": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.email" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "17985": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "17986": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "17987": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17988": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17989": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "17990": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17991": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17992": { - "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", - "qualifiedName": "__type.additional_data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17993": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "17994": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "17995": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.items" - }, - "17996": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.currency_code" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17997": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.region_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17998": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17999": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" - }, - "18000": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.email" - }, - "18001": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" - }, - "18002": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" - }, - "18003": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" - }, - "18004": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" - }, - "18005": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.metadata" - }, - "18006": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" - }, - "18007": { - "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", - "qualifiedName": "__type.additional_data" - }, - "18008": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "18009": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.cart" - }, - "18010": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.additional_data" - }, - "18011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18012": { - "sourceFileName": "", - "qualifiedName": "cartCreated" - }, - "18013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18015": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TOutput" }, - "18016": { + "18000": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TCompensateInput" }, - "18017": { + "18001": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "invoke" }, - "18018": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "18019": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.input" - }, - "18020": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "18021": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.currency_code" - }, - "18022": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.region_id" - }, - "18023": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" - }, - "18024": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" - }, - "18025": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.email" - }, - "18026": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" - }, - "18027": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" - }, - "18028": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" - }, - "18029": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" - }, - "18030": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.metadata" - }, - "18031": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.items" - }, - "18032": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" - }, - "18033": { - "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", - "qualifiedName": "__type.additional_data" - }, - "18034": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.cart" - }, - "18035": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "18036": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.items" - }, - "18037": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.currency_code" - }, - "18038": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.region_id" - }, - "18039": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.customer_id" - }, - "18040": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.sales_channel_id" - }, - "18041": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.email" - }, - "18042": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address_id" - }, - "18043": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address_id" - }, - "18044": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.shipping_address" - }, - "18045": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.billing_address" - }, - "18046": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.metadata" - }, - "18047": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "CreateCartWorkflowInputDTO.promo_codes" - }, - "18048": { - "sourceFileName": "../../../../packages/core/types/src/http/common/additional_data.ts", - "qualifiedName": "__type.additional_data" - }, - "18049": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object" - }, - "18050": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.cart" - }, - "18051": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-carts.ts", - "qualifiedName": "__object.additional_data" - }, - "18052": { + "18002": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "compensate" }, + "18003": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "BatchPromotionRulesWorkflowInput" + }, + "18004": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "BatchPromotionRulesWorkflowInput.id" + }, + "18005": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "BatchPromotionRulesWorkflowInput.rule_type" + }, + "18006": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "18007": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "18008": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "18009": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "BatchPromotionRulesWorkflowOutput" + }, + "18010": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.created" + }, + "18011": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.updated" + }, + "18012": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "18013": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "batchPromotionRulesWorkflowId" + }, + "18014": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", + "qualifiedName": "batchPromotionRulesWorkflow" + }, + "18015": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "batchPromotionRulesWorkflow" + }, + "18016": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18017": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18018": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "18019": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "18020": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "18021": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "18022": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "18023": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18024": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18025": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18026": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18027": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18028": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18029": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "created" + }, + "18030": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "updated" + }, + "18031": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "deleted" + }, + "18032": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18033": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18034": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18035": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18036": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18037": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "18038": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "18039": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18040": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18041": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18042": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18043": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "18044": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "18045": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18046": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18047": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18048": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18049": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18050": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18051": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18052": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "CreateCampaignsWorkflowInput" + }, "18053": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "ValidateExistingPaymentCollectionStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "__type" }, "18054": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "__type.campaignsData" }, "18055": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "__type.cart" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "createCampaignsWorkflowId" }, "18056": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "createCampaignsWorkflow" }, "18057": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "__type.payment_collection" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createCampaignsWorkflow" }, "18058": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "validateExistingPaymentCollectionStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18059": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateExistingPaymentCollectionStep" + "qualifiedName": "TResultOverride" }, "18060": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "container" }, "18061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "18062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18064": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "18065": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863846,75 +939923,75 @@ }, "18066": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18067": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__0" }, "18068": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "18069": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "createPaymentCollectionForCartWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "18070": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/create-payment-collection-for-cart.ts", - "qualifiedName": "createPaymentCollectionForCartWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18071": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPaymentCollectionForCartWorkflow" + "qualifiedName": "__type.config" }, "18072": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "18073": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "config" }, "18074": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "18075": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "18075": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, "18076": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "18077": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18078": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "18079": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18080": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18081": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "args" }, "18082": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "18083": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "18084": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863926,27 +940003,27 @@ }, "18086": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18087": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18088": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18089": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.hooks" }, "18090": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "18091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "", + "qualifiedName": "campaignsCreated" }, "18092": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863954,39 +940031,39 @@ }, "18093": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "18094": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TOutput" }, "18095": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "TCompensateInput" }, "18096": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "invoke" }, "18097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "__object" }, "18098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "__object.campaigns" }, "18099": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18100": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18101": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18102": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -863994,87 +940071,95 @@ }, "18103": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "18104": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, - "18107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "18105": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", + "qualifiedName": "__object.additional_data" }, - "18108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "18110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "18111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "18112": { + "18106": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "compensate" }, - "18113": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", - "qualifiedName": "listShippingOptionsForCartWorkflowId" + "18107": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts", + "qualifiedName": "createPromotionRulesWorkflowId" }, - "18114": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts", - "qualifiedName": "listShippingOptionsForCartWorkflow" + "18108": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts", + "qualifiedName": "createPromotionRulesWorkflow" }, - "18115": { + "18109": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listShippingOptionsForCartWorkflow" + "qualifiedName": "createPromotionRulesWorkflow" }, - "18116": { + "18110": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "18117": { + "18111": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "18118": { + "18112": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "18119": { + "18113": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "18120": { + "18114": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "18121": { + "18115": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "18122": { + "18116": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "18123": { + "18117": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18118": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18119": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18120": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18121": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18122": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18123": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "18124": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18125": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "config" }, "18126": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864082,7 +940167,7 @@ }, "18127": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.name" }, "18128": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864141,56 +940226,56 @@ "qualifiedName": "__type.hooks" }, "18142": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", - "qualifiedName": "listShippingOptionsForCartWithPricingWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "CreatePromotionsWorkflowInput" }, "18143": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart-with-pricing.ts", - "qualifiedName": "listShippingOptionsForCartWithPricingWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "__type" }, "18144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listShippingOptionsForCartWithPricingWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "__type.promotionsData" }, "18145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "createPromotionsWorkflowId" }, "18146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "createPromotionsWorkflow" }, "18147": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "createPromotionsWorkflow" }, "18148": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18149": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18150": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "18151": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "18149": { + "18152": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "18150": { + "18153": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "18151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "18152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, "18154": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.runAsStep" }, "18155": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864198,35 +940283,35 @@ }, "18156": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "18157": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18158": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18159": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.input" }, "18160": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18161": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18162": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "18163": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "config" }, "18164": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864234,35 +940319,35 @@ }, "18165": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "18166": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.run" }, "18167": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "18168": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18169": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TDataOverride" }, "18170": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18171": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "18172": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "18173": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864274,75 +940359,75 @@ }, "18175": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18176": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "18177": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "RefreshPaymentCollectionForCartWorklowInput" - }, - "18178": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", "qualifiedName": "__type" }, + "18177": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18178": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, "18179": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "__type.cart_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "18180": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "refreshPaymentCollectionForCartWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18181": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "refreshPaymentCollectionForCartWorkflow" + "sourceFileName": "", + "qualifiedName": "promotionsCreated" }, "18182": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refreshPaymentCollectionForCartWorkflow" + "qualifiedName": "__type" }, "18183": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "18184": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TOutput" }, "18185": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "TCompensateInput" }, "18186": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" }, "18187": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "__object" }, "18188": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "__object.promotions" }, "18189": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "18190": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18191": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18192": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "config" }, "18193": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864350,71 +940435,71 @@ }, "18194": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.name" }, "18195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", + "qualifiedName": "__object.additional_data" }, "18196": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "18197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "DeleteCampaignsWorkflowInput" }, "18198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "__type" }, "18199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "__type.ids" }, "18200": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "deleteCampaignsWorkflowId" }, "18201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "deleteCampaignsWorkflow" }, "18202": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteCampaignsWorkflow" }, "18203": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18204": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "18205": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "18206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "18207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18209": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "18210": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18211": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864422,123 +940507,123 @@ }, "18212": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18213": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type" }, "18214": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.input" }, "18215": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type.run" }, "18216": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "__object" - }, - "18217": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "__object.input" - }, - "18218": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-payment-collection.ts", - "qualifiedName": "__object.cart" - }, - "18219": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18220": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "RefreshCartItemsWorkflowInput" - }, - "18221": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", "qualifiedName": "__type" }, - "18222": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "__type.cart_id" - }, - "18223": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "__type.promo_codes" - }, - "18224": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "refreshCartItemsWorkflowId" - }, - "18225": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "refreshCartItemsWorkflow" - }, - "18226": { + "18217": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refreshCartItemsWorkflow" + "qualifiedName": "__type" }, - "18227": { + "18218": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "18228": { + "18219": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "18229": { + "18220": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "18230": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "18221": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "18222": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18223": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18224": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18225": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18230": { + "sourceFileName": "", + "qualifiedName": "campaignsDeleted" + }, "18231": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18232": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18233": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "TOutput" }, "18234": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18235": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "18236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "__object" }, "18237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", + "qualifiedName": "__object.ids" }, "18238": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "compensate" }, "18239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts", + "qualifiedName": "deletePromotionRulesWorkflowId" }, "18240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts", + "qualifiedName": "deletePromotionRulesWorkflow" }, "18241": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deletePromotionRulesWorkflow" }, "18242": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864550,23 +940635,23 @@ }, "18244": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "container" }, "18245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "18246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18248": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.runAsStep" }, "18249": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864578,107 +940663,99 @@ }, "18251": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__0" }, "18252": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "18253": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "18254": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18255": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18256": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18257": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "config" }, "18258": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type" }, "18259": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type.name" }, "18260": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "18261": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18262": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18264": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "RefreshCartShippingMethodsWorkflowInput" - }, - "18265": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "__type" - }, - "18266": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "__type.cart_id" - }, - "18267": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "refreshCartShippingMethodsWorkflowId" - }, - "18268": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "refreshCartShippingMethodsWorkflow" - }, - "18269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refreshCartShippingMethodsWorkflow" - }, - "18270": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "18271": { + "18264": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "18272": { + "18265": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "18273": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "18266": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "18267": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18274": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "18275": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "18276": { + "18268": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" + }, + "18269": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18270": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18271": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18272": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18273": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18274": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18277": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864690,83 +940767,83 @@ }, "18279": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "TOutput" }, "18280": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18281": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "invoke" }, "18282": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "compensate" }, "18283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "DeletePromotionsWorkflowInput" }, "18284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", "qualifiedName": "__type" }, "18285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "__type.ids" }, "18286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "deletePromotionsWorkflowId" }, "18287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "deletePromotionsWorkflow" }, "18288": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "deletePromotionsWorkflow" }, "18289": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18290": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18291": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "container" }, "18292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "18293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18295": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.runAsStep" }, "18296": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18297": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18298": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18299": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864774,175 +940851,175 @@ }, "18300": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type.input" }, "18301": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.run" }, "18302": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type" }, "18303": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18304": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18305": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/refresh-cart-shipping-methods.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18307": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "TransferCartCustomerWorkflowInput" - }, - "18308": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__type" - }, - "18309": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__type.id" - }, - "18310": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__type.customer_id" - }, - "18311": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "transferCartCustomerWorkflowId" - }, - "18312": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "transferCartCustomerWorkflow" - }, - "18313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "transferCartCustomerWorkflow" - }, - "18314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "18315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "18316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "18317": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "18318": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "18319": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "18320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "18321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "18324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "18326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "18327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "18330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "18331": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "args" }, - "18332": { + "18307": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.getName" }, - "18333": { + "18308": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18334": { + "18309": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18335": { + "18310": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "18336": { + "18311": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18337": { + "18312": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18338": { + "18313": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "18339": { + "18314": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, - "18340": { + "18315": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18341": { + "18316": { "sourceFileName": "", - "qualifiedName": "validate" + "qualifiedName": "promotionsDeleted" + }, + "18317": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18318": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18319": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "18320": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" + }, + "18321": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" + }, + "18322": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "__object" + }, + "18323": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", + "qualifiedName": "__object.ids" + }, + "18324": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "compensate" + }, + "18325": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "UpdateCampaignsWorkflowInput" + }, + "18326": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "__type" + }, + "18327": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "__type.campaignsData" + }, + "18328": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "updateCampaignsWorkflowId" + }, + "18329": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "updateCampaignsWorkflow" + }, + "18330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateCampaignsWorkflow" + }, + "18331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18333": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "18334": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "18335": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "18336": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "18337": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "18338": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18339": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18340": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18341": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18342": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "18343": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -864950,87 +941027,87 @@ }, "18344": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type.config" }, "18345": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.config" }, "18346": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "config" }, "18347": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18348": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "18349": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/transfer-cart-customer.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "18350": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type" }, "18351": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "UpdateCartWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18352": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "updateCartWorkflowId" - }, - "18353": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "updateCartWorkflow" - }, - "18354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCartWorkflow" - }, - "18355": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "18356": { + "18353": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "18357": { + "18354": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "18358": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "18355": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "18356": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18357": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18358": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "18359": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18360": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18361": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "config" }, "18362": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "18363": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "sourceFileName": "", + "qualifiedName": "campaignsUpdated" }, "18365": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865038,323 +941115,323 @@ }, "18366": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "18367": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TOutput" }, "18368": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18369": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "18370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "__object" }, "18371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "__object.campaigns" }, "18372": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18373": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.config" }, "18374": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18375": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18376": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18377": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "18378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", + "qualifiedName": "__object.additional_data" }, "18379": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "compensate" }, "18380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts", + "qualifiedName": "updatePromotionRulesWorkflowId" }, "18381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts", + "qualifiedName": "updatePromotionRulesWorkflow" }, "18382": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePromotionRulesWorkflow" }, "18383": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18384": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "18386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "18387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "18388": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18389": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.input" - }, - "18390": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18391": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.currency_code" - }, - "18392": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.region_id" - }, - "18393": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.id" - }, - "18394": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.customer_id" - }, - "18395": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.sales_channel_id" - }, - "18396": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.email" - }, - "18397": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.metadata" - }, - "18398": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.shipping_address" - }, - "18399": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.billing_address" - }, - "18400": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.cart" - }, - "18401": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18402": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.cart" - }, - "18403": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.additional_data" - }, - "18404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18405": { - "sourceFileName": "", - "qualifiedName": "cartUpdated" - }, - "18406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "18409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "18410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "18411": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18412": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.input" - }, - "18413": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18414": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.currency_code" - }, - "18415": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.region_id" - }, - "18416": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.id" - }, - "18417": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.customer_id" - }, - "18418": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.sales_channel_id" - }, - "18419": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.email" - }, - "18420": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.metadata" - }, - "18421": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.shipping_address" - }, - "18422": { - "sourceFileName": "../../../../packages/core/types/src/cart/workflows.ts", - "qualifiedName": "UpdateCartWorkflowInputDTO.billing_address" - }, - "18423": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.cart" - }, - "18424": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object" - }, - "18425": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.cart" - }, - "18426": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart.ts", - "qualifiedName": "__object.additional_data" - }, - "18427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "18428": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "UpdateCartPromotionsWorkflowInput" - }, - "18429": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__type" - }, - "18430": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__type.cart_id" - }, - "18431": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__type.promo_codes" - }, - "18432": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__type.action" - }, - "18433": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "updateCartPromotionsWorkflowId" - }, - "18434": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "updateCartPromotionsWorkflow" - }, - "18435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCartPromotionsWorkflow" - }, - "18436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "18437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "18438": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "18439": { + "18386": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "18440": { + "18387": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "18441": { + "18388": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "18442": { + "18389": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "18443": { + "18390": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18391": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18392": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18393": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18394": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18395": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18396": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18397": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18398": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18399": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18400": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "18401": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "18402": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18403": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18404": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18405": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18406": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "18407": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "18408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18409": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18410": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18411": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18412": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18414": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18415": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "UpdatePromotionsWorkflowInput" + }, + "18416": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "__type" + }, + "18417": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "__type.promotionsData" + }, + "18418": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "updatePromotionsWorkflowId" + }, + "18419": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "updatePromotionsWorkflow" + }, + "18420": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updatePromotionsWorkflow" + }, + "18421": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18422": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18423": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "18424": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "18425": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "18426": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "18427": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "18428": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18429": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18430": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18431": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18432": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18433": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18434": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18435": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18436": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18437": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18438": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "18439": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "18440": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18441": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18442": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18443": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, "18444": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "18445": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.getName" }, "18446": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865362,11 +941439,11 @@ }, "18447": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "18448": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.config" }, "18449": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865378,19 +941455,19 @@ }, "18451": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "config" }, "18452": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.hooks" }, "18453": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "", + "qualifiedName": "promotionsUpdated" }, "18455": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865402,107 +941479,107 @@ }, "18457": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TOutput" }, "18458": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18459": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "18460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "__object" }, "18461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "__object.promotions" }, "18462": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18463": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18464": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18465": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18466": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type" }, "18467": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.name" }, "18468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", + "qualifiedName": "__object.additional_data" }, "18469": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__object" - }, - "18470": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__object.input" - }, - "18471": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-cart-promotions.ts", - "qualifiedName": "__object.cart" - }, - "18472": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "compensate" }, + "18470": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "UpdatePromotionsStatusWorkflowInput" + }, + "18471": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type" + }, + "18472": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.promotionsData" + }, "18473": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", - "qualifiedName": "updateLineItemInCartWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type" }, "18474": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", - "qualifiedName": "updateLineItemInCartWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.id" }, "18475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateLineItemInCartWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.status" }, "18476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "updatePromotionsValidationStep" }, "18477": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "updatePromotionsValidationStep" }, "18478": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "input" }, "18479": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18480": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18481": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18482": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "config" }, "18483": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865510,87 +941587,87 @@ }, "18484": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "18485": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.__type" }, "18486": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "18487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "updatePromotionsStatusWorkflowId" }, "18488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "updatePromotionsStatusWorkflow" }, "18489": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updatePromotionsStatusWorkflow" }, "18490": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18491": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "TResultOverride" }, "18492": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "container" }, "18493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "18494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "18495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "18494": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "18495": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, "18496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", "qualifiedName": "__type" }, "18497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.promotionsData" }, "18498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", "qualifiedName": "__type" }, "18499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.id" }, "18500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.status" }, "18501": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.runAsStep" }, "18502": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18503": { - "sourceFileName": "", - "qualifiedName": "validate" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18504": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18505": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865598,131 +941675,131 @@ }, "18506": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type.input" }, "18507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type" }, "18508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.promotionsData" }, "18509": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type" }, "18510": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", - "qualifiedName": "__object.input" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.id" }, "18511": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-line-item-in-cart.ts", - "qualifiedName": "__object.cart" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.status" }, "18512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type" }, "18513": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "UpdateTaxLinesWorkflowInput" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.promotionsData" }, "18514": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", "qualifiedName": "__type" }, "18515": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "__type.cart_id" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.id" }, "18516": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "__type.items" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.status" }, "18517": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "__type.shipping_methods" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18518": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "__type.force_tax_calculation" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18519": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "updateTaxLinesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18520": { - "sourceFileName": "../../../../packages/core/core-flows/src/cart/workflows/update-tax-lines.ts", - "qualifiedName": "updateTaxLinesWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "18521": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateTaxLinesWorkflow" + "qualifiedName": "__type" }, "18522": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.name" }, "18523": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.run" }, "18524": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type" }, "18525": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18526": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18527": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18528": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "args" }, "18529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", "qualifiedName": "__type" }, "18530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.promotionsData" }, "18531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "18532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", "qualifiedName": "__type" }, + "18532": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.id" + }, "18533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__type.status" }, "18534": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "18535": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18536": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18537": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18538": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865730,51 +941807,51 @@ }, "18539": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18540": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "config" }, "18541": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "18542": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "", + "qualifiedName": "promotionStatusUpdated" }, "18544": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "18545": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18546": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TOutput" }, "18547": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18548": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "18549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__object" }, "18550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__object.promotions" }, "18551": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865782,55 +941859,63 @@ }, "18552": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18553": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.config" }, "18554": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, - "18557": { + "18555": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "18557": { + "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", + "qualifiedName": "__object.additional_data" + }, "18558": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "18559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/create-regions.ts", + "qualifiedName": "createRegionsStepId" }, "18560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/create-regions.ts", + "qualifiedName": "createRegionsStep" }, "18561": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "createRegionsStep" }, "18562": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "input" }, "18563": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/create-remote-links.ts", - "qualifiedName": "createLinksStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18564": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/create-remote-links.ts", - "qualifiedName": "createRemoteLinkStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18565": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createRemoteLinkStep" + "qualifiedName": "__type.config" }, "18566": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "18567": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -865838,207 +941923,215 @@ }, "18568": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "18569": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "18570": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__step__" }, "18571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", + "qualifiedName": "DeleteRegionsStepInput" }, "18572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", + "qualifiedName": "deleteRegionsStepId" }, "18573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", + "qualifiedName": "deleteRegionsStep" }, "18574": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "deleteRegionsStep" }, "18575": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", - "qualifiedName": "DismissRemoteLinksStepInput" - }, - "18576": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", - "qualifiedName": "dismissRemoteLinkStepId" - }, - "18577": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/dismiss-remote-links.ts", - "qualifiedName": "dismissRemoteLinkStep" - }, - "18578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "dismissRemoteLinkStep" - }, - "18579": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "18580": { + "18576": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "18577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "18578": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", + "qualifiedName": "UpdateRegionsStepInput" + }, + "18579": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", "qualifiedName": "__type" }, + "18580": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", + "qualifiedName": "__type.selector" + }, "18581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", + "qualifiedName": "__type.update" }, "18582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", + "qualifiedName": "updateRegionsStepId" }, "18583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", + "qualifiedName": "updateRegionsStep" }, "18584": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateRegionsStep" }, "18585": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "input" }, "18586": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "18587": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.config" }, "18588": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/emit-event.ts", - "qualifiedName": "emitEventStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18589": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/emit-event.ts", - "qualifiedName": "emitEventStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "18590": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "emitEventStep" + "qualifiedName": "__type" }, "18591": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.name" }, "18592": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "18593": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__step__" }, "18594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "SetRegionsPaymentProvidersStepInput" }, "18595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "SetRegionsPaymentProvidersStepInput.input" }, "18596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", "qualifiedName": "__type" }, "18597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "__type.id" }, "18598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "__type.payment_providers" }, "18599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "setRegionsPaymentProvidersStepId" }, "18600": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/remove-remote-links.ts", - "qualifiedName": "removeRemoteLinkStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", + "qualifiedName": "setRegionsPaymentProvidersStep" }, "18601": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/remove-remote-links.ts", - "qualifiedName": "removeRemoteLinkStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setRegionsPaymentProvidersStep" }, "18602": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeRemoteLinkStep" + "qualifiedName": "input" }, "18603": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.__type" }, "18604": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" + }, + "18605": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/create-regions.ts", + "qualifiedName": "createRegionsWorkflowId" + }, + "18606": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/create-regions.ts", + "qualifiedName": "createRegionsWorkflow" }, "18607": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createRegionsWorkflow" }, "18608": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TDataOverride" }, "18609": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "18610": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "container" }, "18611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "18612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18614": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.runAsStep" }, "18615": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/update-remote-links.ts", - "qualifiedName": "updateRemoteLinksStepId" - }, - "18616": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/update-remote-links.ts", - "qualifiedName": "updateRemoteLinksStep" - }, - "18617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRemoteLinksStep" - }, - "18618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "18619": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18616": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18617": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18618": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18619": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, "18620": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18621": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866046,275 +942139,267 @@ }, "18622": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18623": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18624": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18625": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.name" }, "18626": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.run" }, "18627": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "UseQueryGraphStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18628": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18629": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18630": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "TEntry" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18631": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "useQueryGraphStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "18632": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "useQueryGraphStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "18633": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "TEntry" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18634": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-query-graph.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18635": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18636": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/remote-query.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18637": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/remote-query.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18638": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18639": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.hooks" }, "18640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", + "qualifiedName": "DeleteRegionsWorkflowInput" }, "18641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", + "qualifiedName": "__type" }, "18642": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", + "qualifiedName": "__type.ids" + }, + "18643": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", + "qualifiedName": "deleteRegionsWorkflowId" + }, + "18644": { + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", + "qualifiedName": "deleteRegionsWorkflow" + }, + "18645": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteRegionsWorkflow" + }, + "18646": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "18647": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "18648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "18649": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "18650": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "18651": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "18652": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "18653": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18643": { + "18654": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18655": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18656": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18657": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18658": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18659": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18660": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "18661": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "18662": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18663": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "18644": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput" - }, - "18645": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.fields" - }, - "18646": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.variables" - }, - "18647": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_key_not_found" - }, - "18648": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" - }, - "18649": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.list" - }, - "18650": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "EntryStepInput" - }, - "18651": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "EntryStepInput.entry_point" - }, - "18652": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.fields" - }, - "18653": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.variables" - }, - "18654": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_key_not_found" - }, - "18655": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" - }, - "18656": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.list" - }, - "18657": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "ServiceStepInput" - }, - "18658": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "ServiceStepInput.service" - }, - "18659": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.fields" - }, - "18660": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.variables" - }, - "18661": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_key_not_found" - }, - "18662": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.throw_if_relation_not_found" - }, - "18663": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "RemoteStepInput.list" - }, "18664": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "useRemoteQueryStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "18665": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/use-remote-query.ts", - "qualifiedName": "useRemoteQueryStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18666": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "useRemoteQueryStep" + "qualifiedName": "__type" }, "18667": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "TDataOverride" }, "18668": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "TResultOverride" }, "18669": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "args" }, "18670": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "validatePresenceOfStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "18671": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validatePresenceOfStep" + "qualifiedName": "__type" }, "18672": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "18673": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18674": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type.entity" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18675": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type.fields" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18676": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type" - }, - "18677": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type.entity" - }, - "18678": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/steps/validate-presence-of.ts", - "qualifiedName": "__type.fields" - }, - "18679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "18681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "18682": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "18683": { + "18677": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18678": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18681": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18682": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18683": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, "18684": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TCompensateInput" }, "18685": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "invoke" }, "18686": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "compensate" }, "18687": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "batchLinksWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/update-regions.ts", + "qualifiedName": "updateRegionsWorkflowId" }, "18688": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "batchLinksWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/update-regions.ts", + "qualifiedName": "updateRegionsWorkflow" }, "18689": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchLinksWorkflow" + "qualifiedName": "updateRegionsWorkflow" }, "18690": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866341,12 +942426,12 @@ "qualifiedName": "__type.__definition" }, "18696": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "18697": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18698": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866354,15 +942439,15 @@ }, "18699": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "18700": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18701": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "18702": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866370,27 +942455,27 @@ }, "18703": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "18704": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18705": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18706": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18707": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "18708": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.run" }, "18709": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866398,27 +942483,27 @@ }, "18710": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18711": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18712": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18713": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "args" }, "18714": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "18715": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18716": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866426,11 +942511,11 @@ }, "18717": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "18718": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "18719": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866438,35 +942523,35 @@ }, "18720": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18721": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.hooks" }, "18722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", + "qualifiedName": "CreateReservationsStepInput" }, "18723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", + "qualifiedName": "createReservationsStepId" }, "18724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", + "qualifiedName": "createReservationsStep" }, "18725": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReservationsStep" }, "18726": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "18727": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18728": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866474,119 +942559,119 @@ }, "18729": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18730": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18731": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18732": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "18733": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "18734": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__step__" }, "18735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", + "qualifiedName": "DeleteReservationsStepInput" }, "18736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", + "qualifiedName": "deleteReservationsStepId" }, "18737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", + "qualifiedName": "deleteReservationsStep" }, "18738": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteReservationsStep" }, "18739": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "18740": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "18741": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__step__" }, "18742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", + "qualifiedName": "DeleteReservationsByLineItemsStepInput" }, "18743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", + "qualifiedName": "deleteReservationsByLineItemsStepId" }, "18744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", + "qualifiedName": "deleteReservationsByLineItemsStep" }, "18745": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteReservationsByLineItemsStep" }, "18746": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "input" }, "18747": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "18748": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__step__" }, "18749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", + "qualifiedName": "UpdateReservationsStepInput" }, "18750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", + "qualifiedName": "updateReservationsStepId" }, "18751": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "deleted" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", + "qualifiedName": "updateReservationsStep" }, "18752": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateReservationsStep" }, "18753": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "input" }, "18754": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18755": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18756": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18757": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "18758": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866594,59 +942679,59 @@ }, "18759": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "18760": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "18761": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__step__" }, "18762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/create-reservations.ts", + "qualifiedName": "createReservationsWorkflowId" }, "18763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/create-reservations.ts", + "qualifiedName": "createReservationsWorkflow" }, "18764": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReservationsWorkflow" }, "18765": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18766": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18767": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "container" }, "18768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "18769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18771": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.runAsStep" }, "18772": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18773": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866654,15 +942739,15 @@ }, "18774": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "18775": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18776": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "18777": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866670,27 +942755,27 @@ }, "18778": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "18779": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18780": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18781": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18782": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "18783": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.run" }, "18784": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866698,95 +942783,95 @@ }, "18785": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18786": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "18787": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18788": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "18789": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "18790": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18791": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18792": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18793": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18794": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18795": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18796": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.hooks" }, "18797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations.ts", + "qualifiedName": "deleteReservationsWorkflowId" }, "18798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations.ts", + "qualifiedName": "deleteReservationsWorkflow" }, "18799": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteReservationsWorkflow" }, "18800": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TDataOverride" }, "18801": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18802": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "18803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "18804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18806": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "18807": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18808": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866794,15 +942879,15 @@ }, "18809": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "18810": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18811": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "18812": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866810,15 +942895,15 @@ }, "18813": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "18814": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "18815": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "18816": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866826,15 +942911,15 @@ }, "18817": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "18818": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.run" }, "18819": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18820": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866842,155 +942927,147 @@ }, "18821": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TDataOverride" }, "18822": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "18823": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "18824": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "18825": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18826": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18827": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18828": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18829": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" - }, - "18830": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "18832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "18833": { + "18830": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "18834": { + "18831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "18832": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18835": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18836": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18837": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" }, "18838": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "18839": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "18840": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "compensate" }, "18841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", + "qualifiedName": "DeleteReservationByLineItemsWorkflowInput" }, "18842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", "qualifiedName": "__type" }, "18843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", + "qualifiedName": "__type.ids" }, "18844": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", + "qualifiedName": "deleteReservationsByLineItemsWorkflowId" }, "18845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", + "qualifiedName": "deleteReservationsByLineItemsWorkflow" }, "18846": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "deleteReservationsByLineItemsWorkflow" }, "18847": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TDataOverride" }, "18848": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TResultOverride" }, "18849": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "18850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "18851": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "18852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18853": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.runAsStep" }, "18854": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18855": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18856": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18857": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18858": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.input" }, "18859": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -866998,27 +943075,27 @@ }, "18860": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18861": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "18862": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "config" }, "18863": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18864": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "18865": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "18866": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867026,27 +943103,27 @@ }, "18867": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18868": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TDataOverride" }, "18869": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TResultOverride" }, "18870": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "18871": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.getName" }, "18872": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "18873": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867058,131 +943135,123 @@ }, "18875": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18876": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18877": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18878": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.hooks" }, "18879": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/batch-links.ts", - "qualifiedName": "__object.deleted" - }, - "18880": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "18881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, "18882": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18883": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18884": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "18885": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TCompensateInput" }, "18886": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "invoke" }, "18887": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "18888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/update-reservations.ts", + "qualifiedName": "updateReservationsWorkflowId" }, "18889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/update-reservations.ts", + "qualifiedName": "updateReservationsWorkflow" }, "18890": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateReservationsWorkflow" }, "18891": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18892": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TResultOverride" }, "18893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "18894": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/create-links.ts", - "qualifiedName": "createLinksWorkflowId" - }, - "18895": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/create-links.ts", - "qualifiedName": "createLinksWorkflow" - }, - "18896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createLinksWorkflow" - }, - "18897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "18898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "18899": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "18900": { + "18894": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "18901": { + "18895": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "18902": { + "18896": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "18903": { + "18897": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "18904": { + "18898": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18899": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18900": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "18901": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18902": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "18903": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18904": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "18905": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18906": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "config" }, "18907": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867190,35 +943259,35 @@ }, "18908": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.name" }, "18909": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "18910": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18911": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18912": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "TDataOverride" }, "18913": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18914": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "args" }, "18915": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.getName" }, "18916": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867230,99 +943299,99 @@ }, "18918": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "18919": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "18920": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18921": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "config" }, "18922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "18925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "18928": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, + "18923": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "CreateReturnReasonsWorkflowInput" + }, + "18924": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "__type" + }, + "18925": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "__type.data" + }, + "18926": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "CreateReturnReasonsWorkflowOutput" + }, + "18927": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "createReturnReasonsWorkflowId" + }, + "18928": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", + "qualifiedName": "createReturnReasonsWorkflow" + }, "18929": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/dismiss-links.ts", - "qualifiedName": "dismissLinksWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnReasonsWorkflow" }, "18930": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/dismiss-links.ts", - "qualifiedName": "dismissLinksWorkflow" - }, - "18931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "dismissLinksWorkflow" - }, - "18932": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "18933": { + "18931": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "18934": { + "18932": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "18935": { + "18933": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "18936": { + "18934": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "18937": { + "18935": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "18938": { + "18936": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "18939": { + "18937": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "18938": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "18939": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, "18940": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "18941": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.input" }, "18942": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867330,63 +943399,63 @@ }, "18943": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "18944": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18945": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "18946": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18947": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.name" }, "18948": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "18949": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18950": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "18951": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "18952": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "18953": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "args" }, "18954": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.getName" }, "18955": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "18956": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "18957": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18958": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867394,67 +943463,67 @@ }, "18959": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18960": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "18962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "18963": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, + "18962": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", + "qualifiedName": "DeleteReturnReasonsWorkflowInput" + }, + "18963": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", + "qualifiedName": "__type" + }, "18964": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/update-links.ts", - "qualifiedName": "updateLinksWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", + "qualifiedName": "__type.ids" }, "18965": { - "sourceFileName": "../../../../packages/core/core-flows/src/common/workflows/update-links.ts", - "qualifiedName": "updateLinksWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", + "qualifiedName": "deleteReturnReasonsWorkflowId" }, "18966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateLinksWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", + "qualifiedName": "deleteReturnReasonsWorkflow" }, "18967": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "deleteReturnReasonsWorkflow" }, "18968": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TDataOverride" }, "18969": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "TResultOverride" }, "18970": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "18971": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "qualifiedName": "__type" }, "18972": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "qualifiedName": "__type.__joinerConfig" }, "18973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "18974": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "18975": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867462,23 +943531,23 @@ }, "18976": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "18977": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "18978": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "18979": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "18980": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18981": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867486,23 +943555,23 @@ }, "18982": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "18983": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "18984": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "18985": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.name" }, "18986": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "18987": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867510,23 +943579,23 @@ }, "18988": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "18989": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TDataOverride" }, "18990": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "TResultOverride" }, "18991": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "args" }, "18992": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "18993": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867534,11 +943603,11 @@ }, "18994": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "18995": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "18996": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867546,31 +943615,23 @@ }, "18997": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "18998": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "config" }, "18999": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", - "qualifiedName": "CreateCustomersStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "19000": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", - "qualifiedName": "createCustomersStepId" - }, - "19001": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-customers.ts", - "qualifiedName": "createCustomersStep" - }, - "19002": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomersStep" + "qualifiedName": "__type" }, "19003": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "19004": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867578,79 +943639,79 @@ }, "19005": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TOutput" }, "19006": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TCompensateInput" }, "19007": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "invoke" }, "19008": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "19009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", + "qualifiedName": "UpdateReturnReasonsWorkflowInput" }, "19010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "19011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "19012": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", - "qualifiedName": "UpdateCustomersStepInput" - }, - "19013": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", "qualifiedName": "__type" }, - "19014": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "19011": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", "qualifiedName": "__type.selector" }, - "19015": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", + "19012": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", "qualifiedName": "__type.update" }, + "19013": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", + "qualifiedName": "UpdateReturnReasonsWorkflowOutput" + }, + "19014": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", + "qualifiedName": "updateReturnReasonsWorkflowId" + }, + "19015": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", + "qualifiedName": "updateReturnReasonsWorkflow" + }, "19016": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", - "qualifiedName": "updateCustomersStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateReturnReasonsWorkflow" }, "19017": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-customers.ts", - "qualifiedName": "updateCustomersStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19018": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomersStep" + "qualifiedName": "TResultOverride" }, "19019": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "container" }, "19020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "19021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19023": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "19024": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867658,283 +943719,283 @@ }, "19025": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "19026": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__0" }, "19027": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "19028": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", - "qualifiedName": "DeleteCustomersStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "19029": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", - "qualifiedName": "deleteCustomersStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19030": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-customers.ts", - "qualifiedName": "deleteCustomersStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19031": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomersStep" + "qualifiedName": "__type.config" }, "19032": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "19033": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "19034": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.name" }, "19035": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", - "qualifiedName": "CreateCustomerAddressesStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "19036": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", - "qualifiedName": "createCustomerAddressesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19037": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/create-addresses.ts", - "qualifiedName": "createCustomerAddressesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19038": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomerAddressesStep" + "qualifiedName": "TDataOverride" }, "19039": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "TResultOverride" }, "19040": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "19041": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "19042": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19043": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19044": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19045": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "19046": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "19047": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "config" }, "19048": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "UpdateCustomerAddresseStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "19049": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts", + "qualifiedName": "createReturnReasonsStepId" }, "19050": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts", + "qualifiedName": "createReturnReasonsStep" }, "19051": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createReturnReasonsStep" }, "19052": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "updateCustomerAddresseStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19053": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/update-addresses.ts", - "qualifiedName": "updateCustomerAddressesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19054": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomerAddressesStep" + "qualifiedName": "__type.config" }, "19055": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.config" }, "19056": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19057": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19058": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "19059": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__type" }, "19060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "19062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "19063": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, + "19061": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", + "qualifiedName": "DeleteReturnReasonStepInput" + }, + "19062": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", + "qualifiedName": "deleteReturnReasonStepId" + }, + "19063": { + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", + "qualifiedName": "deleteReturnReasonStep" + }, "19064": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", - "qualifiedName": "DeleteCustomerAddressesStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteReturnReasonStep" }, "19065": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", - "qualifiedName": "deleteCustomerAddressesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19066": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/delete-addresses.ts", - "qualifiedName": "deleteCustomerAddressesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19067": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomerAddressesStep" + "qualifiedName": "__type.__step__" }, "19068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts", + "qualifiedName": "updateReturnReasonStepId" }, "19069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts", + "qualifiedName": "updateReturnReasonsStep" }, "19070": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "updateReturnReasonsStep" }, "19071": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "MaybeUnsetDefaultBillingAddressStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19072": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19073": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "__type.create" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19074": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19075": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19076": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19077": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "19078": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "maybeUnsetDefaultBillingAddressesStepId" - }, - "19079": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-billing-addresses.ts", - "qualifiedName": "maybeUnsetDefaultBillingAddressesStep" - }, - "19080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "maybeUnsetDefaultBillingAddressesStep" - }, - "19081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19082": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__type" }, - "19083": { + "19079": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, + "19080": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "AssociateProductsWithSalesChannelsStepInput" + }, + "19081": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "AssociateProductsWithSalesChannelsStepInput.links" + }, + "19082": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "__type" + }, + "19083": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "__type.sales_channel_id" + }, "19084": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "MaybeUnsetDefaultShippingAddressesStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "__type.product_id" }, "19085": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "associateProductsWithSalesChannelsStepId" }, "19086": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type.create" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", + "qualifiedName": "associateProductsWithSalesChannelsStep" }, "19087": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "associateProductsWithSalesChannelsStep" }, "19088": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19089": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19090": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19091": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "maybeUnsetDefaultShippingAddressesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19092": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/maybe-unset-default-shipping-addresses.ts", - "qualifiedName": "maybeUnsetDefaultShippingAddressesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19093": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "maybeUnsetDefaultShippingAddressesStep" + "qualifiedName": "__type" }, "19094": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type.name" }, "19095": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -867945,332 +944006,332 @@ "qualifiedName": "__type.__step__" }, "19097": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts", - "qualifiedName": "validateCustomerAccountCreationStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", + "qualifiedName": "CreateDefaultSalesChannelStepInput" }, "19098": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/steps/validate-customer-account-creation.ts", - "qualifiedName": "validateCustomerAccountCreation" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", + "qualifiedName": "CreateDefaultSalesChannelStepInput.data" }, "19099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateCustomerAccountCreation" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", + "qualifiedName": "createDefaultSalesChannelStepId" }, "19100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", + "qualifiedName": "createDefaultSalesChannelStep" }, "19101": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createDefaultSalesChannelStep" }, "19102": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "input" }, "19103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "19104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "19105": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19104": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "id" + }, + "19105": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "name" + }, "19106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "description" }, "19107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "is_disabled" }, "19108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "metadata" }, "19109": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "CreateCustomerAddressesWorkflowInput" + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "locations" }, "19110": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19111": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "__type.addresses" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19112": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "createCustomerAddressesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19113": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "createCustomerAddressesWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19114": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomerAddressesWorkflow" + "qualifiedName": "__type" }, "19115": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.name" }, "19116": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.__type" }, "19117": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.__step__" }, "19118": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", + "qualifiedName": "CreateSalesChannelsStepInput" }, "19119": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", + "qualifiedName": "CreateSalesChannelsStepInput.data" }, "19120": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", + "qualifiedName": "createSalesChannelsStepId" }, "19121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", + "qualifiedName": "createSalesChannelsStep" }, "19122": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createSalesChannelsStep" }, "19123": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19124": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19125": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19126": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "19127": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19128": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19129": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "19130": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__type" }, "19131": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", + "qualifiedName": "DeleteSalesChannelsStepInput" }, "19133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", + "qualifiedName": "deleteSalesChannelsStepId" }, "19134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", + "qualifiedName": "deleteSalesChannelsStep" }, "19135": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteSalesChannelsStep" }, "19136": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "input" }, "19137": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.__type" }, "19138": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.__step__" }, "19139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "DetachProductsFromSalesChannelsStepInput" }, "19140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "DetachProductsFromSalesChannelsStepInput.links" }, "19141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", "qualifiedName": "__type" }, "19142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "__type.sales_channel_id" }, "19143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "__type.product_id" }, "19144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "detachProductsFromSalesChannelsStepId" }, "19145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", + "qualifiedName": "detachProductsFromSalesChannelsStep" }, "19146": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "detachProductsFromSalesChannelsStep" }, "19147": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19148": { - "sourceFileName": "", - "qualifiedName": "addressesCreated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19149": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "UpdateSalesChannelsStepInput" }, "19151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "__type" }, "19152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "__type.selector" }, "19153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "__type.update" }, "19154": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "updateSalesChannelsStepId" }, "19155": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "__object.addresses" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", + "qualifiedName": "updateSalesChannelsStep" }, "19156": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateSalesChannelsStep" }, "19157": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "input" }, "19158": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19159": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "19160": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19161": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "19162": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-addresses.ts", - "qualifiedName": "__object.additional_data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19163": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type.name" }, "19164": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "CreateCustomerAccountWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19165": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19166": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "__type.authIdentityId" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "AssociateLocationsWithSalesChannelsStepInput" }, "19167": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "__type.customerData" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "AssociateLocationsWithSalesChannelsStepInput.links" }, "19168": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "createCustomerAccountWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "__type" }, "19169": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customer-account.ts", - "qualifiedName": "createCustomerAccountWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "__type.sales_channel_id" }, "19170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomerAccountWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "__type.location_id" }, "19171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "associateLocationsWithSalesChannelsStepId" }, "19172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", + "qualifiedName": "associateLocationsWithSalesChannelsStep" }, "19173": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "associateLocationsWithSalesChannelsStep" }, "19174": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19175": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19176": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19177": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type.config" }, "19178": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19179": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868278,115 +944339,115 @@ }, "19180": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.name" }, "19181": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19182": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.__step__" }, "19183": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "DetachLocationsFromSalesChannelsStepInput" + }, + "19184": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "DetachLocationsFromSalesChannelsStepInput.links" + }, + "19185": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "__type" + }, + "19186": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "__type.sales_channel_id" + }, + "19187": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "__type.location_id" + }, + "19188": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "detachLocationsFromSalesChannelsStepId" + }, + "19189": { + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", + "qualifiedName": "detachLocationsFromSalesChannelsStep" + }, + "19190": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "detachLocationsFromSalesChannelsStep" + }, + "19191": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "19192": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19184": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "id" - }, - "19185": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "email" - }, - "19186": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "has_account" - }, - "19187": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "default_billing_address_id" - }, - "19188": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "default_shipping_address_id" - }, - "19189": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "company_name" - }, - "19190": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "first_name" - }, - "19191": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "last_name" - }, - "19192": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "addresses" - }, "19193": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "phone" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19194": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "groups" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19195": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19196": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19197": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, "19198": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19199": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19200": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", + "qualifiedName": "CanDeleteSalesChannelsOrThrowStepInput" }, "19201": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", + "qualifiedName": "__type" }, "19202": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "created_by" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", + "qualifiedName": "__type.ids" }, "19203": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "deleted_at" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", + "qualifiedName": "canDeleteSalesChannelsOrThrowStepId" }, "19204": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", + "qualifiedName": "canDeleteSalesChannelsOrThrowStep" }, "19205": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "canDeleteSalesChannelsOrThrowStep" }, "19206": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19207": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19208": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868394,143 +944455,143 @@ }, "19209": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "19210": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19211": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "19212": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.name" }, "19213": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19214": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", + "qualifiedName": "LinkProductsToSalesChannelWorkflowInput" }, "19216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", + "qualifiedName": "linkProductsToSalesChannelWorkflowId" }, "19217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", + "qualifiedName": "linkProductsToSalesChannelWorkflow" }, "19218": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "linkProductsToSalesChannelWorkflow" }, "19219": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19220": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "19221": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "container" }, "19222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "19223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "19225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "19226": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "CreateCustomersWorkflowInput" - }, - "19227": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "__type" - }, - "19228": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "__type.customersData" - }, - "19229": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "createCustomersWorkflowId" - }, - "19230": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "createCustomersWorkflow" - }, - "19231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomersWorkflow" - }, - "19232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "19233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "19234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "19235": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "19236": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "19237": { + "19224": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "19238": { + "19225": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "19226": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19227": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "19229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "19231": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19232": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19233": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19234": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "19235": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19236": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "19237": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "19238": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "19239": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19240": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19241": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "TResultOverride" }, "19242": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "19243": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.getName" }, "19244": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868538,7 +944599,7 @@ }, "19245": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19246": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868546,7 +944607,7 @@ }, "19247": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19248": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868554,115 +944615,107 @@ }, "19249": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "19250": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.hooks" }, "19251": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, "19254": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "19255": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "19256": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TOutput" }, "19257": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "19258": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "19259": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "compensate" }, "19260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", + "qualifiedName": "CreateSalesChannelsWorkflowInput" }, "19261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", "qualifiedName": "__type" }, "19262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", + "qualifiedName": "__type.salesChannelsData" }, "19263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", + "qualifiedName": "CreateSalesChannelsWorkflowOutput" }, "19264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", + "qualifiedName": "createSalesChannelsWorkflowId" }, "19265": { - "sourceFileName": "", - "qualifiedName": "customersCreated" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", + "qualifiedName": "createSalesChannelsWorkflow" }, "19266": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createSalesChannelsWorkflow" }, "19267": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19268": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "TResultOverride" }, "19269": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "container" }, "19270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19271": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19272": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "__object.customers" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19273": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "19274": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19275": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19276": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__0" }, "19277": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868670,71 +944723,71 @@ }, "19278": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.input" }, "19279": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/create-customers.ts", - "qualifiedName": "__object.additional_data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19280": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type.config" }, "19281": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "DeleteCustomerAddressesWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19282": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19283": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "__type.ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19284": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "deleteCustomerAddressesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "19285": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "deleteCustomerAddressesWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "19286": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomerAddressesWorkflow" + "qualifiedName": "__type" }, "19287": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "19288": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TDataOverride" }, "19289": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "TResultOverride" }, "19290": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "19291": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "19292": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19293": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "19294": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19295": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868742,79 +944795,79 @@ }, "19296": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19297": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19298": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.hooks" }, "19299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", + "qualifiedName": "DeleteSalesChannelsWorkflowInput" }, "19300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", "qualifiedName": "__type" }, "19301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", + "qualifiedName": "__type.ids" }, "19302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", + "qualifiedName": "deleteSalesChannelsWorkflowId" }, "19303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", + "qualifiedName": "deleteSalesChannelsWorkflow" }, "19304": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "deleteSalesChannelsWorkflow" }, "19305": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "TDataOverride" }, "19306": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "19307": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "19308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19311": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "19312": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "19313": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19314": { - "sourceFileName": "", - "qualifiedName": "addressesDeleted" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "19315": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -868822,271 +944875,263 @@ }, "19316": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "19317": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type" }, "19318": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.config" }, "19319": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type.config" }, "19320": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19321": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-addresses.ts", - "qualifiedName": "__object.ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19322": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type.name" }, "19323": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "DeleteCustomersWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "19324": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19325": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "__type.ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19326": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "deleteCustomersWorkflowId" - }, - "19327": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "deleteCustomersWorkflow" - }, - "19328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomersWorkflow" - }, - "19329": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "19330": { + "19327": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "19331": { + "19328": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "19332": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "19329": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "19330": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19331": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19332": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "19333": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19334": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19335": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "config" }, "19336": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "19337": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "19339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, "19340": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19341": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "19342": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "19343": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "19344": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "invoke" }, "19345": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "compensate" }, "19346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "UpdateSalesChannelsWorkflowInput" }, "19347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "__type" }, "19348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "__type.selector" }, "19349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "__type.update" }, "19350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "UpdateSalesChannelsWorkflowOutput" }, "19351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "updateSalesChannelsWorkflowId" }, "19352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", + "qualifiedName": "updateSalesChannelsWorkflow" }, "19353": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "updateSalesChannelsWorkflow" }, "19354": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "TDataOverride" }, "19355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19356": { - "sourceFileName": "", - "qualifiedName": "customersDeleted" - }, - "19357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "19360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "19361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "19362": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "__object" - }, - "19363": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/delete-customers.ts", - "qualifiedName": "__object.ids" - }, - "19364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "19365": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", - "qualifiedName": "RemoveCustomerAccountWorkflowInput" - }, - "19366": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", - "qualifiedName": "__type" - }, - "19367": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", - "qualifiedName": "__type.customerId" - }, - "19368": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", - "qualifiedName": "removeCustomerAccountWorkflowId" - }, - "19369": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/remove-customer-account.ts", - "qualifiedName": "removeCustomerAccountWorkflow" - }, - "19370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeCustomerAccountWorkflow" - }, - "19371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "19372": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "19373": { + "19356": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "19374": { + "19357": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "19375": { + "19358": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "19376": { + "19359": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "19377": { + "19360": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "19378": { + "19361": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19362": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19363": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "19364": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19365": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "19366": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19367": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19368": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19369": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "19370": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19371": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "19372": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "19373": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19374": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "19376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "19377": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "19378": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, "19379": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19380": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19381": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19382": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19383": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869094,55 +945139,55 @@ }, "19384": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "19385": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.hooks" }, "19386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", + "qualifiedName": "ListShippingOptionsForContextStepInput" }, "19387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", + "qualifiedName": "ListShippingOptionsForContextStepInput.context" }, "19388": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", + "qualifiedName": "ListShippingOptionsForContextStepInput.config" }, "19389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", + "qualifiedName": "listShippingOptionsForContextStepId" }, "19390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", + "qualifiedName": "listShippingOptionsForContextStep" }, "19391": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "listShippingOptionsForContextStep" }, "19392": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "input" }, "19393": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "19394": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.config" }, "19395": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.config" }, "19396": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19397": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869150,99 +945195,99 @@ }, "19398": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "19399": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19400": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", + "qualifiedName": "DeleteShippingProfilesStepInput" }, "19402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", + "qualifiedName": "deleteShippingProfilesStepId" }, "19403": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "UpdateCustomerAddressesWorkflowInput" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", + "qualifiedName": "deleteShippingProfilesStep" }, "19404": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteShippingProfilesStep" }, "19405": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19406": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19407": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "updateCustomerAddressesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19408": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "updateCustomerAddressesWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", + "qualifiedName": "DeleteShippingProfilesWorkflowInput" }, "19409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomerAddressesWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", + "qualifiedName": "__type" }, "19410": { + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", + "qualifiedName": "__type.ids" + }, + "19411": { + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", + "qualifiedName": "deleteShippingProfileWorkflowId" + }, + "19412": { + "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", + "qualifiedName": "deleteShippingProfileWorkflow" + }, + "19413": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteShippingProfileWorkflow" + }, + "19414": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "19411": { + "19415": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "19412": { + "19416": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "19413": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "19414": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "19415": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "19416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, "19417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "19418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19420": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "19421": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19422": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869250,15 +945295,15 @@ }, "19423": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "19424": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19425": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "19426": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869266,15 +945311,15 @@ }, "19427": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "19428": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.config" }, "19429": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19430": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869282,35 +945327,35 @@ }, "19431": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.name" }, "19432": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.run" }, "19433": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "19434": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "19435": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19436": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "19437": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "args" }, "19438": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "19439": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869318,147 +945363,139 @@ }, "19440": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19441": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.config" }, "19442": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19443": { - "sourceFileName": "", - "qualifiedName": "addressesUpdated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19444": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19445": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "19446": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "19447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "19448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type" }, "19449": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19450": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__object.addresses" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19451": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "19452": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TCompensateInput" }, "19453": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "19454": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "compensate" }, "19455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", + "qualifiedName": "CreateStockLocationsStepInput" }, "19456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", + "qualifiedName": "createStockLocationsStepId" }, "19457": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-addresses.ts", - "qualifiedName": "__object.additional_data" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", + "qualifiedName": "createStockLocations" }, "19458": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "createStockLocations" }, "19459": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "UpdateCustomersWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19460": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19461": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19462": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19463": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "updateCustomersWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19464": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "updateCustomersWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19465": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomersWorkflow" + "qualifiedName": "__type.name" }, "19466": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.__type" }, "19467": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.__step__" }, "19468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts", + "qualifiedName": "updateStockLocationsStepId" }, "19469": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts", + "qualifiedName": "updateStockLocationsStep" }, "19470": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateStockLocationsStep" }, "19471": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19472": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "19473": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19474": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19475": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "config" }, "19476": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869466,63 +945503,55 @@ }, "19477": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.name" }, "19478": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19479": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__step__" }, "19480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", + "qualifiedName": "DeleteStockLocationsStepInput" }, "19481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", + "qualifiedName": "deleteStockLocationsStepId" }, "19482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", + "qualifiedName": "deleteStockLocationsStep" }, "19483": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "deleteStockLocationsStep" }, "19484": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "input" }, "19485": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, "19488": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "19489": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.config" }, "19490": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.config" }, "19491": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19492": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869530,59 +945559,59 @@ }, "19493": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "19494": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19495": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", + "qualifiedName": "createLocationFulfillmentSetWorkflowId" }, "19497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", + "qualifiedName": "createLocationFulfillmentSetWorkflow" }, "19498": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "createLocationFulfillmentSetWorkflow" }, "19499": { - "sourceFileName": "", - "qualifiedName": "customersUpdated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19500": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "19501": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "19502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19505": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "19506": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "__object.customers" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19507": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869590,15 +945619,15 @@ }, "19508": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "19509": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19510": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "19511": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869606,95 +945635,87 @@ }, "19512": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "19513": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer/workflows/update-customers.ts", - "qualifiedName": "__object.additional_data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19514": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "config" }, "19515": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "UpdateCustomerGroupsWorkflowInput" - }, - "19516": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19516": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, "19517": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "19518": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19519": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "UpdateCustomerGroupsWorkflowOutput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19520": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "updateCustomerGroupsWorkflowId" - }, - "19521": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/update-customer-groups.ts", - "qualifiedName": "updateCustomerGroupsWorkflow" - }, - "19522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomerGroupsWorkflow" - }, - "19523": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "19524": { + "19521": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "19525": { + "19522": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "19526": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "19523": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "19524": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19525": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19526": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "19527": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19528": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19529": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "config" }, "19530": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "19531": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "19533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, "19534": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19535": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869702,67 +945723,67 @@ }, "19536": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TOutput" }, "19537": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TCompensateInput" }, "19538": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "invoke" }, "19539": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "19540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", + "qualifiedName": "CreateStockLocationsWorkflowInput" }, "19541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", + "qualifiedName": "CreateStockLocationsWorkflowInput.locations" }, "19542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", + "qualifiedName": "createStockLocationsWorkflowId" }, "19543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", + "qualifiedName": "createStockLocationsWorkflow" }, "19544": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "createStockLocationsWorkflow" }, "19545": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "TDataOverride" }, "19546": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "TResultOverride" }, "19547": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "container" }, "19548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "19549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19551": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "19552": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869770,75 +945791,75 @@ }, "19553": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19554": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__0" }, "19555": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", - "qualifiedName": "DeleteCustomerGroupsWorkflowInput" - }, - "19556": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, "19557": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", - "qualifiedName": "__type.ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19558": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", - "qualifiedName": "deleteCustomerGroupsWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19559": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/delete-customer-groups.ts", - "qualifiedName": "deleteCustomerGroupsWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19560": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomerGroupsWorkflow" + "qualifiedName": "config" }, "19561": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "19562": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.name" }, "19563": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.run" }, "19564": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19565": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19566": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19567": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "TResultOverride" }, "19568": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "19569": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "19570": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19571": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869846,7 +945867,7 @@ }, "19572": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "19573": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869854,35 +945875,35 @@ }, "19574": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19575": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "19576": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.hooks" }, "19577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", + "qualifiedName": "DeleteStockLocationWorkflowInput" }, "19578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", + "qualifiedName": "DeleteStockLocationWorkflowInput.ids" }, "19579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", + "qualifiedName": "deleteStockLocationsWorkflowId" }, "19580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", + "qualifiedName": "deleteStockLocationsWorkflow" }, "19581": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteStockLocationsWorkflow" }, "19582": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869894,23 +945915,23 @@ }, "19584": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "container" }, "19585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19588": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.runAsStep" }, "19589": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -869922,97 +945943,97 @@ }, "19591": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__0" }, "19592": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type" }, "19593": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "19594": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19595": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "19596": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19597": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19598": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type" }, "19599": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.name" }, "19600": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type.run" }, "19601": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "19602": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", - "qualifiedName": "CreateCustomerGroupsWorkflowInput" - }, - "19603": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", "qualifiedName": "__type" }, - "19604": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", - "qualifiedName": "__type.customersData" - }, - "19605": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", - "qualifiedName": "CreateCustomerGroupsWorkflowOutput" - }, - "19606": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", - "qualifiedName": "createCustomerGroupsWorkflowId" - }, - "19607": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/create-customer-groups.ts", - "qualifiedName": "createCustomerGroupsWorkflow" - }, - "19608": { + "19602": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomerGroupsWorkflow" + "qualifiedName": "__type" }, - "19609": { + "19603": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "19610": { + "19604": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "19611": { + "19605": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "args" }, - "19612": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "19606": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "19607": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19608": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19609": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19610": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19611": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19612": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, "19613": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "19614": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "19615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "19616": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, @@ -870022,79 +946043,79 @@ }, "19618": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19619": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "19620": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "TCompensateInput" }, "19621": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "invoke" }, "19622": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "compensate" }, "19623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", + "qualifiedName": "UpdateStockLocationsWorkflowInput" }, "19624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", + "qualifiedName": "UpdateStockLocationsWorkflowInput.selector" }, "19625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", + "qualifiedName": "UpdateStockLocationsWorkflowInput.update" }, "19626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", + "qualifiedName": "updateStockLocationsWorkflowId" }, "19627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", + "qualifiedName": "updateStockLocationsWorkflow" }, "19628": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateStockLocationsWorkflow" }, "19629": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19630": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "TResultOverride" }, "19631": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "container" }, "19632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19635": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "19636": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19637": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870102,71 +946123,71 @@ }, "19638": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "19639": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19640": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.input" }, "19641": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", - "qualifiedName": "LinkCustomersToCustomerGroupWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19642": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", - "qualifiedName": "linkCustomersToCustomerGroupWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19643": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customers-customer-group.ts", - "qualifiedName": "linkCustomersToCustomerGroupWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19644": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkCustomersToCustomerGroupWorkflow" + "qualifiedName": "config" }, "19645": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "19646": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.name" }, "19647": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.run" }, "19648": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19649": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19650": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19651": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "TResultOverride" }, "19652": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "19653": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "19654": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19655": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870174,7 +946195,7 @@ }, "19656": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "19657": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870182,63 +946203,63 @@ }, "19658": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19659": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "19660": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.hooks" }, "19661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", + "qualifiedName": "LinkSalesChannelsToStockLocationWorkflowInput" }, "19662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", + "qualifiedName": "linkSalesChannelsToStockLocationWorkflowId" }, "19663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", + "qualifiedName": "linkSalesChannelsToStockLocationWorkflow" }, "19664": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "linkSalesChannelsToStockLocationWorkflow" }, "19665": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "19666": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "TResultOverride" }, "19667": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "container" }, "19668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19671": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "19672": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19673": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870246,23 +946267,31 @@ }, "19674": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "19675": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19676": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.input" }, "19677": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19678": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19679": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "19680": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19681": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870270,115 +946299,107 @@ }, "19682": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "qualifiedName": "__type.name" }, "19683": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "__type.run" }, "19684": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "__type" }, "19685": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type" }, "19686": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", - "qualifiedName": "LinkCustomerGroupsToCustomerWorkflowInput" - }, - "19687": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", - "qualifiedName": "linkCustomerGroupsToCustomerWorkflowId" - }, - "19688": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/workflows/link-customer-groups-customer.ts", - "qualifiedName": "linkCustomerGroupsToCustomerWorkflow" - }, - "19689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkCustomerGroupsToCustomerWorkflow" - }, - "19690": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "19691": { + "19687": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, + "19688": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "19689": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "19690": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19691": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "19692": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.config" }, "19693": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19694": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19695": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19696": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type.hooks" }, "19697": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, "19700": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19701": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19702": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "19703": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TCompensateInput" }, "19704": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "19705": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "compensate" }, "19706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/create-stores.ts", + "qualifiedName": "createStoresStepId" }, "19707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/create-stores.ts", + "qualifiedName": "createStoresStep" }, "19708": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "createStoresStep" }, "19709": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19710": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870386,195 +946407,203 @@ }, "19711": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "19712": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.config" }, "19713": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "config" }, "19714": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "19715": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "19716": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19717": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__step__" }, "19718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", + "qualifiedName": "DeleteStoresStepInput" }, "19719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", + "qualifiedName": "deleteStoresStepId" }, "19720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", + "qualifiedName": "deleteStoresStep" }, "19721": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "deleteStoresStep" }, "19722": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" + }, + "19723": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "19724": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", + "qualifiedName": "UpdateStoresStepInput" }, "19726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", "qualifiedName": "__type" }, "19727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "19728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "19729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "19730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "19731": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", - "qualifiedName": "UpdateCustomerGroupStepInput" - }, - "19732": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", - "qualifiedName": "__type" - }, - "19733": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", "qualifiedName": "__type.selector" }, - "19734": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", + "19728": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", "qualifiedName": "__type.update" }, - "19735": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", - "qualifiedName": "updateCustomerGroupStepId" + "19729": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", + "qualifiedName": "updateStoresStepId" }, - "19736": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/update-customer-groups.ts", - "qualifiedName": "updateCustomerGroupsStep" + "19730": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", + "qualifiedName": "updateStoresStep" }, - "19737": { + "19731": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCustomerGroupsStep" + "qualifiedName": "updateStoresStep" }, - "19738": { + "19732": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "19739": { + "19733": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19740": { + "19734": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "19741": { + "19735": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "19742": { + "19736": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "19743": { + "19737": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19744": { + "19738": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "19745": { + "19739": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__type" }, - "19746": { + "19740": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, + "19741": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "CreateStoresWorkflowInput" + }, + "19742": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "__type" + }, + "19743": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "__type.stores" + }, + "19744": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "CreateStoresWorkflowOutput" + }, + "19745": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "createStoresWorkflowId" + }, + "19746": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", + "qualifiedName": "createStoresWorkflow" + }, "19747": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", - "qualifiedName": "DeleteCustomerGroupsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createStoresWorkflow" }, "19748": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", - "qualifiedName": "deleteCustomerGroupStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19749": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/delete-customer-groups.ts", - "qualifiedName": "deleteCustomerGroupStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "19750": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCustomerGroupStep" + "qualifiedName": "container" }, "19751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19754": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", - "qualifiedName": "CreateCustomerGroupsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "19755": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", - "qualifiedName": "createCustomerGroupsStepId" - }, - "19756": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/create-customer-groups.ts", - "qualifiedName": "createCustomerGroupsStep" - }, - "19757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCustomerGroupsStep" - }, - "19758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19759": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19756": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19757": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "19758": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19759": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, "19760": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19761": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870582,127 +946611,127 @@ }, "19762": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "19763": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19764": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "19765": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.name" }, "19766": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.run" }, "19767": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts", - "qualifiedName": "linkCustomersToCustomerGroupStepId" - }, - "19768": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customers-customer-group.ts", - "qualifiedName": "linkCustomersToCustomerGroupStep" - }, - "19769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkCustomersToCustomerGroupStep" - }, - "19770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "19772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "19773": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts", - "qualifiedName": "linkCustomerGroupsToCustomerStepId" - }, - "19774": { - "sourceFileName": "../../../../packages/core/core-flows/src/customer-group/steps/link-customer-groups-customer.ts", - "qualifiedName": "linkCustomerGroupsToCustomerStep" - }, - "19775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkCustomerGroupsToCustomerStep" - }, - "19776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "19778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "19779": { - "sourceFileName": "../../../../packages/core/core-flows/src/defaults/steps/create-default-store.ts", - "qualifiedName": "createDefaultStoreStepId" - }, - "19780": { - "sourceFileName": "../../../../packages/core/core-flows/src/defaults/steps/create-default-store.ts", - "qualifiedName": "createDefaultStoreStep" - }, - "19781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createDefaultStoreStep" - }, - "19782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19783": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19768": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19769": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "19770": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "19771": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "19772": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "19773": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19774": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19775": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19776": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19777": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19778": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "19779": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "19780": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", + "qualifiedName": "DeleteStoresWorkflowInput" + }, + "19781": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", + "qualifiedName": "__type" + }, + "19782": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", + "qualifiedName": "__type.ids" + }, + "19783": { + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", + "qualifiedName": "deleteStoresWorkflowId" + }, "19784": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", + "qualifiedName": "deleteStoresWorkflow" }, "19785": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "name" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteStoresWorkflow" }, "19786": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "supported_currencies" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19787": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_sales_channel_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "19788": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_region_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "19789": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_location_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "19790": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19791": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19792": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "19793": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870710,71 +946739,71 @@ }, "19794": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19795": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "19796": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "19797": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "19798": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "19799": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.config" }, "19800": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.config" }, "19801": { - "sourceFileName": "../../../../packages/core/core-flows/src/defaults/workflows/create-defaults.ts", - "qualifiedName": "createDefaultsWorkflowID" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19802": { - "sourceFileName": "../../../../packages/core/core-flows/src/defaults/workflows/create-defaults.ts", - "qualifiedName": "createDefaultsWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19803": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createDefaultsWorkflow" + "qualifiedName": "__type.name" }, "19804": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.run" }, "19805": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "19806": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "19807": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "19807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, "19808": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "19809": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "19810": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type.getName" }, "19811": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870786,7 +946815,7 @@ }, "19813": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.config" }, "19814": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870794,99 +946823,91 @@ }, "19815": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type" }, "19816": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "19817": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "19818": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "name" - }, - "19819": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "supported_currencies" - }, - "19820": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_sales_channel_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19821": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_region_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19822": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "default_location_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19823": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" }, "19824": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TCompensateInput" }, "19825": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "invoke" }, "19826": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "19827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", + "qualifiedName": "UpdateStoresWorkflowOutput" }, "19828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", + "qualifiedName": "updateStoresWorkflowId" }, "19829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", + "qualifiedName": "updateStoresWorkflow" }, "19830": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateStoresWorkflow" }, "19831": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TDataOverride" }, "19832": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TResultOverride" }, "19833": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "container" }, "19834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "19835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "19836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "19837": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.runAsStep" }, "19838": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "19839": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870894,15 +946915,15 @@ }, "19840": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "19841": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19842": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "19843": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870910,71 +946931,71 @@ }, "19844": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "19845": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.config" }, "19846": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "UploadFilesStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "19847": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "19848": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type.files" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "19849": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "19850": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type.filename" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19851": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type.mimeType" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19852": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type.content" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "19853": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "__type.access" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "19854": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "uploadFilesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "19855": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/upload-files.ts", - "qualifiedName": "uploadFilesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "19856": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "uploadFilesStep" + "qualifiedName": "__type" }, "19857": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "19858": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19859": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19860": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19861": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -870982,667 +947003,675 @@ }, "19862": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "19863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-regions.ts", + "qualifiedName": "createTaxRegionsStepId" }, "19864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-regions.ts", + "qualifiedName": "createTaxRegionsStep" }, "19865": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "createTaxRegionsStep" }, "19866": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", - "qualifiedName": "DeleteFilesStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19867": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", - "qualifiedName": "deleteFilesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19868": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/steps/delete-files.ts", - "qualifiedName": "deleteFilesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19869": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteFilesStep" + "qualifiedName": "__type.config" }, "19870": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "19871": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "19872": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.name" }, "19873": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "UploadFilesWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19874": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19875": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type.files" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", + "qualifiedName": "DeleteTaxRegionsStepInput" }, "19876": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", + "qualifiedName": "deleteTaxRegionsStepId" }, "19877": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type.filename" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", + "qualifiedName": "deleteTaxRegionsStep" }, "19878": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type.mimeType" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteTaxRegionsStep" }, "19879": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type.content" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19880": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "__type.access" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19881": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "uploadFilesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19882": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/upload-files.ts", - "qualifiedName": "uploadFilesWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput" }, "19883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "uploadFilesWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.orderOrCart" }, "19884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.items" }, "19885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.shipping_methods" }, "19886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.force_tax_calculation" }, "19887": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.is_return" }, "19888": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "GetItemTaxLinesStepInput.shipping_address" }, "19889": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "getItemTaxLinesStepId" }, "19890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "getItemTaxLinesStep" }, "19891": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "getItemTaxLinesStep" }, "19892": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19893": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "19894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "lineItemTaxLines" }, "19895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "shippingMethodsTaxLines" }, "19896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object" }, "19897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.lineItemTaxLines" }, "19898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.shippingMethodsTaxLines" }, "19899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object" }, "19900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.lineItemTaxLines" }, "19901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.shippingMethodsTaxLines" }, "19902": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "19903": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19904": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19905": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "config" }, "19906": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "19907": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.name" }, "19908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object" }, "19909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.lineItemTaxLines" }, "19910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.shippingMethodsTaxLines" }, "19911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object" }, "19912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.lineItemTaxLines" }, "19913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", + "qualifiedName": "__object.shippingMethodsTaxLines" }, "19914": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.__type" }, "19915": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.__step__" }, "19916": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", - "qualifiedName": "DeleteFilesWorkflowInput" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rates.ts", + "qualifiedName": "createTaxRatesStepId" }, "19917": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rates.ts", + "qualifiedName": "createTaxRatesStep" }, "19918": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", - "qualifiedName": "__type.ids" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createTaxRatesStep" }, "19919": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", - "qualifiedName": "deleteFilesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" }, "19920": { - "sourceFileName": "../../../../packages/core/core-flows/src/file/workflows/delete-files.ts", - "qualifiedName": "deleteFilesWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "19921": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteFilesWorkflow" + "qualifiedName": "__type.config" }, "19922": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.config" }, "19923": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "config" }, "19924": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "19925": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "19925": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, "19926": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19927": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "19928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", + "qualifiedName": "UpdateTaxRatesStepInput" }, "19929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", "qualifiedName": "__type" }, "19930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", + "qualifiedName": "__type.selector" }, "19931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", + "qualifiedName": "__type.update" }, "19932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", + "qualifiedName": "updateTaxRatesStepId" }, "19933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", + "qualifiedName": "updateTaxRatesStep" }, "19934": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "updateTaxRatesStep" }, "19935": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "input" }, "19936": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "19937": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "19938": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "19939": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "19940": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "19941": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "19942": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__type" }, "19943": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.__step__" }, "19944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", + "qualifiedName": "DeleteTaxRatesStepInput" }, "19945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", + "qualifiedName": "deleteTaxRatesStepId" }, "19946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", + "qualifiedName": "deleteTaxRatesStep" }, "19947": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteTaxRatesStep" }, "19948": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "19949": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.__type" }, "19950": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", + "qualifiedName": "DeleteTaxRateRulesStepInput" }, "19952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", + "qualifiedName": "deleteTaxRateRulesStepId" }, "19953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", + "qualifiedName": "deleteTaxRateRulesStep" }, "19954": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteTaxRateRulesStep" + }, + "19955": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "19956": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "19957": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "19958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts", + "qualifiedName": "createTaxRateRulesStepId" }, "19959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts", + "qualifiedName": "createTaxRateRulesStep" }, "19960": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "createTaxRateRulesStep" }, "19961": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "input" }, "19962": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type" }, "19963": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "buildPriceSet" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19964": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "buildPriceSet" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "19965": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "prices" - }, - "19966": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "regionToCurrencyMap" - }, - "19967": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "ShippingOptionsPriceCurrencyCode" - }, - "19968": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "ShippingOptionsPriceCurrencyCode.currency_code" - }, - "19969": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "ShippingOptionsPriceCurrencyCode.amount" - }, - "19970": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "ShippingOptionsPriceCurrencyCode.rules" - }, - "19971": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "CreateShippingOptionsPriceSetsStepInput" - }, - "19972": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type" - }, - "19973": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.id" - }, - "19974": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.prices" - }, - "19975": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "CreateShippingOptionsPriceSetsStepOutput" - }, - "19976": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type" - }, - "19977": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.id" - }, - "19978": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.priceSetId" - }, - "19979": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "createShippingOptionsPriceSetsStepId" - }, - "19980": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "createShippingOptionsPriceSetsStep" - }, - "19981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingOptionsPriceSetsStep" - }, - "19982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "19983": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type" - }, - "19984": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.id" - }, - "19985": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.priceSetId" - }, - "19986": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type" - }, - "19987": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.id" - }, - "19988": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/add-shipping-options-prices.ts", - "qualifiedName": "__type.priceSetId" - }, - "19989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "19990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "19991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "19992": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "19993": { + "19966": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "19994": { + "19967": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "19995": { + "19968": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__type" }, - "19996": { + "19969": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, - "19997": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", - "qualifiedName": "CancelFulfillmentStepInput" + "19970": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", + "qualifiedName": "ListTaxRateRuleIdsStepInput" }, - "19998": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", - "qualifiedName": "cancelFulfillmentStepId" + "19971": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", + "qualifiedName": "__type" }, - "19999": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/cancel-fulfillment.ts", - "qualifiedName": "cancelFulfillmentStep" + "19972": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", + "qualifiedName": "__type.selector" }, - "20000": { + "19973": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", + "qualifiedName": "listTaxRateRuleIdsStepId" + }, + "19974": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", + "qualifiedName": "listTaxRateRuleIdsStep" + }, + "19975": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelFulfillmentStep" + "qualifiedName": "listTaxRateRuleIdsStep" }, - "20001": { + "19976": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "20002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "20003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "20004": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts", - "qualifiedName": "createFulfillmentStepId" - }, - "20005": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment.ts", - "qualifiedName": "createFulfillmentStep" - }, - "20006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createFulfillmentStep" - }, - "20007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20008": { + "19977": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "19978": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19979": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19980": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "19981": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19982": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "19983": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "19984": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "19985": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", + "qualifiedName": "ListTaxRateIdsStepInput" + }, + "19986": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", + "qualifiedName": "__type" + }, + "19987": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", + "qualifiedName": "__type.selector" + }, + "19988": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", + "qualifiedName": "listTaxRateIdsStepId" + }, + "19989": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", + "qualifiedName": "listTaxRateIdsStep" + }, + "19990": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "listTaxRateIdsStep" + }, + "19991": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "19992": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19993": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19994": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "19995": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "19996": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "19997": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "19998": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, + "19999": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "20000": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", + "qualifiedName": "UpdateTaxRegionsStepInput" + }, + "20001": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", + "qualifiedName": "updateTaxRegionsStepId" + }, + "20002": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", + "qualifiedName": "updateTaxRegionsStep" + }, + "20003": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateTaxRegionsStep" + }, + "20004": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "20005": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20006": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20007": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20008": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, "20009": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20010": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "20011": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "20012": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "20013": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "CreateTaxRateRulesWorkflowInput" }, "20014": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "__type" }, "20015": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "__type.rules" }, "20016": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "CreateTaxRateRulesWorkflowOutput" }, "20017": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "createTaxRateRulesWorkflowId" }, "20018": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", + "qualifiedName": "createTaxRateRulesWorkflow" }, "20019": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createTaxRateRulesWorkflow" }, "20020": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "20021": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "20022": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "20023": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "20024": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20025": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20026": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "20027": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20028": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20029": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "20030": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -871650,187 +947679,187 @@ }, "20031": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.input" }, "20032": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20033": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "20034": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20035": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "20036": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "20037": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.name" }, "20038": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", - "qualifiedName": "CreateFulfillmentSetsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "20039": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", - "qualifiedName": "createFulfillmentSetsId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20040": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-fulfillment-set.ts", - "qualifiedName": "createFulfillmentSets" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20041": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createFulfillmentSets" + "qualifiedName": "TDataOverride" }, "20042": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "TResultOverride" }, "20043": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "20044": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "20045": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20046": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "20047": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20048": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20049": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "20050": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "config" }, "20051": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts", - "qualifiedName": "createReturnFulfillmentStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "20052": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-return-fulfillment.ts", - "qualifiedName": "createReturnFulfillmentStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", + "qualifiedName": "CreateTaxRatesWorkflowInput" }, "20053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnFulfillmentStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", + "qualifiedName": "CreateTaxRatesWorkflowOutput" }, "20054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", + "qualifiedName": "createTaxRatesWorkflowId" }, "20055": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", + "qualifiedName": "createTaxRatesWorkflow" + }, + "20056": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createTaxRatesWorkflow" + }, + "20057": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20058": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20059": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "20060": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "20061": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "20062": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "20063": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "20064": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20056": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "20057": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "20058": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "20059": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "20060": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "20061": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20062": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20063": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20064": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, "20065": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20066": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" }, "20067": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20068": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "20069": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20070": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20071": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20072": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "20073": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20074": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "20075": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "20076": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20077": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -871838,99 +947867,99 @@ }, "20078": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TDataOverride" }, "20079": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "20080": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "args" }, "20081": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "20082": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20083": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "20084": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type.config" }, "20085": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", - "qualifiedName": "CreateServiceZonesStepInput" - }, - "20086": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", - "qualifiedName": "createServiceZonesStepId" - }, - "20087": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-service-zones.ts", - "qualifiedName": "createServiceZonesStep" - }, - "20088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createServiceZonesStep" - }, - "20089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20090": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20091": { + "20086": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, - "20092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20093": { + "20087": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, + "20088": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "20089": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", + "qualifiedName": "CreateTaxRegionsWorkflowInput" + }, + "20090": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", + "qualifiedName": "CreateTaxRegionsWorkflowOutput" + }, + "20091": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", + "qualifiedName": "createTaxRegionsWorkflowId" + }, + "20092": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", + "qualifiedName": "createTaxRegionsWorkflow" + }, + "20093": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createTaxRegionsWorkflow" + }, "20094": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "20095": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "TResultOverride" }, "20096": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "container" }, "20097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "20098": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", - "qualifiedName": "createShippingOptionRulesStepId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20099": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-option-rules.ts", - "qualifiedName": "createShippingOptionRulesStep" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20100": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingOptionRulesStep" + "qualifiedName": "__type.runAsStep" }, "20101": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "20102": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -871938,15 +947967,15 @@ }, "20103": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__0" }, "20104": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20105": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.input" }, "20106": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -871954,51 +947983,51 @@ }, "20107": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "20108": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.config" }, "20109": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "config" }, "20110": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", - "qualifiedName": "CreateShippingProfilesStepInput" - }, - "20111": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", - "qualifiedName": "createShippingProfilesStepId" - }, - "20112": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/create-shipping-profiles.ts", - "qualifiedName": "createShippingProfilesStep" - }, - "20113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingProfilesStep" - }, - "20114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20115": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "20111": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "20112": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "20113": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20114": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20115": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, "20116": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "TResultOverride" }, "20117": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "args" }, "20118": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.getName" }, "20119": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872006,143 +948035,151 @@ }, "20120": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20121": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.config" }, "20122": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "20123": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", - "qualifiedName": "DeleteFulfillmentSetsStepInput" - }, - "20124": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", - "qualifiedName": "deleteFulfillmentSetsStepId" - }, - "20125": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-fulfillment-sets.ts", - "qualifiedName": "deleteFulfillmentSetsStep" - }, - "20126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteFulfillmentSetsStep" - }, - "20127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "20129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "20130": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", - "qualifiedName": "DeleteServiceZonesStepInput" - }, - "20131": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", - "qualifiedName": "deleteServiceZonesStepId" - }, - "20132": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-service-zones.ts", - "qualifiedName": "deleteServiceZonesStep" - }, - "20133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteServiceZonesStep" - }, - "20134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "20136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "20137": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", - "qualifiedName": "deleteShippingOptionRulesStepId" - }, - "20138": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-option-rules.ts", - "qualifiedName": "deleteShippingOptionRulesStep" - }, - "20139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteShippingOptionRulesStep" - }, - "20140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20141": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20144": { + "20124": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "20145": { + "20125": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "20126": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", + "qualifiedName": "DeleteTaxRateRulesWorkflowInput" + }, + "20127": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", + "qualifiedName": "__type" + }, + "20128": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", + "qualifiedName": "__type.ids" + }, + "20129": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", + "qualifiedName": "deleteTaxRateRulesWorkflowId" + }, + "20130": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", + "qualifiedName": "deleteTaxRateRulesWorkflow" + }, + "20131": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteTaxRateRulesWorkflow" + }, + "20132": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20133": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20134": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "20135": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "20136": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "20137": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "20138": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "20139": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "20140": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20141": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "20142": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20143": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "20144": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20145": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, "20146": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "20147": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "config" }, "20148": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "20149": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", - "qualifiedName": "DeleteShippingOptionsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "20150": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", - "qualifiedName": "deleteShippingOptionsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "20151": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/delete-shipping-options.ts", - "qualifiedName": "deleteShippingOptionsStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20152": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteShippingOptionsStep" + "qualifiedName": "__type" }, "20153": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "TDataOverride" }, "20154": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" + }, + "20155": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "20156": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "20157": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872150,7 +948187,7 @@ }, "20158": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20159": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872158,7 +948195,7 @@ }, "20160": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "20161": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872166,291 +948203,291 @@ }, "20162": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "config" }, "20163": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type.hooks" }, "20164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", + "qualifiedName": "DeleteTaxRatesWorkflowInput" }, "20165": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", - "qualifiedName": "SetShippingOptionsPricesStepInput" - }, - "20166": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", "qualifiedName": "__type" }, + "20166": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", + "qualifiedName": "__type.ids" + }, "20167": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", + "qualifiedName": "deleteTaxRatesWorkflowId" }, "20168": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", - "qualifiedName": "__type.prices" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", + "qualifiedName": "deleteTaxRatesWorkflow" }, "20169": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", - "qualifiedName": "setShippingOptionsPricesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteTaxRatesWorkflow" }, "20170": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/set-shipping-options-prices.ts", - "qualifiedName": "setShippingOptionsPricesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "20171": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setShippingOptionsPricesStep" + "qualifiedName": "TResultOverride" }, "20172": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "container" }, "20173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "20174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20175": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts", - "qualifiedName": "updateFulfillmentStepId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20176": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-fulfillment.ts", - "qualifiedName": "updateFulfillmentStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "20177": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateFulfillmentStep" + "qualifiedName": "__type" }, "20178": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "20179": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "20180": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20181": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "20182": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20183": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20184": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20185": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "20186": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20187": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "20188": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "20189": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20190": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20191": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "20192": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "20193": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "20194": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "20195": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20196": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20197": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20198": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20199": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20200": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "20201": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "20202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", + "qualifiedName": "DeleteTaxRegionsWorkflowInput" }, "20203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", "qualifiedName": "__type" }, + "20204": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", + "qualifiedName": "__type.ids" + }, + "20205": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", + "qualifiedName": "deleteTaxRegionsWorkflowId" + }, "20206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", + "qualifiedName": "deleteTaxRegionsWorkflow" }, "20207": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "deleteTaxRegionsWorkflow" }, "20208": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "TDataOverride" }, "20209": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "UpdateShippingProfilesStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "20210": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "20211": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "__type.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "20212": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20213": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "updateShippingProfilesStepId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20214": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-profiles.ts", - "qualifiedName": "updateShippingProfilesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" }, "20215": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateShippingProfilesStep" + "qualifiedName": "__type" }, "20216": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "20217": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__0" }, "20218": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20219": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.input" }, "20220": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "20221": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20222": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "20223": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "config" }, "20224": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "20225": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", - "qualifiedName": "UpsertShippingOptionsStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "20226": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", - "qualifiedName": "upsertShippingOptionsStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" }, "20227": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/upsert-shipping-options.ts", - "qualifiedName": "upsertShippingOptionsStep" - }, - "20228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "upsertShippingOptionsStep" - }, - "20229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20230": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "20228": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20229": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20230": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, "20231": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "args" }, "20232": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.getName" }, "20233": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type" }, "20234": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872458,79 +948495,79 @@ }, "20235": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.config" }, "20236": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__type" }, "20237": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "20238": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", - "qualifiedName": "ValidateShipmentStepInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "20239": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", - "qualifiedName": "validateShipmentStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" }, "20240": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipment.ts", - "qualifiedName": "validateShipmentStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "SetTaxRatesRulesWorkflowInput" }, "20241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateShipmentStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "__type" }, "20242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "__type.tax_rate_ids" }, "20243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "__type.rules" }, "20244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "setTaxRateRulesWorkflowId" }, "20245": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", - "qualifiedName": "CalculateShippingOptionsPriceStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", + "qualifiedName": "setTaxRateRulesWorkflow" }, "20246": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", - "qualifiedName": "calculateShippingOptionsPricesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "setTaxRateRulesWorkflow" }, "20247": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/calculate-shipping-options-prices.ts", - "qualifiedName": "calculateShippingOptionsPricesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "20248": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "calculateShippingOptionsPricesStep" + "qualifiedName": "TResultOverride" }, "20249": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "container" }, "20250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "20251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20253": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.runAsStep" }, "20254": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872538,47 +948575,47 @@ }, "20255": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20256": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "__0" }, "20257": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "__type" }, "20258": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts", - "qualifiedName": "updateServiceZonesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "20259": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-service-zones.ts", - "qualifiedName": "updateServiceZonesStep" - }, - "20260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateServiceZonesStep" - }, - "20261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20262": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20263": { + "20260": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, + "20261": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20262": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20263": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, "20264": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "20265": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.run" }, "20266": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872586,43 +948623,43 @@ }, "20267": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20268": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "qualifiedName": "TDataOverride" }, "20269": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "qualifiedName": "TResultOverride" }, "20270": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", - "qualifiedName": "updateShippingOptionRulesStepId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" }, "20271": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/update-shipping-option-rules.ts", - "qualifiedName": "updateShippingOptionRulesStep" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" }, "20272": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateShippingOptionRulesStep" + "qualifiedName": "__type" }, "20273": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" + "qualifiedName": "__type" }, "20274": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20275": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20276": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20277": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872630,131 +948667,131 @@ }, "20278": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "20279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "UpdateTaxRatesWorkflowInput" }, "20280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type" }, "20281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type.selector" }, "20282": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", - "qualifiedName": "ValidateShippingOptionPricesStepInput" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type.update" }, "20283": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", - "qualifiedName": "validateShippingOptionPricesStepId" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "UpdateTaxRatesWorkflowOutput" }, "20284": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/steps/validate-shipping-option-prices.ts", - "qualifiedName": "validateShippingOptionPricesStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "MaybeListTaxRateRuleIdsStepInput" }, "20285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateShippingOptionPricesStep" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type" }, "20286": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type.tax_rate_ids" + }, + "20287": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "__type.update" + }, + "20288": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "maybeListTaxRateRuleIdsStep" + }, + "20289": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "maybeListTaxRateRuleIdsStep" + }, + "20290": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "20287": { + "20291": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20292": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20293": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20294": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20295": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20296": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "20297": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__type" }, - "20288": { + "20298": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" }, - "20289": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", - "qualifiedName": "BatchShippingOptionRulesInput" - }, - "20290": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "20291": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "20292": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "20293": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", - "qualifiedName": "BatchShippingOptionRulesOutput" - }, - "20294": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.created" - }, - "20295": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.updated" - }, - "20296": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "20297": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", - "qualifiedName": "batchShippingOptionRulesWorkflowId" - }, - "20298": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/batch-shipping-option-rules.ts", - "qualifiedName": "batchShippingOptionRulesWorkflow" - }, "20299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchShippingOptionRulesWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "updateTaxRatesWorkflowId" }, "20300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", + "qualifiedName": "updateTaxRatesWorkflow" }, "20301": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "updateTaxRatesWorkflow" }, "20302": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "TDataOverride" }, "20303": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" }, "20304": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" }, "20305": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "qualifiedName": "__type" }, "20306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" }, "20307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" }, "20308": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.runAsStep" }, "20309": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "20310": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872762,79 +948799,79 @@ }, "20311": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__0" }, "20312": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "20313": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "created" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" }, "20314": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "updated" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20315": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "deleted" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20316": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20317": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "20318": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20319": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.name" }, "20320": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.run" }, "20321": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20322": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type" }, "20323": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TDataOverride" }, "20324": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "20325": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "args" }, "20326": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.getName" }, "20327": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "20328": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "20329": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20330": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872842,111 +948879,111 @@ }, "20331": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20332": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "20333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20335": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, + "20334": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", + "qualifiedName": "UpdateTaxRegionsWorkflowInput" + }, + "20335": { + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", + "qualifiedName": "UpdateTaxRegionsWorkflowOutput" + }, "20336": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", - "qualifiedName": "CancelFulfillmentWorkflowInput" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", + "qualifiedName": "updateTaxRegionsWorkflowId" }, "20337": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", + "qualifiedName": "updateTaxRegionsWorkflow" }, "20338": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateTaxRegionsWorkflow" }, "20339": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", - "qualifiedName": "cancelFulfillmentWorkflowId" - }, - "20340": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/cancel-fulfillment.ts", - "qualifiedName": "cancelFulfillmentWorkflow" - }, - "20341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelFulfillmentWorkflow" - }, - "20342": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "20343": { + "20340": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "20344": { + "20341": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "20345": { + "20342": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "20346": { + "20343": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "20347": { + "20344": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "20348": { + "20345": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "20346": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20347": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20348": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, "20349": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "20350": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.input" }, "20351": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type" }, "20352": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20353": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "__type.config" }, "20354": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "20355": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20356": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type.name" }, "20357": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.run" }, "20358": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872954,35 +948991,35 @@ }, "20359": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20360": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "TDataOverride" }, "20361": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "20362": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "args" }, "20363": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type.getName" }, "20364": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "20365": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "20366": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.config" }, "20367": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -872994,95 +949031,103 @@ }, "20369": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "config" }, "20370": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "20371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", + "qualifiedName": "DeleteUsersStepInput" }, "20372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", + "qualifiedName": "deleteUsersStepId" }, "20373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", + "qualifiedName": "deleteUsersStep" }, "20374": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "deleteUsersStep" + }, + "20375": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "input" + }, + "20376": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" }, "20377": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "20378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/create-users.ts", + "qualifiedName": "createUsersStepId" }, "20379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/create-users.ts", + "qualifiedName": "createUsersStep" }, "20380": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" + "qualifiedName": "createUsersStep" }, "20381": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" + "qualifiedName": "input" }, "20382": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" + "qualifiedName": "__type" }, "20383": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts", - "qualifiedName": "createFulfillmentWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20384": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-fulfillment.ts", - "qualifiedName": "createFulfillmentWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20385": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createFulfillmentWorkflow" + "qualifiedName": "config" }, "20386": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "20387": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.name" }, "20388": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.__type" }, "20389": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "20390": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/update-users.ts", + "qualifiedName": "updateUsersStepId" }, "20391": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/update-users.ts", + "qualifiedName": "updateUsersStep" }, "20392": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "updateUsersStep" }, "20393": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "20394": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873090,456 +949135,456 @@ }, "20395": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "__type.config" }, "20396": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20397": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "config" }, "20398": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "20399": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "20400": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "20401": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "20402": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "20403": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "20404": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20405": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20406": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20407": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "20408": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "20409": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "20410": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "20411": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "20412": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "20413": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "20414": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "20415": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "20416": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "20417": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "20418": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "20419": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "20420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20425": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "20426": { + "20400": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "__type.__type" }, - "20427": { + "20401": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" + }, + "20402": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", + "qualifiedName": "CreateUserAccountWorkflowInput" + }, + "20403": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", "qualifiedName": "__type" }, - "20428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "20404": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", + "qualifiedName": "__type.authIdentityId" }, - "20429": { + "20405": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", + "qualifiedName": "__type.userData" + }, + "20406": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", + "qualifiedName": "createUserAccountWorkflowId" + }, + "20407": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", + "qualifiedName": "createUserAccountWorkflow" + }, + "20408": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "createUserAccountWorkflow" + }, + "20409": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "20430": { + "20410": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "20431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20440": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", - "qualifiedName": "createReturnFulfillmentWorkflowId" - }, - "20441": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-return-fulfillment.ts", - "qualifiedName": "createReturnFulfillmentWorkflow" - }, - "20442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnFulfillmentWorkflow" - }, - "20443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20445": { + "20411": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "20446": { + "20412": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "20447": { + "20413": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "20448": { + "20414": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "20449": { + "20415": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, - "20450": { + "20416": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20451": { + "20417": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20452": { + "20418": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__0" }, - "20453": { + "20419": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20454": { + "20420": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.input" }, - "20455": { + "20421": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20456": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "20422": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "id" }, - "20457": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" + "20423": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "email" }, - "20458": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" + "20424": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "first_name" }, - "20459": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" + "20425": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "last_name" }, - "20460": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" + "20426": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", + "qualifiedName": "avatar_url" }, - "20461": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20462": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20463": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20464": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "20465": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "20466": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "20467": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "20427": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "metadata" }, - "20468": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "20469": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "20470": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "20471": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "20472": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "20473": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "20474": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "20428": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "created_at" }, - "20475": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "20429": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "updated_at" }, - "20476": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "20430": { + "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "deleted_at" }, - "20477": { + "20431": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20478": { + "20432": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "20479": { + "20433": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "20480": { + "20434": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "20481": { + "20435": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20482": { + "20436": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "20483": { + "20437": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.run" }, - "20484": { + "20438": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20485": { + "20439": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20486": { + "20440": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "20487": { + "20441": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "20488": { + "20442": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "args" }, - "20489": { + "20443": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.getName" }, - "20490": { + "20444": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20491": { + "20445": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20492": { + "20446": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.config" }, - "20493": { + "20447": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20494": { + "20448": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20495": { + "20449": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "20496": { + "20450": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.hooks" }, - "20497": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", - "qualifiedName": "CreateServiceZonesWorkflowOutput" + "20451": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-users.ts", + "qualifiedName": "createUsersWorkflowId" }, - "20498": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", - "qualifiedName": "createServiceZonesWorkflowId" + "20452": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-users.ts", + "qualifiedName": "createUsersWorkflow" }, - "20499": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-service-zones.ts", - "qualifiedName": "createServiceZonesWorkflow" - }, - "20500": { + "20453": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createServiceZonesWorkflow" + "qualifiedName": "createUsersWorkflow" }, - "20501": { + "20454": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TDataOverride" }, - "20502": { + "20455": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "TResultOverride" }, - "20503": { + "20456": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "container" }, - "20504": { + "20457": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "20505": { + "20458": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__joinerConfig" }, - "20506": { + "20459": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.__definition" }, - "20507": { + "20460": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.runAsStep" }, + "20461": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20462": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20463": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "20464": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20465": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "20466": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20467": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20468": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20469": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20470": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20471": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "20472": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "20473": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20474": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20475": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20476": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20477": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "20478": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "20479": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20480": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20481": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20482": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20483": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20484": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20485": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "20486": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/delete-users.ts", + "qualifiedName": "deleteUsersWorkflowId" + }, + "20487": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/delete-users.ts", + "qualifiedName": "deleteUsersWorkflow" + }, + "20488": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "deleteUsersWorkflow" + }, + "20489": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20490": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20491": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "20492": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "20493": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "20494": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "20495": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "20496": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20497": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20498": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__0" + }, + "20499": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20500": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "20501": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20502": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20503": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20504": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20505": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20506": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" + }, + "20507": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, "20508": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" @@ -873550,31 +949595,31 @@ }, "20510": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "qualifiedName": "TDataOverride" }, "20511": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TResultOverride" }, "20512": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "args" }, "20513": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.getName" }, "20514": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20515": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "20516": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.config" }, "20517": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873582,75 +949627,67 @@ }, "20518": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type" }, "20519": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "config" }, "20520": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "20521": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, "20524": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "20525": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type" }, "20526": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TOutput" }, "20527": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TCompensateInput" }, "20528": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "invoke" }, "20529": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "compensate" }, "20530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", + "qualifiedName": "RemoveUserAccountWorkflowInput" }, "20531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", + "qualifiedName": "__type" }, "20532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", + "qualifiedName": "__type.userId" }, "20533": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts", - "qualifiedName": "createShipmentWorkflowId" + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", + "qualifiedName": "removeUserAccountWorkflowId" }, "20534": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipment.ts", - "qualifiedName": "createShipmentWorkflow" + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", + "qualifiedName": "removeUserAccountWorkflow" }, "20535": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShipmentWorkflow" + "qualifiedName": "removeUserAccountWorkflow" }, "20536": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873705,140 +949742,140 @@ "qualifiedName": "__type" }, "20549": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20550": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20551": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "20552": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "20553": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "20554": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20555": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20556": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20557": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "20558": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "20559": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "20560": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "20561": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "20562": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "20563": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "20564": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "20565": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "20566": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "20567": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "20568": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "20569": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "20570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20573": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "config" }, - "20574": { + "20552": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, - "20575": { + "20553": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.name" }, - "20576": { + "20554": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.run" }, - "20577": { + "20555": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "20556": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20557": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20558": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20559": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "20560": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "20561": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20562": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20563": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "20564": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20565": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "20566": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "20567": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hooks" + }, + "20568": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/update-users.ts", + "qualifiedName": "updateUsersWorkflowId" + }, + "20569": { + "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/update-users.ts", + "qualifiedName": "updateUsersWorkflow" + }, + "20570": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "updateUsersWorkflow" + }, + "20571": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "20572": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "20573": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "20574": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "20575": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "20576": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "20577": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, "20578": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "20579": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "20580": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__0" }, "20581": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "20582": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.input" }, "20583": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873846,7 +949883,7 @@ }, "20584": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20585": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873854,7 +949891,7 @@ }, "20586": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "20587": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873862,127 +949899,127 @@ }, "20588": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.name" }, "20589": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.run" }, "20590": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", - "qualifiedName": "CreateShippingOptionsWorkflowInput" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20591": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", - "qualifiedName": "createShippingOptionsWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20592": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-options.ts", - "qualifiedName": "createShippingOptionsWorkflow" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" }, "20593": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingOptionsWorkflow" + "qualifiedName": "TResultOverride" }, "20594": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "args" }, "20595": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.getName" }, "20596": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type" }, "20597": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, "20598": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" }, "20599": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "20600": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "__type" }, "20601": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "20602": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks" }, "20603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "SendNotificationsStepInput" }, "20604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", "qualifiedName": "__type" }, "20605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.to" }, "20606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.channel" }, "20607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.template" }, "20608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.data" }, "20609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.trigger_type" }, "20610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.resource_id" }, "20611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.resource_type" }, "20612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.receiver_id" }, "20613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.original_notification_id" }, "20614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "__type.idempotency_key" }, "20615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "sendNotificationsStepId" }, "20616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", + "qualifiedName": "sendNotificationsStep" }, "20617": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "sendNotificationsStep" }, "20618": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "input" }, "20619": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873990,7 +950027,7 @@ }, "20620": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "20621": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -873998,7 +950035,7 @@ }, "20622": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "config" }, "20623": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -874006,61429 +950043,85 @@ }, "20624": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.name" }, "20625": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" + "qualifiedName": "__type.__type" }, "20626": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", - "qualifiedName": "createShippingProfilesWorkflowId" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__step__" }, "20627": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/create-shipping-profiles.ts", - "qualifiedName": "createShippingProfilesWorkflow" - }, - "20628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShippingProfilesWorkflow" - }, - "20629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20632": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20633": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20634": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20661": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", - "qualifiedName": "DeleteFulfillmentSetsWorkflowInput" - }, - "20662": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", - "qualifiedName": "__type" - }, - "20663": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", - "qualifiedName": "__type.ids" - }, - "20664": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", - "qualifiedName": "deleteFulfillmentSetsWorkflowId" - }, - "20665": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-fulfillment-sets.ts", - "qualifiedName": "deleteFulfillmentSetsWorkflow" - }, - "20666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteFulfillmentSetsWorkflow" - }, - "20667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20670": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20671": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20672": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "20705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "20706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "20707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "20708": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", - "qualifiedName": "DeleteServiceZonesWorkflowInput" - }, - "20709": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", - "qualifiedName": "__type" - }, - "20710": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", - "qualifiedName": "__type.ids" - }, - "20711": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", - "qualifiedName": "deleteServiceZonesWorkflowId" - }, - "20712": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-service-zones.ts", - "qualifiedName": "deleteServiceZonesWorkflow" - }, - "20713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteServiceZonesWorkflow" - }, - "20714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20717": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20718": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20719": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "20752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "20753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "20754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "20755": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts", - "qualifiedName": "deleteShippingOptionsWorkflowId" - }, - "20756": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/delete-shipping-options.ts", - "qualifiedName": "deleteShippingOptionsWorkflow" - }, - "20757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteShippingOptionsWorkflow" - }, - "20758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20761": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20762": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20763": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "20796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "20797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "20798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "20799": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "validateFulfillmentDeliverabilityStepId" - }, - "20800": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "validateFulfillmentDeliverabilityStep" - }, - "20801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateFulfillmentDeliverabilityStep" - }, - "20802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "20803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "20804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "20805": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "MarkFulfillmentAsDeliveredInput" - }, - "20806": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "20807": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "__type.id" - }, - "20808": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "markFulfillmentAsDeliveredWorkflowId" - }, - "20809": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/mark-fulfillment-as-delivered.ts", - "qualifiedName": "markFulfillmentAsDeliveredWorkflow" - }, - "20810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "markFulfillmentAsDeliveredWorkflow" - }, - "20811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20814": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20815": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20816": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20824": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "20825": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "20826": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "20827": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "20828": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "20829": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20830": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20831": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20832": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "20833": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "20834": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "20835": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "20836": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "20837": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "20838": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "20839": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "20840": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "20841": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "20842": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "20843": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "20844": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "20845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20848": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20849": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20865": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts", - "qualifiedName": "updateFulfillmentWorkflowId" - }, - "20866": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-fulfillment.ts", - "qualifiedName": "updateFulfillmentWorkflow" - }, - "20867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateFulfillmentWorkflow" - }, - "20868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20871": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20872": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20873": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20881": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "20882": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "20883": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "20884": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "20885": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "20886": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "20887": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "20888": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "20889": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "20890": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "20891": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "20892": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "20893": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "20894": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "20895": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "20896": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "20897": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "20898": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "20899": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "20900": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "20901": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "20902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20922": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", - "qualifiedName": "UpdateServiceZonesWorkflowOutput" - }, - "20923": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", - "qualifiedName": "updateServiceZonesWorkflowId" - }, - "20924": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-service-zones.ts", - "qualifiedName": "updateServiceZonesWorkflow" - }, - "20925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateServiceZonesWorkflow" - }, - "20926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20929": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20930": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20931": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20937": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20939": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20958": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", - "qualifiedName": "UpdateShippingOptionsWorkflowInput" - }, - "20959": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", - "qualifiedName": "updateShippingOptionsWorkflowId" - }, - "20960": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-options.ts", - "qualifiedName": "updateShippingOptionsWorkflow" - }, - "20961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateShippingOptionsWorkflow" - }, - "20962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "20965": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "20966": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "20967": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "20968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "20969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "20972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "20974": { - "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", - "qualifiedName": "__type" - }, - "20975": { - "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", - "qualifiedName": "__type.id" - }, - "20976": { - "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", - "qualifiedName": "__type" - }, - "20977": { - "sourceFileName": "../../../../packages/core/types/src/workflow/fulfillment/update-shipping-options.ts", - "qualifiedName": "__type.id" - }, - "20978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "20984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "20985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "20988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "20989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "20990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "20991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "20994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "20996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "20997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "20998": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", - "qualifiedName": "UpdateShippingProfilesWorkflowOutput" - }, - "20999": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", - "qualifiedName": "updateShippingProfilesWorkflowId" - }, - "21000": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/update-shipping-profiles.ts", - "qualifiedName": "updateShippingProfilesWorkflow" - }, - "21001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateShippingProfilesWorkflow" - }, - "21002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21005": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21007": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21034": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", - "qualifiedName": "calculateShippingOptionsPricesWorkflowId" - }, - "21035": { - "sourceFileName": "../../../../packages/core/core-flows/src/fulfillment/workflows/calculate-shipping-options-prices.ts", - "qualifiedName": "calculateShippingOptionsPricesWorkflow" - }, - "21036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "calculateShippingOptionsPricesWorkflow" - }, - "21037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21040": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21041": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21042": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21069": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", - "qualifiedName": "BatchInventoryItemLevelsWorkflowInput" - }, - "21070": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", - "qualifiedName": "BatchInventoryItemLevelsWorkflowInput.force" - }, - "21071": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "21072": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "21073": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "21074": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", - "qualifiedName": "BatchInventoryItemLevelsWorkflowOutput" - }, - "21075": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.created" - }, - "21076": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.updated" - }, - "21077": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "21078": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", - "qualifiedName": "batchInventoryItemLevelsWorkflowId" - }, - "21079": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/batch-inventory-item-levels.ts", - "qualifiedName": "batchInventoryItemLevelsWorkflow" - }, - "21080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchInventoryItemLevelsWorkflow" - }, - "21081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21084": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21085": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21086": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21094": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "created" - }, - "21095": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "updated" - }, - "21096": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "deleted" - }, - "21097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21117": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput" - }, - "21118": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput.creates" - }, - "21119": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "BulkCreateDeleteLevelsWorkflowInput.deletes" - }, - "21120": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "__type" - }, - "21121": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "__type.inventory_item_id" - }, - "21122": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "__type.location_id" - }, - "21123": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "bulkCreateDeleteLevelsWorkflowId" - }, - "21124": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/bulk-create-delete-levels.ts", - "qualifiedName": "bulkCreateDeleteLevelsWorkflow" - }, - "21125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "bulkCreateDeleteLevelsWorkflow" - }, - "21126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21129": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21130": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21131": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21158": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemsWorkflowInput" - }, - "21159": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemsWorkflowInput.items" - }, - "21160": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "__type" - }, - "21161": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "__type.location_levels" - }, - "21162": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "createInventoryItemsWorkflowId" - }, - "21163": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-items.ts", - "qualifiedName": "createInventoryItemsWorkflow" - }, - "21164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInventoryItemsWorkflow" - }, - "21165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21168": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21169": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21170": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21197": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", - "qualifiedName": "CreateInventoryLevelsWorkflowInput" - }, - "21198": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", - "qualifiedName": "CreateInventoryLevelsWorkflowInput.inventory_levels" - }, - "21199": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", - "qualifiedName": "createInventoryLevelsWorkflowId" - }, - "21200": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/create-inventory-levels.ts", - "qualifiedName": "createInventoryLevelsWorkflow" - }, - "21201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInventoryLevelsWorkflow" - }, - "21202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21205": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21206": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21207": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21234": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", - "qualifiedName": "DeleteInventoryItemWorkflowInput" - }, - "21235": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", - "qualifiedName": "DeleteInventoryItemWorkflowOutput" - }, - "21236": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", - "qualifiedName": "deleteInventoryItemWorkflowId" - }, - "21237": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-items.ts", - "qualifiedName": "deleteInventoryItemWorkflow" - }, - "21238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInventoryItemWorkflow" - }, - "21239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21242": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21243": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21244": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21271": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "ValidateInventoryLevelsDeleteStepInput" - }, - "21272": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "__type" - }, - "21273": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "__type.inventoryLevels" - }, - "21274": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "__type.force" - }, - "21275": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "validateInventoryLevelsDelete" - }, - "21276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateInventoryLevelsDelete" - }, - "21277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21286": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "DeleteInventoryLevelsWorkflowInput" - }, - "21287": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "DeleteInventoryLevelsWorkflowInput.force" - }, - "21288": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.id" - }, - "21289": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.inventory_item_id" - }, - "21290": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.location_id" - }, - "21291": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.stocked_quantity" - }, - "21292": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.reserved_quantity" - }, - "21293": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.incoming_quantity" - }, - "21294": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "21295": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "21296": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "deleteInventoryLevelsWorkflowId" - }, - "21297": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/delete-inventory-levels.ts", - "qualifiedName": "deleteInventoryLevelsWorkflow" - }, - "21298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInventoryLevelsWorkflow" - }, - "21299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21302": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21303": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21304": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21325": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", - "qualifiedName": "UpdateInventoryItemsWorkflowInput" - }, - "21326": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", - "qualifiedName": "UpdateInventoryItemsWorkflowInput.updates" - }, - "21327": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", - "qualifiedName": "UpdateInventoryItemsWorkflowOutput" - }, - "21328": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", - "qualifiedName": "updateInventoryItemsWorkflowId" - }, - "21329": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-items.ts", - "qualifiedName": "updateInventoryItemsWorkflow" - }, - "21330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateInventoryItemsWorkflow" - }, - "21331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21334": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21335": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21336": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21363": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", - "qualifiedName": "UpdateInventoryLevelsWorkflowInput" - }, - "21364": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", - "qualifiedName": "UpdateInventoryLevelsWorkflowInput.updates" - }, - "21365": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", - "qualifiedName": "UpdateInventoryLevelsWorkflowOutput" - }, - "21366": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", - "qualifiedName": "updateInventoryLevelsWorkflowId" - }, - "21367": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/workflows/update-inventory-levels.ts", - "qualifiedName": "updateInventoryLevelsWorkflow" - }, - "21368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateInventoryLevelsWorkflow" - }, - "21369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21372": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21373": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21374": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21388": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21401": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", - "qualifiedName": "AdjustInventoryLevelsStepInput" - }, - "21402": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", - "qualifiedName": "adjustInventoryLevelsStepId" - }, - "21403": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/adjust-inventory-levels.ts", - "qualifiedName": "adjustInventoryLevelsStep" - }, - "21404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "adjustInventoryLevelsStep" - }, - "21405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21414": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "AttachInventoryItemToVariantsStepInput" - }, - "21415": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "__type" - }, - "21416": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "__type.inventoryItemId" - }, - "21417": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "__type.tag" - }, - "21418": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "attachInventoryItemToVariantsStepId" - }, - "21419": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/attach-inventory-items.ts", - "qualifiedName": "attachInventoryItemToVariants" - }, - "21420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "attachInventoryItemToVariants" - }, - "21421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21429": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21430": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemsStepInput" - }, - "21431": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", - "qualifiedName": "createInventoryItemsStepId" - }, - "21432": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-items.ts", - "qualifiedName": "createInventoryItemsStep" - }, - "21433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInventoryItemsStep" - }, - "21434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21443": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", - "qualifiedName": "CreateInventoryLevelsStepInput" - }, - "21444": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", - "qualifiedName": "createInventoryLevelsStepId" - }, - "21445": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/create-inventory-levels.ts", - "qualifiedName": "createInventoryLevelsStep" - }, - "21446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInventoryLevelsStep" - }, - "21447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21456": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "ValidateInventoryDeleteStepInput" - }, - "21457": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "ValidateInventoryDeleteStepInput.inventory_items" - }, - "21458": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "__type" - }, - "21459": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "__type.id" - }, - "21460": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "__type.reserved_quantity" - }, - "21461": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "validateVariantInventoryStepId" - }, - "21462": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "validateInventoryDeleteStep" - }, - "21463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateInventoryDeleteStep" - }, - "21464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21473": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "DeleteInventoryItemStepInput" - }, - "21474": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "deleteInventoryItemStepId" - }, - "21475": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-items.ts", - "qualifiedName": "deleteInventoryItemStep" - }, - "21476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInventoryItemStep" - }, - "21477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21480": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", - "qualifiedName": "DeleteInventoryLevelsStepInput" - }, - "21481": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", - "qualifiedName": "deleteInventoryLevelsStepId" - }, - "21482": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/delete-inventory-levels.ts", - "qualifiedName": "deleteInventoryLevelsStep" - }, - "21483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInventoryLevelsStep" - }, - "21484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21487": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", - "qualifiedName": "UpdateInventoryItemsStepInput" - }, - "21488": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", - "qualifiedName": "updateInventoryItemsStepId" - }, - "21489": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-items.ts", - "qualifiedName": "updateInventoryItemsStep" - }, - "21490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateInventoryItemsStep" - }, - "21491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21500": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", - "qualifiedName": "UpdateInventoryLevelsStepInput" - }, - "21501": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", - "qualifiedName": "updateInventoryLevelsStepId" - }, - "21502": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/update-inventory-levels.ts", - "qualifiedName": "updateInventoryLevelsStep" - }, - "21503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateInventoryLevelsStep" - }, - "21504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21513": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", - "qualifiedName": "ValidateInventoryLocationsStepInput" - }, - "21514": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", - "qualifiedName": "validateInventoryLocationsStepId" - }, - "21515": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-inventory-locations.ts", - "qualifiedName": "validateInventoryLocationsStep" - }, - "21516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateInventoryLocationsStep" - }, - "21517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21526": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "ValidateInventoryItemsForCreateStepInput" - }, - "21527": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type" - }, - "21528": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type.tag" - }, - "21529": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "validateInventoryItemsForCreateStepId" - }, - "21530": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "validateInventoryItemsForCreate" - }, - "21531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateInventoryItemsForCreate" - }, - "21532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21533": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type" - }, - "21534": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type.tag" - }, - "21535": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type" - }, - "21536": { - "sourceFileName": "../../../../packages/core/core-flows/src/inventory/steps/validate-singular-inventory-items-for-tags.ts", - "qualifiedName": "__type.tag" - }, - "21537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21545": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/create-invites.ts", - "qualifiedName": "createInviteStepId" - }, - "21546": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/create-invites.ts", - "qualifiedName": "createInviteStep" - }, - "21547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInviteStep" - }, - "21548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21557": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", - "qualifiedName": "DeleteInvitesStepInput" - }, - "21558": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", - "qualifiedName": "deleteInvitesStepId" - }, - "21559": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/delete-invites.ts", - "qualifiedName": "deleteInvitesStep" - }, - "21560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInvitesStep" - }, - "21561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21564": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", - "qualifiedName": "RefreshInviteTokensStepInput" - }, - "21565": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", - "qualifiedName": "refreshInviteTokensStepId" - }, - "21566": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/refresh-invite-tokens.ts", - "qualifiedName": "refreshInviteTokensStep" - }, - "21567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refreshInviteTokensStep" - }, - "21568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21575": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21577": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", - "qualifiedName": "ValidateTokenStepInput" - }, - "21578": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", - "qualifiedName": "validateTokenStepId" - }, - "21579": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/steps/validate-token.ts", - "qualifiedName": "validateTokenStep" - }, - "21580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateTokenStep" - }, - "21581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21583": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "id" - }, - "21584": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "email" - }, - "21585": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "accepted" - }, - "21586": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "token" - }, - "21587": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "expires_at" - }, - "21588": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "metadata" - }, - "21589": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "created_at" - }, - "21590": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "updated_at" - }, - "21591": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "deleted_at" - }, - "21592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21600": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/create-invites.ts", - "qualifiedName": "createInvitesWorkflowId" - }, - "21601": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/create-invites.ts", - "qualifiedName": "createInvitesWorkflow" - }, - "21602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createInvitesWorkflow" - }, - "21603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21606": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21607": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21608": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21635": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/delete-invites.ts", - "qualifiedName": "deleteInvitesWorkflowId" - }, - "21636": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/delete-invites.ts", - "qualifiedName": "deleteInvitesWorkflow" - }, - "21637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteInvitesWorkflow" - }, - "21638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21641": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21642": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21643": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "21676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "21677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "21678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "21679": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/accept-invite.ts", - "qualifiedName": "acceptInviteWorkflowId" - }, - "21680": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/accept-invite.ts", - "qualifiedName": "acceptInviteWorkflow" - }, - "21681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "acceptInviteWorkflow" - }, - "21682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21685": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21686": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21687": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21714": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts", - "qualifiedName": "refreshInviteTokensWorkflowId" - }, - "21715": { - "sourceFileName": "../../../../packages/core/core-flows/src/invite/workflows/refresh-invite-tokens.ts", - "qualifiedName": "refreshInviteTokensWorkflow" - }, - "21716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refreshInviteTokensWorkflow" - }, - "21717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21720": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21721": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21722": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21749": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", - "qualifiedName": "DeleteLineItemsStepInput" - }, - "21750": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", - "qualifiedName": "deleteLineItemsStepId" - }, - "21751": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/delete-line-items.ts", - "qualifiedName": "deleteLineItemsStep" - }, - "21752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteLineItemsStep" - }, - "21753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21756": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", - "qualifiedName": "ListLineItemsStepInput" - }, - "21757": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", - "qualifiedName": "ListLineItemsStepInput.filters" - }, - "21758": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", - "qualifiedName": "ListLineItemsStepInput.config" - }, - "21759": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", - "qualifiedName": "listLineItemsStepId" - }, - "21760": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/list-line-items.ts", - "qualifiedName": "listLineItemsStep" - }, - "21761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listLineItemsStep" - }, - "21762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21771": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/update-line-items.ts", - "qualifiedName": "updateLineItemsStepWithSelectorId" - }, - "21772": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/steps/update-line-items.ts", - "qualifiedName": "updateLineItemsStepWithSelector" - }, - "21773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateLineItemsStepWithSelector" - }, - "21774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21783": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "DeleteLineItemsWorkflowInput" - }, - "21784": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "__type" - }, - "21785": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "__type.cart_id" - }, - "21786": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "__type.ids" - }, - "21787": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "deleteLineItemsWorkflowId" - }, - "21788": { - "sourceFileName": "../../../../packages/core/core-flows/src/line-item/workflows/delete-line-items.ts", - "qualifiedName": "deleteLineItemsWorkflow" - }, - "21789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteLineItemsWorkflow" - }, - "21790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "21793": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "21794": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "21795": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "21796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "21797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "21800": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "21802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "21809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "21812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "21813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "21814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "21815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "21822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "21828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "21829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "21830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "21831": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", - "qualifiedName": "AddOrderTransactionStepInput" - }, - "21832": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", - "qualifiedName": "AddOrderTransactionStepOutput" - }, - "21833": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", - "qualifiedName": "addOrderTransactionStepId" - }, - "21834": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/add-order-transaction.ts", - "qualifiedName": "addOrderTransactionStep" - }, - "21835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addOrderTransactionStep" - }, - "21836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21845": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", - "qualifiedName": "ArchiveOrdersStepInput" - }, - "21846": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", - "qualifiedName": "__type" - }, - "21847": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", - "qualifiedName": "__type.orderIds" - }, - "21848": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", - "qualifiedName": "archiveOrdersStepId" - }, - "21849": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/archive-orders.ts", - "qualifiedName": "archiveOrdersStep" - }, - "21850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "archiveOrdersStep" - }, - "21851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21860": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-fulfillment.ts", - "qualifiedName": "cancelOrderFulfillmentStepId" - }, - "21861": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-fulfillment.ts", - "qualifiedName": "cancelOrderFulfillmentStep" - }, - "21862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderFulfillmentStep" - }, - "21863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21866": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-order-change.ts", - "qualifiedName": "cancelOrderChangeStepId" - }, - "21867": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-order-change.ts", - "qualifiedName": "cancelOrderChangeStep" - }, - "21868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderChangeStep" - }, - "21869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21872": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "CancelOrdersStepInput" - }, - "21873": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "__type" - }, - "21874": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "__type.orderIds" - }, - "21875": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "__type.canceled_by" - }, - "21876": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "cancelOrdersStepId" - }, - "21877": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/cancel-orders.ts", - "qualifiedName": "cancelOrdersStep" - }, - "21878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrdersStep" - }, - "21879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21888": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/cancel-claim.ts", - "qualifiedName": "cancelOrderClaimStepId" - }, - "21889": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/cancel-claim.ts", - "qualifiedName": "cancelOrderClaimStep" - }, - "21890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderClaimStep" - }, - "21891": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21894": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", - "qualifiedName": "CreateOrderClaimItemsFromActionsInput" - }, - "21895": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", - "qualifiedName": "__type" - }, - "21896": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", - "qualifiedName": "__type.changes" - }, - "21897": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", - "qualifiedName": "__type.claimId" - }, - "21898": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claim-items-from-actions.ts", - "qualifiedName": "createOrderClaimItemsFromActionsStep" - }, - "21899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderClaimItemsFromActionsStep" - }, - "21900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21909": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claims.ts", - "qualifiedName": "createOrderClaimsStepId" - }, - "21910": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/create-claims.ts", - "qualifiedName": "createOrderClaimsStep" - }, - "21911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderClaimsStep" - }, - "21912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21921": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", - "qualifiedName": "DeleteOrderClaimsInput" - }, - "21922": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", - "qualifiedName": "__type" - }, - "21923": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", - "qualifiedName": "__type.ids" - }, - "21924": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", - "qualifiedName": "deleteClaimsStepId" - }, - "21925": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/claim/delete-claims.ts", - "qualifiedName": "deleteClaimsStep" - }, - "21926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteClaimsStep" - }, - "21927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21936": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", - "qualifiedName": "CompleteOrdersStepInput" - }, - "21937": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", - "qualifiedName": "__type" - }, - "21938": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", - "qualifiedName": "__type.orderIds" - }, - "21939": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", - "qualifiedName": "completeOrdersStepId" - }, - "21940": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/complete-orders.ts", - "qualifiedName": "completeOrdersStep" - }, - "21941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "completeOrdersStep" - }, - "21942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21951": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", - "qualifiedName": "CreateOrderLineItemsStepInput" - }, - "21952": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", - "qualifiedName": "CreateOrderLineItemsStepInput.items" - }, - "21953": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", - "qualifiedName": "createOrderLineItemsStepId" - }, - "21954": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-line-items.ts", - "qualifiedName": "createOrderLineItemsStep" - }, - "21955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderLineItemsStep" - }, - "21956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "21963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "21964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "21965": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-order-change.ts", - "qualifiedName": "createOrderChangeStepId" - }, - "21966": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-order-change.ts", - "qualifiedName": "createOrderChangeStep" - }, - "21967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderChangeStep" - }, - "21968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "21969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21970": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "21971": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "21972": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "21973": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "21974": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "21975": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "21976": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "21977": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "21978": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "21979": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "21980": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "21981": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "21982": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "21983": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "21984": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "21985": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "21986": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "21987": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "21988": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "21989": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "21990": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "21991": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "21992": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "21993": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "21994": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "21995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "21996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "21998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "21999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22003": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", - "qualifiedName": "CreateOrdersStepInput" - }, - "22004": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", - "qualifiedName": "createOrdersStepId" - }, - "22005": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/create-orders.ts", - "qualifiedName": "createOrdersStep" - }, - "22006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrdersStep" - }, - "22007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22016": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/decline-order-change.ts", - "qualifiedName": "declineOrderChangeStepId" - }, - "22017": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/decline-order-change.ts", - "qualifiedName": "declineOrderChangeStep" - }, - "22018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "declineOrderChangeStep" - }, - "22019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22022": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", - "qualifiedName": "DeleteOrderLineItemsStepInput" - }, - "22023": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", - "qualifiedName": "DeleteOrderLineItemsStepInput.ids" - }, - "22024": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-line-items.ts", - "qualifiedName": "deleteOrderLineItems" - }, - "22025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderLineItems" - }, - "22026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22035": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", - "qualifiedName": "DeleteOrderChangeActionsStepInput" - }, - "22036": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", - "qualifiedName": "DeleteOrderChangeActionsStepInput.ids" - }, - "22037": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", - "qualifiedName": "deleteOrderChangeActionsStepId" - }, - "22038": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-change-actions.ts", - "qualifiedName": "deleteOrderChangeActionsStep" - }, - "22039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderChangeActionsStep" - }, - "22040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22043": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", - "qualifiedName": "DeleteOrderChangesStepInput" - }, - "22044": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", - "qualifiedName": "DeleteOrderChangesStepInput.ids" - }, - "22045": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", - "qualifiedName": "deleteOrderChangesStepId" - }, - "22046": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-changes.ts", - "qualifiedName": "deleteOrderChangesStep" - }, - "22047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderChangesStep" - }, - "22048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22057": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", - "qualifiedName": "DeleteOrderShippingMethodsStepInput" - }, - "22058": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", - "qualifiedName": "DeleteOrderShippingMethodsStepInput.ids" - }, - "22059": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/delete-order-shipping-methods.ts", - "qualifiedName": "deleteOrderShippingMethods" - }, - "22060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderShippingMethods" - }, - "22061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22070": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts", - "qualifiedName": "cancelOrderExchangeStepId" - }, - "22071": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/cancel-exchange.ts", - "qualifiedName": "cancelOrderExchangeStep" - }, - "22072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderExchangeStep" - }, - "22073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22076": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange.ts", - "qualifiedName": "createOrderExchangesStepId" - }, - "22077": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange.ts", - "qualifiedName": "createOrderExchangesStep" - }, - "22078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderExchangesStep" - }, - "22079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22088": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", - "qualifiedName": "CreateOrderExchangeItemsFromActionsInput" - }, - "22089": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", - "qualifiedName": "__type" - }, - "22090": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", - "qualifiedName": "__type.changes" - }, - "22091": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", - "qualifiedName": "__type.exchangeId" - }, - "22092": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/create-exchange-items-from-actions.ts", - "qualifiedName": "createOrderExchangeItemsFromActionsStep" - }, - "22093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderExchangeItemsFromActionsStep" - }, - "22094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22103": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", - "qualifiedName": "DeleteOrderExchangesInput" - }, - "22104": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", - "qualifiedName": "__type" - }, - "22105": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", - "qualifiedName": "__type.ids" - }, - "22106": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", - "qualifiedName": "deleteExchangesStepId" - }, - "22107": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/exchange/delete-exchanges.ts", - "qualifiedName": "deleteExchangesStep" - }, - "22108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteExchangesStep" - }, - "22109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22118": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", - "qualifiedName": "PreviewOrderChangeStepInput" - }, - "22119": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", - "qualifiedName": "previewOrderChangeStepId" - }, - "22120": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/preview-order-change.ts", - "qualifiedName": "previewOrderChangeStep" - }, - "22121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "previewOrderChangeStep" - }, - "22122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22124": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "22125": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "22126": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22127": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22128": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22129": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22130": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "22131": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22132": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22133": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22134": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22135": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "22136": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "22137": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "22138": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "22139": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "22140": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "22141": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "22142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "22143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "22144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "22145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "22146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "22147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "22148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "22149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "22150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "22151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "22163": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "22164": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "22165": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "22166": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "22167": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "22168": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "22169": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "22170": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "22171": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "22172": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "22173": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "22174": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "22175": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "22176": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "22177": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "22178": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "22179": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "22180": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "22192": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "22193": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "22194": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "22195": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "22196": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "22197": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "22198": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "22199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22200": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22207": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-fulfillment.ts", - "qualifiedName": "registerOrderFulfillmentStepId" - }, - "22208": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-fulfillment.ts", - "qualifiedName": "registerOrderFulfillmentStep" - }, - "22209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "registerOrderFulfillmentStep" - }, - "22210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22213": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", - "qualifiedName": "RegisterOrderChangeStepInput" - }, - "22214": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", - "qualifiedName": "registerOrderChangeStepId" - }, - "22215": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-order-changes.ts", - "qualifiedName": "registerOrderChangesStep" - }, - "22216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "registerOrderChangesStep" - }, - "22217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22220": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-shipment.ts", - "qualifiedName": "registerOrderShipmentStepId" - }, - "22221": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/register-shipment.ts", - "qualifiedName": "registerOrderShipmentStep" - }, - "22222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "registerOrderShipmentStep" - }, - "22223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22226": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/cancel-return.ts", - "qualifiedName": "cancelOrderReturnStepId" - }, - "22227": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/cancel-return.ts", - "qualifiedName": "cancelOrderReturnStep" - }, - "22228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderReturnStep" - }, - "22229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22232": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-complete-return.ts", - "qualifiedName": "createCompleteReturnStepId" - }, - "22233": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-complete-return.ts", - "qualifiedName": "createCompleteReturnStep" - }, - "22234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCompleteReturnStep" - }, - "22235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22237": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "22238": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "22239": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "refund_amount" - }, - "22240": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_refund_amount" - }, - "22241": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "22242": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "22243": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "22244": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "22245": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "22246": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "22247": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "22248": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "22249": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "location_id" - }, - "22250": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "no_notification" - }, - "22251": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_by" - }, - "22252": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "22253": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "22254": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "22255": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "22256": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "22257": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "deleted_at" - }, - "22258": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "22259": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "22260": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "received_at" - }, - "22261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22269": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-returns.ts", - "qualifiedName": "createReturnsStepId" - }, - "22270": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/create-returns.ts", - "qualifiedName": "createReturnsStep" - }, - "22271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnsStep" - }, - "22272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22281": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", - "qualifiedName": "DeleteReturnStepInput" - }, - "22282": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", - "qualifiedName": "__type" - }, - "22283": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", - "qualifiedName": "__type.ids" - }, - "22284": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", - "qualifiedName": "deleteReturnsStepId" - }, - "22285": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/delete-returns.ts", - "qualifiedName": "deleteReturnsStep" - }, - "22286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReturnsStep" - }, - "22287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22296": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "UpdateReturnItemBySelector" - }, - "22297": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "__type" - }, - "22298": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "__type.id" - }, - "22299": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "__type.__index" - }, - "22301": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "updateReturnItemsStepId" - }, - "22302": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-return-items.ts", - "qualifiedName": "updateReturnItemsStep" - }, - "22303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnItemsStep" - }, - "22304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22307": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", - "qualifiedName": "UpdateReturnsStepInput" - }, - "22308": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", - "qualifiedName": "updateReturnsStepId" - }, - "22309": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/return/update-returns.ts", - "qualifiedName": "updateReturnsStep" - }, - "22310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnsStep" - }, - "22311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22314": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetOrderTaxLinesForItemsStepInput" - }, - "22315": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetOrderTaxLinesForItemsStepInput.order" - }, - "22316": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetOrderTaxLinesForItemsStepInput.item_tax_lines" - }, - "22317": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "SetOrderTaxLinesForItemsStepInput.shipping_tax_lines" - }, - "22318": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "setOrderTaxLinesForItemsStepId" - }, - "22319": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/set-tax-lines-for-items.ts", - "qualifiedName": "setOrderTaxLinesForItemsStep" - }, - "22320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setOrderTaxLinesForItemsStep" - }, - "22321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22324": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", - "qualifiedName": "UpdateOrderChangeActionsStepInput" - }, - "22325": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", - "qualifiedName": "updateOrderChangeActionsStepId" - }, - "22326": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-change-actions.ts", - "qualifiedName": "updateOrderChangeActionsStep" - }, - "22327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderChangeActionsStep" - }, - "22328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22337": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", - "qualifiedName": "UpdateOrderChangesStepInput" - }, - "22338": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", - "qualifiedName": "updateOrderChangesStepId" - }, - "22339": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-order-changes.ts", - "qualifiedName": "updateOrderChangesStep" - }, - "22340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderChangesStep" - }, - "22341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22350": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "UpdateOrdersStepInput" - }, - "22351": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "__type" - }, - "22352": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "__type.selector" - }, - "22353": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "__type.update" - }, - "22354": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "updateOrdersStepId" - }, - "22355": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-orders.ts", - "qualifiedName": "updateOrdersStep" - }, - "22356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrdersStep" - }, - "22357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22366": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", - "qualifiedName": "UpdateOrderShippingMethodsStepInput" - }, - "22367": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", - "qualifiedName": "updateOrderShippingMethodsStepId" - }, - "22368": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/steps/update-shipping-methods.ts", - "qualifiedName": "updateOrderShippingMethodsStep" - }, - "22369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderShippingMethodsStep" - }, - "22370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22379": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", - "qualifiedName": "OrderAddLineItemWorkflowOutput" - }, - "22380": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", - "qualifiedName": "addOrderLineItemsWorkflowId" - }, - "22381": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/add-line-items.ts", - "qualifiedName": "addOrderLineItemsWorkflow" - }, - "22382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addOrderLineItemsWorkflow" - }, - "22383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22386": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22387": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22388": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22415": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "ArchiveOrdersWorkflowInput" - }, - "22416": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "__type" - }, - "22417": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "__type.orderIds" - }, - "22418": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "ArchiveOrdersWorkflowOutput" - }, - "22419": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "archiveOrderWorkflowId" - }, - "22420": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/archive-orders.ts", - "qualifiedName": "archiveOrderWorkflow" - }, - "22421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "archiveOrderWorkflow" - }, - "22422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22425": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22426": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22427": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22429": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22430": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22454": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "CancelValidateOrderStepInput" - }, - "22455": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "__type" - }, - "22456": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "__type.order" - }, - "22457": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "__type.input" - }, - "22458": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "cancelValidateOrder" - }, - "22459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelValidateOrder" - }, - "22460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22469": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "cancelOrderWorkflowId" - }, - "22470": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "cancelOrderWorkflow" - }, - "22471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderWorkflow" - }, - "22472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22475": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22476": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22477": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22499": { - "sourceFileName": "", - "qualifiedName": "orderCanceled" - }, - "22500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "22503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "22504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "22505": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "__object" - }, - "22506": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order.ts", - "qualifiedName": "__object.order" - }, - "22507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "22508": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-change.ts", - "qualifiedName": "cancelOrderChangeWorkflowId" - }, - "22509": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-change.ts", - "qualifiedName": "cancelOrderChangeWorkflow" - }, - "22510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderChangeWorkflow" - }, - "22511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22514": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22515": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22516": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22534": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "22549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "22550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "22551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "22552": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "CancelOrderFulfillmentValidateOrderStep" - }, - "22553": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__type" - }, - "22554": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__type.order" - }, - "22555": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__type" - }, - "22556": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__type.fulfillments" - }, - "22557": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__type.input" - }, - "22558": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "cancelOrderFulfillmentValidateOrder" - }, - "22559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderFulfillmentValidateOrder" - }, - "22560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22569": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "CancelOrderFulfillmentWorkflowInput" - }, - "22570": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "cancelOrderFulfillmentWorkflowId" - }, - "22571": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "cancelOrderFulfillmentWorkflow" - }, - "22572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderFulfillmentWorkflow" - }, - "22573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22575": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22576": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22577": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22578": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22600": { - "sourceFileName": "", - "qualifiedName": "orderFulfillmentCanceled" - }, - "22601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "22604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "22605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "22606": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__object" - }, - "22607": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__object.fulfillment" - }, - "22608": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/cancel-order-fulfillment.ts", - "qualifiedName": "__object.additional_data" - }, - "22609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "22610": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "BeginClaimOrderValidationStepInput" - }, - "22611": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "__type" - }, - "22612": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "__type.order" - }, - "22613": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "beginClaimOrderValidationStep" - }, - "22614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginClaimOrderValidationStep" - }, - "22615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22624": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "beginClaimOrderWorkflowId" - }, - "22625": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/begin-order-claim.ts", - "qualifiedName": "beginClaimOrderWorkflow" - }, - "22626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginClaimOrderWorkflow" - }, - "22627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22630": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22631": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22632": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22640": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "22641": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "22642": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "22643": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "22644": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "22645": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "22646": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "22647": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "22648": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "22649": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "22650": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "22651": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "22652": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "22653": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "22654": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "22655": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "22656": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "22657": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "22658": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "22659": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "22660": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "22661": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "22662": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "22663": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "22664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "22665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22685": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "CancelBeginOrderClaimValidationStepInput" - }, - "22686": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type" - }, - "22687": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type.order" - }, - "22688": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type.orderClaim" - }, - "22689": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type.orderChange" - }, - "22690": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "cancelBeginOrderClaimValidationStep" - }, - "22691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderClaimValidationStep" - }, - "22692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22701": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "CancelBeginOrderClaimWorkflowInput" - }, - "22702": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type" - }, - "22703": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "__type.claim_id" - }, - "22704": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "cancelBeginOrderClaimWorkflowId" - }, - "22705": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-begin-order-claim.ts", - "qualifiedName": "cancelBeginOrderClaimWorkflow" - }, - "22706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderClaimWorkflow" - }, - "22707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22710": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22711": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22712": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "22745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "22746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "22747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "22748": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "CancelClaimValidateOrderStepInput" - }, - "22749": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "__type" - }, - "22750": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "__type.orderClaim" - }, - "22751": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "__type.input" - }, - "22752": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "cancelClaimValidateOrderStep" - }, - "22753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelClaimValidateOrderStep" - }, - "22754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22763": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "cancelOrderClaimWorkflowId" - }, - "22764": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/cancel-claim.ts", - "qualifiedName": "cancelOrderClaimWorkflow" - }, - "22765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderClaimWorkflow" - }, - "22766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22769": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22770": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22771": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "22804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "22805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "22806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "22807": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "OrderClaimAddNewItemValidationStepInput" - }, - "22808": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "__type" - }, - "22809": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "__type.order" - }, - "22810": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "22811": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "__type.orderChange" - }, - "22812": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "orderClaimAddNewItemValidationStep" - }, - "22813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimAddNewItemValidationStep" - }, - "22814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22823": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "orderClaimAddNewItemWorkflowId" - }, - "22824": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-add-new-item.ts", - "qualifiedName": "orderClaimAddNewItemWorkflow" - }, - "22825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimAddNewItemWorkflow" - }, - "22826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22829": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22830": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22831": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22839": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "22840": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "22841": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22842": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22843": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22844": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22845": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "22846": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22847": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22848": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22849": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22850": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "22851": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "22852": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "22853": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "22854": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "22855": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "22856": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "22857": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "22858": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "22859": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "22860": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "22861": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "22862": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "22863": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "22864": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "22865": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "22866": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "22878": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "22879": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "22880": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "22881": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "22882": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "22883": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "22884": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "22885": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "22886": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "22887": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "22888": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "22889": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "22890": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "22891": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "22892": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "22893": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "22894": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "22895": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "22907": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "22908": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "22909": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "22910": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "22911": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "22912": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "22913": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "22914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "22921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "22926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "22927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "22934": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "OrderClaimItemValidationStepInput" - }, - "22935": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type" - }, - "22936": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.order" - }, - "22937": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "22938": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderChange" - }, - "22939": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "orderClaimItemValidationStep" - }, - "22940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimItemValidationStep" - }, - "22941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "22942": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type" - }, - "22943": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.order" - }, - "22944": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "22945": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderChange" - }, - "22946": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type" - }, - "22947": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.order" - }, - "22948": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "22949": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "__type.orderChange" - }, - "22950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "22953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "22954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "22956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "22957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "22958": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "orderClaimItemWorkflowId" - }, - "22959": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-item.ts", - "qualifiedName": "orderClaimItemWorkflow" - }, - "22960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimItemWorkflow" - }, - "22961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "22962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "22963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "22964": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "22965": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "22966": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "22967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "22968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "22971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "22973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "22974": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "22975": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "22976": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22977": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22978": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22979": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22980": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "22981": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22982": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22983": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "22984": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "22985": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "22986": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "22987": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "22988": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "22989": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "22990": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "22991": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "22992": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "22993": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "22994": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "22995": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "22996": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "22997": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "22998": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "22999": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23000": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23001": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23013": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23014": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23015": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23017": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23018": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23019": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23020": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23021": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23022": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23023": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23024": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23025": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23026": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23027": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23028": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23029": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23030": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23042": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23043": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23044": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23045": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23046": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23047": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23048": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23069": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "OrderClaimRequestItemReturnValidationStepInput" - }, - "23070": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type" - }, - "23071": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type.order" - }, - "23072": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "23073": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type.orderClaim" - }, - "23074": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type.orderChange" - }, - "23075": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "__type.items" - }, - "23076": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "orderClaimRequestItemReturnValidationStep" - }, - "23077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimRequestItemReturnValidationStep" - }, - "23078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23087": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "orderClaimRequestItemReturnWorkflowId" - }, - "23088": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/claim-request-item-return.ts", - "qualifiedName": "orderClaimRequestItemReturnWorkflow" - }, - "23089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderClaimRequestItemReturnWorkflow" - }, - "23090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23093": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23094": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23095": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23103": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23104": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23105": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23106": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23107": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23108": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23109": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23110": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23111": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23112": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23113": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23114": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23115": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23116": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23117": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23118": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23119": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23120": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23121": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23122": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23123": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23124": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23125": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23126": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23127": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23128": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23129": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23130": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23152": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23153": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23154": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23155": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23156": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23157": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23158": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23159": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23171": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23172": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23173": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23174": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23175": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23176": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23177": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23198": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "ConfirmClaimRequestValidationStepInput" - }, - "23199": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type" - }, - "23200": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type.order" - }, - "23201": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type.orderClaim" - }, - "23202": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type.orderChange" - }, - "23203": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "confirmClaimRequestValidationStep" - }, - "23204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmClaimRequestValidationStep" - }, - "23205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23214": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "ConfirmClaimRequestWorkflowInput" - }, - "23215": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type" - }, - "23216": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type.claim_id" - }, - "23217": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "__type.confirmed_by" - }, - "23218": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "confirmClaimRequestWorkflowId" - }, - "23219": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/confirm-claim-request.ts", - "qualifiedName": "confirmClaimRequestWorkflow" - }, - "23220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmClaimRequestWorkflow" - }, - "23221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23224": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23225": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23226": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23234": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23235": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23236": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23237": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23238": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23239": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23240": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23241": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23242": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23243": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23244": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23245": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23246": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23247": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23248": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23249": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23250": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23251": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23252": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23253": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23254": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23255": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23256": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23257": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23258": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23259": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23260": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23261": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23273": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23274": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23275": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23276": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23277": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23278": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23279": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23280": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23282": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23283": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23284": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23285": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23286": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23287": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23288": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23289": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23290": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23302": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23303": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23304": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23305": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23306": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23307": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23308": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23329": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "CreateClaimShippingMethodValidationStepInput" - }, - "23330": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type" - }, - "23331": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.order" - }, - "23332": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.orderClaim" - }, - "23333": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "23334": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "createClaimShippingMethodValidationStep" - }, - "23335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createClaimShippingMethodValidationStep" - }, - "23336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23345": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "CreateClaimShippingMethodWorkflowInput" - }, - "23346": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type" - }, - "23347": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.return_id" - }, - "23348": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.claim_id" - }, - "23349": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.shipping_option_id" - }, - "23350": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "__type.custom_amount" - }, - "23351": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "createClaimShippingMethodWorkflowId" - }, - "23352": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/create-claim-shipping-method.ts", - "qualifiedName": "createClaimShippingMethodWorkflow" - }, - "23353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createClaimShippingMethodWorkflow" - }, - "23354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23357": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23358": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23359": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23367": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23368": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23369": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23370": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23371": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23372": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23373": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23374": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23375": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23376": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23377": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23378": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23379": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23380": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23381": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23382": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23383": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23384": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23385": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23386": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23387": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23388": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23389": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23390": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23391": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23392": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23393": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23394": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23406": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23407": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23408": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23409": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23410": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23411": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23412": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23414": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23415": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23437": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23438": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23439": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23440": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23441": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23462": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "RemoveClaimAddItemActionValidationStepInput" - }, - "23463": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "__type" - }, - "23464": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "__type.order" - }, - "23465": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "__type.orderClaim" - }, - "23466": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "__type.orderChange" - }, - "23467": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "__type.input" - }, - "23468": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "removeClaimAddItemActionValidationStep" - }, - "23469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeClaimAddItemActionValidationStep" - }, - "23470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23479": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "RemoveAddItemClaimActionWorkflowInput" - }, - "23480": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "removeAddItemClaimActionWorkflowId" - }, - "23481": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-add-item-action.ts", - "qualifiedName": "removeAddItemClaimActionWorkflow" - }, - "23482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeAddItemClaimActionWorkflow" - }, - "23483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23486": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23487": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23488": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23496": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23497": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23498": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23499": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23500": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23501": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23502": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23503": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23504": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23505": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23506": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23507": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23508": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23509": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23510": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23511": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23512": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23513": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23514": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23515": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23516": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23517": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23518": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23519": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23520": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23521": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23522": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23523": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23538": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23539": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23540": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23541": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23542": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23543": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23544": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23545": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23546": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23547": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23548": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23549": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23550": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23551": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23552": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23564": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23565": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23566": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23567": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23568": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23569": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23570": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23575": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23591": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "RemoveClaimItemActionValidationStepInput" - }, - "23592": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "__type" - }, - "23593": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "__type.order" - }, - "23594": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "__type.orderClaim" - }, - "23595": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "__type.orderChange" - }, - "23596": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "__type.input" - }, - "23597": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "removeClaimItemActionValidationStep" - }, - "23598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeClaimItemActionValidationStep" - }, - "23599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23608": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "RemoveItemClaimActionWorkflowInput" - }, - "23609": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "removeItemClaimActionWorkflowId" - }, - "23610": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-item-action.ts", - "qualifiedName": "removeItemClaimActionWorkflow" - }, - "23611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemClaimActionWorkflow" - }, - "23612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23615": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23616": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23617": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23625": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23626": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23627": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23628": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23629": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23630": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23631": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23632": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23633": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23634": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23635": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23636": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23637": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23638": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23639": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23640": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23641": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23642": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23643": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23644": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23645": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23646": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23647": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23648": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23649": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23650": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23651": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23652": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23665": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23666": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23667": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23668": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23669": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23670": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23671": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23672": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23673": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23674": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23675": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23680": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23694": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23695": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23696": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23697": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23698": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23699": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23720": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "RemoveClaimShippingMethodValidationStepInput" - }, - "23721": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "__type" - }, - "23722": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "__type.orderClaim" - }, - "23723": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "23724": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "23725": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "removeClaimShippingMethodValidationStep" - }, - "23726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeClaimShippingMethodValidationStep" - }, - "23727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23736": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "removeClaimShippingMethodWorkflowId" - }, - "23737": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/remove-claim-shipping-method.ts", - "qualifiedName": "removeClaimShippingMethodWorkflow" - }, - "23738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeClaimShippingMethodWorkflow" - }, - "23739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23742": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23743": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23744": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23752": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23753": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23754": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23755": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23756": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23757": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23758": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23759": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23760": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23761": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23762": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23763": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23764": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23765": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23766": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23767": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23768": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23769": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23770": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23771": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23772": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23773": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23774": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23775": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23776": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23777": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23778": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23779": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23791": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23792": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23793": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23794": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23795": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23796": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23797": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23798": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23799": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23800": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23801": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23802": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23803": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23804": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23805": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23806": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23807": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23808": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23820": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23821": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23822": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23823": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23824": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23825": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23826": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23847": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "UpdateClaimAddNewItemValidationStepInput" - }, - "23848": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "__type" - }, - "23849": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "__type.order" - }, - "23850": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "23851": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "__type.orderChange" - }, - "23852": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "__type.input" - }, - "23853": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "updateClaimAddItemValidationStep" - }, - "23854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimAddItemValidationStep" - }, - "23855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23864": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "updateClaimAddItemWorkflowId" - }, - "23865": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-add-item.ts", - "qualifiedName": "updateClaimAddItemWorkflow" - }, - "23866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimAddItemWorkflow" - }, - "23867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23870": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23871": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "23872": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "23873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "23874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "23877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "23879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23880": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "23881": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "23882": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23883": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23884": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23885": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23886": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "23887": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23888": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23889": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "23890": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "23891": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "23892": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "23893": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "23894": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "23895": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "23896": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "23897": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "23898": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "23899": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "23900": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "23901": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "23902": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "23903": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "23904": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "23905": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "23906": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "23907": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "23919": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "23920": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "23921": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "23922": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "23923": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "23924": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "23925": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "23926": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "23927": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "23928": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "23929": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "23930": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "23931": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "23932": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "23933": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "23934": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "23935": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "23936": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "23948": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "23949": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "23950": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "23951": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "23952": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "23953": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "23954": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "23955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "23962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "23967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "23968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "23975": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "UpdateClaimItemValidationStepInput" - }, - "23976": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "__type" - }, - "23977": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "__type.order" - }, - "23978": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "__type.orderClaim" - }, - "23979": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "__type.orderChange" - }, - "23980": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "__type.input" - }, - "23981": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "updateClaimItemValidationStep" - }, - "23982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimItemValidationStep" - }, - "23983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "23984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "23987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "23988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "23989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "23990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "23991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "23992": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "updateClaimItemWorkflowId" - }, - "23993": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-item.ts", - "qualifiedName": "updateClaimItemWorkflow" - }, - "23994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimItemWorkflow" - }, - "23995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "23996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "23997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "23998": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "23999": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24000": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24008": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "24009": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "24010": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24011": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24012": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24013": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24014": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "24015": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24017": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24018": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24019": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "24020": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "24021": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "24022": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "24023": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "24024": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "24025": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "24026": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "24027": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "24028": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "24029": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "24030": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "24031": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "24032": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "24033": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "24034": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "24035": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "24047": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "24048": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "24049": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "24050": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "24051": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "24052": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "24053": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "24054": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "24055": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "24056": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "24057": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "24058": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "24059": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "24060": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "24061": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "24062": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "24063": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "24064": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "24076": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "24077": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "24078": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "24079": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "24080": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "24081": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "24082": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "24083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24103": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "UpdateClaimShippingMethodValidationStepInput" - }, - "24104": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "__type" - }, - "24105": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "__type.orderClaim" - }, - "24106": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "24107": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "24108": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "updateClaimShippingMethodValidationStep" - }, - "24109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimShippingMethodValidationStep" - }, - "24110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "24111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "24118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "24119": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "updateClaimShippingMethodWorkflowId" - }, - "24120": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/claim/update-claim-shipping-method.ts", - "qualifiedName": "updateClaimShippingMethodWorkflow" - }, - "24121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateClaimShippingMethodWorkflow" - }, - "24122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24125": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24126": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24127": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24135": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "24136": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "24137": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24138": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24139": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24140": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24141": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "24142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "24145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "24146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "24147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "24148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "24149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "24150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "24151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "24152": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "24153": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "24154": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "24155": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "24156": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "24157": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "24158": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "24159": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "24160": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "24161": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "24162": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "24174": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "24175": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "24176": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "24177": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "24178": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "24179": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "24180": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "24181": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "24182": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "24183": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "24184": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "24185": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "24186": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "24187": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "24188": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "24189": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "24190": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "24191": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "24203": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "24204": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "24205": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "24206": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "24207": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "24208": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "24209": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "24210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24230": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "CompleteOrdersWorkflowInput" - }, - "24231": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "__type" - }, - "24232": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "__type.orderIds" - }, - "24233": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "completeOrderWorkflowId" - }, - "24234": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "completeOrderWorkflow" - }, - "24235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "completeOrderWorkflow" - }, - "24236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24239": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24240": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24241": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24269": { - "sourceFileName": "", - "qualifiedName": "ordersCompleted" - }, - "24270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24275": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "__object" - }, - "24276": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "__object.orders" - }, - "24277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24283": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/complete-orders.ts", - "qualifiedName": "__object.additional_data" - }, - "24284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24285": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "CreateFulfillmentValidateOrderStepInput" - }, - "24286": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__type" - }, - "24287": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__type.order" - }, - "24288": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__type.inputItems" - }, - "24289": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "createFulfillmentValidateOrder" - }, - "24290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createFulfillmentValidateOrder" - }, - "24291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "24292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24296": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24297": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "24299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "24300": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "CreateOrderFulfillmentWorkflowInput" - }, - "24301": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "createOrderFulfillmentWorkflowId" - }, - "24302": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "createOrderFulfillmentWorkflow" - }, - "24303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderFulfillmentWorkflow" - }, - "24304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24307": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24308": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24309": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24317": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "24318": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "24319": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "24320": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "24321": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "24322": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "24323": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "24324": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "24325": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "24326": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "24327": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "24328": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "24329": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "24330": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "24331": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "24332": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "24333": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "24334": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "24335": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "24336": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "24337": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "24338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24359": { - "sourceFileName": "", - "qualifiedName": "fulfillmentCreated" - }, - "24360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24365": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__object" - }, - "24366": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__object.fulfillment" - }, - "24367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24368": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "24369": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "24370": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "24371": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "24372": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "24373": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "24374": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "24375": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "24376": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "24377": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "24378": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "24379": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "24380": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "24381": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "24382": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "24383": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "24384": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "24385": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "24386": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "24387": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "24388": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "24389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24395": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-fulfillment.ts", - "qualifiedName": "__object.additional_data" - }, - "24396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24397": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change.ts", - "qualifiedName": "createOrderChangeWorkflowId" - }, - "24398": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change.ts", - "qualifiedName": "createOrderChangeWorkflow" - }, - "24399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderChangeWorkflow" - }, - "24400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24403": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24404": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24405": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "24414": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "24415": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "24416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "24417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "24418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "24419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "24420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "24421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "24422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "24423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "24424": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "24425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "24426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "24427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "24428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "24429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "24430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "24431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "24432": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "24433": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "24434": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "24435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "24436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "24437": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "24438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24458": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change-actions.ts", - "qualifiedName": "createOrderChangeActionsWorkflowId" - }, - "24459": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-change-actions.ts", - "qualifiedName": "createOrderChangeActionsWorkflow" - }, - "24460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderChangeActionsWorkflow" - }, - "24461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24464": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24465": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24466": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24493": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "CreateOrderPaymentCollectionWorkflowInput" - }, - "24494": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "24495": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "24496": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "24497": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "createOrderPaymentCollectionWorkflowId" - }, - "24498": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order-payment-collection.ts", - "qualifiedName": "createOrderPaymentCollectionWorkflow" - }, - "24499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderPaymentCollectionWorkflow" - }, - "24500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24503": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24504": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24505": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24532": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "CreateOrderWorkflowInput" - }, - "24533": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "createOrdersWorkflowId" - }, - "24534": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "createOrderWorkflow" - }, - "24535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderWorkflow" - }, - "24536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24539": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24540": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24541": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24549": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "24550": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "24551": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "24552": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "24553": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "24554": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "24555": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "24556": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "24557": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "24558": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "24559": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "24560": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "24561": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "24562": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "24563": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "24564": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "24565": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "24566": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "24567": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "24568": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "24569": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "24570": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "24571": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "24572": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "24573": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "24574": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "24575": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "24576": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "24577": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "24578": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "24579": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "24580": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "24581": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "24582": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "24583": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "24584": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "24585": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "24586": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "24587": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "24588": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "24589": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "24590": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "24591": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "24592": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "24615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24636": { - "sourceFileName": "", - "qualifiedName": "orderCreated" - }, - "24637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24642": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object" - }, - "24643": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object.order" - }, - "24644": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object.additional_data" - }, - "24645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24646": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "createOrdersWorkflow" - }, - "24647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrdersWorkflow" - }, - "24648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24651": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24652": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24653": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24661": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "24662": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "24663": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "24664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "24665": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "24666": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "24667": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "24668": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "24669": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "24670": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "24671": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "24672": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "24673": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "24674": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "24675": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "24676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "24677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "24678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "24679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "24680": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "24681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "24682": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "24683": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "24684": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "24685": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "24686": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "24687": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "24688": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "24689": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "24690": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "24691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "24692": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "24693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "24694": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "24695": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "24696": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "24697": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "24698": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "24699": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "24700": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "24701": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "24702": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "24703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "24704": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "24727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24748": { - "sourceFileName": "", - "qualifiedName": "orderCreated" - }, - "24749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24754": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object" - }, - "24755": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object.order" - }, - "24756": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-order.ts", - "qualifiedName": "__object.additional_data" - }, - "24757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24758": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "CreateShipmentValidateOrderStepInput" - }, - "24759": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__type" - }, - "24760": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__type.order" - }, - "24761": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__type.input" - }, - "24762": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "createShipmentValidateOrder" - }, - "24763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createShipmentValidateOrder" - }, - "24764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "24765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "24772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "24773": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "CreateOrderShipmentWorkflowInput" - }, - "24774": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "createOrderShipmentWorkflowId" - }, - "24775": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "createOrderShipmentWorkflow" - }, - "24776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderShipmentWorkflow" - }, - "24777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24780": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24781": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24782": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24800": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24804": { - "sourceFileName": "", - "qualifiedName": "shipmentCreated" - }, - "24805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24810": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__object" - }, - "24811": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__object.shipment" - }, - "24812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24813": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "id" - }, - "24814": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "location_id" - }, - "24815": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "packed_at" - }, - "24816": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipped_at" - }, - "24817": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivered_at" - }, - "24818": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "canceled_at" - }, - "24819": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "marked_shipped_by" - }, - "24820": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_by" - }, - "24821": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "data" - }, - "24822": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider_id" - }, - "24823": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option_id" - }, - "24824": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "metadata" - }, - "24825": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "shipping_option" - }, - "24826": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "requires_shipping" - }, - "24827": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "provider" - }, - "24828": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "delivery_address" - }, - "24829": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "items" - }, - "24830": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "labels" - }, - "24831": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "created_at" - }, - "24832": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "updated_at" - }, - "24833": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "deleted_at" - }, - "24834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24840": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-shipment.ts", - "qualifiedName": "__object.additional_data" - }, - "24841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24842": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/decline-order-change.ts", - "qualifiedName": "declineOrderChangeWorkflowId" - }, - "24843": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/decline-order-change.ts", - "qualifiedName": "declineOrderChangeWorkflow" - }, - "24844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "declineOrderChangeWorkflow" - }, - "24845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24848": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24849": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24850": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24886": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", - "qualifiedName": "DeleteOrderChangeWorkflowInput" - }, - "24887": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", - "qualifiedName": "__type" - }, - "24888": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", - "qualifiedName": "__type.ids" - }, - "24889": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", - "qualifiedName": "deleteOrderChangeWorkflowId" - }, - "24890": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change.ts", - "qualifiedName": "deleteOrderChangeWorkflow" - }, - "24891": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderChangeWorkflow" - }, - "24892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24895": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24896": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24897": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24933": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", - "qualifiedName": "DeleteOrderChangeActionsWorkflowInput" - }, - "24934": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", - "qualifiedName": "__type" - }, - "24935": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", - "qualifiedName": "__type.ids" - }, - "24936": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", - "qualifiedName": "deleteOrderChangeActionsWorkflowId" - }, - "24937": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-change-actions.ts", - "qualifiedName": "deleteOrderChangeActionsWorkflow" - }, - "24938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderChangeActionsWorkflow" - }, - "24939": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "24942": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "24943": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "24944": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "24945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "24946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "24949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "24951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "24958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "24961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "24962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "24963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "24964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "24971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "24977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "24978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "24979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "24980": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "throwUnlessStatusIsNotPaid" - }, - "24981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "throwUnlessStatusIsNotPaid" - }, - "24982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "24983": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "24984": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type.paymentCollection" - }, - "24985": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "24986": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type.paymentCollection" - }, - "24987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "24990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "24991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "24992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "24993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "24994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "24995": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "DeleteOrderPaymentCollectionsInput" - }, - "24996": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "24997": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "__type.id" - }, - "24998": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "deleteOrderPaymentCollectionsId" - }, - "24999": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/delete-order-payment-collection.ts", - "qualifiedName": "deleteOrderPaymentCollections" - }, - "25000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteOrderPaymentCollections" - }, - "25001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25004": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25005": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "25039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "25040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "25041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "25042": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "BeginOrderExchangeValidationStepInput" - }, - "25043": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "__type" - }, - "25044": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "__type.order" - }, - "25045": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "beginOrderExchangeValidationStep" - }, - "25046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginOrderExchangeValidationStep" - }, - "25047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25056": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "beginExchangeOrderWorkflowId" - }, - "25057": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/begin-order-exchange.ts", - "qualifiedName": "beginExchangeOrderWorkflow" - }, - "25058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginExchangeOrderWorkflow" - }, - "25059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25062": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25063": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25064": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25072": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25073": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25074": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "25075": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "25076": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "25077": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "25078": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "25079": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "25080": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "25081": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "25082": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "25083": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "25084": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25085": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "25086": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "25087": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "25088": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "25089": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "25090": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "25091": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25092": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "25093": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "25094": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25095": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25096": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25117": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "CancelBeginOrderExchangeValidationStepInput" - }, - "25118": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type" - }, - "25119": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type.order" - }, - "25120": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type.orderExchange" - }, - "25121": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type.orderChange" - }, - "25122": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "cancelBeginOrderExchangeValidationStep" - }, - "25123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderExchangeValidationStep" - }, - "25124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25133": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "CancelBeginOrderExchangeWorkflowInput" - }, - "25134": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type" - }, - "25135": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "__type.exchange_id" - }, - "25136": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "cancelBeginOrderExchangeWorkflowId" - }, - "25137": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-begin-order-exchange.ts", - "qualifiedName": "cancelBeginOrderExchangeWorkflow" - }, - "25138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderExchangeWorkflow" - }, - "25139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25142": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25143": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25144": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "25177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "25178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "25179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "25180": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "CancelExchangeValidateOrderStepInput" - }, - "25181": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "__type" - }, - "25182": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "__type.orderExchange" - }, - "25183": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "__type.input" - }, - "25184": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "cancelExchangeValidateOrder" - }, - "25185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelExchangeValidateOrder" - }, - "25186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25195": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "cancelOrderExchangeWorkflowId" - }, - "25196": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/cancel-exchange.ts", - "qualifiedName": "cancelOrderExchangeWorkflow" - }, - "25197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderExchangeWorkflow" - }, - "25198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25200": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25201": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25202": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25203": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "25236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "25237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "25238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "25239": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "ConfirmExchangeRequestValidationStepInput" - }, - "25240": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type" - }, - "25241": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type.order" - }, - "25242": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type.orderExchange" - }, - "25243": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type.orderChange" - }, - "25244": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "confirmExchangeRequestValidationStep" - }, - "25245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmExchangeRequestValidationStep" - }, - "25246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25255": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "ConfirmExchangeRequestWorkflowInput" - }, - "25256": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type" - }, - "25257": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type.exchange_id" - }, - "25258": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "__type.confirmed_by" - }, - "25259": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "confirmExchangeRequestWorkflowId" - }, - "25260": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/confirm-exchange-request.ts", - "qualifiedName": "confirmExchangeRequestWorkflow" - }, - "25261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmExchangeRequestWorkflow" - }, - "25262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25265": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25266": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25267": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25275": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25276": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25277": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25278": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25279": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25280": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25282": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25283": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25284": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25285": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25286": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25287": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25288": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25289": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25290": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25291": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25292": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25293": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25297": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25298": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25299": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25300": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25301": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25302": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25314": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25315": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25316": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25317": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25318": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25319": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25320": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25321": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25322": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25323": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25324": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25325": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25326": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25327": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25328": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25329": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25330": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25331": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25343": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25344": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25345": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25346": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25347": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25348": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25349": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25370": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "CreateExchangeShippingMethodValidationStepInput" - }, - "25371": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type" - }, - "25372": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.order" - }, - "25373": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.orderExchange" - }, - "25374": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "25375": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "createExchangeShippingMethodValidationStep" - }, - "25376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createExchangeShippingMethodValidationStep" - }, - "25377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25386": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "CreateExchangeShippingMethodWorkflowInput" - }, - "25387": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type" - }, - "25388": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.return_id" - }, - "25389": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.exchange_id" - }, - "25390": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.shipping_option_id" - }, - "25391": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "__type.custom_amount" - }, - "25392": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "createExchangeShippingMethodWorkflowId" - }, - "25393": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/create-exchange-shipping-method.ts", - "qualifiedName": "createExchangeShippingMethodWorkflow" - }, - "25394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createExchangeShippingMethodWorkflow" - }, - "25395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25398": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25399": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25400": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25408": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25409": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25410": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25411": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25412": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25414": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25415": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25424": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25432": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25433": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25434": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25447": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25448": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25449": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25450": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25451": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25452": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25453": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25454": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25455": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25456": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25457": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25458": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25459": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25460": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25461": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25462": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25463": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25464": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25476": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25477": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25478": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25479": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25480": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25481": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25482": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25503": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "ExchangeAddNewItemValidationStepInput" - }, - "25504": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "__type" - }, - "25505": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "__type.order" - }, - "25506": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "__type.orderExchange" - }, - "25507": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "__type.orderChange" - }, - "25508": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "exchangeAddNewItemValidationStep" - }, - "25509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "exchangeAddNewItemValidationStep" - }, - "25510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25519": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "orderExchangeAddNewItemWorkflowId" - }, - "25520": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-add-new-item.ts", - "qualifiedName": "orderExchangeAddNewItemWorkflow" - }, - "25521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderExchangeAddNewItemWorkflow" - }, - "25522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25525": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25526": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25527": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25534": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25538": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25539": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25540": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25541": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25542": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25543": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25544": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25545": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25546": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25547": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25548": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25549": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25550": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25551": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25552": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25553": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25554": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25555": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25556": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25557": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25558": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25559": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25560": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25561": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25562": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25574": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25575": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25576": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25577": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25578": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25579": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25580": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25581": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25582": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25583": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25584": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25585": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25586": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25587": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25588": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25589": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25590": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25591": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25603": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25604": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25605": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25606": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25607": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25608": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25609": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25630": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "ExchangeRequestItemReturnValidationStepInput" - }, - "25631": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type" - }, - "25632": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type.order" - }, - "25633": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type.orderExchange" - }, - "25634": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type.orderChange" - }, - "25635": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "25636": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "__type.items" - }, - "25637": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "exchangeRequestItemReturnValidationStep" - }, - "25638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "exchangeRequestItemReturnValidationStep" - }, - "25639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25648": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "orderExchangeRequestItemReturnWorkflowId" - }, - "25649": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/exchange-request-item-return.ts", - "qualifiedName": "orderExchangeRequestItemReturnWorkflow" - }, - "25650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderExchangeRequestItemReturnWorkflow" - }, - "25651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25654": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25655": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25656": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25665": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25666": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25667": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25668": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25669": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25670": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25671": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25672": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25673": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25674": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25675": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25680": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25682": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25683": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25684": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25685": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25686": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25687": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25688": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25689": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25690": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25704": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25705": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25706": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25707": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25708": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25709": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25710": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25711": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25712": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25713": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25714": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25715": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25716": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25717": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25718": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25719": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25720": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25732": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25733": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25734": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25735": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25736": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25737": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25738": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25759": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "RemoveExchangeItemActionValidationStepInput" - }, - "25760": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "__type" - }, - "25761": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "__type.order" - }, - "25762": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "__type.orderExchange" - }, - "25763": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "__type.orderChange" - }, - "25764": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "__type.input" - }, - "25765": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "removeExchangeItemActionValidationStep" - }, - "25766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeExchangeItemActionValidationStep" - }, - "25767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25776": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "removeItemExchangeActionWorkflowId" - }, - "25777": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-item-action.ts", - "qualifiedName": "removeItemExchangeActionWorkflow" - }, - "25778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemExchangeActionWorkflow" - }, - "25779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25782": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25783": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25784": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25792": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25793": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25794": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25795": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25796": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25797": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25798": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25799": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25800": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25801": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25802": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25803": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25804": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25805": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25806": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25807": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25808": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25809": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25810": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25811": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25812": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25813": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25814": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25815": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25816": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25817": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25818": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25819": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25831": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25832": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25833": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25834": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25835": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25836": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25837": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25838": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25839": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25840": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25841": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25842": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25843": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25844": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25845": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25846": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25847": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25848": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25860": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25861": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25862": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25863": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25864": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25865": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25866": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "25874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "25879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "25880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "25887": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "RemoveExchangeShippingMethodValidationStepInput" - }, - "25888": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "__type" - }, - "25889": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "__type.orderExchange" - }, - "25890": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "25891": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "25892": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "removeExchangeShippingMethodValidationStep" - }, - "25893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeExchangeShippingMethodValidationStep" - }, - "25894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "25895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "25901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "25902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "25903": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "removeExchangeShippingMethodWorkflowId" - }, - "25904": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/remove-exchange-shipping-method.ts", - "qualifiedName": "removeExchangeShippingMethodWorkflow" - }, - "25905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeExchangeShippingMethodWorkflow" - }, - "25906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "25907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "25908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "25909": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "25910": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "25911": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "25912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "25913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "25916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "25918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25919": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "25920": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "25921": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25922": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25923": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25924": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25925": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "25926": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25927": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25928": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "25929": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "25930": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "25931": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "25932": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "25933": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "25934": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "25935": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "25936": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "25937": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "25938": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "25939": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "25940": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "25941": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "25942": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "25943": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "25944": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "25945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "25946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "25958": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "25959": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "25960": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "25961": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "25962": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "25963": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "25964": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "25965": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "25966": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "25967": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "25968": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "25969": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "25970": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "25971": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "25972": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "25973": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "25974": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "25975": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "25987": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "25988": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "25989": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "25990": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "25991": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "25992": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "25993": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "25994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "25997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "25998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "25999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26014": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "UpdateExchangeAddItemValidationStepInput" - }, - "26015": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "__type" - }, - "26016": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "__type.order" - }, - "26017": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "__type.orderExchange" - }, - "26018": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "__type.orderChange" - }, - "26019": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "__type.input" - }, - "26020": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "updateExchangeAddItemValidationStep" - }, - "26021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateExchangeAddItemValidationStep" - }, - "26022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26031": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "updateExchangeAddItemWorkflowId" - }, - "26032": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts", - "qualifiedName": "updateExchangeAddItemWorkflow" - }, - "26033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateExchangeAddItemWorkflow" - }, - "26034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26035": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26037": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26038": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26039": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26047": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "26048": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "26049": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26050": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26051": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26052": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26053": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "26054": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26055": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26056": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26057": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26058": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "26059": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26060": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26061": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26062": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26063": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "26064": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "26065": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "26066": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "26067": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "26068": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "26069": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "26070": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "26071": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "26072": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "26073": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "26074": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "26086": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26087": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "26088": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "26089": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "26090": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "26091": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "26092": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "26093": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "26094": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "26095": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "26096": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "26097": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "26098": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "26099": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "26100": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "26101": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "26102": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "26103": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "26115": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26116": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26117": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "26118": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "26119": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "26120": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "26121": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "26122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26142": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "UpdateExchangeShippingMethodValidationStepInput" - }, - "26143": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "__type" - }, - "26144": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "__type.orderExchange" - }, - "26145": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "26146": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "26147": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "updateExchangeShippingMethodValidationStep" - }, - "26148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateExchangeShippingMethodValidationStep" - }, - "26149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26158": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "updateExchangeShippingMethodWorkflowId" - }, - "26159": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/exchange/update-exchange-shipping-method.ts", - "qualifiedName": "updateExchangeShippingMethodWorkflow" - }, - "26160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateExchangeShippingMethodWorkflow" - }, - "26161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26164": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26165": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26166": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26174": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "26175": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "26176": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26177": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26178": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26179": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26180": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "26181": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26182": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26183": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26184": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26185": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "26186": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26187": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26188": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26189": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26190": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "26191": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "26192": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "26193": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "26194": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "26195": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "26196": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "26197": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "26198": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "26199": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "26200": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "26201": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "26213": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26214": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "26215": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "26216": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "26217": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "26218": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "26219": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "26220": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "26221": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "26222": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "26223": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "26224": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "26225": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "26226": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "26227": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "26228": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "26229": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "26230": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "26242": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26243": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26244": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "26245": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "26246": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "26247": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "26248": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "26249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26269": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "GetOrderDetailWorkflowInput" - }, - "26270": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type" - }, - "26271": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.filters" - }, - "26272": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type" - }, - "26273": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.is_draft_order" - }, - "26274": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.customer_id" - }, - "26275": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.fields" - }, - "26276": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.order_id" - }, - "26277": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "__type.version" - }, - "26278": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "getOrderDetailWorkflowId" - }, - "26279": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-order-detail.ts", - "qualifiedName": "getOrderDetailWorkflow" - }, - "26280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getOrderDetailWorkflow" - }, - "26281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26284": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26285": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26286": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "payment_collections" - }, - "26295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "payment_status" - }, - "26296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "fulfillments" - }, - "26297": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "fulfillment_status" - }, - "26298": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26299": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26300": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "26301": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "26302": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26303": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "26304": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "26305": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "26306": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "26307": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "26308": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "26309": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "26310": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "26311": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "26312": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "26313": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "26314": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "26315": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26316": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26317": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26318": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26319": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "26320": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "26321": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "26322": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "26323": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "26324": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "26325": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "26326": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "26327": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "26328": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "26329": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "26330": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "26331": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "26332": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "26333": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "26334": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "26335": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "26336": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "26337": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "26338": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "26339": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "26340": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "26341": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "26364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26384": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "GetOrdersListWorkflowOutput" - }, - "26385": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type" - }, - "26386": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.rows" - }, - "26387": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.metadata" - }, - "26388": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type" - }, - "26389": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.count" - }, - "26390": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.skip" - }, - "26391": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.take" - }, - "26392": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "GetOrdersListWorkflowInput" - }, - "26393": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type" - }, - "26394": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.fields" - }, - "26395": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.variables" - }, - "26396": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type" - }, - "26397": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.skip" - }, - "26398": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.take" - }, - "26399": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "__type.order" - }, - "26400": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "getOrdersListWorkflowId" - }, - "26401": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/get-orders-list.ts", - "qualifiedName": "getOrdersListWorkflow" - }, - "26402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getOrdersListWorkflow" - }, - "26403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26406": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26407": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26408": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26429": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26430": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26435": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "OrderFulfillmentDeliverabilityValidationStepInput" - }, - "26436": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26437": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.order" - }, - "26438": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26439": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillments" - }, - "26440": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillment" - }, - "26441": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "orderFulfillmentDeliverablilityValidationStepId" - }, - "26442": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "orderFulfillmentDeliverablilityValidationStep" - }, - "26443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderFulfillmentDeliverablilityValidationStep" - }, - "26444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26445": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26446": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.order" - }, - "26447": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26448": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillments" - }, - "26449": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillment" - }, - "26450": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26451": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.order" - }, - "26452": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26453": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillments" - }, - "26454": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillment" - }, - "26455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26463": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "MarkOrderFulfillmentAsDeliveredWorkflowInput" - }, - "26464": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type" - }, - "26465": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.orderId" - }, - "26466": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "__type.fulfillmentId" - }, - "26467": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflowId" - }, - "26468": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-order-fulfillment-as-delivered.ts", - "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflow" - }, - "26469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "markOrderFulfillmentAsDeliveredWorkflow" - }, - "26470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26473": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26474": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26475": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26496": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "ThrowUnlessPaymentCollectionNotePaidInput" - }, - "26497": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type" - }, - "26498": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type.paymentCollection" - }, - "26499": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "throwUnlessPaymentCollectionNotPaid" - }, - "26500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "throwUnlessPaymentCollectionNotPaid" - }, - "26501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26510": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "MarkPaymentCollectionAsPaidInput" - }, - "26511": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type" - }, - "26512": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type.payment_collection_id" - }, - "26513": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type.order_id" - }, - "26514": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "__type.captured_by" - }, - "26515": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "markPaymentCollectionAsPaidId" - }, - "26516": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/mark-payment-collection-as-paid.ts", - "qualifiedName": "markPaymentCollectionAsPaid" - }, - "26517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "markPaymentCollectionAsPaid" - }, - "26518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26521": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26522": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26523": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26531": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "26532": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "26533": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_amount" - }, - "26534": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_amount" - }, - "26535": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_authorized_amount" - }, - "26536": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "26537": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "26538": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "26539": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "created_at" - }, - "26540": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "updated_at" - }, - "26541": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_at" - }, - "26542": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "canceled_at" - }, - "26543": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_amount" - }, - "26544": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_captured_amount" - }, - "26545": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunded_amount" - }, - "26546": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_refunded_amount" - }, - "26547": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captures" - }, - "26548": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunds" - }, - "26549": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "26550": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "26551": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_session" - }, - "26552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26572": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "BeginOrderEditValidationStepInput" - }, - "26573": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "__type" - }, - "26574": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "__type.order" - }, - "26575": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "beginOrderEditValidationStep" - }, - "26576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginOrderEditValidationStep" - }, - "26577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26586": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "beginOrderEditOrderWorkflowId" - }, - "26587": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/begin-order-edit.ts", - "qualifiedName": "beginOrderEditOrderWorkflow" - }, - "26588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginOrderEditOrderWorkflow" - }, - "26589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26592": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26593": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26594": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26602": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26603": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26604": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "26605": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "26606": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "26607": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "26608": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "26609": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "26610": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "26611": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "26612": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "26613": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "26614": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26615": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "26616": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "26617": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "26618": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "26619": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "26620": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "26621": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26622": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "26623": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "26624": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26625": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26626": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26647": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "CancelBeginOrderEditValidationStepInput" - }, - "26648": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "__type" - }, - "26649": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "__type.order" - }, - "26650": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "__type.orderChange" - }, - "26651": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "cancelBeginOrderEditValidationStep" - }, - "26652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderEditValidationStep" - }, - "26653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26662": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "CancelBeginOrderEditWorkflowInput" - }, - "26663": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "__type" - }, - "26664": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "__type.order_id" - }, - "26665": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "cancelBeginOrderEditWorkflowId" - }, - "26666": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/cancel-begin-order-edit.ts", - "qualifiedName": "cancelBeginOrderEditWorkflow" - }, - "26667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelBeginOrderEditWorkflow" - }, - "26668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26671": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26672": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26673": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "26706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "26707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "26708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "26709": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "ConfirmOrderEditRequestValidationStepInput" - }, - "26710": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type" - }, - "26711": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type.order" - }, - "26712": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type.orderChange" - }, - "26713": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "confirmOrderEditRequestValidationStep" - }, - "26714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmOrderEditRequestValidationStep" - }, - "26715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26724": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "ConfirmOrderEditRequestWorkflowInput" - }, - "26725": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type" - }, - "26726": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type.order_id" - }, - "26727": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "__type.confirmed_by" - }, - "26728": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "confirmOrderEditRequestWorkflowId" - }, - "26729": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/confirm-order-edit-request.ts", - "qualifiedName": "confirmOrderEditRequestWorkflow" - }, - "26730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmOrderEditRequestWorkflow" - }, - "26731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26734": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26735": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26736": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26744": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "26745": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "26746": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26747": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26748": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26749": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26750": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "26751": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26752": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26753": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26754": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26755": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "26756": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26757": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26758": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26759": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26760": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "26761": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "26762": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "26763": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "26764": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "26765": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "26766": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "26767": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "26768": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "26769": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "26770": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "26771": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "26783": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26784": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "26785": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "26786": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "26787": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "26788": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "26789": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "26790": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "26791": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "26792": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "26793": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "26794": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "26795": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "26796": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "26797": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "26798": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "26799": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "26800": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "26812": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26813": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26814": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "26815": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "26816": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "26817": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "26818": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "26819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26839": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "CreateOrderEditShippingMethodValidationStepInput" - }, - "26840": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type" - }, - "26841": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type.order" - }, - "26842": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "26843": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "createOrderEditShippingMethodValidationStep" - }, - "26844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderEditShippingMethodValidationStep" - }, - "26845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26848": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26849": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26854": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "CreateOrderEditShippingMethodWorkflowInput" - }, - "26855": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type" - }, - "26856": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type.order_id" - }, - "26857": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type.shipping_option_id" - }, - "26858": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "__type.custom_amount" - }, - "26859": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "createOrderEditShippingMethodWorkflowId" - }, - "26860": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/create-order-edit-shipping-method.ts", - "qualifiedName": "createOrderEditShippingMethodWorkflow" - }, - "26861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrderEditShippingMethodWorkflow" - }, - "26862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26865": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26866": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26867": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "26874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26875": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "26876": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "26877": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26878": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26879": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26880": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26881": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "26882": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26883": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26884": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "26885": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "26886": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "26887": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "26888": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "26889": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "26890": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "26891": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "26892": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "26893": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "26894": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "26895": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "26896": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "26897": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "26898": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "26899": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "26900": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "26901": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "26902": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "26914": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "26915": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "26916": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "26917": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "26918": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "26919": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "26920": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "26921": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "26922": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "26923": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "26924": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "26925": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "26926": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "26927": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "26928": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "26929": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "26930": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "26931": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "26943": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "26944": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "26945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "26946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "26947": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "26948": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "26949": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "26950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "26957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "26962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "26963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "26970": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "OrderEditAddNewItemValidationStepInput" - }, - "26971": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "__type" - }, - "26972": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "__type.order" - }, - "26973": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "__type.orderChange" - }, - "26974": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "orderEditAddNewItemValidationStep" - }, - "26975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderEditAddNewItemValidationStep" - }, - "26976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "26977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "26980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "26981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "26983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "26984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "26985": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "orderEditAddNewItemWorkflowId" - }, - "26986": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-add-new-item.ts", - "qualifiedName": "orderEditAddNewItemWorkflow" - }, - "26987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderEditAddNewItemWorkflow" - }, - "26988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "26989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "26990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "26991": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "26992": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "26993": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "26994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "26995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "26998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "26999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27001": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27002": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27003": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27004": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27005": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27006": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27007": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27008": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27009": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27010": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27011": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27012": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27013": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27014": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27015": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27017": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27018": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27019": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27020": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27021": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27022": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27023": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27024": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27025": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27026": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27027": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27028": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27040": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27041": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27042": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27043": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27044": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27045": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27046": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27047": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27048": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27049": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27050": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27051": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27052": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27053": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27054": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27055": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27056": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27057": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27069": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27070": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27071": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27072": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27073": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27074": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27075": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27096": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "OrderEditUpdateItemQuantityValidationStepInput" - }, - "27097": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "__type" - }, - "27098": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "__type.order" - }, - "27099": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "__type.orderChange" - }, - "27100": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "orderEditUpdateItemQuantityValidationStep" - }, - "27101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderEditUpdateItemQuantityValidationStep" - }, - "27102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27111": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "orderEditUpdateItemQuantityWorkflowId" - }, - "27112": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/order-edit-update-item-quantity.ts", - "qualifiedName": "orderEditUpdateItemQuantityWorkflow" - }, - "27113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "orderEditUpdateItemQuantityWorkflow" - }, - "27114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27117": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27118": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27119": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27127": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27128": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27129": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27130": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27131": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27132": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27133": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27134": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27135": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27136": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27137": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27138": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27139": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27140": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27141": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27152": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27153": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27154": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27166": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27167": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27168": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27169": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27170": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27171": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27172": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27173": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27174": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27175": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27176": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27177": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27178": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27179": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27180": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27181": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27182": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27183": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27195": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27196": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27197": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27198": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27199": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27200": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27201": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27222": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "RemoveOrderEditItemActionValidationStepInput" - }, - "27223": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "__type" - }, - "27224": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "__type.order" - }, - "27225": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "__type.orderChange" - }, - "27226": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "__type.input" - }, - "27227": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "removeOrderEditItemActionValidationStep" - }, - "27228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeOrderEditItemActionValidationStep" - }, - "27229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27238": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "removeItemOrderEditActionWorkflowId" - }, - "27239": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-item-action.ts", - "qualifiedName": "removeItemOrderEditActionWorkflow" - }, - "27240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemOrderEditActionWorkflow" - }, - "27241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27244": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27245": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27246": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27254": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27255": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27256": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27257": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27258": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27259": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27260": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27261": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27262": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27263": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27264": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27265": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27266": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27267": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27268": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27269": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27270": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27271": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27272": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27273": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27274": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27275": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27276": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27277": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27278": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27279": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27280": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27293": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27297": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27298": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27299": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27300": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27301": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27302": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27303": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27304": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27305": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27306": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27307": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27308": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27309": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27310": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27322": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27323": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27324": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27325": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27326": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27327": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27328": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27349": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "RemoveOrderEditShippingMethodValidationStepInput" - }, - "27350": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "__type" - }, - "27351": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "27352": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "27353": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "removeOrderEditShippingMethodValidationStep" - }, - "27354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeOrderEditShippingMethodValidationStep" - }, - "27355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27364": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "removeOrderEditShippingMethodWorkflowId" - }, - "27365": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/remove-order-edit-shipping-method.ts", - "qualifiedName": "removeOrderEditShippingMethodWorkflow" - }, - "27366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeOrderEditShippingMethodWorkflow" - }, - "27367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27370": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27371": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27372": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27380": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27381": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27382": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27383": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27384": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27385": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27386": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27387": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27388": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27389": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27390": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27391": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27392": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27393": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27394": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27395": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27396": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27397": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27398": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27399": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27400": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27401": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27402": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27403": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27404": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27405": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27406": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27407": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27424": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27432": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27433": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27434": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27448": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27449": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27450": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27451": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27452": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27453": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27454": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27475": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "RequestOrderEditRequestValidationStepInput" - }, - "27476": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type" - }, - "27477": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type.order" - }, - "27478": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type.orderChange" - }, - "27479": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "requestOrderEditRequestValidationStep" - }, - "27480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestOrderEditRequestValidationStep" - }, - "27481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27490": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "OrderEditRequestWorkflowInput" - }, - "27491": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type" - }, - "27492": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type.order_id" - }, - "27493": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "__type.requested_by" - }, - "27494": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "requestOrderEditRequestWorkflowId" - }, - "27495": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/request-order-edit.ts", - "qualifiedName": "requestOrderEditRequestWorkflow" - }, - "27496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestOrderEditRequestWorkflow" - }, - "27497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27500": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27501": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27502": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27510": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27511": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27512": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27513": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27514": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27515": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27516": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27517": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27518": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27519": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27520": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27521": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27522": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27523": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27524": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27525": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27526": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27527": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27528": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27529": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27530": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27531": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27532": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27533": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27534": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27549": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27550": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27551": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27552": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27553": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27554": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27555": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27556": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27557": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27558": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27559": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27560": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27561": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27562": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27563": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27564": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27565": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27566": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27578": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27579": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27580": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27581": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27582": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27583": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27584": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27605": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "UpdateOrderEditAddItemValidationStepInput" - }, - "27606": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "__type" - }, - "27607": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "__type.order" - }, - "27608": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "__type.orderChange" - }, - "27609": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "__type.input" - }, - "27610": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "updateOrderEditAddItemValidationStep" - }, - "27611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditAddItemValidationStep" - }, - "27612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27621": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "updateOrderEditAddItemWorkflowId" - }, - "27622": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-add-item.ts", - "qualifiedName": "updateOrderEditAddItemWorkflow" - }, - "27623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditAddItemWorkflow" - }, - "27624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27627": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27628": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27629": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27637": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27638": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27639": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27640": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27641": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27642": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27643": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27644": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27645": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27646": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27647": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27648": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27649": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27650": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27651": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27652": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27653": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27654": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27655": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27656": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27657": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27658": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27659": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27660": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27661": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27662": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27663": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27680": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27682": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27683": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27684": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27685": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27686": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27687": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27688": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27689": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27690": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27692": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27705": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27706": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27707": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27708": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27709": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27710": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27711": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27732": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "UpdateOrderEditItemQuantityValidationStepInput" - }, - "27733": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "__type" - }, - "27734": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "__type.order" - }, - "27735": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "__type.orderChange" - }, - "27736": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "__type.input" - }, - "27737": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "updateOrderEditItemQuantityValidationStep" - }, - "27738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditItemQuantityValidationStep" - }, - "27739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27748": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "updateOrderEditItemQuantityWorkflowId" - }, - "27749": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-item-quantity.ts", - "qualifiedName": "updateOrderEditItemQuantityWorkflow" - }, - "27750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditItemQuantityWorkflow" - }, - "27751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27754": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27755": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27756": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27764": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27765": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27766": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27767": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27768": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27769": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27770": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27771": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27772": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27773": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27774": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27775": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27776": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27777": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27778": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27779": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27780": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27781": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27782": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27783": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27784": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27785": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27786": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27787": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27788": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27789": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27790": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27791": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27803": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27804": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27805": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27806": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27807": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27808": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27809": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27810": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27811": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27812": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27813": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27814": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27815": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27816": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27817": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27818": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27819": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27820": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27832": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27833": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27834": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27835": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27836": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27837": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27838": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27848": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27849": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27859": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "UpdateOrderEditShippingMethodValidationStepInput" - }, - "27860": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "__type" - }, - "27861": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "27862": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "27863": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "updateOrderEditShippingMethodValidationStep" - }, - "27864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditShippingMethodValidationStep" - }, - "27865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "27874": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "updateOrderEditShippingMethodWorkflowId" - }, - "27875": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/order-edit/update-order-edit-shipping-method.ts", - "qualifiedName": "updateOrderEditShippingMethodWorkflow" - }, - "27876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderEditShippingMethodWorkflow" - }, - "27877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "27880": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "27881": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "27882": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "27883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "27884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "27887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "27889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27890": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "27891": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "27892": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27893": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27894": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27895": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27896": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "27897": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27898": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27899": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "27900": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "27901": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "27902": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "27903": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "27904": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "27905": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "27906": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "27907": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "27908": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "27909": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "27910": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "27911": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "27912": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "27913": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "27914": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "27915": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "27916": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "27917": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "27929": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "27930": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "27931": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "27932": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "27933": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "27934": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "27935": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "27936": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "27937": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "27938": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "27939": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "27940": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "27941": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "27942": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "27943": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "27944": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "27945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "27946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "27958": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "27959": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "27960": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "27961": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "27962": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "27963": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "27964": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "27965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "27972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "27975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "27976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "27977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "27978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "27985": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "BeginReceiveReturnValidationStepInput" - }, - "27986": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "__type" - }, - "27987": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "27988": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "__type.order" - }, - "27989": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "beginReceiveReturnValidationStep" - }, - "27990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginReceiveReturnValidationStep" - }, - "27991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "27992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "27995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "27996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "27997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "27998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "27999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28000": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "beginReceiveReturnWorkflowId" - }, - "28001": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-receive-return.ts", - "qualifiedName": "beginReceiveReturnWorkflow" - }, - "28002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginReceiveReturnWorkflow" - }, - "28003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28007": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28008": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28017": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28018": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "28019": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "28020": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "28021": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "28022": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "28023": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "28024": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "28025": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "28026": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "28027": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "28028": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28029": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "28030": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "28031": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "28032": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "28033": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "28034": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "28035": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28036": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "28037": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "28038": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28039": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28040": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28061": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "BeginReturnOrderValidationStepInput" - }, - "28062": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "__type" - }, - "28063": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "__type.order" - }, - "28064": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "beginReturnOrderValidationStep" - }, - "28065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginReturnOrderValidationStep" - }, - "28066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28075": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "beginReturnOrderWorkflowId" - }, - "28076": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/begin-return.ts", - "qualifiedName": "beginReturnOrderWorkflow" - }, - "28077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "beginReturnOrderWorkflow" - }, - "28078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28081": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28082": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28083": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28091": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28092": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28093": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "change_type" - }, - "28094": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "28095": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_id" - }, - "28096": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "28097": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "28098": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "28099": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_order" - }, - "28100": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "28101": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "28102": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "actions" - }, - "28103": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28104": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_by" - }, - "28105": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "28106": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_by" - }, - "28107": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "confirmed_at" - }, - "28108": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_by" - }, - "28109": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_reason" - }, - "28110": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28111": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "declined_at" - }, - "28112": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_by" - }, - "28113": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28114": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28115": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28136": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "CancelReceiveReturnValidationStepInput" - }, - "28137": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type" - }, - "28138": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type.order" - }, - "28139": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type.orderChange" - }, - "28140": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "28141": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "cancelReceiveReturnValidationStep" - }, - "28142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelReceiveReturnValidationStep" - }, - "28143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28152": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "CancelReturnReceiveWorkflowInput" - }, - "28153": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type" - }, - "28154": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "__type.return_id" - }, - "28155": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "cancelReturnReceiveWorkflowId" - }, - "28156": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-receive-return.ts", - "qualifiedName": "cancelReturnReceiveWorkflow" - }, - "28157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelReturnReceiveWorkflow" - }, - "28158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28161": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28162": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28163": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "28196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "28197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "28198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "28199": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "CancelRequestReturnValidationStepInput" - }, - "28200": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type" - }, - "28201": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type.order" - }, - "28202": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type.orderChange" - }, - "28203": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "28204": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "cancelRequestReturnValidationStep" - }, - "28205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelRequestReturnValidationStep" - }, - "28206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28215": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "CancelRequestReturnWorkflowInput" - }, - "28216": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type" - }, - "28217": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "__type.return_id" - }, - "28218": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "cancelReturnRequestWorkflowId" - }, - "28219": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-request-return.ts", - "qualifiedName": "cancelReturnRequestWorkflow" - }, - "28220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelReturnRequestWorkflow" - }, - "28221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28224": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28225": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28226": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "28259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "28260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "28261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "28262": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "CancelReturnValidateOrderInput" - }, - "28263": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "__type" - }, - "28264": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "28265": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "__type.input" - }, - "28266": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "cancelReturnValidateOrder" - }, - "28267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelReturnValidateOrder" - }, - "28268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28277": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "cancelReturnWorkflowId" - }, - "28278": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/cancel-return.ts", - "qualifiedName": "cancelReturnWorkflow" - }, - "28279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelReturnWorkflow" - }, - "28280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28283": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28284": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28285": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28296": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28297": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "28318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "28319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "28320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "28321": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "ConfirmReceiveReturnValidationStepInput" - }, - "28322": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type" - }, - "28323": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type.order" - }, - "28324": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type.orderReturn" - }, - "28325": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type.orderChange" - }, - "28326": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "confirmReceiveReturnValidationStep" - }, - "28327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmReceiveReturnValidationStep" - }, - "28328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28337": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "ConfirmReceiveReturnRequestWorkflowInput" - }, - "28338": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type" - }, - "28339": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type.return_id" - }, - "28340": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "__type.confirmed_by" - }, - "28341": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "confirmReturnReceiveWorkflowId" - }, - "28342": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-receive-return-request.ts", - "qualifiedName": "confirmReturnReceiveWorkflow" - }, - "28343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmReturnReceiveWorkflow" - }, - "28344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28347": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28348": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28349": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28357": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "28358": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "28359": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28360": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28361": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28362": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28363": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "28364": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28365": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28366": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28367": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28368": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "28369": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28370": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28371": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28372": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28373": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "28374": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "28375": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "28376": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "28377": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "28378": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "28379": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "28380": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "28381": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "28382": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "28383": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "28384": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "28396": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28397": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "28398": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "28399": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "28400": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "28401": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "28402": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "28403": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "28404": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "28405": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "28406": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "28407": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "28408": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "28409": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "28410": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "28411": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "28412": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "28413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "28425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "28428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "28429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "28430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "28431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "28432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28452": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "ConfirmReturnRequestValidationStepInput" - }, - "28453": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type" - }, - "28454": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type.order" - }, - "28455": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type.orderReturn" - }, - "28456": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type.orderChange" - }, - "28457": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "confirmReturnRequestValidationStep" - }, - "28458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmReturnRequestValidationStep" - }, - "28459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28468": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "ConfirmReturnRequestWorkflowInput" - }, - "28469": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type" - }, - "28470": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type.return_id" - }, - "28471": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "__type.confirmed_by" - }, - "28472": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "confirmReturnRequestWorkflowId" - }, - "28473": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/confirm-return-request.ts", - "qualifiedName": "confirmReturnRequestWorkflow" - }, - "28474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "confirmReturnRequestWorkflow" - }, - "28475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28478": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28479": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28480": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28488": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "28489": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "28490": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28491": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28492": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28493": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28494": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "28495": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28496": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28497": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28498": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28499": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "28500": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28501": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28502": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28503": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28504": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "28505": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "28506": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "28507": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "28508": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "28509": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "28510": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "28511": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "28512": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "28513": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "28514": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "28515": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "28527": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28528": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "28529": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "28530": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "28531": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "28532": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "28533": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "28534": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "28535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "28536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "28537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "28538": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "28539": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "28540": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "28541": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "28542": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "28543": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "28544": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "28556": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28557": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28558": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "28559": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "28560": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "28561": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "28562": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "28563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28575": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28583": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "CreateCompleteReturnValidationStepInput" - }, - "28584": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "__type" - }, - "28585": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "__type.order" - }, - "28586": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "__type.input" - }, - "28587": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "createCompleteReturnValidationStep" - }, - "28588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCompleteReturnValidationStep" - }, - "28589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28598": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "createAndCompleteReturnOrderWorkflowId" - }, - "28599": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-complete-return.ts", - "qualifiedName": "createAndCompleteReturnOrderWorkflow" - }, - "28600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createAndCompleteReturnOrderWorkflow" - }, - "28601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28604": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28605": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28606": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "28639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "28640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "28641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "28642": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "CreateReturnShippingMethodValidationStepInput" - }, - "28643": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type" - }, - "28644": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.order" - }, - "28645": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.orderReturn" - }, - "28646": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "28647": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "createReturnShippingMethodValidationStep" - }, - "28648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnShippingMethodValidationStep" - }, - "28649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28658": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "CreateReturnShippingMethodWorkflowInput" - }, - "28659": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type" - }, - "28660": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.return_id" - }, - "28661": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.claim_id" - }, - "28662": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.exchange_id" - }, - "28663": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.shipping_option_id" - }, - "28664": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "__type.custom_amount" - }, - "28665": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "createReturnShippingMethodWorkflowId" - }, - "28666": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/create-return-shipping-method.ts", - "qualifiedName": "createReturnShippingMethodWorkflow" - }, - "28667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnShippingMethodWorkflow" - }, - "28668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28671": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28672": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28673": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "28682": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "28683": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28684": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28685": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28686": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28687": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "28688": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28689": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28690": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28692": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "28693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28694": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28695": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28696": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28697": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "28698": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "28699": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "28700": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "28701": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "28702": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "28703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "28704": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "28705": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "28706": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "28707": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "28708": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "28720": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28721": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "28722": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "28723": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "28724": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "28725": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "28726": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "28727": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "28728": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "28729": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "28730": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "28731": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "28732": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "28733": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "28734": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "28735": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "28736": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "28737": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "28749": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28750": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28751": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "28752": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "28753": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "28754": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "28755": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "28756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28776": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "DismissItemReturnRequestValidationStepInput" - }, - "28777": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "__type" - }, - "28778": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "__type.order" - }, - "28779": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "__type.orderReturn" - }, - "28780": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "__type.orderChange" - }, - "28781": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "__type.items" - }, - "28782": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "dismissItemReturnRequestValidationStep" - }, - "28783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "dismissItemReturnRequestValidationStep" - }, - "28784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28793": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "DismissItemReturnRequestWorkflowInput" - }, - "28794": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "dismissItemReturnRequestWorkflowId" - }, - "28795": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/dismiss-item-return-request.ts", - "qualifiedName": "dismissItemReturnRequestWorkflow" - }, - "28796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "dismissItemReturnRequestWorkflow" - }, - "28797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28800": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28801": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28802": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28810": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "28811": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "28812": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28813": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28814": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28815": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28816": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "28817": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28818": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28819": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "28820": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "28821": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "28822": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28823": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28824": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28825": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28826": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "28827": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "28828": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "28829": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "28830": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "28831": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "28832": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "28833": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "28834": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "28835": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "28836": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "28837": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "28849": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28850": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "28851": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "28852": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "28853": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "28854": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "28855": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "28856": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "28857": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "28858": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "28859": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "28860": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "28861": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "28862": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "28863": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "28864": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "28865": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "28866": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "28878": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28879": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "28880": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "28881": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "28882": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "28883": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "28884": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "28885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28891": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28905": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "ReceiveCompleteReturnValidationStepInput" - }, - "28906": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "__type" - }, - "28907": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "28908": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "__type.input" - }, - "28909": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "receiveCompleteReturnValidationStep" - }, - "28910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "receiveCompleteReturnValidationStep" - }, - "28911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28920": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "receiveAndCompleteReturnOrderWorkflowId" - }, - "28921": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-complete-return.ts", - "qualifiedName": "receiveAndCompleteReturnOrderWorkflow" - }, - "28922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "receiveAndCompleteReturnOrderWorkflow" - }, - "28923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "28926": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "28927": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "28928": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "28929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "28930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "28933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "28935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28936": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "28937": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "28938": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "refund_amount" - }, - "28939": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_refund_amount" - }, - "28940": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_id" - }, - "28941": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order" - }, - "28942": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "28943": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange_id" - }, - "28944": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "exchange" - }, - "28945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim_id" - }, - "28946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "claim" - }, - "28947": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "28948": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "location_id" - }, - "28949": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "no_notification" - }, - "28950": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_by" - }, - "28951": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "28952": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "28953": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "28954": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "28955": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "28956": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "deleted_at" - }, - "28957": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "28958": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "requested_at" - }, - "28959": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "received_at" - }, - "28960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "28967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "28970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "28971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "28972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "28973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "28980": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "ReceiveItemReturnRequestValidationStepInput" - }, - "28981": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "__type" - }, - "28982": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "__type.order" - }, - "28983": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "__type.orderReturn" - }, - "28984": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "__type.orderChange" - }, - "28985": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "__type.items" - }, - "28986": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "receiveItemReturnRequestValidationStep" - }, - "28987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "receiveItemReturnRequestValidationStep" - }, - "28988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "28989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "28992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "28993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "28994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "28995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "28996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "28997": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "receiveItemReturnRequestWorkflowId" - }, - "28998": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/receive-item-return-request.ts", - "qualifiedName": "receiveItemReturnRequestWorkflow" - }, - "28999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "receiveItemReturnRequestWorkflow" - }, - "29000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29003": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29004": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29005": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29013": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29014": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29015": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29017": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29018": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29019": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29020": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29021": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29022": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29023": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29024": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29025": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29026": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29027": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29028": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29029": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29030": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29031": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29032": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29033": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29034": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29035": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29036": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29037": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29038": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29039": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29040": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29052": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29053": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29054": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29055": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29056": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29057": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29058": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29059": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29060": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29061": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29062": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29063": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29064": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29065": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29066": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29067": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29068": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29069": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29081": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29082": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29083": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29084": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29085": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29086": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29087": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29108": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "RemoveItemReceiveReturnActionValidationStepInput" - }, - "29109": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "__type" - }, - "29110": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "__type.order" - }, - "29111": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "__type.orderReturn" - }, - "29112": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "__type.orderChange" - }, - "29113": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "__type.input" - }, - "29114": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "removeItemReceiveReturnActionValidationStep" - }, - "29115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemReceiveReturnActionValidationStep" - }, - "29116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29125": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "removeItemReceiveReturnActionWorkflowId" - }, - "29126": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-receive-return-action.ts", - "qualifiedName": "removeItemReceiveReturnActionWorkflow" - }, - "29127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemReceiveReturnActionWorkflow" - }, - "29128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29131": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29132": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29133": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29141": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29152": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29153": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29154": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29155": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29156": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29157": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29158": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29159": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29160": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29161": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29162": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29163": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29164": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29165": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29166": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29167": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29168": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29180": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29181": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29182": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29183": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29184": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29185": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29186": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29187": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29188": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29189": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29190": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29191": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29192": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29193": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29194": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29195": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29196": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29197": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29209": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29210": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29211": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29212": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29213": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29214": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29215": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29236": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "RemoveItemReturnActionValidationStepInput" - }, - "29237": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "__type" - }, - "29238": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "__type.order" - }, - "29239": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "__type.orderReturn" - }, - "29240": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "__type.orderChange" - }, - "29241": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "__type.input" - }, - "29242": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "removeReturnItemActionValidationStep" - }, - "29243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeReturnItemActionValidationStep" - }, - "29244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29253": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "removeItemReturnActionWorkflowId" - }, - "29254": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-item-return-action.ts", - "qualifiedName": "removeItemReturnActionWorkflow" - }, - "29255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeItemReturnActionWorkflow" - }, - "29256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29259": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29260": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29261": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29269": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29270": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29271": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29272": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29273": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29274": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29275": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29276": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29277": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29278": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29279": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29280": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29282": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29283": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29284": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29285": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29286": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29287": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29288": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29289": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29290": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29291": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29292": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29293": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29308": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29309": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29310": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29311": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29312": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29313": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29314": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29315": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29316": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29317": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29318": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29319": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29320": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29321": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29322": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29323": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29324": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29325": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29337": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29338": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29339": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29340": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29341": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29342": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29343": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29364": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "RemoveReturnShippingMethodValidationStepInput" - }, - "29365": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "__type" - }, - "29366": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "29367": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "__type.orderReturn" - }, - "29368": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "29369": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "removeReturnShippingMethodValidationStep" - }, - "29370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeReturnShippingMethodValidationStep" - }, - "29371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29380": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "removeReturnShippingMethodWorkflowId" - }, - "29381": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/remove-return-shipping-method.ts", - "qualifiedName": "removeReturnShippingMethodWorkflow" - }, - "29382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeReturnShippingMethodWorkflow" - }, - "29383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29386": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29387": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29388": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29396": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29397": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29398": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29399": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29400": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29401": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29402": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29403": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29404": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29405": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29406": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29407": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29408": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29409": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29410": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29411": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29412": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29414": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29415": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29437": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29438": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29439": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29440": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29441": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29442": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29443": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29444": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29445": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29446": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29447": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29448": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29449": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29450": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29451": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29452": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29464": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29465": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29466": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29467": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29468": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29469": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29470": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29491": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "RequestItemReturnValidationStepInput" - }, - "29492": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "__type" - }, - "29493": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "__type.order" - }, - "29494": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "29495": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "__type.orderChange" - }, - "29496": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "__type.items" - }, - "29497": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "requestItemReturnValidationStep" - }, - "29498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestItemReturnValidationStep" - }, - "29499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29508": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "requestItemReturnWorkflowId" - }, - "29509": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/request-item-return.ts", - "qualifiedName": "requestItemReturnWorkflow" - }, - "29510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestItemReturnWorkflow" - }, - "29511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29514": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29515": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29516": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29524": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29525": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29526": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29527": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29528": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29529": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29530": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29531": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29532": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29533": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29534": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29538": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29539": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29540": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29541": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29542": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29543": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29544": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29545": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29546": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29547": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29548": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29549": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29550": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29551": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29563": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29564": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29565": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29566": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29567": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29568": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29569": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29570": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29571": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29572": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29573": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29574": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29575": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29576": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29577": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29578": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29579": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29580": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29592": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29593": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29594": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29595": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29596": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29597": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29598": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29619": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "UpdateReceiveItemReturnRequestValidationStepInput" - }, - "29620": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "__type" - }, - "29621": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "__type.order" - }, - "29622": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "__type.orderReturn" - }, - "29623": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "__type.orderChange" - }, - "29624": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "__type.input" - }, - "29625": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "updateReceiveItemReturnRequestValidationStep" - }, - "29626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReceiveItemReturnRequestValidationStep" - }, - "29627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29636": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "updateReceiveItemReturnRequestWorkflowId" - }, - "29637": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-receive-item-return-request.ts", - "qualifiedName": "updateReceiveItemReturnRequestWorkflow" - }, - "29638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReceiveItemReturnRequestWorkflow" - }, - "29639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29642": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29643": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29644": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29652": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29653": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29654": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29655": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29656": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29657": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29658": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29659": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29660": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29661": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29662": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29663": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29665": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29666": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29667": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29668": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29669": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29670": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29671": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29672": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29673": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29674": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29675": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29692": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29694": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29695": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29696": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29697": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29698": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29699": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29700": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29701": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29702": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29704": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29705": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29706": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29707": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29708": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29720": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29721": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29722": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29723": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29724": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29725": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29726": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29747": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "UpdateRequestItemReturnValidationStepInput" - }, - "29748": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "__type" - }, - "29749": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "__type.order" - }, - "29750": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "29751": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "__type.orderChange" - }, - "29752": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "__type.input" - }, - "29753": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "updateRequestItemReturnValidationStep" - }, - "29754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRequestItemReturnValidationStep" - }, - "29755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29764": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "updateRequestItemReturnWorkflowId" - }, - "29765": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-request-item-return.ts", - "qualifiedName": "updateRequestItemReturnWorkflow" - }, - "29766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRequestItemReturnWorkflow" - }, - "29767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29770": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29771": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29772": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29780": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29781": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29782": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29783": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29784": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29785": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29786": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29787": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29788": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29789": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29790": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29791": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29792": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29793": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29794": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29795": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29796": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29797": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29798": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29799": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29800": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29801": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29802": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29803": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29804": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29805": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29806": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29807": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29819": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29820": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29821": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29822": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29823": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29824": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29825": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29826": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29827": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29828": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29829": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29830": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29831": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29832": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29833": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29834": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29835": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29836": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29848": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29849": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29850": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29851": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29852": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29853": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29854": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "29875": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "UpdateReturnValidationStepInput" - }, - "29876": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "__type" - }, - "29877": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "__type.orderChange" - }, - "29878": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "__type.orderReturn" - }, - "29879": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "updateReturnValidationStep" - }, - "29880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnValidationStep" - }, - "29881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "29882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "29889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "29890": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "updateReturnWorkflowId" - }, - "29891": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return.ts", - "qualifiedName": "updateReturnWorkflow" - }, - "29892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnWorkflow" - }, - "29893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "29896": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "29897": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "29898": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "29899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "29900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "29903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "29905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29906": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "29907": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "29908": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29909": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29910": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29911": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29912": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "29913": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29914": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29915": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "29916": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "29917": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "29918": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "29919": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "29920": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "29921": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "29922": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "29923": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "29924": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "29925": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "29926": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "29927": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "29928": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "29929": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "29930": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "29931": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "29932": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "29933": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "29945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "29946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "29947": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "29948": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "29949": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "29950": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "29951": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "29952": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "29953": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "29954": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "29955": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "29956": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "29957": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "29958": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "29959": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "29960": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "29961": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "29962": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "29974": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "29975": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "29976": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "29977": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "29978": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "29979": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "29980": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "29981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "29985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "29987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "29988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "29991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "29992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "29993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "29994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "29997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "29999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30001": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "UpdateReturnShippingMethodValidationStepInput" - }, - "30002": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "__type" - }, - "30003": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "__type.orderChange" - }, - "30004": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "__type.orderReturn" - }, - "30005": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "__type.input" - }, - "30006": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "updateReturnShippingMethodValidationStep" - }, - "30007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnShippingMethodValidationStep" - }, - "30008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30017": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "updateReturnShippingMethodWorkflowId" - }, - "30018": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/return/update-return-shipping-method.ts", - "qualifiedName": "updateReturnShippingMethodWorkflow" - }, - "30019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnShippingMethodWorkflow" - }, - "30020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30023": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30024": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30025": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30033": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "30034": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "30035": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30036": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30037": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30038": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30039": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "30040": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30041": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30042": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30043": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30044": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "30045": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "30046": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "30047": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "30048": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "30049": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "30050": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "30051": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "30052": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "30053": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "30054": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "30055": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "30056": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "30057": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "30058": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "30059": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "30060": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "30072": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "30073": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "30074": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "30075": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "30076": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "30077": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "30078": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "30079": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "30080": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "30081": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "30082": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "30083": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "30084": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "30085": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "30086": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "30087": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "30088": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "30089": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "30101": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "30102": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "30103": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "30104": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "30105": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "30106": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "30107": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "30108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30128": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-change-actions.ts", - "qualifiedName": "updateOrderChangeActionsWorkflowId" - }, - "30129": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-change-actions.ts", - "qualifiedName": "updateOrderChangeActionsWorkflow" - }, - "30130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderChangeActionsWorkflow" - }, - "30131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30134": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30135": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30136": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30163": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-changes.ts", - "qualifiedName": "updateOrderChangesWorkflowId" - }, - "30164": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order-changes.ts", - "qualifiedName": "updateOrderChangesWorkflow" - }, - "30165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderChangesWorkflow" - }, - "30166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30169": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30170": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30171": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30198": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "UpdateOrderTaxLinesWorkflowInput" - }, - "30199": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type" - }, - "30200": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.order_id" - }, - "30201": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.item_ids" - }, - "30202": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.shipping_method_ids" - }, - "30203": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.force_tax_calculation" - }, - "30204": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.is_return" - }, - "30205": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "__type.shipping_address" - }, - "30206": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "updateOrderTaxLinesWorkflowId" - }, - "30207": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-tax-lines.ts", - "qualifiedName": "updateOrderTaxLinesWorkflow" - }, - "30208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderTaxLinesWorkflow" - }, - "30209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30212": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30213": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30214": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "30247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "30248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "30249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "30250": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "RequestOrderTransferValidationStepInput" - }, - "30251": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "__type" - }, - "30252": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30253": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "__type.customer" - }, - "30254": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "requestOrderTransferValidationStep" - }, - "30255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestOrderTransferValidationStep" - }, - "30256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30265": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "requestOrderTransferWorkflowId" - }, - "30266": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/request-order-transfer.ts", - "qualifiedName": "requestOrderTransferWorkflow" - }, - "30267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "requestOrderTransferWorkflow" - }, - "30268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30271": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30272": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30273": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "30282": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "30283": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30284": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30285": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30286": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30287": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "30288": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30289": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30290": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30291": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30292": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "30293": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "30294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "30295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "30296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "30297": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "30298": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "30299": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "30300": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "30301": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "30302": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "30303": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "30304": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "30305": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "30306": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "30307": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "30308": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "30320": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "30321": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "30322": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "30323": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "30324": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "30325": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "30326": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "30327": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "30328": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "30329": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "30330": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "30331": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "30332": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "30333": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "30334": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "30335": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "30336": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "30337": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "30349": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "30350": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "30351": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "30352": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "30353": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "30354": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "30355": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "30356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30376": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "AcceptOrderTransferValidationStepInput" - }, - "30377": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type" - }, - "30378": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.token" - }, - "30379": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30380": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.orderChange" - }, - "30381": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "acceptOrderTransferValidationStep" - }, - "30382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "acceptOrderTransferValidationStep" - }, - "30383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30384": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type" - }, - "30385": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.token" - }, - "30386": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30387": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.orderChange" - }, - "30388": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type" - }, - "30389": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.token" - }, - "30390": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30391": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "__type.orderChange" - }, - "30392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30400": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "acceptOrderTransferWorkflowId" - }, - "30401": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/accept-order-transfer.ts", - "qualifiedName": "acceptOrderTransferWorkflow" - }, - "30402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "acceptOrderTransferWorkflow" - }, - "30403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30406": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30407": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30408": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "30417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "30418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "30423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30424": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "30428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "30429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "30430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "30431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "30432": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "30433": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "30434": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "30435": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "30436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "30437": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "30438": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "30439": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "30440": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "30441": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "30442": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "30443": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "30455": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "30456": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "30457": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "30458": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "30459": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "30460": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "30461": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "30462": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "30463": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "30464": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "30465": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "30466": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "30467": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "30468": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "30469": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "30470": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "30471": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "30472": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "30484": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "30485": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "30486": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "30487": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "30488": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "30489": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "30490": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "30491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30511": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "CancelTransferOrderRequestValidationStep" - }, - "30512": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "__type" - }, - "30513": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30514": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "__type.orderChange" - }, - "30515": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "__type.input" - }, - "30516": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "cancelTransferOrderRequestValidationStep" - }, - "30517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelTransferOrderRequestValidationStep" - }, - "30518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30527": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "cancelTransferOrderRequestWorkflowId" - }, - "30528": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/cancel-order-transfer.ts", - "qualifiedName": "cancelOrderTransferRequestWorkflow" - }, - "30529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelOrderTransferRequestWorkflow" - }, - "30530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30533": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30534": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30535": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "30568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "30569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "30570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "30571": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "DeclineTransferOrderRequestValidationStepInput" - }, - "30572": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "__type" - }, - "30573": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "__type.order" - }, - "30574": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "__type.orderChange" - }, - "30575": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "__type.input" - }, - "30576": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "declineTransferOrderRequestValidationStep" - }, - "30577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "declineTransferOrderRequestValidationStep" - }, - "30578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30587": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "declineTransferOrderRequestWorkflowId" - }, - "30588": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/transfer/decline-order-transfer.ts", - "qualifiedName": "declineOrderTransferRequestWorkflow" - }, - "30589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "declineOrderTransferRequestWorkflow" - }, - "30590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30593": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30594": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30595": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "30628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "30629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "30630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "30631": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "UpdateOrderValidationStepInput" - }, - "30632": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "__type" - }, - "30633": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "__type.order" - }, - "30634": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "__type.input" - }, - "30635": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "updateOrderValidationStep" - }, - "30636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderValidationStep" - }, - "30637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30646": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "updateOrderWorkflowId" - }, - "30647": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/update-order.ts", - "qualifiedName": "updateOrderWorkflow" - }, - "30648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateOrderWorkflow" - }, - "30649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30652": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30653": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30654": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30662": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "30663": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "items" - }, - "30664": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30665": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30666": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30667": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30668": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "30669": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30670": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30671": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "30672": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.actions" - }, - "30673": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "return_requested_total" - }, - "30674": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" - }, - "30675": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "30676": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "30677": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "30678": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "30679": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" - }, - "30680": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" - }, - "30681": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" - }, - "30682": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" - }, - "30683": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" - }, - "30684": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" - }, - "30685": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "30686": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "30687": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "30688": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "30689": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" - }, - "30701": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "status" - }, - "30702": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "30703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "30704": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "30705": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "30706": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "30707": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "30708": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, - "30709": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" - }, - "30710": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" - }, - "30711": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "30712": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "30713": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "30714": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" - }, - "30715": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" - }, - "30716": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" - }, - "30717": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" - }, - "30718": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" - }, - "30730": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "30731": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "version" - }, - "30732": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "display_id" - }, - "30733": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "30734": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "credit_lines" - }, - "30735": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "30736": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_subtotal" - }, - "30737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30757": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "CreateOrUpdateOrderPaymentCollectionInput" - }, - "30758": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "30759": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "30760": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "30761": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflowId" - }, - "30762": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflow" - }, - "30763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createOrUpdateOrderPaymentCollectionWorkflow" - }, - "30764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30767": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30768": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30769": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30770": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "30771": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "30772": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "30773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30779": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "30780": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "30781": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "30782": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "30783": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "30784": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "30785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "30792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "30797": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type" - }, - "30798": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.order_id" - }, - "30799": { - "sourceFileName": "../../../../packages/core/core-flows/src/order/workflows/create-or-update-order-payment-collection.ts", - "qualifiedName": "__type.amount" - }, - "30800": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "30801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "30808": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "AuthorizePaymentSessionStepInput" - }, - "30809": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "__type" - }, - "30810": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "__type.id" - }, - "30811": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "__type.context" - }, - "30812": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "authorizePaymentSessionStepId" - }, - "30813": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/authorize-payment-session.ts", - "qualifiedName": "authorizePaymentSessionStep" - }, - "30814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "authorizePaymentSessionStep" - }, - "30815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30817": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "30818": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "30819": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_amount" - }, - "30820": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_amount" - }, - "30821": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_authorized_amount" - }, - "30822": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "30823": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "30824": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "30825": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "created_at" - }, - "30826": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "updated_at" - }, - "30827": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_at" - }, - "30828": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "canceled_at" - }, - "30829": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_amount" - }, - "30830": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_captured_amount" - }, - "30831": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunded_amount" - }, - "30832": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_refunded_amount" - }, - "30833": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captures" - }, - "30834": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunds" - }, - "30835": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "30836": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "30837": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_session" - }, - "30838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30846": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", - "qualifiedName": "CancelPaymentStepInput" - }, - "30847": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", - "qualifiedName": "__type" - }, - "30848": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", - "qualifiedName": "__type.paymentIds" - }, - "30849": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", - "qualifiedName": "cancelPaymentStepId" - }, - "30850": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/cancel-payment.ts", - "qualifiedName": "cancelPaymentStep" - }, - "30851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "cancelPaymentStep" - }, - "30852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30861": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "CapturePaymentStepInput" - }, - "30862": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "__type" - }, - "30863": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "__type.payment_id" - }, - "30864": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "__type.captured_by" - }, - "30865": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "__type.amount" - }, - "30866": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "capturePaymentStepId" - }, - "30867": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/capture-payment.ts", - "qualifiedName": "capturePaymentStep" - }, - "30868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "capturePaymentStep" - }, - "30869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30871": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "30872": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "30873": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_amount" - }, - "30874": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_amount" - }, - "30875": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_authorized_amount" - }, - "30876": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "30877": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "30878": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "30879": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "created_at" - }, - "30880": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "updated_at" - }, - "30881": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_at" - }, - "30882": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "canceled_at" - }, - "30883": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_amount" - }, - "30884": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_captured_amount" - }, - "30885": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunded_amount" - }, - "30886": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_refunded_amount" - }, - "30887": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captures" - }, - "30888": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunds" - }, - "30889": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "30890": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "30891": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_session" - }, - "30892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30900": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "RefundPaymentStepInput" - }, - "30901": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "__type" - }, - "30902": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "__type.payment_id" - }, - "30903": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "__type.created_by" - }, - "30904": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "__type.amount" - }, - "30905": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "refundPaymentStepId" - }, - "30906": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payment.ts", - "qualifiedName": "refundPaymentStep" - }, - "30907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refundPaymentStep" - }, - "30908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30910": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "30911": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "30912": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_amount" - }, - "30913": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_amount" - }, - "30914": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_authorized_amount" - }, - "30915": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "30916": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "30917": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "30918": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "created_at" - }, - "30919": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "updated_at" - }, - "30920": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_at" - }, - "30921": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "canceled_at" - }, - "30922": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_amount" - }, - "30923": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_captured_amount" - }, - "30924": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunded_amount" - }, - "30925": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_refunded_amount" - }, - "30926": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captures" - }, - "30927": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunds" - }, - "30928": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "30929": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "30930": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_session" - }, - "30931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30937": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30939": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "RefundPaymentsStepInput" - }, - "30940": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "__type" - }, - "30941": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "__type.payment_id" - }, - "30942": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "__type.amount" - }, - "30943": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "__type.created_by" - }, - "30944": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "refundPaymentsStepId" - }, - "30945": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/steps/refund-payments.ts", - "qualifiedName": "refundPaymentsStep" - }, - "30946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refundPaymentsStep" - }, - "30947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "30948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "30951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "30952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "30954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "30955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "30956": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "CapturePaymentWorkflowInput" - }, - "30957": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "__type" - }, - "30958": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "__type.payment_id" - }, - "30959": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "__type.captured_by" - }, - "30960": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "__type.amount" - }, - "30961": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "capturePaymentWorkflowId" - }, - "30962": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/capture-payment.ts", - "qualifiedName": "capturePaymentWorkflow" - }, - "30963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "capturePaymentWorkflow" - }, - "30964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "30965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "30966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "30967": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "30968": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "30969": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "30970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "30971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "30974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "30976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30977": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "30978": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "30979": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_amount" - }, - "30980": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_amount" - }, - "30981": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_authorized_amount" - }, - "30982": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "30983": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "30984": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "30985": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "created_at" - }, - "30986": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "updated_at" - }, - "30987": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_at" - }, - "30988": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "canceled_at" - }, - "30989": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captured_amount" - }, - "30990": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_captured_amount" - }, - "30991": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunded_amount" - }, - "30992": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "raw_refunded_amount" - }, - "30993": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "captures" - }, - "30994": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "refunds" - }, - "30995": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "30996": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "30997": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_session" - }, - "30998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "30999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31018": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/process-payment.ts", - "qualifiedName": "processPaymentWorkflowId" - }, - "31019": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/process-payment.ts", - "qualifiedName": "processPaymentWorkflow" - }, - "31020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "processPaymentWorkflow" - }, - "31021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31024": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31025": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31026": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31035": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "31059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "31060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "31061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "31062": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "ValidateRefundStepInput" - }, - "31063": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type" - }, - "31064": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.order" - }, - "31065": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.payment" - }, - "31066": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.amount" - }, - "31067": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "validateRefundStep" - }, - "31068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateRefundStep" - }, - "31069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31078": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "RefundPaymentWorkflowInput" - }, - "31079": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type" - }, - "31080": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.payment_id" - }, - "31081": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.created_by" - }, - "31082": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "__type.amount" - }, - "31083": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "refundPaymentWorkflowId" - }, - "31084": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payment.ts", - "qualifiedName": "refundPaymentWorkflow" - }, - "31085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refundPaymentWorkflow" - }, - "31086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31089": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31090": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31091": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31112": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "ValidatePaymentsRefundStepInput" - }, - "31113": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type" - }, - "31114": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type.payments" - }, - "31115": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type.input" - }, - "31116": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "validatePaymentsRefundStep" - }, - "31117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validatePaymentsRefundStep" - }, - "31118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31127": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "RefundPaymentsWorkflowInput" - }, - "31128": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type" - }, - "31129": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type.payment_id" - }, - "31130": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type.amount" - }, - "31131": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "__type.created_by" - }, - "31132": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "refundPaymentsWorkflowId" - }, - "31133": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment/workflows/refund-payments.ts", - "qualifiedName": "refundPaymentsWorkflow" - }, - "31134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "refundPaymentsWorkflow" - }, - "31135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31138": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31139": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31140": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31167": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput" - }, - "31168": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.payment_collection_id" - }, - "31169": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.provider_id" - }, - "31170": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.amount" - }, - "31171": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.currency_code" - }, - "31172": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.context" - }, - "31173": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionStepInput.data" - }, - "31174": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "createPaymentSessionStepId" - }, - "31175": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-payment-session.ts", - "qualifiedName": "createPaymentSessionStep" - }, - "31176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPaymentSessionStep" - }, - "31177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31179": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "31180": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "31181": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "31182": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "31183": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "31184": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "context" - }, - "31185": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "status" - }, - "31186": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_at" - }, - "31187": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "31188": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "31189": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment" - }, - "31190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31198": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", - "qualifiedName": "CreateRefundReasonStepInput" - }, - "31199": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", - "qualifiedName": "createRefundReasonStepId" - }, - "31200": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/create-refund-reasons.ts", - "qualifiedName": "createRefundReasonStep" - }, - "31201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createRefundReasonStep" - }, - "31202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31211": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", - "qualifiedName": "DeletePaymentSessionStepInput" - }, - "31212": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", - "qualifiedName": "DeletePaymentSessionStepInput.ids" - }, - "31213": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", - "qualifiedName": "deletePaymentSessionsStepId" - }, - "31214": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-payment-sessions.ts", - "qualifiedName": "deletePaymentSessionsStep" - }, - "31215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePaymentSessionsStep" - }, - "31216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31225": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", - "qualifiedName": "DeleteRefundReasonsStepInput" - }, - "31226": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", - "qualifiedName": "deleteRefundReasonsStepId" - }, - "31227": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/delete-refund-reasons.ts", - "qualifiedName": "deleteRefundReasonsStep" - }, - "31228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteRefundReasonsStep" - }, - "31229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31232": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", - "qualifiedName": "UpdatePaymentCollectionStepInput" - }, - "31233": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", - "qualifiedName": "UpdatePaymentCollectionStepInput.selector" - }, - "31234": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", - "qualifiedName": "UpdatePaymentCollectionStepInput.update" - }, - "31235": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", - "qualifiedName": "updatePaymentCollectionStepId" - }, - "31236": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-payment-collection.ts", - "qualifiedName": "updatePaymentCollectionStep" - }, - "31237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePaymentCollectionStep" - }, - "31238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31247": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", - "qualifiedName": "UpdateRefundReasonStepInput" - }, - "31248": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", - "qualifiedName": "updateRefundReasonStepId" - }, - "31249": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/update-refund-reasons.ts", - "qualifiedName": "updateRefundReasonsStep" - }, - "31250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRefundReasonsStep" - }, - "31251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31260": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", - "qualifiedName": "ValidateDeletedPaymentSessionsStepInput" - }, - "31261": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", - "qualifiedName": "ValidateDeletedPaymentSessionsStepInput.idsToDelete" - }, - "31262": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", - "qualifiedName": "ValidateDeletedPaymentSessionsStepInput.idsDeleted" - }, - "31263": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", - "qualifiedName": "validateDeletedPaymentSessionsStepId" - }, - "31264": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/steps/validate-deleted-payment-sessions.ts", - "qualifiedName": "validateDeletedPaymentSessionsStep" - }, - "31265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateDeletedPaymentSessionsStep" - }, - "31266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31269": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionsWorkflowInput" - }, - "31270": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionsWorkflowInput.payment_collection_id" - }, - "31271": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionsWorkflowInput.provider_id" - }, - "31272": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionsWorkflowInput.data" - }, - "31273": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "CreatePaymentSessionsWorkflowInput.context" - }, - "31274": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "createPaymentSessionsWorkflowId" - }, - "31275": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-payment-session.ts", - "qualifiedName": "createPaymentSessionsWorkflow" - }, - "31276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPaymentSessionsWorkflow" - }, - "31277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31280": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31281": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31282": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31290": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "id" - }, - "31291": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "amount" - }, - "31292": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "currency_code" - }, - "31293": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "provider_id" - }, - "31294": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "data" - }, - "31295": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "context" - }, - "31296": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "status" - }, - "31297": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "authorized_at" - }, - "31298": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection_id" - }, - "31299": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment_collection" - }, - "31300": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "payment" - }, - "31301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31321": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", - "qualifiedName": "CreateRefundReasonsWorkflowInput" - }, - "31322": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", - "qualifiedName": "__type" - }, - "31323": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", - "qualifiedName": "__type.data" - }, - "31324": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", - "qualifiedName": "createRefundReasonsWorkflowId" - }, - "31325": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/create-refund-reasons.ts", - "qualifiedName": "createRefundReasonsWorkflow" - }, - "31326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createRefundReasonsWorkflow" - }, - "31327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31330": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31331": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31332": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31359": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", - "qualifiedName": "DeletePaymentSessionsWorkflowInput" - }, - "31360": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", - "qualifiedName": "DeletePaymentSessionsWorkflowInput.ids" - }, - "31361": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", - "qualifiedName": "deletePaymentSessionsWorkflowId" - }, - "31362": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-payment-sessions.ts", - "qualifiedName": "deletePaymentSessionsWorkflow" - }, - "31363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePaymentSessionsWorkflow" - }, - "31364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31367": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31368": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31369": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31388": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31396": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", - "qualifiedName": "UpdateRefundReasonsWorkflowInput" - }, - "31397": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", - "qualifiedName": "UpdateRefundReasonsWorkflowOutput" - }, - "31398": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", - "qualifiedName": "updateRefundReasonsWorkflowId" - }, - "31399": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/update-refund-reasons.ts", - "qualifiedName": "updateRefundReasonsWorkflow" - }, - "31400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRefundReasonsWorkflow" - }, - "31401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31404": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31405": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31406": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31429": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31430": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31433": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", - "qualifiedName": "DeleteRefundReasonsWorkflowInput" - }, - "31434": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", - "qualifiedName": "__type" - }, - "31435": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", - "qualifiedName": "__type.ids" - }, - "31436": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", - "qualifiedName": "deleteRefundReasonsWorkflowId" - }, - "31437": { - "sourceFileName": "../../../../packages/core/core-flows/src/payment-collection/workflows/delete-refund-reasons.ts", - "qualifiedName": "deleteRefundReasonsWorkflow" - }, - "31438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteRefundReasonsWorkflow" - }, - "31439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31442": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31443": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31444": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31471": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts", - "qualifiedName": "createPriceListPricesStepId" - }, - "31472": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-list-prices.ts", - "qualifiedName": "createPriceListPricesStep" - }, - "31473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPriceListPricesStep" - }, - "31474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31483": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-lists.ts", - "qualifiedName": "createPriceListsStepId" - }, - "31484": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/create-price-lists.ts", - "qualifiedName": "createPriceListsStep" - }, - "31485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPriceListsStep" - }, - "31486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31495": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", - "qualifiedName": "DeletePriceListsStepInput" - }, - "31496": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", - "qualifiedName": "deletePriceListsStepId" - }, - "31497": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/delete-price-lists.ts", - "qualifiedName": "deletePriceListsStep" - }, - "31498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePriceListsStep" - }, - "31499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31502": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "GetExistingPriceListsPriceIdsStepInput" - }, - "31503": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "__type" - }, - "31504": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "__type.price_list_ids" - }, - "31505": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "GetExistingPriceListsPriceIdsStepOutput" - }, - "31506": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "getExistingPriceListsPriceIdsStepId" - }, - "31507": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/get-existing-price-lists-price-ids.ts", - "qualifiedName": "getExistingPriceListsPriceIdsStep" - }, - "31508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getExistingPriceListsPriceIdsStep" - }, - "31509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31521": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", - "qualifiedName": "RemovePriceListPricesStepInput" - }, - "31522": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", - "qualifiedName": "removePriceListPricesStepId" - }, - "31523": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/remove-price-list-prices.ts", - "qualifiedName": "removePriceListPricesStep" - }, - "31524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removePriceListPricesStep" - }, - "31525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31534": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts", - "qualifiedName": "updatePriceListPricesStepId" - }, - "31535": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-list-prices.ts", - "qualifiedName": "updatePriceListPricesStep" - }, - "31536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePriceListPricesStep" - }, - "31537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31546": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", - "qualifiedName": "UpdatePriceListsStepInput" - }, - "31547": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", - "qualifiedName": "updatePriceListsStepId" - }, - "31548": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/update-price-lists.ts", - "qualifiedName": "updatePriceListsStep" - }, - "31549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePriceListsStep" - }, - "31550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31559": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", - "qualifiedName": "ValidatePriceListsStepInput" - }, - "31560": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", - "qualifiedName": "validatePriceListsStepId" - }, - "31561": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-price-lists.ts", - "qualifiedName": "validatePriceListsStep" - }, - "31562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validatePriceListsStep" - }, - "31563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31575": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "ValidateVariantPriceLinksStepInput" - }, - "31576": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "__type" - }, - "31577": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "__type.prices" - }, - "31578": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "__type" - }, - "31579": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "__type.variant_id" - }, - "31580": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "validateVariantPriceLinksStepId" - }, - "31581": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/steps/validate-variant-price-links.ts", - "qualifiedName": "validateVariantPriceLinksStep" - }, - "31582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateVariantPriceLinksStep" - }, - "31583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31595": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", - "qualifiedName": "BatchPriceListPricesWorkflowInput" - }, - "31596": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", - "qualifiedName": "__type" - }, - "31597": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", - "qualifiedName": "__type.data" - }, - "31598": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", - "qualifiedName": "batchPriceListPricesWorkflowId" - }, - "31599": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/batch-price-list-prices.ts", - "qualifiedName": "batchPriceListPricesWorkflow" - }, - "31600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchPriceListPricesWorkflow" - }, - "31601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31604": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31605": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31606": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31614": { - "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", - "qualifiedName": "created" - }, - "31615": { - "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", - "qualifiedName": "updated" - }, - "31616": { - "sourceFileName": "../../../../packages/core/types/src/pricing/workflows.ts", - "qualifiedName": "deleted" - }, - "31617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31637": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "CreatePriceListPricesWorkflowInput" - }, - "31638": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "__type" - }, - "31639": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "__type.data" - }, - "31640": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "CreatePriceListPricesWorkflowOutput" - }, - "31641": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "createPriceListPricesWorkflowId" - }, - "31642": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-list-prices.ts", - "qualifiedName": "createPriceListPricesWorkflow" - }, - "31643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPriceListPricesWorkflow" - }, - "31644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31647": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31648": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31649": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31676": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "CreatePriceListsWorkflowInput" - }, - "31677": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "__type" - }, - "31678": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31679": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "CreatePriceListsWorkflowOutput" - }, - "31680": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "createPriceListsWorkflowId" - }, - "31681": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/create-price-lists.ts", - "qualifiedName": "createPriceListsWorkflow" - }, - "31682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPriceListsWorkflow" - }, - "31683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31686": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31687": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31688": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31715": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", - "qualifiedName": "DeletePriceListsWorkflowInput" - }, - "31716": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", - "qualifiedName": "__type" - }, - "31717": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", - "qualifiedName": "__type.ids" - }, - "31718": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", - "qualifiedName": "deletePriceListsWorkflowId" - }, - "31719": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/delete-price-lists.ts", - "qualifiedName": "deletePriceListsWorkflow" - }, - "31720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePriceListsWorkflow" - }, - "31721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31724": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31725": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31726": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "31759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "31760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "31761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "31762": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", - "qualifiedName": "RemovePriceListPricesWorkflowInput" - }, - "31763": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", - "qualifiedName": "__type" - }, - "31764": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", - "qualifiedName": "__type.ids" - }, - "31765": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", - "qualifiedName": "removePriceListPricesWorkflowId" - }, - "31766": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/remove-price-list-prices.ts", - "qualifiedName": "removePriceListPricesWorkflow" - }, - "31767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removePriceListPricesWorkflow" - }, - "31768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31771": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31772": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31773": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31800": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", - "qualifiedName": "UpdatePriceListPricesWorkflowInput" - }, - "31801": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", - "qualifiedName": "__type" - }, - "31802": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", - "qualifiedName": "__type.data" - }, - "31803": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", - "qualifiedName": "updatePriceListPricesWorkflowId" - }, - "31804": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-list-prices.ts", - "qualifiedName": "updatePriceListPricesWorkflow" - }, - "31805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePriceListPricesWorkflow" - }, - "31806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31809": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31810": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31811": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31838": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "UpdatePriceListsWorkflowInput" - }, - "31839": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type" - }, - "31840": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31841": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "updatePriceListsWorkflowId" - }, - "31842": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "updatePriceListsWorkflow" - }, - "31843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePriceListsWorkflow" - }, - "31844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31847": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31848": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31849": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31850": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type" - }, - "31851": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31858": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type" - }, - "31859": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31860": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type" - }, - "31861": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31874": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type" - }, - "31875": { - "sourceFileName": "../../../../packages/core/core-flows/src/price-list/workflows/update-price-lists.ts", - "qualifiedName": "__type.price_lists_data" - }, - "31876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "31884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "31890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "31891": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "31892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "31893": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", - "qualifiedName": "CreatePriceSetWorkflowInput" - }, - "31894": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", - "qualifiedName": "createPriceSetsStepId" - }, - "31895": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-sets.ts", - "qualifiedName": "createPriceSetsStep" - }, - "31896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPriceSetsStep" - }, - "31897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31906": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "UpdatePriceSetsStepInput" - }, - "31907": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "__type" - }, - "31908": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "__type.selector" - }, - "31909": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "__type.update" - }, - "31910": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "__type" - }, - "31911": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "__type.price_sets" - }, - "31912": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "updatePriceSetsStepId" - }, - "31913": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-sets.ts", - "qualifiedName": "updatePriceSetsStep" - }, - "31914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePriceSetsStep" - }, - "31915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31924": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", - "qualifiedName": "CreatePricePreferencesStepInput" - }, - "31925": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", - "qualifiedName": "createPricePreferencesStepId" - }, - "31926": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/create-price-preferences.ts", - "qualifiedName": "createPricePreferencesStep" - }, - "31927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPricePreferencesStep" - }, - "31928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31937": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences.ts", - "qualifiedName": "updatePricePreferencesStepId" - }, - "31938": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences.ts", - "qualifiedName": "updatePricePreferencesStep" - }, - "31939": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePricePreferencesStep" - }, - "31940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31949": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", - "qualifiedName": "UpdatePricePreferencesAsArrayStepInput" - }, - "31950": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", - "qualifiedName": "updatePricePreferencesAsArrayStepId" - }, - "31951": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/update-price-preferences-as-array.ts", - "qualifiedName": "updatePricePreferencesAsArrayStep" - }, - "31952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePricePreferencesAsArrayStep" - }, - "31953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31962": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", - "qualifiedName": "DeletePricePreferencesStepInput" - }, - "31963": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", - "qualifiedName": "deletePricePreferencesStepId" - }, - "31964": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/steps/delete-price-preferences.ts", - "qualifiedName": "deletePricePreferencesStep" - }, - "31965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePricePreferencesStep" - }, - "31966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "31967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "31968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "31969": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", - "qualifiedName": "CreatePricePreferencesWorkflowInput" - }, - "31970": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", - "qualifiedName": "createPricePreferencesWorkflowId" - }, - "31971": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/create-price-preferences.ts", - "qualifiedName": "createPricePreferencesWorkflow" - }, - "31972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPricePreferencesWorkflow" - }, - "31973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "31976": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "31977": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "31978": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "31979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "31980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "31983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "31985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "31988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "31989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "31991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "31992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "31995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "31996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "31997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "31998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "31999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32000": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32005": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts", - "qualifiedName": "updatePricePreferencesWorkflowId" - }, - "32006": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/update-price-preferences.ts", - "qualifiedName": "updatePricePreferencesWorkflow" - }, - "32007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePricePreferencesWorkflow" - }, - "32008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32011": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32012": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32013": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32035": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32040": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", - "qualifiedName": "DeletePricePreferencesWorkflowInput" - }, - "32041": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", - "qualifiedName": "deletePricePreferencesWorkflowId" - }, - "32042": { - "sourceFileName": "../../../../packages/core/core-flows/src/pricing/workflows/delete-price-preferences.ts", - "qualifiedName": "deletePricePreferencesWorkflow" - }, - "32043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePricePreferencesWorkflow" - }, - "32044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32047": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32048": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32049": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32085": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-products.ts", - "qualifiedName": "createProductsStepId" - }, - "32086": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-products.ts", - "qualifiedName": "createProductsStep" - }, - "32087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductsStep" - }, - "32088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32097": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "UpdateProductsStepInput" - }, - "32098": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "__type" - }, - "32099": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "__type.selector" - }, - "32100": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "__type.update" - }, - "32101": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "__type" - }, - "32102": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "__type.products" - }, - "32103": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "updateProductsStepId" - }, - "32104": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-products.ts", - "qualifiedName": "updateProductsStep" - }, - "32105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductsStep" - }, - "32106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32115": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", - "qualifiedName": "DeleteProductsStepInput" - }, - "32116": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", - "qualifiedName": "deleteProductsStepId" - }, - "32117": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-products.ts", - "qualifiedName": "deleteProductsStep" - }, - "32118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductsStep" - }, - "32119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32122": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", - "qualifiedName": "GetProductsStepInput" - }, - "32123": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", - "qualifiedName": "__type" - }, - "32124": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", - "qualifiedName": "__type.ids" - }, - "32125": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", - "qualifiedName": "getProductsStepId" - }, - "32126": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-products.ts", - "qualifiedName": "getProductsStep" - }, - "32127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getProductsStep" - }, - "32128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32137": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "GetAllProductsStepInput" - }, - "32138": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "__type" - }, - "32139": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "__type.select" - }, - "32140": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "__type.filter" - }, - "32141": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "getAllProductsStepId" - }, - "32142": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-all-products.ts", - "qualifiedName": "getAllProductsStep" - }, - "32143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getAllProductsStep" - }, - "32144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32153": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "CreateVariantPricingLinkStepInput" - }, - "32154": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "__type" - }, - "32155": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "__type.links" - }, - "32156": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "__type" - }, - "32157": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "__type.variant_id" - }, - "32158": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "__type.price_set_id" - }, - "32159": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "createVariantPricingLinkStepId" - }, - "32160": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-variant-pricing-link.ts", - "qualifiedName": "createVariantPricingLinkStep" - }, - "32161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createVariantPricingLinkStep" - }, - "32162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32165": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-options.ts", - "qualifiedName": "createProductOptionsStepId" - }, - "32166": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-options.ts", - "qualifiedName": "createProductOptionsStep" - }, - "32167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductOptionsStep" - }, - "32168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32177": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "UpdateProductOptionsStepInput" - }, - "32178": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "__type" - }, - "32179": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "__type.selector" - }, - "32180": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "__type.update" - }, - "32181": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "updateProductOptionsStepId" - }, - "32182": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-options.ts", - "qualifiedName": "updateProductOptionsStep" - }, - "32183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductOptionsStep" - }, - "32184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32193": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", - "qualifiedName": "DeleteProductOptionsStepInput" - }, - "32194": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", - "qualifiedName": "deleteProductOptionsStepId" - }, - "32195": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-options.ts", - "qualifiedName": "deleteProductOptionsStep" - }, - "32196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductOptionsStep" - }, - "32197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32200": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-variants.ts", - "qualifiedName": "createProductVariantsStepId" - }, - "32201": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-variants.ts", - "qualifiedName": "createProductVariantsStep" - }, - "32202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductVariantsStep" - }, - "32203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32212": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "UpdateProductVariantsStepInput" - }, - "32213": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "__type" - }, - "32214": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "__type.selector" - }, - "32215": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "__type.update" - }, - "32216": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "__type" - }, - "32217": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "__type.product_variants" - }, - "32218": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "updateProductVariantsStepId" - }, - "32219": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-variants.ts", - "qualifiedName": "updateProductVariantsStep" - }, - "32220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductVariantsStep" - }, - "32221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32230": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", - "qualifiedName": "DeleteProductVariantsStepInput" - }, - "32231": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", - "qualifiedName": "deleteProductVariantsStepId" - }, - "32232": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-variants.ts", - "qualifiedName": "deleteProductVariantsStep" - }, - "32233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductVariantsStep" - }, - "32234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32237": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-collections.ts", - "qualifiedName": "createCollectionsStepId" - }, - "32238": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-collections.ts", - "qualifiedName": "createCollectionsStep" - }, - "32239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCollectionsStep" - }, - "32240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32249": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "UpdateCollectionsStepInput" - }, - "32250": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "__type" - }, - "32251": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "__type.selector" - }, - "32252": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "__type.update" - }, - "32253": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "updateCollectionsStepId" - }, - "32254": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-collections.ts", - "qualifiedName": "updateCollectionsStep" - }, - "32255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCollectionsStep" - }, - "32256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32265": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", - "qualifiedName": "DeleteCollectionsStepInput" - }, - "32266": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", - "qualifiedName": "deleteCollectionsStepId" - }, - "32267": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-collections.ts", - "qualifiedName": "deleteCollectionsStep" - }, - "32268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCollectionsStep" - }, - "32269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32272": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-collection.ts", - "qualifiedName": "batchLinkProductsToCollectionStepId" - }, - "32273": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-collection.ts", - "qualifiedName": "batchLinkProductsToCollectionStep" - }, - "32274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchLinkProductsToCollectionStep" - }, - "32275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32278": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts", - "qualifiedName": "batchLinkProductsToCategoryStepId" - }, - "32279": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/batch-link-products-in-category.ts", - "qualifiedName": "batchLinkProductsToCategoryStep" - }, - "32280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchLinkProductsToCategoryStep" - }, - "32281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32284": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-types.ts", - "qualifiedName": "createProductTypesStepId" - }, - "32285": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-types.ts", - "qualifiedName": "createProductTypesStep" - }, - "32286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductTypesStep" - }, - "32287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32296": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "UpdateProductTypesStepInput" - }, - "32297": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "__type" - }, - "32298": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "__type.selector" - }, - "32299": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "__type.update" - }, - "32300": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "updateProductTypesStepId" - }, - "32301": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-types.ts", - "qualifiedName": "updateProductTypesStep" - }, - "32302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductTypesStep" - }, - "32303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32312": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", - "qualifiedName": "DeleteProductTypesStepInput" - }, - "32313": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", - "qualifiedName": "deleteProductTypesStepId" - }, - "32314": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-types.ts", - "qualifiedName": "deleteProductTypesStep" - }, - "32315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductTypesStep" - }, - "32316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32319": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-tags.ts", - "qualifiedName": "createProductTagsStepId" - }, - "32320": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/create-product-tags.ts", - "qualifiedName": "createProductTagsStep" - }, - "32321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductTagsStep" - }, - "32322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32331": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "UpdateProductTagsStepInput" - }, - "32332": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "__type" - }, - "32333": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "__type.selector" - }, - "32334": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "__type.update" - }, - "32335": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "updateProductTagsStepId" - }, - "32336": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/update-product-tags.ts", - "qualifiedName": "updateProductTagsStep" - }, - "32337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductTagsStep" - }, - "32338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32347": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", - "qualifiedName": "DeleteProductTagsStepInput" - }, - "32348": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", - "qualifiedName": "deleteProductTagsStepId" - }, - "32349": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/delete-product-tags.ts", - "qualifiedName": "deleteProductTagsStep" - }, - "32350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductTagsStep" - }, - "32351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32354": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "GenerateProductCsvStepInput" - }, - "32355": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "GenerateProductCsvStepOutput" - }, - "32356": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "__type" - }, - "32357": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "__type.id" - }, - "32358": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "__type.filename" - }, - "32359": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "generateProductCsvStepId" - }, - "32360": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "generateProductCsvStep" - }, - "32361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "generateProductCsvStep" - }, - "32362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32364": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "id" - }, - "32365": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/generate-product-csv.ts", - "qualifiedName": "filename" - }, - "32366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32374": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", - "qualifiedName": "ParseProductCsvStepInput" - }, - "32375": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", - "qualifiedName": "parseProductCsvStepId" - }, - "32376": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/parse-product-csv.ts", - "qualifiedName": "parseProductCsvStep" - }, - "32377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "parseProductCsvStep" - }, - "32378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32387": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "GroupProductsForBatchStepInput" - }, - "32388": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type" - }, - "32389": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.id" - }, - "32390": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "GroupProductsForBatchStepOutput" - }, - "32391": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type" - }, - "32392": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.create" - }, - "32393": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.update" - }, - "32394": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type" - }, - "32395": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.id" - }, - "32396": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "groupProductsForBatchStepId" - }, - "32397": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "groupProductsForBatchStep" - }, - "32398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "groupProductsForBatchStep" - }, - "32399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32401": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "create" - }, - "32402": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "update" - }, - "32403": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type" - }, - "32404": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.id" - }, - "32405": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type" - }, - "32406": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/group-products-for-batch.ts", - "qualifiedName": "__type.id" - }, - "32407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32415": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts", - "qualifiedName": "waitConfirmationProductImportStepId" - }, - "32416": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/wait-confirmation-product-import.ts", - "qualifiedName": "waitConfirmationProductImportStep" - }, - "32417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "waitConfirmationProductImportStep" - }, - "32418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32426": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "GetVariantAvailabilityStepInput" - }, - "32427": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "__type" - }, - "32428": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "__type.variant_ids" - }, - "32429": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "32430": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "getVariantAvailabilityId" - }, - "32431": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/steps/get-variant-availability.ts", - "qualifiedName": "getVariantAvailabilityStep" - }, - "32432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getVariantAvailabilityStep" - }, - "32433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "32434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32437": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type" - }, - "32438": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type.availability" - }, - "32439": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "32440": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type" - }, - "32441": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type.availability" - }, - "32442": { - "sourceFileName": "../../../../packages/core/utils/src/product/get-variant-availability.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "32443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "32450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "32451": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts", - "qualifiedName": "batchLinkProductsToCollectionWorkflowId" - }, - "32452": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-link-products-collection.ts", - "qualifiedName": "batchLinkProductsToCollectionWorkflow" - }, - "32453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchLinkProductsToCollectionWorkflow" - }, - "32454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32457": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32458": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32459": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32495": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", - "qualifiedName": "BatchProductVariantsWorkflowInput" - }, - "32496": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "32497": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "32498": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "32499": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", - "qualifiedName": "BatchProductVariantsWorkflowOutput" - }, - "32500": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.created" - }, - "32501": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.updated" - }, - "32502": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "32503": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", - "qualifiedName": "batchProductVariantsWorkflowId" - }, - "32504": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-product-variants.ts", - "qualifiedName": "batchProductVariantsWorkflow" - }, - "32505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchProductVariantsWorkflow" - }, - "32506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32509": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32510": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32511": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32519": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "created" - }, - "32520": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "updated" - }, - "32521": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "deleted" - }, - "32522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32534": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32542": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", - "qualifiedName": "BatchProductWorkflowInput" - }, - "32543": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "32544": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "32545": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "32546": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", - "qualifiedName": "batchProductsWorkflowId" - }, - "32547": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products.ts", - "qualifiedName": "batchProductsWorkflow" - }, - "32548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchProductsWorkflow" - }, - "32549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32552": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32553": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32554": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32562": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "created" - }, - "32563": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "updated" - }, - "32564": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "deleted" - }, - "32565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32574": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32575": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32585": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products-in-category.ts", - "qualifiedName": "batchLinkProductsToCategoryWorkflowId" - }, - "32586": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/batch-products-in-category.ts", - "qualifiedName": "batchLinkProductsToCategoryWorkflow" - }, - "32587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchLinkProductsToCategoryWorkflow" - }, - "32588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32591": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32592": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32593": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32610": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32629": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "CreateCollectionsWorkflowInput" - }, - "32630": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "__type" - }, - "32631": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "__type.collections" - }, - "32632": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "createCollectionsWorkflowId" - }, - "32633": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "createCollectionsWorkflow" - }, - "32634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCollectionsWorkflow" - }, - "32635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32638": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32639": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32640": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32668": { - "sourceFileName": "", - "qualifiedName": "collectionsCreated" - }, - "32669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32674": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "__object" - }, - "32675": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "__object.collections" - }, - "32676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32682": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-collections.ts", - "qualifiedName": "__object.additional_data" - }, - "32683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32684": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "CreateProductOptionsWorkflowInput" - }, - "32685": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "__type" - }, - "32686": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "__type.product_options" - }, - "32687": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "createProductOptionsWorkflowId" - }, - "32688": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "createProductOptionsWorkflow" - }, - "32689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductOptionsWorkflow" - }, - "32690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32693": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32694": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32695": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32723": { - "sourceFileName": "", - "qualifiedName": "productOptionsCreated" - }, - "32724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32729": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "__object" - }, - "32730": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "__object.product_options" - }, - "32731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32737": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-options.ts", - "qualifiedName": "__object.additional_data" - }, - "32738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32739": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "CreateProductTypesWorkflowInput" - }, - "32740": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "__type" - }, - "32741": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "__type.product_types" - }, - "32742": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "createProductTypesWorkflowId" - }, - "32743": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "createProductTypesWorkflow" - }, - "32744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductTypesWorkflow" - }, - "32745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32748": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32749": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32750": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32778": { - "sourceFileName": "", - "qualifiedName": "productTypesCreated" - }, - "32779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32784": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "__object" - }, - "32785": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "__object.product_types" - }, - "32786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32792": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-types.ts", - "qualifiedName": "__object.additional_data" - }, - "32793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32794": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "CreateProductTagsWorkflowInput" - }, - "32795": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "__type" - }, - "32796": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "__type.product_tags" - }, - "32797": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "createProductTagsWorkflowId" - }, - "32798": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "createProductTagsWorkflow" - }, - "32799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductTagsWorkflow" - }, - "32800": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32803": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32804": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32805": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "32819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "32824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "32825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "32832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32833": { - "sourceFileName": "", - "qualifiedName": "productTagsCreated" - }, - "32834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "32837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "32838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "32839": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "__object" - }, - "32840": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "__object.product_tags" - }, - "32841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "32844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "32845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "32847": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-tags.ts", - "qualifiedName": "__object.additional_data" - }, - "32848": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "32849": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "CreateProductVariantsWorkflowInput" - }, - "32850": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type" - }, - "32851": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type.product_variants" - }, - "32852": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type" - }, - "32853": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type.prices" - }, - "32854": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type" - }, - "32855": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type.inventory_items" - }, - "32856": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type" - }, - "32857": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type.inventory_item_id" - }, - "32858": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__type.required_quantity" - }, - "32859": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "createProductVariantsWorkflowId" - }, - "32860": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "createProductVariantsWorkflow" - }, - "32861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductVariantsWorkflow" - }, - "32862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "32863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "32864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "32865": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "32866": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "32867": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "32868": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "32869": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "32870": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "32871": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "32872": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "32873": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "32874": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "32875": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "32876": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "32877": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "32878": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "32879": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "32880": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "32881": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "32882": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "32883": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "32884": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "32885": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "32886": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "32887": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "32888": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "32889": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "32890": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "32891": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "32892": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "32893": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "32894": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "32895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "32896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "32899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "32900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "32901": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "32902": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "32903": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "32904": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "32905": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "32906": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "32907": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "32908": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "32909": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "32910": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "32911": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "32912": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "32913": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "32914": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "32915": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "32916": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "32917": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "32918": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "32919": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "32920": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "32921": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "32922": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "32923": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "32924": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "32925": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "32926": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "32927": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "32928": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "32929": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "32930": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "32931": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "32932": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "32933": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "32934": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "32935": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "32936": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "32937": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "32938": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "32939": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "32940": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "32941": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "32942": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "32943": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "32944": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "32945": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "32946": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "32947": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "32948": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "32949": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "32950": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "32951": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "32952": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "32953": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "32954": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "32955": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "32956": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "32957": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "32958": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "32959": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "32960": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "32961": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "32962": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "32963": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "32964": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "32965": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "32966": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "32967": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "32968": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "32969": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "32970": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "32971": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "32972": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "32973": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "32974": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "32975": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "32976": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "32977": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "32978": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "32979": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "32980": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "32981": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "32982": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "32983": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "32984": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "32985": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "32986": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "32987": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "32988": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "32989": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "32990": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "32991": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "32992": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "32993": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "32994": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "32995": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "32996": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "32997": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "32998": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "32999": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33000": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33001": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33002": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33003": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33004": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33005": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33006": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33007": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33008": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33015": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "33016": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "33017": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33018": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33019": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33020": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33021": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33022": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33023": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33024": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33025": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33026": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33027": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33028": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33029": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33030": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33031": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33032": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33033": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33034": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33035": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33036": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33037": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33038": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33039": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33040": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33041": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33042": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "33043": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "33044": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33045": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33046": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33047": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33048": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33049": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33050": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33051": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33052": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33053": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33054": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33055": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33056": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33057": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33058": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33059": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33060": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33061": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33062": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33063": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33064": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33065": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33066": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33067": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33068": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33075": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "33076": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "33077": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33078": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33079": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33080": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33081": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33082": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33083": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33084": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33085": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33086": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33087": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33088": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33089": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33090": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33091": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33092": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33093": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33094": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33095": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33096": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33097": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33098": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33099": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33100": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33101": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33111": { - "sourceFileName": "", - "qualifiedName": "productVariantsCreated" - }, - "33112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33117": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "33118": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.product_variants" - }, - "33119": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object" - }, - "33120": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.prices" - }, - "33121": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33122": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33123": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33124": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33125": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33126": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33127": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33128": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33129": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33130": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33131": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33132": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33133": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33134": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33135": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33136": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33137": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33138": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33139": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33140": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33141": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33142": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33143": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33144": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33145": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33146": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-product-variants.ts", - "qualifiedName": "__object.additional_data" - }, - "33147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33148": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "ValidateProductInputStepInput" - }, - "33149": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "ValidateProductInputStepInput.products" - }, - "33150": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "validateProductInputStep" - }, - "33151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "validateProductInputStep" - }, - "33152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "33153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "33160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "33161": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "CreateProductsWorkflowInput" - }, - "33162": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "__type" - }, - "33163": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "__type.products" - }, - "33164": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "createProductsWorkflowId" - }, - "33165": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "createProductsWorkflow" - }, - "33166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductsWorkflow" - }, - "33167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33170": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33171": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33172": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33200": { - "sourceFileName": "", - "qualifiedName": "productsCreated" - }, - "33201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33206": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "__object" - }, - "33207": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "__object.products" - }, - "33208": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/create-products.ts", - "qualifiedName": "__object.additional_data" - }, - "33209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33210": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "DeleteCollectionsWorkflowInput" - }, - "33211": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "__type" - }, - "33212": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "__type.ids" - }, - "33213": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "deleteCollectionsWorkflowId" - }, - "33214": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "deleteCollectionsWorkflow" - }, - "33215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCollectionsWorkflow" - }, - "33216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33219": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33220": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33221": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33243": { - "sourceFileName": "", - "qualifiedName": "collectionsDeleted" - }, - "33244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33249": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "__object" - }, - "33250": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-collections.ts", - "qualifiedName": "__object.ids" - }, - "33251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33252": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "DeleteProductOptionsWorkflowInput" - }, - "33253": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "__type" - }, - "33254": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "__type.ids" - }, - "33255": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "deleteProductOptionsWorkflowId" - }, - "33256": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "deleteProductOptionsWorkflow" - }, - "33257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductOptionsWorkflow" - }, - "33258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33261": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33262": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33263": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33285": { - "sourceFileName": "", - "qualifiedName": "productOptionsDeleted" - }, - "33286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33291": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "__object" - }, - "33292": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-options.ts", - "qualifiedName": "__object.ids" - }, - "33293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33294": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "DeleteProductTypesWorkflowInput" - }, - "33295": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "__type" - }, - "33296": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "__type.ids" - }, - "33297": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "deleteProductTypesWorkflowId" - }, - "33298": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "deleteProductTypesWorkflow" - }, - "33299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductTypesWorkflow" - }, - "33300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33303": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33304": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33305": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33327": { - "sourceFileName": "", - "qualifiedName": "productTypesDeleted" - }, - "33328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33333": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "__object" - }, - "33334": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-types.ts", - "qualifiedName": "__object.ids" - }, - "33335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33336": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "DeleteProductTagsWorkflowInput" - }, - "33337": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "__type" - }, - "33338": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "__type.ids" - }, - "33339": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "deleteProductTagsWorkflowId" - }, - "33340": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "deleteProductTagsWorkflow" - }, - "33341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductTagsWorkflow" - }, - "33342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33345": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33346": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33347": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33369": { - "sourceFileName": "", - "qualifiedName": "productTagsDeleted" - }, - "33370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33375": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "__object" - }, - "33376": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-tags.ts", - "qualifiedName": "__object.ids" - }, - "33377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33378": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "DeleteProductVariantsWorkflowInput" - }, - "33379": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "__type" - }, - "33380": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "__type.ids" - }, - "33381": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "deleteProductVariantsWorkflowId" - }, - "33382": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "deleteProductVariantsWorkflow" - }, - "33383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductVariantsWorkflow" - }, - "33384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33387": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33388": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33389": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33409": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33411": { - "sourceFileName": "", - "qualifiedName": "productVariantsDeleted" - }, - "33412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33417": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "__object" - }, - "33418": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-product-variants.ts", - "qualifiedName": "__object.ids" - }, - "33419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33420": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "DeleteProductsWorkflowInput" - }, - "33421": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "__type" - }, - "33422": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "__type.ids" - }, - "33423": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "deleteProductsWorkflowId" - }, - "33424": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "deleteProductsWorkflow" - }, - "33425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductsWorkflow" - }, - "33426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33429": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33430": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33431": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33453": { - "sourceFileName": "", - "qualifiedName": "productsDeleted" - }, - "33454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33459": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "__object" - }, - "33460": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/delete-products.ts", - "qualifiedName": "__object.ids" - }, - "33461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33462": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "UpdateCollectionsWorkflowInput" - }, - "33463": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__type" - }, - "33464": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__type.selector" - }, - "33465": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__type.update" - }, - "33466": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "updateCollectionsWorkflowId" - }, - "33467": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "updateCollectionsWorkflow" - }, - "33468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCollectionsWorkflow" - }, - "33469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33472": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33473": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33474": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33502": { - "sourceFileName": "", - "qualifiedName": "collectionsUpdated" - }, - "33503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33508": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__object" - }, - "33509": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__object.additional_data" - }, - "33510": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-collections.ts", - "qualifiedName": "__object.collections" - }, - "33511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33518": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "UpdateProductOptionsWorkflowInput" - }, - "33519": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__type" - }, - "33520": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__type.selector" - }, - "33521": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__type.update" - }, - "33522": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "updateProductOptionsWorkflowId" - }, - "33523": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "updateProductOptionsWorkflow" - }, - "33524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductOptionsWorkflow" - }, - "33525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33526": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33527": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33528": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33529": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33530": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33534": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33558": { - "sourceFileName": "", - "qualifiedName": "productOptionsUpdated" - }, - "33559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33564": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__object" - }, - "33565": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__object.product_options" - }, - "33566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33572": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-options.ts", - "qualifiedName": "__object.additional_data" - }, - "33573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33574": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", - "qualifiedName": "updateProductTypesWorkflowId" - }, - "33575": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", - "qualifiedName": "updateProductTypesWorkflow" - }, - "33576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductTypesWorkflow" - }, - "33577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33580": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33581": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33582": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33610": { - "sourceFileName": "", - "qualifiedName": "productTypesUpdated" - }, - "33611": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33616": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", - "qualifiedName": "__object" - }, - "33617": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", - "qualifiedName": "__object.product_types" - }, - "33618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33624": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-types.ts", - "qualifiedName": "__object.additional_data" - }, - "33625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33626": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "UpdateProductTagsWorkflowInput" - }, - "33627": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__type" - }, - "33628": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__type.selector" - }, - "33629": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__type.update" - }, - "33630": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "updateProductTagsWorkflowId" - }, - "33631": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "updateProductTagsWorkflow" - }, - "33632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductTagsWorkflow" - }, - "33633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33636": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33637": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33638": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33666": { - "sourceFileName": "", - "qualifiedName": "productTagsUpdated" - }, - "33667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33672": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__object" - }, - "33673": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__object.product_tags" - }, - "33674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33680": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-tags.ts", - "qualifiedName": "__object.additional_data" - }, - "33681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33682": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "UpdateProductVariantsWorkflowInput" - }, - "33683": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type" - }, - "33684": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type.selector" - }, - "33685": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type.update" - }, - "33686": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type" - }, - "33687": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type.prices" - }, - "33688": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type" - }, - "33689": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type.product_variants" - }, - "33690": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type" - }, - "33691": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__type.prices" - }, - "33692": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "updateProductVariantsWorkflowId" - }, - "33693": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "updateProductVariantsWorkflow" - }, - "33694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductVariantsWorkflow" - }, - "33695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "33698": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "33699": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "33700": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "33701": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33702": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33703": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33704": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33705": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33706": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33707": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33708": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33709": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33710": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33711": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33712": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33713": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33714": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33715": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33716": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33717": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33718": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33719": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33720": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33721": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33722": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33723": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33724": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33725": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33726": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33727": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "33729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "33732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "33734": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33735": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33736": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33737": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33738": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33739": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33740": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33741": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33742": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33743": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33744": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33745": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33746": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33747": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33748": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33749": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33750": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33751": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33752": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33753": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33754": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33755": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33756": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33757": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33758": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33759": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33760": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33761": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33762": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33763": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33764": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33765": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33766": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33767": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33768": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33769": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33770": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33771": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33772": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33773": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33774": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33775": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33776": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33777": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33778": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33779": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33780": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33781": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33782": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33783": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33784": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33785": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33786": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33787": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33788": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33789": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33790": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33791": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33792": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33793": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33794": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33795": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33796": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33797": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33798": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33799": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33800": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33801": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33802": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33803": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33804": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33805": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33806": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33807": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33808": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33809": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33810": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33811": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33812": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33813": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33814": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33815": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33816": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33817": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33818": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33819": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33820": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33821": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33822": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33823": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33824": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33825": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33826": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33827": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33828": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33829": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33830": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33831": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33832": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33833": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33834": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33835": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33836": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33837": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33838": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33839": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33840": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33841": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "33848": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33849": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33850": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33851": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33852": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33853": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33854": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33855": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33856": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33857": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33858": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33859": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33860": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33861": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33862": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33863": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33864": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33865": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33866": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33867": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33868": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33869": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33870": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33871": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33872": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33873": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33874": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33875": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33876": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33877": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33878": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33879": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33880": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33881": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33882": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33883": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33884": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33885": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33886": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33887": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33888": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33889": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33890": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33891": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33892": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33893": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33894": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33895": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33896": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33897": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33898": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33899": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33900": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33901": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "33903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "33906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "33907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "33908": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33909": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33910": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33911": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33912": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33913": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33914": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33915": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33916": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33917": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33918": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33919": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33920": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33921": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33922": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33923": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33924": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33925": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33926": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33927": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33928": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33929": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33930": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33931": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33932": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33933": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33934": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "33936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33937": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "33939": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "33942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "33943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33944": { - "sourceFileName": "", - "qualifiedName": "productVariantsUpdated" - }, - "33945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "33947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "33948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "33949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "33950": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33951": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.product_variants" - }, - "33952": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object" - }, - "33953": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.price_set" - }, - "33954": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" - }, - "33955": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" - }, - "33956": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" - }, - "33957": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" - }, - "33958": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" - }, - "33959": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" - }, - "33960": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" - }, - "33961": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" - }, - "33962": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.requires_shipping" - }, - "33963": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" - }, - "33964": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" - }, - "33965": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" - }, - "33966": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" - }, - "33967": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" - }, - "33968": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" - }, - "33969": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" - }, - "33970": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" - }, - "33971": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" - }, - "33972": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" - }, - "33973": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" - }, - "33974": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" - }, - "33975": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" - }, - "33976": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" - }, - "33977": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" - }, - "33978": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" - }, - "33979": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-product-variants.ts", - "qualifiedName": "__object.additional_data" - }, - "33980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "33981": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "UpdateProductsWorkflowInputSelector" - }, - "33982": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33983": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.selector" - }, - "33984": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.update" - }, - "33985": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33986": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.sales_channels" - }, - "33987": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33988": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.id" - }, - "33989": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.variants" - }, - "33990": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "UpdateProductsWorkflowInputProducts" - }, - "33991": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33992": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.products" - }, - "33993": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33994": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.sales_channels" - }, - "33995": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type" - }, - "33996": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.id" - }, - "33997": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__type.variants" - }, - "33998": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "UpdateProductWorkflowInput" - }, - "33999": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "updateProductsWorkflowId" - }, - "34000": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "updateProductsWorkflow" - }, - "34001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductsWorkflow" - }, - "34002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34005": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34007": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34035": { - "sourceFileName": "", - "qualifiedName": "productsUpdated" - }, - "34036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34041": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__object" - }, - "34042": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__object.products" - }, - "34043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34045": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34046": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34049": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/update-products.ts", - "qualifiedName": "__object.additional_data" - }, - "34050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34051": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/export-products.ts", - "qualifiedName": "exportProductsWorkflowId" - }, - "34052": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/export-products.ts", - "qualifiedName": "exportProductsWorkflow" - }, - "34053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "exportProductsWorkflow" - }, - "34054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34057": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34058": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34059": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34095": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/import-products.ts", - "qualifiedName": "importProductsWorkflowId" - }, - "34096": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/import-products.ts", - "qualifiedName": "importProductsWorkflow" - }, - "34097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "importProductsWorkflow" - }, - "34098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34101": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34102": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34103": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34111": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product/import-products.ts", - "qualifiedName": "toCreate" - }, - "34112": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product/import-products.ts", - "qualifiedName": "toUpdate" - }, - "34113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34133": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "UpsertVariantPricesWorkflowInput" - }, - "34134": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type" - }, - "34135": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type.variantPrices" - }, - "34136": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type" - }, - "34137": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type.variant_id" - }, - "34138": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type.product_id" - }, - "34139": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type.prices" - }, - "34140": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "__type.previousVariantIds" - }, - "34141": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "upsertVariantPricesWorkflowId" - }, - "34142": { - "sourceFileName": "../../../../packages/core/core-flows/src/product/workflows/upsert-variant-prices.ts", - "qualifiedName": "upsertVariantPricesWorkflow" - }, - "34143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "upsertVariantPricesWorkflow" - }, - "34144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34147": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34148": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34149": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34185": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", - "qualifiedName": "CreateProductCategoriesStepInput" - }, - "34186": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", - "qualifiedName": "__type" - }, - "34187": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", - "qualifiedName": "__type.product_categories" - }, - "34188": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", - "qualifiedName": "createProductCategoriesStepId" - }, - "34189": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/create-product-categories.ts", - "qualifiedName": "createProductCategoriesStep" - }, - "34190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductCategoriesStep" - }, - "34191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34200": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "UpdateProductCategoriesStepInput" - }, - "34201": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "__type" - }, - "34202": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "__type.selector" - }, - "34203": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "__type.update" - }, - "34204": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "updateProductCategoriesStepId" - }, - "34205": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/update-product-categories.ts", - "qualifiedName": "updateProductCategoriesStep" - }, - "34206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductCategoriesStep" - }, - "34207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34216": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", - "qualifiedName": "DeleteProductCategoriesStepInput" - }, - "34217": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", - "qualifiedName": "deleteProductCategoriesStepId" - }, - "34218": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/steps/delete-product-categories.ts", - "qualifiedName": "deleteProductCategoriesStep" - }, - "34219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductCategoriesStep" - }, - "34220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34223": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", - "qualifiedName": "CreateProductCategoriesWorkflowOutput" - }, - "34224": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", - "qualifiedName": "createProductCategoriesWorkflowId" - }, - "34225": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", - "qualifiedName": "createProductCategoriesWorkflow" - }, - "34226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createProductCategoriesWorkflow" - }, - "34227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34230": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34231": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34232": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34255": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34256": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34257": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34260": { - "sourceFileName": "", - "qualifiedName": "categoriesCreated" - }, - "34261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34264": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34266": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", - "qualifiedName": "__object" - }, - "34267": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/create-product-categories.ts", - "qualifiedName": "__object.categories" - }, - "34268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34275": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", - "qualifiedName": "UpdateProductCategoriesWorkflowOutput" - }, - "34276": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", - "qualifiedName": "updateProductCategoriesWorkflowId" - }, - "34277": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", - "qualifiedName": "updateProductCategoriesWorkflow" - }, - "34278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateProductCategoriesWorkflow" - }, - "34279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34282": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34283": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34284": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34296": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34297": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34312": { - "sourceFileName": "", - "qualifiedName": "categoriesUpdated" - }, - "34313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34318": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", - "qualifiedName": "__object" - }, - "34319": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/update-product-categories.ts", - "qualifiedName": "__object.categories" - }, - "34320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34327": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", - "qualifiedName": "DeleteProductCategoriesWorkflowInput" - }, - "34328": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", - "qualifiedName": "deleteProductCategoriesWorkflowId" - }, - "34329": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", - "qualifiedName": "deleteProductCategoriesWorkflow" - }, - "34330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteProductCategoriesWorkflow" - }, - "34331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34334": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34335": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34336": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34347": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34358": { - "sourceFileName": "", - "qualifiedName": "categoriesDeleted" - }, - "34359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34364": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", - "qualifiedName": "__object" - }, - "34365": { - "sourceFileName": "../../../../packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts", - "qualifiedName": "__object.ids" - }, - "34366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34367": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts", - "qualifiedName": "addCampaignPromotionsStepId" - }, - "34368": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-campaign-promotions.ts", - "qualifiedName": "addCampaignPromotionsStep" - }, - "34369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addCampaignPromotionsStep" - }, - "34370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34373": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts", - "qualifiedName": "addRulesToPromotionsStepId" - }, - "34374": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/add-rules-to-promotions.ts", - "qualifiedName": "addRulesToPromotionsStep" - }, - "34375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addRulesToPromotionsStep" - }, - "34376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34385": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-campaigns.ts", - "qualifiedName": "createCampaignsStepId" - }, - "34386": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-campaigns.ts", - "qualifiedName": "createCampaignsStep" - }, - "34387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCampaignsStep" - }, - "34388": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34397": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-promotions.ts", - "qualifiedName": "createPromotionsStepId" - }, - "34398": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/create-promotions.ts", - "qualifiedName": "createPromotionsStep" - }, - "34399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPromotionsStep" - }, - "34400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34401": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34402": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34407": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34408": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34409": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", - "qualifiedName": "DeleteCampaignsStepInput" - }, - "34410": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", - "qualifiedName": "deleteCampaignsStepId" - }, - "34411": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-campaigns.ts", - "qualifiedName": "deleteCampaignsStep" - }, - "34412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCampaignsStep" - }, - "34413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34416": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", - "qualifiedName": "DeletePromotionsStepInput" - }, - "34417": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", - "qualifiedName": "deletePromotionsStepId" - }, - "34418": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/delete-promotions.ts", - "qualifiedName": "deletePromotionsStep" - }, - "34419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePromotionsStep" - }, - "34420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34423": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts", - "qualifiedName": "removeCampaignPromotionsStepId" - }, - "34424": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-campaign-promotions.ts", - "qualifiedName": "removeCampaignPromotionsStep" - }, - "34425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeCampaignPromotionsStep" - }, - "34426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34429": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts", - "qualifiedName": "removeRulesFromPromotionsStepId" - }, - "34430": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/remove-rules-from-promotions.ts", - "qualifiedName": "removeRulesFromPromotionsStep" - }, - "34431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeRulesFromPromotionsStep" - }, - "34432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34435": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-campaigns.ts", - "qualifiedName": "updateCampaignsStepId" - }, - "34436": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-campaigns.ts", - "qualifiedName": "updateCampaignsStep" - }, - "34437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCampaignsStep" - }, - "34438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34441": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34446": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34447": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts", - "qualifiedName": "updatePromotionRulesStepId" - }, - "34448": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotion-rules.ts", - "qualifiedName": "updatePromotionRulesStep" - }, - "34449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionRulesStep" - }, - "34450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34459": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotions.ts", - "qualifiedName": "updatePromotionsStepId" - }, - "34460": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/steps/update-promotions.ts", - "qualifiedName": "updatePromotionsStep" - }, - "34461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionsStep" - }, - "34462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "34471": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", - "qualifiedName": "AddOrRemoveCampaignPromotionsWorkflowInput" - }, - "34472": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", - "qualifiedName": "addOrRemoveCampaignPromotionsWorkflowId" - }, - "34473": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/add-or-remove-campaign-promotions.ts", - "qualifiedName": "addOrRemoveCampaignPromotionsWorkflow" - }, - "34474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "addOrRemoveCampaignPromotionsWorkflow" - }, - "34475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34478": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34479": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34480": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34484": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34485": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34486": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34514": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34515": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34516": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "BatchPromotionRulesWorkflowInput" - }, - "34517": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "BatchPromotionRulesWorkflowInput.id" - }, - "34518": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "BatchPromotionRulesWorkflowInput.rule_type" - }, - "34519": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "34520": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "34521": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "34522": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "BatchPromotionRulesWorkflowOutput" - }, - "34523": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.created" - }, - "34524": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.updated" - }, - "34525": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "34526": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "batchPromotionRulesWorkflowId" - }, - "34527": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/batch-promotion-rules.ts", - "qualifiedName": "batchPromotionRulesWorkflow" - }, - "34528": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "batchPromotionRulesWorkflow" - }, - "34529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34532": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34533": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34534": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34542": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "created" - }, - "34543": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "updated" - }, - "34544": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "deleted" - }, - "34545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34565": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "CreateCampaignsWorkflowInput" - }, - "34566": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "__type" - }, - "34567": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "__type.campaignsData" - }, - "34568": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "createCampaignsWorkflowId" - }, - "34569": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "createCampaignsWorkflow" - }, - "34570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createCampaignsWorkflow" - }, - "34571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34574": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34575": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34576": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34604": { - "sourceFileName": "", - "qualifiedName": "campaignsCreated" - }, - "34605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34610": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "__object" - }, - "34611": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "__object.campaigns" - }, - "34612": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34618": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-campaigns.ts", - "qualifiedName": "__object.additional_data" - }, - "34619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34620": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts", - "qualifiedName": "createPromotionRulesWorkflowId" - }, - "34621": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotion-rules.ts", - "qualifiedName": "createPromotionRulesWorkflow" - }, - "34622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPromotionRulesWorkflow" - }, - "34623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34626": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34627": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34628": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34655": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "CreatePromotionsWorkflowInput" - }, - "34656": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "__type" - }, - "34657": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "__type.promotionsData" - }, - "34658": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "createPromotionsWorkflowId" - }, - "34659": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "createPromotionsWorkflow" - }, - "34660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createPromotionsWorkflow" - }, - "34661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34664": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34665": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34666": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34694": { - "sourceFileName": "", - "qualifiedName": "promotionsCreated" - }, - "34695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34700": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "__object" - }, - "34701": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "__object.promotions" - }, - "34702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34708": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/create-promotions.ts", - "qualifiedName": "__object.additional_data" - }, - "34709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34710": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "DeleteCampaignsWorkflowInput" - }, - "34711": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "__type" - }, - "34712": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "__type.ids" - }, - "34713": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "deleteCampaignsWorkflowId" - }, - "34714": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "deleteCampaignsWorkflow" - }, - "34715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteCampaignsWorkflow" - }, - "34716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34719": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34720": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34721": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34743": { - "sourceFileName": "", - "qualifiedName": "campaignsDeleted" - }, - "34744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34749": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "__object" - }, - "34750": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-campaigns.ts", - "qualifiedName": "__object.ids" - }, - "34751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34752": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts", - "qualifiedName": "deletePromotionRulesWorkflowId" - }, - "34753": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotion-rules.ts", - "qualifiedName": "deletePromotionRulesWorkflow" - }, - "34754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePromotionRulesWorkflow" - }, - "34755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34758": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34759": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34760": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34765": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34796": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "DeletePromotionsWorkflowInput" - }, - "34797": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "__type" - }, - "34798": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "__type.ids" - }, - "34799": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "deletePromotionsWorkflowId" - }, - "34800": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "deletePromotionsWorkflow" - }, - "34801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deletePromotionsWorkflow" - }, - "34802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34805": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34806": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34807": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34812": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34813": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34829": { - "sourceFileName": "", - "qualifiedName": "promotionsDeleted" - }, - "34830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34835": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "__object" - }, - "34836": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/delete-promotions.ts", - "qualifiedName": "__object.ids" - }, - "34837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34838": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "UpdateCampaignsWorkflowInput" - }, - "34839": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "__type" - }, - "34840": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "__type.campaignsData" - }, - "34841": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "updateCampaignsWorkflowId" - }, - "34842": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "updateCampaignsWorkflow" - }, - "34843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateCampaignsWorkflow" - }, - "34844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34847": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34848": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34849": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34877": { - "sourceFileName": "", - "qualifiedName": "campaignsUpdated" - }, - "34878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34883": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "__object" - }, - "34884": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "__object.campaigns" - }, - "34885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34891": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-campaigns.ts", - "qualifiedName": "__object.additional_data" - }, - "34892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34893": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts", - "qualifiedName": "updatePromotionRulesWorkflowId" - }, - "34894": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotion-rules.ts", - "qualifiedName": "updatePromotionRulesWorkflow" - }, - "34895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionRulesWorkflow" - }, - "34896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34899": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34900": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34901": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34903": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34915": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34916": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34925": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34928": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "UpdatePromotionsWorkflowInput" - }, - "34929": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "__type" - }, - "34930": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "__type.promotionsData" - }, - "34931": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "updatePromotionsWorkflowId" - }, - "34932": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "updatePromotionsWorkflow" - }, - "34933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionsWorkflow" - }, - "34934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "34937": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "34938": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "34939": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "34940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "34941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "34944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "34946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "34953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "34956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "34957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "34958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "34959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "34966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34967": { - "sourceFileName": "", - "qualifiedName": "promotionsUpdated" - }, - "34968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34970": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "34971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "34972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "34973": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "__object" - }, - "34974": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "__object.promotions" - }, - "34975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34981": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions.ts", - "qualifiedName": "__object.additional_data" - }, - "34982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "34983": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "UpdatePromotionsStatusWorkflowInput" - }, - "34984": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "34985": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.promotionsData" - }, - "34986": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "34987": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.id" - }, - "34988": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.status" - }, - "34989": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "updatePromotionsValidationStep" - }, - "34990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionsValidationStep" - }, - "34991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "34992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "34995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "34996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "34997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "34998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "34999": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35000": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "updatePromotionsStatusWorkflowId" - }, - "35001": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "updatePromotionsStatusWorkflow" - }, - "35002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updatePromotionsStatusWorkflow" - }, - "35003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35007": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35008": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35009": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35010": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.promotionsData" - }, - "35011": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35012": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.id" - }, - "35013": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.status" - }, - "35014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35020": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35021": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.promotionsData" - }, - "35022": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35023": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.id" - }, - "35024": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.status" - }, - "35025": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35026": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.promotionsData" - }, - "35027": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35028": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.id" - }, - "35029": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.status" - }, - "35030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35035": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35042": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35043": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.promotionsData" - }, - "35044": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type" - }, - "35045": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.id" - }, - "35046": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__type.status" - }, - "35047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35053": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35054": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35056": { - "sourceFileName": "", - "qualifiedName": "promotionStatusUpdated" - }, - "35057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35062": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__object" - }, - "35063": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__object.promotions" - }, - "35064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35070": { - "sourceFileName": "../../../../packages/core/core-flows/src/promotion/workflows/update-promotions-status.ts", - "qualifiedName": "__object.additional_data" - }, - "35071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35072": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/create-regions.ts", - "qualifiedName": "createRegionsStepId" - }, - "35073": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/create-regions.ts", - "qualifiedName": "createRegionsStep" - }, - "35074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createRegionsStep" - }, - "35075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35084": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", - "qualifiedName": "DeleteRegionsStepInput" - }, - "35085": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", - "qualifiedName": "deleteRegionsStepId" - }, - "35086": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/delete-regions.ts", - "qualifiedName": "deleteRegionsStep" - }, - "35087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteRegionsStep" - }, - "35088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35091": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "UpdateRegionsStepInput" - }, - "35092": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "__type" - }, - "35093": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "__type.selector" - }, - "35094": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "__type.update" - }, - "35095": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "updateRegionsStepId" - }, - "35096": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/update-regions.ts", - "qualifiedName": "updateRegionsStep" - }, - "35097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRegionsStep" - }, - "35098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35107": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "SetRegionsPaymentProvidersStepInput" - }, - "35108": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "SetRegionsPaymentProvidersStepInput.input" - }, - "35109": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "__type" - }, - "35110": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "__type.id" - }, - "35111": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "__type.payment_providers" - }, - "35112": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "setRegionsPaymentProvidersStepId" - }, - "35113": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/steps/set-regions-payment-providers.ts", - "qualifiedName": "setRegionsPaymentProvidersStep" - }, - "35114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setRegionsPaymentProvidersStep" - }, - "35115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35118": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/create-regions.ts", - "qualifiedName": "createRegionsWorkflowId" - }, - "35119": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/create-regions.ts", - "qualifiedName": "createRegionsWorkflow" - }, - "35120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createRegionsWorkflow" - }, - "35121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35124": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35125": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35126": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35128": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35129": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35140": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35145": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35146": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35147": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35153": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", - "qualifiedName": "DeleteRegionsWorkflowInput" - }, - "35154": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", - "qualifiedName": "__type" - }, - "35155": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", - "qualifiedName": "__type.ids" - }, - "35156": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", - "qualifiedName": "deleteRegionsWorkflowId" - }, - "35157": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/delete-regions.ts", - "qualifiedName": "deleteRegionsWorkflow" - }, - "35158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteRegionsWorkflow" - }, - "35159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35162": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35163": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35164": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35174": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35175": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35176": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35181": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35182": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35183": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35200": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/update-regions.ts", - "qualifiedName": "updateRegionsWorkflowId" - }, - "35201": { - "sourceFileName": "../../../../packages/core/core-flows/src/region/workflows/update-regions.ts", - "qualifiedName": "updateRegionsWorkflow" - }, - "35202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateRegionsWorkflow" - }, - "35203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35206": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35207": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35208": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35211": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35212": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35219": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35220": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35231": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35232": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35233": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35235": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", - "qualifiedName": "CreateReservationsStepInput" - }, - "35236": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", - "qualifiedName": "createReservationsStepId" - }, - "35237": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/create-reservations.ts", - "qualifiedName": "createReservationsStep" - }, - "35238": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReservationsStep" - }, - "35239": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35240": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35241": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35242": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35243": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35248": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", - "qualifiedName": "DeleteReservationsStepInput" - }, - "35249": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", - "qualifiedName": "deleteReservationsStepId" - }, - "35250": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations.ts", - "qualifiedName": "deleteReservationsStep" - }, - "35251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReservationsStep" - }, - "35252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35254": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35255": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", - "qualifiedName": "DeleteReservationsByLineItemsStepInput" - }, - "35256": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", - "qualifiedName": "deleteReservationsByLineItemsStepId" - }, - "35257": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/delete-reservations-by-line-items.ts", - "qualifiedName": "deleteReservationsByLineItemsStep" - }, - "35258": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReservationsByLineItemsStep" - }, - "35259": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35262": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", - "qualifiedName": "UpdateReservationsStepInput" - }, - "35263": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", - "qualifiedName": "updateReservationsStepId" - }, - "35264": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/steps/update-reservations.ts", - "qualifiedName": "updateReservationsStep" - }, - "35265": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReservationsStep" - }, - "35266": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35275": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/create-reservations.ts", - "qualifiedName": "createReservationsWorkflowId" - }, - "35276": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/create-reservations.ts", - "qualifiedName": "createReservationsWorkflow" - }, - "35277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReservationsWorkflow" - }, - "35278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35281": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35282": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35283": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35293": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35294": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35295": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35296": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35297": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35302": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35303": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35304": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35310": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations.ts", - "qualifiedName": "deleteReservationsWorkflowId" - }, - "35311": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations.ts", - "qualifiedName": "deleteReservationsWorkflow" - }, - "35312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReservationsWorkflow" - }, - "35313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35316": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35317": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35318": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35332": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35333": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35340": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35341": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35342": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35348": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35349": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35354": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", - "qualifiedName": "DeleteReservationByLineItemsWorkflowInput" - }, - "35355": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", - "qualifiedName": "__type" - }, - "35356": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", - "qualifiedName": "__type.ids" - }, - "35357": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", - "qualifiedName": "deleteReservationsByLineItemsWorkflowId" - }, - "35358": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/delete-reservations-by-line-items.ts", - "qualifiedName": "deleteReservationsByLineItemsWorkflow" - }, - "35359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReservationsByLineItemsWorkflow" - }, - "35360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35363": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35364": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35365": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35376": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35377": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35388": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35389": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35390": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35395": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35396": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35397": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35398": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35399": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35400": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35401": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/update-reservations.ts", - "qualifiedName": "updateReservationsWorkflowId" - }, - "35402": { - "sourceFileName": "../../../../packages/core/core-flows/src/reservation/workflows/update-reservations.ts", - "qualifiedName": "updateReservationsWorkflow" - }, - "35403": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReservationsWorkflow" - }, - "35404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35407": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35408": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35409": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35410": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35411": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35412": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35413": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35414": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35421": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35422": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35423": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35424": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35425": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35426": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35429": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35430": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35436": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "CreateReturnReasonsWorkflowInput" - }, - "35437": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "__type" - }, - "35438": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "__type.data" - }, - "35439": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "CreateReturnReasonsWorkflowOutput" - }, - "35440": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "createReturnReasonsWorkflowId" - }, - "35441": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/create-return-reasons.ts", - "qualifiedName": "createReturnReasonsWorkflow" - }, - "35442": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnReasonsWorkflow" - }, - "35443": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35444": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35445": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35446": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35447": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35448": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35457": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35458": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35459": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35464": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35465": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35466": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35471": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35472": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35475": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", - "qualifiedName": "DeleteReturnReasonsWorkflowInput" - }, - "35476": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", - "qualifiedName": "__type" - }, - "35477": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", - "qualifiedName": "__type.ids" - }, - "35478": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", - "qualifiedName": "deleteReturnReasonsWorkflowId" - }, - "35479": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/delete-return-reasons.ts", - "qualifiedName": "deleteReturnReasonsWorkflow" - }, - "35480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReturnReasonsWorkflow" - }, - "35481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35483": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35484": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35485": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35486": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35487": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35498": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35499": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35500": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35501": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35502": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35513": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35522": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "UpdateReturnReasonsWorkflowInput" - }, - "35523": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "__type" - }, - "35524": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "__type.selector" - }, - "35525": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "__type.update" - }, - "35526": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "UpdateReturnReasonsWorkflowOutput" - }, - "35527": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "updateReturnReasonsWorkflowId" - }, - "35528": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/workflows/update-return-reasons.ts", - "qualifiedName": "updateReturnReasonsWorkflow" - }, - "35529": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnReasonsWorkflow" - }, - "35530": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35531": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35533": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35534": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35535": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35536": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35537": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35538": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35562": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts", - "qualifiedName": "createReturnReasonsStepId" - }, - "35563": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/create-return-reasons.ts", - "qualifiedName": "createReturnReasonsStep" - }, - "35564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createReturnReasonsStep" - }, - "35565": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35566": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35567": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35568": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35573": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35574": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", - "qualifiedName": "DeleteReturnReasonStepInput" - }, - "35575": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", - "qualifiedName": "deleteReturnReasonStepId" - }, - "35576": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/delete-return-reasons.ts", - "qualifiedName": "deleteReturnReasonStep" - }, - "35577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteReturnReasonStep" - }, - "35578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35581": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts", - "qualifiedName": "updateReturnReasonStepId" - }, - "35582": { - "sourceFileName": "../../../../packages/core/core-flows/src/return-reason/steps/update-return-reasons.ts", - "qualifiedName": "updateReturnReasonsStep" - }, - "35583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateReturnReasonsStep" - }, - "35584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35593": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "AssociateProductsWithSalesChannelsStepInput" - }, - "35594": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "AssociateProductsWithSalesChannelsStepInput.links" - }, - "35595": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "__type" - }, - "35596": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "35597": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "__type.product_id" - }, - "35598": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "associateProductsWithSalesChannelsStepId" - }, - "35599": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-products-with-channels.ts", - "qualifiedName": "associateProductsWithSalesChannelsStep" - }, - "35600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "associateProductsWithSalesChannelsStep" - }, - "35601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35602": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35603": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35604": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35605": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35610": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", - "qualifiedName": "CreateDefaultSalesChannelStepInput" - }, - "35611": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", - "qualifiedName": "CreateDefaultSalesChannelStepInput.data" - }, - "35612": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", - "qualifiedName": "createDefaultSalesChannelStepId" - }, - "35613": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-default-sales-channel.ts", - "qualifiedName": "createDefaultSalesChannelStep" - }, - "35614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createDefaultSalesChannelStep" - }, - "35615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35617": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "id" - }, - "35618": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "name" - }, - "35619": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "description" - }, - "35620": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "is_disabled" - }, - "35621": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "metadata" - }, - "35622": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "locations" - }, - "35623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35631": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", - "qualifiedName": "CreateSalesChannelsStepInput" - }, - "35632": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", - "qualifiedName": "CreateSalesChannelsStepInput.data" - }, - "35633": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", - "qualifiedName": "createSalesChannelsStepId" - }, - "35634": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/create-sales-channels.ts", - "qualifiedName": "createSalesChannelsStep" - }, - "35635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createSalesChannelsStep" - }, - "35636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35639": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35640": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35641": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35642": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35643": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35645": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", - "qualifiedName": "DeleteSalesChannelsStepInput" - }, - "35646": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", - "qualifiedName": "deleteSalesChannelsStepId" - }, - "35647": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/delete-sales-channels.ts", - "qualifiedName": "deleteSalesChannelsStep" - }, - "35648": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteSalesChannelsStep" - }, - "35649": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35650": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35652": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "DetachProductsFromSalesChannelsStepInput" - }, - "35653": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "DetachProductsFromSalesChannelsStepInput.links" - }, - "35654": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "__type" - }, - "35655": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "35656": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "__type.product_id" - }, - "35657": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "detachProductsFromSalesChannelsStepId" - }, - "35658": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-products-from-sales-channels.ts", - "qualifiedName": "detachProductsFromSalesChannelsStep" - }, - "35659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "detachProductsFromSalesChannelsStep" - }, - "35660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35663": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "UpdateSalesChannelsStepInput" - }, - "35664": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "__type" - }, - "35665": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "__type.selector" - }, - "35666": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "__type.update" - }, - "35667": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "updateSalesChannelsStepId" - }, - "35668": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/update-sales-channels.ts", - "qualifiedName": "updateSalesChannelsStep" - }, - "35669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateSalesChannelsStep" - }, - "35670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35679": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "AssociateLocationsWithSalesChannelsStepInput" - }, - "35680": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "AssociateLocationsWithSalesChannelsStepInput.links" - }, - "35681": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "__type" - }, - "35682": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "35683": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "__type.location_id" - }, - "35684": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "associateLocationsWithSalesChannelsStepId" - }, - "35685": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/associate-locations-with-channels.ts", - "qualifiedName": "associateLocationsWithSalesChannelsStep" - }, - "35686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "associateLocationsWithSalesChannelsStep" - }, - "35687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35696": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "DetachLocationsFromSalesChannelsStepInput" - }, - "35697": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "DetachLocationsFromSalesChannelsStepInput.links" - }, - "35698": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "__type" - }, - "35699": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "35700": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "__type.location_id" - }, - "35701": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "detachLocationsFromSalesChannelsStepId" - }, - "35702": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/detach-locations-from-channels.ts", - "qualifiedName": "detachLocationsFromSalesChannelsStep" - }, - "35703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "detachLocationsFromSalesChannelsStep" - }, - "35704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35713": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", - "qualifiedName": "CanDeleteSalesChannelsOrThrowStepInput" - }, - "35714": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", - "qualifiedName": "__type" - }, - "35715": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", - "qualifiedName": "__type.ids" - }, - "35716": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", - "qualifiedName": "canDeleteSalesChannelsOrThrowStepId" - }, - "35717": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/steps/can-delete-sales-channels.ts", - "qualifiedName": "canDeleteSalesChannelsOrThrowStep" - }, - "35718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "canDeleteSalesChannelsOrThrowStep" - }, - "35719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35728": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", - "qualifiedName": "LinkProductsToSalesChannelWorkflowInput" - }, - "35729": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", - "qualifiedName": "linkProductsToSalesChannelWorkflowId" - }, - "35730": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/link-products-to-sales-channel.ts", - "qualifiedName": "linkProductsToSalesChannelWorkflow" - }, - "35731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkProductsToSalesChannelWorkflow" - }, - "35732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35735": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35736": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35737": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35753": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35754": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35755": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35756": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35757": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35758": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35763": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35764": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35773": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "CreateSalesChannelsWorkflowInput" - }, - "35774": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "__type" - }, - "35775": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "__type.salesChannelsData" - }, - "35776": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "CreateSalesChannelsWorkflowOutput" - }, - "35777": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "createSalesChannelsWorkflowId" - }, - "35778": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/create-sales-channels.ts", - "qualifiedName": "createSalesChannelsWorkflow" - }, - "35779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createSalesChannelsWorkflow" - }, - "35780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35783": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35784": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35785": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35792": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35793": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35794": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35795": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35796": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35797": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35798": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35799": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35800": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35801": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35812": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", - "qualifiedName": "DeleteSalesChannelsWorkflowInput" - }, - "35813": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", - "qualifiedName": "__type" - }, - "35814": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", - "qualifiedName": "__type.ids" - }, - "35815": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", - "qualifiedName": "deleteSalesChannelsWorkflowId" - }, - "35816": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/delete-sales-channels.ts", - "qualifiedName": "deleteSalesChannelsWorkflow" - }, - "35817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteSalesChannelsWorkflow" - }, - "35818": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35819": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35820": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35821": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35822": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35823": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35847": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35848": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35849": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35850": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35855": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35856": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35857": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35859": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "UpdateSalesChannelsWorkflowInput" - }, - "35860": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "__type" - }, - "35861": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "__type.selector" - }, - "35862": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "__type.update" - }, - "35863": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "UpdateSalesChannelsWorkflowOutput" - }, - "35864": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "updateSalesChannelsWorkflowId" - }, - "35865": { - "sourceFileName": "../../../../packages/core/core-flows/src/sales-channel/workflows/update-sales-channels.ts", - "qualifiedName": "updateSalesChannelsWorkflow" - }, - "35866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateSalesChannelsWorkflow" - }, - "35867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35870": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35871": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35872": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35884": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35885": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35886": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35891": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35892": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35899": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", - "qualifiedName": "ListShippingOptionsForContextStepInput" - }, - "35900": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", - "qualifiedName": "ListShippingOptionsForContextStepInput.context" - }, - "35901": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", - "qualifiedName": "ListShippingOptionsForContextStepInput.config" - }, - "35902": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", - "qualifiedName": "listShippingOptionsForContextStepId" - }, - "35903": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-options/steps/list-shipping-options-for-context.ts", - "qualifiedName": "listShippingOptionsForContextStep" - }, - "35904": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listShippingOptionsForContextStep" - }, - "35905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35914": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", - "qualifiedName": "DeleteShippingProfilesStepInput" - }, - "35915": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", - "qualifiedName": "deleteShippingProfilesStepId" - }, - "35916": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/steps/delete-shipping-profile.ts", - "qualifiedName": "deleteShippingProfilesStep" - }, - "35917": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteShippingProfilesStep" - }, - "35918": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35919": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35920": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35921": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "qualifiedName": "DeleteShippingProfilesWorkflowInput" - }, - "35922": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "qualifiedName": "__type" - }, - "35923": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "qualifiedName": "__type.ids" - }, - "35924": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "qualifiedName": "deleteShippingProfileWorkflowId" - }, - "35925": { - "sourceFileName": "../../../../packages/core/core-flows/src/shipping-profile/workflows/delete-shipping-profile.ts", - "qualifiedName": "deleteShippingProfileWorkflow" - }, - "35926": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteShippingProfileWorkflow" - }, - "35927": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "35930": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "35931": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "35932": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "35933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "35934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35935": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35936": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "35937": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35938": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "35939": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35940": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35941": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35942": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35943": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "35946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "35949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "35950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "35951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "35952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "35959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35964": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "35965": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "35966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "35967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "35968": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", - "qualifiedName": "CreateStockLocationsStepInput" - }, - "35969": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", - "qualifiedName": "createStockLocationsStepId" - }, - "35970": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/create-stock-locations.ts", - "qualifiedName": "createStockLocations" - }, - "35971": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createStockLocations" - }, - "35972": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35981": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts", - "qualifiedName": "updateStockLocationsStepId" - }, - "35982": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/update-stock-locations.ts", - "qualifiedName": "updateStockLocationsStep" - }, - "35983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateStockLocationsStep" - }, - "35984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "35988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "35989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "35990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "35991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "35992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "35993": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", - "qualifiedName": "DeleteStockLocationsStepInput" - }, - "35994": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", - "qualifiedName": "deleteStockLocationsStepId" - }, - "35995": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/steps/delete-stock-locations.ts", - "qualifiedName": "deleteStockLocationsStep" - }, - "35996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteStockLocationsStep" - }, - "35997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "35998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36005": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36006": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36007": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36009": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", - "qualifiedName": "createLocationFulfillmentSetWorkflowId" - }, - "36010": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-location-fulfillment-set.ts", - "qualifiedName": "createLocationFulfillmentSetWorkflow" - }, - "36011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createLocationFulfillmentSetWorkflow" - }, - "36012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36015": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36016": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36017": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36035": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36036": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36043": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36044": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36047": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "36050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "36051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "36052": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "36053": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", - "qualifiedName": "CreateStockLocationsWorkflowInput" - }, - "36054": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", - "qualifiedName": "CreateStockLocationsWorkflowInput.locations" - }, - "36055": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", - "qualifiedName": "createStockLocationsWorkflowId" - }, - "36056": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/create-stock-locations.ts", - "qualifiedName": "createStockLocationsWorkflow" - }, - "36057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createStockLocationsWorkflow" - }, - "36058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36061": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36062": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36063": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36081": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36082": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36087": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36088": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36089": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36090": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", - "qualifiedName": "DeleteStockLocationWorkflowInput" - }, - "36091": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", - "qualifiedName": "DeleteStockLocationWorkflowInput.ids" - }, - "36092": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", - "qualifiedName": "deleteStockLocationsWorkflowId" - }, - "36093": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/delete-stock-locations.ts", - "qualifiedName": "deleteStockLocationsWorkflow" - }, - "36094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteStockLocationsWorkflow" - }, - "36095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36098": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36099": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36100": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36116": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36117": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36118": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36119": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36120": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36121": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36122": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36123": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36124": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36125": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36126": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36127": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "36133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "36134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "36135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "36136": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", - "qualifiedName": "UpdateStockLocationsWorkflowInput" - }, - "36137": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", - "qualifiedName": "UpdateStockLocationsWorkflowInput.selector" - }, - "36138": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", - "qualifiedName": "UpdateStockLocationsWorkflowInput.update" - }, - "36139": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", - "qualifiedName": "updateStockLocationsWorkflowId" - }, - "36140": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/update-stock-locations.ts", - "qualifiedName": "updateStockLocationsWorkflow" - }, - "36141": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateStockLocationsWorkflow" - }, - "36142": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36143": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36144": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36145": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36146": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36147": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36148": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36149": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36150": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36151": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36152": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36153": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36154": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36155": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36156": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36157": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36158": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36159": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36160": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36161": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36162": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36163": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36164": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36165": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36166": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36167": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36168": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36169": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36170": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36171": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36172": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36173": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36174": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", - "qualifiedName": "LinkSalesChannelsToStockLocationWorkflowInput" - }, - "36175": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", - "qualifiedName": "linkSalesChannelsToStockLocationWorkflowId" - }, - "36176": { - "sourceFileName": "../../../../packages/core/core-flows/src/stock-location/workflows/link-sales-channels-to-stock-location.ts", - "qualifiedName": "linkSalesChannelsToStockLocationWorkflow" - }, - "36177": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "linkSalesChannelsToStockLocationWorkflow" - }, - "36178": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36179": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36180": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36181": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36182": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36183": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36184": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36185": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36186": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36187": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36188": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36189": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36190": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36191": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36192": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36193": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36194": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36195": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36196": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36197": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36198": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36199": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36200": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36201": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36202": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36203": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36204": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36205": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36206": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36207": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36208": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36209": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36210": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36213": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36214": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36215": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "36216": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "36217": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "36218": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "36219": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/create-stores.ts", - "qualifiedName": "createStoresStepId" - }, - "36220": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/create-stores.ts", - "qualifiedName": "createStoresStep" - }, - "36221": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createStoresStep" - }, - "36222": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36223": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36224": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36225": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36226": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36227": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36228": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36229": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36230": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36231": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", - "qualifiedName": "DeleteStoresStepInput" - }, - "36232": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", - "qualifiedName": "deleteStoresStepId" - }, - "36233": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/delete-stores.ts", - "qualifiedName": "deleteStoresStep" - }, - "36234": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteStoresStep" - }, - "36235": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36236": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36237": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36238": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "UpdateStoresStepInput" - }, - "36239": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "__type" - }, - "36240": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "__type.selector" - }, - "36241": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "__type.update" - }, - "36242": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "updateStoresStepId" - }, - "36243": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/steps/update-stores.ts", - "qualifiedName": "updateStoresStep" - }, - "36244": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateStoresStep" - }, - "36245": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36246": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36247": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36248": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36249": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36250": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36251": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36252": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36253": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36254": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "CreateStoresWorkflowInput" - }, - "36255": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "__type" - }, - "36256": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "__type.stores" - }, - "36257": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "CreateStoresWorkflowOutput" - }, - "36258": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "createStoresWorkflowId" - }, - "36259": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/create-stores.ts", - "qualifiedName": "createStoresWorkflow" - }, - "36260": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createStoresWorkflow" - }, - "36261": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36262": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36263": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36264": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36265": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36266": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36267": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36268": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36269": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36270": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36271": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36272": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36273": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36274": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36275": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36276": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36277": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36278": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36279": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36280": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36281": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36282": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36283": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36284": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36285": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36286": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36287": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36288": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36289": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36290": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36291": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36292": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36293": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", - "qualifiedName": "DeleteStoresWorkflowInput" - }, - "36294": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", - "qualifiedName": "__type" - }, - "36295": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", - "qualifiedName": "__type.ids" - }, - "36296": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", - "qualifiedName": "deleteStoresWorkflowId" - }, - "36297": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/delete-stores.ts", - "qualifiedName": "deleteStoresWorkflow" - }, - "36298": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteStoresWorkflow" - }, - "36299": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36300": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36301": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36302": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36303": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36304": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36305": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36306": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36307": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36308": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36309": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36310": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36311": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36312": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36313": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36314": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36315": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36316": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36317": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36318": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36319": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36320": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36321": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36322": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36323": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36324": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36325": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36326": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36327": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36328": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36329": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36330": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36331": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36334": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36335": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36336": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "36337": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "36338": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "36339": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "36340": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", - "qualifiedName": "UpdateStoresWorkflowOutput" - }, - "36341": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", - "qualifiedName": "updateStoresWorkflowId" - }, - "36342": { - "sourceFileName": "../../../../packages/core/core-flows/src/store/workflows/update-stores.ts", - "qualifiedName": "updateStoresWorkflow" - }, - "36343": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateStoresWorkflow" - }, - "36344": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36345": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36346": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36347": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36348": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36349": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36350": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36351": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36352": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36353": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36354": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36355": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36356": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36357": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36358": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36359": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36360": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36361": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36362": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36363": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36364": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36365": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36366": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36367": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36368": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36369": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36370": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36371": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36372": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36373": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36374": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36375": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36376": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-regions.ts", - "qualifiedName": "createTaxRegionsStepId" - }, - "36377": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-regions.ts", - "qualifiedName": "createTaxRegionsStep" - }, - "36378": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRegionsStep" - }, - "36379": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36380": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36381": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36382": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36383": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36384": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36385": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36386": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36387": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36388": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", - "qualifiedName": "DeleteTaxRegionsStepInput" - }, - "36389": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", - "qualifiedName": "deleteTaxRegionsStepId" - }, - "36390": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-regions.ts", - "qualifiedName": "deleteTaxRegionsStep" - }, - "36391": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRegionsStep" - }, - "36392": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36393": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36394": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36395": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput" - }, - "36396": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.orderOrCart" - }, - "36397": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.items" - }, - "36398": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.shipping_methods" - }, - "36399": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.force_tax_calculation" - }, - "36400": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.is_return" - }, - "36401": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "GetItemTaxLinesStepInput.shipping_address" - }, - "36402": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "getItemTaxLinesStepId" - }, - "36403": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "getItemTaxLinesStep" - }, - "36404": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "getItemTaxLinesStep" - }, - "36405": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36406": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36407": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "lineItemTaxLines" - }, - "36408": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "shippingMethodsTaxLines" - }, - "36409": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object" - }, - "36410": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.lineItemTaxLines" - }, - "36411": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.shippingMethodsTaxLines" - }, - "36412": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object" - }, - "36413": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.lineItemTaxLines" - }, - "36414": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.shippingMethodsTaxLines" - }, - "36415": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36416": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36417": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36418": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36419": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36420": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36421": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object" - }, - "36422": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.lineItemTaxLines" - }, - "36423": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.shippingMethodsTaxLines" - }, - "36424": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object" - }, - "36425": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.lineItemTaxLines" - }, - "36426": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/get-item-tax-lines.ts", - "qualifiedName": "__object.shippingMethodsTaxLines" - }, - "36427": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36428": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36429": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rates.ts", - "qualifiedName": "createTaxRatesStepId" - }, - "36430": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rates.ts", - "qualifiedName": "createTaxRatesStep" - }, - "36431": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRatesStep" - }, - "36432": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36433": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36434": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36435": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36436": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36437": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36438": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36439": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36440": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36441": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "UpdateTaxRatesStepInput" - }, - "36442": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "__type" - }, - "36443": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "__type.selector" - }, - "36444": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "__type.update" - }, - "36445": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "updateTaxRatesStepId" - }, - "36446": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-rates.ts", - "qualifiedName": "updateTaxRatesStep" - }, - "36447": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateTaxRatesStep" - }, - "36448": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36449": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36450": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36451": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36452": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36453": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36454": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36455": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36456": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36457": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", - "qualifiedName": "DeleteTaxRatesStepInput" - }, - "36458": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", - "qualifiedName": "deleteTaxRatesStepId" - }, - "36459": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rates.ts", - "qualifiedName": "deleteTaxRatesStep" - }, - "36460": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRatesStep" - }, - "36461": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36462": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36463": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36464": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", - "qualifiedName": "DeleteTaxRateRulesStepInput" - }, - "36465": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", - "qualifiedName": "deleteTaxRateRulesStepId" - }, - "36466": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/delete-tax-rate-rules.ts", - "qualifiedName": "deleteTaxRateRulesStep" - }, - "36467": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRateRulesStep" - }, - "36468": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36469": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36470": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36471": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts", - "qualifiedName": "createTaxRateRulesStepId" - }, - "36472": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/create-tax-rate-rules.ts", - "qualifiedName": "createTaxRateRulesStep" - }, - "36473": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRateRulesStep" - }, - "36474": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36475": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36476": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36477": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36478": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36479": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36480": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36481": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36482": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36483": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", - "qualifiedName": "ListTaxRateRuleIdsStepInput" - }, - "36484": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", - "qualifiedName": "__type" - }, - "36485": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", - "qualifiedName": "__type.selector" - }, - "36486": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", - "qualifiedName": "listTaxRateRuleIdsStepId" - }, - "36487": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-rule-ids.ts", - "qualifiedName": "listTaxRateRuleIdsStep" - }, - "36488": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listTaxRateRuleIdsStep" - }, - "36489": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36490": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36491": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36492": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36493": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36494": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36495": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36496": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36497": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36498": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", - "qualifiedName": "ListTaxRateIdsStepInput" - }, - "36499": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", - "qualifiedName": "__type" - }, - "36500": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", - "qualifiedName": "__type.selector" - }, - "36501": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", - "qualifiedName": "listTaxRateIdsStepId" - }, - "36502": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/list-tax-rate-ids.ts", - "qualifiedName": "listTaxRateIdsStep" - }, - "36503": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "listTaxRateIdsStep" - }, - "36504": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36505": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36506": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36507": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36508": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36509": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36510": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36511": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36512": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36513": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", - "qualifiedName": "UpdateTaxRegionsStepInput" - }, - "36514": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", - "qualifiedName": "updateTaxRegionsStepId" - }, - "36515": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/steps/update-tax-regions.ts", - "qualifiedName": "updateTaxRegionsStep" - }, - "36516": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateTaxRegionsStep" - }, - "36517": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36518": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36519": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36520": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36521": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36522": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36523": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36524": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36525": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36526": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "CreateTaxRateRulesWorkflowInput" - }, - "36527": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "__type" - }, - "36528": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "__type.rules" - }, - "36529": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "CreateTaxRateRulesWorkflowOutput" - }, - "36530": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "createTaxRateRulesWorkflowId" - }, - "36531": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rate-rules.ts", - "qualifiedName": "createTaxRateRulesWorkflow" - }, - "36532": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRateRulesWorkflow" - }, - "36533": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36534": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36535": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36536": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36537": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36538": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36539": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36540": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36541": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36542": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36543": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36544": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36545": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36546": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36547": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36548": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36549": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36550": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36551": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36552": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36553": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36554": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36555": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36556": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36557": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36558": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36559": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36560": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36561": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36562": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36563": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36564": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36565": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", - "qualifiedName": "CreateTaxRatesWorkflowInput" - }, - "36566": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", - "qualifiedName": "CreateTaxRatesWorkflowOutput" - }, - "36567": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", - "qualifiedName": "createTaxRatesWorkflowId" - }, - "36568": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-rates.ts", - "qualifiedName": "createTaxRatesWorkflow" - }, - "36569": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRatesWorkflow" - }, - "36570": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36571": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36572": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36573": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36574": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36575": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36576": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36577": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36578": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36579": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36580": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36581": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36582": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36583": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36584": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36585": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36586": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36587": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36588": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36589": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36590": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36591": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36592": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36593": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36594": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36595": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36596": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36597": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36598": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36599": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36600": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36601": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36602": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", - "qualifiedName": "CreateTaxRegionsWorkflowInput" - }, - "36603": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", - "qualifiedName": "CreateTaxRegionsWorkflowOutput" - }, - "36604": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", - "qualifiedName": "createTaxRegionsWorkflowId" - }, - "36605": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/create-tax-regions.ts", - "qualifiedName": "createTaxRegionsWorkflow" - }, - "36606": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createTaxRegionsWorkflow" - }, - "36607": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36608": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36609": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36610": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36611": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36612": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36613": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36614": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36615": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36616": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36617": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36618": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36619": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36620": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36621": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36622": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36623": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36624": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36625": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36626": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36627": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36628": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36629": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36630": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36631": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36632": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36633": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36634": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36635": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36636": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36637": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36638": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36639": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", - "qualifiedName": "DeleteTaxRateRulesWorkflowInput" - }, - "36640": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", - "qualifiedName": "__type" - }, - "36641": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", - "qualifiedName": "__type.ids" - }, - "36642": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", - "qualifiedName": "deleteTaxRateRulesWorkflowId" - }, - "36643": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rate-rules.ts", - "qualifiedName": "deleteTaxRateRulesWorkflow" - }, - "36644": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRateRulesWorkflow" - }, - "36645": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36646": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36647": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36648": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36649": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36650": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36651": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36652": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36653": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36654": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36655": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36656": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36657": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36658": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36659": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36660": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36661": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36662": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36663": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36664": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36665": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36666": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36667": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36668": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36669": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36670": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36677": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", - "qualifiedName": "DeleteTaxRatesWorkflowInput" - }, - "36678": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", - "qualifiedName": "__type" - }, - "36679": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", - "qualifiedName": "__type.ids" - }, - "36680": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", - "qualifiedName": "deleteTaxRatesWorkflowId" - }, - "36681": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-rates.ts", - "qualifiedName": "deleteTaxRatesWorkflow" - }, - "36682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRatesWorkflow" - }, - "36683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36686": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36687": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36688": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36715": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", - "qualifiedName": "DeleteTaxRegionsWorkflowInput" - }, - "36716": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", - "qualifiedName": "__type" - }, - "36717": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", - "qualifiedName": "__type.ids" - }, - "36718": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", - "qualifiedName": "deleteTaxRegionsWorkflowId" - }, - "36719": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/delete-tax-regions.ts", - "qualifiedName": "deleteTaxRegionsWorkflow" - }, - "36720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteTaxRegionsWorkflow" - }, - "36721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36724": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36725": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36726": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36740": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36741": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36742": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36743": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36744": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36745": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36746": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36747": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36748": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36749": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36750": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36751": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36752": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36753": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "SetTaxRatesRulesWorkflowInput" - }, - "36754": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "__type" - }, - "36755": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "__type.tax_rate_ids" - }, - "36756": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "__type.rules" - }, - "36757": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "setTaxRateRulesWorkflowId" - }, - "36758": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/set-tax-rate-rules.ts", - "qualifiedName": "setTaxRateRulesWorkflow" - }, - "36759": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "setTaxRateRulesWorkflow" - }, - "36760": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36761": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36762": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36763": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36764": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36765": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36766": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36767": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36768": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36769": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36770": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36771": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36772": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36773": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36774": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36775": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36776": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36777": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36778": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36779": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36780": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36781": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36782": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36783": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36784": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36785": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36786": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36788": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36789": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36790": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36791": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36792": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "UpdateTaxRatesWorkflowInput" - }, - "36793": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type" - }, - "36794": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type.selector" - }, - "36795": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type.update" - }, - "36796": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "UpdateTaxRatesWorkflowOutput" - }, - "36797": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "MaybeListTaxRateRuleIdsStepInput" - }, - "36798": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type" - }, - "36799": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type.tax_rate_ids" - }, - "36800": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "__type.update" - }, - "36801": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "maybeListTaxRateRuleIdsStep" - }, - "36802": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "maybeListTaxRateRuleIdsStep" - }, - "36803": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36804": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36805": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36806": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36807": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36808": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36809": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36810": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36811": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36812": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "updateTaxRatesWorkflowId" - }, - "36813": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-rates.ts", - "qualifiedName": "updateTaxRatesWorkflow" - }, - "36814": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateTaxRatesWorkflow" - }, - "36815": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36816": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36817": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36818": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36819": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36820": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36821": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36822": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36823": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36824": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36825": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36826": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36827": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36828": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36829": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36830": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36831": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36832": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36833": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36834": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36835": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36836": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36837": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36838": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36839": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36840": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36841": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36842": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36843": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36844": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36845": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36846": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36847": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", - "qualifiedName": "UpdateTaxRegionsWorkflowInput" - }, - "36848": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", - "qualifiedName": "UpdateTaxRegionsWorkflowOutput" - }, - "36849": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", - "qualifiedName": "updateTaxRegionsWorkflowId" - }, - "36850": { - "sourceFileName": "../../../../packages/core/core-flows/src/tax/workflows/update-tax-regions.ts", - "qualifiedName": "updateTaxRegionsWorkflow" - }, - "36851": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateTaxRegionsWorkflow" - }, - "36852": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36853": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36854": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36855": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36856": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36857": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36858": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36859": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36860": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36861": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36862": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36863": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36864": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36865": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36866": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36867": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36868": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36869": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36870": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36871": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36872": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36873": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36874": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36875": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36876": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36877": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36878": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36879": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36880": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36881": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36882": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36883": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36884": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", - "qualifiedName": "DeleteUsersStepInput" - }, - "36885": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", - "qualifiedName": "deleteUsersStepId" - }, - "36886": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/delete-users.ts", - "qualifiedName": "deleteUsersStep" - }, - "36887": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteUsersStep" - }, - "36888": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36889": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36890": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36891": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/create-users.ts", - "qualifiedName": "createUsersStepId" - }, - "36892": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/create-users.ts", - "qualifiedName": "createUsersStep" - }, - "36893": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createUsersStep" - }, - "36894": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36895": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36896": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36897": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36898": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36899": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36900": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36901": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36902": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36903": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/update-users.ts", - "qualifiedName": "updateUsersStepId" - }, - "36904": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/steps/update-users.ts", - "qualifiedName": "updateUsersStep" - }, - "36905": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateUsersStep" - }, - "36906": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "36907": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36908": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36909": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36910": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36911": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36912": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36913": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "36914": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "36915": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "CreateUserAccountWorkflowInput" - }, - "36916": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "__type" - }, - "36917": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "__type.authIdentityId" - }, - "36918": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "__type.userData" - }, - "36919": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "createUserAccountWorkflowId" - }, - "36920": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-user-account.ts", - "qualifiedName": "createUserAccountWorkflow" - }, - "36921": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createUserAccountWorkflow" - }, - "36922": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36923": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36924": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36925": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36926": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36927": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36928": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36929": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36930": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36931": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36932": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36933": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36934": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36935": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "id" - }, - "36936": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "email" - }, - "36937": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "first_name" - }, - "36938": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "last_name" - }, - "36939": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "avatar_url" - }, - "36940": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "metadata" - }, - "36941": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "created_at" - }, - "36942": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "updated_at" - }, - "36943": { - "sourceFileName": "../../../../packages/core/types/src/user/common.ts", - "qualifiedName": "deleted_at" - }, - "36944": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36945": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36946": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36947": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36948": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36949": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36950": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36951": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36952": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36953": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36954": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36955": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36956": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36957": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36958": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36959": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36960": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36961": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36962": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36963": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36964": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-users.ts", - "qualifiedName": "createUsersWorkflowId" - }, - "36965": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/create-users.ts", - "qualifiedName": "createUsersWorkflow" - }, - "36966": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "createUsersWorkflow" - }, - "36967": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36968": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36969": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "36970": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "36971": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "36972": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "36973": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "36974": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36975": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36976": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "36977": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36978": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "36979": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36980": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36981": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36982": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36983": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36984": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "36985": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "36986": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36987": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36988": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "36989": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "36990": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "36991": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "36992": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36993": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36994": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "36995": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36996": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "36997": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "36998": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "36999": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/delete-users.ts", - "qualifiedName": "deleteUsersWorkflowId" - }, - "37000": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/delete-users.ts", - "qualifiedName": "deleteUsersWorkflow" - }, - "37001": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "deleteUsersWorkflow" - }, - "37002": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37003": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37004": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "37005": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "37006": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "37007": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "37008": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "37009": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37010": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37011": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "37012": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37013": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "37014": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37015": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37016": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37017": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37018": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37019": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "37020": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "37021": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37022": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37023": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37024": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37025": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "37026": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "37027": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37028": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37029": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37030": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37031": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37032": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37033": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "37034": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37037": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37038": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37039": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "37040": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TCompensateInput" - }, - "37041": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "invoke" - }, - "37042": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "compensate" - }, - "37043": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", - "qualifiedName": "RemoveUserAccountWorkflowInput" - }, - "37044": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", - "qualifiedName": "__type" - }, - "37045": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", - "qualifiedName": "__type.userId" - }, - "37046": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", - "qualifiedName": "removeUserAccountWorkflowId" - }, - "37047": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/remove-user-account.ts", - "qualifiedName": "removeUserAccountWorkflow" - }, - "37048": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "removeUserAccountWorkflow" - }, - "37049": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37050": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37051": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "37052": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "37053": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "37054": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "37055": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "37056": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37057": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37058": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "37059": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37060": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "37061": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37062": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37063": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37064": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37065": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37066": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "37067": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "37068": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37069": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37070": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37071": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37072": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "37073": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "37074": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37075": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37076": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37077": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37078": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37079": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37080": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "37081": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/update-users.ts", - "qualifiedName": "updateUsersWorkflowId" - }, - "37082": { - "sourceFileName": "../../../../packages/core/core-flows/src/user/workflows/update-users.ts", - "qualifiedName": "updateUsersWorkflow" - }, - "37083": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "updateUsersWorkflow" - }, - "37084": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37085": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37086": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" - }, - "37087": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "37088": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" - }, - "37089": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" - }, - "37090": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" - }, - "37091": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37092": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37093": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__0" - }, - "37094": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37095": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" - }, - "37096": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37097": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37098": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37099": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37100": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37101": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "37102": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" - }, - "37103": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37104": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37105": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" - }, - "37106": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" - }, - "37107": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" - }, - "37108": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" - }, - "37109": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37110": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37111": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37112": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37113": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37114": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37115": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks" - }, - "37116": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "SendNotificationsStepInput" - }, - "37117": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type" - }, - "37118": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.to" - }, - "37119": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.channel" - }, - "37120": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.template" - }, - "37121": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.data" - }, - "37122": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.trigger_type" - }, - "37123": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.resource_id" - }, - "37124": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.resource_type" - }, - "37125": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.receiver_id" - }, - "37126": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.original_notification_id" - }, - "37127": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "__type.idempotency_key" - }, - "37128": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "sendNotificationsStepId" - }, - "37129": { - "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/send-notifications.ts", - "qualifiedName": "sendNotificationsStep" - }, - "37130": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "sendNotificationsStep" - }, - "37131": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "37132": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37133": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37134": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "37135": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "37136": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "37137": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "37138": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "37139": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "37140": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "NotifyOnFailureStepInput" }, - "37141": { + "20628": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type" }, - "37142": { + "20629": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.to" }, - "37143": { + "20630": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.channel" }, - "37144": { + "20631": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.template" }, - "37145": { + "20632": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.data" }, - "37146": { + "20633": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.trigger_type" }, - "37147": { + "20634": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.resource_id" }, - "37148": { + "20635": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.resource_type" }, - "37149": { + "20636": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.receiver_id" }, - "37150": { + "20637": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.original_notification_id" }, - "37151": { + "20638": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "__type.idempotency_key" }, - "37152": { + "20639": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "notifyOnFailureStepId" }, - "37153": { + "20640": { "sourceFileName": "../../../../packages/core/core-flows/src/notification/steps/notify-on-failure.ts", "qualifiedName": "notifyOnFailureStep" }, - "37154": { + "20641": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "notifyOnFailureStep" }, - "37155": { + "20642": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "input" }, - "37156": { + "20643": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__type" }, - "37157": { + "20644": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type.__step__" } @@ -935438,7 +950131,7 @@ "1": "../../../../packages/core/core-flows/src/index.ts" }, "reflections": { - "1": 16540 + "1": 0 } } } diff --git a/www/utils/packages/typedoc-plugin-markdown-medusa/src/resources/helpers/workflow-hooks.ts b/www/utils/packages/typedoc-plugin-markdown-medusa/src/resources/helpers/workflow-hooks.ts index 68e6323a69..c445c11143 100644 --- a/www/utils/packages/typedoc-plugin-markdown-medusa/src/resources/helpers/workflow-hooks.ts +++ b/www/utils/packages/typedoc-plugin-markdown-medusa/src/resources/helpers/workflow-hooks.ts @@ -1,6 +1,6 @@ import { MarkdownTheme } from "../../theme.js" import Handlebars from "handlebars" -import { SignatureReflection } from "typedoc" +import { DeclarationReflection, SignatureReflection } from "typedoc" import { cleanUpHookInput, getProjectChild } from "utils" import beautifyCode from "../../utils/beautify-code.js" @@ -25,10 +25,23 @@ export default function (theme: MarkdownTheme) { Handlebars.helpers.incrementCurrentTitleLevel() const hooksTitleLevel = Handlebars.helpers.titleLevel() + const hookChildrenProperty = this.parent?.getChildByName("hooks") + const hookChildren = + hookChildrenProperty instanceof DeclarationReflection && + hookChildrenProperty.type?.type === "reflection" + ? hookChildrenProperty.type.declaration.children || [] + : [] hooks.forEach((hook) => { - // show the hook's input - const hookReflection = getProjectChild(theme.project!, hook.name) + const hookReflection = + hookChildren.find( + (child) => child.name === hook.name && child.signatures?.length + ) || + ((this.parent.getChildByName(hook.name) || + getProjectChild( + theme.project!, + hook.name + )) as DeclarationReflection) if ( !hookReflection || diff --git a/www/utils/packages/typedoc-plugin-workflows/src/plugin.ts b/www/utils/packages/typedoc-plugin-workflows/src/plugin.ts index 866956b526..2b5690d637 100644 --- a/www/utils/packages/typedoc-plugin-workflows/src/plugin.ts +++ b/www/utils/packages/typedoc-plugin-workflows/src/plugin.ts @@ -296,6 +296,7 @@ class WorkflowsPlugin { inputSymbol: initializer.arguments[1].symbol as ts.Symbol, workflowName: workflowVarName, workflowComments, + workflowReflection: workflowReflection.parent, }) } else { const initializerReflection = findReflectionInNamespaces( @@ -483,12 +484,14 @@ class WorkflowsPlugin { inputSymbol, workflowName, workflowComments, + workflowReflection, }: { stepId: string context: Context inputSymbol: ts.Symbol workflowName: string workflowComments?: CommentTag[] + workflowReflection: DeclarationReflection }): DeclarationReflection { const declarationReflection = context.createDeclarationReflection( ReflectionKind.Function, @@ -576,6 +579,14 @@ class WorkflowsPlugin { ]) ) + const hooksProperty = workflowReflection.getChildByName("hooks") + if ( + hooksProperty?.isDeclaration() && + hooksProperty.type?.type === "reflection" + ) { + hooksProperty.type.declaration.addChild(declarationReflection) + } + return declarationReflection }